2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-29 21:49:06 +00:00
iconify/components/vue/tests/empty.ts
2022-05-12 22:39:56 +03:00

7 lines
367 B
TypeScript

// 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>';
// Empty string: could be '<!---->' (jsdom) or '' (happy-dom), depending on testing envronment
export const emptyString = '<!---->';