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,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edit Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const edit: IconDefinition = {
|
|
8
|
+
name: 'edit',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Edit or modify content',
|
|
11
|
+
tags: ['edit', 'pencil', 'modify', 'write', 'change'],
|
|
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 3l4 4-11 11H6v-4L17 3z"/>
|
|
14
|
+
<path d="M14 6l4 4"/>
|
|
15
|
+
<line x1="3" y1="21" x2="8" y2="21"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M16.29 2.29a1 1 0 0 1 1.42 0l4 4a1 1 0 0 1 0 1.42l-11 11A1 1 0 0 1 10 19H6a1 1 0 0 1-1-1v-4a1 1 0 0 1 .29-.71l11-11zM3 20h5a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2z"/>
|
|
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 3l4 4-11 11H6v-4L17 3z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M17 3l4 4-11 11H6v-4L17 3z"/>
|
|
24
|
+
<path d="M14 6l4 4"/>
|
|
25
|
+
<line x1="3" y1="21" x2="8" y2="21"/>
|
|
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
|
+
<path d="M17 3l4 4-11 11H6v-4L17 3z" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<path d="M17 3l4 4-11 11H6v-4L17 3z"/>
|
|
30
|
+
<path d="M14 6l4 4"/>
|
|
31
|
+
<line x1="3" y1="21" x2="8" y2="21"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default edit;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Filter Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const filter: IconDefinition = {
|
|
8
|
+
name: 'filter',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Filter results or data',
|
|
11
|
+
tags: ['filter', 'funnel', 'sort', 'refine', 'narrow'],
|
|
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 5h18l-7 8.5v7l-4 2v-9L3 5z"/>
|
|
14
|
+
<line x1="10" y1="13.5" x2="10" y2="15"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M2 5a1 1 0 0 1 1-1h18a1 1 0 0 1 .77 1.64l-7.27 8.86v6l-4 2a1 1 0 0 1-1.5-.87v-7.13L2.23 5.64A1 1 0 0 1 2 5z"/>
|
|
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="M3 5h18l-7 8.5v7l-4 2v-9L3 5z" fill="currentColor" opacity="0.3"/>
|
|
22
|
+
<path d="M3 5h18l-7 8.5v7l-4 2v-9L3 5z"/>
|
|
23
|
+
<line x1="10" y1="13.5" x2="10" y2="15"/>
|
|
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="M3 5h18l-7 8.5v7l-4 2v-9L3 5z" transform="translate(1,-1)" opacity="0.5"/>
|
|
27
|
+
<path d="M3 5h18l-7 8.5v7l-4 2v-9L3 5z"/>
|
|
28
|
+
<line x1="10" y1="13.5" x2="10" y2="15"/>
|
|
29
|
+
</svg>`,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export default filter;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Actions Category Icons
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export { search } from './search';
|
|
7
|
+
export { filter } from './filter';
|
|
8
|
+
export { sort } from './sort';
|
|
9
|
+
export { edit } from './edit';
|
|
10
|
+
export { deleteIcon as delete } from './delete';
|
|
11
|
+
export { copy } from './copy';
|
|
12
|
+
export { paste } from './paste';
|
|
13
|
+
export { cut } from './cut';
|
|
14
|
+
export { download } from './download';
|
|
15
|
+
export { upload } from './upload';
|
|
16
|
+
export { share } from './share';
|
|
17
|
+
export { save } from './save';
|
|
18
|
+
export { undo } from './undo';
|
|
19
|
+
export { redo } from './redo';
|
|
20
|
+
export { plus } from './plus';
|
|
21
|
+
export { minus } from './minus';
|
|
22
|
+
export { check } from './check';
|
|
23
|
+
export { x } from './x';
|
|
24
|
+
export { refresh } from './refresh';
|
|
25
|
+
export { drag } from './drag';
|
|
26
|
+
export { pin } from './pin';
|
|
27
|
+
export { link } from './link';
|
|
28
|
+
export { unlink } from './unlink';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Link Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const link: IconDefinition = {
|
|
8
|
+
name: 'link',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Create or view link',
|
|
11
|
+
tags: ['link', 'chain', 'url', 'connect', 'hyperlink'],
|
|
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 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/>
|
|
14
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
|
|
15
|
+
<circle cx="8.5" cy="15.5" r="1"/>
|
|
16
|
+
<circle cx="15.5" cy="8.5" r="1"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
+
<path d="M13.06 8.11l1.415 1.415a7 7 0 0 1 0 9.9l-3.536 3.535a7 7 0 0 1-9.9-9.9l1.415-1.414a1 1 0 0 1 1.414 1.414l-1.414 1.415a5 5 0 1 0 7.07 7.07l3.536-3.535a5 5 0 0 0 0-7.07L11.646 9.525a1 1 0 1 1 1.414-1.414zm-2.12-2.12l1.414-1.415a7 7 0 0 1 9.9 9.9l-1.415 1.414a1 1 0 1 1-1.414-1.414l1.414-1.415a5 5 0 1 0-7.07-7.07l-1.415 1.414a1 1 0 1 1-1.414-1.414z"/>
|
|
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
|
+
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" fill="currentColor" opacity="0.3"/>
|
|
24
|
+
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/>
|
|
25
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
|
|
26
|
+
<circle cx="8.5" cy="15.5" r="1"/>
|
|
27
|
+
<circle cx="15.5" cy="8.5" 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="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" transform="translate(1,-1)" opacity="0.5"/>
|
|
31
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" transform="translate(-1,1)" opacity="0.5"/>
|
|
32
|
+
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/>
|
|
33
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/>
|
|
34
|
+
<circle cx="8.5" cy="15.5" r="1"/>
|
|
35
|
+
<circle cx="15.5" cy="8.5" r="1"/>
|
|
36
|
+
</svg>`,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export default link;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Minus Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const minus: IconDefinition = {
|
|
8
|
+
name: 'minus',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Remove or subtract item',
|
|
11
|
+
tags: ['minus', 'remove', 'subtract', 'delete', 'decrease'],
|
|
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="M5 12h14"/>
|
|
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"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
+
<path d="M4 12a1 1 0 0 1 1-1h14a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1z"/>
|
|
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="M5 11h14v2H5z" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<path d="M5 12h14"/>
|
|
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"/>
|
|
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="M5 12h14" transform="translate(1,-1)" opacity="0.5"/>
|
|
33
|
+
<path d="M5 12h14"/>
|
|
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"/>
|
|
38
|
+
</svg>`,
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export default minus;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Paste Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const paste: IconDefinition = {
|
|
8
|
+
name: 'paste',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Paste from clipboard',
|
|
11
|
+
tags: ['paste', 'clipboard', 'insert', 'copy', 'add'],
|
|
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="6" y="6" width="12" height="15" rx="2"/>
|
|
14
|
+
<path d="M9 3h6v3H9z"/>
|
|
15
|
+
<line x1="10" y1="11" x2="14" y2="11"/>
|
|
16
|
+
<line x1="10" y1="15" x2="14" y2="15"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
+
<path d="M9 2h6a1 1 0 0 1 1 1v1h2a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2V3a1 1 0 0 1 1-1zm0 2v1h6V4H9zm1 6a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2h-4zm0 4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2h-4z"/>
|
|
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="6" y="6" width="12" height="15" rx="2" fill="currentColor" opacity="0.3"/>
|
|
24
|
+
<rect x="6" y="6" width="12" height="15" rx="2"/>
|
|
25
|
+
<path d="M9 3h6v3H9z"/>
|
|
26
|
+
<line x1="10" y1="11" x2="14" y2="11"/>
|
|
27
|
+
<line x1="10" y1="15" x2="14" y2="15"/>
|
|
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
|
+
<rect x="6" y="6" width="12" height="15" rx="2" transform="translate(1,-1)" opacity="0.5"/>
|
|
31
|
+
<rect x="6" y="6" width="12" height="15" rx="2"/>
|
|
32
|
+
<path d="M9 3h6v3H9z"/>
|
|
33
|
+
<line x1="10" y1="11" x2="14" y2="11"/>
|
|
34
|
+
<line x1="10" y1="15" x2="14" y2="15"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default paste;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pin Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const pin: IconDefinition = {
|
|
8
|
+
name: 'pin',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Pin or bookmark item',
|
|
11
|
+
tags: ['pin', 'bookmark', 'favorite', 'save', 'mark'],
|
|
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="M16 4v6l3 3v1h-7v7l-1 3-1-3v-7H3v-1l3-3V4"/>
|
|
14
|
+
<line x1="9" y1="4" x2="15" y2="4"/>
|
|
15
|
+
<circle cx="12" cy="3" 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="M16 3v7l3 3v2h-6v6l-1 3-1-3v-6H5v-2l3-3V3h8zm-1 0h-2v1h2V3z"/>
|
|
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="M16 4v6l3 3v1h-7v7l-1 3-1-3v-7H3v-1l3-3V4" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M16 4v6l3 3v1h-7v7l-1 3-1-3v-7H3v-1l3-3V4"/>
|
|
24
|
+
<line x1="9" y1="4" x2="15" y2="4"/>
|
|
25
|
+
<circle cx="12" cy="3" r="1"/>
|
|
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
|
+
<path d="M16 4v6l3 3v1h-7v7l-1 3-1-3v-7H3v-1l3-3V4" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<path d="M16 4v6l3 3v1h-7v7l-1 3-1-3v-7H3v-1l3-3V4"/>
|
|
30
|
+
<line x1="9" y1="4" x2="15" y2="4"/>
|
|
31
|
+
<circle cx="12" cy="3" r="1"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default pin;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Plus Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const plus: IconDefinition = {
|
|
8
|
+
name: 'plus',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Add or create new item',
|
|
11
|
+
tags: ['plus', 'add', 'create', 'new', 'increase'],
|
|
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 5v14"/>
|
|
14
|
+
<path d="M5 12h14"/>
|
|
15
|
+
<circle cx="12" cy="5" r="1"/>
|
|
16
|
+
<circle cx="12" cy="19" r="1"/>
|
|
17
|
+
<circle cx="5" cy="12" r="1"/>
|
|
18
|
+
<circle cx="19" cy="12" r="1"/>
|
|
19
|
+
</svg>`,
|
|
20
|
+
variants: {
|
|
21
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
22
|
+
<path d="M12 3a1 1 0 0 1 1 1v7h7a1 1 0 0 1 0 2h-7v7a1 1 0 0 1-2 0v-7H4a1 1 0 0 1 0-2h7V4a1 1 0 0 1 1-1z"/>
|
|
23
|
+
</svg>`,
|
|
24
|
+
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">
|
|
25
|
+
<path d="M11 5h2v14h-2z" fill="currentColor" opacity="0.3"/>
|
|
26
|
+
<path d="M12 5v14"/>
|
|
27
|
+
<path d="M5 12h14"/>
|
|
28
|
+
<circle cx="12" cy="5" r="1"/>
|
|
29
|
+
<circle cx="12" cy="19" r="1"/>
|
|
30
|
+
<circle cx="5" cy="12" r="1"/>
|
|
31
|
+
<circle cx="19" cy="12" 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="M12 5v14" transform="translate(1,-1)" opacity="0.5"/>
|
|
35
|
+
<path d="M5 12h14" transform="translate(-1,1)" opacity="0.5"/>
|
|
36
|
+
<path d="M12 5v14"/>
|
|
37
|
+
<path d="M5 12h14"/>
|
|
38
|
+
<circle cx="12" cy="5" r="1"/>
|
|
39
|
+
<circle cx="12" cy="19" r="1"/>
|
|
40
|
+
<circle cx="5" cy="12" r="1"/>
|
|
41
|
+
<circle cx="19" cy="12" r="1"/>
|
|
42
|
+
</svg>`,
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export default plus;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Redo Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const redo: IconDefinition = {
|
|
8
|
+
name: 'redo',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Redo last undone action',
|
|
11
|
+
tags: ['redo', 'forward', 'repeat', 'arrow-right', 'restore'],
|
|
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 10H10a4 4 0 0 0 0 8h1"/>
|
|
14
|
+
<path d="M17 6l4 4-4 4"/>
|
|
15
|
+
<line x1="11" y1="14" x2="11" y2="18"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M16.29 5.29a1 1 0 0 1 1.42 0l4 4a1 1 0 0 1 0 1.42l-4 4a1 1 0 0 1-1.42-1.42L18.59 11H10a3 3 0 0 0 0 6h1a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0v-.17A5 5 0 0 1 10 9h8.59l-2.3-2.29a1 1 0 0 1 0-1.42z"/>
|
|
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 6l4 4-4 4" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M21 10H10a4 4 0 0 0 0 8h1"/>
|
|
24
|
+
<path d="M17 6l4 4-4 4"/>
|
|
25
|
+
<line x1="11" y1="14" x2="11" y2="18"/>
|
|
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
|
+
<path d="M21 10H10a4 4 0 0 0 0 8h1" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<path d="M17 6l4 4-4 4" transform="translate(1,-1)" opacity="0.5"/>
|
|
30
|
+
<path d="M21 10H10a4 4 0 0 0 0 8h1"/>
|
|
31
|
+
<path d="M17 6l4 4-4 4"/>
|
|
32
|
+
<line x1="11" y1="14" x2="11" y2="18"/>
|
|
33
|
+
</svg>`,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export default redo;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Refresh Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const refresh: IconDefinition = {
|
|
8
|
+
name: 'refresh',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Refresh or reload content',
|
|
11
|
+
tags: ['refresh', 'reload', 'sync', 'update', 'rotate'],
|
|
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 10c-1-4-4.5-7-9-7-4.97 0-9 4.03-9 9s4.03 9 9 9c3 0 5.5-1.5 7.5-3.5"/>
|
|
14
|
+
<path d="M21 4v6h-6"/>
|
|
15
|
+
<circle cx="12" cy="12" 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="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10c3.31 0 6.24-1.61 8.06-4.09a1 1 0 1 0-1.62-1.18A7.98 7.98 0 0 1 12 20a8 8 0 1 1 7.75-10H16a1 1 0 0 0 0 2h5a1 1 0 0 0 1-1V4a1 1 0 0 0-2 0v2.35A9.97 9.97 0 0 0 12 2z"/>
|
|
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="M21 10c-1-4-4.5-7-9-7-4.97 0-9 4.03-9 9s4.03 9 9 9c3 0 5.5-1.5 7.5-3.5" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M21 10c-1-4-4.5-7-9-7-4.97 0-9 4.03-9 9s4.03 9 9 9c3 0 5.5-1.5 7.5-3.5"/>
|
|
24
|
+
<path d="M21 4v6h-6"/>
|
|
25
|
+
<circle cx="12" cy="12" r="1"/>
|
|
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
|
+
<path d="M21 10c-1-4-4.5-7-9-7-4.97 0-9 4.03-9 9s4.03 9 9 9c3 0 5.5-1.5 7.5-3.5" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<path d="M21 10c-1-4-4.5-7-9-7-4.97 0-9 4.03-9 9s4.03 9 9 9c3 0 5.5-1.5 7.5-3.5"/>
|
|
30
|
+
<path d="M21 4v6h-6"/>
|
|
31
|
+
<circle cx="12" cy="12" r="1"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default refresh;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Save Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const save: IconDefinition = {
|
|
8
|
+
name: 'save',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Save changes or data',
|
|
11
|
+
tags: ['save', 'floppy', 'disk', 'store', 'persist'],
|
|
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 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"/>
|
|
14
|
+
<path d="M7 3v5h8"/>
|
|
15
|
+
<rect x="8" y="13" width="8" height="8"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V8l-5-5H5zm2 1v5a1 1 0 0 0 1 1h7V3H8a1 1 0 0 0-1 1zm1 11a1 1 0 0 0-1 1v6h10v-6a1 1 0 0 0-1-1H8z"/>
|
|
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 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"/>
|
|
24
|
+
<path d="M7 3v5h8"/>
|
|
25
|
+
<rect x="8" y="13" width="8" height="8"/>
|
|
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
|
+
<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"/>
|
|
30
|
+
<path d="M7 3v5h8"/>
|
|
31
|
+
<rect x="8" y="13" width="8" height="8"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default save;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Search Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const search: IconDefinition = {
|
|
8
|
+
name: 'search',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Search or find content',
|
|
11
|
+
tags: ['search', 'find', 'magnifying-glass', 'lookup', 'query'],
|
|
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="10.5" cy="10.5" r="6.5"/>
|
|
14
|
+
<line x1="15.5" y1="15.5" x2="21" y2="21"/>
|
|
15
|
+
<line x1="7" y1="10.5" x2="14" y2="10.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="M10.5 3C6.36 3 3 6.36 3 10.5S6.36 18 10.5 18c1.61 0 3.09-.51 4.32-1.37l5.28 5.28a1 1 0 0 0 1.41-1.41l-5.28-5.28A7.5 7.5 0 1 0 10.5 3zm0 2a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm-3 4.5h6a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2z"/>
|
|
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="10.5" cy="10.5" r="6.5" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<circle cx="10.5" cy="10.5" r="6.5"/>
|
|
24
|
+
<line x1="15.5" y1="15.5" x2="21" y2="21"/>
|
|
25
|
+
<line x1="7" y1="10.5" x2="14" y2="10.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="10.5" cy="10.5" r="6.5" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<circle cx="10.5" cy="10.5" r="6.5"/>
|
|
30
|
+
<line x1="15.5" y1="15.5" x2="21" y2="21" transform="translate(1,-1)" opacity="0.5"/>
|
|
31
|
+
<line x1="15.5" y1="15.5" x2="21" y2="21"/>
|
|
32
|
+
<line x1="7" y1="10.5" x2="14" y2="10.5"/>
|
|
33
|
+
</svg>`,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export default search;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Share Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const share: IconDefinition = {
|
|
8
|
+
name: 'share',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Share content with others',
|
|
11
|
+
tags: ['share', 'send', 'distribute', 'export', 'forward'],
|
|
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="18" cy="5" r="3"/>
|
|
14
|
+
<circle cx="6" cy="12" r="3"/>
|
|
15
|
+
<circle cx="18" cy="19" r="3"/>
|
|
16
|
+
<path d="M8.5 13.5l7 3"/>
|
|
17
|
+
<path d="M8.5 10.5l7-3"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
+
<path d="M18 1a4 4 0 0 0-2.5 7.08l-5.66 3.4A4 4 0 1 0 6 16a4 4 0 0 0 3.84-2.92l5.66-3.4A4 4 0 1 0 18 1z"/>
|
|
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="18" cy="5" r="3" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<circle cx="6" cy="12" r="3" fill="currentColor" opacity="0.3"/>
|
|
26
|
+
<circle cx="18" cy="19" r="3" fill="currentColor" opacity="0.3"/>
|
|
27
|
+
<circle cx="18" cy="5" r="3"/>
|
|
28
|
+
<circle cx="6" cy="12" r="3"/>
|
|
29
|
+
<circle cx="18" cy="19" r="3"/>
|
|
30
|
+
<path d="M8.5 13.5l7 3"/>
|
|
31
|
+
<path d="M8.5 10.5l7-3"/>
|
|
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
|
+
<circle cx="18" cy="5" r="3" transform="translate(1,-1)" opacity="0.5"/>
|
|
35
|
+
<circle cx="18" cy="19" r="3" transform="translate(1,-1)" opacity="0.5"/>
|
|
36
|
+
<circle cx="18" cy="5" r="3"/>
|
|
37
|
+
<circle cx="6" cy="12" r="3"/>
|
|
38
|
+
<circle cx="18" cy="19" r="3"/>
|
|
39
|
+
<path d="M8.5 13.5l7 3"/>
|
|
40
|
+
<path d="M8.5 10.5l7-3"/>
|
|
41
|
+
</svg>`,
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export default share;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sort Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const sort: IconDefinition = {
|
|
8
|
+
name: 'sort',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Sort order or arrange data',
|
|
11
|
+
tags: ['sort', 'order', 'arrange', 'organize', 'alphabetize'],
|
|
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="M8 5v14m0 0l-3-3m3 3l3-3"/>
|
|
14
|
+
<line x1="14" y1="7" x2="20" y2="7"/>
|
|
15
|
+
<line x1="14" y1="12" x2="18" y2="12"/>
|
|
16
|
+
<line x1="14" y1="17" x2="16" y2="17"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
+
<path d="M8 4a1 1 0 0 1 1 1v11.59l1.29-1.3a1 1 0 1 1 1.42 1.42l-3 3a1 1 0 0 1-1.42 0l-3-3a1 1 0 1 1 1.42-1.42L7 16.59V5a1 1 0 0 1 1-1zm6 2h6a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2zm0 5h4a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2zm0 5h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-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
|
+
<path d="M5 16l3 3 3-3" fill="currentColor" opacity="0.3"/>
|
|
24
|
+
<path d="M8 5v14m0 0l-3-3m3 3l3-3"/>
|
|
25
|
+
<line x1="14" y1="7" x2="20" y2="7"/>
|
|
26
|
+
<line x1="14" y1="12" x2="18" y2="12"/>
|
|
27
|
+
<line x1="14" y1="17" x2="16" y2="17"/>
|
|
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="M8 5v14m0 0l-3-3m3 3l3-3" transform="translate(1,-1)" opacity="0.5"/>
|
|
31
|
+
<path d="M8 5v14m0 0l-3-3m3 3l3-3"/>
|
|
32
|
+
<line x1="14" y1="7" x2="20" y2="7"/>
|
|
33
|
+
<line x1="14" y1="12" x2="18" y2="12"/>
|
|
34
|
+
<line x1="14" y1="17" x2="16" y2="17"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default sort;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Undo Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const undo: IconDefinition = {
|
|
8
|
+
name: 'undo',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Undo last action',
|
|
11
|
+
tags: ['undo', 'revert', 'back', 'reverse', 'arrow-left'],
|
|
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 10h11a4 4 0 0 1 0 8h-1"/>
|
|
14
|
+
<path d="M7 6L3 10l4 4"/>
|
|
15
|
+
<line x1="13" y1="14" x2="13" y2="18"/>
|
|
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.71 5.29a1 1 0 0 0-1.42 0l-4 4a1 1 0 0 0 0 1.42l4 4a1 1 0 1 0 1.42-1.42L5.41 11H14a3 3 0 0 1 0 6h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-.17A5 5 0 0 0 14 9H5.41l2.3-2.29a1 1 0 0 0 0-1.42z"/>
|
|
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="M7 6L3 10l4 4" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M3 10h11a4 4 0 0 1 0 8h-1"/>
|
|
24
|
+
<path d="M7 6L3 10l4 4"/>
|
|
25
|
+
<line x1="13" y1="14" x2="13" y2="18"/>
|
|
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
|
+
<path d="M3 10h11a4 4 0 0 1 0 8h-1" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<path d="M7 6L3 10l4 4" transform="translate(1,-1)" opacity="0.5"/>
|
|
30
|
+
<path d="M3 10h11a4 4 0 0 1 0 8h-1"/>
|
|
31
|
+
<path d="M7 6L3 10l4 4"/>
|
|
32
|
+
<line x1="13" y1="14" x2="13" y2="18"/>
|
|
33
|
+
</svg>`,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export default undo;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unlink Icon
|
|
3
|
+
* @category actions
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const unlink: IconDefinition = {
|
|
8
|
+
name: 'unlink',
|
|
9
|
+
category: 'actions',
|
|
10
|
+
description: 'Break or remove link',
|
|
11
|
+
tags: ['unlink', 'broken-chain', 'disconnect', 'remove-link', 'detach'],
|
|
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 13a5 5 0 0 0 7.54.54l1.5-1.5"/>
|
|
14
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-1.5 1.5"/>
|
|
15
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
16
|
+
<path d="M18 6l1.5-1.5"/>
|
|
17
|
+
<path d="M6 18l-1.5 1.5"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
21
|
+
<path d="M2.29 2.29a1 1 0 0 1 1.42 0l18 18a1 1 0 0 1-1.42 1.42l-18-18a1 1 0 0 1 0-1.42zm17.13 2.42a7 7 0 0 1 1.1 8.87l-1.81-1.81a5 5 0 0 0-5.24-7.24l-1.8-1.81a7 7 0 0 1 7.75 1.99zM4.58 19.29a7 7 0 0 1-1.1-8.87l1.81 1.81a5 5 0 0 0 5.24 7.24l1.8 1.81a7 7 0 0 1-7.75-1.99z"/>
|
|
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="M10 13a5 5 0 0 0 7.54.54l1.5-1.5" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-1.5 1.5" fill="currentColor" opacity="0.3"/>
|
|
26
|
+
<path d="M10 13a5 5 0 0 0 7.54.54l1.5-1.5"/>
|
|
27
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-1.5 1.5"/>
|
|
28
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
29
|
+
<path d="M18 6l1.5-1.5"/>
|
|
30
|
+
<path d="M6 18l-1.5 1.5"/>
|
|
31
|
+
</svg>`,
|
|
32
|
+
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="M10 13a5 5 0 0 0 7.54.54l1.5-1.5" transform="translate(1,-1)" opacity="0.5"/>
|
|
34
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-1.5 1.5" transform="translate(-1,1)" opacity="0.5"/>
|
|
35
|
+
<path d="M10 13a5 5 0 0 0 7.54.54l1.5-1.5"/>
|
|
36
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-1.5 1.5"/>
|
|
37
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
38
|
+
<path d="M18 6l1.5-1.5"/>
|
|
39
|
+
<path d="M6 18l-1.5 1.5"/>
|
|
40
|
+
</svg>`,
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export default unlink;
|