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,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Volume off/muted icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const volumeOff: IconDefinition = {
|
|
8
|
+
name: 'volume-off',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Volume muted (speaker with X)',
|
|
11
|
+
tags: ['volume', 'mute', 'sound', 'audio', 'speaker', 'off'],
|
|
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="M11 5L6 9H2v6h4l5 4V5z"/>
|
|
14
|
+
<path d="M23 9l-6 6M17 9l6 6"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M11 5L6 9H2v6h4l5 4V5z"/>
|
|
19
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M23 9l-6 6M17 9l6 6"/>
|
|
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="M11 5L6 9H2v6h4l5 4V5z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M23 9l-6 6M17 9l6 6"/>
|
|
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="M11 5L6 9H2v6h4l5 4V5z"/>
|
|
27
|
+
<path d="M11 5L6 9H2v6h4l5 4V5z" transform="translate(1,-1)" opacity="0.3"/>
|
|
28
|
+
<path d="M23 9l-6 6M17 9l6 6"/>
|
|
29
|
+
<path d="M23 9l-6 6M17 9l6 6" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default volumeOff;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Arrow Down Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const arrowDown: IconDefinition = {
|
|
8
|
+
name: 'arrow-down',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Downward arrow',
|
|
11
|
+
tags: ['direction', 'down', 'move', 'arrow'],
|
|
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
|
+
<line x1="12" y1="5" x2="12" y2="19"/>
|
|
14
|
+
<polyline points="5 12 12 19 19 12"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M12 21l-9-9h5V3h8v9h5l-9 9z"/>
|
|
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
|
+
<line x1="12" y1="5" x2="12" y2="19"/>
|
|
22
|
+
<polyline points="5 12 12 19 19 12"/>
|
|
23
|
+
<path d="M12 19l-7-7h4V5h6v7h4l-7 7z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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
|
+
<line x1="12" y1="5" x2="12" y2="19"/>
|
|
27
|
+
<polyline points="5 12 12 19 19 12"/>
|
|
28
|
+
<line x1="12" y1="5" x2="12" y2="19" transform="translate(-1,1)" opacity="0.5"/>
|
|
29
|
+
<polyline points="5 12 12 19 19 12" transform="translate(1,-1)" opacity="0.5"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default arrowDown;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Arrow Left Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const arrowLeft: IconDefinition = {
|
|
8
|
+
name: 'arrow-left',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Leftward arrow',
|
|
11
|
+
tags: ['direction', 'left', 'back', 'arrow'],
|
|
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
|
+
<line x1="19" y1="12" x2="5" y2="12"/>
|
|
14
|
+
<polyline points="12 19 5 12 12 5"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M3 12l9-9v5h9v8h-9v5l-9-9z"/>
|
|
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
|
+
<line x1="19" y1="12" x2="5" y2="12"/>
|
|
22
|
+
<polyline points="12 19 5 12 12 5"/>
|
|
23
|
+
<path d="M5 12l7-7v4h7v6h-7v4l-7-7z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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
|
+
<line x1="19" y1="12" x2="5" y2="12"/>
|
|
27
|
+
<polyline points="12 19 5 12 12 5"/>
|
|
28
|
+
<line x1="19" y1="12" x2="5" y2="12" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<polyline points="12 19 5 12 12 5" transform="translate(-1,1)" opacity="0.5"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default arrowLeft;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Arrow Right Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const arrowRight: IconDefinition = {
|
|
8
|
+
name: 'arrow-right',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Rightward arrow',
|
|
11
|
+
tags: ['direction', 'right', 'forward', 'arrow'],
|
|
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
|
+
<line x1="5" y1="12" x2="19" y2="12"/>
|
|
14
|
+
<polyline points="12 5 19 12 12 19"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M21 12l-9 9v-5H3v-8h9V3l9 9z"/>
|
|
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
|
+
<line x1="5" y1="12" x2="19" y2="12"/>
|
|
22
|
+
<polyline points="12 5 19 12 12 19"/>
|
|
23
|
+
<path d="M19 12l-7 7v-4H5v-6h7V5l7 7z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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
|
+
<line x1="5" y1="12" x2="19" y2="12"/>
|
|
27
|
+
<polyline points="12 5 19 12 12 19"/>
|
|
28
|
+
<line x1="5" y1="12" x2="19" y2="12" transform="translate(-1,1)" opacity="0.5"/>
|
|
29
|
+
<polyline points="12 5 19 12 12 19" transform="translate(1,-1)" opacity="0.5"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default arrowRight;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Arrow Up Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const arrowUp: IconDefinition = {
|
|
8
|
+
name: 'arrow-up',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Upward arrow',
|
|
11
|
+
tags: ['direction', 'up', 'move'],
|
|
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 19V5"/>
|
|
14
|
+
<path d="M5 12l7-7 7 7"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M12 3l9 9h-5v9h-8v-9H3l9-9z"/>
|
|
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="M12 19V5"/>
|
|
22
|
+
<path d="M5 12l7-7 7 7"/>
|
|
23
|
+
<path d="M12 5l7 7h-4v7h-6v-7H5l7-7z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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="M12 19V5"/>
|
|
27
|
+
<path d="M5 12l7-7 7 7"/>
|
|
28
|
+
<path d="M12 19V5" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<path d="M5 12l7-7 7 7" transform="translate(-1,1)" opacity="0.5"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default arrowUp;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chevron Down Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const chevronDown: IconDefinition = {
|
|
8
|
+
name: 'chevron-down',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Chevron pointing down',
|
|
11
|
+
tags: ['direction', 'down', 'expand', 'chevron'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<polyline points="6 9 12 15 18 9"/>
|
|
14
|
+
</svg>`,
|
|
15
|
+
variants: {
|
|
16
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
17
|
+
<path d="M12 16l-7-8h14l-7 8z"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
20
|
+
<polyline points="6 9 12 15 18 9"/>
|
|
21
|
+
<path d="M12 15l-6-6h12l-6 6z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
22
|
+
</svg>`,
|
|
23
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
24
|
+
<polyline points="6 9 12 15 18 9"/>
|
|
25
|
+
<polyline points="6 9 12 15 18 9" transform="translate(-1,1)" opacity="0.5"/>
|
|
26
|
+
<polyline points="6 9 12 15 18 9" transform="translate(1,-1)" opacity="0.5"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export default chevronDown;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chevron Left Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const chevronLeft: IconDefinition = {
|
|
8
|
+
name: 'chevron-left',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Chevron pointing left',
|
|
11
|
+
tags: ['direction', 'left', 'back', 'chevron'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<polyline points="15 18 9 12 15 6"/>
|
|
14
|
+
</svg>`,
|
|
15
|
+
variants: {
|
|
16
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
17
|
+
<path d="M8 12l8-7v14l-8-7z"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
20
|
+
<polyline points="15 18 9 12 15 6"/>
|
|
21
|
+
<path d="M9 12l6-6v12l-6-6z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
22
|
+
</svg>`,
|
|
23
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
24
|
+
<polyline points="15 18 9 12 15 6"/>
|
|
25
|
+
<polyline points="15 18 9 12 15 6" transform="translate(1,-1)" opacity="0.5"/>
|
|
26
|
+
<polyline points="15 18 9 12 15 6" transform="translate(-1,1)" opacity="0.5"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export default chevronLeft;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chevron Right Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const chevronRight: IconDefinition = {
|
|
8
|
+
name: 'chevron-right',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Chevron pointing right',
|
|
11
|
+
tags: ['direction', 'right', 'forward', 'chevron'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<polyline points="9 18 15 12 9 6"/>
|
|
14
|
+
</svg>`,
|
|
15
|
+
variants: {
|
|
16
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
17
|
+
<path d="M16 12l-8 7V5l8 7z"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
20
|
+
<polyline points="9 18 15 12 9 6"/>
|
|
21
|
+
<path d="M15 12l-6 6V6l6 6z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
22
|
+
</svg>`,
|
|
23
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
24
|
+
<polyline points="9 18 15 12 9 6"/>
|
|
25
|
+
<polyline points="9 18 15 12 9 6" transform="translate(-1,1)" opacity="0.5"/>
|
|
26
|
+
<polyline points="9 18 15 12 9 6" transform="translate(1,-1)" opacity="0.5"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export default chevronRight;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chevron Up Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const chevronUp: IconDefinition = {
|
|
8
|
+
name: 'chevron-up',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Chevron pointing up',
|
|
11
|
+
tags: ['direction', 'up', 'collapse', 'chevron'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<polyline points="18 15 12 9 6 15"/>
|
|
14
|
+
</svg>`,
|
|
15
|
+
variants: {
|
|
16
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
17
|
+
<path d="M12 8l7 8H5l7-8z"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
20
|
+
<polyline points="18 15 12 9 6 15"/>
|
|
21
|
+
<path d="M12 9l6 6H6l6-6z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
22
|
+
</svg>`,
|
|
23
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
24
|
+
<polyline points="18 15 12 9 6 15"/>
|
|
25
|
+
<polyline points="18 15 12 9 6 15" transform="translate(1,-1)" opacity="0.5"/>
|
|
26
|
+
<polyline points="18 15 12 9 6 15" transform="translate(-1,1)" opacity="0.5"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export default chevronUp;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* External Link Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const externalLink: IconDefinition = {
|
|
8
|
+
name: 'external-link',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'External link indicator',
|
|
11
|
+
tags: ['external', 'link', 'open', 'new-window'],
|
|
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="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
|
|
14
|
+
<polyline points="15 3 21 3 21 9"/>
|
|
15
|
+
<line x1="10" y1="14" x2="21" y2="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="M14 3h7v7l-2.5-2.5-6 6-1.5-1.5 6-6L14 3zM5 5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5h-2v5H5V7h5V5H5z"/>
|
|
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="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
|
|
23
|
+
<polyline points="15 3 21 3 21 9"/>
|
|
24
|
+
<line x1="10" y1="14" x2="21" y2="3"/>
|
|
25
|
+
<path d="M16 6a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V13" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
|
|
29
|
+
<polyline points="15 3 21 3 21 9"/>
|
|
30
|
+
<line x1="10" y1="14" x2="21" y2="3"/>
|
|
31
|
+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" transform="translate(1,-1)" opacity="0.5"/>
|
|
32
|
+
<line x1="10" y1="14" x2="21" y2="3" transform="translate(-1,1)" opacity="0.5"/>
|
|
33
|
+
</svg>`,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export default externalLink;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Home Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const home: IconDefinition = {
|
|
8
|
+
name: 'home',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Home/dashboard',
|
|
11
|
+
tags: ['home', 'dashboard', 'main', 'house'],
|
|
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 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/>
|
|
14
|
+
<polyline points="9 22 9 12 15 12 15 22"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M12 2l10 9v10a1 1 0 0 1-1 1h-5v-8H8v8H3a1 1 0 0 1-1-1V11l10-9z"/>
|
|
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 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/>
|
|
22
|
+
<polyline points="9 22 9 12 15 12 15 22"/>
|
|
23
|
+
<path d="M3 9l9-7 9 7v11a1 1 0 0 1-1 1h-6V12H10v10H5a1 1 0 0 1-1-1z" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/>
|
|
27
|
+
<polyline points="9 22 9 12 15 12 15 22"/>
|
|
28
|
+
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" transform="translate(1,-1)" opacity="0.5"/>
|
|
29
|
+
<polyline points="9 22 9 12 15 12 15 22" transform="translate(-1,1)" opacity="0.5"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default home;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Navigation Icons
|
|
3
|
+
* Moving through UI - arrows, chevrons, menus
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export { arrowUp } from './arrow-up';
|
|
7
|
+
export { arrowDown } from './arrow-down';
|
|
8
|
+
export { arrowLeft } from './arrow-left';
|
|
9
|
+
export { arrowRight } from './arrow-right';
|
|
10
|
+
export { chevronUp } from './chevron-up';
|
|
11
|
+
export { chevronDown } from './chevron-down';
|
|
12
|
+
export { chevronLeft } from './chevron-left';
|
|
13
|
+
export { chevronRight } from './chevron-right';
|
|
14
|
+
export { home } from './home';
|
|
15
|
+
export { menu } from './menu';
|
|
16
|
+
export { menuDots } from './menu-dots';
|
|
17
|
+
export { externalLink } from './external-link';
|
|
18
|
+
export { maximize } from './maximize';
|
|
19
|
+
export { minimize } from './minimize';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Maximize Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const maximize: IconDefinition = {
|
|
8
|
+
name: 'maximize',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Maximize/fullscreen',
|
|
11
|
+
tags: ['maximize', 'fullscreen', 'expand', 'zoom'],
|
|
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 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"/>
|
|
14
|
+
</svg>`,
|
|
15
|
+
variants: {
|
|
16
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
17
|
+
<path d="M3 3h6v2H5v4H3V3zm18 0h-6v2h4v4h2V3zM3 21h6v-2H5v-4H3v6zm18 0h-6v-2h4v-4h2v6z"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
20
|
+
<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"/>
|
|
21
|
+
<rect x="4" y="4" width="5" height="5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
22
|
+
<rect x="15" y="4" width="5" height="5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
23
|
+
<rect x="4" y="15" width="5" height="5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
24
|
+
<rect x="15" y="15" width="5" height="5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"/>
|
|
28
|
+
<path d="M8 3H5a2 2 0 0 0-2 2v3" transform="translate(-1,1)" opacity="0.5"/>
|
|
29
|
+
<path d="M21 8V5a2 2 0 0 0-2-2h-3" transform="translate(1,-1)" opacity="0.5"/>
|
|
30
|
+
<path d="M16 21h3a2 2 0 0 0 2-2v-3" transform="translate(1,-1)" opacity="0.5"/>
|
|
31
|
+
<path d="M3 16v3a2 2 0 0 0 2 2h3" transform="translate(-1,1)" opacity="0.5"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default maximize;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Menu Dots Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const menuDots: IconDefinition = {
|
|
8
|
+
name: 'menu-dots',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Three dots menu (kebab)',
|
|
11
|
+
tags: ['menu', 'more', 'options', 'kebab', 'dots'],
|
|
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="5" r="1.5"/>
|
|
14
|
+
<circle cx="12" cy="12" r="1.5"/>
|
|
15
|
+
<circle cx="12" cy="19" r="1.5"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<circle cx="12" cy="5" r="2"/>
|
|
20
|
+
<circle cx="12" cy="12" r="2"/>
|
|
21
|
+
<circle cx="12" cy="19" r="2"/>
|
|
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="5" r="1.5"/>
|
|
25
|
+
<circle cx="12" cy="12" r="1.5"/>
|
|
26
|
+
<circle cx="12" cy="19" r="1.5"/>
|
|
27
|
+
<circle cx="12" cy="5" r="2.5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
28
|
+
<circle cx="12" cy="12" r="2.5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
29
|
+
<circle cx="12" cy="19" r="2.5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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
|
+
<circle cx="12" cy="5" r="1.5"/>
|
|
33
|
+
<circle cx="12" cy="12" r="1.5"/>
|
|
34
|
+
<circle cx="12" cy="19" r="1.5"/>
|
|
35
|
+
<circle cx="12" cy="5" r="1.5" transform="translate(1,-1)" opacity="0.5"/>
|
|
36
|
+
<circle cx="12" cy="12" r="1.5" transform="translate(-1,0)" opacity="0.5"/>
|
|
37
|
+
<circle cx="12" cy="19" r="1.5" transform="translate(1,1)" opacity="0.5"/>
|
|
38
|
+
</svg>`,
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export default menuDots;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Menu Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const menu: IconDefinition = {
|
|
8
|
+
name: 'menu',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Hamburger menu',
|
|
11
|
+
tags: ['menu', 'hamburger', 'navigation', 'bars'],
|
|
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
|
+
<line x1="4" y1="6" x2="20" y2="6"/>
|
|
14
|
+
<line x1="4" y1="12" x2="20" y2="12"/>
|
|
15
|
+
<line x1="4" y1="18" x2="20" y2="18"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<rect x="3" y="4" width="18" height="3" rx="1"/>
|
|
20
|
+
<rect x="3" y="10.5" width="18" height="3" rx="1"/>
|
|
21
|
+
<rect x="3" y="17" width="18" height="3" rx="1"/>
|
|
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
|
+
<line x1="4" y1="6" x2="20" y2="6"/>
|
|
25
|
+
<line x1="4" y1="12" x2="20" y2="12"/>
|
|
26
|
+
<line x1="4" y1="18" x2="20" y2="18"/>
|
|
27
|
+
<rect x="3" y="4.5" width="18" height="3" rx="0.5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
28
|
+
<rect x="3" y="10.5" width="18" height="3" rx="0.5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
29
|
+
<rect x="3" y="16.5" width="18" height="3" rx="0.5" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
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
|
+
<line x1="4" y1="6" x2="20" y2="6"/>
|
|
33
|
+
<line x1="4" y1="12" x2="20" y2="12"/>
|
|
34
|
+
<line x1="4" y1="18" x2="20" y2="18"/>
|
|
35
|
+
<line x1="4" y1="6" x2="20" y2="6" transform="translate(1,0)" opacity="0.5"/>
|
|
36
|
+
<line x1="4" y1="12" x2="20" y2="12" transform="translate(-1,0)" opacity="0.5"/>
|
|
37
|
+
<line x1="4" y1="18" x2="20" y2="18" transform="translate(1,0)" opacity="0.5"/>
|
|
38
|
+
</svg>`,
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export default menu;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Minimize Icon
|
|
3
|
+
* @category navigation
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const minimize: IconDefinition = {
|
|
8
|
+
name: 'minimize',
|
|
9
|
+
category: 'navigation',
|
|
10
|
+
description: 'Minimize/exit fullscreen',
|
|
11
|
+
tags: ['minimize', 'exit-fullscreen', 'shrink', 'collapse'],
|
|
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 14h6m0 0v6m0-6l-7 7m17-11h-6m0 0V4m0 6l7-7"/>
|
|
14
|
+
</svg>`,
|
|
15
|
+
variants: {
|
|
16
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
17
|
+
<path d="M4 12h8v8H4v-8zm12-8h8v8h-8V4z"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
20
|
+
<path d="M4 14h6m0 0v6m0-6l-7 7m17-11h-6m0 0V4m0 6l7-7"/>
|
|
21
|
+
<rect x="4" y="14" width="6" height="6" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
22
|
+
<rect x="14" y="4" width="6" height="6" fill="currentColor" opacity="0.3" stroke="none"/>
|
|
23
|
+
</svg>`,
|
|
24
|
+
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">
|
|
25
|
+
<path d="M4 14h6m0 0v6m0-6l-7 7m17-11h-6m0 0V4m0 6l7-7"/>
|
|
26
|
+
<path d="M4 14h6m0 0v6m0-6l-7 7" transform="translate(-1,1)" opacity="0.5"/>
|
|
27
|
+
<path d="M20 10h-6m0 0V4m0 6l7-7" transform="translate(1,-1)" opacity="0.5"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default minimize;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Eye Off - Hidden/hide
|
|
3
|
+
* @category security
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const eyeOff: IconDefinition = {
|
|
8
|
+
name: 'eye-off',
|
|
9
|
+
category: 'security',
|
|
10
|
+
description: 'Hidden or hide content with slashed eye',
|
|
11
|
+
tags: ['eye', 'hide', 'hidden', 'invisible', 'private', 'password'],
|
|
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="M9.9 4.24A9.12 9.12 0 0112 4c7 0 10 7 10 7a18.5 18.5 0 01-2.16 3.19"/>
|
|
14
|
+
<path d="M14.12 14.12a3 3 0 11-4.24-4.24"/>
|
|
15
|
+
<path d="M6.61 6.61A13.5 13.5 0 002 12s3 7 10 7a9.74 9.74 0 005.39-1.61"/>
|
|
16
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
+
<path d="M3.7 2.3L2.3 3.7l2.4 2.4C3.2 7.8 1.5 11.5 1.5 12s3.3 7.5 10.5 7.5c1.7 0 3.2-.4 4.5-1l2.8 2.8 1.4-1.4L3.7 2.3zM12 16.5c-2.5 0-4.5-2-4.5-4.5 0-.8.2-1.5.6-2.1l1.5 1.5c0 .2-.1.4-.1.6 0 1.7 1.3 3 3 3 .2 0 .4 0 .6-.1l1.5 1.5c-.6.4-1.3.6-2.1.6l-.5.5zm10.5-4.5s-1.5-3.3-4.4-5.4l-1.5 1.5c1.5 1.2 2.5 2.7 3 3.9-.5 1.2-1.5 2.7-3 3.9L15 17.4c2.9-2.1 4.4-5.4 4.4-5.4l3.1.1zM12 7.5c.8 0 1.5.2 2.1.6l3.9-3.9C16.7 3.4 14.4 2.5 12 2.5 8.8 2.5 6 3.9 3.9 6.1l3.9 3.9c.6-.4 1.3-.6 2.1-.6 2.5 0 4.5 2 4.5 4.5 0 .8-.2 1.5-.6 2.1l1.5 1.5c1.2-1.5 1.9-3.4 1.9-5.5 0-4.4-3.6-8-8-8z"/>
|
|
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="M9.9 4.24A9.12 9.12 0 0112 4c7 0 10 7 10 7a18.5 18.5 0 01-2.16 3.19" fill="currentColor" opacity="0.3"/>
|
|
24
|
+
<path d="M9.9 4.24A9.12 9.12 0 0112 4c7 0 10 7 10 7a18.5 18.5 0 01-2.16 3.19"/>
|
|
25
|
+
<path d="M14.12 14.12a3 3 0 11-4.24-4.24"/>
|
|
26
|
+
<path d="M6.61 6.61A13.5 13.5 0 002 12s3 7 10 7a9.74 9.74 0 005.39-1.61" fill="currentColor" opacity="0.3"/>
|
|
27
|
+
<path d="M6.61 6.61A13.5 13.5 0 002 12s3 7 10 7a9.74 9.74 0 005.39-1.61"/>
|
|
28
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
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="M9.9 4.24A9.12 9.12 0 0112 4c7 0 10 7 10 7a18.5 18.5 0 01-2.16 3.19" transform="translate(1,-1)" opacity="0.3"/>
|
|
32
|
+
<path d="M9.9 4.24A9.12 9.12 0 0112 4c7 0 10 7 10 7a18.5 18.5 0 01-2.16 3.19"/>
|
|
33
|
+
<path d="M14.12 14.12a3 3 0 11-4.24-4.24" transform="translate(1,-1)" opacity="0.3"/>
|
|
34
|
+
<path d="M14.12 14.12a3 3 0 11-4.24-4.24"/>
|
|
35
|
+
<path d="M6.61 6.61A13.5 13.5 0 002 12s3 7 10 7a9.74 9.74 0 005.39-1.61" transform="translate(1,-1)" opacity="0.3"/>
|
|
36
|
+
<path d="M6.61 6.61A13.5 13.5 0 002 12s3 7 10 7a9.74 9.74 0 005.39-1.61"/>
|
|
37
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
38
|
+
</svg>`,
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export default eyeOff;
|