@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,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="M4.25 4.75H13.75C14.8546 4.75 15.75 5.64543 15.75 6.75V13.25C15.75 14.3546 14.8546 15.25 13.75 15.25H4.25C3.14543 15.25 2.25 14.3546 2.25 13.25V6.75C2.25 5.64543 3.14543 4.75 4.25 4.75ZM7.897 7.797L11.037 9.629V9.627C11.321 9.793 11.321 10.204 11.037 10.37L7.897 12.202C7.61 12.37 7.25 12.163 7.25 11.831V8.168C7.25 7.837 7.61 7.63 7.897 7.797Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M11.037 9.629L7.897 7.797C7.61 7.63 7.25 7.837 7.25 8.168V11.831C7.25 12.163 7.61 12.37 7.897 12.202L11.037 10.37C11.321 10.204 11.321 9.793 11.037 9.627V9.629Z" />
|
|
24
|
+
<path d="M13.75 4.75H4.25C3.14543 4.75 2.25 5.64543 2.25 6.75V13.25C2.25 14.3546 3.14543 15.25 4.25 15.25H13.75C14.8546 15.25 15.75 14.3546 15.75 13.25V6.75C15.75 5.64543 14.8546 4.75 13.75 4.75Z" />
|
|
25
|
+
<path d="M4.75 1.75H13.25" />
|
|
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,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="M14.25 2.75H3.75C3.19772 2.75 2.75 3.19772 2.75 3.75V7.25C2.75 7.80228 3.19772 8.25 3.75 8.25H14.25C14.8023 8.25 15.25 7.80228 15.25 7.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" />
|
|
23
|
+
<path d="M14.25 2.75H3.75C3.19772 2.75 2.75 3.19772 2.75 3.75V7.25C2.75 7.80228 3.19772 8.25 3.75 8.25H14.25C14.8023 8.25 15.25 7.80228 15.25 7.25V3.75C15.25 3.19772 14.8023 2.75 14.25 2.75Z" />
|
|
24
|
+
<path d="M2.75 11.75H15.25" />
|
|
25
|
+
<path d="M2.75 15.25H15.25" />
|
|
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,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="M14.25 2.75H3.75C2.64543 2.75 1.75 3.64543 1.75 4.75V13.25C1.75 14.3546 2.64543 15.25 3.75 15.25H14.25C15.3546 15.25 16.25 14.3546 16.25 13.25V4.75C16.25 3.64543 15.3546 2.75 14.25 2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M14.25 2.75H3.75C2.64543 2.75 1.75 3.64543 1.75 4.75V13.25C1.75 14.3546 2.64543 15.25 3.75 15.25H14.25C15.3546 15.25 16.25 14.3546 16.25 13.25V4.75C16.25 3.64543 15.3546 2.75 14.25 2.75Z" />
|
|
24
|
+
<path d="M10.75 6.25H12.25C12.802 6.25 13.25 6.698 13.25 7.25V9.25C13.25 9.802 12.802 10.25 12.25 10.25H4.75" />
|
|
25
|
+
<path d="M6.75 8.25L4.75 10.25L6.75 12.25" />
|
|
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,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="M13.5 16L16.25 13.25L13.5 10.5" />
|
|
23
|
+
<path d="M9.147 11L10.4 12.521C10.78 12.982 11.346 13.25 11.944 13.25H16" />
|
|
24
|
+
<path d="M1.75 4.75H3.056C3.654 4.75 4.22 5.017 4.6 5.479L5.853 7" />
|
|
25
|
+
<path d="M13.5 2L16.25 4.75L13.5 7.5" />
|
|
26
|
+
<path d="M1.75 13.25H3.056C3.654 13.25 4.22 12.983 4.6 12.521L10.4 5.47799C10.78 5.01699 11.346 4.74899 11.944 4.74899H16" />
|
|
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,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="M2.75 5V12.5C2.75 14.5 4.5 16.25 4.5 16.25C4.5 16.25 6.25 14.5 6.25 12.5V5H2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M2.75 5.25H7.75C8.302 5.25 8.75 5.698 8.75 6.25V10" />
|
|
24
|
+
<path d="M7.995 16.25C9.909 12.852 10.928 11.976 11.486 12.151C12.381 12.43 12.121 15.426 13.069 15.601C13.768 15.73 14.387 14.191 15.139 14.383C15.746 14.538 15.709 15.632 16.397 15.844C16.673 15.929 16.971 15.844 17.25 15.688" />
|
|
25
|
+
<path d="M6.25 12.5C6.25 14.5 4.5 16.25 4.5 16.25C4.5 16.25 2.75 14.5 2.75 12.5V3.5C2.75 2.534 3.534 1.75 4.5 1.75C5.466 1.75 6.25 2.534 6.25 3.5V12.5Z" />
|
|
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,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 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" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<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" />
|
|
24
|
+
<path d="M10.25 7.75H7.75V10.25H10.25V7.75Z" />
|
|
25
|
+
<path d="M6.5 5.25C5.81 5.25 5.25 5.81 5.25 6.5C5.25 7.19 5.81 7.75 6.5 7.75H7.75V6.5C7.75 5.81 7.19 5.25 6.5 5.25Z" />
|
|
26
|
+
<path d="M12.75 6.5C12.75 5.81 12.19 5.25 11.5 5.25C10.81 5.25 10.25 5.81 10.25 6.5V7.75H11.5C12.19 7.75 12.75 7.19 12.75 6.5Z" />
|
|
27
|
+
<path d="M11.5 12.75C12.19 12.75 12.75 12.19 12.75 11.5C12.75 10.81 12.19 10.25 11.5 10.25H10.25V11.5C10.25 12.19 10.81 12.75 11.5 12.75Z" />
|
|
28
|
+
<path d="M5.25 11.5C5.25 12.19 5.81 12.75 6.5 12.75C7.19 12.75 7.75 12.19 7.75 11.5V10.25H6.5C5.81 10.25 5.25 10.81 5.25 11.5Z" />
|
|
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,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 d="M3.55099 7.5C3.91699 4.817 6.21699 2.75 8.99999 2.75C11.783 2.75 14.083 4.817 14.449 7.5" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M1.75 9.75H11.25" />
|
|
24
|
+
<path d="M8.75 12.75H14.25" />
|
|
25
|
+
<path d="M5.75 15.75H12.25" />
|
|
26
|
+
<path d="M14.25 9.75H16.25" />
|
|
27
|
+
<path d="M3.75 12.75H5.75" />
|
|
28
|
+
<path d="M3.55099 7C3.91699 4.317 6.21699 2.25 8.99999 2.25C11.783 2.25 14.083 4.317 14.449 7" />
|
|
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="m13,10.5c-3.0327,0-5.5-2.4673-5.5-5.5,0-.8481.1946-1.6509.5393-2.3686.0492-.1025-.1879-.3814-.3673-.3814H2.75c-.552,0-1,.448-1,1v4.9219c0,.53.211,1.0391.586,1.4141l5.75,5.75c.781.781,2.047.781,2.828,0l3.922-3.9219c.4075-.4075.5982-.5627.5805-1.0964,0,0-.2752-.256-.4165-.2002-.6202.245-1.2937.3825-2.0001.3825Z" :fill="color" fill-rule="evenodd" opacity=".3" stroke-width="0" data-color="color-2" />
|
|
23
|
+
<circle cx="5.75" cy="6.25" r="1.25" stroke-width="0" :fill="color" />
|
|
24
|
+
<path d="m7.3884,2.25H2.75c-.552,0-1,.448-1,1v4.9219c0,.53.211,1.0391.586,1.4141l5.75,5.75c.781.781,2.047.781,2.828,0l3.922-3.9219c.1712-.1712.3004-.3667.3939-.575" />
|
|
25
|
+
<path d="m13,1c-2.2061,0-4,1.7944-4,4s1.7939,4,4,4,4-1.7944,4-4-1.7939-4-4-4Zm2.3076,3.252l-2.25,2.5c-.1377.1528-.332.2422-.5381.2476-.0068.0005-.0127.0005-.0195.0005-.1982,0-.3896-.0786-.5303-.2197l-1.25-1.25c-.293-.293-.293-.7676,0-1.0605s.7676-.293,1.0605,0l.6914.6909,1.7207-1.9126c.2783-.3066.751-.332,1.0596-.0557.3076.2773.333.7515.0557,1.0596Z" stroke-width="0" :fill="color" />
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
</template>
|
|
29
|
+
|
|
30
|
+
<style scoped>
|
|
31
|
+
.icon {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
vertical-align: middle;
|
|
34
|
+
}
|
|
35
|
+
</style>
|
package/dist/icons/TagIcon.vue
CHANGED
|
@@ -18,10 +18,9 @@ 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="M3.25 2.25H8.172C8.702 2.25 9.211 2.461 9.586 2.836L15.336 8.586C16.117 9.367 16.117 10.633 15.336 11.414L11.414 15.336C10.633 16.117 9.367 16.117 8.586 15.336L2.836 9.586C2.461 9.211 2.25 8.702 2.25 8.172V3.25C2.25 2.698 2.698 2.25 3.25 2.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
-
<path d="M3.25 2.25H8.172C8.702 2.25 9.211 2.461 9.586 2.836L15.336 8.586C16.117 9.367 16.117 10.633 15.336 11.414L11.414 15.336C10.633 16.117 9.367 16.117 8.586 15.336L2.836 9.586C2.461 9.211 2.25 8.702 2.25 8.172V3.25C2.25 2.698 2.698 2.25 3.25 2.25Z"
|
|
23
|
+
<path d="M3.25 2.25H8.172C8.702 2.25 9.211 2.461 9.586 2.836L15.336 8.586C16.117 9.367 16.117 10.633 15.336 11.414L11.414 15.336C10.633 16.117 9.367 16.117 8.586 15.336L2.836 9.586C2.461 9.211 2.25 8.702 2.25 8.172V3.25C2.25 2.698 2.698 2.25 3.25 2.25Z" />
|
|
25
24
|
<path d="M6.25 7.5C6.94036 7.5 7.5 6.94036 7.5 6.25C7.5 5.55964 6.94036 5 6.25 5C5.55964 5 5 5.55964 5 6.25C5 6.94036 5.55964 7.5 6.25 7.5Z" :fill="color" data-stroke="none" stroke="none" />
|
|
26
25
|
</g>
|
|
27
26
|
</svg>
|
|
@@ -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.108 11.75H12.892" />
|
|
23
|
+
<path d="M14.25 15.25L9.401 2.75H8.599L3.75 15.25" />
|
|
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="M2.75 14.25H15.25" />
|
|
23
|
+
<path d="M2.75 3.75H15.25" />
|
|
24
|
+
<path d="M6.25 9H11.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,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="M2.75 14.25H15.25" />
|
|
23
|
+
<path d="M2.75 3.75H15.25" />
|
|
24
|
+
<path d="M2.75 9H8.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,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="M2.75 14.25H15.25" />
|
|
23
|
+
<path d="M2.75 3.75H15.25" />
|
|
24
|
+
<path d="M9.75 9H15.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,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="M11.1021 2.6887L5.07549 8.7157C4.48969 9.3017 4.48969 10.2517 5.07549 10.8367L7.6628 13.4247C8.2486 14.0097 9.1983 14.0097 9.7841 13.4247L15.8107 7.3977C16.3965 6.8117 16.3965 5.8627 15.8107 5.2767L13.2234 2.6887C12.6376 2.1037 11.6879 2.1037 11.1021 2.6887Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M5.23939 15.2598L4.83609 15.6631C4.75819 15.741 4.64819 15.7777 4.53909 15.7621L1.91049 15.3866C1.62279 15.3455 1.50549 14.9936 1.71099 14.7881L3.23929 13.2598L5.23939 15.2598Z" :fill="color" />
|
|
24
|
+
<path d="M14.5214 3.97771L10.4034 8.0957" />
|
|
25
|
+
<path d="M11.1021 2.6887L5.07549 8.7157C4.48969 9.3017 4.48969 10.2517 5.07549 10.8367L7.6628 13.4247C8.2486 14.0097 9.1983 14.0097 9.7841 13.4247L15.8107 7.3977C16.3965 6.8117 16.3965 5.8627 15.8107 5.2767L13.2234 2.6887C12.6376 2.1037 11.6879 2.1037 11.1021 2.6887Z" />
|
|
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,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="M13.25 3.25V4.25C13.25 4.52614 13.4739 4.75 13.75 4.75H14.75V13.25H13.75C13.4739 13.25 13.25 13.4739 13.25 13.75V14.75H4.75V13.75C4.75 13.4739 4.52614 13.25 4.25 13.25H3.25V4.75H4.25C4.52614 4.75 4.75 4.52614 4.75 4.25V3.25H13.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M9 6.25V11.75" />
|
|
24
|
+
<path d="M11.25 6.25H6.75" />
|
|
25
|
+
<path d="M4.25 1.75H2.25C1.97386 1.75 1.75 1.97386 1.75 2.25V4.25C1.75 4.52614 1.97386 4.75 2.25 4.75H4.25C4.52614 4.75 4.75 4.52614 4.75 4.25V2.25C4.75 1.97386 4.52614 1.75 4.25 1.75Z" />
|
|
26
|
+
<path d="M15.75 1.75H13.75C13.4739 1.75 13.25 1.97386 13.25 2.25V4.25C13.25 4.52614 13.4739 4.75 13.75 4.75H15.75C16.0261 4.75 16.25 4.52614 16.25 4.25V2.25C16.25 1.97386 16.0261 1.75 15.75 1.75Z" />
|
|
27
|
+
<path d="M4.25 13.25H2.25C1.97386 13.25 1.75 13.4739 1.75 13.75V15.75C1.75 16.0261 1.97386 16.25 2.25 16.25H4.25C4.52614 16.25 4.75 16.0261 4.75 15.75V13.75C4.75 13.4739 4.52614 13.25 4.25 13.25Z" />
|
|
28
|
+
<path d="M15.75 13.25H13.75C13.4739 13.25 13.25 13.4739 13.25 13.75V15.75C13.25 16.0261 13.4739 16.25 13.75 16.25H15.75C16.0261 16.25 16.25 16.0261 16.25 15.75V13.75C16.25 13.4739 16.0261 13.25 15.75 13.25Z" />
|
|
29
|
+
<path d="M3.25 13.25V4.75" />
|
|
30
|
+
<path d="M13.25 14.75H4.75" />
|
|
31
|
+
<path d="M14.75 4.75V13.25" />
|
|
32
|
+
<path d="M4.75 3.25H13.25" />
|
|
33
|
+
</g>
|
|
34
|
+
</svg>
|
|
35
|
+
</template>
|
|
36
|
+
|
|
37
|
+
<style scoped>
|
|
38
|
+
.icon {
|
|
39
|
+
display: inline-block;
|
|
40
|
+
vertical-align: middle;
|
|
41
|
+
}
|
|
42
|
+
</style>
|
|
@@ -18,14 +18,13 @@ 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="M3.75 7.25C4.85457 7.25 5.75 6.35457 5.75 5.25C5.75 4.14543 4.85457 3.25 3.75 3.25C2.64543 3.25 1.75 4.14543 1.75 5.25C1.75 6.35457 2.64543 7.25 3.75 7.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
23
|
<path d="M3.75 14.75C4.85457 14.75 5.75 13.8546 5.75 12.75C5.75 11.6454 4.85457 10.75 3.75 10.75C2.64543 10.75 1.75 11.6454 1.75 12.75C1.75 13.8546 2.64543 14.75 3.75 14.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
25
|
-
<path d="M3.75 7.25C4.85457 7.25 5.75 6.35457 5.75 5.25C5.75 4.14543 4.85457 3.25 3.75 3.25C2.64543 3.25 1.75 4.14543 1.75 5.25C1.75 6.35457 2.64543 7.25 3.75 7.25Z"
|
|
26
|
-
<path d="M3.75 14.75C4.85457 14.75 5.75 13.8546 5.75 12.75C5.75 11.6454 4.85457 10.75 3.75 10.75C2.64543 10.75 1.75 11.6454 1.75 12.75C1.75 13.8546 2.64543 14.75 3.75 14.75Z"
|
|
27
|
-
<path d="M8.75 5.25H16.25"
|
|
28
|
-
<path d="M8.75 12.75H16.25"
|
|
24
|
+
<path d="M3.75 7.25C4.85457 7.25 5.75 6.35457 5.75 5.25C5.75 4.14543 4.85457 3.25 3.75 3.25C2.64543 3.25 1.75 4.14543 1.75 5.25C1.75 6.35457 2.64543 7.25 3.75 7.25Z" />
|
|
25
|
+
<path d="M3.75 14.75C4.85457 14.75 5.75 13.8546 5.75 12.75C5.75 11.6454 4.85457 10.75 3.75 10.75C2.64543 10.75 1.75 11.6454 1.75 12.75C1.75 13.8546 2.64543 14.75 3.75 14.75Z" />
|
|
26
|
+
<path d="M8.75 5.25H16.25" />
|
|
27
|
+
<path d="M8.75 12.75H16.25" />
|
|
29
28
|
</g>
|
|
30
29
|
</svg>
|
|
31
30
|
</template>
|
|
@@ -18,10 +18,9 @@ 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="M8 5.75H4.25C3.422 5.75 2.75 6.422 2.75 7.25V10.75C2.75 11.578 3.422 12.25 4.25 12.25H8L13.48 15.758C13.813 15.971 14.25 15.732 14.25 15.337V2.664C14.25 2.269 13.813 2.03 13.48 2.243L8 5.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
-
<path d="M8 5.75H4.25C3.422 5.75 2.75 6.422 2.75 7.25V10.75C2.75 11.578 3.422 12.25 4.25 12.25H8L13.48 15.758C13.813 15.971 14.25 15.732 14.25 15.337V2.664C14.25 2.269 13.813 2.03 13.48 2.243L8 5.75Z"
|
|
23
|
+
<path d="M8 5.75H4.25C3.422 5.75 2.75 6.422 2.75 7.25V10.75C2.75 11.578 3.422 12.25 4.25 12.25H8L13.48 15.758C13.813 15.971 14.25 15.732 14.25 15.337V2.664C14.25 2.269 13.813 2.03 13.48 2.243L8 5.75Z" />
|
|
25
24
|
</g>
|
|
26
25
|
</svg>
|
|
27
26
|
</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 fill-rule="evenodd" clip-rule="evenodd" d="M13.75 5.14289V2.664C13.75 2.269 13.313 2.03 12.98 2.243L7.5 5.75H3.75C2.922 5.75 2.25 6.422 2.25 7.25V10.75C2.25 11.578 2.922 12.25 3.75 12.25H6.37966L13.75 5.14289Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
23
|
+
<path d="M12.98 15.758L8.89116 12.9498L13.2268 8.7726L13.75 9.08476V15.337C13.75 15.732 13.313 15.971 12.98 15.758Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M13.75 5.143V2.664C13.75 2.269 13.313 2.03 12.98 2.243L7.5 5.751H3.75C2.922 5.751 2.25 6.423 2.25 7.251V10.751C2.25 11.579 2.922 12.251 3.75 12.251H6.38" />
|
|
25
|
+
<path d="M2.75 15.75L16.75 2.25" />
|
|
26
|
+
<path d="M9.42419 13.4815L12.981 15.758C13.314 15.971 13.751 15.732 13.751 15.337V9.3092" />
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
29
|
+
</template>
|
|
30
|
+
|
|
31
|
+
<style scoped>
|
|
32
|
+
.icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
vertical-align: middle;
|
|
35
|
+
}
|
|
36
|
+
</style>
|
|
@@ -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 opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M15.75 13.25V11.75H13C12.034 11.75 11.25 10.966 11.25 10C11.25 9.033 12.034 8.25 13 8.25H15.75V6.5C15.75 5.395 14.855 4.5 13.75 4.5H4.25C3.145 4.5 2.25 5.395 2.25 6.5V13.25C2.25 14.355 3.145 15.25 4.25 15.25H13.75C14.855 15.25 15.75 14.355 15.75 13.25Z" :fill="color" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
23
|
<path d="M2.25 6.49998C2.25 4.76698 3.499 3.28698 5.207 2.99498L11.769 1.87498C12.203 1.80098 12.635 2.01998 12.832 2.41398" />
|
|
25
24
|
<path d="M1.25 14.75H6.5" />
|
|
@@ -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="M1.25 8.25V9.75" />
|
|
23
|
+
<path d="M16.25 8.25V9.75" />
|
|
24
|
+
<path d="M4.25 3.75V14.25" />
|
|
25
|
+
<path d="M7.25 5.75V12.25" />
|
|
26
|
+
<path d="M10.25 2.75V15.25" />
|
|
27
|
+
<path d="M13.25 5.75V12.25" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style scoped>
|
|
33
|
+
.icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
</style>
|