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,52 @@
|
|
|
1
|
+
import type { IconDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const loading: IconDefinition = {
|
|
4
|
+
name: 'loading',
|
|
5
|
+
category: 'status',
|
|
6
|
+
description: 'Loading spinner with 8 radial segments',
|
|
7
|
+
tags: ['spinner', 'waiting', 'processing', 'buffering'],
|
|
8
|
+
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">
|
|
9
|
+
<path d="M12 2v4"/>
|
|
10
|
+
<path d="M12 18v4"/>
|
|
11
|
+
<path d="M4.93 4.93l2.83 2.83"/>
|
|
12
|
+
<path d="M16.24 16.24l2.83 2.83"/>
|
|
13
|
+
<path d="M2 12h4"/>
|
|
14
|
+
<path d="M18 12h4"/>
|
|
15
|
+
<path d="M4.93 19.07l2.83-2.83"/>
|
|
16
|
+
<path d="M16.24 7.76l2.83-2.83"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
20
|
+
<path d="M11 3h2v5h-2z"/>
|
|
21
|
+
<path d="M11 16h2v5h-2z"/>
|
|
22
|
+
<path d="M5.64 5.64l1.41 1.41 3.54-3.54-1.41-1.41z"/>
|
|
23
|
+
<path d="M13.41 16.24l1.41 1.41 3.54-3.54-1.41-1.41z"/>
|
|
24
|
+
<path d="M3 11h5v2H3z"/>
|
|
25
|
+
<path d="M16 11h5v2h-5z"/>
|
|
26
|
+
<path d="M5.64 18.36l1.41-1.41 3.54 3.54-1.41 1.41z"/>
|
|
27
|
+
<path d="M13.41 7.76l1.41-1.41 3.54 3.54-1.41 1.41z" opacity="0.3"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
30
|
+
<path d="M12 2v4"/>
|
|
31
|
+
<path d="M12 18v4" opacity="0.3"/>
|
|
32
|
+
<path d="M4.93 4.93l2.83 2.83"/>
|
|
33
|
+
<path d="M16.24 16.24l2.83 2.83" opacity="0.3"/>
|
|
34
|
+
<path d="M2 12h4"/>
|
|
35
|
+
<path d="M18 12h4" opacity="0.5"/>
|
|
36
|
+
<path d="M4.93 19.07l2.83-2.83" opacity="0.3"/>
|
|
37
|
+
<path d="M16.24 7.76l2.83-2.83" opacity="0.7"/>
|
|
38
|
+
</svg>`,
|
|
39
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
40
|
+
<path d="M12 2v4"/>
|
|
41
|
+
<path d="M12.3 2.3v4" opacity="0.3"/>
|
|
42
|
+
<path d="M12 18v4"/>
|
|
43
|
+
<path d="M4.93 4.93l2.83 2.83"/>
|
|
44
|
+
<path d="M5.23 4.63l2.83 2.83" opacity="0.3"/>
|
|
45
|
+
<path d="M16.24 16.24l2.83 2.83"/>
|
|
46
|
+
<path d="M2 12h4"/>
|
|
47
|
+
<path d="M18 12h4"/>
|
|
48
|
+
<path d="M4.93 19.07l2.83-2.83"/>
|
|
49
|
+
<path d="M16.24 7.76l2.83-2.83"/>
|
|
50
|
+
</svg>`,
|
|
51
|
+
},
|
|
52
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { IconDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const offline: IconDefinition = {
|
|
4
|
+
name: 'offline',
|
|
5
|
+
category: 'status',
|
|
6
|
+
description: 'Offline status indicator with slash through circle',
|
|
7
|
+
tags: ['disconnected', 'unavailable', 'away', 'status'],
|
|
8
|
+
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">
|
|
9
|
+
<circle cx="12" cy="12" r="4"/>
|
|
10
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
11
|
+
</svg>`,
|
|
12
|
+
variants: {
|
|
13
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
14
|
+
<circle cx="12" cy="12" r="4"/>
|
|
15
|
+
<rect x="1" y="11" width="22" height="2" transform="rotate(45 12 12)"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
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">
|
|
18
|
+
<circle cx="12" cy="12" r="4" fill="currentColor" opacity="0.3"/>
|
|
19
|
+
<line x1="3" y1="3" x2="21" y2="21" stroke-width="2"/>
|
|
20
|
+
</svg>`,
|
|
21
|
+
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">
|
|
22
|
+
<circle cx="12" cy="12" r="4"/>
|
|
23
|
+
<circle cx="12.2" cy="11.8" r="4" opacity="0.3"/>
|
|
24
|
+
<line x1="3" y1="3" x2="21" y2="21"/>
|
|
25
|
+
<line x1="3.2" y1="2.8" x2="21.2" y2="20.8" opacity="0.3"/>
|
|
26
|
+
</svg>`,
|
|
27
|
+
},
|
|
28
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { IconDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const online: IconDefinition = {
|
|
4
|
+
name: 'online',
|
|
5
|
+
category: 'status',
|
|
6
|
+
description: 'Online status indicator with radiating pulse',
|
|
7
|
+
tags: ['connected', 'active', 'available', 'status'],
|
|
8
|
+
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">
|
|
9
|
+
<circle cx="12" cy="12" r="4" fill="currentColor"/>
|
|
10
|
+
<circle cx="12" cy="12" r="8" opacity="0.3"/>
|
|
11
|
+
<circle cx="12" cy="12" r="11" opacity="0.2"/>
|
|
12
|
+
</svg>`,
|
|
13
|
+
variants: {
|
|
14
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
15
|
+
<circle cx="12" cy="12" r="4"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
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">
|
|
18
|
+
<circle cx="12" cy="12" r="11" fill="currentColor" opacity="0.15"/>
|
|
19
|
+
<circle cx="12" cy="12" r="8" fill="currentColor" opacity="0.25"/>
|
|
20
|
+
<circle cx="12" cy="12" r="4" fill="currentColor"/>
|
|
21
|
+
</svg>`,
|
|
22
|
+
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">
|
|
23
|
+
<circle cx="12" cy="12" r="4" fill="currentColor"/>
|
|
24
|
+
<circle cx="12.2" cy="11.8" r="4" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<circle cx="12" cy="12" r="8" opacity="0.3"/>
|
|
26
|
+
<circle cx="12.2" cy="11.8" r="8" opacity="0.15"/>
|
|
27
|
+
<circle cx="12" cy="12" r="11" opacity="0.2"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { IconDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const progress: IconDefinition = {
|
|
4
|
+
name: 'progress',
|
|
5
|
+
category: 'status',
|
|
6
|
+
description: 'Progress bar indicator showing partial completion',
|
|
7
|
+
tags: ['loading', 'bar', 'percentage', 'completion'],
|
|
8
|
+
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">
|
|
9
|
+
<rect x="2" y="10" width="20" height="4" rx="2"/>
|
|
10
|
+
<rect x="2" y="10" width="12" height="4" rx="2" fill="currentColor" opacity="0.3"/>
|
|
11
|
+
<line x1="14" y1="8" x2="14" y2="16"/>
|
|
12
|
+
</svg>`,
|
|
13
|
+
variants: {
|
|
14
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
15
|
+
<rect x="2" y="10" width="20" height="4" rx="2" opacity="0.3"/>
|
|
16
|
+
<rect x="2" y="10" width="12" height="4" rx="2"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
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">
|
|
19
|
+
<rect x="2" y="10" width="20" height="4" rx="2" fill="currentColor" opacity="0.2"/>
|
|
20
|
+
<rect x="2" y="10" width="12" height="4" rx="2" fill="currentColor" opacity="0.6"/>
|
|
21
|
+
<line x1="14" y1="8" x2="14" y2="16"/>
|
|
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
|
+
<rect x="2" y="10" width="20" height="4" rx="2"/>
|
|
25
|
+
<rect x="2.2" y="10.2" width="20" height="4" rx="2" opacity="0.3"/>
|
|
26
|
+
<rect x="2" y="10" width="12" height="4" rx="2" fill="currentColor" opacity="0.3"/>
|
|
27
|
+
<line x1="14" y1="8" x2="14" y2="16"/>
|
|
28
|
+
<line x1="13.8" y1="8.2" x2="13.8" y2="16.2" opacity="0.3"/>
|
|
29
|
+
</svg>`,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { IconDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const success: IconDefinition = {
|
|
4
|
+
name: 'success',
|
|
5
|
+
category: 'status',
|
|
6
|
+
description: 'Success icon with checkmark in circle',
|
|
7
|
+
tags: ['check', 'complete', 'done', 'correct', 'verified'],
|
|
8
|
+
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">
|
|
9
|
+
<circle cx="12" cy="12" r="9"/>
|
|
10
|
+
<polyline points="9 12 11 14 15 10"/>
|
|
11
|
+
</svg>`,
|
|
12
|
+
variants: {
|
|
13
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
14
|
+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
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">
|
|
17
|
+
<circle cx="12" cy="12" r="9" fill="currentColor" opacity="0.3"/>
|
|
18
|
+
<polyline points="9 12 11 14 15 10"/>
|
|
19
|
+
</svg>`,
|
|
20
|
+
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">
|
|
21
|
+
<circle cx="12" cy="12" r="9"/>
|
|
22
|
+
<circle cx="11.8" cy="12.2" r="9" opacity="0.3"/>
|
|
23
|
+
<polyline points="9 12 11 14 15 10"/>
|
|
24
|
+
<polyline points="8.8 12.2 10.8 14.2 14.8 10.2" opacity="0.3"/>
|
|
25
|
+
</svg>`,
|
|
26
|
+
},
|
|
27
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { IconDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const warning: IconDefinition = {
|
|
4
|
+
name: 'warning',
|
|
5
|
+
category: 'status',
|
|
6
|
+
description: 'Warning icon with exclamation mark in triangle',
|
|
7
|
+
tags: ['alert', 'caution', 'attention', 'danger'],
|
|
8
|
+
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">
|
|
9
|
+
<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/>
|
|
10
|
+
<line x1="12" y1="9" x2="12" y2="13"/>
|
|
11
|
+
<circle cx="12" cy="16.5" r="0.5" fill="currentColor"/>
|
|
12
|
+
</svg>`,
|
|
13
|
+
variants: {
|
|
14
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
15
|
+
<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0zM13 16h-2v-2h2v2zm0-4h-2V8h2v4z"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
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">
|
|
18
|
+
<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" fill="currentColor" opacity="0.3"/>
|
|
19
|
+
<line x1="12" y1="9" x2="12" y2="13"/>
|
|
20
|
+
<circle cx="12" cy="16.5" r="0.5" fill="currentColor"/>
|
|
21
|
+
</svg>`,
|
|
22
|
+
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">
|
|
23
|
+
<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/>
|
|
24
|
+
<path d="M10.09 4.06L1.62 18.2a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.51 4.06a2 2 0 0 0-3.42 0z" opacity="0.3"/>
|
|
25
|
+
<line x1="12" y1="9" x2="12" y2="13"/>
|
|
26
|
+
<line x1="11.8" y1="9.2" x2="11.8" y2="13.2" opacity="0.3"/>
|
|
27
|
+
<circle cx="12" cy="16.5" r="0.5" fill="currentColor"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const api: IconDefinition = {
|
|
8
|
+
name: 'api',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'API endpoint',
|
|
11
|
+
tags: ['api', 'endpoint', 'integration', 'interface', 'service'],
|
|
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="4" y="4" width="7" height="7" rx="1"/>
|
|
14
|
+
<rect x="13" y="13" width="7" height="7" rx="1"/>
|
|
15
|
+
<path d="M11 7.5h2"/>
|
|
16
|
+
<path d="M7.5 11v2"/>
|
|
17
|
+
<path d="M16.5 13v-2h-2"/>
|
|
18
|
+
<path d="M13 16.5h2v2"/>
|
|
19
|
+
<circle cx="7.5" cy="7.5" r="1"/>
|
|
20
|
+
<circle cx="16.5" cy="16.5" r="1"/>
|
|
21
|
+
</svg>`,
|
|
22
|
+
variants: {
|
|
23
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
24
|
+
<rect x="4" y="4" width="7" height="7" rx="1"/>
|
|
25
|
+
<rect x="13" y="13" width="7" height="7" rx="1"/>
|
|
26
|
+
<rect x="11" y="7" width="2" height="1"/>
|
|
27
|
+
<rect x="7" y="11" width="1" height="2"/>
|
|
28
|
+
<path d="M16.5 13v-2h-2v1h1v1h1z"/>
|
|
29
|
+
<path d="M13 16.5h2v2h-1v-1h-1v-1z"/>
|
|
30
|
+
</svg>`,
|
|
31
|
+
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">
|
|
32
|
+
<rect x="4" y="4" width="7" height="7" rx="1" fill="currentColor" opacity="0.3"/>
|
|
33
|
+
<rect x="13" y="13" width="7" height="7" rx="1" fill="currentColor" opacity="0.3"/>
|
|
34
|
+
<path d="M11 7.5h2"/>
|
|
35
|
+
<path d="M7.5 11v2"/>
|
|
36
|
+
<path d="M16.5 13v-2h-2"/>
|
|
37
|
+
<path d="M13 16.5h2v2"/>
|
|
38
|
+
<circle cx="7.5" cy="7.5" r="1" fill="currentColor"/>
|
|
39
|
+
<circle cx="16.5" cy="16.5" r="1" fill="currentColor"/>
|
|
40
|
+
</svg>`,
|
|
41
|
+
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">
|
|
42
|
+
<rect x="4" y="4" width="7" height="7" rx="1"/>
|
|
43
|
+
<rect x="4" y="4" width="7" height="7" rx="1" transform="translate(1,-1)" opacity="0.4"/>
|
|
44
|
+
<rect x="13" y="13" width="7" height="7" rx="1"/>
|
|
45
|
+
<path d="M11 7.5h2"/>
|
|
46
|
+
<path d="M7.5 11v2"/>
|
|
47
|
+
<path d="M16.5 13v-2h-2"/>
|
|
48
|
+
<path d="M13 16.5h2v2"/>
|
|
49
|
+
<circle cx="7.5" cy="7.5" r="1"/>
|
|
50
|
+
<circle cx="16.5" cy="16.5" r="1"/>
|
|
51
|
+
</svg>`,
|
|
52
|
+
},
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
export default api;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Bluetooth Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const bluetooth: IconDefinition = {
|
|
8
|
+
name: 'bluetooth',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Bluetooth symbol',
|
|
11
|
+
tags: ['bluetooth', 'wireless', 'connection', 'pairing', 'device'],
|
|
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 7 12 3 12 21 18 17"/>
|
|
14
|
+
<polyline points="18 7 12 3 6 17 12 21"/>
|
|
15
|
+
</svg>`,
|
|
16
|
+
variants: {
|
|
17
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
18
|
+
<path d="M13 2l6 5-4.5 4 4.5 4-6 5V2zm-2 8.5L6.5 7 5 8.5 9.5 12 5 15.5 6.5 17 11 13.5v-3z"/>
|
|
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
|
+
<polyline points="6 7 12 3 12 21 18 17" fill="currentColor" opacity="0.3"/>
|
|
22
|
+
<polyline points="18 7 12 3 6 17 12 21"/>
|
|
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
|
+
<polyline points="6 7 12 3 12 21 18 17"/>
|
|
26
|
+
<polyline points="6 7 12 3 12 21 18 17" transform="translate(1,-1)" opacity="0.4"/>
|
|
27
|
+
<polyline points="18 7 12 3 6 17 12 21"/>
|
|
28
|
+
<polyline points="18 7 12 3 6 17 12 21" transform="translate(1,-1)" opacity="0.4"/>
|
|
29
|
+
</svg>`,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export default bluetooth;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Bug Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const bug: IconDefinition = {
|
|
8
|
+
name: 'bug',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Bug/issue (insect)',
|
|
11
|
+
tags: ['bug', 'issue', 'error', 'debug', 'problem'],
|
|
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="8" y="6" width="8" height="11" rx="3"/>
|
|
14
|
+
<path d="M9 3h6"/>
|
|
15
|
+
<path d="M4 9h4"/>
|
|
16
|
+
<path d="M4 15h4"/>
|
|
17
|
+
<path d="M16 9h4"/>
|
|
18
|
+
<path d="M16 15h4"/>
|
|
19
|
+
<path d="M8 19l-2 2"/>
|
|
20
|
+
<path d="M16 19l2 2"/>
|
|
21
|
+
<line x1="8" y1="11" x2="16" y2="11"/>
|
|
22
|
+
</svg>`,
|
|
23
|
+
variants: {
|
|
24
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
25
|
+
<path d="M9 2h6v2H9V2zm-1 4c-1.7 0-3 1.3-3 3v8c0 1.7 1.3 3 3 3h8c1.7 0 3-1.3 3-3V9c0-1.7-1.3-3-3-3H8zm0 5h8v1H8v-1z"/>
|
|
26
|
+
<rect x="4" y="8.5" width="4" height="1"/>
|
|
27
|
+
<rect x="4" y="14.5" width="4" height="1"/>
|
|
28
|
+
<rect x="16" y="8.5" width="4" height="1"/>
|
|
29
|
+
<rect x="16" y="14.5" width="4" height="1"/>
|
|
30
|
+
<path d="M6.3 19.3l2-2 1.4 1.4-2 2-1.4-1.4zm11.4 0l-2-2 1.4-1.4 2 2-1.4 1.4z"/>
|
|
31
|
+
</svg>`,
|
|
32
|
+
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">
|
|
33
|
+
<rect x="8" y="6" width="8" height="11" rx="3" fill="currentColor" opacity="0.3"/>
|
|
34
|
+
<path d="M9 3h6"/>
|
|
35
|
+
<path d="M4 9h4"/>
|
|
36
|
+
<path d="M4 15h4"/>
|
|
37
|
+
<path d="M16 9h4"/>
|
|
38
|
+
<path d="M16 15h4"/>
|
|
39
|
+
<path d="M8 19l-2 2"/>
|
|
40
|
+
<path d="M16 19l2 2"/>
|
|
41
|
+
<line x1="8" y1="11" x2="16" y2="11"/>
|
|
42
|
+
</svg>`,
|
|
43
|
+
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">
|
|
44
|
+
<rect x="8" y="6" width="8" height="11" rx="3"/>
|
|
45
|
+
<rect x="8" y="6" width="8" height="11" rx="3" transform="translate(1,-1)" opacity="0.4"/>
|
|
46
|
+
<path d="M9 3h6"/>
|
|
47
|
+
<path d="M4 9h4"/>
|
|
48
|
+
<path d="M4 15h4"/>
|
|
49
|
+
<path d="M16 9h4"/>
|
|
50
|
+
<path d="M16 15h4"/>
|
|
51
|
+
<path d="M8 19l-2 2"/>
|
|
52
|
+
<path d="M16 19l2 2"/>
|
|
53
|
+
<line x1="8" y1="11" x2="16" y2="11"/>
|
|
54
|
+
</svg>`,
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
export default bug;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chip Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const chip: IconDefinition = {
|
|
8
|
+
name: 'chip',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'CPU/processor chip',
|
|
11
|
+
tags: ['chip', 'cpu', 'processor', 'microchip', 'silicon'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<rect x="6" y="6" width="12" height="12" rx="2"/>
|
|
14
|
+
<rect x="9" y="9" width="6" height="6"/>
|
|
15
|
+
<line x1="6" y1="8" x2="4" y2="8"/>
|
|
16
|
+
<line x1="6" y1="12" x2="4" y2="12"/>
|
|
17
|
+
<line x1="6" y1="16" x2="4" y2="16"/>
|
|
18
|
+
<line x1="18" y1="8" x2="20" y2="8"/>
|
|
19
|
+
<line x1="18" y1="12" x2="20" y2="12"/>
|
|
20
|
+
<line x1="18" y1="16" x2="20" y2="16"/>
|
|
21
|
+
<line x1="8" y1="6" x2="8" y2="4"/>
|
|
22
|
+
<line x1="12" y1="6" x2="12" y2="4"/>
|
|
23
|
+
<line x1="16" y1="6" x2="16" y2="4"/>
|
|
24
|
+
<line x1="8" y1="18" x2="8" y2="20"/>
|
|
25
|
+
<line x1="12" y1="18" x2="12" y2="20"/>
|
|
26
|
+
<line x1="16" y1="18" x2="16" y2="20"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
variants: {
|
|
29
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
30
|
+
<path d="M6 6h12a2 2 0 012 2v8a2 2 0 01-2 2H6a2 2 0 01-2-2V8a2 2 0 012-2zm3 3h6v6H9V9z"/>
|
|
31
|
+
<rect x="4" y="8" width="2" height="1.5"/>
|
|
32
|
+
<rect x="4" y="12" width="2" height="1.5"/>
|
|
33
|
+
<rect x="4" y="16" width="2" height="1.5"/>
|
|
34
|
+
<rect x="18" y="8" width="2" height="1.5"/>
|
|
35
|
+
<rect x="18" y="12" width="2" height="1.5"/>
|
|
36
|
+
<rect x="18" y="16" width="2" height="1.5"/>
|
|
37
|
+
<rect x="8" y="4" width="1.5" height="2"/>
|
|
38
|
+
<rect x="12" y="4" width="1.5" height="2"/>
|
|
39
|
+
<rect x="16" y="4" width="1.5" height="2"/>
|
|
40
|
+
<rect x="8" y="18" width="1.5" height="2"/>
|
|
41
|
+
<rect x="12" y="18" width="1.5" height="2"/>
|
|
42
|
+
<rect x="16" y="18" width="1.5" height="2"/>
|
|
43
|
+
</svg>`,
|
|
44
|
+
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">
|
|
45
|
+
<rect x="6" y="6" width="12" height="12" rx="2" fill="currentColor" opacity="0.3"/>
|
|
46
|
+
<rect x="9" y="9" width="6" height="6"/>
|
|
47
|
+
<line x1="6" y1="8" x2="4" y2="8"/>
|
|
48
|
+
<line x1="6" y1="12" x2="4" y2="12"/>
|
|
49
|
+
<line x1="6" y1="16" x2="4" y2="16"/>
|
|
50
|
+
<line x1="18" y1="8" x2="20" y2="8"/>
|
|
51
|
+
<line x1="18" y1="12" x2="20" y2="12"/>
|
|
52
|
+
<line x1="18" y1="16" x2="20" y2="16"/>
|
|
53
|
+
<line x1="8" y1="6" x2="8" y2="4"/>
|
|
54
|
+
<line x1="12" y1="6" x2="12" y2="4"/>
|
|
55
|
+
<line x1="16" y1="6" x2="16" y2="4"/>
|
|
56
|
+
<line x1="8" y1="18" x2="8" y2="20"/>
|
|
57
|
+
<line x1="12" y1="18" x2="12" y2="20"/>
|
|
58
|
+
<line x1="16" y1="18" x2="16" y2="20"/>
|
|
59
|
+
</svg>`,
|
|
60
|
+
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">
|
|
61
|
+
<rect x="6" y="6" width="12" height="12" rx="2"/>
|
|
62
|
+
<rect x="6" y="6" width="12" height="12" rx="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
63
|
+
<rect x="9" y="9" width="6" height="6"/>
|
|
64
|
+
<line x1="6" y1="8" x2="4" y2="8"/>
|
|
65
|
+
<line x1="6" y1="12" x2="4" y2="12"/>
|
|
66
|
+
<line x1="6" y1="16" x2="4" y2="16"/>
|
|
67
|
+
<line x1="18" y1="8" x2="20" y2="8"/>
|
|
68
|
+
<line x1="18" y1="12" x2="20" y2="12"/>
|
|
69
|
+
<line x1="18" y1="16" x2="20" y2="16"/>
|
|
70
|
+
<line x1="8" y1="6" x2="8" y2="4"/>
|
|
71
|
+
<line x1="12" y1="6" x2="12" y2="4"/>
|
|
72
|
+
<line x1="16" y1="6" x2="16" y2="4"/>
|
|
73
|
+
<line x1="8" y1="18" x2="8" y2="20"/>
|
|
74
|
+
<line x1="12" y1="18" x2="12" y2="20"/>
|
|
75
|
+
<line x1="16" y1="18" x2="16" y2="20"/>
|
|
76
|
+
</svg>`,
|
|
77
|
+
},
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export default chip;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Circuit Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const circuit: IconDefinition = {
|
|
8
|
+
name: 'circuit',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Circuit board pattern',
|
|
11
|
+
tags: ['circuit', 'board', 'electronics', 'pcb', 'connections'],
|
|
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="4" y="4" width="16" height="16" rx="2"/>
|
|
14
|
+
<circle cx="8" cy="8" r="1"/>
|
|
15
|
+
<circle cx="16" cy="8" r="1"/>
|
|
16
|
+
<circle cx="8" cy="16" r="1"/>
|
|
17
|
+
<circle cx="16" cy="16" r="1"/>
|
|
18
|
+
<line x1="8" y1="9" x2="8" y2="15"/>
|
|
19
|
+
<line x1="16" y1="9" x2="16" y2="15"/>
|
|
20
|
+
<line x1="9" y1="12" x2="15" y2="12"/>
|
|
21
|
+
</svg>`,
|
|
22
|
+
variants: {
|
|
23
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
24
|
+
<rect x="4" y="4" width="16" height="16" rx="2"/>
|
|
25
|
+
<circle cx="8" cy="8" r="1.5" fill="#000"/>
|
|
26
|
+
<circle cx="16" cy="8" r="1.5" fill="#000"/>
|
|
27
|
+
<circle cx="8" cy="16" r="1.5" fill="#000"/>
|
|
28
|
+
<circle cx="16" cy="16" r="1.5" fill="#000"/>
|
|
29
|
+
<rect x="7.5" y="9" width="1" height="6" fill="#000"/>
|
|
30
|
+
<rect x="15.5" y="9" width="1" height="6" fill="#000"/>
|
|
31
|
+
<rect x="9" y="11.5" width="6" height="1" fill="#000"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
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">
|
|
34
|
+
<rect x="4" y="4" width="16" height="16" rx="2" fill="currentColor" opacity="0.3"/>
|
|
35
|
+
<circle cx="8" cy="8" r="1" fill="currentColor"/>
|
|
36
|
+
<circle cx="16" cy="8" r="1" fill="currentColor"/>
|
|
37
|
+
<circle cx="8" cy="16" r="1" fill="currentColor"/>
|
|
38
|
+
<circle cx="16" cy="16" r="1" fill="currentColor"/>
|
|
39
|
+
<line x1="8" y1="9" x2="8" y2="15"/>
|
|
40
|
+
<line x1="16" y1="9" x2="16" y2="15"/>
|
|
41
|
+
<line x1="9" y1="12" x2="15" y2="12"/>
|
|
42
|
+
</svg>`,
|
|
43
|
+
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">
|
|
44
|
+
<rect x="4" y="4" width="16" height="16" rx="2"/>
|
|
45
|
+
<rect x="5" y="3" width="16" height="16" rx="2" opacity="0.4"/>
|
|
46
|
+
<circle cx="8" cy="8" r="1"/>
|
|
47
|
+
<circle cx="16" cy="8" r="1"/>
|
|
48
|
+
<circle cx="8" cy="16" r="1"/>
|
|
49
|
+
<circle cx="16" cy="16" r="1"/>
|
|
50
|
+
<line x1="8" y1="9" x2="8" y2="15"/>
|
|
51
|
+
<line x1="16" y1="9" x2="16" y2="15"/>
|
|
52
|
+
<line x1="9" y1="12" x2="15" y2="12"/>
|
|
53
|
+
</svg>`,
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export default circuit;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Code Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const code: IconDefinition = {
|
|
8
|
+
name: 'code',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Code/programming symbol (</>)',
|
|
11
|
+
tags: ['code', 'programming', 'developer', 'brackets', 'slash'],
|
|
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="16 18 22 12 16 6"/>
|
|
14
|
+
<polyline points="8 6 2 12 8 18"/>
|
|
15
|
+
<line x1="14" y1="4" x2="10" y2="20"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
19
|
+
<path d="M16.7 17.3l5-5-5-5-1.4 1.4L18.6 12l-3.3 3.3 1.4 1.4zM7.3 6.7l-5 5 5 5 1.4-1.4L5.4 12l3.3-3.3-1.4-1.4zM14.8 3l-1.6.4 4 16 1.6-.4-4-16z"/>
|
|
20
|
+
</svg>`,
|
|
21
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
22
|
+
<polyline points="16 18 22 12 16 6" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<polyline points="8 6 2 12 8 18" fill="currentColor" opacity="0.3"/>
|
|
24
|
+
<line x1="14" y1="4" x2="10" y2="20"/>
|
|
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
|
+
<polyline points="16 18 22 12 16 6"/>
|
|
28
|
+
<polyline points="16 18 22 12 16 6" transform="translate(1,-1)" opacity="0.4"/>
|
|
29
|
+
<polyline points="8 6 2 12 8 18"/>
|
|
30
|
+
<polyline points="8 6 2 12 8 18" transform="translate(1,-1)" opacity="0.4"/>
|
|
31
|
+
<line x1="14" y1="4" x2="10" y2="20"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default code;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CPU Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const cpu: IconDefinition = {
|
|
8
|
+
name: 'cpu',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'CPU usage',
|
|
11
|
+
tags: ['cpu', 'processor', 'usage', 'performance', 'computing'],
|
|
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="4" y="4" width="16" height="16" rx="2"/>
|
|
14
|
+
<rect x="9" y="9" width="6" height="6"/>
|
|
15
|
+
<line x1="9" y1="2" x2="9" y2="4"/>
|
|
16
|
+
<line x1="15" y1="2" x2="15" y2="4"/>
|
|
17
|
+
<line x1="9" y1="20" x2="9" y2="22"/>
|
|
18
|
+
<line x1="15" y1="20" x2="15" y2="22"/>
|
|
19
|
+
<line x1="20" y1="9" x2="22" y2="9"/>
|
|
20
|
+
<line x1="20" y1="15" x2="22" y2="15"/>
|
|
21
|
+
<line x1="2" y1="9" x2="4" y2="9"/>
|
|
22
|
+
<line x1="2" y1="15" x2="4" y2="15"/>
|
|
23
|
+
</svg>`,
|
|
24
|
+
variants: {
|
|
25
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
26
|
+
<path d="M8 2h2v2H8V2zm6 0h2v2h-2V2zM8 20h2v2H8v-2zm6 0h2v2h-2v-2z"/>
|
|
27
|
+
<rect x="4" y="4" width="16" height="16" rx="2"/>
|
|
28
|
+
<path d="M20 8h2v2h-2V8zm0 6h2v2h-2v-2zM2 8h2v2H2V8zm0 6h2v2H2v-2z"/>
|
|
29
|
+
</svg>`,
|
|
30
|
+
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">
|
|
31
|
+
<rect x="4" y="4" width="16" height="16" rx="2" fill="currentColor" opacity="0.3"/>
|
|
32
|
+
<rect x="9" y="9" width="6" height="6"/>
|
|
33
|
+
<line x1="9" y1="2" x2="9" y2="4"/>
|
|
34
|
+
<line x1="15" y1="2" x2="15" y2="4"/>
|
|
35
|
+
<line x1="9" y1="20" x2="9" y2="22"/>
|
|
36
|
+
<line x1="15" y1="20" x2="15" y2="22"/>
|
|
37
|
+
<line x1="20" y1="9" x2="22" y2="9"/>
|
|
38
|
+
<line x1="20" y1="15" x2="22" y2="15"/>
|
|
39
|
+
<line x1="2" y1="9" x2="4" y2="9"/>
|
|
40
|
+
<line x1="2" y1="15" x2="4" y2="15"/>
|
|
41
|
+
</svg>`,
|
|
42
|
+
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">
|
|
43
|
+
<rect x="4" y="4" width="16" height="16" rx="2"/>
|
|
44
|
+
<rect x="4" y="4" width="16" height="16" rx="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
45
|
+
<rect x="9" y="9" width="6" height="6"/>
|
|
46
|
+
<line x1="9" y1="2" x2="9" y2="4"/>
|
|
47
|
+
<line x1="15" y1="2" x2="15" y2="4"/>
|
|
48
|
+
<line x1="9" y1="20" x2="9" y2="22"/>
|
|
49
|
+
<line x1="15" y1="20" x2="15" y2="22"/>
|
|
50
|
+
<line x1="20" y1="9" x2="22" y2="9"/>
|
|
51
|
+
<line x1="20" y1="15" x2="22" y2="15"/>
|
|
52
|
+
<line x1="2" y1="9" x2="4" y2="9"/>
|
|
53
|
+
<line x1="2" y1="15" x2="4" y2="15"/>
|
|
54
|
+
</svg>`,
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
export default cpu;
|