cybercore-css 0.2.5 → 0.3.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/README.md +33 -2
- package/package.json +1 -1
- package/src/icons/defs/actions/check.ts +5 -11
- package/src/icons/defs/actions/cut.ts +23 -20
- package/src/icons/defs/actions/double-check.ts +36 -0
- package/src/icons/defs/actions/index.ts +1 -0
- package/src/icons/defs/actions/minus.ts +6 -18
- package/src/icons/defs/actions/unlink.ts +28 -20
- package/src/icons/defs/communication/phone-off.ts +14 -12
- package/src/icons/defs/data/cloud.ts +1 -2
- package/src/icons/defs/data/sync.ts +4 -4
- package/src/icons/defs/files/attachment.ts +7 -11
- package/src/icons/defs/files/folder-open.ts +2 -2
- package/src/icons/defs/security/eye-off.ts +16 -16
- package/src/icons/defs/security/fingerprint.ts +28 -28
- package/src/icons/defs/security/users.ts +24 -20
- package/src/icons/defs/social/thumbs-down.ts +2 -3
- package/src/icons/defs/social/thumbs-up.ts +2 -3
- package/src/icons/defs/status/offline.ts +9 -4
- package/src/icons/defs/tech/api.ts +28 -29
- package/src/icons/defs/tech/bluetooth.ts +8 -9
- package/src/icons/defs/tech/git-merge.ts +25 -22
- package/src/icons/defs/tech/git-pull.ts +29 -26
- package/src/icons/defs/tech/qr-code.ts +33 -48
- package/src/icons/defs/tech/wifi-off.ts +20 -13
- package/src/icons/registry.ts +3 -2229
- package/src/icons/svg/actions/check.svg +0 -5
- package/src/icons/svg/actions/copy.svg +0 -6
- package/src/icons/svg/actions/cut.svg +0 -7
- package/src/icons/svg/actions/delete.svg +0 -7
- package/src/icons/svg/actions/download.svg +0 -5
- package/src/icons/svg/actions/drag.svg +0 -8
- package/src/icons/svg/actions/edit.svg +0 -5
- package/src/icons/svg/actions/filter.svg +0 -4
- package/src/icons/svg/actions/link.svg +0 -6
- package/src/icons/svg/actions/minus.svg +0 -7
- package/src/icons/svg/actions/paste.svg +0 -6
- package/src/icons/svg/actions/pin.svg +0 -5
- package/src/icons/svg/actions/plus.svg +0 -8
- package/src/icons/svg/actions/redo.svg +0 -5
- package/src/icons/svg/actions/refresh.svg +0 -5
- package/src/icons/svg/actions/save.svg +0 -5
- package/src/icons/svg/actions/search.svg +0 -5
- package/src/icons/svg/actions/share.svg +0 -7
- package/src/icons/svg/actions/sort.svg +0 -6
- package/src/icons/svg/actions/undo.svg +0 -5
- package/src/icons/svg/actions/unlink.svg +0 -7
- package/src/icons/svg/actions/upload.svg +0 -5
- package/src/icons/svg/actions/x.svg +0 -6
- package/src/icons/svg/communication/at-sign.svg +0 -5
- package/src/icons/svg/communication/bell-off.svg +0 -8
- package/src/icons/svg/communication/bell.svg +0 -5
- package/src/icons/svg/communication/inbox.svg +0 -6
- package/src/icons/svg/communication/mail.svg +0 -6
- package/src/icons/svg/communication/message.svg +0 -6
- package/src/icons/svg/communication/phone-off.svg +0 -4
- package/src/icons/svg/communication/phone.svg +0 -5
- package/src/icons/svg/communication/send.svg +0 -5
- package/src/icons/svg/communication/video-call.svg +0 -7
- package/src/icons/svg/data/calendar.svg +0 -11
- package/src/icons/svg/data/chart-bar.svg +0 -6
- package/src/icons/svg/data/chart-line.svg +0 -5
- package/src/icons/svg/data/chart-pie.svg +0 -6
- package/src/icons/svg/data/clock.svg +0 -5
- package/src/icons/svg/data/cloud-download.svg +0 -5
- package/src/icons/svg/data/cloud-upload.svg +0 -5
- package/src/icons/svg/data/cloud.svg +0 -4
- package/src/icons/svg/data/database.svg +0 -7
- package/src/icons/svg/data/hash.svg +0 -6
- package/src/icons/svg/data/percent.svg +0 -5
- package/src/icons/svg/data/sync.svg +0 -6
- package/src/icons/svg/data/table.svg +0 -7
- package/src/icons/svg/data/timer.svg +0 -7
- package/src/icons/svg/files/archive.svg +0 -5
- package/src/icons/svg/files/attachment.svg +0 -4
- package/src/icons/svg/files/clipboard.svg +0 -6
- package/src/icons/svg/files/file-archive.svg +0 -7
- package/src/icons/svg/files/file-audio.svg +0 -6
- package/src/icons/svg/files/file-code.svg +0 -6
- package/src/icons/svg/files/file-image.svg +0 -6
- package/src/icons/svg/files/file-minus.svg +0 -5
- package/src/icons/svg/files/file-plus.svg +0 -6
- package/src/icons/svg/files/file-text.svg +0 -6
- package/src/icons/svg/files/file-video.svg +0 -5
- package/src/icons/svg/files/file.svg +0 -4
- package/src/icons/svg/files/folder-open.svg +0 -4
- package/src/icons/svg/files/folder-plus.svg +0 -5
- package/src/icons/svg/files/folder.svg +0 -3
- package/src/icons/svg/media/camera-off.svg +0 -5
- package/src/icons/svg/media/camera.svg +0 -4
- package/src/icons/svg/media/fast-forward.svg +0 -4
- package/src/icons/svg/media/image.svg +0 -5
- package/src/icons/svg/media/mic-off.svg +0 -6
- package/src/icons/svg/media/mic.svg +0 -5
- package/src/icons/svg/media/music.svg +0 -5
- package/src/icons/svg/media/pause.svg +0 -4
- package/src/icons/svg/media/play.svg +0 -4
- package/src/icons/svg/media/rewind.svg +0 -4
- package/src/icons/svg/media/skip-back.svg +0 -4
- package/src/icons/svg/media/skip-forward.svg +0 -4
- package/src/icons/svg/media/stop.svg +0 -4
- package/src/icons/svg/media/video.svg +0 -5
- package/src/icons/svg/media/volume-high.svg +0 -5
- package/src/icons/svg/media/volume-low.svg +0 -4
- package/src/icons/svg/media/volume-off.svg +0 -4
- package/src/icons/svg/navigation/arrow-down.svg +0 -4
- package/src/icons/svg/navigation/arrow-left.svg +0 -4
- package/src/icons/svg/navigation/arrow-right.svg +0 -4
- package/src/icons/svg/navigation/arrow-up.svg +0 -4
- package/src/icons/svg/navigation/chevron-down.svg +0 -3
- package/src/icons/svg/navigation/chevron-left.svg +0 -3
- package/src/icons/svg/navigation/chevron-right.svg +0 -3
- package/src/icons/svg/navigation/chevron-up.svg +0 -3
- package/src/icons/svg/navigation/external-link.svg +0 -5
- package/src/icons/svg/navigation/home.svg +0 -4
- package/src/icons/svg/navigation/maximize.svg +0 -3
- package/src/icons/svg/navigation/menu-dots.svg +0 -5
- package/src/icons/svg/navigation/menu.svg +0 -5
- package/src/icons/svg/navigation/minimize.svg +0 -3
- package/src/icons/svg/security/eye-off.svg +0 -6
- package/src/icons/svg/security/eye.svg +0 -5
- package/src/icons/svg/security/fingerprint.svg +0 -9
- package/src/icons/svg/security/key.svg +0 -7
- package/src/icons/svg/security/lock.svg +0 -6
- package/src/icons/svg/security/log-in.svg +0 -6
- package/src/icons/svg/security/log-out.svg +0 -6
- package/src/icons/svg/security/shield-check.svg +0 -4
- package/src/icons/svg/security/shield-x.svg +0 -5
- package/src/icons/svg/security/shield.svg +0 -5
- package/src/icons/svg/security/unlock.svg +0 -6
- package/src/icons/svg/security/user-minus.svg +0 -5
- package/src/icons/svg/security/user-plus.svg +0 -6
- package/src/icons/svg/security/user.svg +0 -6
- package/src/icons/svg/security/users.svg +0 -6
- package/src/icons/svg/social/award.svg +0 -5
- package/src/icons/svg/social/bookmark-filled.svg +0 -3
- package/src/icons/svg/social/bookmark.svg +0 -3
- package/src/icons/svg/social/flag.svg +0 -4
- package/src/icons/svg/social/heart-filled.svg +0 -3
- package/src/icons/svg/social/heart.svg +0 -3
- package/src/icons/svg/social/star-filled.svg +0 -3
- package/src/icons/svg/social/star.svg +0 -3
- package/src/icons/svg/social/thumbs-down.svg +0 -5
- package/src/icons/svg/social/thumbs-up.svg +0 -5
- package/src/icons/svg/social/trending.svg +0 -4
- package/src/icons/svg/status/battery-charging.svg +0 -5
- package/src/icons/svg/status/battery-full.svg +0 -5
- package/src/icons/svg/status/battery-low.svg +0 -5
- package/src/icons/svg/status/error.svg +0 -5
- package/src/icons/svg/status/help.svg +0 -5
- package/src/icons/svg/status/info.svg +0 -5
- package/src/icons/svg/status/loading.svg +0 -10
- package/src/icons/svg/status/offline.svg +0 -4
- package/src/icons/svg/status/online.svg +0 -5
- package/src/icons/svg/status/progress.svg +0 -5
- package/src/icons/svg/status/success.svg +0 -4
- package/src/icons/svg/status/warning.svg +0 -5
- package/src/icons/svg/tech/api.svg +0 -10
- package/src/icons/svg/tech/bluetooth.svg +0 -4
- package/src/icons/svg/tech/bug.svg +0 -11
- package/src/icons/svg/tech/chip.svg +0 -16
- package/src/icons/svg/tech/circuit.svg +0 -15
- package/src/icons/svg/tech/code.svg +0 -5
- package/src/icons/svg/tech/cpu.svg +0 -12
- package/src/icons/svg/tech/git-branch.svg +0 -6
- package/src/icons/svg/tech/git-commit.svg +0 -5
- package/src/icons/svg/tech/git-merge.svg +0 -7
- package/src/icons/svg/tech/git-pull.svg +0 -8
- package/src/icons/svg/tech/globe.svg +0 -5
- package/src/icons/svg/tech/memory.svg +0 -12
- package/src/icons/svg/tech/qr-code.svg +0 -9
- package/src/icons/svg/tech/server.svg +0 -7
- package/src/icons/svg/tech/settings.svg +0 -4
- package/src/icons/svg/tech/signal.svg +0 -7
- package/src/icons/svg/tech/sliders.svg +0 -11
- package/src/icons/svg/tech/terminal.svg +0 -5
- package/src/icons/svg/tech/wifi-off.svg +0 -7
- package/src/icons/svg/tech/wifi.svg +0 -6
- package/src/icons/svg/tech/zap.svg +0 -3
package/README.md
CHANGED
|
@@ -74,13 +74,44 @@ npm install cybercore-css
|
|
|
74
74
|
|
|
75
75
|

|
|
76
76
|
|
|
77
|
-
_Glitch text effect with chromatic aberration and animated
|
|
77
|
+
_Glitch text effect with chromatic aberration, scanlines, and animated
|
|
78
|
+
distortion_
|
|
78
79
|
|
|
79
80
|
### Neon Border
|
|
80
81
|
|
|
81
82
|

|
|
82
83
|
|
|
83
|
-
_Animated neon glow
|
|
84
|
+
_Animated neon glow borders in cyan, magenta, and green variants_
|
|
85
|
+
|
|
86
|
+
### Terminal
|
|
87
|
+
|
|
88
|
+

|
|
89
|
+
|
|
90
|
+
_Cyberpunk terminal component with scanlines and colored output_
|
|
91
|
+
|
|
92
|
+
### Buttons
|
|
93
|
+
|
|
94
|
+

|
|
95
|
+
|
|
96
|
+
_Button variants: primary colors, outline, and ghost styles_
|
|
97
|
+
|
|
98
|
+
### Cards
|
|
99
|
+
|
|
100
|
+

|
|
101
|
+
|
|
102
|
+
_Card components with datastream effect and interactive elements_
|
|
103
|
+
|
|
104
|
+
### Icons
|
|
105
|
+
|
|
106
|
+

|
|
107
|
+
|
|
108
|
+
_153 cyberpunk-themed SVG icons across 10 categories with search and filters_
|
|
109
|
+
|
|
110
|
+
### Dashboard Showcase
|
|
111
|
+
|
|
112
|
+

|
|
113
|
+
|
|
114
|
+
_Full dashboard example combining multiple CYBERCORE components_
|
|
84
115
|
|
|
85
116
|
</div>
|
|
86
117
|
|
package/package.json
CHANGED
|
@@ -10,25 +10,19 @@ export const check: IconDefinition = {
|
|
|
10
10
|
description: 'Confirm or mark complete',
|
|
11
11
|
tags: ['check', 'checkmark', 'confirm', 'done', 'success'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<
|
|
14
|
-
<circle cx="9" cy="17" r="1"/>
|
|
15
|
-
<line x1="7" y1="10" x2="9" y2="12"/>
|
|
13
|
+
<polyline points="4 12 9 17 20 6"/>
|
|
16
14
|
</svg>`,
|
|
17
15
|
variants: {
|
|
18
16
|
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
17
|
<path d="M20.71 5.29a1 1 0 0 1 0 1.42l-11 11a1 1 0 0 1-1.42 0l-5-5a1 1 0 1 1 1.42-1.42L9 15.59l10.29-10.3a1 1 0 0 1 1.42 0z"/>
|
|
20
18
|
</svg>`,
|
|
21
19
|
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
22
|
-
<
|
|
23
|
-
<
|
|
24
|
-
<circle cx="9" cy="17" r="1"/>
|
|
25
|
-
<line x1="7" y1="10" x2="9" y2="12"/>
|
|
20
|
+
<polyline points="4 12 9 17 20 6" stroke-width="3" opacity="0.3"/>
|
|
21
|
+
<polyline points="4 12 9 17 20 6"/>
|
|
26
22
|
</svg>`,
|
|
27
23
|
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
28
|
-
<
|
|
29
|
-
<
|
|
30
|
-
<circle cx="9" cy="17" r="1"/>
|
|
31
|
-
<line x1="7" y1="10" x2="9" y2="12"/>
|
|
24
|
+
<polyline points="4 12 9 17 20 6" transform="translate(1,-1)" opacity="0.5"/>
|
|
25
|
+
<polyline points="4 12 9 17 20 6"/>
|
|
32
26
|
</svg>`,
|
|
33
27
|
},
|
|
34
28
|
};
|
|
@@ -10,33 +10,36 @@ export const cut: IconDefinition = {
|
|
|
10
10
|
description: 'Cut to clipboard',
|
|
11
11
|
tags: ['cut', 'scissors', 'clipboard', 'remove', 'snip'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<circle cx="6" cy="
|
|
14
|
-
<circle cx="
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
<line x1="8" y1="
|
|
13
|
+
<circle cx="6" cy="6" r="3"/>
|
|
14
|
+
<circle cx="6" cy="18" r="3"/>
|
|
15
|
+
<line x1="20" y1="4" x2="8.12" y2="15.88"/>
|
|
16
|
+
<line x1="14.47" y1="9.53" x2="20" y2="20"/>
|
|
17
|
+
<line x1="8.12" y1="8.12" x2="12" y2="12"/>
|
|
18
18
|
</svg>`,
|
|
19
19
|
variants: {
|
|
20
20
|
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
-
<
|
|
21
|
+
<circle cx="6" cy="6" r="3"/>
|
|
22
|
+
<circle cx="6" cy="18" r="3"/>
|
|
23
|
+
<path d="M19.3 3.3a1 1 0 0 1 0 1.4l-11 11a1 1 0 0 1-1.4-1.4l11-11a1 1 0 0 1 1.4 0z"/>
|
|
24
|
+
<path d="M14 9l6 11a1 1 0 0 1-1.7 1l-5-9z"/>
|
|
22
25
|
</svg>`,
|
|
23
26
|
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
24
|
-
<circle cx="6" cy="
|
|
25
|
-
<circle cx="
|
|
26
|
-
<circle cx="6" cy="
|
|
27
|
-
<circle cx="
|
|
28
|
-
<
|
|
29
|
-
<
|
|
30
|
-
<line x1="8" y1="
|
|
27
|
+
<circle cx="6" cy="6" r="3" fill="currentColor" opacity="0.3"/>
|
|
28
|
+
<circle cx="6" cy="18" r="3" fill="currentColor" opacity="0.3"/>
|
|
29
|
+
<circle cx="6" cy="6" r="3"/>
|
|
30
|
+
<circle cx="6" cy="18" r="3"/>
|
|
31
|
+
<line x1="20" y1="4" x2="8.12" y2="15.88"/>
|
|
32
|
+
<line x1="14.47" y1="9.53" x2="20" y2="20"/>
|
|
33
|
+
<line x1="8.12" y1="8.12" x2="12" y2="12"/>
|
|
31
34
|
</svg>`,
|
|
32
35
|
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
33
|
-
<circle cx="6" cy="
|
|
34
|
-
<circle cx="
|
|
35
|
-
<circle cx="6" cy="
|
|
36
|
-
<circle cx="
|
|
37
|
-
<
|
|
38
|
-
<
|
|
39
|
-
<line x1="8" y1="
|
|
36
|
+
<circle cx="6" cy="6" r="3" transform="translate(1,-1)" opacity="0.5"/>
|
|
37
|
+
<circle cx="6" cy="18" r="3" transform="translate(1,-1)" opacity="0.5"/>
|
|
38
|
+
<circle cx="6" cy="6" r="3"/>
|
|
39
|
+
<circle cx="6" cy="18" r="3"/>
|
|
40
|
+
<line x1="20" y1="4" x2="8.12" y2="15.88"/>
|
|
41
|
+
<line x1="14.47" y1="9.53" x2="20" y2="20"/>
|
|
42
|
+
<line x1="8.12" y1="8.12" x2="12" y2="12"/>
|
|
40
43
|
</svg>`,
|
|
41
44
|
},
|
|
42
45
|
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Double Check Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const doubleCheck: IconDefinition = {
|
|
8
|
+
name: 'double-check',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Double checkmark for read/delivered status',
|
|
11
|
+
tags: ['check', 'checkmark', 'confirm', 'read', 'delivered', 'double'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<polyline points="2 12 7 17 13 9"/>
|
|
14
|
+
<polyline points="8 12 13 17 22 6"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M13.71 8.29a1 1 0 0 1 0 1.42l-6 6a1 1 0 0 1-1.42 0l-5-5a1 1 0 1 1 1.42-1.42L7 13.59l5.29-5.3a1 1 0 0 1 1.42 0z"/>
|
|
19
|
+
<path d="M22.71 5.29a1 1 0 0 1 0 1.42l-9 9a1 1 0 0 1-1.42 0l-3-3a1 1 0 1 1 1.42-1.42L13 13.59l8.29-8.3a1 1 0 0 1 1.42 0z"/>
|
|
20
|
+
</svg>`,
|
|
21
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
22
|
+
<polyline points="2 12 7 17 13 9" stroke-width="3" opacity="0.3"/>
|
|
23
|
+
<polyline points="8 12 13 17 22 6" stroke-width="3" opacity="0.3"/>
|
|
24
|
+
<polyline points="2 12 7 17 13 9"/>
|
|
25
|
+
<polyline points="8 12 13 17 22 6"/>
|
|
26
|
+
</svg>`,
|
|
27
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
28
|
+
<polyline points="2 12 7 17 13 9" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<polyline points="8 12 13 17 22 6" transform="translate(1,-1)" opacity="0.5"/>
|
|
30
|
+
<polyline points="2 12 7 17 13 9"/>
|
|
31
|
+
<polyline points="8 12 13 17 22 6"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default doubleCheck;
|
|
@@ -20,6 +20,7 @@ export { redo } from './redo';
|
|
|
20
20
|
export { plus } from './plus';
|
|
21
21
|
export { minus } from './minus';
|
|
22
22
|
export { check } from './check';
|
|
23
|
+
export { doubleCheck } from './double-check';
|
|
23
24
|
export { x } from './x';
|
|
24
25
|
export { refresh } from './refresh';
|
|
25
26
|
export { drag } from './drag';
|
|
@@ -10,31 +10,19 @@ export const minus: IconDefinition = {
|
|
|
10
10
|
description: 'Remove or subtract item',
|
|
11
11
|
tags: ['minus', 'remove', 'subtract', 'delete', 'decrease'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<
|
|
14
|
-
<circle cx="5" cy="12" r="1"/>
|
|
15
|
-
<circle cx="19" cy="12" r="1"/>
|
|
16
|
-
<line x1="8" y1="9" x2="6" y2="11"/>
|
|
17
|
-
<line x1="16" y1="9" x2="18" y2="11"/>
|
|
13
|
+
<line x1="5" y1="12" x2="19" y2="12"/>
|
|
18
14
|
</svg>`,
|
|
19
15
|
variants: {
|
|
20
16
|
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
-
<
|
|
17
|
+
<rect x="4" y="11" width="16" height="2" rx="1"/>
|
|
22
18
|
</svg>`,
|
|
23
19
|
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
24
|
-
<
|
|
25
|
-
<
|
|
26
|
-
<circle cx="5" cy="12" r="1"/>
|
|
27
|
-
<circle cx="19" cy="12" r="1"/>
|
|
28
|
-
<line x1="8" y1="9" x2="6" y2="11"/>
|
|
29
|
-
<line x1="16" y1="9" x2="18" y2="11"/>
|
|
20
|
+
<rect x="5" y="11" width="14" height="2" fill="currentColor" opacity="0.3"/>
|
|
21
|
+
<line x1="5" y1="12" x2="19" y2="12"/>
|
|
30
22
|
</svg>`,
|
|
31
23
|
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
32
|
-
<
|
|
33
|
-
<
|
|
34
|
-
<circle cx="5" cy="12" r="1"/>
|
|
35
|
-
<circle cx="19" cy="12" r="1"/>
|
|
36
|
-
<line x1="8" y1="9" x2="6" y2="11"/>
|
|
37
|
-
<line x1="16" y1="9" x2="18" y2="11"/>
|
|
24
|
+
<line x1="5" y1="12" x2="19" y2="12" transform="translate(1,-1)" opacity="0.5"/>
|
|
25
|
+
<line x1="5" y1="12" x2="19" y2="12"/>
|
|
38
26
|
</svg>`,
|
|
39
27
|
},
|
|
40
28
|
};
|
|
@@ -10,33 +10,41 @@ export const unlink: IconDefinition = {
|
|
|
10
10
|
description: 'Break or remove link',
|
|
11
11
|
tags: ['unlink', 'broken-chain', 'disconnect', 'remove-link', 'detach'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<path d="
|
|
14
|
-
<path d="
|
|
15
|
-
<line x1="
|
|
16
|
-
<
|
|
17
|
-
<
|
|
13
|
+
<path d="M18.84 12.25l1.72-1.71a5 5 0 0 0-7.08-7.08l-1.71 1.72"/>
|
|
14
|
+
<path d="M5.16 11.75l-1.72 1.71a5 5 0 0 0 7.08 7.08l1.71-1.72"/>
|
|
15
|
+
<line x1="8" y1="2" x2="8" y2="5"/>
|
|
16
|
+
<line x1="2" y1="8" x2="5" y2="8"/>
|
|
17
|
+
<line x1="16" y1="19" x2="16" y2="22"/>
|
|
18
|
+
<line x1="19" y1="16" x2="22" y2="16"/>
|
|
18
19
|
</svg>`,
|
|
19
20
|
variants: {
|
|
20
21
|
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
-
<path d="
|
|
22
|
+
<path d="M18.84 12.25l1.72-1.71a5 5 0 0 0-7.08-7.08l-1.71 1.72"/>
|
|
23
|
+
<path d="M5.16 11.75l-1.72 1.71a5 5 0 0 0 7.08 7.08l1.71-1.72"/>
|
|
24
|
+
<rect x="7" y="1" width="2" height="4"/>
|
|
25
|
+
<rect x="1" y="7" width="4" height="2"/>
|
|
26
|
+
<rect x="15" y="19" width="2" height="4"/>
|
|
27
|
+
<rect x="19" y="15" width="4" height="2"/>
|
|
22
28
|
</svg>`,
|
|
23
29
|
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
24
|
-
<path d="
|
|
25
|
-
<path d="
|
|
26
|
-
<path d="
|
|
27
|
-
<path d="
|
|
28
|
-
<line x1="
|
|
29
|
-
<
|
|
30
|
-
<
|
|
30
|
+
<path d="M18.84 12.25l1.72-1.71a5 5 0 0 0-7.08-7.08l-1.71 1.72" stroke-width="3" opacity="0.3"/>
|
|
31
|
+
<path d="M5.16 11.75l-1.72 1.71a5 5 0 0 0 7.08 7.08l1.71-1.72" stroke-width="3" opacity="0.3"/>
|
|
32
|
+
<path d="M18.84 12.25l1.72-1.71a5 5 0 0 0-7.08-7.08l-1.71 1.72"/>
|
|
33
|
+
<path d="M5.16 11.75l-1.72 1.71a5 5 0 0 0 7.08 7.08l1.71-1.72"/>
|
|
34
|
+
<line x1="8" y1="2" x2="8" y2="5"/>
|
|
35
|
+
<line x1="2" y1="8" x2="5" y2="8"/>
|
|
36
|
+
<line x1="16" y1="19" x2="16" y2="22"/>
|
|
37
|
+
<line x1="19" y1="16" x2="22" y2="16"/>
|
|
31
38
|
</svg>`,
|
|
32
39
|
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
33
|
-
<path d="
|
|
34
|
-
<path d="
|
|
35
|
-
<path d="
|
|
36
|
-
<path d="
|
|
37
|
-
<line x1="
|
|
38
|
-
<
|
|
39
|
-
<
|
|
40
|
+
<path d="M18.84 12.25l1.72-1.71a5 5 0 0 0-7.08-7.08l-1.71 1.72" transform="translate(1,-1)" opacity="0.5"/>
|
|
41
|
+
<path d="M5.16 11.75l-1.72 1.71a5 5 0 0 0 7.08 7.08l1.71-1.72" transform="translate(-1,1)" opacity="0.5"/>
|
|
42
|
+
<path d="M18.84 12.25l1.72-1.71a5 5 0 0 0-7.08-7.08l-1.71 1.72"/>
|
|
43
|
+
<path d="M5.16 11.75l-1.72 1.71a5 5 0 0 0 7.08 7.08l1.71-1.72"/>
|
|
44
|
+
<line x1="8" y1="2" x2="8" y2="5"/>
|
|
45
|
+
<line x1="2" y1="8" x2="5" y2="8"/>
|
|
46
|
+
<line x1="16" y1="19" x2="16" y2="22"/>
|
|
47
|
+
<line x1="19" y1="16" x2="22" y2="16"/>
|
|
40
48
|
</svg>`,
|
|
41
49
|
},
|
|
42
50
|
};
|
|
@@ -10,24 +10,26 @@ export const phoneOff: IconDefinition = {
|
|
|
10
10
|
description: 'End call (phone with X)',
|
|
11
11
|
tags: ['phone', 'end', 'hangup', 'disconnect', 'off'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.
|
|
14
|
-
<line x1="
|
|
13
|
+
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.88.36 1.72.7 2.53.15.36.08.78-.19 1.06l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27c.28-.27.7-.34 1.06-.19.81.34 1.65.57 2.53.7a2 2 0 0 1 1.72 2z"/>
|
|
14
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
15
15
|
</svg>`,
|
|
16
16
|
variants: {
|
|
17
|
-
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
-
<path d="
|
|
19
|
-
<
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
18
|
+
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.88.36 1.72.7 2.53.15.36.08.78-.19 1.06l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27c.28-.27.7-.34 1.06-.19.81.34 1.65.57 2.53.7a2 2 0 0 1 1.72 2z"/>
|
|
19
|
+
<path d="M3.7 2.3L2.3 3.7l18 18 1.4-1.4-18-18z"/>
|
|
20
20
|
</svg>`,
|
|
21
21
|
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
22
|
-
<path d="
|
|
23
|
-
<path d="
|
|
24
|
-
<line x1="
|
|
22
|
+
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.88.36 1.72.7 2.53.15.36.08.78-.19 1.06l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27c.28-.27.7-.34 1.06-.19.81.34 1.65.57 2.53.7a2 2 0 0 1 1.72 2z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.88.36 1.72.7 2.53.15.36.08.78-.19 1.06l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27c.28-.27.7-.34 1.06-.19.81.34 1.65.57 2.53.7a2 2 0 0 1 1.72 2z"/>
|
|
24
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
25
25
|
</svg>`,
|
|
26
26
|
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
27
|
-
<
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
<g opacity="0.4" transform="translate(-0.5, 0.5)">
|
|
28
|
+
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.88.36 1.72.7 2.53.15.36.08.78-.19 1.06l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27c.28-.27.7-.34 1.06-.19.81.34 1.65.57 2.53.7a2 2 0 0 1 1.72 2z"/>
|
|
29
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
30
|
+
</g>
|
|
31
|
+
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.88.36 1.72.7 2.53.15.36.08.78-.19 1.06l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27c.28-.27.7-.34 1.06-.19.81.34 1.65.57 2.53.7a2 2 0 0 1 1.72 2z"/>
|
|
32
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
31
33
|
</svg>`,
|
|
32
34
|
},
|
|
33
35
|
};
|
|
@@ -10,8 +10,7 @@ export const cloud: IconDefinition = {
|
|
|
10
10
|
description: 'Cloud storage',
|
|
11
11
|
tags: ['cloud', 'storage', 'data', 'remote', 'server'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0
|
|
14
|
-
<path d="M14 10h.01"/>
|
|
13
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9z"/>
|
|
15
14
|
</svg>`,
|
|
16
15
|
variants: {
|
|
17
16
|
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
@@ -10,10 +10,10 @@ export const sync: IconDefinition = {
|
|
|
10
10
|
description: 'Synchronize data with bidirectional arrows',
|
|
11
11
|
tags: ['sync', 'refresh', 'update', 'data', 'transfer', 'arrows'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<path d="M21
|
|
14
|
-
<path d="M3
|
|
15
|
-
<path d="
|
|
16
|
-
<path d="
|
|
13
|
+
<path d="M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"/>
|
|
14
|
+
<path d="M3 3v5h5"/>
|
|
15
|
+
<path d="M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16"/>
|
|
16
|
+
<path d="M16 16h5v5"/>
|
|
17
17
|
</svg>`,
|
|
18
18
|
variants: {
|
|
19
19
|
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
@@ -10,23 +10,19 @@ export const attachment: IconDefinition = {
|
|
|
10
10
|
description: 'Attachment paperclip',
|
|
11
11
|
tags: ['attachment', 'paperclip', 'attach', 'file'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<path d="M21
|
|
14
|
-
<path d="M8 15c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V8"/>
|
|
13
|
+
<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"/>
|
|
15
14
|
</svg>`,
|
|
16
15
|
variants: {
|
|
17
|
-
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
|
|
18
|
-
<path d="M21
|
|
16
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
17
|
+
<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" stroke="currentColor" stroke-width="2"/>
|
|
19
18
|
</svg>`,
|
|
20
19
|
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
21
|
-
<path d="M21
|
|
22
|
-
<path d="M21
|
|
23
|
-
<path d="M8 15c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V8"/>
|
|
20
|
+
<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" stroke-width="4" opacity="0.3"/>
|
|
21
|
+
<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"/>
|
|
24
22
|
</svg>`,
|
|
25
23
|
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
26
|
-
<path d="M21
|
|
27
|
-
<path d="M21
|
|
28
|
-
<path d="M8 15c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V8" transform="translate(-1,1)" opacity="0.5"/>
|
|
29
|
-
<path d="M8 15c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V8"/>
|
|
24
|
+
<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" transform="translate(1,-1)" opacity="0.5"/>
|
|
25
|
+
<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"/>
|
|
30
26
|
</svg>`,
|
|
31
27
|
},
|
|
32
28
|
};
|
|
@@ -10,8 +10,8 @@ export const folderOpen: IconDefinition = {
|
|
|
10
10
|
description: 'Open folder',
|
|
11
11
|
tags: ['folder', 'directory', 'open', 'expanded'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<path d="
|
|
14
|
-
<path d="M2
|
|
13
|
+
<path d="M2 9V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2v1"/>
|
|
14
|
+
<path d="M2 9h20l-2 10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2L2 9z"/>
|
|
15
15
|
</svg>`,
|
|
16
16
|
variants: {
|
|
17
17
|
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
@@ -10,30 +10,30 @@ export const eyeOff: IconDefinition = {
|
|
|
10
10
|
description: 'Hidden or hide content with slashed eye',
|
|
11
11
|
tags: ['eye', 'hide', 'hidden', 'invisible', 'private', 'password'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<path d="
|
|
14
|
-
<
|
|
15
|
-
<path d="M6.61 6.61A13.5 13.5 0 002 12s3 7 10 7a9.74 9.74 0 005.39-1.61"/>
|
|
13
|
+
<path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7S2 12 2 12z"/>
|
|
14
|
+
<circle cx="12" cy="12" r="3"/>
|
|
16
15
|
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
17
16
|
</svg>`,
|
|
18
17
|
variants: {
|
|
19
|
-
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
-
<path d="
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
19
|
+
<path d="M12 5c-7 0-10 7-10 7s3 7 10 7 10-7 10-7-3-7-10-7zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/>
|
|
20
|
+
<circle cx="12" cy="12" r="2"/>
|
|
21
|
+
<path d="M3.7 2.3L2.3 3.7l18 18 1.4-1.4-18-18z"/>
|
|
21
22
|
</svg>`,
|
|
22
23
|
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
23
|
-
<path d="
|
|
24
|
-
<path d="
|
|
25
|
-
<
|
|
26
|
-
<
|
|
27
|
-
<path d="M6.61 6.61A13.5 13.5 0 002 12s3 7 10 7a9.74 9.74 0 005.39-1.61"/>
|
|
24
|
+
<path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7S2 12 2 12z" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7S2 12 2 12z"/>
|
|
26
|
+
<circle cx="12" cy="12" r="3" fill="currentColor" opacity="0.3"/>
|
|
27
|
+
<circle cx="12" cy="12" r="3"/>
|
|
28
28
|
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
29
29
|
</svg>`,
|
|
30
30
|
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
<path d="
|
|
36
|
-
<
|
|
31
|
+
<g opacity="0.4" transform="translate(-0.5, 0.5)">
|
|
32
|
+
<path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7S2 12 2 12z"/>
|
|
33
|
+
<circle cx="12" cy="12" r="3"/>
|
|
34
|
+
</g>
|
|
35
|
+
<path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7S2 12 2 12z"/>
|
|
36
|
+
<circle cx="12" cy="12" r="3"/>
|
|
37
37
|
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
38
38
|
</svg>`,
|
|
39
39
|
},
|
|
@@ -10,40 +10,40 @@ export const fingerprint: IconDefinition = {
|
|
|
10
10
|
description: 'Biometric authentication with fingerprint',
|
|
11
11
|
tags: ['fingerprint', 'biometric', 'authentication', 'identity', 'scan', 'secure'],
|
|
12
12
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
-
<path d="
|
|
14
|
-
<path d="
|
|
15
|
-
<path d="
|
|
16
|
-
<path d="
|
|
17
|
-
<path d="M12
|
|
18
|
-
<path d="
|
|
19
|
-
<path d="
|
|
13
|
+
<path d="M2 12c0-5.5 4.5-10 10-10 1.6 0 3.2.4 4.5 1"/>
|
|
14
|
+
<path d="M7 3.8A10 10 0 0 0 2 12"/>
|
|
15
|
+
<path d="M22 12c0 5.5-4.5 10-10 10"/>
|
|
16
|
+
<path d="M17 20.2A10 10 0 0 0 22 12"/>
|
|
17
|
+
<path d="M12 6a6 6 0 0 0-6 6c0 1.5.5 2.8 1.3 3.8"/>
|
|
18
|
+
<path d="M15.5 7A6 6 0 0 1 18 12c0 1.5-.5 2.8-1.3 3.8"/>
|
|
19
|
+
<path d="M12 10a2 2 0 0 0-2 2c0 2.2.5 4.5 1.5 6.5"/>
|
|
20
|
+
<path d="M14 12a2 2 0 0 0-2-2"/>
|
|
20
21
|
</svg>`,
|
|
21
22
|
variants: {
|
|
22
|
-
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
23
|
-
<path d="
|
|
23
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
24
|
+
<path d="M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm0 2c4.4 0 8.1 3.2 8.8 7.4-.7-.2-1.4-.4-2.3-.4-3.5 0-6.5 2.9-6.5 6.5 0 1.2.4 2.4 1 3.4-.3 0-.7.1-1 .1-5 0-9-4-9-9s4-9 9-9zm1 7c-1.7 0-3 1.3-3 3 0 2.5.6 5 1.8 7.2.4-.1.7-.2 1.2-.2 1.1 0 2.2.3 3.1.8C16.6 18.3 17 15.7 17 13c0-1.7-1.3-3-3-3-.3 0-.7 0-1 .1z"/>
|
|
24
25
|
</svg>`,
|
|
25
26
|
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
26
|
-
<path d="
|
|
27
|
-
<path d="
|
|
28
|
-
<path d="M12
|
|
29
|
-
<path d="
|
|
30
|
-
<path d="
|
|
31
|
-
<path d="M12
|
|
32
|
-
<path d="
|
|
33
|
-
<path d="
|
|
34
|
-
<path d="M16 14.5c.5 1.7.8 3.5.8 5.5"/>
|
|
27
|
+
<path d="M2 12c0-5.5 4.5-10 10-10 1.6 0 3.2.4 4.5 1" opacity="0.3"/>
|
|
28
|
+
<path d="M22 12c0 5.5-4.5 10-10 10" opacity="0.3"/>
|
|
29
|
+
<path d="M12 6a6 6 0 0 0-6 6c0 1.5.5 2.8 1.3 3.8" fill="currentColor" opacity="0.3"/>
|
|
30
|
+
<path d="M2 12c0-5.5 4.5-10 10-10 1.6 0 3.2.4 4.5 1"/>
|
|
31
|
+
<path d="M22 12c0 5.5-4.5 10-10 10"/>
|
|
32
|
+
<path d="M12 6a6 6 0 0 0-6 6c0 1.5.5 2.8 1.3 3.8"/>
|
|
33
|
+
<path d="M15.5 7A6 6 0 0 1 18 12c0 1.5-.5 2.8-1.3 3.8"/>
|
|
34
|
+
<path d="M12 10a2 2 0 0 0-2 2c0 2.2.5 4.5 1.5 6.5"/>
|
|
35
35
|
</svg>`,
|
|
36
36
|
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
37
|
-
<
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
<path d="
|
|
43
|
-
<path d="
|
|
44
|
-
<path d="M12
|
|
45
|
-
<path d="
|
|
46
|
-
<path d="
|
|
37
|
+
<g opacity="0.4" transform="translate(-0.5, 0.5)">
|
|
38
|
+
<path d="M2 12c0-5.5 4.5-10 10-10 1.6 0 3.2.4 4.5 1"/>
|
|
39
|
+
<path d="M22 12c0 5.5-4.5 10-10 10"/>
|
|
40
|
+
<path d="M12 6a6 6 0 0 0-6 6c0 1.5.5 2.8 1.3 3.8"/>
|
|
41
|
+
</g>
|
|
42
|
+
<path d="M2 12c0-5.5 4.5-10 10-10 1.6 0 3.2.4 4.5 1"/>
|
|
43
|
+
<path d="M22 12c0 5.5-4.5 10-10 10"/>
|
|
44
|
+
<path d="M12 6a6 6 0 0 0-6 6c0 1.5.5 2.8 1.3 3.8"/>
|
|
45
|
+
<path d="M15.5 7A6 6 0 0 1 18 12c0 1.5-.5 2.8-1.3 3.8"/>
|
|
46
|
+
<path d="M12 10a2 2 0 0 0-2 2c0 2.2.5 4.5 1.5 6.5"/>
|
|
47
47
|
</svg>`,
|
|
48
48
|
},
|
|
49
49
|
};
|