mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-05-09 15:45:32 +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)
6 lines
2.0 KiB
Vue
6 lines
2.0 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="M23.825 5.1875c-0.3031-1.0594-0.9844-2.1563-1.9188-3.0938-0.9343-0.9343-2.0343-1.6156-3.0937-1.9187-1.2438-0.3563-2.3688-0.15-3.0781 0.5594v0l-5 5C10.1313 6.3375 9.8906 7.2 10.0406 8.2l-4.4312 4.4094c-0.5469 0.5468-0.7282 1.3656-0.525 2.2718l-4.6032 4.6031c-31e-4 32e-4-31e-4 32e-4-62e-4 63e-4-0.4469 0.4531-0.5875 1.1344-0.3813 1.8687 0.1531 0.5438 0.4906 1.1032 0.9532 1.5719C1.7062 23.6 2.5281 24 3.2531 24v0c0.475 0 0.9094-0.1719 1.2188-0.4844l4.6093-4.6094c0.9219 0.2156 1.7563 0.0375 2.3094-0.5156l4.4313-4.4281c0.3468 0.0468 0.6781 0.05 0.9906 62e-4 0.5719-0.0812 1.075-0.325 1.4531-0.7031l5-5c0.7125-0.7125 0.9156-1.8344 0.5594-3.0781zM16.8531 11.8531c-0.0625 0.0625-0.1593 0.1063-0.2812 0.1313-0.15-0.0188-0.3063-0.05-0.4719-0.0969-0.8187-0.2344-1.6875-0.7812-2.4469-1.5375-0.7593-0.7594-1.3031-1.625-1.5375-2.4438-0.0468-0.1687-0.0812-0.3281-0.1-0.4812 0.025-0.1156 0.0688-0.2094 0.1313-0.2719l3.1-3.1c0.3312 0.9844 0.9812 1.9906 1.8469 2.8594 0.3937 0.3937 0.8187 0.7437 1.2562 1.0375l-2.5562 2.55 0.7062 0.7062 2.7438-2.7437C19.4781 8.575 19.7156 8.675 19.95 8.7531zM18.2656 2.0969c0.7282 0.2062 1.5406 0.7219 2.2282 1.4094 0.6875 0.6874 1.2031 1.5 1.4093 2.2281 0.1469 0.5093 0.125 0.9375-0.05 1.1156-0.1781 0.1781-0.6062 0.1969-1.1156 0.05-0.7281-0.2062-1.5406-0.7219-2.2281-1.4094s-1.2031-1.5-1.4094-2.2281c-0.1469-0.5094-0.125-0.9375 0.05-1.1156v0c0.175-0.175 0.6031-0.1938 1.1156-0.05zM11.6719 9.3938c0.3187 0.5656 0.7469 1.1312 1.275 1.6593 0.5344 0.5344 1.1031 0.9625 1.675 1.2844l-4.6282 4.625C9.45 16.85 8.7625 16.4813 8.1375 15.8594c-0.6219-0.6188-0.9906-1.3063-1.1031-1.8469zM3.1719 21.9875c-0.1438-0.0375-0.4157-0.1688-0.7-0.4594-0.3032-0.3094-0.4282-0.6031-0.4625-0.7469l4.8593-4.8593c0.1657 0.2219 0.3563 0.4406 0.5594 0.6437 0.1969 0.1969 0.4063 0.3781 0.6219 0.5407z" />
|
|
</svg>
|
|
</template> |