cybercore-css 0.2.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/LICENSE +21 -0
- package/README.md +479 -0
- package/dist/cybercore.css +3546 -0
- package/dist/cybercore.css.map +1 -0
- package/dist/cybercore.min.css +3 -0
- package/dist/cybercore.min.css.map +1 -0
- package/package.json +214 -0
- package/src/cybercore.d.ts +107 -0
- package/src/icons/README.md +378 -0
- package/src/icons/defs/_template.ts +27 -0
- package/src/icons/defs/actions/check.ts +36 -0
- package/src/icons/defs/actions/copy.ts +37 -0
- package/src/icons/defs/actions/cut.ts +44 -0
- package/src/icons/defs/actions/delete.ts +42 -0
- package/src/icons/defs/actions/download.ts +36 -0
- package/src/icons/defs/actions/drag.ts +60 -0
- package/src/icons/defs/actions/edit.ts +36 -0
- package/src/icons/defs/actions/filter.ts +33 -0
- package/src/icons/defs/actions/index.ts +28 -0
- package/src/icons/defs/actions/link.ts +40 -0
- package/src/icons/defs/actions/minus.ts +42 -0
- package/src/icons/defs/actions/paste.ts +39 -0
- package/src/icons/defs/actions/pin.ts +36 -0
- package/src/icons/defs/actions/plus.ts +46 -0
- package/src/icons/defs/actions/redo.ts +37 -0
- package/src/icons/defs/actions/refresh.ts +36 -0
- package/src/icons/defs/actions/save.ts +36 -0
- package/src/icons/defs/actions/search.ts +37 -0
- package/src/icons/defs/actions/share.ts +45 -0
- package/src/icons/defs/actions/sort.ts +39 -0
- package/src/icons/defs/actions/undo.ts +37 -0
- package/src/icons/defs/actions/unlink.ts +44 -0
- package/src/icons/defs/actions/upload.ts +36 -0
- package/src/icons/defs/actions/x.ts +40 -0
- package/src/icons/defs/communication/at-sign.ts +37 -0
- package/src/icons/defs/communication/bell-off.ts +44 -0
- package/src/icons/defs/communication/bell.ts +37 -0
- package/src/icons/defs/communication/inbox.ts +40 -0
- package/src/icons/defs/communication/index.ts +15 -0
- package/src/icons/defs/communication/mail.ts +40 -0
- package/src/icons/defs/communication/message.ts +42 -0
- package/src/icons/defs/communication/phone-off.ts +35 -0
- package/src/icons/defs/communication/phone.ts +36 -0
- package/src/icons/defs/communication/send.ts +37 -0
- package/src/icons/defs/communication/video-call.ts +44 -0
- package/src/icons/defs/data/calendar.ts +55 -0
- package/src/icons/defs/data/chart-bar.ts +48 -0
- package/src/icons/defs/data/chart-line.ts +41 -0
- package/src/icons/defs/data/chart-pie.ts +42 -0
- package/src/icons/defs/data/clock.ts +37 -0
- package/src/icons/defs/data/cloud-download.ts +41 -0
- package/src/icons/defs/data/cloud-upload.ts +41 -0
- package/src/icons/defs/data/cloud.ts +36 -0
- package/src/icons/defs/data/database.ts +50 -0
- package/src/icons/defs/data/hash.ts +43 -0
- package/src/icons/defs/data/index.ts +19 -0
- package/src/icons/defs/data/percent.ts +39 -0
- package/src/icons/defs/data/sync.ts +43 -0
- package/src/icons/defs/data/table.ts +50 -0
- package/src/icons/defs/data/timer.ts +47 -0
- package/src/icons/defs/files/archive.ts +39 -0
- package/src/icons/defs/files/attachment.ts +34 -0
- package/src/icons/defs/files/clipboard.ts +45 -0
- package/src/icons/defs/files/file-archive.ts +45 -0
- package/src/icons/defs/files/file-audio.ts +41 -0
- package/src/icons/defs/files/file-code.ts +41 -0
- package/src/icons/defs/files/file-image.ts +41 -0
- package/src/icons/defs/files/file-minus.ts +37 -0
- package/src/icons/defs/files/file-plus.ts +41 -0
- package/src/icons/defs/files/file-text.ts +41 -0
- package/src/icons/defs/files/file-video.ts +37 -0
- package/src/icons/defs/files/file.ts +34 -0
- package/src/icons/defs/files/folder-open.ts +34 -0
- package/src/icons/defs/files/folder-plus.ts +38 -0
- package/src/icons/defs/files/folder.ts +30 -0
- package/src/icons/defs/files/index.ts +20 -0
- package/src/icons/defs/index.ts +58 -0
- package/src/icons/defs/media/camera-off.ts +39 -0
- package/src/icons/defs/media/camera.ts +34 -0
- package/src/icons/defs/media/fast-forward.ts +34 -0
- package/src/icons/defs/media/image.ts +39 -0
- package/src/icons/defs/media/index.ts +22 -0
- package/src/icons/defs/media/mic-off.ts +44 -0
- package/src/icons/defs/media/mic.ts +39 -0
- package/src/icons/defs/media/music.ts +39 -0
- package/src/icons/defs/media/pause.ts +36 -0
- package/src/icons/defs/media/play.ts +34 -0
- package/src/icons/defs/media/rewind.ts +34 -0
- package/src/icons/defs/media/skip-back.ts +34 -0
- package/src/icons/defs/media/skip-forward.ts +34 -0
- package/src/icons/defs/media/stop.ts +34 -0
- package/src/icons/defs/media/video.ts +39 -0
- package/src/icons/defs/media/volume-high.ts +39 -0
- package/src/icons/defs/media/volume-low.ts +34 -0
- package/src/icons/defs/media/volume-off.ts +34 -0
- package/src/icons/defs/navigation/arrow-down.ts +34 -0
- package/src/icons/defs/navigation/arrow-left.ts +34 -0
- package/src/icons/defs/navigation/arrow-right.ts +34 -0
- package/src/icons/defs/navigation/arrow-up.ts +34 -0
- package/src/icons/defs/navigation/chevron-down.ts +31 -0
- package/src/icons/defs/navigation/chevron-left.ts +31 -0
- package/src/icons/defs/navigation/chevron-right.ts +31 -0
- package/src/icons/defs/navigation/chevron-up.ts +31 -0
- package/src/icons/defs/navigation/external-link.ts +37 -0
- package/src/icons/defs/navigation/home.ts +34 -0
- package/src/icons/defs/navigation/index.ts +19 -0
- package/src/icons/defs/navigation/maximize.ts +36 -0
- package/src/icons/defs/navigation/menu-dots.ts +42 -0
- package/src/icons/defs/navigation/menu.ts +42 -0
- package/src/icons/defs/navigation/minimize.ts +32 -0
- package/src/icons/defs/security/eye-off.ts +42 -0
- package/src/icons/defs/security/eye.ts +37 -0
- package/src/icons/defs/security/fingerprint.ts +51 -0
- package/src/icons/defs/security/index.ts +20 -0
- package/src/icons/defs/security/key.ts +43 -0
- package/src/icons/defs/security/lock.ts +40 -0
- package/src/icons/defs/security/log-in.ts +40 -0
- package/src/icons/defs/security/log-out.ts +40 -0
- package/src/icons/defs/security/shield-check.ts +34 -0
- package/src/icons/defs/security/shield-x.ts +38 -0
- package/src/icons/defs/security/shield.ts +36 -0
- package/src/icons/defs/security/unlock.ts +40 -0
- package/src/icons/defs/security/user-minus.ts +39 -0
- package/src/icons/defs/security/user-plus.ts +43 -0
- package/src/icons/defs/security/user.ts +41 -0
- package/src/icons/defs/security/users.ts +43 -0
- package/src/icons/defs/social/award.ts +41 -0
- package/src/icons/defs/social/bookmark-filled.ts +24 -0
- package/src/icons/defs/social/bookmark.ts +25 -0
- package/src/icons/defs/social/flag.ts +35 -0
- package/src/icons/defs/social/heart-filled.ts +24 -0
- package/src/icons/defs/social/heart.ts +25 -0
- package/src/icons/defs/social/index.ts +11 -0
- package/src/icons/defs/social/star-filled.ts +24 -0
- package/src/icons/defs/social/star.ts +25 -0
- package/src/icons/defs/social/thumbs-down.ts +42 -0
- package/src/icons/defs/social/thumbs-up.ts +42 -0
- package/src/icons/defs/social/trending.ts +36 -0
- package/src/icons/defs/status/battery-charging.ts +30 -0
- package/src/icons/defs/status/battery-full.ts +30 -0
- package/src/icons/defs/status/battery-low.ts +31 -0
- package/src/icons/defs/status/error.ts +31 -0
- package/src/icons/defs/status/help.ts +30 -0
- package/src/icons/defs/status/index.ts +12 -0
- package/src/icons/defs/status/info.ts +30 -0
- package/src/icons/defs/status/loading.ts +52 -0
- package/src/icons/defs/status/offline.ts +28 -0
- package/src/icons/defs/status/online.ts +30 -0
- package/src/icons/defs/status/progress.ts +31 -0
- package/src/icons/defs/status/success.ts +27 -0
- package/src/icons/defs/status/warning.ts +30 -0
- package/src/icons/defs/tech/api.ts +55 -0
- package/src/icons/defs/tech/bluetooth.ts +33 -0
- package/src/icons/defs/tech/bug.ts +58 -0
- package/src/icons/defs/tech/chip.ts +80 -0
- package/src/icons/defs/tech/circuit.ts +57 -0
- package/src/icons/defs/tech/code.ts +36 -0
- package/src/icons/defs/tech/cpu.ts +58 -0
- package/src/icons/defs/tech/git-branch.ts +41 -0
- package/src/icons/defs/tech/git-commit.ts +38 -0
- package/src/icons/defs/tech/git-merge.ts +46 -0
- package/src/icons/defs/tech/git-pull.ts +50 -0
- package/src/icons/defs/tech/globe.ts +36 -0
- package/src/icons/defs/tech/index.ts +27 -0
- package/src/icons/defs/tech/memory.ts +61 -0
- package/src/icons/defs/tech/qr-code.ts +81 -0
- package/src/icons/defs/tech/server.ts +45 -0
- package/src/icons/defs/tech/settings.ts +33 -0
- package/src/icons/defs/tech/signal.ts +43 -0
- package/src/icons/defs/tech/sliders.ts +63 -0
- package/src/icons/defs/tech/terminal.ts +36 -0
- package/src/icons/defs/tech/wifi-off.ts +43 -0
- package/src/icons/defs/tech/wifi.ts +38 -0
- package/src/icons/defs/tech/zap.ts +30 -0
- package/src/icons/icon-list.ts +305 -0
- package/src/icons/index.ts +95 -0
- package/src/icons/individual.ts +210 -0
- package/src/icons/registry.ts +2276 -0
- package/src/icons/svg/actions/check.svg +5 -0
- package/src/icons/svg/actions/copy.svg +6 -0
- package/src/icons/svg/actions/cut.svg +7 -0
- package/src/icons/svg/actions/delete.svg +7 -0
- package/src/icons/svg/actions/download.svg +5 -0
- package/src/icons/svg/actions/drag.svg +8 -0
- package/src/icons/svg/actions/edit.svg +5 -0
- package/src/icons/svg/actions/filter.svg +4 -0
- package/src/icons/svg/actions/link.svg +6 -0
- package/src/icons/svg/actions/minus.svg +7 -0
- package/src/icons/svg/actions/paste.svg +6 -0
- package/src/icons/svg/actions/pin.svg +5 -0
- package/src/icons/svg/actions/plus.svg +8 -0
- package/src/icons/svg/actions/redo.svg +5 -0
- package/src/icons/svg/actions/refresh.svg +5 -0
- package/src/icons/svg/actions/save.svg +5 -0
- package/src/icons/svg/actions/search.svg +5 -0
- package/src/icons/svg/actions/share.svg +7 -0
- package/src/icons/svg/actions/sort.svg +6 -0
- package/src/icons/svg/actions/undo.svg +5 -0
- package/src/icons/svg/actions/unlink.svg +7 -0
- package/src/icons/svg/actions/upload.svg +5 -0
- package/src/icons/svg/actions/x.svg +6 -0
- package/src/icons/svg/communication/at-sign.svg +5 -0
- package/src/icons/svg/communication/bell-off.svg +8 -0
- package/src/icons/svg/communication/bell.svg +5 -0
- package/src/icons/svg/communication/inbox.svg +6 -0
- package/src/icons/svg/communication/mail.svg +6 -0
- package/src/icons/svg/communication/message.svg +6 -0
- package/src/icons/svg/communication/phone-off.svg +4 -0
- package/src/icons/svg/communication/phone.svg +5 -0
- package/src/icons/svg/communication/send.svg +5 -0
- package/src/icons/svg/communication/video-call.svg +7 -0
- package/src/icons/svg/data/calendar.svg +11 -0
- package/src/icons/svg/data/chart-bar.svg +6 -0
- package/src/icons/svg/data/chart-line.svg +5 -0
- package/src/icons/svg/data/chart-pie.svg +6 -0
- package/src/icons/svg/data/clock.svg +5 -0
- package/src/icons/svg/data/cloud-download.svg +5 -0
- package/src/icons/svg/data/cloud-upload.svg +5 -0
- package/src/icons/svg/data/cloud.svg +4 -0
- package/src/icons/svg/data/database.svg +7 -0
- package/src/icons/svg/data/hash.svg +6 -0
- package/src/icons/svg/data/percent.svg +5 -0
- package/src/icons/svg/data/sync.svg +6 -0
- package/src/icons/svg/data/table.svg +7 -0
- package/src/icons/svg/data/timer.svg +7 -0
- package/src/icons/svg/files/archive.svg +5 -0
- package/src/icons/svg/files/attachment.svg +4 -0
- package/src/icons/svg/files/clipboard.svg +6 -0
- package/src/icons/svg/files/file-archive.svg +7 -0
- package/src/icons/svg/files/file-audio.svg +6 -0
- package/src/icons/svg/files/file-code.svg +6 -0
- package/src/icons/svg/files/file-image.svg +6 -0
- package/src/icons/svg/files/file-minus.svg +5 -0
- package/src/icons/svg/files/file-plus.svg +6 -0
- package/src/icons/svg/files/file-text.svg +6 -0
- package/src/icons/svg/files/file-video.svg +5 -0
- package/src/icons/svg/files/file.svg +4 -0
- package/src/icons/svg/files/folder-open.svg +4 -0
- package/src/icons/svg/files/folder-plus.svg +5 -0
- package/src/icons/svg/files/folder.svg +3 -0
- package/src/icons/svg/media/camera-off.svg +5 -0
- package/src/icons/svg/media/camera.svg +4 -0
- package/src/icons/svg/media/fast-forward.svg +4 -0
- package/src/icons/svg/media/image.svg +5 -0
- package/src/icons/svg/media/mic-off.svg +6 -0
- package/src/icons/svg/media/mic.svg +5 -0
- package/src/icons/svg/media/music.svg +5 -0
- package/src/icons/svg/media/pause.svg +4 -0
- package/src/icons/svg/media/play.svg +4 -0
- package/src/icons/svg/media/rewind.svg +4 -0
- package/src/icons/svg/media/skip-back.svg +4 -0
- package/src/icons/svg/media/skip-forward.svg +4 -0
- package/src/icons/svg/media/stop.svg +4 -0
- package/src/icons/svg/media/video.svg +5 -0
- package/src/icons/svg/media/volume-high.svg +5 -0
- package/src/icons/svg/media/volume-low.svg +4 -0
- package/src/icons/svg/media/volume-off.svg +4 -0
- package/src/icons/svg/navigation/arrow-down.svg +4 -0
- package/src/icons/svg/navigation/arrow-left.svg +4 -0
- package/src/icons/svg/navigation/arrow-right.svg +4 -0
- package/src/icons/svg/navigation/arrow-up.svg +4 -0
- package/src/icons/svg/navigation/chevron-down.svg +3 -0
- package/src/icons/svg/navigation/chevron-left.svg +3 -0
- package/src/icons/svg/navigation/chevron-right.svg +3 -0
- package/src/icons/svg/navigation/chevron-up.svg +3 -0
- package/src/icons/svg/navigation/external-link.svg +5 -0
- package/src/icons/svg/navigation/home.svg +4 -0
- package/src/icons/svg/navigation/maximize.svg +3 -0
- package/src/icons/svg/navigation/menu-dots.svg +5 -0
- package/src/icons/svg/navigation/menu.svg +5 -0
- package/src/icons/svg/navigation/minimize.svg +3 -0
- package/src/icons/svg/security/eye-off.svg +6 -0
- package/src/icons/svg/security/eye.svg +5 -0
- package/src/icons/svg/security/fingerprint.svg +9 -0
- package/src/icons/svg/security/key.svg +7 -0
- package/src/icons/svg/security/lock.svg +6 -0
- package/src/icons/svg/security/log-in.svg +6 -0
- package/src/icons/svg/security/log-out.svg +6 -0
- package/src/icons/svg/security/shield-check.svg +4 -0
- package/src/icons/svg/security/shield-x.svg +5 -0
- package/src/icons/svg/security/shield.svg +5 -0
- package/src/icons/svg/security/unlock.svg +6 -0
- package/src/icons/svg/security/user-minus.svg +5 -0
- package/src/icons/svg/security/user-plus.svg +6 -0
- package/src/icons/svg/security/user.svg +6 -0
- package/src/icons/svg/security/users.svg +6 -0
- package/src/icons/svg/social/award.svg +5 -0
- package/src/icons/svg/social/bookmark-filled.svg +3 -0
- package/src/icons/svg/social/bookmark.svg +3 -0
- package/src/icons/svg/social/flag.svg +4 -0
- package/src/icons/svg/social/heart-filled.svg +3 -0
- package/src/icons/svg/social/heart.svg +3 -0
- package/src/icons/svg/social/star-filled.svg +3 -0
- package/src/icons/svg/social/star.svg +3 -0
- package/src/icons/svg/social/thumbs-down.svg +5 -0
- package/src/icons/svg/social/thumbs-up.svg +5 -0
- package/src/icons/svg/social/trending.svg +4 -0
- package/src/icons/svg/status/battery-charging.svg +5 -0
- package/src/icons/svg/status/battery-full.svg +5 -0
- package/src/icons/svg/status/battery-low.svg +5 -0
- package/src/icons/svg/status/error.svg +5 -0
- package/src/icons/svg/status/help.svg +5 -0
- package/src/icons/svg/status/info.svg +5 -0
- package/src/icons/svg/status/loading.svg +10 -0
- package/src/icons/svg/status/offline.svg +4 -0
- package/src/icons/svg/status/online.svg +5 -0
- package/src/icons/svg/status/progress.svg +5 -0
- package/src/icons/svg/status/success.svg +4 -0
- package/src/icons/svg/status/warning.svg +5 -0
- package/src/icons/svg/tech/api.svg +10 -0
- package/src/icons/svg/tech/bluetooth.svg +4 -0
- package/src/icons/svg/tech/bug.svg +11 -0
- package/src/icons/svg/tech/chip.svg +16 -0
- package/src/icons/svg/tech/circuit.svg +15 -0
- package/src/icons/svg/tech/code.svg +5 -0
- package/src/icons/svg/tech/cpu.svg +12 -0
- package/src/icons/svg/tech/git-branch.svg +6 -0
- package/src/icons/svg/tech/git-commit.svg +5 -0
- package/src/icons/svg/tech/git-merge.svg +7 -0
- package/src/icons/svg/tech/git-pull.svg +8 -0
- package/src/icons/svg/tech/globe.svg +5 -0
- package/src/icons/svg/tech/memory.svg +12 -0
- package/src/icons/svg/tech/qr-code.svg +9 -0
- package/src/icons/svg/tech/server.svg +7 -0
- package/src/icons/svg/tech/settings.svg +4 -0
- package/src/icons/svg/tech/signal.svg +7 -0
- package/src/icons/svg/tech/sliders.svg +11 -0
- package/src/icons/svg/tech/terminal.svg +5 -0
- package/src/icons/svg/tech/wifi-off.svg +7 -0
- package/src/icons/svg/tech/wifi.svg +6 -0
- package/src/icons/svg/tech/zap.svg +3 -0
- package/src/icons/types.ts +73 -0
- package/src/icons/utils.ts +216 -0
- package/src/scss/components/_alerts.scss +76 -0
- package/src/scss/components/_badges.scss +198 -0
- package/src/scss/components/_buttons.scss +180 -0
- package/src/scss/components/_cards.scss +178 -0
- package/src/scss/components/_dropdown.scss +213 -0
- package/src/scss/components/_index.scss +19 -0
- package/src/scss/components/_inputs.scss +193 -0
- package/src/scss/components/_modal.scss +303 -0
- package/src/scss/components/_nav.scss +116 -0
- package/src/scss/components/_progress.scss +218 -0
- package/src/scss/components/_skeleton.scss +337 -0
- package/src/scss/components/_spinner.scss +300 -0
- package/src/scss/components/_tables.scss +244 -0
- package/src/scss/components/_tabs.scss +327 -0
- package/src/scss/components/_terminal.scss +259 -0
- package/src/scss/core/_base.scss +25 -0
- package/src/scss/core/_index.scss +6 -0
- package/src/scss/core/_layers.scss +5 -0
- package/src/scss/core/_mixins.scss +96 -0
- package/src/scss/core/_reset.scss +26 -0
- package/src/scss/core/_typography.scss +43 -0
- package/src/scss/core/_variables.scss +163 -0
- package/src/scss/cybercore.scss +46 -0
- package/src/scss/effects/_datastream.scss +43 -0
- package/src/scss/effects/_glitch.scss +389 -0
- package/src/scss/effects/_index.scss +9 -0
- package/src/scss/effects/_neon-border.scss +107 -0
- package/src/scss/effects/_noise.scss +75 -0
- package/src/scss/effects/_scanlines.scss +86 -0
- package/src/scss/utilities/_accessibility.scss +57 -0
- package/src/scss/utilities/_animation.scss +246 -0
- package/src/scss/utilities/_backgrounds.scss +201 -0
- package/src/scss/utilities/_borders.scss +198 -0
- package/src/scss/utilities/_display.scss +33 -0
- package/src/scss/utilities/_filters.scss +279 -0
- package/src/scss/utilities/_flex.scss +95 -0
- package/src/scss/utilities/_grid.scss +68 -0
- package/src/scss/utilities/_icons.scss +152 -0
- package/src/scss/utilities/_index.scss +35 -0
- package/src/scss/utilities/_interactivity.scss +186 -0
- package/src/scss/utilities/_layout.scss +202 -0
- package/src/scss/utilities/_position.scss +168 -0
- package/src/scss/utilities/_shadows.scss +164 -0
- package/src/scss/utilities/_sizing.scss +229 -0
- package/src/scss/utilities/_spacing.scss +185 -0
- package/src/scss/utilities/_text.scss +177 -0
- package/src/scss/utilities/_transforms.scss +212 -0
- package/src/scss/utilities/_transitions.scss +174 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Line Chart Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const chartLine: IconDefinition = {
|
|
8
|
+
name: 'chart-line',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Line chart with trend line',
|
|
11
|
+
tags: ['chart', 'graph', 'line', 'trend', 'analytics', 'data'],
|
|
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="M3 3v16a2 2 0 0 0 2 2h16"/>
|
|
14
|
+
<path d="M7 14l3.5-3.5 3 3L19 8"/>
|
|
15
|
+
<circle cx="19" cy="8" r="1"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M3 2a1 1 0 0 1 1 1v16c0 .6.4 1 1 1h16a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V3a1 1 0 0 1 1-1z"/>
|
|
20
|
+
<path d="M7.7 13.3a1 1 0 1 0-1.4 1.4l3.5 3.5a1 1 0 0 0 1.4 0l2.6-2.6 5 5a1 1 0 0 0 1.4-1.4l-5.7-5.7a1 1 0 0 0-1.4 0l-2.6 2.6-2.8-2.8z"/>
|
|
21
|
+
<circle cx="19" cy="8" r="1.5"/>
|
|
22
|
+
</svg>`,
|
|
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">
|
|
24
|
+
<path d="M3 3v16a2 2 0 0 0 2 2h16"/>
|
|
25
|
+
<polygon points="7 14 10.5 10.5 13.5 13.5 19 8 20 9 20 20 7 20" fill="currentColor" opacity="0.3"/>
|
|
26
|
+
<path d="M7 14l3.5-3.5 3 3L19 8"/>
|
|
27
|
+
<circle cx="19" cy="8" r="1"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
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">
|
|
30
|
+
<path d="M3 3v16a2 2 0 0 0 2 2h16"/>
|
|
31
|
+
<path d="M7 14l3.5-3.5 3 3L19 8"/>
|
|
32
|
+
<circle cx="19" cy="8" r="1"/>
|
|
33
|
+
<g opacity="0.4" transform="translate(1,-1)">
|
|
34
|
+
<path d="M7 14l3.5-3.5 3 3L19 8"/>
|
|
35
|
+
<circle cx="19" cy="8" r="1"/>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>`,
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export default chartLine;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pie Chart Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const chartPie: IconDefinition = {
|
|
8
|
+
name: 'chart-pie',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Pie chart with segments',
|
|
11
|
+
tags: ['chart', 'graph', 'pie', 'circular', 'analytics', 'data'],
|
|
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="M12 2v10l7.07 7.07"/>
|
|
14
|
+
<path d="M12 12L4.93 19.07"/>
|
|
15
|
+
<circle cx="12" cy="12" r="10"/>
|
|
16
|
+
<path d="M12 2a10 10 0 0 1 7.07 17.07"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
+
<path d="M12 2a10 10 0 0 1 10 10h-10V2z"/>
|
|
21
|
+
<path d="M12 13h9.95A10 10 0 1 1 11 3.05V13z" opacity="0.6"/>
|
|
22
|
+
</svg>`,
|
|
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">
|
|
24
|
+
<circle cx="12" cy="12" r="10"/>
|
|
25
|
+
<path d="M12 2v10h10" fill="none"/>
|
|
26
|
+
<path d="M12 2v10l7.07 7.07" fill="none"/>
|
|
27
|
+
<path d="M12 2a10 10 0 0 1 7.07 17.07L12 12V2z" fill="currentColor" opacity="0.3"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
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">
|
|
30
|
+
<path d="M12 2v10l7.07 7.07"/>
|
|
31
|
+
<path d="M12 12L4.93 19.07"/>
|
|
32
|
+
<circle cx="12" cy="12" r="10"/>
|
|
33
|
+
<path d="M12 2a10 10 0 0 1 7.07 17.07"/>
|
|
34
|
+
<g opacity="0.4" transform="translate(-1,1)">
|
|
35
|
+
<path d="M12 2v10l7.07 7.07"/>
|
|
36
|
+
<path d="M12 12L4.93 19.07"/>
|
|
37
|
+
</g>
|
|
38
|
+
</svg>`,
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export default chartPie;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Clock Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const clock: IconDefinition = {
|
|
8
|
+
name: 'clock',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Clock showing time',
|
|
11
|
+
tags: ['clock', 'time', 'hours', 'minutes', 'schedule'],
|
|
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="12" cy="12" r="10"/>
|
|
14
|
+
<path d="M12 6v6l4 2"/>
|
|
15
|
+
<path d="M16.24 7.76l-.5.5"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M12 1c6.1 0 11 4.9 11 11s-4.9 11-11 11S1 18.1 1 12 5.9 1 12 1zm1 5v5.6l3.7 2.2-.9 1.5-4.8-2.9V6h2zm3.7 1.3l.7.7-.7-.7z"/>
|
|
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
|
+
<circle cx="12" cy="12" r="10" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<circle cx="12" cy="12" r="10"/>
|
|
24
|
+
<path d="M12 6v6l4 2"/>
|
|
25
|
+
<path d="M16.24 7.76l-.5.5"/>
|
|
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
|
+
<circle cx="12" cy="12" r="10" transform="translate(1,-1)" opacity="0.3"/>
|
|
29
|
+
<circle cx="12" cy="12" r="10"/>
|
|
30
|
+
<path d="M12 6v6l4 2" transform="translate(1,-1)" opacity="0.3"/>
|
|
31
|
+
<path d="M12 6v6l4 2"/>
|
|
32
|
+
<path d="M16.24 7.76l-.5.5"/>
|
|
33
|
+
</svg>`,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export default clock;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Download Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const cloudDownload: IconDefinition = {
|
|
8
|
+
name: 'cloud-download',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Download from cloud storage',
|
|
11
|
+
tags: ['cloud', 'download', 'storage', 'data', 'transfer'],
|
|
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 9Z"/>
|
|
14
|
+
<path d="M12 13v6"/>
|
|
15
|
+
<path d="M15 16l-3 3-3-3"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M17.5 20H9a7.5 7.5 0 1 1 7.21-9.5h1.29a5 5 0 0 1 0 10Z"/>
|
|
20
|
+
<path d="M12 12a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1z" fill="white" opacity="0.9"/>
|
|
21
|
+
<path d="M11.3 18.7l-3-3a1 1 0 0 1 1.4-1.4l2.3 2.3 2.3-2.3a1 1 0 0 1 1.4 1.4l-3 3a1 1 0 0 1-1.4 0z" fill="white" opacity="0.9"/>
|
|
22
|
+
</svg>`,
|
|
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">
|
|
24
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>
|
|
26
|
+
<path d="M12 13v6"/>
|
|
27
|
+
<path d="M15 16l-3 3-3-3"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
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">
|
|
30
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>
|
|
31
|
+
<path d="M12 13v6"/>
|
|
32
|
+
<path d="M15 16l-3 3-3-3"/>
|
|
33
|
+
<g opacity="0.4" transform="translate(1,-1)">
|
|
34
|
+
<path d="M12 13v6"/>
|
|
35
|
+
<path d="M15 16l-3 3-3-3"/>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>`,
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export default cloudDownload;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Upload Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const cloudUpload: IconDefinition = {
|
|
8
|
+
name: 'cloud-upload',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Upload to cloud storage',
|
|
11
|
+
tags: ['cloud', 'upload', 'storage', 'data', 'transfer'],
|
|
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 9Z"/>
|
|
14
|
+
<path d="M12 13v6"/>
|
|
15
|
+
<path d="M9 16l3-3 3 3"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M17.5 20H9a7.5 7.5 0 1 1 7.21-9.5h1.29a5 5 0 0 1 0 10Z"/>
|
|
20
|
+
<path d="M12 12a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1z" fill="white" opacity="0.9"/>
|
|
21
|
+
<path d="M12.7 12.3l3 3a1 1 0 0 1-1.4 1.4l-2.3-2.3-2.3 2.3a1 1 0 0 1-1.4-1.4l3-3a1 1 0 0 1 1.4 0z" fill="white" opacity="0.9"/>
|
|
22
|
+
</svg>`,
|
|
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">
|
|
24
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>
|
|
26
|
+
<path d="M12 13v6"/>
|
|
27
|
+
<path d="M9 16l3-3 3 3"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
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">
|
|
30
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>
|
|
31
|
+
<path d="M12 13v6"/>
|
|
32
|
+
<path d="M9 16l3-3 3 3"/>
|
|
33
|
+
<g opacity="0.4" transform="translate(1,-1)">
|
|
34
|
+
<path d="M12 13v6"/>
|
|
35
|
+
<path d="M9 16l3-3 3 3"/>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>`,
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export default cloudUpload;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const cloud: IconDefinition = {
|
|
8
|
+
name: 'cloud',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Cloud storage',
|
|
11
|
+
tags: ['cloud', 'storage', 'data', 'remote', 'server'],
|
|
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 9Z"/>
|
|
14
|
+
<path d="M14 10h.01"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M17.5 20H9a7.5 7.5 0 1 1 7.21-9.5h1.29a5 5 0 0 1 0 10Z"/>
|
|
19
|
+
<circle cx="14" cy="10" r="1"/>
|
|
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
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>
|
|
24
|
+
<path d="M14 10h.01"/>
|
|
25
|
+
</svg>`,
|
|
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
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>
|
|
28
|
+
<path d="M14 10h.01"/>
|
|
29
|
+
<g opacity="0.4" transform="translate(-1,1)">
|
|
30
|
+
<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/>
|
|
31
|
+
</g>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default cloud;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const database: IconDefinition = {
|
|
8
|
+
name: 'database',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Database with stacked cylinders',
|
|
11
|
+
tags: ['database', 'storage', 'data', 'server', 'sql'],
|
|
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
|
+
<ellipse cx="12" cy="5" rx="8" ry="3"/>
|
|
14
|
+
<path d="M4 5v6c0 1.66 3.58 3 8 3s8-1.34 8-3V5"/>
|
|
15
|
+
<path d="M4 11v6c0 1.66 3.58 3 8 3s8-1.34 8-3v-6"/>
|
|
16
|
+
<path d="M7 8.5h.01"/>
|
|
17
|
+
<path d="M7 14.5h.01"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
+
<ellipse cx="12" cy="5" rx="8" ry="3"/>
|
|
22
|
+
<path d="M4 5v6c0 1.66 3.58 3 8 3s8-1.34 8-3V5z" opacity="0.8"/>
|
|
23
|
+
<path d="M4 11v6c0 1.66 3.58 3 8 3s8-1.34 8-3v-6z" opacity="0.6"/>
|
|
24
|
+
<ellipse cx="12" cy="11" rx="8" ry="3"/>
|
|
25
|
+
<ellipse cx="12" cy="17" rx="8" ry="3"/>
|
|
26
|
+
</svg>`,
|
|
27
|
+
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">
|
|
28
|
+
<ellipse cx="12" cy="5" rx="8" ry="3"/>
|
|
29
|
+
<path d="M4 5v6c0 1.66 3.58 3 8 3s8-1.34 8-3V5" fill="currentColor" opacity="0.3"/>
|
|
30
|
+
<path d="M4 5v6c0 1.66 3.58 3 8 3s8-1.34 8-3V5"/>
|
|
31
|
+
<path d="M4 11v6c0 1.66 3.58 3 8 3s8-1.34 8-3v-6" fill="currentColor" opacity="0.3"/>
|
|
32
|
+
<path d="M4 11v6c0 1.66 3.58 3 8 3s8-1.34 8-3v-6"/>
|
|
33
|
+
<path d="M7 8.5h.01"/>
|
|
34
|
+
<path d="M7 14.5h.01"/>
|
|
35
|
+
</svg>`,
|
|
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
|
+
<ellipse cx="12" cy="5" rx="8" ry="3"/>
|
|
38
|
+
<path d="M4 5v6c0 1.66 3.58 3 8 3s8-1.34 8-3V5"/>
|
|
39
|
+
<path d="M4 11v6c0 1.66 3.58 3 8 3s8-1.34 8-3v-6"/>
|
|
40
|
+
<path d="M7 8.5h.01"/>
|
|
41
|
+
<path d="M7 14.5h.01"/>
|
|
42
|
+
<g opacity="0.4" transform="translate(1,-1)">
|
|
43
|
+
<ellipse cx="12" cy="5" rx="8" ry="3"/>
|
|
44
|
+
<path d="M4 11v6c0 1.66 3.58 3 8 3s8-1.34 8-3v-6"/>
|
|
45
|
+
</g>
|
|
46
|
+
</svg>`,
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export default database;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hash Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const hash: IconDefinition = {
|
|
8
|
+
name: 'hash',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Hashtag symbol',
|
|
11
|
+
tags: ['hash', 'hashtag', 'number', 'tag', 'symbol'],
|
|
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="M4 9h16"/>
|
|
14
|
+
<path d="M4 15h16"/>
|
|
15
|
+
<path d="M10 3L8 21"/>
|
|
16
|
+
<path d="M16 3l-2 18"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
+
<path d="M10.8 2l.4 1.8L11.7 8H16v2h-4l-.6 4H16v2h-5l-.5 3.8-.4 2.2-2-.4.5-3.6.6-4H5v-2h4.5l.5-4H6V4h4.5l.5-3.8L11.4 2h-.6zm-1.3 10l.5-4h-4l-.5 4h4z"/>
|
|
21
|
+
<path d="M17.2 2l-.5 3.8L16.3 8H20v2h-4l-.6 4H20v2h-5l-.5 3.8-.4 2.2-2-.4.5-3.6.6-4h-4l-.6 4-.5 3.6-2-.4.5-3.6.6-4H3v-2h4.5l.5-4H4V4h4.5l.5-3.8L9.4 2h-.6z"/>
|
|
22
|
+
</svg>`,
|
|
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">
|
|
24
|
+
<path d="M4 9h16" stroke-width="3" opacity="0.3"/>
|
|
25
|
+
<path d="M4 15h16" stroke-width="3" opacity="0.3"/>
|
|
26
|
+
<path d="M4 9h16"/>
|
|
27
|
+
<path d="M4 15h16"/>
|
|
28
|
+
<path d="M10 3L8 21"/>
|
|
29
|
+
<path d="M16 3l-2 18"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
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
|
+
<path d="M4 9h16" transform="translate(1,-1)" opacity="0.3"/>
|
|
33
|
+
<path d="M4 15h16" transform="translate(1,-1)" opacity="0.3"/>
|
|
34
|
+
<path d="M4 9h16"/>
|
|
35
|
+
<path d="M4 15h16"/>
|
|
36
|
+
<path d="M10 3L8 21" transform="translate(1,-1)" opacity="0.3"/>
|
|
37
|
+
<path d="M10 3L8 21"/>
|
|
38
|
+
<path d="M16 3l-2 18"/>
|
|
39
|
+
</svg>`,
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export default hash;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Icons
|
|
3
|
+
* Icons for data visualization, storage, and management
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export { chartBar } from './chart-bar';
|
|
7
|
+
export { chartLine } from './chart-line';
|
|
8
|
+
export { chartPie } from './chart-pie';
|
|
9
|
+
export { database } from './database';
|
|
10
|
+
export { table } from './table';
|
|
11
|
+
export { cloud } from './cloud';
|
|
12
|
+
export { cloudUpload } from './cloud-upload';
|
|
13
|
+
export { cloudDownload } from './cloud-download';
|
|
14
|
+
export { sync } from './sync';
|
|
15
|
+
export { calendar } from './calendar';
|
|
16
|
+
export { clock } from './clock';
|
|
17
|
+
export { timer } from './timer';
|
|
18
|
+
export { hash } from './hash';
|
|
19
|
+
export { percent } from './percent';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Percent Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const percent: IconDefinition = {
|
|
8
|
+
name: 'percent',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Percentage symbol',
|
|
11
|
+
tags: ['percent', 'percentage', 'number', 'math', 'symbol'],
|
|
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="M19 5L5 19"/>
|
|
14
|
+
<circle cx="7" cy="7" r="2.5"/>
|
|
15
|
+
<circle cx="17" cy="17" r="2.5"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M7 3a4 4 0 100 8 4 4 0 000-8zm0 6a2 2 0 110-4 2 2 0 010 4zm10 4a4 4 0 100 8 4 4 0 000-8zm0 6a2 2 0 110-4 2 2 0 010 4zm2.7-15.7l1.4 1.4-14 14-1.4-1.4 14-14z"/>
|
|
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
|
+
<path d="M19 5L5 19"/>
|
|
23
|
+
<circle cx="7" cy="7" r="2.5" fill="currentColor" opacity="0.3"/>
|
|
24
|
+
<circle cx="17" cy="17" r="2.5" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<circle cx="7" cy="7" r="2.5"/>
|
|
26
|
+
<circle cx="17" cy="17" r="2.5"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
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">
|
|
29
|
+
<path d="M19 5L5 19" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
<path d="M19 5L5 19"/>
|
|
31
|
+
<circle cx="7" cy="7" r="2.5" transform="translate(1,-1)" opacity="0.3"/>
|
|
32
|
+
<circle cx="7" cy="7" r="2.5"/>
|
|
33
|
+
<circle cx="17" cy="17" r="2.5" transform="translate(1,-1)" opacity="0.3"/>
|
|
34
|
+
<circle cx="17" cy="17" r="2.5"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default percent;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sync Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const sync: IconDefinition = {
|
|
8
|
+
name: 'sync',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Synchronize data with bidirectional arrows',
|
|
11
|
+
tags: ['sync', 'refresh', 'update', 'data', 'transfer', 'arrows'],
|
|
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 10V8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2"/>
|
|
14
|
+
<path d="M3 14v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2"/>
|
|
15
|
+
<path d="M7 7l-4 3 4 3"/>
|
|
16
|
+
<path d="M17 17l4-3-4-3"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
+
<path d="M21 8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2.6l3.3-2.3a1 1 0 0 1 1.4.2 1 1 0 0 1-.2 1.4l-4 3a1 1 0 0 1-1.2 0l-1-.7V8a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v2z"/>
|
|
21
|
+
<path d="M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2.6l-3.3 2.3a1 1 0 0 1-1.4-.2 1 1 0 0 1 .2-1.4l4-3a1 1 0 0 1 1.2 0l1 .7V16a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4v-2z"/>
|
|
22
|
+
</svg>`,
|
|
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">
|
|
24
|
+
<path d="M21 10V8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2"/>
|
|
25
|
+
<path d="M3 14v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2"/>
|
|
26
|
+
<path d="M5 6h14a2 2 0 0 1 2 2v2h-18V8a2 2 0 0 1 2-2z" fill="currentColor" opacity="0.3"/>
|
|
27
|
+
<path d="M7 7l-4 3 4 3"/>
|
|
28
|
+
<path d="M17 17l4-3-4-3"/>
|
|
29
|
+
</svg>`,
|
|
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
|
+
<path d="M21 10V8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2"/>
|
|
32
|
+
<path d="M3 14v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2"/>
|
|
33
|
+
<path d="M7 7l-4 3 4 3"/>
|
|
34
|
+
<path d="M17 17l4-3-4-3"/>
|
|
35
|
+
<g opacity="0.4" transform="translate(-1,1)">
|
|
36
|
+
<path d="M7 7l-4 3 4 3"/>
|
|
37
|
+
<path d="M17 17l4-3-4-3"/>
|
|
38
|
+
</g>
|
|
39
|
+
</svg>`,
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export default sync;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Table Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const table: IconDefinition = {
|
|
8
|
+
name: 'table',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Data table with grid layout',
|
|
11
|
+
tags: ['table', 'grid', 'data', 'spreadsheet', 'rows', 'columns'],
|
|
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
|
+
<rect x="3" y="3" width="18" height="18" rx="2"/>
|
|
14
|
+
<path d="M3 9h18"/>
|
|
15
|
+
<path d="M3 15h18"/>
|
|
16
|
+
<path d="M9 3v18"/>
|
|
17
|
+
<path d="M15 9v12"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
+
<path d="M5 3h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"/>
|
|
22
|
+
<path d="M15 3h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" opacity="0.6"/>
|
|
23
|
+
<path d="M5 13h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z" opacity="0.6"/>
|
|
24
|
+
<path d="M15 13h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z" opacity="0.4"/>
|
|
25
|
+
</svg>`,
|
|
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">
|
|
27
|
+
<rect x="3" y="3" width="18" height="18" rx="2"/>
|
|
28
|
+
<rect x="3" y="3" width="6" height="6" fill="currentColor" opacity="0.3"/>
|
|
29
|
+
<rect x="15" y="9" width="6" height="6" fill="currentColor" opacity="0.3"/>
|
|
30
|
+
<path d="M3 9h18"/>
|
|
31
|
+
<path d="M3 15h18"/>
|
|
32
|
+
<path d="M9 3v18"/>
|
|
33
|
+
<path d="M15 9v12"/>
|
|
34
|
+
</svg>`,
|
|
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">
|
|
36
|
+
<rect x="3" y="3" width="18" height="18" rx="2"/>
|
|
37
|
+
<path d="M3 9h18"/>
|
|
38
|
+
<path d="M3 15h18"/>
|
|
39
|
+
<path d="M9 3v18"/>
|
|
40
|
+
<path d="M15 9v12"/>
|
|
41
|
+
<g opacity="0.4" transform="translate(1,-1)">
|
|
42
|
+
<path d="M3 9h18"/>
|
|
43
|
+
<path d="M3 15h18"/>
|
|
44
|
+
<path d="M9 3v18"/>
|
|
45
|
+
</g>
|
|
46
|
+
</svg>`,
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export default table;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Timer Icon
|
|
3
|
+
* @category data
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const timer: IconDefinition = {
|
|
8
|
+
name: 'timer',
|
|
9
|
+
category: 'data',
|
|
10
|
+
description: 'Timer countdown with stopwatch',
|
|
11
|
+
tags: ['timer', 'countdown', 'stopwatch', 'time', 'duration'],
|
|
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="M10 2h4"/>
|
|
14
|
+
<path d="M12 14v-4"/>
|
|
15
|
+
<path d="M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6"/>
|
|
16
|
+
<path d="M9 17H2v7l2-2"/>
|
|
17
|
+
<circle cx="18" cy="8" r="1"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
+
<path d="M10 1a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1z"/>
|
|
22
|
+
<path d="M12 5a9 9 0 0 1 6.4 15.4l2.6 2.6a1 1 0 0 1-1.4 1.4l-2.6-2.6A9 9 0 1 1 12 5zm1 4a1 1 0 1 0-2 0v5a1 1 0 1 0 2 0V9z"/>
|
|
23
|
+
<circle cx="18" cy="8" r="1.5"/>
|
|
24
|
+
</svg>`,
|
|
25
|
+
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="M10 2h4"/>
|
|
27
|
+
<path d="M12 14v-4"/>
|
|
28
|
+
<path d="M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6" fill="currentColor" opacity="0.3"/>
|
|
29
|
+
<path d="M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6"/>
|
|
30
|
+
<path d="M9 17H2v7l2-2"/>
|
|
31
|
+
<circle cx="18" cy="8" r="1"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
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">
|
|
34
|
+
<path d="M10 2h4"/>
|
|
35
|
+
<path d="M12 14v-4"/>
|
|
36
|
+
<path d="M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6"/>
|
|
37
|
+
<path d="M9 17H2v7l2-2"/>
|
|
38
|
+
<circle cx="18" cy="8" r="1"/>
|
|
39
|
+
<g opacity="0.4" transform="translate(-1,1)">
|
|
40
|
+
<path d="M12 14v-4"/>
|
|
41
|
+
<path d="M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6"/>
|
|
42
|
+
</g>
|
|
43
|
+
</svg>`,
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default timer;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Archive
|
|
3
|
+
* @category files
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const archive: IconDefinition = {
|
|
8
|
+
name: 'archive',
|
|
9
|
+
category: 'files',
|
|
10
|
+
description: 'Archive box',
|
|
11
|
+
tags: ['archive', 'box', 'storage', 'organize'],
|
|
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
|
+
<rect x="3" y="3" width="18" height="4" rx="1"/>
|
|
14
|
+
<path d="M3 7v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7"/>
|
|
15
|
+
<line x1="10" y1="12" x2="14" y2="12"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
19
|
+
<rect x="3" y="3" width="18" height="4" rx="1"/>
|
|
20
|
+
<path d="M3 7v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7H3zm7 4h4v2h-4v-2z"/>
|
|
21
|
+
</svg>`,
|
|
22
|
+
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
|
+
<rect x="3" y="3" width="18" height="4" rx="1" fill="currentColor" opacity="0.3"/>
|
|
24
|
+
<rect x="3" y="3" width="18" height="4" rx="1"/>
|
|
25
|
+
<path d="M3 7v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7"/>
|
|
26
|
+
<line x1="10" y1="12" x2="14" y2="12"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
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">
|
|
29
|
+
<rect x="3" y="3" width="18" height="4" rx="1" transform="translate(1,-1)" opacity="0.5"/>
|
|
30
|
+
<rect x="3" y="3" width="18" height="4" rx="1"/>
|
|
31
|
+
<path d="M3 7v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7" transform="translate(-1,1)" opacity="0.5"/>
|
|
32
|
+
<path d="M3 7v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7"/>
|
|
33
|
+
<line x1="10" y1="12" x2="14" y2="12" transform="translate(1,-1)" opacity="0.5"/>
|
|
34
|
+
<line x1="10" y1="12" x2="14" y2="12"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default archive;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Attachment
|
|
3
|
+
* @category files
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const attachment: IconDefinition = {
|
|
8
|
+
name: 'attachment',
|
|
9
|
+
category: 'files',
|
|
10
|
+
description: 'Attachment paperclip',
|
|
11
|
+
tags: ['attachment', 'paperclip', 'attach', 'file'],
|
|
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 10v7a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h7"/>
|
|
14
|
+
<path d="M8 15c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V8"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
18
|
+
<path d="M21 10v7a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h7v2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7h2zM10 8v7a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V8h-6z"/>
|
|
19
|
+
</svg>`,
|
|
20
|
+
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 10v7a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h7" fill="currentColor" opacity="0.3"/>
|
|
22
|
+
<path d="M21 10v7a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h7"/>
|
|
23
|
+
<path d="M8 15c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V8"/>
|
|
24
|
+
</svg>`,
|
|
25
|
+
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 10v7a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h7" transform="translate(1,-1)" opacity="0.5"/>
|
|
27
|
+
<path d="M21 10v7a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h7"/>
|
|
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"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default attachment;
|