cybercore-css 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +479 -0
- package/dist/cybercore.css +3546 -0
- package/dist/cybercore.css.map +1 -0
- package/dist/cybercore.min.css +3 -0
- package/dist/cybercore.min.css.map +1 -0
- package/package.json +214 -0
- package/src/cybercore.d.ts +107 -0
- package/src/icons/README.md +378 -0
- package/src/icons/defs/_template.ts +27 -0
- package/src/icons/defs/actions/check.ts +36 -0
- package/src/icons/defs/actions/copy.ts +37 -0
- package/src/icons/defs/actions/cut.ts +44 -0
- package/src/icons/defs/actions/delete.ts +42 -0
- package/src/icons/defs/actions/download.ts +36 -0
- package/src/icons/defs/actions/drag.ts +60 -0
- package/src/icons/defs/actions/edit.ts +36 -0
- package/src/icons/defs/actions/filter.ts +33 -0
- package/src/icons/defs/actions/index.ts +28 -0
- package/src/icons/defs/actions/link.ts +40 -0
- package/src/icons/defs/actions/minus.ts +42 -0
- package/src/icons/defs/actions/paste.ts +39 -0
- package/src/icons/defs/actions/pin.ts +36 -0
- package/src/icons/defs/actions/plus.ts +46 -0
- package/src/icons/defs/actions/redo.ts +37 -0
- package/src/icons/defs/actions/refresh.ts +36 -0
- package/src/icons/defs/actions/save.ts +36 -0
- package/src/icons/defs/actions/search.ts +37 -0
- package/src/icons/defs/actions/share.ts +45 -0
- package/src/icons/defs/actions/sort.ts +39 -0
- package/src/icons/defs/actions/undo.ts +37 -0
- package/src/icons/defs/actions/unlink.ts +44 -0
- package/src/icons/defs/actions/upload.ts +36 -0
- package/src/icons/defs/actions/x.ts +40 -0
- package/src/icons/defs/communication/at-sign.ts +37 -0
- package/src/icons/defs/communication/bell-off.ts +44 -0
- package/src/icons/defs/communication/bell.ts +37 -0
- package/src/icons/defs/communication/inbox.ts +40 -0
- package/src/icons/defs/communication/index.ts +15 -0
- package/src/icons/defs/communication/mail.ts +40 -0
- package/src/icons/defs/communication/message.ts +42 -0
- package/src/icons/defs/communication/phone-off.ts +35 -0
- package/src/icons/defs/communication/phone.ts +36 -0
- package/src/icons/defs/communication/send.ts +37 -0
- package/src/icons/defs/communication/video-call.ts +44 -0
- package/src/icons/defs/data/calendar.ts +55 -0
- package/src/icons/defs/data/chart-bar.ts +48 -0
- package/src/icons/defs/data/chart-line.ts +41 -0
- package/src/icons/defs/data/chart-pie.ts +42 -0
- package/src/icons/defs/data/clock.ts +37 -0
- package/src/icons/defs/data/cloud-download.ts +41 -0
- package/src/icons/defs/data/cloud-upload.ts +41 -0
- package/src/icons/defs/data/cloud.ts +36 -0
- package/src/icons/defs/data/database.ts +50 -0
- package/src/icons/defs/data/hash.ts +43 -0
- package/src/icons/defs/data/index.ts +19 -0
- package/src/icons/defs/data/percent.ts +39 -0
- package/src/icons/defs/data/sync.ts +43 -0
- package/src/icons/defs/data/table.ts +50 -0
- package/src/icons/defs/data/timer.ts +47 -0
- package/src/icons/defs/files/archive.ts +39 -0
- package/src/icons/defs/files/attachment.ts +34 -0
- package/src/icons/defs/files/clipboard.ts +45 -0
- package/src/icons/defs/files/file-archive.ts +45 -0
- package/src/icons/defs/files/file-audio.ts +41 -0
- package/src/icons/defs/files/file-code.ts +41 -0
- package/src/icons/defs/files/file-image.ts +41 -0
- package/src/icons/defs/files/file-minus.ts +37 -0
- package/src/icons/defs/files/file-plus.ts +41 -0
- package/src/icons/defs/files/file-text.ts +41 -0
- package/src/icons/defs/files/file-video.ts +37 -0
- package/src/icons/defs/files/file.ts +34 -0
- package/src/icons/defs/files/folder-open.ts +34 -0
- package/src/icons/defs/files/folder-plus.ts +38 -0
- package/src/icons/defs/files/folder.ts +30 -0
- package/src/icons/defs/files/index.ts +20 -0
- package/src/icons/defs/index.ts +58 -0
- package/src/icons/defs/media/camera-off.ts +39 -0
- package/src/icons/defs/media/camera.ts +34 -0
- package/src/icons/defs/media/fast-forward.ts +34 -0
- package/src/icons/defs/media/image.ts +39 -0
- package/src/icons/defs/media/index.ts +22 -0
- package/src/icons/defs/media/mic-off.ts +44 -0
- package/src/icons/defs/media/mic.ts +39 -0
- package/src/icons/defs/media/music.ts +39 -0
- package/src/icons/defs/media/pause.ts +36 -0
- package/src/icons/defs/media/play.ts +34 -0
- package/src/icons/defs/media/rewind.ts +34 -0
- package/src/icons/defs/media/skip-back.ts +34 -0
- package/src/icons/defs/media/skip-forward.ts +34 -0
- package/src/icons/defs/media/stop.ts +34 -0
- package/src/icons/defs/media/video.ts +39 -0
- package/src/icons/defs/media/volume-high.ts +39 -0
- package/src/icons/defs/media/volume-low.ts +34 -0
- package/src/icons/defs/media/volume-off.ts +34 -0
- package/src/icons/defs/navigation/arrow-down.ts +34 -0
- package/src/icons/defs/navigation/arrow-left.ts +34 -0
- package/src/icons/defs/navigation/arrow-right.ts +34 -0
- package/src/icons/defs/navigation/arrow-up.ts +34 -0
- package/src/icons/defs/navigation/chevron-down.ts +31 -0
- package/src/icons/defs/navigation/chevron-left.ts +31 -0
- package/src/icons/defs/navigation/chevron-right.ts +31 -0
- package/src/icons/defs/navigation/chevron-up.ts +31 -0
- package/src/icons/defs/navigation/external-link.ts +37 -0
- package/src/icons/defs/navigation/home.ts +34 -0
- package/src/icons/defs/navigation/index.ts +19 -0
- package/src/icons/defs/navigation/maximize.ts +36 -0
- package/src/icons/defs/navigation/menu-dots.ts +42 -0
- package/src/icons/defs/navigation/menu.ts +42 -0
- package/src/icons/defs/navigation/minimize.ts +32 -0
- package/src/icons/defs/security/eye-off.ts +42 -0
- package/src/icons/defs/security/eye.ts +37 -0
- package/src/icons/defs/security/fingerprint.ts +51 -0
- package/src/icons/defs/security/index.ts +20 -0
- package/src/icons/defs/security/key.ts +43 -0
- package/src/icons/defs/security/lock.ts +40 -0
- package/src/icons/defs/security/log-in.ts +40 -0
- package/src/icons/defs/security/log-out.ts +40 -0
- package/src/icons/defs/security/shield-check.ts +34 -0
- package/src/icons/defs/security/shield-x.ts +38 -0
- package/src/icons/defs/security/shield.ts +36 -0
- package/src/icons/defs/security/unlock.ts +40 -0
- package/src/icons/defs/security/user-minus.ts +39 -0
- package/src/icons/defs/security/user-plus.ts +43 -0
- package/src/icons/defs/security/user.ts +41 -0
- package/src/icons/defs/security/users.ts +43 -0
- package/src/icons/defs/social/award.ts +41 -0
- package/src/icons/defs/social/bookmark-filled.ts +24 -0
- package/src/icons/defs/social/bookmark.ts +25 -0
- package/src/icons/defs/social/flag.ts +35 -0
- package/src/icons/defs/social/heart-filled.ts +24 -0
- package/src/icons/defs/social/heart.ts +25 -0
- package/src/icons/defs/social/index.ts +11 -0
- package/src/icons/defs/social/star-filled.ts +24 -0
- package/src/icons/defs/social/star.ts +25 -0
- package/src/icons/defs/social/thumbs-down.ts +42 -0
- package/src/icons/defs/social/thumbs-up.ts +42 -0
- package/src/icons/defs/social/trending.ts +36 -0
- package/src/icons/defs/status/battery-charging.ts +30 -0
- package/src/icons/defs/status/battery-full.ts +30 -0
- package/src/icons/defs/status/battery-low.ts +31 -0
- package/src/icons/defs/status/error.ts +31 -0
- package/src/icons/defs/status/help.ts +30 -0
- package/src/icons/defs/status/index.ts +12 -0
- package/src/icons/defs/status/info.ts +30 -0
- package/src/icons/defs/status/loading.ts +52 -0
- package/src/icons/defs/status/offline.ts +28 -0
- package/src/icons/defs/status/online.ts +30 -0
- package/src/icons/defs/status/progress.ts +31 -0
- package/src/icons/defs/status/success.ts +27 -0
- package/src/icons/defs/status/warning.ts +30 -0
- package/src/icons/defs/tech/api.ts +55 -0
- package/src/icons/defs/tech/bluetooth.ts +33 -0
- package/src/icons/defs/tech/bug.ts +58 -0
- package/src/icons/defs/tech/chip.ts +80 -0
- package/src/icons/defs/tech/circuit.ts +57 -0
- package/src/icons/defs/tech/code.ts +36 -0
- package/src/icons/defs/tech/cpu.ts +58 -0
- package/src/icons/defs/tech/git-branch.ts +41 -0
- package/src/icons/defs/tech/git-commit.ts +38 -0
- package/src/icons/defs/tech/git-merge.ts +46 -0
- package/src/icons/defs/tech/git-pull.ts +50 -0
- package/src/icons/defs/tech/globe.ts +36 -0
- package/src/icons/defs/tech/index.ts +27 -0
- package/src/icons/defs/tech/memory.ts +61 -0
- package/src/icons/defs/tech/qr-code.ts +81 -0
- package/src/icons/defs/tech/server.ts +45 -0
- package/src/icons/defs/tech/settings.ts +33 -0
- package/src/icons/defs/tech/signal.ts +43 -0
- package/src/icons/defs/tech/sliders.ts +63 -0
- package/src/icons/defs/tech/terminal.ts +36 -0
- package/src/icons/defs/tech/wifi-off.ts +43 -0
- package/src/icons/defs/tech/wifi.ts +38 -0
- package/src/icons/defs/tech/zap.ts +30 -0
- package/src/icons/icon-list.ts +305 -0
- package/src/icons/index.ts +95 -0
- package/src/icons/individual.ts +210 -0
- package/src/icons/registry.ts +2276 -0
- package/src/icons/svg/actions/check.svg +5 -0
- package/src/icons/svg/actions/copy.svg +6 -0
- package/src/icons/svg/actions/cut.svg +7 -0
- package/src/icons/svg/actions/delete.svg +7 -0
- package/src/icons/svg/actions/download.svg +5 -0
- package/src/icons/svg/actions/drag.svg +8 -0
- package/src/icons/svg/actions/edit.svg +5 -0
- package/src/icons/svg/actions/filter.svg +4 -0
- package/src/icons/svg/actions/link.svg +6 -0
- package/src/icons/svg/actions/minus.svg +7 -0
- package/src/icons/svg/actions/paste.svg +6 -0
- package/src/icons/svg/actions/pin.svg +5 -0
- package/src/icons/svg/actions/plus.svg +8 -0
- package/src/icons/svg/actions/redo.svg +5 -0
- package/src/icons/svg/actions/refresh.svg +5 -0
- package/src/icons/svg/actions/save.svg +5 -0
- package/src/icons/svg/actions/search.svg +5 -0
- package/src/icons/svg/actions/share.svg +7 -0
- package/src/icons/svg/actions/sort.svg +6 -0
- package/src/icons/svg/actions/undo.svg +5 -0
- package/src/icons/svg/actions/unlink.svg +7 -0
- package/src/icons/svg/actions/upload.svg +5 -0
- package/src/icons/svg/actions/x.svg +6 -0
- package/src/icons/svg/communication/at-sign.svg +5 -0
- package/src/icons/svg/communication/bell-off.svg +8 -0
- package/src/icons/svg/communication/bell.svg +5 -0
- package/src/icons/svg/communication/inbox.svg +6 -0
- package/src/icons/svg/communication/mail.svg +6 -0
- package/src/icons/svg/communication/message.svg +6 -0
- package/src/icons/svg/communication/phone-off.svg +4 -0
- package/src/icons/svg/communication/phone.svg +5 -0
- package/src/icons/svg/communication/send.svg +5 -0
- package/src/icons/svg/communication/video-call.svg +7 -0
- package/src/icons/svg/data/calendar.svg +11 -0
- package/src/icons/svg/data/chart-bar.svg +6 -0
- package/src/icons/svg/data/chart-line.svg +5 -0
- package/src/icons/svg/data/chart-pie.svg +6 -0
- package/src/icons/svg/data/clock.svg +5 -0
- package/src/icons/svg/data/cloud-download.svg +5 -0
- package/src/icons/svg/data/cloud-upload.svg +5 -0
- package/src/icons/svg/data/cloud.svg +4 -0
- package/src/icons/svg/data/database.svg +7 -0
- package/src/icons/svg/data/hash.svg +6 -0
- package/src/icons/svg/data/percent.svg +5 -0
- package/src/icons/svg/data/sync.svg +6 -0
- package/src/icons/svg/data/table.svg +7 -0
- package/src/icons/svg/data/timer.svg +7 -0
- package/src/icons/svg/files/archive.svg +5 -0
- package/src/icons/svg/files/attachment.svg +4 -0
- package/src/icons/svg/files/clipboard.svg +6 -0
- package/src/icons/svg/files/file-archive.svg +7 -0
- package/src/icons/svg/files/file-audio.svg +6 -0
- package/src/icons/svg/files/file-code.svg +6 -0
- package/src/icons/svg/files/file-image.svg +6 -0
- package/src/icons/svg/files/file-minus.svg +5 -0
- package/src/icons/svg/files/file-plus.svg +6 -0
- package/src/icons/svg/files/file-text.svg +6 -0
- package/src/icons/svg/files/file-video.svg +5 -0
- package/src/icons/svg/files/file.svg +4 -0
- package/src/icons/svg/files/folder-open.svg +4 -0
- package/src/icons/svg/files/folder-plus.svg +5 -0
- package/src/icons/svg/files/folder.svg +3 -0
- package/src/icons/svg/media/camera-off.svg +5 -0
- package/src/icons/svg/media/camera.svg +4 -0
- package/src/icons/svg/media/fast-forward.svg +4 -0
- package/src/icons/svg/media/image.svg +5 -0
- package/src/icons/svg/media/mic-off.svg +6 -0
- package/src/icons/svg/media/mic.svg +5 -0
- package/src/icons/svg/media/music.svg +5 -0
- package/src/icons/svg/media/pause.svg +4 -0
- package/src/icons/svg/media/play.svg +4 -0
- package/src/icons/svg/media/rewind.svg +4 -0
- package/src/icons/svg/media/skip-back.svg +4 -0
- package/src/icons/svg/media/skip-forward.svg +4 -0
- package/src/icons/svg/media/stop.svg +4 -0
- package/src/icons/svg/media/video.svg +5 -0
- package/src/icons/svg/media/volume-high.svg +5 -0
- package/src/icons/svg/media/volume-low.svg +4 -0
- package/src/icons/svg/media/volume-off.svg +4 -0
- package/src/icons/svg/navigation/arrow-down.svg +4 -0
- package/src/icons/svg/navigation/arrow-left.svg +4 -0
- package/src/icons/svg/navigation/arrow-right.svg +4 -0
- package/src/icons/svg/navigation/arrow-up.svg +4 -0
- package/src/icons/svg/navigation/chevron-down.svg +3 -0
- package/src/icons/svg/navigation/chevron-left.svg +3 -0
- package/src/icons/svg/navigation/chevron-right.svg +3 -0
- package/src/icons/svg/navigation/chevron-up.svg +3 -0
- package/src/icons/svg/navigation/external-link.svg +5 -0
- package/src/icons/svg/navigation/home.svg +4 -0
- package/src/icons/svg/navigation/maximize.svg +3 -0
- package/src/icons/svg/navigation/menu-dots.svg +5 -0
- package/src/icons/svg/navigation/menu.svg +5 -0
- package/src/icons/svg/navigation/minimize.svg +3 -0
- package/src/icons/svg/security/eye-off.svg +6 -0
- package/src/icons/svg/security/eye.svg +5 -0
- package/src/icons/svg/security/fingerprint.svg +9 -0
- package/src/icons/svg/security/key.svg +7 -0
- package/src/icons/svg/security/lock.svg +6 -0
- package/src/icons/svg/security/log-in.svg +6 -0
- package/src/icons/svg/security/log-out.svg +6 -0
- package/src/icons/svg/security/shield-check.svg +4 -0
- package/src/icons/svg/security/shield-x.svg +5 -0
- package/src/icons/svg/security/shield.svg +5 -0
- package/src/icons/svg/security/unlock.svg +6 -0
- package/src/icons/svg/security/user-minus.svg +5 -0
- package/src/icons/svg/security/user-plus.svg +6 -0
- package/src/icons/svg/security/user.svg +6 -0
- package/src/icons/svg/security/users.svg +6 -0
- package/src/icons/svg/social/award.svg +5 -0
- package/src/icons/svg/social/bookmark-filled.svg +3 -0
- package/src/icons/svg/social/bookmark.svg +3 -0
- package/src/icons/svg/social/flag.svg +4 -0
- package/src/icons/svg/social/heart-filled.svg +3 -0
- package/src/icons/svg/social/heart.svg +3 -0
- package/src/icons/svg/social/star-filled.svg +3 -0
- package/src/icons/svg/social/star.svg +3 -0
- package/src/icons/svg/social/thumbs-down.svg +5 -0
- package/src/icons/svg/social/thumbs-up.svg +5 -0
- package/src/icons/svg/social/trending.svg +4 -0
- package/src/icons/svg/status/battery-charging.svg +5 -0
- package/src/icons/svg/status/battery-full.svg +5 -0
- package/src/icons/svg/status/battery-low.svg +5 -0
- package/src/icons/svg/status/error.svg +5 -0
- package/src/icons/svg/status/help.svg +5 -0
- package/src/icons/svg/status/info.svg +5 -0
- package/src/icons/svg/status/loading.svg +10 -0
- package/src/icons/svg/status/offline.svg +4 -0
- package/src/icons/svg/status/online.svg +5 -0
- package/src/icons/svg/status/progress.svg +5 -0
- package/src/icons/svg/status/success.svg +4 -0
- package/src/icons/svg/status/warning.svg +5 -0
- package/src/icons/svg/tech/api.svg +10 -0
- package/src/icons/svg/tech/bluetooth.svg +4 -0
- package/src/icons/svg/tech/bug.svg +11 -0
- package/src/icons/svg/tech/chip.svg +16 -0
- package/src/icons/svg/tech/circuit.svg +15 -0
- package/src/icons/svg/tech/code.svg +5 -0
- package/src/icons/svg/tech/cpu.svg +12 -0
- package/src/icons/svg/tech/git-branch.svg +6 -0
- package/src/icons/svg/tech/git-commit.svg +5 -0
- package/src/icons/svg/tech/git-merge.svg +7 -0
- package/src/icons/svg/tech/git-pull.svg +8 -0
- package/src/icons/svg/tech/globe.svg +5 -0
- package/src/icons/svg/tech/memory.svg +12 -0
- package/src/icons/svg/tech/qr-code.svg +9 -0
- package/src/icons/svg/tech/server.svg +7 -0
- package/src/icons/svg/tech/settings.svg +4 -0
- package/src/icons/svg/tech/signal.svg +7 -0
- package/src/icons/svg/tech/sliders.svg +11 -0
- package/src/icons/svg/tech/terminal.svg +5 -0
- package/src/icons/svg/tech/wifi-off.svg +7 -0
- package/src/icons/svg/tech/wifi.svg +6 -0
- package/src/icons/svg/tech/zap.svg +3 -0
- package/src/icons/types.ts +73 -0
- package/src/icons/utils.ts +216 -0
- package/src/scss/components/_alerts.scss +76 -0
- package/src/scss/components/_badges.scss +198 -0
- package/src/scss/components/_buttons.scss +180 -0
- package/src/scss/components/_cards.scss +178 -0
- package/src/scss/components/_dropdown.scss +213 -0
- package/src/scss/components/_index.scss +19 -0
- package/src/scss/components/_inputs.scss +193 -0
- package/src/scss/components/_modal.scss +303 -0
- package/src/scss/components/_nav.scss +116 -0
- package/src/scss/components/_progress.scss +218 -0
- package/src/scss/components/_skeleton.scss +337 -0
- package/src/scss/components/_spinner.scss +300 -0
- package/src/scss/components/_tables.scss +244 -0
- package/src/scss/components/_tabs.scss +327 -0
- package/src/scss/components/_terminal.scss +259 -0
- package/src/scss/core/_base.scss +25 -0
- package/src/scss/core/_index.scss +6 -0
- package/src/scss/core/_layers.scss +5 -0
- package/src/scss/core/_mixins.scss +96 -0
- package/src/scss/core/_reset.scss +26 -0
- package/src/scss/core/_typography.scss +43 -0
- package/src/scss/core/_variables.scss +163 -0
- package/src/scss/cybercore.scss +46 -0
- package/src/scss/effects/_datastream.scss +43 -0
- package/src/scss/effects/_glitch.scss +389 -0
- package/src/scss/effects/_index.scss +9 -0
- package/src/scss/effects/_neon-border.scss +107 -0
- package/src/scss/effects/_noise.scss +75 -0
- package/src/scss/effects/_scanlines.scss +86 -0
- package/src/scss/utilities/_accessibility.scss +57 -0
- package/src/scss/utilities/_animation.scss +246 -0
- package/src/scss/utilities/_backgrounds.scss +201 -0
- package/src/scss/utilities/_borders.scss +198 -0
- package/src/scss/utilities/_display.scss +33 -0
- package/src/scss/utilities/_filters.scss +279 -0
- package/src/scss/utilities/_flex.scss +95 -0
- package/src/scss/utilities/_grid.scss +68 -0
- package/src/scss/utilities/_icons.scss +152 -0
- package/src/scss/utilities/_index.scss +35 -0
- package/src/scss/utilities/_interactivity.scss +186 -0
- package/src/scss/utilities/_layout.scss +202 -0
- package/src/scss/utilities/_position.scss +168 -0
- package/src/scss/utilities/_shadows.scss +164 -0
- package/src/scss/utilities/_sizing.scss +229 -0
- package/src/scss/utilities/_spacing.scss +185 -0
- package/src/scss/utilities/_text.scss +177 -0
- package/src/scss/utilities/_transforms.scss +212 -0
- package/src/scss/utilities/_transitions.scss +174 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Git Branch Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const gitBranch: IconDefinition = {
|
|
8
|
+
name: 'git-branch',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Git branch',
|
|
11
|
+
tags: ['git', 'branch', 'version-control', 'source', 'code'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<line x1="6" y1="3" x2="6" y2="15"/>
|
|
14
|
+
<circle cx="18" cy="6" r="2"/>
|
|
15
|
+
<circle cx="6" cy="18" r="2"/>
|
|
16
|
+
<path d="M18 9a9 9 0 0 1-9 9"/>
|
|
17
|
+
</svg>`,
|
|
18
|
+
variants: {
|
|
19
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
20
|
+
<circle cx="6" cy="18" r="2.5"/>
|
|
21
|
+
<circle cx="18" cy="6" r="2.5"/>
|
|
22
|
+
<path d="M6 15.5V3h1.5v12.5H6zm12 3.5a9 9 0 01-9-9v-1.5a10.5 10.5 0 0010.5 10.5V19z"/>
|
|
23
|
+
</svg>`,
|
|
24
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
25
|
+
<line x1="6" y1="3" x2="6" y2="15" opacity="0.3"/>
|
|
26
|
+
<circle cx="18" cy="6" r="2" fill="currentColor"/>
|
|
27
|
+
<circle cx="6" cy="18" r="2" fill="currentColor"/>
|
|
28
|
+
<path d="M18 9a9 9 0 0 1-9 9" opacity="0.3"/>
|
|
29
|
+
</svg>`,
|
|
30
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
31
|
+
<line x1="6" y1="3" x2="6" y2="15"/>
|
|
32
|
+
<circle cx="18" cy="6" r="2"/>
|
|
33
|
+
<circle cx="18" cy="6" r="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
34
|
+
<circle cx="6" cy="18" r="2"/>
|
|
35
|
+
<circle cx="6" cy="18" r="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
36
|
+
<path d="M18 9a9 9 0 0 1-9 9"/>
|
|
37
|
+
</svg>`,
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export default gitBranch;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Git Commit Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const gitCommit: IconDefinition = {
|
|
8
|
+
name: 'git-commit',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Git commit (circle with line)',
|
|
11
|
+
tags: ['git', 'commit', 'version-control', 'change', 'history'],
|
|
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="3"/>
|
|
14
|
+
<line x1="3" y1="12" x2="9" y2="12"/>
|
|
15
|
+
<line x1="15" y1="12" x2="21" y2="12"/>
|
|
16
|
+
</svg>`,
|
|
17
|
+
variants: {
|
|
18
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
19
|
+
<circle cx="12" cy="12" r="4"/>
|
|
20
|
+
<rect x="3" y="11" width="6" height="2"/>
|
|
21
|
+
<rect x="15" y="11" width="6" height="2"/>
|
|
22
|
+
</svg>`,
|
|
23
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
24
|
+
<circle cx="12" cy="12" r="3" fill="currentColor" opacity="0.3"/>
|
|
25
|
+
<line x1="3" y1="12" x2="9" y2="12"/>
|
|
26
|
+
<line x1="15" y1="12" x2="21" y2="12"/>
|
|
27
|
+
</svg>`,
|
|
28
|
+
glitch: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
29
|
+
<circle cx="12" cy="12" r="3"/>
|
|
30
|
+
<circle cx="12" cy="12" r="3" transform="translate(1,-1)" opacity="0.4"/>
|
|
31
|
+
<line x1="3" y1="12" x2="9" y2="12"/>
|
|
32
|
+
<line x1="15" y1="12" x2="21" y2="12"/>
|
|
33
|
+
<line x1="3" y1="12" x2="9" y2="12" transform="translate(1,-1)" opacity="0.4"/>
|
|
34
|
+
</svg>`,
|
|
35
|
+
},
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export default gitCommit;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Git Merge Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const gitMerge: IconDefinition = {
|
|
8
|
+
name: 'git-merge',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Git merge',
|
|
11
|
+
tags: ['git', 'merge', 'version-control', 'combine', 'integrate'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<circle cx="18" cy="18" r="2"/>
|
|
14
|
+
<circle cx="6" cy="6" r="2"/>
|
|
15
|
+
<path d="M6 8v7a2 2 0 0 0 2 2h8"/>
|
|
16
|
+
<line x1="18" y1="16" x2="18" y2="11"/>
|
|
17
|
+
<line x1="16" y1="11" x2="20" y2="11"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
21
|
+
<circle cx="18" cy="18" r="2.5"/>
|
|
22
|
+
<circle cx="6" cy="6" r="2.5"/>
|
|
23
|
+
<path d="M6 8.5v6.5a2 2 0 002 2h10v-1.5H8a.5.5 0 01-.5-.5V8.5H6z"/>
|
|
24
|
+
<rect x="16" y="10.5" width="4" height="1"/>
|
|
25
|
+
<rect x="17.25" y="11" width="1.5" height="5"/>
|
|
26
|
+
</svg>`,
|
|
27
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
28
|
+
<circle cx="18" cy="18" r="2" fill="currentColor"/>
|
|
29
|
+
<circle cx="6" cy="6" r="2" fill="currentColor"/>
|
|
30
|
+
<path d="M6 8v7a2 2 0 0 0 2 2h8" opacity="0.3"/>
|
|
31
|
+
<line x1="18" y1="16" x2="18" y2="11" opacity="0.3"/>
|
|
32
|
+
<line x1="16" y1="11" x2="20" y2="11"/>
|
|
33
|
+
</svg>`,
|
|
34
|
+
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">
|
|
35
|
+
<circle cx="18" cy="18" r="2"/>
|
|
36
|
+
<circle cx="18" cy="18" r="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
37
|
+
<circle cx="6" cy="6" r="2"/>
|
|
38
|
+
<circle cx="6" cy="6" r="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
39
|
+
<path d="M6 8v7a2 2 0 0 0 2 2h8"/>
|
|
40
|
+
<line x1="18" y1="16" x2="18" y2="11"/>
|
|
41
|
+
<line x1="16" y1="11" x2="20" y2="11"/>
|
|
42
|
+
</svg>`,
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export default gitMerge;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Git Pull Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const gitPull: IconDefinition = {
|
|
8
|
+
name: 'git-pull',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Git pull request',
|
|
11
|
+
tags: ['git', 'pull', 'request', 'pr', 'review'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<circle cx="18" cy="18" r="2"/>
|
|
14
|
+
<circle cx="18" cy="6" r="2"/>
|
|
15
|
+
<circle cx="6" cy="18" r="2"/>
|
|
16
|
+
<line x1="18" y1="8" x2="18" y2="16"/>
|
|
17
|
+
<line x1="6" y1="9" x2="6" y2="16"/>
|
|
18
|
+
<polyline points="14 6 18 2 22 6"/>
|
|
19
|
+
</svg>`,
|
|
20
|
+
variants: {
|
|
21
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
22
|
+
<circle cx="18" cy="18" r="2.5"/>
|
|
23
|
+
<circle cx="18" cy="6" r="2.5"/>
|
|
24
|
+
<circle cx="6" cy="18" r="2.5"/>
|
|
25
|
+
<rect x="17.25" y="8" width="1.5" height="8"/>
|
|
26
|
+
<rect x="5.25" y="9" width="1.5" height="7"/>
|
|
27
|
+
<path d="M18 2l4 4h-2.5v1h-3V6H14l4-4z"/>
|
|
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
|
+
<circle cx="18" cy="18" r="2" fill="currentColor"/>
|
|
31
|
+
<circle cx="18" cy="6" r="2" fill="currentColor"/>
|
|
32
|
+
<circle cx="6" cy="18" r="2" fill="currentColor"/>
|
|
33
|
+
<line x1="18" y1="8" x2="18" y2="16" opacity="0.3"/>
|
|
34
|
+
<line x1="6" y1="9" x2="6" y2="16" opacity="0.3"/>
|
|
35
|
+
<polyline points="14 6 18 2 22 6"/>
|
|
36
|
+
</svg>`,
|
|
37
|
+
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">
|
|
38
|
+
<circle cx="18" cy="18" r="2"/>
|
|
39
|
+
<circle cx="18" cy="18" r="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
40
|
+
<circle cx="18" cy="6" r="2"/>
|
|
41
|
+
<circle cx="6" cy="18" r="2"/>
|
|
42
|
+
<line x1="18" y1="8" x2="18" y2="16"/>
|
|
43
|
+
<line x1="6" y1="9" x2="6" y2="16"/>
|
|
44
|
+
<polyline points="14 6 18 2 22 6"/>
|
|
45
|
+
<polyline points="14 6 18 2 22 6" transform="translate(1,-1)" opacity="0.4"/>
|
|
46
|
+
</svg>`,
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export default gitPull;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Globe Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const globe: IconDefinition = {
|
|
8
|
+
name: 'globe',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Globe/world/internet',
|
|
11
|
+
tags: ['globe', 'world', 'internet', 'web', 'network', 'global'],
|
|
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="M2 12h20"/>
|
|
15
|
+
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
|
|
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="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/>
|
|
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="M2 12h20"/>
|
|
24
|
+
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
|
|
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
|
+
<circle cx="12" cy="12" r="10"/>
|
|
28
|
+
<circle cx="12" cy="12" r="10" transform="translate(1,-1)" opacity="0.4"/>
|
|
29
|
+
<path d="M2 12h20"/>
|
|
30
|
+
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
|
|
31
|
+
<path d="M2 12h20" transform="translate(1,-1)" opacity="0.4"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default globe;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tech Category Icons
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export { api } from './api';
|
|
7
|
+
export { bluetooth } from './bluetooth';
|
|
8
|
+
export { bug } from './bug';
|
|
9
|
+
export { chip } from './chip';
|
|
10
|
+
export { circuit } from './circuit';
|
|
11
|
+
export { code } from './code';
|
|
12
|
+
export { cpu } from './cpu';
|
|
13
|
+
export { gitBranch } from './git-branch';
|
|
14
|
+
export { gitCommit } from './git-commit';
|
|
15
|
+
export { gitMerge } from './git-merge';
|
|
16
|
+
export { gitPull } from './git-pull';
|
|
17
|
+
export { globe } from './globe';
|
|
18
|
+
export { memory } from './memory';
|
|
19
|
+
export { qrCode } from './qr-code';
|
|
20
|
+
export { server } from './server';
|
|
21
|
+
export { settings } from './settings';
|
|
22
|
+
export { signal } from './signal';
|
|
23
|
+
export { sliders } from './sliders';
|
|
24
|
+
export { terminal } from './terminal';
|
|
25
|
+
export { wifi } from './wifi';
|
|
26
|
+
export { wifiOff } from './wifi-off';
|
|
27
|
+
export { zap } from './zap';
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Memory Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const memory: IconDefinition = {
|
|
8
|
+
name: 'memory',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Memory/RAM module',
|
|
11
|
+
tags: ['memory', 'ram', 'chip', 'hardware', 'storage'],
|
|
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="6" width="16" height="12" rx="1"/>
|
|
14
|
+
<line x1="4" y1="10" x2="20" y2="10"/>
|
|
15
|
+
<line x1="8" y1="2" x2="8" y2="6"/>
|
|
16
|
+
<line x1="12" y1="2" x2="12" y2="6"/>
|
|
17
|
+
<line x1="16" y1="2" x2="16" y2="6"/>
|
|
18
|
+
<line x1="8" y1="18" x2="8" y2="22"/>
|
|
19
|
+
<line x1="12" y1="18" x2="12" y2="22"/>
|
|
20
|
+
<line x1="16" y1="18" x2="16" y2="22"/>
|
|
21
|
+
<line x1="7" y1="13" x2="7" y2="15"/>
|
|
22
|
+
<line x1="12" y1="13" x2="12" y2="15"/>
|
|
23
|
+
<line x1="17" y1="13" x2="17" y2="15"/>
|
|
24
|
+
</svg>`,
|
|
25
|
+
variants: {
|
|
26
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
27
|
+
<path d="M7 2h2v4H7V2zm4 0h2v4h-2V2zm4 0h2v4h-2V2z"/>
|
|
28
|
+
<rect x="4" y="6" width="16" height="12" rx="1"/>
|
|
29
|
+
<path d="M7 18h2v4H7v-4zm4 0h2v4h-2v-4zm4 0h2v4h-2v-4z"/>
|
|
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="6" width="16" height="12" rx="1" fill="currentColor" opacity="0.3"/>
|
|
33
|
+
<line x1="4" y1="10" x2="20" y2="10"/>
|
|
34
|
+
<line x1="8" y1="2" x2="8" y2="6"/>
|
|
35
|
+
<line x1="12" y1="2" x2="12" y2="6"/>
|
|
36
|
+
<line x1="16" y1="2" x2="16" y2="6"/>
|
|
37
|
+
<line x1="8" y1="18" x2="8" y2="22"/>
|
|
38
|
+
<line x1="12" y1="18" x2="12" y2="22"/>
|
|
39
|
+
<line x1="16" y1="18" x2="16" y2="22"/>
|
|
40
|
+
<line x1="7" y1="13" x2="7" y2="15"/>
|
|
41
|
+
<line x1="12" y1="13" x2="12" y2="15"/>
|
|
42
|
+
<line x1="17" y1="13" x2="17" y2="15"/>
|
|
43
|
+
</svg>`,
|
|
44
|
+
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">
|
|
45
|
+
<rect x="4" y="6" width="16" height="12" rx="1"/>
|
|
46
|
+
<rect x="4" y="6" width="16" height="12" rx="1" transform="translate(1,-1)" opacity="0.4"/>
|
|
47
|
+
<line x1="4" y1="10" x2="20" y2="10"/>
|
|
48
|
+
<line x1="8" y1="2" x2="8" y2="6"/>
|
|
49
|
+
<line x1="12" y1="2" x2="12" y2="6"/>
|
|
50
|
+
<line x1="16" y1="2" x2="16" y2="6"/>
|
|
51
|
+
<line x1="8" y1="18" x2="8" y2="22"/>
|
|
52
|
+
<line x1="12" y1="18" x2="12" y2="22"/>
|
|
53
|
+
<line x1="16" y1="18" x2="16" y2="22"/>
|
|
54
|
+
<line x1="7" y1="13" x2="7" y2="15"/>
|
|
55
|
+
<line x1="12" y1="13" x2="12" y2="15"/>
|
|
56
|
+
<line x1="17" y1="13" x2="17" y2="15"/>
|
|
57
|
+
</svg>`,
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export default memory;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* QR Code Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const qrCode: IconDefinition = {
|
|
8
|
+
name: 'qr-code',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'QR code scanner',
|
|
11
|
+
tags: ['qr', 'code', 'scan', 'barcode', 'reader'],
|
|
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="7" height="7"/>
|
|
14
|
+
<rect x="14" y="3" width="7" height="7"/>
|
|
15
|
+
<rect x="3" y="14" width="7" height="7"/>
|
|
16
|
+
<rect x="5" y="5" width="3" height="3"/>
|
|
17
|
+
<rect x="16" y="5" width="3" height="3"/>
|
|
18
|
+
<rect x="5" y="16" width="3" height="3"/>
|
|
19
|
+
<line x1="14" y1="14" x2="14" y2="15"/>
|
|
20
|
+
<line x1="17" y1="14" x2="17" y2="15"/>
|
|
21
|
+
<line x1="20" y1="14" x2="20" y2="15"/>
|
|
22
|
+
<line x1="14" y1="17" x2="15" y2="17"/>
|
|
23
|
+
<line x1="17" y1="17" x2="18" y2="17"/>
|
|
24
|
+
<line x1="20" y1="17" x2="21" y2="17"/>
|
|
25
|
+
<line x1="14" y1="20" x2="15" y2="20"/>
|
|
26
|
+
<line x1="17" y1="20" x2="18" y2="20"/>
|
|
27
|
+
<line x1="20" y1="20" x2="21" y2="20"/>
|
|
28
|
+
</svg>`,
|
|
29
|
+
variants: {
|
|
30
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
31
|
+
<path d="M3 3h7v7H3V3zm2 2v3h3V5H5zM14 3h7v7h-7V3zm2 2v3h3V5h-3zM3 14h7v7H3v-7zm2 2v3h3v-3H5z"/>
|
|
32
|
+
<rect x="14" y="14" width="1.5" height="1.5"/>
|
|
33
|
+
<rect x="17" y="14" width="1.5" height="1.5"/>
|
|
34
|
+
<rect x="20" y="14" width="1.5" height="1.5"/>
|
|
35
|
+
<rect x="14" y="17" width="1.5" height="1.5"/>
|
|
36
|
+
<rect x="17" y="17" width="1.5" height="1.5"/>
|
|
37
|
+
<rect x="20" y="17" width="1.5" height="1.5"/>
|
|
38
|
+
<rect x="14" y="20" width="1.5" height="1.5"/>
|
|
39
|
+
<rect x="17" y="20" width="1.5" height="1.5"/>
|
|
40
|
+
<rect x="20" y="20" width="1.5" height="1.5"/>
|
|
41
|
+
</svg>`,
|
|
42
|
+
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">
|
|
43
|
+
<rect x="3" y="3" width="7" height="7" fill="currentColor" opacity="0.3"/>
|
|
44
|
+
<rect x="14" y="3" width="7" height="7" fill="currentColor" opacity="0.3"/>
|
|
45
|
+
<rect x="3" y="14" width="7" height="7" fill="currentColor" opacity="0.3"/>
|
|
46
|
+
<rect x="5" y="5" width="3" height="3"/>
|
|
47
|
+
<rect x="16" y="5" width="3" height="3"/>
|
|
48
|
+
<rect x="5" y="16" width="3" height="3"/>
|
|
49
|
+
<line x1="14" y1="14" x2="14" y2="15"/>
|
|
50
|
+
<line x1="17" y1="14" x2="17" y2="15"/>
|
|
51
|
+
<line x1="20" y1="14" x2="20" y2="15"/>
|
|
52
|
+
<line x1="14" y1="17" x2="15" y2="17"/>
|
|
53
|
+
<line x1="17" y1="17" x2="18" y2="17"/>
|
|
54
|
+
<line x1="20" y1="17" x2="21" y2="17"/>
|
|
55
|
+
<line x1="14" y1="20" x2="15" y2="20"/>
|
|
56
|
+
<line x1="17" y1="20" x2="18" y2="20"/>
|
|
57
|
+
<line x1="20" y1="20" x2="21" y2="20"/>
|
|
58
|
+
</svg>`,
|
|
59
|
+
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">
|
|
60
|
+
<rect x="3" y="3" width="7" height="7"/>
|
|
61
|
+
<rect x="3" y="3" width="7" height="7" transform="translate(1,-1)" opacity="0.4"/>
|
|
62
|
+
<rect x="14" y="3" width="7" height="7"/>
|
|
63
|
+
<rect x="14" y="3" width="7" height="7" transform="translate(1,-1)" opacity="0.4"/>
|
|
64
|
+
<rect x="3" y="14" width="7" height="7"/>
|
|
65
|
+
<rect x="5" y="5" width="3" height="3"/>
|
|
66
|
+
<rect x="16" y="5" width="3" height="3"/>
|
|
67
|
+
<rect x="5" y="16" width="3" height="3"/>
|
|
68
|
+
<line x1="14" y1="14" x2="14" y2="15"/>
|
|
69
|
+
<line x1="17" y1="14" x2="17" y2="15"/>
|
|
70
|
+
<line x1="20" y1="14" x2="20" y2="15"/>
|
|
71
|
+
<line x1="14" y1="17" x2="15" y2="17"/>
|
|
72
|
+
<line x1="17" y1="17" x2="18" y2="17"/>
|
|
73
|
+
<line x1="20" y1="17" x2="21" y2="17"/>
|
|
74
|
+
<line x1="14" y1="20" x2="15" y2="20"/>
|
|
75
|
+
<line x1="17" y1="20" x2="18" y2="20"/>
|
|
76
|
+
<line x1="20" y1="20" x2="21" y2="20"/>
|
|
77
|
+
</svg>`,
|
|
78
|
+
},
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export default qrCode;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Server Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const server: IconDefinition = {
|
|
8
|
+
name: 'server',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Server (stacked boxes)',
|
|
11
|
+
tags: ['server', 'hosting', 'datacenter', 'backend', 'infrastructure'],
|
|
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="6" rx="2"/>
|
|
14
|
+
<rect x="3" y="11" width="18" height="6" rx="2"/>
|
|
15
|
+
<rect x="3" y="19" width="18" height="2" rx="1"/>
|
|
16
|
+
<circle cx="7" cy="6" r="0.5"/>
|
|
17
|
+
<circle cx="7" cy="14" r="0.5"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
21
|
+
<rect x="3" y="3" width="18" height="6" rx="2"/>
|
|
22
|
+
<rect x="3" y="11" width="18" height="6" rx="2"/>
|
|
23
|
+
<rect x="3" y="19" width="18" height="2" rx="1"/>
|
|
24
|
+
<circle cx="7" cy="6" r="1"/>
|
|
25
|
+
<circle cx="7" cy="14" r="1"/>
|
|
26
|
+
</svg>`,
|
|
27
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
28
|
+
<rect x="3" y="3" width="18" height="6" rx="2" fill="currentColor" opacity="0.3"/>
|
|
29
|
+
<rect x="3" y="11" width="18" height="6" rx="2" fill="currentColor" opacity="0.3"/>
|
|
30
|
+
<rect x="3" y="19" width="18" height="2" rx="1" fill="currentColor" opacity="0.3"/>
|
|
31
|
+
<circle cx="7" cy="6" r="0.5"/>
|
|
32
|
+
<circle cx="7" cy="14" r="0.5"/>
|
|
33
|
+
</svg>`,
|
|
34
|
+
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">
|
|
35
|
+
<rect x="3" y="3" width="18" height="6" rx="2"/>
|
|
36
|
+
<rect x="3" y="3" width="18" height="6" rx="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
37
|
+
<rect x="3" y="11" width="18" height="6" rx="2"/>
|
|
38
|
+
<rect x="3" y="19" width="18" height="2" rx="1"/>
|
|
39
|
+
<circle cx="7" cy="6" r="0.5"/>
|
|
40
|
+
<circle cx="7" cy="14" r="0.5"/>
|
|
41
|
+
</svg>`,
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export default server;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Settings Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const settings: IconDefinition = {
|
|
8
|
+
name: 'settings',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Settings/config (gear)',
|
|
11
|
+
tags: ['settings', 'config', 'gear', 'preferences', 'options'],
|
|
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="3"/>
|
|
14
|
+
<path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/>
|
|
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="M12 8a4 4 0 100 8 4 4 0 000-8zm0 6a2 2 0 110-4 2 2 0 010 4z"/>
|
|
19
|
+
<path d="M20.3 13.4l.7.4c.4.2.6.6.6 1s-.2.8-.6 1l-.7.4c-.2.1-.4.4-.4.6 0 .3.1.5.3.7l.5.5c.4.4.4 1 0 1.4s-1 .4-1.4 0l-.5-.5c-.2-.2-.5-.3-.7-.3-.3 0-.5.1-.6.4l-.4.7c-.2.4-.6.6-1 .6s-.8-.2-1-.6l-.4-.7c-.1-.2-.4-.4-.6-.4-.3 0-.5.1-.7.3l-.5.5c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l.5-.5c.2-.2.3-.5.3-.7 0-.3-.1-.5-.4-.6l-.7-.4c-.4-.2-.6-.6-.6-1s.2-.8.6-1l.7-.4c.2-.1.4-.4.4-.6 0-.3-.1-.5-.3-.7l-.5-.5c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l.5.5c.2.2.5.3.7.3.3 0 .5-.1.6-.4l.4-.7c.2-.4.6-.6 1-.6s.8.2 1 .6l.4.7c.1.2.4.4.6.4.3 0 .5-.1.7-.3l.5-.5c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-.5.5c-.2.2-.3.5-.3.7 0 .3.1.5.4.6l.7.4c.4.2.6.6.6 1s-.2.8-.6 1z"/>
|
|
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="3" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/>
|
|
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="3"/>
|
|
27
|
+
<circle cx="12" cy="12" r="3" transform="translate(1,-1)" opacity="0.4"/>
|
|
28
|
+
<path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/>
|
|
29
|
+
</svg>`,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export default settings;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Signal Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const signal: IconDefinition = {
|
|
8
|
+
name: 'signal',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Signal/broadcast waves',
|
|
11
|
+
tags: ['signal', 'broadcast', 'waves', 'wireless', 'transmission'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<path d="M16.24 7.76a6 6 0 0 1 0 8.48"/>
|
|
14
|
+
<path d="M19.07 4.93a10 10 0 0 1 0 14.14"/>
|
|
15
|
+
<path d="M7.76 16.24a6 6 0 0 1 0-8.48"/>
|
|
16
|
+
<path d="M4.93 19.07a10 10 0 0 1 0-14.14"/>
|
|
17
|
+
<circle cx="12" cy="12" r="2"/>
|
|
18
|
+
</svg>`,
|
|
19
|
+
variants: {
|
|
20
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
21
|
+
<circle cx="12" cy="12" r="2.5"/>
|
|
22
|
+
<path d="M16.5 7.5c2 2 2 5 0 7l1.5 1.5c3-3 3-7.5 0-10.5l-1.5 1.5zM7.5 16.5c-2-2-2-5 0-7L6 8c-3 3-3 7.5 0 10.5l1.5-1.5zM19.3 4.7c4 4 4 10.6 0 14.6l1.4 1.4c5-5 5-12.4 0-17.4l-1.4 1.4zM4.7 19.3c-4-4-4-10.6 0-14.6L3.3 3.3c-5 5-5 12.4 0 17.4l1.4-1.4z"/>
|
|
23
|
+
</svg>`,
|
|
24
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
25
|
+
<path d="M16.24 7.76a6 6 0 0 1 0 8.48" opacity="0.3"/>
|
|
26
|
+
<path d="M19.07 4.93a10 10 0 0 1 0 14.14" opacity="0.3"/>
|
|
27
|
+
<path d="M7.76 16.24a6 6 0 0 1 0-8.48" opacity="0.3"/>
|
|
28
|
+
<path d="M4.93 19.07a10 10 0 0 1 0-14.14" opacity="0.3"/>
|
|
29
|
+
<circle cx="12" cy="12" r="2" fill="currentColor"/>
|
|
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="M16.24 7.76a6 6 0 0 1 0 8.48"/>
|
|
33
|
+
<path d="M16.24 7.76a6 6 0 0 1 0 8.48" transform="translate(1,-1)" opacity="0.4"/>
|
|
34
|
+
<path d="M19.07 4.93a10 10 0 0 1 0 14.14"/>
|
|
35
|
+
<path d="M7.76 16.24a6 6 0 0 1 0-8.48"/>
|
|
36
|
+
<path d="M4.93 19.07a10 10 0 0 1 0-14.14"/>
|
|
37
|
+
<circle cx="12" cy="12" r="2"/>
|
|
38
|
+
<circle cx="12" cy="12" r="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
39
|
+
</svg>`,
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export default signal;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sliders Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const sliders: IconDefinition = {
|
|
8
|
+
name: 'sliders',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Sliders/adjustments',
|
|
11
|
+
tags: ['sliders', 'controls', 'adjustments', 'settings', 'tuning'],
|
|
12
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
13
|
+
<line x1="4" y1="21" x2="4" y2="14"/>
|
|
14
|
+
<line x1="4" y1="10" x2="4" y2="3"/>
|
|
15
|
+
<line x1="12" y1="21" x2="12" y2="12"/>
|
|
16
|
+
<line x1="12" y1="8" x2="12" y2="3"/>
|
|
17
|
+
<line x1="20" y1="21" x2="20" y2="16"/>
|
|
18
|
+
<line x1="20" y1="12" x2="20" y2="3"/>
|
|
19
|
+
<line x1="1" y1="14" x2="7" y2="14"/>
|
|
20
|
+
<line x1="9" y1="8" x2="15" y2="8"/>
|
|
21
|
+
<line x1="17" y1="16" x2="23" y2="16"/>
|
|
22
|
+
</svg>`,
|
|
23
|
+
variants: {
|
|
24
|
+
solid: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
|
|
25
|
+
<rect x="3.25" y="14" width="1.5" height="7"/>
|
|
26
|
+
<rect x="3.25" y="3" width="1.5" height="7"/>
|
|
27
|
+
<rect x="11.25" y="12" width="1.5" height="9"/>
|
|
28
|
+
<rect x="11.25" y="3" width="1.5" height="5"/>
|
|
29
|
+
<rect x="19.25" y="16" width="1.5" height="5"/>
|
|
30
|
+
<rect x="19.25" y="3" width="1.5" height="9"/>
|
|
31
|
+
<rect x="1" y="13" width="6" height="2" rx="1"/>
|
|
32
|
+
<rect x="9" y="7" width="6" height="2" rx="1"/>
|
|
33
|
+
<rect x="17" y="15" width="6" height="2" rx="1"/>
|
|
34
|
+
</svg>`,
|
|
35
|
+
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">
|
|
36
|
+
<line x1="4" y1="21" x2="4" y2="14" opacity="0.3"/>
|
|
37
|
+
<line x1="4" y1="10" x2="4" y2="3" opacity="0.3"/>
|
|
38
|
+
<line x1="12" y1="21" x2="12" y2="12" opacity="0.3"/>
|
|
39
|
+
<line x1="12" y1="8" x2="12" y2="3" opacity="0.3"/>
|
|
40
|
+
<line x1="20" y1="21" x2="20" y2="16" opacity="0.3"/>
|
|
41
|
+
<line x1="20" y1="12" x2="20" y2="3" opacity="0.3"/>
|
|
42
|
+
<line x1="1" y1="14" x2="7" y2="14"/>
|
|
43
|
+
<line x1="9" y1="8" x2="15" y2="8"/>
|
|
44
|
+
<line x1="17" y1="16" x2="23" y2="16"/>
|
|
45
|
+
</svg>`,
|
|
46
|
+
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">
|
|
47
|
+
<line x1="4" y1="21" x2="4" y2="14"/>
|
|
48
|
+
<line x1="4" y1="10" x2="4" y2="3"/>
|
|
49
|
+
<line x1="12" y1="21" x2="12" y2="12"/>
|
|
50
|
+
<line x1="12" y1="8" x2="12" y2="3"/>
|
|
51
|
+
<line x1="20" y1="21" x2="20" y2="16"/>
|
|
52
|
+
<line x1="20" y1="12" x2="20" y2="3"/>
|
|
53
|
+
<line x1="1" y1="14" x2="7" y2="14"/>
|
|
54
|
+
<line x1="1" y1="14" x2="7" y2="14" transform="translate(1,-1)" opacity="0.4"/>
|
|
55
|
+
<line x1="9" y1="8" x2="15" y2="8"/>
|
|
56
|
+
<line x1="9" y1="8" x2="15" y2="8" transform="translate(1,-1)" opacity="0.4"/>
|
|
57
|
+
<line x1="17" y1="16" x2="23" y2="16"/>
|
|
58
|
+
<line x1="17" y1="16" x2="23" y2="16" transform="translate(1,-1)" opacity="0.4"/>
|
|
59
|
+
</svg>`,
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export default sliders;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Terminal Icon
|
|
3
|
+
* @category tech
|
|
4
|
+
*/
|
|
5
|
+
import type { IconDefinition } from '../../types';
|
|
6
|
+
|
|
7
|
+
export const terminal: IconDefinition = {
|
|
8
|
+
name: 'terminal',
|
|
9
|
+
category: 'tech',
|
|
10
|
+
description: 'Terminal/console window',
|
|
11
|
+
tags: ['terminal', 'console', 'command', 'cli', 'shell'],
|
|
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="4" width="20" height="16" rx="2"/>
|
|
14
|
+
<polyline points="6 9 9 12 6 15"/>
|
|
15
|
+
<line x1="12" y1="15" x2="18" y2="15"/>
|
|
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="M4 4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2H4zm2.5 5.7l2.3 2.3-2.3 2.3 1.4 1.4 3.7-3.7-3.7-3.7-1.4 1.4zM18 15h-6v2h6v-2z"/>
|
|
20
|
+
</svg>`,
|
|
21
|
+
duotone: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
22
|
+
<rect x="2" y="4" width="20" height="16" rx="2" fill="currentColor" opacity="0.3"/>
|
|
23
|
+
<polyline points="6 9 9 12 6 15"/>
|
|
24
|
+
<line x1="12" y1="15" x2="18" y2="15"/>
|
|
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
|
+
<rect x="2" y="4" width="20" height="16" rx="2"/>
|
|
28
|
+
<rect x="2" y="4" width="20" height="16" rx="2" transform="translate(1,-1)" opacity="0.4"/>
|
|
29
|
+
<polyline points="6 9 9 12 6 15"/>
|
|
30
|
+
<polyline points="6 9 9 12 6 15" transform="translate(1,-1)" opacity="0.4"/>
|
|
31
|
+
<line x1="12" y1="15" x2="18" y2="15"/>
|
|
32
|
+
</svg>`,
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default terminal;
|