@umbra.ui/icons 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/AddMagicIcon.vue +36 -0
- package/dist/icons/ArchiveIcon.vue +34 -0
- package/dist/icons/ArtificialIntelligenceIcon.vue +36 -0
- package/dist/icons/BellOnIcon.vue +36 -0
- package/dist/icons/BellPlusIcon.vue +36 -0
- package/dist/icons/BellSlashIcon.vue +37 -0
- package/dist/icons/Bitcoin2Icon.vue +37 -0
- package/dist/icons/BitcoinIcon.vue +1 -2
- package/dist/icons/BookmarkListIcon.vue +36 -0
- package/dist/icons/CalendarDaysIcon.vue +5 -6
- package/dist/icons/CalendarIcon.vue +5 -6
- package/dist/icons/CircleBitcoinIcon.vue +38 -0
- package/dist/icons/CircleCheckIcon.vue +1 -2
- package/dist/icons/CirclePencilIcon.vue +35 -0
- package/dist/icons/CircleXmarkIcon.vue +35 -0
- package/dist/icons/ClockIcon.vue +34 -0
- package/dist/icons/CloudNodesIcon.vue +37 -0
- package/dist/icons/CommandIcon.vue +37 -0
- package/dist/icons/CryptographyIcon.vue +8 -12
- package/dist/icons/Cubes2Icon.vue +41 -0
- package/dist/icons/DarkModeIcon.vue +34 -0
- package/dist/icons/DecentralizeIcon.vue +43 -0
- package/dist/icons/DeleteLeftIcon.vue +35 -0
- package/dist/icons/EraserIcon.vue +35 -0
- package/dist/icons/EthereumIcon.vue +35 -0
- package/dist/icons/EyeDropperIcon.vue +36 -0
- package/dist/icons/Flag3Icon.vue +34 -0
- package/dist/icons/Heading1Icon.vue +35 -0
- package/dist/icons/Heading2Icon.vue +35 -0
- package/dist/icons/Heading3Icon.vue +35 -0
- package/dist/icons/Heading4Icon.vue +35 -0
- package/dist/icons/Heading5Icon.vue +35 -0
- package/dist/icons/Heading6Icon.vue +36 -0
- package/dist/icons/Headphones2Icon.vue +36 -0
- package/dist/icons/Heart2SlashIcon.vue +35 -0
- package/dist/icons/HourglassStartIcon.vue +37 -0
- package/dist/icons/ImageIcon.vue +3 -4
- package/dist/icons/ImageMountainIcon.vue +3 -4
- package/dist/icons/KeyNodesIcon.vue +11 -12
- package/dist/icons/LinkIcon.vue +4 -5
- package/dist/icons/MediaNextIcon.vue +34 -0
- package/dist/icons/MediaPauseIcon.vue +35 -0
- package/dist/icons/MediaPlayIcon.vue +33 -0
- package/dist/icons/MediaPreviousIcon.vue +34 -0
- package/dist/icons/Microphone3Icon.vue +37 -0
- package/dist/icons/MusicAlbumIcon.vue +35 -0
- package/dist/icons/MusicIcon.vue +1 -2
- package/dist/icons/MusicNoteIcon.vue +36 -0
- package/dist/icons/MusicPlusIcon.vue +41 -0
- package/dist/icons/NightShiftIcon.vue +42 -0
- package/dist/icons/NotebookIcon.vue +38 -0
- package/dist/icons/OpeningQuotationMarkIcon.vue +35 -0
- package/dist/icons/OrderedListIcon.vue +5 -6
- package/dist/icons/ParagraphCheckIcon.vue +36 -0
- package/dist/icons/PickaxeIcon.vue +38 -0
- package/dist/icons/PilcrowIcon.vue +35 -0
- package/dist/icons/PlaylistIcon.vue +35 -0
- package/dist/icons/QueueIcon.vue +35 -0
- package/dist/icons/ReturnKeyIcon.vue +35 -0
- package/dist/icons/ShuffleIcon.vue +36 -0
- package/dist/icons/SignatureIcon.vue +35 -0
- package/dist/icons/SquareCommandIcon.vue +38 -0
- package/dist/icons/SunFogIcon.vue +38 -0
- package/dist/icons/TagCheckIcon.vue +35 -0
- package/dist/icons/TagIcon.vue +2 -3
- package/dist/icons/TextAIcon.vue +33 -0
- package/dist/icons/TextAlignCenterIcon.vue +34 -0
- package/dist/icons/TextAlignLeftIcon.vue +34 -0
- package/dist/icons/TextAlignRightIcon.vue +34 -0
- package/dist/icons/TextHighlight2Icon.vue +35 -0
- package/dist/icons/TextToolIcon.vue +42 -0
- package/dist/icons/UnorderedListIcon.vue +5 -6
- package/dist/icons/VolumeIcon.vue +2 -3
- package/dist/icons/VolumeOffIcon.vue +36 -0
- package/dist/icons/Wallet2CircuitIcon.vue +1 -2
- package/dist/icons/WaveformLinesIcon.vue +37 -0
- package/dist/icons/index.d.ts +61 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +61 -0
- package/dist/icons/index.ts +61 -0
- package/dist/index.d.ts +225 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +372 -130
- package/package.json +10 -11
- package/src/icons/AddMagicIcon.vue +36 -0
- package/src/icons/ArchiveIcon.vue +34 -0
- package/src/icons/ArtificialIntelligenceIcon.vue +36 -0
- package/src/icons/BellOnIcon.vue +36 -0
- package/src/icons/BellPlusIcon.vue +36 -0
- package/src/icons/BellSlashIcon.vue +37 -0
- package/src/icons/Bitcoin2Icon.vue +37 -0
- package/src/icons/BitcoinIcon.vue +1 -2
- package/src/icons/BookmarkListIcon.vue +36 -0
- package/src/icons/CalendarDaysIcon.vue +5 -6
- package/src/icons/CalendarIcon.vue +5 -6
- package/src/icons/CircleBitcoinIcon.vue +38 -0
- package/src/icons/CircleCheckIcon.vue +1 -2
- package/src/icons/CirclePencilIcon.vue +35 -0
- package/src/icons/CircleXmarkIcon.vue +35 -0
- package/src/icons/ClockIcon.vue +34 -0
- package/src/icons/CloudNodesIcon.vue +37 -0
- package/src/icons/CommandIcon.vue +37 -0
- package/src/icons/CryptographyIcon.vue +8 -12
- package/src/icons/Cubes2Icon.vue +41 -0
- package/src/icons/DarkModeIcon.vue +34 -0
- package/src/icons/DecentralizeIcon.vue +43 -0
- package/src/icons/DeleteLeftIcon.vue +35 -0
- package/src/icons/EraserIcon.vue +35 -0
- package/src/icons/EthereumIcon.vue +35 -0
- package/src/icons/EyeDropperIcon.vue +36 -0
- package/src/icons/Flag3Icon.vue +34 -0
- package/src/icons/Heading1Icon.vue +35 -0
- package/src/icons/Heading2Icon.vue +35 -0
- package/src/icons/Heading3Icon.vue +35 -0
- package/src/icons/Heading4Icon.vue +35 -0
- package/src/icons/Heading5Icon.vue +35 -0
- package/src/icons/Heading6Icon.vue +36 -0
- package/src/icons/Headphones2Icon.vue +36 -0
- package/src/icons/Heart2SlashIcon.vue +35 -0
- package/src/icons/HourglassStartIcon.vue +37 -0
- package/src/icons/ImageIcon.vue +3 -4
- package/src/icons/ImageMountainIcon.vue +3 -4
- package/src/icons/KeyNodesIcon.vue +11 -12
- package/src/icons/LinkIcon.vue +4 -5
- package/src/icons/MediaNextIcon.vue +34 -0
- package/src/icons/MediaPauseIcon.vue +35 -0
- package/src/icons/MediaPlayIcon.vue +33 -0
- package/src/icons/MediaPreviousIcon.vue +34 -0
- package/src/icons/Microphone3Icon.vue +37 -0
- package/src/icons/MusicAlbumIcon.vue +35 -0
- package/src/icons/MusicIcon.vue +1 -2
- package/src/icons/MusicNoteIcon.vue +36 -0
- package/src/icons/MusicPlusIcon.vue +41 -0
- package/src/icons/NightShiftIcon.vue +42 -0
- package/src/icons/NotebookIcon.vue +38 -0
- package/src/icons/OpeningQuotationMarkIcon.vue +35 -0
- package/src/icons/OrderedListIcon.vue +5 -6
- package/src/icons/ParagraphCheckIcon.vue +36 -0
- package/src/icons/PickaxeIcon.vue +38 -0
- package/src/icons/PilcrowIcon.vue +35 -0
- package/src/icons/PlaylistIcon.vue +35 -0
- package/src/icons/QueueIcon.vue +35 -0
- package/src/icons/ReturnKeyIcon.vue +35 -0
- package/src/icons/ShuffleIcon.vue +36 -0
- package/src/icons/SignatureIcon.vue +35 -0
- package/src/icons/SquareCommandIcon.vue +38 -0
- package/src/icons/SunFogIcon.vue +38 -0
- package/src/icons/TagCheckIcon.vue +35 -0
- package/src/icons/TagIcon.vue +2 -3
- package/src/icons/TextAIcon.vue +33 -0
- package/src/icons/TextAlignCenterIcon.vue +34 -0
- package/src/icons/TextAlignLeftIcon.vue +34 -0
- package/src/icons/TextAlignRightIcon.vue +34 -0
- package/src/icons/TextHighlight2Icon.vue +35 -0
- package/src/icons/TextToolIcon.vue +42 -0
- package/src/icons/UnorderedListIcon.vue +5 -6
- package/src/icons/VolumeIcon.vue +2 -3
- package/src/icons/VolumeOffIcon.vue +36 -0
- package/src/icons/Wallet2CircuitIcon.vue +1 -2
- package/src/icons/WaveformLinesIcon.vue +37 -0
- package/src/icons/index.ts +61 -0
- package/src/index.ts +399 -157
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M7.23035 8.99579C4.93868 7.86973 4.76093 4.66933 4.76093 2.23941C7.59255 2.23282 13.2558 2.2236 13.2558 2.23941C13.2558 5.91393 12.6236 7.9685 10.7666 8.97603C12.4853 10.1021 13.2558 11.6233 13.2558 15.7324H4.76094C4.76094 13.421 4.8202 10.3787 7.23035 8.99579Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M4.75 15.75C4.75 11.89 5.307 10.294 7.21 9C5.307 7.706 4.75 6.11 4.75 2.25" />
|
|
24
|
+
<path d="M13.25 15.75C13.25 11.89 12.693 10.294 10.79 9C12.693 7.706 13.25 6.11 13.25 2.25" />
|
|
25
|
+
<path d="M3.75 2.25H14.25" />
|
|
26
|
+
<path d="M3.75 15.75H14.25" />
|
|
27
|
+
<path d="M10.6016 4.7905C10.46 4.6074 10.2403 4.5 10.0088 4.5H7.99119C7.75979 4.5 7.53998 4.6074 7.39838 4.7905C7.25678 4.9736 7.20696 5.2124 7.26456 5.437C7.53996 6.5039 8.05849 6.8564 8.47459 7.1391C8.61729 7.2451 8.81068 7.3054 8.99998 7.3124C9.18928 7.3053 9.38267 7.245 9.52537 7.1391C9.94137 6.8564 10.46 6.5038 10.7354 5.437C10.793 5.2124 10.7432 4.9736 10.6016 4.7905Z" :fill="color" data-stroke="none" stroke="none" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style scoped>
|
|
33
|
+
.icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
</style>
|
package/src/icons/ImageIcon.vue
CHANGED
|
@@ -18,11 +18,10 @@ withDefaults(defineProps<Props>(), {
|
|
|
18
18
|
viewBox="0 0 18 18"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
>
|
|
21
|
-
<
|
|
22
|
-
<g :fill="color">
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
23
22
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 2.75H13.25C14.3546 2.75 15.25 3.64543 15.25 4.75V11.4513L12.5867 8.94063C11.7943 8.19366 10.5499 8.21792 9.78725 8.99521L3.85636 15.0397C3.20039 14.7116 2.75 14.0334 2.75 13.25V4.75C2.75 3.64543 3.64543 2.75 4.75 2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
-
<path d="M3.76199 14.989L9.83599 8.914C10.617 8.133 11.883 8.133 12.664 8.914L15.25 11.5"
|
|
25
|
-
<path d="M13.25 2.75H4.75C3.64543 2.75 2.75 3.64543 2.75 4.75V13.25C2.75 14.3546 3.64543 15.25 4.75 15.25H13.25C14.3546 15.25 15.25 14.3546 15.25 13.25V4.75C15.25 3.64543 14.3546 2.75 13.25 2.75Z"
|
|
23
|
+
<path d="M3.76199 14.989L9.83599 8.914C10.617 8.133 11.883 8.133 12.664 8.914L15.25 11.5" />
|
|
24
|
+
<path d="M13.25 2.75H4.75C3.64543 2.75 2.75 3.64543 2.75 4.75V13.25C2.75 14.3546 3.64543 15.25 4.75 15.25H13.25C14.3546 15.25 15.25 14.3546 15.25 13.25V4.75C15.25 3.64543 14.3546 2.75 13.25 2.75Z" />
|
|
26
25
|
<path d="M6.25 8.5C6.94036 8.5 7.5 7.94036 7.5 7.25C7.5 6.55964 6.94036 6 6.25 6C5.55964 6 5 6.55964 5 7.25C5 7.94036 5.55964 8.5 6.25 8.5Z" :fill="color" data-stroke="none" stroke="none" />
|
|
27
26
|
</g>
|
|
28
27
|
</svg>
|
|
@@ -18,11 +18,10 @@ withDefaults(defineProps<Props>(), {
|
|
|
18
18
|
viewBox="0 0 18 18"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
>
|
|
21
|
-
<
|
|
22
|
-
<g :fill="color">
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
23
22
|
<path d="M16.329 12.658L12.056 6.846C11.656 6.303 10.844 6.303 10.445 6.846L7.126 11.36L5.682 9.396C5.282 8.852 4.47 8.852 4.071 9.396L1.673 12.658C1.187 13.318 1.659 14.25 2.479 14.25H15.523C16.343 14.25 16.814 13.318 16.329 12.658Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
-
<path d="M16.329 12.658L12.056 6.846C11.656 6.303 10.844 6.303 10.445 6.846L7.126 11.36L5.682 9.396C5.282 8.852 4.47 8.852 4.071 9.396L1.673 12.658C1.187 13.318 1.659 14.25 2.479 14.25H15.523C16.343 14.25 16.814 13.318 16.329 12.658Z"
|
|
25
|
-
<path d="M5.5 5.75C6.4665 5.75 7.25 4.9665 7.25 4C7.25 3.0335 6.4665 2.25 5.5 2.25C4.5335 2.25 3.75 3.0335 3.75 4C3.75 4.9665 4.5335 5.75 5.5 5.75Z"
|
|
23
|
+
<path d="M16.329 12.658L12.056 6.846C11.656 6.303 10.844 6.303 10.445 6.846L7.126 11.36L5.682 9.396C5.282 8.852 4.47 8.852 4.071 9.396L1.673 12.658C1.187 13.318 1.659 14.25 2.479 14.25H15.523C16.343 14.25 16.814 13.318 16.329 12.658Z" />
|
|
24
|
+
<path d="M5.5 5.75C6.4665 5.75 7.25 4.9665 7.25 4C7.25 3.0335 6.4665 2.25 5.5 2.25C4.5335 2.25 3.75 3.0335 3.75 4C3.75 4.9665 4.5335 5.75 5.5 5.75Z" />
|
|
26
25
|
</g>
|
|
27
26
|
</svg>
|
|
28
27
|
</template>
|
|
@@ -18,21 +18,20 @@ withDefaults(defineProps<Props>(), {
|
|
|
18
18
|
viewBox="0 0 18 18"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
>
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
<path d="M9 16.25C9.82843 16.25 10.5 15.5784 10.5 14.75C10.5 13.9216 9.82843 13.25 9 13.25C8.17157 13.25 7.5 13.9216 7.5 14.75C7.5 15.5784 8.17157 16.25 9 16.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
-
<path d="M3.5 15.75C4.32843 15.75 5 15.0784 5 14.25C5 13.4216 4.32843 12.75 3.5 12.75C2.67157 12.75 2 13.4216 2 14.25C2 15.0784 2.67157 15.75 3.5 15.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
25
|
-
<path d="M14.5 15.75C15.3284 15.75 16 15.0784 16 14.25C16 13.4216 15.3284 12.75 14.5 12.75C13.6716 12.75 13 13.4216 13 14.25C13 15.0784 13.6716 15.75 14.5 15.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
26
|
-
<path d="M5.25 6.75C6.63071 6.75 7.75 5.63071 7.75 4.25C7.75 2.86929 6.63071 1.75 5.25 1.75C3.86929 1.75 2.75 2.86929 2.75 4.25C2.75 5.63071 3.86929 6.75 5.25 6.75Z" />
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M5.25 6.75C6.6307 6.75 7.75 5.631 7.75 4.25C7.75 2.869 6.6307 1.75 5.25 1.75C3.8693 1.75 2.75 2.869 2.75 4.25C2.75 5.631 3.8693 6.75 5.25 6.75Z" />
|
|
27
23
|
<path d="M7.75 4.25H15.25" />
|
|
28
24
|
<path d="M13.75 4.25V6.5" />
|
|
29
25
|
<path d="M11.25 4.25V6.5" />
|
|
30
|
-
<path d="M9 16.25C9.
|
|
31
|
-
<path d="M3.5
|
|
32
|
-
<path d="
|
|
33
|
-
<path d="
|
|
34
|
-
<path d="
|
|
35
|
-
<path d="
|
|
26
|
+
<path opacity="0.3" d="M9 16.25C9.9665 16.25 10.75 15.466 10.75 14.5C10.75 13.534 9.9665 12.75 9 12.75C8.0335 12.75 7.25 13.534 7.25 14.5C7.25 15.466 8.0335 16.25 9 16.25Z" :fill="color" data-color="color-2" data-stroke="none" stroke="none" />
|
|
27
|
+
<path opacity="0.3" d="M3.5 14.25C4.4665 14.25 5.25 13.466 5.25 12.5C5.25 11.534 4.4665 10.75 3.5 10.75C2.5335 10.75 1.75 11.534 1.75 12.5C1.75 13.466 2.5335 14.25 3.5 14.25Z" :fill="color" data-color="color-2" data-stroke="none" stroke="none" />
|
|
28
|
+
<path opacity="0.3" d="M14.5 14.25C13.5335 14.25 12.75 13.466 12.75 12.5C12.75 11.534 13.5335 10.75 14.5 10.75C15.4665 10.75 16.25 11.534 16.25 12.5C16.25 13.466 15.4665 14.25 14.5 14.25Z" :fill="color" data-color="color-2" data-stroke="none" stroke="none" />
|
|
29
|
+
<path d="M9 16.25C9.9665 16.25 10.75 15.466 10.75 14.5C10.75 13.534 9.9665 12.75 9 12.75C8.0335 12.75 7.25 13.534 7.25 14.5C7.25 15.466 8.0335 16.25 9 16.25Z" />
|
|
30
|
+
<path d="M3.5 14.25C4.4665 14.25 5.25 13.466 5.25 12.5C5.25 11.534 4.4665 10.75 3.5 10.75C2.5335 10.75 1.75 11.534 1.75 12.5C1.75 13.466 2.5335 14.25 3.5 14.25Z" />
|
|
31
|
+
<path d="M9 8.75V12.75" />
|
|
32
|
+
<path d="M4.73706 11.263L5.95706 10.043C6.14506 9.855 6.25006 9.601 6.25006 9.336V8.75" />
|
|
33
|
+
<path d="M14.5 14.25C13.5335 14.25 12.75 13.466 12.75 12.5C12.75 11.534 13.5335 10.75 14.5 10.75C15.4665 10.75 16.25 11.534 16.25 12.5C16.25 13.466 15.4665 14.25 14.5 14.25Z" />
|
|
34
|
+
<path d="M13.263 11.263L12.043 10.043C11.855 9.855 11.75 9.601 11.75 9.336V8.75" />
|
|
36
35
|
</g>
|
|
37
36
|
</svg>
|
|
38
37
|
</template>
|
package/src/icons/LinkIcon.vue
CHANGED
|
@@ -18,11 +18,10 @@ withDefaults(defineProps<Props>(), {
|
|
|
18
18
|
viewBox="0 0 18 18"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
>
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
<
|
|
24
|
-
<path d="
|
|
25
|
-
<path d="M9.5 11.173C9.852 11.005 10.182 10.775 10.473 10.483L10.483 10.473C11.864 9.092 11.864 6.854 10.483 5.473L8.308 3.298C6.927 1.917 4.689 1.917 3.308 3.298L3.298 3.308C1.917 4.689 1.917 6.927 3.298 8.308L4.229 9.239" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M14.6892 9.66862L12.5298 7.5092C11.1486 6.12805 8.90935 6.12805 7.5282 7.5092C6.14704 8.89036 6.14704 11.1296 7.5282 12.5108L9.68761 14.6702C11.0688 16.0514 13.3081 16.0514 14.6892 14.6702C16.0704 13.2891 16.0704 11.0498 14.6892 9.66862Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M8.36909 6.8934C8.06649 7.0539 7.78239 7.2617 7.52799 7.517L7.51799 7.527C6.13699 8.908 6.13699 11.146 7.51799 12.527L9.69299 14.702C11.074 16.083 13.312 16.083 14.693 14.702L14.703 14.692C16.084 13.311 16.084 11.073 14.703 9.692L13.9406 8.9296" />
|
|
24
|
+
<path d="M9.63288 11.1066C9.93548 10.9461 10.2196 10.7383 10.474 10.483L10.484 10.473C11.865 9.09199 11.865 6.85399 10.484 5.47299L8.30899 3.29799C6.92799 1.91699 4.68999 1.91699 3.30899 3.29799L3.29899 3.30799C1.91799 4.68899 1.91799 6.92699 3.29899 8.30799L4.06139 9.07039" />
|
|
26
25
|
</g>
|
|
27
26
|
</svg>
|
|
28
27
|
</template>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M4.05 3.677L12.304 8.247C12.899 8.577 12.899 9.424 12.304 9.753L4.05 14.323C3.468 14.645 2.75 14.229 2.75 13.57V4.43C2.75 3.77 3.468 3.355 4.05 3.677Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M4.05 3.677L12.304 8.247C12.899 8.577 12.899 9.424 12.304 9.753L4.05 14.323C3.468 14.645 2.75 14.229 2.75 13.57V4.43C2.75 3.77 3.468 3.355 4.05 3.677Z" />
|
|
24
|
+
<path d="M15.25 15.25V2.75" />
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</template>
|
|
28
|
+
|
|
29
|
+
<style scoped>
|
|
30
|
+
.icon {
|
|
31
|
+
display: inline-block;
|
|
32
|
+
vertical-align: middle;
|
|
33
|
+
}
|
|
34
|
+
</style>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M5.25 2.75H3.75C3.19772 2.75 2.75 3.19772 2.75 3.75V14.25C2.75 14.8023 3.19772 15.25 3.75 15.25H5.25C5.80228 15.25 6.25 14.8023 6.25 14.25V3.75C6.25 3.19772 5.80228 2.75 5.25 2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M14.25 2.75H12.75C12.1977 2.75 11.75 3.19772 11.75 3.75V14.25C11.75 14.8023 12.1977 15.25 12.75 15.25H14.25C14.8023 15.25 15.25 14.8023 15.25 14.25V3.75C15.25 3.19772 14.8023 2.75 14.25 2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M5.25 2.75H3.75C3.19772 2.75 2.75 3.19772 2.75 3.75V14.25C2.75 14.8023 3.19772 15.25 3.75 15.25H5.25C5.80228 15.25 6.25 14.8023 6.25 14.25V3.75C6.25 3.19772 5.80228 2.75 5.25 2.75Z" />
|
|
25
|
+
<path d="M14.25 2.75H12.75C12.1977 2.75 11.75 3.19772 11.75 3.75V14.25C11.75 14.8023 12.1977 15.25 12.75 15.25H14.25C14.8023 15.25 15.25 14.8023 15.25 14.25V3.75C15.25 3.19772 14.8023 2.75 14.25 2.75Z" />
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
</template>
|
|
29
|
+
|
|
30
|
+
<style scoped>
|
|
31
|
+
.icon {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
vertical-align: middle;
|
|
34
|
+
}
|
|
35
|
+
</style>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M5.245 2.878L14.737 8.134C15.422 8.513 15.422 9.487 14.737 9.866L5.245 15.122C4.576 15.493 3.75 15.014 3.75 14.256V3.744C3.75 2.986 4.575 2.507 5.245 2.878Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M5.245 2.878L14.737 8.134C15.422 8.513 15.422 9.487 14.737 9.866L5.245 15.122C4.576 15.493 3.75 15.014 3.75 14.256V3.744C3.75 2.986 4.575 2.507 5.245 2.878Z" />
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
27
|
+
|
|
28
|
+
<style scoped>
|
|
29
|
+
.icon {
|
|
30
|
+
display: inline-block;
|
|
31
|
+
vertical-align: middle;
|
|
32
|
+
}
|
|
33
|
+
</style>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M13.95 14.323L5.69698 9.753C5.10198 9.423 5.10198 8.576 5.69698 8.247L13.95 3.677C14.532 3.355 15.25 3.771 15.25 4.43V13.57C15.25 14.23 14.532 14.645 13.95 14.323Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M13.95 14.323L5.69698 9.753C5.10198 9.423 5.10198 8.576 5.69698 8.247L13.95 3.677C14.532 3.355 15.25 3.771 15.25 4.43V13.57C15.25 14.23 14.532 14.645 13.95 14.323Z" />
|
|
24
|
+
<path d="M2.75 2.75V15.25" />
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</template>
|
|
28
|
+
|
|
29
|
+
<style scoped>
|
|
30
|
+
.icon {
|
|
31
|
+
display: inline-block;
|
|
32
|
+
vertical-align: middle;
|
|
33
|
+
}
|
|
34
|
+
</style>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M12.25 4C12.25 2.20507 10.7949 0.75 9 0.75C7.20507 0.75 5.75 2.20507 5.75 4V7.5C5.75 9.29493 7.20507 10.75 9 10.75C10.7949 10.75 12.25 9.29493 12.25 7.5V4Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M9.75 5.75H12.25" />
|
|
24
|
+
<path d="M15.25 7.5C15.25 10.946 12.446 13.75 9 13.75C5.554 13.75 2.75 10.946 2.75 7.5" />
|
|
25
|
+
<path d="M12.25 4C12.25 2.20507 10.7949 0.75 9 0.75C7.20507 0.75 5.75 2.20507 5.75 4V7.5C5.75 9.29493 7.20507 10.75 9 10.75C10.7949 10.75 12.25 9.29493 12.25 7.5V4Z" />
|
|
26
|
+
<path d="M9 13.75V17.25" />
|
|
27
|
+
<path d="M5.75 17.25H12.25" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style scoped>
|
|
33
|
+
.icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
</style>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.552 4.75H3.44802C2.82402 4.75 2.35202 5.315 2.46402 5.929L4.10102 14.929C4.18802 15.404 4.60202 15.75 5.08502 15.75H12.916C13.399 15.75 13.814 15.404 13.9 14.929L15.536 5.929C15.647 5.315 15.176 4.75 14.552 4.75ZM11.25 10C11.25 11.2426 10.2426 12.25 9 12.25C7.75736 12.25 6.75 11.2426 6.75 10C6.75 8.75736 7.75736 7.75 9 7.75C10.2426 7.75 11.25 8.75736 11.25 10Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M9 12.25C10.2426 12.25 11.25 11.2426 11.25 10C11.25 8.75736 10.2426 7.75 9 7.75C7.75736 7.75 6.75 8.75736 6.75 10C6.75 11.2426 7.75736 12.25 9 12.25Z" />
|
|
24
|
+
<path d="M13.75 1.75H4.25" />
|
|
25
|
+
<path d="M3.44802 4.75H14.552C15.176 4.75 15.647 5.315 15.536 5.929L13.9 14.929C13.814 15.404 13.399 15.75 12.916 15.75H5.08502C4.60202 15.75 4.18802 15.404 4.10102 14.929L2.46402 5.929C2.35202 5.315 2.82402 4.75 3.44802 4.75Z" />
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
</template>
|
|
29
|
+
|
|
30
|
+
<style scoped>
|
|
31
|
+
.icon {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
vertical-align: middle;
|
|
34
|
+
}
|
|
35
|
+
</style>
|
package/src/icons/MusicIcon.vue
CHANGED
|
@@ -18,8 +18,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
18
18
|
viewBox="0 0 18 18"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
>
|
|
21
|
-
<
|
|
22
|
-
<g stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
23
22
|
<path d="M6.586 3.361L13.586 2.194C14.196 2.092 14.75 2.562 14.75 3.18V5.75L5.75 7.25V4.347C5.75 3.858 6.103 3.441 6.586 3.361Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
23
|
<path d="M3.75 15.75C4.85457 15.75 5.75 14.8546 5.75 13.75C5.75 12.6454 4.85457 11.75 3.75 11.75C2.64543 11.75 1.75 12.6454 1.75 13.75C1.75 14.8546 2.64543 15.75 3.75 15.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
25
24
|
<path d="M12.75 14.25C13.8546 14.25 14.75 13.3546 14.75 12.25C14.75 11.1454 13.8546 10.25 12.75 10.25C11.6454 10.25 10.75 11.1454 10.75 12.25C10.75 13.3546 11.6454 14.25 12.75 14.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M6 16.25C7.51878 16.25 8.75 15.0188 8.75 13.5C8.75 11.9812 7.51878 10.75 6 10.75C4.48122 10.75 3.25 11.9812 3.25 13.5C3.25 15.0188 4.48122 16.25 6 16.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M9.615 2.38199L13.115 1.90499C13.715 1.82299 14.25 2.28999 14.25 2.89599V4.62699C14.25 5.12699 13.881 5.54999 13.385 5.61799L8.75 6.24999V3.37299C8.75 2.87299 9.119 2.44999 9.615 2.38199Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M8.75 6.25V13.5" />
|
|
25
|
+
<path d="M6 16.25C7.51878 16.25 8.75 15.0188 8.75 13.5C8.75 11.9812 7.51878 10.75 6 10.75C4.48122 10.75 3.25 11.9812 3.25 13.5C3.25 15.0188 4.48122 16.25 6 16.25Z" />
|
|
26
|
+
<path d="M9.615 2.38199L13.115 1.90499C13.715 1.82299 14.25 2.28999 14.25 2.89599V4.62699C14.25 5.12699 13.881 5.54999 13.385 5.61799L8.75 6.24999V3.37299C8.75 2.87299 9.119 2.44999 9.615 2.38199Z" />
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
29
|
+
</template>
|
|
30
|
+
|
|
31
|
+
<style scoped>
|
|
32
|
+
.icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
vertical-align: middle;
|
|
35
|
+
}
|
|
36
|
+
</style>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="m13.586,2.1938l-5.2051.8679c.0708.2183.1191.4465.1191.6882,0,1.2407-1.0098,2.25-2.25,2.25h-.25v.25c0,.3606-.0931.6968-.2446.999l8.9946-1.499v-2.5701c0-.6179-.554-1.0879-1.164-.9861Z" :fill="color" opacity=".3" stroke-width="0" data-color="color-2" />
|
|
23
|
+
<path d="m8.6399,3.0186l4.9461-.8246c.61-.102,1.164.368,1.164.986v2.57l-9,1.5" />
|
|
24
|
+
<line x1="5.75" y1="7.25" x2="5.75" y2="13.75" />
|
|
25
|
+
<line x1="14.75" y1="5.75" x2="14.75" y2="12.25" />
|
|
26
|
+
<circle cx="3.75" cy="13.75" r="2" :fill="color" opacity=".3" stroke-width="0" data-color="color-2" />
|
|
27
|
+
<circle cx="12.75" cy="12.25" r="2" :fill="color" opacity=".3" stroke-width="0" data-color="color-2" />
|
|
28
|
+
<circle cx="3.75" cy="13.75" r="2" />
|
|
29
|
+
<circle cx="12.75" cy="12.25" r="2" />
|
|
30
|
+
<line x1="3.75" y1="1.25" x2="3.75" y2="6.25" />
|
|
31
|
+
<line x1="6.25" y1="3.75" x2="1.25" y2="3.75" />
|
|
32
|
+
</g>
|
|
33
|
+
</svg>
|
|
34
|
+
</template>
|
|
35
|
+
|
|
36
|
+
<style scoped>
|
|
37
|
+
.icon {
|
|
38
|
+
display: inline-block;
|
|
39
|
+
vertical-align: middle;
|
|
40
|
+
}
|
|
41
|
+
</style>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.73475 4.94153C7.42793 5.86856 7.2402 7.81708 8.66136 9.23824C9.88562 10.4625 11.7911 10.529 13.0325 10.3459C12.4695 12.0334 10.8768 13.25 9 13.25C6.65279 13.25 4.75 11.3472 4.75 9.00001C4.75 7.09343 6.00545 5.48007 7.73475 4.94153Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M9 0.75V2.25" />
|
|
24
|
+
<path d="M14.834 3.16599L13.773 4.22699" />
|
|
25
|
+
<path d="M17.25 9H15.75" />
|
|
26
|
+
<path d="M14.834 14.834L13.773 13.773" />
|
|
27
|
+
<path d="M9 17.25V15.75" />
|
|
28
|
+
<path d="M3.16599 14.834L4.22699 13.773" />
|
|
29
|
+
<path d="M0.75 9H2.25" />
|
|
30
|
+
<path d="M3.16599 3.16599L4.22699 4.22699" />
|
|
31
|
+
<path d="M9 13.25C11.3472 13.25 13.25 11.3472 13.25 9C13.25 6.65279 11.3472 4.75 9 4.75C6.65279 4.75 4.75 6.65279 4.75 9C4.75 11.3472 6.65279 13.25 9 13.25Z" />
|
|
32
|
+
<path d="M7.718 4.96799C7.589 5.37499 7.5 5.79999 7.5 6.24999C7.5 8.59699 9.403 10.5 11.75 10.5C12.2 10.5 12.625 10.411 13.032 10.282" />
|
|
33
|
+
</g>
|
|
34
|
+
</svg>
|
|
35
|
+
</template>
|
|
36
|
+
|
|
37
|
+
<style scoped>
|
|
38
|
+
.icon {
|
|
39
|
+
display: inline-block;
|
|
40
|
+
vertical-align: middle;
|
|
41
|
+
}
|
|
42
|
+
</style>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25 1.75H12.75C13.8546 1.75 14.75 2.64543 14.75 3.75V14.25C14.75 15.3546 13.8546 16.25 12.75 16.25H7.25V1.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M17.25 4.75V7.25" />
|
|
24
|
+
<path d="M7.25 1.75V16.25" />
|
|
25
|
+
<path d="M12.75 1.75H5.25C4.14543 1.75 3.25 2.64543 3.25 3.75V14.25C3.25 15.3546 4.14543 16.25 5.25 16.25H12.75C13.8546 16.25 14.75 15.3546 14.75 14.25V3.75C14.75 2.64543 13.8546 1.75 12.75 1.75Z" />
|
|
26
|
+
<path d="M1.75 9H4.75" />
|
|
27
|
+
<path d="M1.75 5.75H4.75" />
|
|
28
|
+
<path d="M1.75 12.25H4.75" />
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
31
|
+
</template>
|
|
32
|
+
|
|
33
|
+
<style scoped>
|
|
34
|
+
.icon {
|
|
35
|
+
display: inline-block;
|
|
36
|
+
vertical-align: middle;
|
|
37
|
+
}
|
|
38
|
+
</style>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M1.75 9.25314H6.25C6.80228 9.25314 7.25 9.70086 7.25 10.2531V13.25C7.25 13.8023 6.80228 14.25 6.25 14.25H2.75C2.19772 14.25 1.75 13.8023 1.75 13.25V9.25314Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M10.75 9.25314H15.25C15.8023 9.25314 16.25 9.70086 16.25 10.2531V13.25C16.25 13.8023 15.8023 14.25 15.25 14.25H11.75C11.1977 14.25 10.75 13.8023 10.75 13.25V9.25314Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M1.75 9.25H6.25C6.802 9.25 7.25 9.698 7.25 10.25V13.25C7.25 13.802 6.802 14.25 6.25 14.25H2.75C2.198 14.25 1.75 13.802 1.75 13.25V9.25ZM1.75 9.25C1.75 5.5 3 3.625 5.25 2.75" />
|
|
25
|
+
<path d="M10.75 9.25H15.25C15.802 9.25 16.25 9.698 16.25 10.25V13.25C16.25 13.802 15.802 14.25 15.25 14.25H11.75C11.198 14.25 10.75 13.802 10.75 13.25V9.25ZM10.75 9.25C10.75 5.5 12 3.625 14.25 2.75" />
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
</template>
|
|
29
|
+
|
|
30
|
+
<style scoped>
|
|
31
|
+
.icon {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
vertical-align: middle;
|
|
34
|
+
}
|
|
35
|
+
</style>
|
|
@@ -18,12 +18,11 @@ withDefaults(defineProps<Props>(), {
|
|
|
18
18
|
viewBox="0 0 18 18"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
>
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
<path d="
|
|
24
|
-
<path d="M9.5
|
|
25
|
-
<path d="
|
|
26
|
-
<path d="M4.75002 7.5V2C4.75002 2 4.12002 3.108 2.78302 3.364" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M2.50002 11.661C2.75902 10.74 3.65202 10.236 4.61602 10.25C5.58102 10.264 6.48802 10.696 6.54502 11.661C6.60202 12.626 5.58002 13.273 4.52202 13.705C3.46402 14.137 2.58602 14.54 2.49902 15.749H6.54802" />
|
|
23
|
+
<path d="M9.5 5.25H16.25" />
|
|
24
|
+
<path d="M9.5 12.75H16.25" />
|
|
25
|
+
<path d="M4.75002 7.5V2C4.75002 2 4.12002 3.108 2.78302 3.364" />
|
|
27
26
|
</g>
|
|
28
27
|
</svg>
|
|
29
28
|
</template>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" :stroke="color">
|
|
22
|
+
<path d="M2.75 13.75H6.75" />
|
|
23
|
+
<path d="M2.75 10.25H6.75" />
|
|
24
|
+
<path d="M2.75 6.75H15.25" />
|
|
25
|
+
<path d="M2.75 3.25H15.25" />
|
|
26
|
+
<path d="M10 12.912L11.609 14.521L15.006 10.104" />
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
29
|
+
</template>
|
|
30
|
+
|
|
31
|
+
<style scoped>
|
|
32
|
+
.icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
vertical-align: middle;
|
|
35
|
+
}
|
|
36
|
+
</style>
|