mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
4 lines
233 B
JavaScript
4 lines
233 B
JavaScript
// Default data for empty icon
|
|
export const defaultIconResult =
|
|
'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 16 16"></svg>';
|