mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-05-08 15:15:31 +00:00
Add icon conversion tooling and new icon library - Add icon-converter.mjs script to transform SVG files into Vue components - Converts kebab-case filenames to PascalCase (e.g., clipboard-text.svg → IconClipboardText.vue) - Wraps SVG content in proper Vue template structure - Sets width/height to 100% for consistent sizing - Add 38 new icon components for future use (IconHelm, IconMailboxFull, IconCheck, IconWarning, IconClipboardText, IconExpandVertical, IconShrinkVertical, and more)
13 lines
1.2 KiB
Vue
13 lines
1.2 KiB
Vue
<template>
|
|
<!-- generated by icomoon.io - licensed Lindua icon -->
|
|
<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%">
|
|
<path d="M9.5469 19.05c-1.2657 1.2656-3.3282 1.2656-4.5938 0s-1.2656-3.3281-31e-4-4.5937l2.0063-1.9969-1.4094-1.4188-2.0094 2c-2.0469 2.0469-2.0469 5.3782 0 7.425C4.5594 21.4875 5.9031 22 7.25 22c1.3438 0 2.6906-0.5125 3.7156-1.5375l1.9969-2.0062-1.4187-1.4094z" />
|
|
<path d="M19.05 9.5438l-2.0062 1.9968 1.4093 1.4188 2.0094-2c2.0469-2.0469 2.0469-5.3782 0-7.425-2.0469-2.0469-5.3781-2.0469-7.425 31e-4l-1.9969 2.0062 1.4188 1.4094 1.9937-2.0031c1.2656-1.2656 3.3281-1.2656 4.5938 0 1.2687 1.2687 1.2687 3.3281 31e-4 4.5938z" />
|
|
<polygon points="16.791656 17.499 17.498766 16.791891 20.205633 19.498758 19.498523 20.205867" />
|
|
<rect width="1.000008" height="4.000008" x="15" y="18" />
|
|
<rect width="4.000008" height="1.000008" x="18" y="15" />
|
|
<polygon points="3.791836 4.499016 4.498945 3.791906 7.205812 6.498773 6.498703 7.205883" />
|
|
<rect width="1.000008" height="4.000008" x="7.999992" y="1.999992" />
|
|
<rect width="4.000008" height="1.000008" x="1.999992" y="7.999992" />
|
|
</svg>
|
|
</template> |