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,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Camera/video off icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const cameraOff: IconDefinition = {
|
|
8
|
+
name: 'camera-off',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Camera/video off (with slash)',
|
|
11
|
+
tags: ['camera', 'video', 'off', 'disabled', 'webcam'],
|
|
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="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z"/>
|
|
14
|
+
<circle cx="12" cy="13" r="4"/>
|
|
15
|
+
<path d="M3 3l18 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="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z"/>
|
|
20
|
+
<circle cx="12" cy="13" r="4" fill="#000"/>
|
|
21
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M3 3l18 18"/>
|
|
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="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<circle cx="12" cy="13" r="4" fill="currentColor"/>
|
|
26
|
+
<path d="M3 3l18 18"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
29
|
+
<path d="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z"/>
|
|
30
|
+
<path d="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z" transform="translate(1,-1)" opacity="0.3"/>
|
|
31
|
+
<circle cx="12" cy="13" r="4"/>
|
|
32
|
+
<circle cx="12" cy="13" r="4" transform="translate(1,-1)" opacity="0.3"/>
|
|
33
|
+
<path d="M3 3l18 18"/>
|
|
34
|
+
<path d="M3 3l18 18" transform="translate(1,-1)" opacity="0.3"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default cameraOff;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Camera/video on icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const camera: IconDefinition = {
|
|
8
|
+
name: 'camera',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Camera/video on',
|
|
11
|
+
tags: ['camera', 'video', 'photo', 'picture', 'webcam'],
|
|
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="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z"/>
|
|
14
|
+
<circle cx="12" cy="13" r="4"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z"/>
|
|
19
|
+
<circle cx="12" cy="13" r="4" fill="#000"/>
|
|
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="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<circle cx="12" cy="13" r="4" fill="currentColor"/>
|
|
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="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z"/>
|
|
27
|
+
<path d="M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z" transform="translate(1,-1)" opacity="0.3"/>
|
|
28
|
+
<circle cx="12" cy="13" r="4"/>
|
|
29
|
+
<circle cx="12" cy="13" r="4" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default camera;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fast forward icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const fastForward: IconDefinition = {
|
|
8
|
+
name: 'fast-forward',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Fast forward media (double triangles right)',
|
|
11
|
+
tags: ['fast-forward', 'forward', 'media', 'speed'],
|
|
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="M13 5l9 7-9 7V5z"/>
|
|
14
|
+
<path d="M2 5l9 7-9 7V5z"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M13 5l9 7-9 7V5z"/>
|
|
19
|
+
<path d="M2 5l9 7-9 7V5z"/>
|
|
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="M13 5l9 7-9 7V5z" fill="currentColor"/>
|
|
23
|
+
<path d="M2 5l9 7-9 7V5z" fill="currentColor" opacity="0.3"/>
|
|
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="M13 5l9 7-9 7V5z"/>
|
|
27
|
+
<path d="M13 5l9 7-9 7V5z" transform="translate(1,-1)" opacity="0.3"/>
|
|
28
|
+
<path d="M2 5l9 7-9 7V5z"/>
|
|
29
|
+
<path d="M2 5l9 7-9 7V5z" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default fastForward;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Image/photo icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const image: IconDefinition = {
|
|
8
|
+
name: 'image',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Image/photo (landscape with sun)',
|
|
11
|
+
tags: ['image', 'photo', 'picture', 'file', 'gallery'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<rect x="3" y="3" width="18" height="18" rx="2"/>
|
|
14
|
+
<circle cx="8.5" cy="8.5" r="1.5"/>
|
|
15
|
+
<path d="M21 15l-5-5L5 21"/>
|
|
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="3" width="18" height="18" rx="2"/>
|
|
20
|
+
<circle cx="8.5" cy="8.5" r="1.5" fill="#000"/>
|
|
21
|
+
<path fill="#000" d="M21 15l-5-5L5 21"/>
|
|
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
|
+
<rect x="3" y="3" width="18" height="18" rx="2" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<circle cx="8.5" cy="8.5" r="1.5" fill="currentColor"/>
|
|
26
|
+
<path d="M21 15l-5-5L5 21" fill="currentColor"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
29
|
+
<rect x="3" y="3" width="18" height="18" rx="2"/>
|
|
30
|
+
<rect x="3" y="3" width="18" height="18" rx="2" transform="translate(1,-1)" opacity="0.3"/>
|
|
31
|
+
<circle cx="8.5" cy="8.5" r="1.5"/>
|
|
32
|
+
<circle cx="8.5" cy="8.5" r="1.5" transform="translate(1,-1)" opacity="0.3"/>
|
|
33
|
+
<path d="M21 15l-5-5L5 21"/>
|
|
34
|
+
<path d="M21 15l-5-5L5 21" transform="translate(1,-1)" opacity="0.3"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default image;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Media Icons
|
|
3
|
+
* Audio/video controls
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export { play } from './play';
|
|
7
|
+
export { pause } from './pause';
|
|
8
|
+
export { stop } from './stop';
|
|
9
|
+
export { skipBack } from './skip-back';
|
|
10
|
+
export { skipForward } from './skip-forward';
|
|
11
|
+
export { rewind } from './rewind';
|
|
12
|
+
export { fastForward } from './fast-forward';
|
|
13
|
+
export { volumeHigh } from './volume-high';
|
|
14
|
+
export { volumeLow } from './volume-low';
|
|
15
|
+
export { volumeOff } from './volume-off';
|
|
16
|
+
export { mic } from './mic';
|
|
17
|
+
export { micOff } from './mic-off';
|
|
18
|
+
export { camera } from './camera';
|
|
19
|
+
export { cameraOff } from './camera-off';
|
|
20
|
+
export { image } from './image';
|
|
21
|
+
export { video } from './video';
|
|
22
|
+
export { music } from './music';
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Microphone off icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const micOff: IconDefinition = {
|
|
8
|
+
name: 'mic-off',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Microphone off (with slash)',
|
|
11
|
+
tags: ['microphone', 'mic', 'mute', 'audio', 'off', 'disabled'],
|
|
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 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z"/>
|
|
14
|
+
<path d="M19 10v2a7 7 0 01-14 0v-2"/>
|
|
15
|
+
<path d="M12 19v3M8 22h8"/>
|
|
16
|
+
<path d="M3 3l18 18"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
20
|
+
<path d="M12 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z"/>
|
|
21
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M19 10v2a7 7 0 01-14 0v-2"/>
|
|
22
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M12 19v3M8 22h8"/>
|
|
23
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M3 3l18 18"/>
|
|
24
|
+
</svg>`,
|
|
25
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
26
|
+
<path d="M12 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z" fill="currentColor" opacity="0.3"/>
|
|
27
|
+
<path d="M19 10v2a7 7 0 01-14 0v-2"/>
|
|
28
|
+
<path d="M12 19v3M8 22h8"/>
|
|
29
|
+
<path d="M3 3l18 18"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
32
|
+
<path d="M12 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z"/>
|
|
33
|
+
<path d="M12 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z" transform="translate(1,-1)" opacity="0.3"/>
|
|
34
|
+
<path d="M19 10v2a7 7 0 01-14 0v-2"/>
|
|
35
|
+
<path d="M19 10v2a7 7 0 01-14 0v-2" transform="translate(1,-1)" opacity="0.3"/>
|
|
36
|
+
<path d="M12 19v3M8 22h8"/>
|
|
37
|
+
<path d="M12 19v3M8 22h8" transform="translate(1,-1)" opacity="0.3"/>
|
|
38
|
+
<path d="M3 3l18 18"/>
|
|
39
|
+
<path d="M3 3l18 18" transform="translate(1,-1)" opacity="0.3"/>
|
|
40
|
+
</svg>`,
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export default micOff;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Microphone on icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const mic: IconDefinition = {
|
|
8
|
+
name: 'mic',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Microphone on',
|
|
11
|
+
tags: ['microphone', 'mic', 'audio', 'record', 'voice'],
|
|
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 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z"/>
|
|
14
|
+
<path d="M19 10v2a7 7 0 01-14 0v-2"/>
|
|
15
|
+
<path d="M12 19v3M8 22h8"/>
|
|
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 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z"/>
|
|
20
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M19 10v2a7 7 0 01-14 0v-2"/>
|
|
21
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M12 19v3M8 22h8"/>
|
|
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="M12 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<path d="M19 10v2a7 7 0 01-14 0v-2"/>
|
|
26
|
+
<path d="M12 19v3M8 22h8"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
29
|
+
<path d="M12 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z"/>
|
|
30
|
+
<path d="M12 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z" transform="translate(1,-1)" opacity="0.3"/>
|
|
31
|
+
<path d="M19 10v2a7 7 0 01-14 0v-2"/>
|
|
32
|
+
<path d="M19 10v2a7 7 0 01-14 0v-2" transform="translate(1,-1)" opacity="0.3"/>
|
|
33
|
+
<path d="M12 19v3M8 22h8"/>
|
|
34
|
+
<path d="M12 19v3M8 22h8" transform="translate(1,-1)" opacity="0.3"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default mic;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Music/audio file icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const music: IconDefinition = {
|
|
8
|
+
name: 'music',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Music/audio file (music note)',
|
|
11
|
+
tags: ['music', 'audio', 'sound', 'note', 'file', 'song'],
|
|
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 18V5l12-2v13"/>
|
|
14
|
+
<circle cx="6" cy="18" r="3"/>
|
|
15
|
+
<circle cx="18" cy="16" r="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="M9 18V5l12-2v13"/>
|
|
20
|
+
<circle cx="6" cy="18" r="3"/>
|
|
21
|
+
<circle cx="18" cy="16" r="3"/>
|
|
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="M9 18V5l12-2v13" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<circle cx="6" cy="18" r="3" fill="currentColor"/>
|
|
26
|
+
<circle cx="18" cy="16" r="3" fill="currentColor"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
29
|
+
<path d="M9 18V5l12-2v13"/>
|
|
30
|
+
<path d="M9 18V5l12-2v13" transform="translate(1,-1)" opacity="0.3"/>
|
|
31
|
+
<circle cx="6" cy="18" r="3"/>
|
|
32
|
+
<circle cx="6" cy="18" r="3" transform="translate(1,-1)" opacity="0.3"/>
|
|
33
|
+
<circle cx="18" cy="16" r="3"/>
|
|
34
|
+
<circle cx="18" cy="16" r="3" transform="translate(1,-1)" opacity="0.3"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default music;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pause media icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const pause: IconDefinition = {
|
|
8
|
+
name: 'pause',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Pause media (two vertical bars)',
|
|
11
|
+
tags: ['pause', 'media', 'video', 'audio', 'stop'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<circle cx="12" cy="12" r="10"/>
|
|
14
|
+
<path d="M10 8v8M14 8v8"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<circle cx="12" cy="12" r="10"/>
|
|
19
|
+
<rect x="9" y="8" width="2" height="8" fill="#000"/>
|
|
20
|
+
<rect x="13" y="8" width="2" height="8" fill="#000"/>
|
|
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
|
+
<circle cx="12" cy="12" r="10" fill="currentColor" opacity="0.3"/>
|
|
24
|
+
<rect x="9" y="8" width="2" height="8" fill="currentColor"/>
|
|
25
|
+
<rect x="13" y="8" width="2" height="8" fill="currentColor"/>
|
|
26
|
+
</svg>`,
|
|
27
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
28
|
+
<circle cx="12" cy="12" r="10"/>
|
|
29
|
+
<circle cx="12" cy="12" r="10" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
<path d="M10 8v8M14 8v8"/>
|
|
31
|
+
<path d="M10 8v8M14 8v8" transform="translate(1,-1)" opacity="0.3"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default pause;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Play media icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const play: IconDefinition = {
|
|
8
|
+
name: 'play',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Play media (triangle in circle)',
|
|
11
|
+
tags: ['play', 'media', 'video', 'audio', 'start'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<circle cx="12" cy="12" r="10"/>
|
|
14
|
+
<path d="M10 8l6 4-6 4V8z"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<circle cx="12" cy="12" r="10"/>
|
|
19
|
+
<path fill="#000" d="M10 8l6 4-6 4V8z"/>
|
|
20
|
+
</svg>`,
|
|
21
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
22
|
+
<circle cx="12" cy="12" r="10" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M10 8l6 4-6 4V8z" fill="currentColor"/>
|
|
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
|
+
<circle cx="12" cy="12" r="10"/>
|
|
27
|
+
<circle cx="12" cy="12" r="10" transform="translate(1,-1)" opacity="0.3"/>
|
|
28
|
+
<path d="M10 8l6 4-6 4V8z"/>
|
|
29
|
+
<path d="M10 8l6 4-6 4V8z" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default play;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rewind icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const rewind: IconDefinition = {
|
|
8
|
+
name: 'rewind',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Rewind media (double triangles left)',
|
|
11
|
+
tags: ['rewind', 'back', 'media', 'reverse'],
|
|
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 19l-9-7 9-7v14z"/>
|
|
14
|
+
<path d="M22 19l-9-7 9-7v14z"/>
|
|
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 19l-9-7 9-7v14z"/>
|
|
19
|
+
<path d="M22 19l-9-7 9-7v14z"/>
|
|
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 19l-9-7 9-7v14z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M22 19l-9-7 9-7v14z" fill="currentColor"/>
|
|
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 19l-9-7 9-7v14z"/>
|
|
27
|
+
<path d="M11 19l-9-7 9-7v14z" transform="translate(1,-1)" opacity="0.3"/>
|
|
28
|
+
<path d="M22 19l-9-7 9-7v14z"/>
|
|
29
|
+
<path d="M22 19l-9-7 9-7v14z" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default rewind;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Skip to previous icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const skipBack: IconDefinition = {
|
|
8
|
+
name: 'skip-back',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Skip to previous track or chapter',
|
|
11
|
+
tags: ['skip', 'previous', 'back', 'media', 'rewind'],
|
|
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 20L9 12l10-8v16z"/>
|
|
14
|
+
<path d="M5 19V5"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M19 20L9 12l10-8v16z"/>
|
|
19
|
+
<rect x="5" y="5" width="2" height="14"/>
|
|
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 20L9 12l10-8v16z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M5 19V5"/>
|
|
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="M19 20L9 12l10-8v16z"/>
|
|
27
|
+
<path d="M19 20L9 12l10-8v16z" transform="translate(1,-1)" opacity="0.3"/>
|
|
28
|
+
<path d="M5 19V5"/>
|
|
29
|
+
<path d="M5 19V5" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default skipBack;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Skip to next icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const skipForward: IconDefinition = {
|
|
8
|
+
name: 'skip-forward',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Skip to next track or chapter',
|
|
11
|
+
tags: ['skip', 'next', 'forward', 'media', 'fast-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
|
+
<path d="M5 4l10 8-10 8V4z"/>
|
|
14
|
+
<path d="M19 5v14"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<path d="M5 4l10 8-10 8V4z"/>
|
|
19
|
+
<rect x="17" y="5" width="2" height="14"/>
|
|
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="M5 4l10 8-10 8V4z" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M19 5v14"/>
|
|
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="M5 4l10 8-10 8V4z"/>
|
|
27
|
+
<path d="M5 4l10 8-10 8V4z" transform="translate(1,-1)" opacity="0.3"/>
|
|
28
|
+
<path d="M19 5v14"/>
|
|
29
|
+
<path d="M19 5v14" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default skipForward;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stop media icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const stop: IconDefinition = {
|
|
8
|
+
name: 'stop',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Stop media (square)',
|
|
11
|
+
tags: ['stop', 'media', 'video', 'audio', 'end'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<circle cx="12" cy="12" r="10"/>
|
|
14
|
+
<rect x="9" y="9" width="6" height="6"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
18
|
+
<circle cx="12" cy="12" r="10"/>
|
|
19
|
+
<rect x="9" y="9" width="6" height="6" fill="#000"/>
|
|
20
|
+
</svg>`,
|
|
21
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
22
|
+
<circle cx="12" cy="12" r="10" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<rect x="9" y="9" width="6" height="6" fill="currentColor"/>
|
|
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
|
+
<circle cx="12" cy="12" r="10"/>
|
|
27
|
+
<circle cx="12" cy="12" r="10" transform="translate(1,-1)" opacity="0.3"/>
|
|
28
|
+
<rect x="9" y="9" width="6" height="6"/>
|
|
29
|
+
<rect x="9" y="9" width="6" height="6" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default stop;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Video file icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const video: IconDefinition = {
|
|
8
|
+
name: 'video',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Video file (clapperboard)',
|
|
11
|
+
tags: ['video', 'film', 'movie', 'file', 'media'],
|
|
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="2" y="6" width="20" height="12" rx="2"/>
|
|
14
|
+
<path d="M7 2v4M17 2v4"/>
|
|
15
|
+
<path d="M2 10h20"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<rect x="2" y="6" width="20" height="12" rx="2"/>
|
|
20
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M7 2v4M17 2v4"/>
|
|
21
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M2 10h20"/>
|
|
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
|
+
<rect x="2" y="6" width="20" height="12" rx="2" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<path d="M7 2v4M17 2v4"/>
|
|
26
|
+
<path d="M2 10h20"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
29
|
+
<rect x="2" y="6" width="20" height="12" rx="2"/>
|
|
30
|
+
<rect x="2" y="6" width="20" height="12" rx="2" transform="translate(1,-1)" opacity="0.3"/>
|
|
31
|
+
<path d="M7 2v4M17 2v4"/>
|
|
32
|
+
<path d="M7 2v4M17 2v4" transform="translate(1,-1)" opacity="0.3"/>
|
|
33
|
+
<path d="M2 10h20"/>
|
|
34
|
+
<path d="M2 10h20" transform="translate(1,-1)" opacity="0.3"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default video;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Volume high icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const volumeHigh: IconDefinition = {
|
|
8
|
+
name: 'volume-high',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Volume on/high (speaker with waves)',
|
|
11
|
+
tags: ['volume', 'sound', 'audio', 'speaker', 'loud'],
|
|
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="M15.54 8.46a5 5 0 010 7.07"/>
|
|
15
|
+
<path d="M19.07 4.93a10 10 0 010 14.14"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
19
|
+
<path d="M11 5L6 9H2v6h4l5 4V5z"/>
|
|
20
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M15.54 8.46a5 5 0 010 7.07"/>
|
|
21
|
+
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" d="M19.07 4.93a10 10 0 010 14.14"/>
|
|
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="M11 5L6 9H2v6h4l5 4V5z" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<path d="M15.54 8.46a5 5 0 010 7.07"/>
|
|
26
|
+
<path d="M19.07 4.93a10 10 0 010 14.14"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
29
|
+
<path d="M11 5L6 9H2v6h4l5 4V5z"/>
|
|
30
|
+
<path d="M11 5L6 9H2v6h4l5 4V5z" transform="translate(1,-1)" opacity="0.3"/>
|
|
31
|
+
<path d="M15.54 8.46a5 5 0 010 7.07"/>
|
|
32
|
+
<path d="M15.54 8.46a5 5 0 010 7.07" transform="translate(1,-1)" opacity="0.3"/>
|
|
33
|
+
<path d="M19.07 4.93a10 10 0 010 14.14"/>
|
|
34
|
+
<path d="M19.07 4.93a10 10 0 010 14.14" transform="translate(1,-1)" opacity="0.3"/>
|
|
35
|
+
</svg>`,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default volumeHigh;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Volume low icon
|
|
3
|
+
* @category media
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const volumeLow: IconDefinition = {
|
|
8
|
+
name: 'volume-low',
|
|
9
|
+
category: 'media',
|
|
10
|
+
description: 'Volume low (speaker with one wave)',
|
|
11
|
+
tags: ['volume', 'sound', 'audio', 'speaker', 'quiet'],
|
|
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="M15.54 8.46a5 5 0 010 7.07"/>
|
|
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="M15.54 8.46a5 5 0 010 7.07"/>
|
|
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="M15.54 8.46a5 5 0 010 7.07"/>
|
|
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="M15.54 8.46a5 5 0 010 7.07"/>
|
|
29
|
+
<path d="M15.54 8.46a5 5 0 010 7.07" transform="translate(1,-1)" opacity="0.3"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default volumeLow;
|