diff options
Diffstat (limited to 'src/_icons')
310 files changed, 2219 insertions, 0 deletions
diff --git a/src/_icons/activity.svg b/src/_icons/activity.svg new file mode 100644 index 00000000..08fbfab6 --- /dev/null +++ b/src/_icons/activity.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="21 12 17 12 14 20 10 4 7 12 3 12" /> +</svg> diff --git a/src/_icons/ajdustments.svg b/src/_icons/ajdustments.svg new file mode 100644 index 00000000..b340ad17 --- /dev/null +++ b/src/_icons/ajdustments.svg @@ -0,0 +1,13 @@ +--- +--- +<svg> + <circle cx="6" cy="10" r="2" /> + <line x1="6" y1="4" x2="6" y2="8" /> + <line x1="6" y1="12" x2="6" y2="20" /> + <circle cx="12" cy="16" r="2" /> + <line x1="12" y1="4" x2="12" y2="14" /> + <line x1="12" y1="18" x2="12" y2="20" /> + <circle cx="18" cy="7" r="2" /> + <line x1="18" y1="4" x2="18" y2="5" /> + <line x1="18" y1="9" x2="18" y2="20" /> +</svg> diff --git a/src/_icons/alert-circle.svg b/src/_icons/alert-circle.svg new file mode 100644 index 00000000..862a4e54 --- /dev/null +++ b/src/_icons/alert-circle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="12" y1="8" x2="12" y2="12" /> + <line x1="12" y1="16" x2="12.01" y2="16" /> +</svg> diff --git a/src/_icons/alert-triangle.svg b/src/_icons/alert-triangle.svg new file mode 100644 index 00000000..4fbb9aa0 --- /dev/null +++ b/src/_icons/alert-triangle.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 9v2m0 4v.01" /> + <path d="M5.07 19H19a2 2 0 001.75 -2.75L13.75 4a2 2 0 00-3.5 0L3.25 16.25a2 2 0 001.75 2.75" /> +</svg> diff --git a/src/_icons/align-center.svg b/src/_icons/align-center.svg new file mode 100644 index 00000000..6848d64c --- /dev/null +++ b/src/_icons/align-center.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="8" y1="12" x2="16" y2="12" /> + <line x1="6" y1="18" x2="18" y2="18" /> +</svg> diff --git a/src/_icons/align-justified.svg b/src/_icons/align-justified.svg new file mode 100644 index 00000000..56b37ae3 --- /dev/null +++ b/src/_icons/align-justified.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="4" y1="18" x2="20" y2="18" /> +</svg> diff --git a/src/_icons/align-left.svg b/src/_icons/align-left.svg new file mode 100644 index 00000000..5a3c9e65 --- /dev/null +++ b/src/_icons/align-left.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="4" y1="12" x2="14" y2="12" /> + <line x1="4" y1="18" x2="18" y2="18" /> +</svg> diff --git a/src/_icons/align-right.svg b/src/_icons/align-right.svg new file mode 100644 index 00000000..244b89c7 --- /dev/null +++ b/src/_icons/align-right.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="10" y1="12" x2="20" y2="12" /> + <line x1="6" y1="18" x2="20" y2="18" /> +</svg> diff --git a/src/_icons/archive.svg b/src/_icons/archive.svg new file mode 100644 index 00000000..0957ea89 --- /dev/null +++ b/src/_icons/archive.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="3" y="4" width="18" height="4" rx="2" /> + <path d="M5 8v10a2 2 0 002 2h10a2 2 0 002 -2v-10" /> + <line x1="10" y1="12" x2="14" y2="12" /> +</svg> diff --git a/src/_icons/arrow-bar-down.svg b/src/_icons/arrow-bar-down.svg new file mode 100644 index 00000000..fde9e64a --- /dev/null +++ b/src/_icons/arrow-bar-down.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="12" y1="20" x2="12" y2="10" /> + <line x1="12" y1="20" x2="16" y2="16" /> + <line x1="12" y1="20" x2="8" y2="16" /> + <line x1="4" y1="4" x2="20" y2="4" /> +</svg> diff --git a/src/_icons/arrow-bar-left.svg b/src/_icons/arrow-bar-left.svg new file mode 100644 index 00000000..0ad1b620 --- /dev/null +++ b/src/_icons/arrow-bar-left.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="4" y1="12" x2="14" y2="12" /> + <line x1="4" y1="12" x2="8" y2="16" /> + <line x1="4" y1="12" x2="8" y2="8" /> + <line x1="20" y1="4" x2="20" y2="20" /> +</svg> diff --git a/src/_icons/arrow-bar-right.svg b/src/_icons/arrow-bar-right.svg new file mode 100644 index 00000000..d8d6e40e --- /dev/null +++ b/src/_icons/arrow-bar-right.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="20" y1="12" x2="10" y2="12" /> + <line x1="20" y1="12" x2="16" y2="16" /> + <line x1="20" y1="12" x2="16" y2="8" /> + <line x1="4" y1="4" x2="4" y2="20" /> +</svg> diff --git a/src/_icons/arrow-bar-up.svg b/src/_icons/arrow-bar-up.svg new file mode 100644 index 00000000..e2a96c27 --- /dev/null +++ b/src/_icons/arrow-bar-up.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="12" y1="4" x2="12" y2="14" /> + <line x1="12" y1="4" x2="16" y2="8" /> + <line x1="12" y1="4" x2="8" y2="8" /> + <line x1="4" y1="20" x2="20" y2="20" /> +</svg> diff --git a/src/_icons/arrow-down-circle.svg b/src/_icons/arrow-down-circle.svg new file mode 100644 index 00000000..cf1f6fb7 --- /dev/null +++ b/src/_icons/arrow-down-circle.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="8" y1="12" x2="12" y2="16" /> + <line x1="12" y1="8" x2="12" y2="16" /> + <line x1="16" y1="12" x2="12" y2="16" /> +</svg> diff --git a/src/_icons/arrow-down-left-circle.svg b/src/_icons/arrow-down-left-circle.svg new file mode 100644 index 00000000..4de13513 --- /dev/null +++ b/src/_icons/arrow-down-left-circle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="15" y1="9" x2="9" y2="15" /> + <polyline points="15 15 9 15 9 9" /> +</svg> diff --git a/src/_icons/arrow-down-left.svg b/src/_icons/arrow-down-left.svg new file mode 100644 index 00000000..b3c17fdc --- /dev/null +++ b/src/_icons/arrow-down-left.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="17" y1="7" x2="7" y2="17" /> + <polyline points="16 17 7 17 7 8" /> +</svg> diff --git a/src/_icons/arrow-down-right-circle.svg b/src/_icons/arrow-down-right-circle.svg new file mode 100644 index 00000000..afc04acb --- /dev/null +++ b/src/_icons/arrow-down-right-circle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="15" y1="15" x2="9" y2="15" /> + <polyline points="15 9 15 15 9 9" /> +</svg> diff --git a/src/_icons/arrow-down-right.svg b/src/_icons/arrow-down-right.svg new file mode 100644 index 00000000..2cdeb09e --- /dev/null +++ b/src/_icons/arrow-down-right.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="7" y1="7" x2="17" y2="17" /> + <polyline points="17 8 17 17 8 17" /> +</svg> diff --git a/src/_icons/arrow-down.svg b/src/_icons/arrow-down.svg new file mode 100644 index 00000000..1b3a61b9 --- /dev/null +++ b/src/_icons/arrow-down.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="18" y1="13" x2="12" y2="19" /> + <line x1="6" y1="13" x2="12" y2="19" /> +</svg> diff --git a/src/_icons/arrow-left-circle.svg b/src/_icons/arrow-left-circle.svg new file mode 100644 index 00000000..03008660 --- /dev/null +++ b/src/_icons/arrow-left-circle.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="8" y1="12" x2="16" y2="12" /> + <line x1="8" y1="12" x2="12" y2="16" /> + <line x1="8" y1="12" x2="12" y2="8" /> +</svg> diff --git a/src/_icons/arrow-left.svg b/src/_icons/arrow-left.svg new file mode 100644 index 00000000..c078b7b7 --- /dev/null +++ b/src/_icons/arrow-left.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> + <line x1="5" y1="12" x2="11" y2="18" /> + <line x1="5" y1="12" x2="11" y2="6" /> +</svg> diff --git a/src/_icons/arrow-narrow-down.svg b/src/_icons/arrow-narrow-down.svg new file mode 100644 index 00000000..69551bc4 --- /dev/null +++ b/src/_icons/arrow-narrow-down.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="16" y1="15" x2="12" y2="19" /> + <line x1="8" y1="15" x2="12" y2="19" /> +</svg> diff --git a/src/_icons/arrow-narrow-left.svg b/src/_icons/arrow-narrow-left.svg new file mode 100644 index 00000000..94bc7a8c --- /dev/null +++ b/src/_icons/arrow-narrow-left.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> + <line x1="5" y1="12" x2="9" y2="16" /> + <line x1="5" y1="12" x2="9" y2="8" /> +</svg> diff --git a/src/_icons/arrow-narrow-right.svg b/src/_icons/arrow-narrow-right.svg new file mode 100644 index 00000000..447dd852 --- /dev/null +++ b/src/_icons/arrow-narrow-right.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> + <line x1="15" y1="16" x2="19" y2="12" /> + <line x1="15" y1="8" x2="19" y2="12" /> +</svg> diff --git a/src/_icons/arrow-narrow-up.svg b/src/_icons/arrow-narrow-up.svg new file mode 100644 index 00000000..0ed04ce1 --- /dev/null +++ b/src/_icons/arrow-narrow-up.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="16" y1="9" x2="12" y2="5" /> + <line x1="8" y1="9" x2="12" y2="5" /> +</svg> diff --git a/src/_icons/arrow-right-circle.svg b/src/_icons/arrow-right-circle.svg new file mode 100644 index 00000000..4a409d76 --- /dev/null +++ b/src/_icons/arrow-right-circle.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="16" y1="12" x2="8" y2="12" /> + <line x1="16" y1="12" x2="12" y2="16" /> + <line x1="16" y1="12" x2="12" y2="8" /> +</svg> diff --git a/src/_icons/arrow-right.svg b/src/_icons/arrow-right.svg new file mode 100644 index 00000000..87b75b95 --- /dev/null +++ b/src/_icons/arrow-right.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> + <line x1="13" y1="18" x2="19" y2="12" /> + <line x1="13" y1="6" x2="19" y2="12" /> +</svg> diff --git a/src/_icons/arrow-up-circle.svg b/src/_icons/arrow-up-circle.svg new file mode 100644 index 00000000..c8142e7c --- /dev/null +++ b/src/_icons/arrow-up-circle.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="12" y1="8" x2="8" y2="12" /> + <line x1="12" y1="8" x2="12" y2="16" /> + <line x1="16" y1="12" x2="12" y2="8" /> +</svg> diff --git a/src/_icons/arrow-up-left-circle.svg b/src/_icons/arrow-up-left-circle.svg new file mode 100644 index 00000000..7d5f597e --- /dev/null +++ b/src/_icons/arrow-up-left-circle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="9" x2="15" y2="15" /> + <polyline points="15 9 9 9 9 15" /> +</svg> diff --git a/src/_icons/arrow-up-left.svg b/src/_icons/arrow-up-left.svg new file mode 100644 index 00000000..b1908b78 --- /dev/null +++ b/src/_icons/arrow-up-left.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="7" y1="7" x2="17" y2="17" /> + <polyline points="16 7 7 7 7 16" /> +</svg> diff --git a/src/_icons/arrow-up-right-circle.svg b/src/_icons/arrow-up-right-circle.svg new file mode 100644 index 00000000..24627038 --- /dev/null +++ b/src/_icons/arrow-up-right-circle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="15" y1="9" x2="9" y2="15" /> + <polyline points="15 15 15 9 9 9" /> +</svg> diff --git a/src/_icons/arrow-up-right.svg b/src/_icons/arrow-up-right.svg new file mode 100644 index 00000000..8f6b867b --- /dev/null +++ b/src/_icons/arrow-up-right.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="17" y1="7" x2="7" y2="17" /> + <polyline points="8 7 17 7 17 16" /> +</svg> diff --git a/src/_icons/arrow-up.svg b/src/_icons/arrow-up.svg new file mode 100644 index 00000000..164dec55 --- /dev/null +++ b/src/_icons/arrow-up.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="18" y1="11" x2="12" y2="5" /> + <line x1="6" y1="11" x2="12" y2="5" /> +</svg> diff --git a/src/_icons/arrows-diagonal-2.svg b/src/_icons/arrows-diagonal-2.svg new file mode 100644 index 00000000..32351faf --- /dev/null +++ b/src/_icons/arrows-diagonal-2.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="16 20 20 20 20 16" /> + <line x1="14" y1="14" x2="20" y2="20" /> + <polyline points="8 4 4 4 4 8" /> + <line x1="4" y1="4" x2="10" y2="10" /> +</svg> diff --git a/src/_icons/arrows-diagonal.svg b/src/_icons/arrows-diagonal.svg new file mode 100644 index 00000000..4e2a9fdd --- /dev/null +++ b/src/_icons/arrows-diagonal.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="16 4 20 4 20 8" /> + <line x1="14" y1="10" x2="20" y2="4" /> + <polyline points="8 20 4 20 4 16" /> + <line x1="4" y1="20" x2="10" y2="14" /> +</svg> diff --git a/src/_icons/arrows-maximize.svg b/src/_icons/arrows-maximize.svg new file mode 100644 index 00000000..cc02da5f --- /dev/null +++ b/src/_icons/arrows-maximize.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <polyline points="16 4 20 4 20 8" /> + <line x1="14" y1="10" x2="20" y2="4" /> + <polyline points="8 20 4 20 4 16" /> + <line x1="4" y1="20" x2="10" y2="14" /> + <polyline points="16 20 20 20 20 16" /> + <line x1="14" y1="14" x2="20" y2="20" /> + <polyline points="8 4 4 4 4 8" /> + <line x1="4" y1="4" x2="10" y2="10" /> +</svg> diff --git a/src/_icons/arrows-minimize.svg b/src/_icons/arrows-minimize.svg new file mode 100644 index 00000000..bb3c0bb4 --- /dev/null +++ b/src/_icons/arrows-minimize.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <polyline points="5 9 9 9 9 5" /> + <line x1="3" y1="3" x2="9" y2="9" /> + <polyline points="5 15 9 15 9 19" /> + <line x1="3" y1="21" x2="9" y2="15" /> + <polyline points="19 9 15 9 15 5" /> + <line x1="15" y1="9" x2="21" y2="3" /> + <polyline points="19 15 15 15 15 19" /> + <line x1="15" y1="15" x2="21" y2="21" /> +</svg> diff --git a/src/_icons/at.svg b/src/_icons/at.svg new file mode 100644 index 00000000..607b904b --- /dev/null +++ b/src/_icons/at.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="4" /> + <path d="M16 12v1.5a2.5 2.5 0 005 0v-1.5a9 9 0 10-5.5 8.28" /> +</svg> diff --git a/src/_icons/backspace.svg b/src/_icons/backspace.svg new file mode 100644 index 00000000..c521e6bc --- /dev/null +++ b/src/_icons/backspace.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M20 6a1 1 0 011 1v10a1 1 0 01-1 1h-11l-5 -5a1.5 1.5 0 010 -2l5 -5Z" /> + <path d="M12 10l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/ban.svg b/src/_icons/ban.svg new file mode 100644 index 00000000..b9a81bb9 --- /dev/null +++ b/src/_icons/ban.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="5.7" y1="5.7" x2="18.3" y2="18.3" /> +</svg> diff --git a/src/_icons/battery-1.svg b/src/_icons/battery-1.svg new file mode 100644 index 00000000..68643f9f --- /dev/null +++ b/src/_icons/battery-1.svg @@ -0,0 +1,7 @@ +--- +group: battery +--- +<svg> + <path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" /> + <line x1="7" y1="10" x2="7" y2="14" /> +</svg> diff --git a/src/_icons/battery-2.svg b/src/_icons/battery-2.svg new file mode 100644 index 00000000..121344e4 --- /dev/null +++ b/src/_icons/battery-2.svg @@ -0,0 +1,8 @@ +--- +group: battery +--- +<svg> + <path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" /> + <line x1="7" y1="10" x2="7" y2="14" /> + <line x1="10" y1="10" x2="10" y2="14" /> +</svg> diff --git a/src/_icons/battery-3.svg b/src/_icons/battery-3.svg new file mode 100644 index 00000000..49d453b1 --- /dev/null +++ b/src/_icons/battery-3.svg @@ -0,0 +1,9 @@ +--- +group: battery +--- +<svg> + <path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" /> + <line x1="7" y1="10" x2="7" y2="14" /> + <line x1="10" y1="10" x2="10" y2="14" /> + <line x1="13" y1="10" x2="13" y2="14" /> +</svg> diff --git a/src/_icons/battery-4.svg b/src/_icons/battery-4.svg new file mode 100644 index 00000000..decb6a0b --- /dev/null +++ b/src/_icons/battery-4.svg @@ -0,0 +1,10 @@ +--- +group: battery +--- +<svg> + <path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" /> + <line x1="7" y1="10" x2="7" y2="14" /> + <line x1="10" y1="10" x2="10" y2="14" /> + <line x1="13" y1="10" x2="13" y2="14" /> + <line x1="16" y1="10" x2="16" y2="14" /> +</svg> diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg new file mode 100644 index 00000000..10d1ef18 --- /dev/null +++ b/src/_icons/battery-charging.svg @@ -0,0 +1,8 @@ +--- +group: battery +--- +<svg> + <path d="M16 7h1a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-2" /> + <path d="M8 7H6a2 2 0 00-2 2v6a2 2 0 002 2h1" /> + <polyline points="12 8 10 12 13 12 11 16" /> +</svg> diff --git a/src/_icons/battery.svg b/src/_icons/battery.svg new file mode 100644 index 00000000..cabaf038 --- /dev/null +++ b/src/_icons/battery.svg @@ -0,0 +1,6 @@ +--- +group: battery +--- +<svg> + <path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" /> +</svg> diff --git a/src/_icons/bell.svg b/src/_icons/bell.svg new file mode 100644 index 00000000..83725dbf --- /dev/null +++ b/src/_icons/bell.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M10 5a2 2 0 014 0a7 7 0 014 6v3a4 4 0 002 3h-16a4 4 0 002 -3v-3a7 7 0 014 -6" /> + <path d="M9 17v1a3 3 0 006 0v-1" /> +</svg> diff --git a/src/_icons/bike.svg b/src/_icons/bike.svg new file mode 100644 index 00000000..3c316271 --- /dev/null +++ b/src/_icons/bike.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="5" cy="18" r="3" /> + <circle cx="19" cy="18" r="3" /> + <polyline points="12 19 12 15 9 12 14 8 16 11 19 11" /> + <circle cx="17" cy="5" r="1" /> +</svg> diff --git a/src/_icons/bluetooth.svg b/src/_icons/bluetooth.svg new file mode 100644 index 00000000..929ca038 --- /dev/null +++ b/src/_icons/bluetooth.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="6 8 18 16 12 20 12 4 18 8 6 16" /> +</svg> diff --git a/src/_icons/bolt.svg b/src/_icons/bolt.svg new file mode 100644 index 00000000..0eb7667a --- /dev/null +++ b/src/_icons/bolt.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="13 3 13 10 19 10 11 21 11 14 5 14 13 3" /> +</svg> diff --git a/src/_icons/book.svg b/src/_icons/book.svg new file mode 100644 index 00000000..908e5086 --- /dev/null +++ b/src/_icons/book.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M3 19a9 9 0 019 0a9 9 0 019 0" /> + <path d="M3 6a9 9 0 019 0a9 9 0 019 0" /> + <line x1="3" y1="6" x2="3" y2="19" /> + <line x1="12" y1="6" x2="12" y2="19" /> + <line x1="21" y1="6" x2="21" y2="19" /> +</svg> diff --git a/src/_icons/bookmark.svg b/src/_icons/bookmark.svg new file mode 100644 index 00000000..94fff729 --- /dev/null +++ b/src/_icons/bookmark.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M9 4h6a2 2 0 012 2v14l-5-3l-5 3v-14a2 2 0 012 -2" /> +</svg> diff --git a/src/_icons/border-all.svg b/src/_icons/border-all.svg new file mode 100644 index 00000000..9b2b101c --- /dev/null +++ b/src/_icons/border-all.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> +</svg> diff --git a/src/_icons/border-bottom.svg b/src/_icons/border-bottom.svg new file mode 100644 index 00000000..c11b0bd8 --- /dev/null +++ b/src/_icons/border-bottom.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="20" y1="20" x2="4" y2="20" /> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> + </g> +</svg> diff --git a/src/_icons/border-horizontal.svg b/src/_icons/border-horizontal.svg new file mode 100644 index 00000000..a0fbaac0 --- /dev/null +++ b/src/_icons/border-horizontal.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="4" y1="12" x2="20" y2="12" /> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="12" y1="4" x2="12" y2="20" /> + </g> +</svg> diff --git a/src/_icons/border-inner.svg b/src/_icons/border-inner.svg new file mode 100644 index 00000000..bb8b46bd --- /dev/null +++ b/src/_icons/border-inner.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="20" y1="4" x2="20" y2="20" /> + </g> +</svg> diff --git a/src/_icons/border-left.svg b/src/_icons/border-left.svg new file mode 100644 index 00000000..c7568159 --- /dev/null +++ b/src/_icons/border-left.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="4" y1="20" x2="4" y2="4" /> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> + </g> +</svg> diff --git a/src/_icons/border-none.svg b/src/_icons/border-none.svg new file mode 100644 index 00000000..ac8fe8eb --- /dev/null +++ b/src/_icons/border-none.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> + </g> +</svg> diff --git a/src/_icons/border-outer.svg b/src/_icons/border-outer.svg new file mode 100644 index 00000000..85b2ed61 --- /dev/null +++ b/src/_icons/border-outer.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> + </g> +</svg> diff --git a/src/_icons/border-right.svg b/src/_icons/border-right.svg new file mode 100644 index 00000000..abcfd486 --- /dev/null +++ b/src/_icons/border-right.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="20" y1="4" x2="20" y2="20" /> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> + </g> +</svg> diff --git a/src/_icons/border-top.svg b/src/_icons/border-top.svg new file mode 100644 index 00000000..a2eab109 --- /dev/null +++ b/src/_icons/border-top.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="4" y1="4" x2="20" y2="4" /> + <g stroke-dasharray=".001 4"> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> + </g> +</svg> diff --git a/src/_icons/border-vertical.svg b/src/_icons/border-vertical.svg new file mode 100644 index 00000000..4295a580 --- /dev/null +++ b/src/_icons/border-vertical.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="12" y1="4" x2="12" y2="20" /> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="20" y1="4" x2="20" y2="20" /> + </g> +</svg> diff --git a/src/_icons/box.svg b/src/_icons/box.svg new file mode 100644 index 00000000..3e32f362 --- /dev/null +++ b/src/_icons/box.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /> + <line x1="12" y1="12" x2="20" y2="7.5" /> + <line x1="12" y1="12" x2="12" y2="21" /> + <line x1="12" y1="12" x2="4" y2="7.5" /> +</svg> diff --git a/src/_icons/briefcase.svg b/src/_icons/briefcase.svg new file mode 100644 index 00000000..6f0a64a7 --- /dev/null +++ b/src/_icons/briefcase.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="7" width="18" height="13" rx="2" /> + <path d="M8 7v-2a2 2 0 012 -2h4a2 2 0 012 2v2" /> + <line x1="12" y1="12" x2="12" y2="12.01" /> + <path d="M3 13a20 20 0 0018 0" /> +</svg> diff --git a/src/_icons/bucket.svg b/src/_icons/bucket.svg new file mode 100644 index 00000000..15314c90 --- /dev/null +++ b/src/_icons/bucket.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M19 9l-2 9a2 2.5 0 01-2 2h-6a2 2.5 0 01-2 -2l-2 -9Z" /> + <path d="M7 9a5 5 0 0110 0" /> +</svg> diff --git a/src/_icons/bulb-off.svg b/src/_icons/bulb-off.svg new file mode 100644 index 00000000..c0232307 --- /dev/null +++ b/src/_icons/bulb-off.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 16a5 5 0 116 0a3.5 3.5 0 00-1 3a2 2 0 01-4 0a3.5 3.5 0 00-1 -3" /> + <line x1="9.7" y1="17" x2="14.3" y2="17" /> +</svg> diff --git a/src/_icons/bulb.svg b/src/_icons/bulb.svg new file mode 100644 index 00000000..9d944f6f --- /dev/null +++ b/src/_icons/bulb.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 12h1M12 3v1M20 12h1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7" /> + <path d="M9 16a5 5 0 116 0a3.5 3.5 0 00-1 3a2 2 0 01-4 0a3.5 3.5 0 00-1 -3" /> + <line x1="9.7" y1="17" x2="14.3" y2="17" /> +</svg> diff --git a/src/_icons/calendar.svg b/src/_icons/calendar.svg new file mode 100644 index 00000000..e1784836 --- /dev/null +++ b/src/_icons/calendar.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <rect x="4" y="5" width="16" height="16" rx="2" /> + <line x1="16" y1="3" x2="16" y2="7" /> + <line x1="8" y1="3" x2="8" y2="7" /> + <line x1="4" y1="11" x2="20" y2="11" /> + <line x1="11" y1="15" x2="12" y2="15" /> + <line x1="12" y1="15" x2="12" y2="18" /> +</svg> diff --git a/src/_icons/camera.svg b/src/_icons/camera.svg new file mode 100644 index 00000000..95133fe1 --- /dev/null +++ b/src/_icons/camera.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M5 7h1a2 2 0 002 -2a1 1 0 011 -1h6a1 1 0 011 1a2 2 0 002 2h1a2 2 0 012 2v9a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-9a2 2 0 012 -2" /> + <circle cx="12" cy="13" r="3" /> +</svg> diff --git a/src/_icons/cash.svg b/src/_icons/cash.svg new file mode 100644 index 00000000..913ac377 --- /dev/null +++ b/src/_icons/cash.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="7" y="9" width="14" height="10" rx="2" /> + <circle cx="14" cy="14" r="2" /> + <path d="M17 9v-2a2 2 0 00-2 -2h-10a2 2 0 00-2 2v6a2 2 0 002 2h2" /> +</svg> diff --git a/src/_icons/cast.svg b/src/_icons/cast.svg new file mode 100644 index 00000000..8ee4396a --- /dev/null +++ b/src/_icons/cast.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="19" x2="3.01" y2="19" /> + <path d="M7 19a4 4 0 00-4 -4" /> + <path d="M11 19a8 8 0 00-8 -8" /> + <path d="M15 19h3a3 3 0 00 3 -3v-8a3 3 0 00-3 -3h-12a3 3 0 00-2.8 2" /> +</svg> diff --git a/src/_icons/chart-area-line.svg b/src/_icons/chart-area-line.svg new file mode 100644 index 00000000..7cbc3e64 --- /dev/null +++ b/src/_icons/chart-area-line.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="4 19 8 13 12 15 16 10 20 14 20 19 4 19" /> + <polyline points="4 12 7 8 11 10 16 4 20 8" /> +</svg> diff --git a/src/_icons/chart-area.svg b/src/_icons/chart-area.svg new file mode 100644 index 00000000..8fd5831a --- /dev/null +++ b/src/_icons/chart-area.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="19" x2="20" y2="19" /> + <polyline points="4 15 8 9 12 11 16 6 20 10 20 15 4 15" /> +</svg> diff --git a/src/_icons/chart-bar.svg b/src/_icons/chart-bar.svg new file mode 100644 index 00000000..58b26abd --- /dev/null +++ b/src/_icons/chart-bar.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="12" width="6" height="8" rx="1" /> + <rect x="9" y="8" width="6" height="12" rx="1" /> + <rect x="15" y="4" width="6" height="16" rx="1" /> + <line x1="4" y1="20" x2="18" y2="20" /> +</svg> diff --git a/src/_icons/chart-candle.svg b/src/_icons/chart-candle.svg new file mode 100644 index 00000000..6b1d4928 --- /dev/null +++ b/src/_icons/chart-candle.svg @@ -0,0 +1,13 @@ +--- +--- +<svg> + <rect x="4" y="6" width="4" height="5" rx="1" /> + <line x1="6" y1="4" x2="6" y2="6" /> + <line x1="6" y1="11" x2="6" y2="20" /> + <rect x="10" y="14" width="4" height="5" rx="1" /> + <line x1="12" y1="4" x2="12" y2="14" /> + <line x1="12" y1="19" x2="12" y2="20" /> + <rect x="16" y="5" width="4" height="6" rx="1" /> + <line x1="18" y1="4" x2="18" y2="5" /> + <line x1="18" y1="11" x2="18" y2="20" /> +</svg> diff --git a/src/_icons/chart-donut.svg b/src/_icons/chart-donut.svg new file mode 100644 index 00000000..53b77e32 --- /dev/null +++ b/src/_icons/chart-donut.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M10 3.2a9 9 0 1010.8 10.8a1 1 0 00-1 -1h-3.8a4.1 4.1 0 11-5 -5v-4a.9 .9 0 00-1 -.8" /> + <path d="M15 3.5a9 9 0 015.5 5.5h-4.5a9 9 0 00-1 -1v-4.5" /> +</svg> diff --git a/src/_icons/chart-line.svg b/src/_icons/chart-line.svg new file mode 100644 index 00000000..045e120c --- /dev/null +++ b/src/_icons/chart-line.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="19" x2="20" y2="19" /> + <polyline points="4 15 8 9 12 11 16 6 20 10" /> +</svg> diff --git a/src/_icons/chart-pie.svg b/src/_icons/chart-pie.svg new file mode 100644 index 00000000..af1c5c62 --- /dev/null +++ b/src/_icons/chart-pie.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M10 3.2a9 9 0 1010.8 10.8a1 1 0 00-1 -1h-6.8a2 2 0 01-2 -2v-7a.9 .9 0 00-1 -.8" /> + <path d="M15 3.5a9 9 0 015.5 5.5h-4.5a1 1 0 01-1 -1v-4.5" /> +</svg> diff --git a/src/_icons/check.svg b/src/_icons/check.svg new file mode 100644 index 00000000..277cf9c4 --- /dev/null +++ b/src/_icons/check.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="20 7 10 17 5 12" /> +</svg> diff --git a/src/_icons/chevron-down.svg b/src/_icons/chevron-down.svg new file mode 100644 index 00000000..7fec6818 --- /dev/null +++ b/src/_icons/chevron-down.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="6 9 12 15 18 9" /> +</svg> diff --git a/src/_icons/chevron-left.svg b/src/_icons/chevron-left.svg new file mode 100644 index 00000000..d2898988 --- /dev/null +++ b/src/_icons/chevron-left.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="15 6 9 12 15 18" /> +</svg> diff --git a/src/_icons/chevron-right.svg b/src/_icons/chevron-right.svg new file mode 100644 index 00000000..d38bbc4d --- /dev/null +++ b/src/_icons/chevron-right.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="9 6 15 12 9 18" /> +</svg> diff --git a/src/_icons/chevron-up.svg b/src/_icons/chevron-up.svg new file mode 100644 index 00000000..ad013987 --- /dev/null +++ b/src/_icons/chevron-up.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="6 15 12 9 18 15" /> +</svg> diff --git a/src/_icons/chevrons-down.svg b/src/_icons/chevrons-down.svg new file mode 100644 index 00000000..b74ae743 --- /dev/null +++ b/src/_icons/chevrons-down.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="7 7 12 12 17 7" /> + <polyline points="7 13 12 18 17 13" /> +</svg> diff --git a/src/_icons/chevrons-left.svg b/src/_icons/chevrons-left.svg new file mode 100644 index 00000000..1b4ba9c1 --- /dev/null +++ b/src/_icons/chevrons-left.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="11 7 6 12 11 17" /> + <polyline points="17 7 12 12 17 17" /> +</svg> diff --git a/src/_icons/chevrons-right.svg b/src/_icons/chevrons-right.svg new file mode 100644 index 00000000..73912fb8 --- /dev/null +++ b/src/_icons/chevrons-right.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="7 7 12 12 7 17" /> + <polyline points="13 7 18 12 13 17" /> +</svg> diff --git a/src/_icons/chevrons-up.svg b/src/_icons/chevrons-up.svg new file mode 100644 index 00000000..d2f9a70f --- /dev/null +++ b/src/_icons/chevrons-up.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="7 11 12 6 17 11" /> + <polyline points="7 17 12 12 17 17" /> +</svg> diff --git a/src/_icons/circle-check.svg b/src/_icons/circle-check.svg new file mode 100644 index 00000000..4ec17f24 --- /dev/null +++ b/src/_icons/circle-check.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M9 12l2 2l4 -4" /> +</svg> diff --git a/src/_icons/circle-minus.svg b/src/_icons/circle-minus.svg new file mode 100644 index 00000000..28c1cbb4 --- /dev/null +++ b/src/_icons/circle-minus.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="12" x2="15" y2="12" /> +</svg> diff --git a/src/_icons/circle-plus.svg b/src/_icons/circle-plus.svg new file mode 100644 index 00000000..c523fdb7 --- /dev/null +++ b/src/_icons/circle-plus.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="12" x2="15" y2="12" /> + <line x1="12" y1="9" x2="12" y2="15" /> +</svg> diff --git a/src/_icons/circle-x.svg b/src/_icons/circle-x.svg new file mode 100644 index 00000000..8fd38227 --- /dev/null +++ b/src/_icons/circle-x.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M10 10l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/circle.svg b/src/_icons/circle.svg new file mode 100644 index 00000000..6a5a4175 --- /dev/null +++ b/src/_icons/circle.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> +</svg> diff --git a/src/_icons/clipboard-check.svg b/src/_icons/clipboard-check.svg new file mode 100644 index 00000000..bec4edca --- /dev/null +++ b/src/_icons/clipboard-check.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> + <path d="M9 14l2 2l4 -4" /> +</svg> diff --git a/src/_icons/clipboard-list.svg b/src/_icons/clipboard-list.svg new file mode 100644 index 00000000..198a547c --- /dev/null +++ b/src/_icons/clipboard-list.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> + <line x1="9" y1="12" x2="9.01" y2="12" /> + <line x1="13" y1="12" x2="15" y2="12" /> + <line x1="9" y1="16" x2="9.01" y2="16" /> + <line x1="13" y1="16" x2="15" y2="16" /> +</svg> diff --git a/src/_icons/clipboard-x.svg b/src/_icons/clipboard-x.svg new file mode 100644 index 00000000..77b6b530 --- /dev/null +++ b/src/_icons/clipboard-x.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> + <path d="M10 12l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/clipboard.svg b/src/_icons/clipboard.svg new file mode 100644 index 00000000..152c0c02 --- /dev/null +++ b/src/_icons/clipboard.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> +</svg> diff --git a/src/_icons/clock.svg b/src/_icons/clock.svg new file mode 100644 index 00000000..bea9051c --- /dev/null +++ b/src/_icons/clock.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <polyline points="12 7 12 12 9 15" /> +</svg> diff --git a/src/_icons/cloud-download.svg b/src/_icons/cloud-download.svg new file mode 100644 index 00000000..39d7cbf2 --- /dev/null +++ b/src/_icons/cloud-download.svg @@ -0,0 +1,8 @@ +--- +group: weather +--- +<svg> + <path d="M19 18a3.5 3.5 0 000 -7h-1a5 4.5 0 00-11 -2a4.6 4.4 0 00-2.1 8.4" /> + <line x1="12" y1="13" x2="12" y2="22" /> + <polyline points="9 19 12 22 15 19" /> +</svg> diff --git a/src/_icons/cloud-rain.svg b/src/_icons/cloud-rain.svg new file mode 100644 index 00000000..5228eb94 --- /dev/null +++ b/src/_icons/cloud-rain.svg @@ -0,0 +1,7 @@ +--- +group: weather +--- +<svg> + <path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7" /> + <path d="M11 13v2m0 3v2m4 -5v2m0 3v2" /> +</svg> diff --git a/src/_icons/cloud-snow.svg b/src/_icons/cloud-snow.svg new file mode 100644 index 00000000..67e1f8e9 --- /dev/null +++ b/src/_icons/cloud-snow.svg @@ -0,0 +1,7 @@ +--- +group: weather +--- +<svg> + <path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7" /> + <path d="M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01" /> +</svg> diff --git a/src/_icons/cloud-storm.svg b/src/_icons/cloud-storm.svg new file mode 100644 index 00000000..56f04a56 --- /dev/null +++ b/src/_icons/cloud-storm.svg @@ -0,0 +1,7 @@ +--- +group: weather +--- +<svg> + <path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7h-1" /> + <polyline points="13 14 11 18 14 18 12 22" /> +</svg> diff --git a/src/_icons/cloud-upload.svg b/src/_icons/cloud-upload.svg new file mode 100644 index 00000000..e33d167d --- /dev/null +++ b/src/_icons/cloud-upload.svg @@ -0,0 +1,8 @@ +--- +group: weather +--- +<svg> + <path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7h-1" /> + <polyline points="9 15 12 12 15 15" /> + <line x1="12" y1="12" x2="12" y2="21" /> +</svg> diff --git a/src/_icons/cloud.svg b/src/_icons/cloud.svg new file mode 100644 index 00000000..7635d477 --- /dev/null +++ b/src/_icons/cloud.svg @@ -0,0 +1,6 @@ +--- +group: weather +--- +<svg> + <path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7h-12" /> +</svg> diff --git a/src/_icons/code.svg b/src/_icons/code.svg new file mode 100644 index 00000000..02735707 --- /dev/null +++ b/src/_icons/code.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="7 8 3 12 7 16" /> + <polyline points="17 8 21 12 17 16" /> + <line x1="14" y1="4" x2="10" y2="20" /> +</svg> diff --git a/src/_icons/command.svg b/src/_icons/command.svg new file mode 100644 index 00000000..068983f5 --- /dev/null +++ b/src/_icons/command.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M7 9a2 2 0 112 -2v10a2 2 0 11-2 -2h10a2 2 0 11-2 2v-10a2 2 0 112 2h-10" /> +</svg> diff --git a/src/_icons/compass.svg b/src/_icons/compass.svg new file mode 100644 index 00000000..515e7902 --- /dev/null +++ b/src/_icons/compass.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="8 16 10 10 16 8 14 14 8 16" /> + <circle cx="12" cy="12" r="9" /> +</svg> diff --git a/src/_icons/copy.svg b/src/_icons/copy.svg new file mode 100644 index 00000000..ab78c431 --- /dev/null +++ b/src/_icons/copy.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="8" y="8" width="12" height="12" rx="2" /> + <path d="M16 8v-2a2 2 0 00-2 -2h-8a2 2 0 00-2 2v8a2 2 0 002 2h2" /> +</svg> diff --git a/src/_icons/copyright.svg b/src/_icons/copyright.svg new file mode 100644 index 00000000..011a39fc --- /dev/null +++ b/src/_icons/copyright.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M14.5 9a3.5 4 0 100 6" /> +</svg> diff --git a/src/_icons/corner-down-left.svg b/src/_icons/corner-down-left.svg new file mode 100644 index 00000000..44a7df8a --- /dev/null +++ b/src/_icons/corner-down-left.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 6v6a3 3 0 01-3 3h-10l5 -5m0 10l-5 -5" /> +</svg> diff --git a/src/_icons/corner-down-right.svg b/src/_icons/corner-down-right.svg new file mode 100644 index 00000000..8f834ad8 --- /dev/null +++ b/src/_icons/corner-down-right.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M6 6v6a3 3 0 003 3h10l-5 -5m0 10l5 -5" /> +</svg> diff --git a/src/_icons/corner-left-down.svg b/src/_icons/corner-left-down.svg new file mode 100644 index 00000000..652f93dc --- /dev/null +++ b/src/_icons/corner-left-down.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 6h-6a3 3 0 00-3 3v10l-5 -5m10 0l-5 5" /> +</svg> diff --git a/src/_icons/corner-left-up.svg b/src/_icons/corner-left-up.svg new file mode 100644 index 00000000..c48da7f1 --- /dev/null +++ b/src/_icons/corner-left-up.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 18h-6a3 3 0 01-3 -3v-10l-5 5m10 0l-5 -5" /> +</svg> diff --git a/src/_icons/corner-right-down.svg b/src/_icons/corner-right-down.svg new file mode 100644 index 00000000..7b340af4 --- /dev/null +++ b/src/_icons/corner-right-down.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M6 6h6a3 3 0 013 3v10l-5 -5m10 0l-5 5" /> +</svg> diff --git a/src/_icons/corner-right-up.svg b/src/_icons/corner-right-up.svg new file mode 100644 index 00000000..a474c508 --- /dev/null +++ b/src/_icons/corner-right-up.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M6 18h6a3 3 0 003 -3v-10l-5 5m10 0l-5 -5" /> +</svg> diff --git a/src/_icons/corner-up-left.svg b/src/_icons/corner-up-left.svg new file mode 100644 index 00000000..2907f775 --- /dev/null +++ b/src/_icons/corner-up-left.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 18v-6a3 3 0 00-3 -3h-10l5 -5m0 10l-5 -5" /> +</svg> diff --git a/src/_icons/corner-up-right.svg b/src/_icons/corner-up-right.svg new file mode 100644 index 00000000..a8b7232a --- /dev/null +++ b/src/_icons/corner-up-right.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M6 18v-6a3 3 0 013 -3h10l-5 -5m0 10l5 -5" /> +</svg> diff --git a/src/_icons/credit-card.svg b/src/_icons/credit-card.svg new file mode 100644 index 00000000..0d92fbd6 --- /dev/null +++ b/src/_icons/credit-card.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="5" width="18" height="14" rx="3" /> + <line x1="3" y1="10" x2="21" y2="10" /> + <line x1="7" y1="15" x2="7.01" y2="15" /> + <line x1="11" y1="15" x2="13" y2="15" /> +</svg> diff --git a/src/_icons/crop.svg b/src/_icons/crop.svg new file mode 100644 index 00000000..50697dd7 --- /dev/null +++ b/src/_icons/crop.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="8 5 8 16 19 16" /> + <polyline points="16 19 16 8 5 8" /> +</svg> diff --git a/src/_icons/cut.svg b/src/_icons/cut.svg new file mode 100644 index 00000000..bcf4b805 --- /dev/null +++ b/src/_icons/cut.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="7" cy="17" r="3" /> + <circle cx="17" cy="17" r="3" /> + <line x1="9.15" y1="14.85" x2="18" y2="4" /> + <line x1="6" y1="4" x2="14.85" y2="14.85" /> +</svg> diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg new file mode 100644 index 00000000..c95cb498 --- /dev/null +++ b/src/_icons/dashboard.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="13" r="2" /> + <line x1="13.45" y1="11.55" x2="15.5" y2="9.5" /> + <path d="M6.4 20a9 9 0 1111.2 0Z" /> +</svg> diff --git a/src/_icons/database.svg b/src/_icons/database.svg new file mode 100644 index 00000000..caa8a1f0 --- /dev/null +++ b/src/_icons/database.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <ellipse cx="12" cy="6" rx="8" ry="3"></ellipse> + <path d="M4 6v6a8 3 0 0016 0v-6" /> + <path d="M4 12v6a8 3 0 0016 0v-6" /> +</svg> diff --git a/src/_icons/device-desktop.svg b/src/_icons/device-desktop.svg new file mode 100644 index 00000000..e93b1142 --- /dev/null +++ b/src/_icons/device-desktop.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="4" width="18" height="12" rx="1" /> + <line x1="7" y1="20" x2="17" y2="20" /> + <line x1="9" y1="16" x2="9" y2="20" /> + <line x1="15" y1="16" x2="15" y2="20" /> +</svg> diff --git a/src/_icons/device-mobile.svg b/src/_icons/device-mobile.svg new file mode 100644 index 00000000..563fd2a3 --- /dev/null +++ b/src/_icons/device-mobile.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="7" y="4" width="10" height="16" rx="1" /> + <line x1="11" y1="5" x2="13" y2="5" /> + <line x1="12" y1="17" x2="12" y2="17.01" /> +</svg> diff --git a/src/_icons/device-tablet.svg b/src/_icons/device-tablet.svg new file mode 100644 index 00000000..fae0f9ab --- /dev/null +++ b/src/_icons/device-tablet.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="5" y="3" width="14" height="18" rx="1" /> + <circle cx="12" cy="17" r="1" /> +</svg> diff --git a/src/_icons/device-tv.svg b/src/_icons/device-tv.svg new file mode 100644 index 00000000..72aa7d13 --- /dev/null +++ b/src/_icons/device-tv.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="7" width="18" height="13" rx="2" /> + <polyline points="16 3 12 7 8 3" /> +</svg> diff --git a/src/_icons/directions.svg b/src/_icons/directions.svg new file mode 100644 index 00000000..c4b3fd2c --- /dev/null +++ b/src/_icons/directions.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <polyline points="8 5 19 5 21 7 19 9 8 9 8 5" /> + <polyline points="14 13 14 17 6 17 4 15 6 13 14 13" /> + <line x1="12" y1="22" x2="12" y2="17" /> + <line x1="12" y1="13" x2="12" y2="9" /> + <line x1="12" y1="5" x2="12" y2="3" /> +</svg> diff --git a/src/_icons/disabled.svg b/src/_icons/disabled.svg new file mode 100644 index 00000000..480a80bd --- /dev/null +++ b/src/_icons/disabled.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="11" cy="5" r="2" /> + <polyline points="11 7 11 15 15 15 19 20" /> + <line x1="11" y1="11" x2="16" y2="11" /> + <path d="M7 11.5a5 5 0 106 7.5" /> +</svg> diff --git a/src/_icons/disc.svg b/src/_icons/disc.svg new file mode 100644 index 00000000..351fad50 --- /dev/null +++ b/src/_icons/disc.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="3" /> + <circle cx="12" cy="12" r="9" /> +</svg> diff --git a/src/_icons/dots-circle-horizontal.svg b/src/_icons/dots-circle-horizontal.svg new file mode 100644 index 00000000..04becc4c --- /dev/null +++ b/src/_icons/dots-circle-horizontal.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="8" y1="12" x2="8" y2="12.01" /> + <line x1="12" y1="12" x2="12" y2="12.01" /> + <line x1="16" y1="12" x2="16" y2="12.01" /> +</svg> diff --git a/src/_icons/dots-diagonal-2.svg b/src/_icons/dots-diagonal-2.svg new file mode 100644 index 00000000..fba97922 --- /dev/null +++ b/src/_icons/dots-diagonal-2.svg @@ -0,0 +1,8 @@ +--- +in-bg: false +--- +<svg> + <circle cx="7" cy="7" r="1" /> + <circle cx="12" cy="12" r="1" /> + <circle cx="17" cy="17" r="1" /> +</svg> diff --git a/src/_icons/dots-diagonal.svg b/src/_icons/dots-diagonal.svg new file mode 100644 index 00000000..2a49b339 --- /dev/null +++ b/src/_icons/dots-diagonal.svg @@ -0,0 +1,8 @@ +--- +in-bg: false +--- +<svg> + <circle cx="7" cy="17" r="1" /> + <circle cx="12" cy="12" r="1" /> + <circle cx="17" cy="7" r="1" /> +</svg> diff --git a/src/_icons/dots-vertical.svg b/src/_icons/dots-vertical.svg new file mode 100644 index 00000000..31ade9f0 --- /dev/null +++ b/src/_icons/dots-vertical.svg @@ -0,0 +1,8 @@ +--- +in-bg: false +--- +<svg> + <circle cx="12" cy="12" r="1" /> + <circle cx="12" cy="19" r="1" /> + <circle cx="12" cy="5" r="1" /> +</svg> diff --git a/src/_icons/dots.svg b/src/_icons/dots.svg new file mode 100644 index 00000000..3cca32be --- /dev/null +++ b/src/_icons/dots.svg @@ -0,0 +1,8 @@ +--- +in-bg: false +--- +<svg> + <circle cx="5" cy="12" r="1" /> + <circle cx="12" cy="12" r="1" /> + <circle cx="19" cy="12" r="1" /> +</svg> diff --git a/src/_icons/download.svg b/src/_icons/download.svg new file mode 100644 index 00000000..b74b04e7 --- /dev/null +++ b/src/_icons/download.svg @@ -0,0 +1,8 @@ +--- +group: download +--- +<svg> + <path d="M4 17v2a2 2 0 002 2h12a2 2 0 002 -2v-2" /> + <polyline points="7 11 12 16 17 11" /> + <line x1="12" y1="4" x2="12" y2="16" /> +</svg> diff --git a/src/_icons/droplet.svg b/src/_icons/droplet.svg new file mode 100644 index 00000000..d98553a3 --- /dev/null +++ b/src/_icons/droplet.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M12 3l5 5a7 7 0 1 1-10 0l5 -5" /> +</svg> diff --git a/src/_icons/edit.svg b/src/_icons/edit.svg new file mode 100644 index 00000000..bed393b5 --- /dev/null +++ b/src/_icons/edit.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 7 h-3a2 2 0 00-2 2v9a2 2 0 00 2 2h9a2 2 0 00 2 -2v-3" /> + <path d="M9 15h3l8.5 -8.5a1.5 1.5 0 00-3 -3l-8.5 8.5v3" /> +</svg> diff --git a/src/_icons/external-link.svg b/src/_icons/external-link.svg new file mode 100644 index 00000000..a0b56a46 --- /dev/null +++ b/src/_icons/external-link.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M11 7h-5a2 2 0 00-2 2v9a2 2 0 00 2 2h9a2 2 0 00 2 -2v-5" /> + <line x1="10" y1="14" x2="20" y2="4" /> + <polyline points="15 4 20 4 20 9" /> +</svg> diff --git a/src/_icons/eye.svg b/src/_icons/eye.svg new file mode 100644 index 00000000..0982613c --- /dev/null +++ b/src/_icons/eye.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="2" /> + <path d="M2 12l1.5 2a11 11 0 0017 0l1.5 -2" /> + <path d="M2 12l1.5 -2a11 11 0 0117 0l1.5 2" /> +</svg> diff --git a/src/_icons/face-id.svg b/src/_icons/face-id.svg new file mode 100644 index 00000000..73fc0176 --- /dev/null +++ b/src/_icons/face-id.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <path d="M4 8v-2a2 2 0 012 -2h2" /> + <path d="M4 16v2a2 2 0 002 2h2" /> + <path d="M16 4h2a2 2 0 012 2v2" /> + <path d="M16 20h2a2 2 0 002 -2v-2" /> + <line x1="9" y1="10" x2="9.01" y2="10" /> + <line x1="15" y1="10" x2="15.01" y2="10" /> + <path d="M9.5 15a3.5 3.5 0 005 0" /> +</svg> diff --git a/src/_icons/file-check.svg b/src/_icons/file-check.svg new file mode 100644 index 00000000..b43696b0 --- /dev/null +++ b/src/_icons/file-check.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z" /> + <path d="M9 15l2 2l4 -4" /> +</svg> diff --git a/src/_icons/file-download.svg b/src/_icons/file-download.svg new file mode 100644 index 00000000..3b2cb66d --- /dev/null +++ b/src/_icons/file-download.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z" /> + <line x1="12" y1="11" x2="12" y2="17" /> + <polyline points="9 14 12 17 15 14" /> +</svg> diff --git a/src/_icons/file-minus.svg b/src/_icons/file-minus.svg new file mode 100644 index 00000000..c0e7dfeb --- /dev/null +++ b/src/_icons/file-minus.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z" /> + <line x1="9" y1="14" x2="15" y2="14" /> +</svg> diff --git a/src/_icons/file-music.svg b/src/_icons/file-music.svg new file mode 100644 index 00000000..019ed02c --- /dev/null +++ b/src/_icons/file-music.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z" /> + <circle cx="11" cy="16" r="1" /> + <polyline points="12 16 12 11 14 12" /> +</svg> diff --git a/src/_icons/file-plus.svg b/src/_icons/file-plus.svg new file mode 100644 index 00000000..37b62920 --- /dev/null +++ b/src/_icons/file-plus.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z" /> + <line x1="12" y1="11" x2="12" y2="17" /> + <line x1="9" y1="14" x2="15" y2="14" /> +</svg> diff --git a/src/_icons/file-shredder.svg b/src/_icons/file-shredder.svg new file mode 100644 index 00000000..de0fec0a --- /dev/null +++ b/src/_icons/file-shredder.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M5 12v-7a2 2 0 012-2h7l5 5v4" /> + <line x1="3" y1="12" x2="21" y2="12" /> + <line x1="6" y1="16" x2="6" y2="18" /> + <line x1="10" y1="16" x2="10" y2="22" /> + <line x1="14" y1="16" x2="14" y2="18" /> + <line x1="18" y1="16" x2="18" y2="20" /> +</svg> diff --git a/src/_icons/file-text.svg b/src/_icons/file-text.svg new file mode 100644 index 00000000..7ce900b8 --- /dev/null +++ b/src/_icons/file-text.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z" /> + <line x1="9" y1="9" x2="10" y2="9" /> + <line x1="9" y1="13" x2="15" y2="13" /> + <line x1="9" y1="17" x2="15" y2="17" /> +</svg> diff --git a/src/_icons/file-x.svg b/src/_icons/file-x.svg new file mode 100644 index 00000000..405660fa --- /dev/null +++ b/src/_icons/file-x.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z" /> + <path d="M10 12l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/file.svg b/src/_icons/file.svg new file mode 100644 index 00000000..413b4720 --- /dev/null +++ b/src/_icons/file.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z" /> +</svg> diff --git a/src/_icons/filter.svg b/src/_icons/filter.svg new file mode 100644 index 00000000..afb0e93a --- /dev/null +++ b/src/_icons/filter.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M5.5 5h13a1 1 0 010.5 1.5L14 12L14 19L10 16L10 12L5 6.5a1 1 0 010.5 -1.5" /> +</svg> diff --git a/src/_icons/flag.svg b/src/_icons/flag.svg new file mode 100644 index 00000000..22d112b6 --- /dev/null +++ b/src/_icons/flag.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="5" y1="5" x2="5" y2="21" /> + <line x1="19" y1="5" x2="19" y2="14" /> + <path d="M5 5a5 5 0 017 0a5 5 0 007 0" /> + <path d="M5 14a5 5 0 017 0a5 5 0 007 0" /> +</svg> diff --git a/src/_icons/flip-horizontal.svg b/src/_icons/flip-horizontal.svg new file mode 100644 index 00000000..d37da191 --- /dev/null +++ b/src/_icons/flip-horizontal.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="3" y1="12" x2="21" y2="12" /> + <polyline points="7 16 17 16 7 21 7 16" /> + <polyline points="7 8 17 8 7 3 7 8" /> +</svg> diff --git a/src/_icons/flip-vertical.svg b/src/_icons/flip-vertical.svg new file mode 100644 index 00000000..000437f9 --- /dev/null +++ b/src/_icons/flip-vertical.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="3" x2="12" y2="21" /> + <polyline points="16 7 16 17 21 17 16 7" /> + <polyline points="8 7 8 17 3 17 8 7" /> +</svg> diff --git a/src/_icons/floppy-disc.svg b/src/_icons/floppy-disc.svg new file mode 100644 index 00000000..86a0f826 --- /dev/null +++ b/src/_icons/floppy-disc.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M18 20h-12a2 2 0 01-2-2v-12a2 2 0 012-2h9l5 5v9a2 2 0 01-2 2" /> + <circle cx="12" cy="13" r="2" /> + <polyline points="4 8 10 8 10 4" /> +</svg> diff --git a/src/_icons/folder-minus.svg b/src/_icons/folder-minus.svg new file mode 100644 index 00000000..2064cbc9 --- /dev/null +++ b/src/_icons/folder-minus.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M5 4h4l3 3h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-11a2 2 0 012 -2" /> + <line x1="9" y1="13" x2="15" y2="13" /> +</svg> diff --git a/src/_icons/folder-plus.svg b/src/_icons/folder-plus.svg new file mode 100644 index 00000000..360b0c7d --- /dev/null +++ b/src/_icons/folder-plus.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M5 4h4l3 3h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-11a2 2 0 012 -2" /> + <line x1="12" y1="10" x2="12" y2="16" /> + <line x1="9" y1="13" x2="15" y2="13" /> +</svg> diff --git a/src/_icons/folder-x.svg b/src/_icons/folder-x.svg new file mode 100644 index 00000000..01a97afe --- /dev/null +++ b/src/_icons/folder-x.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M5 4h4l3 3h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-11a2 2 0 012 -2" /> + <path d="M10 11l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/folder.svg b/src/_icons/folder.svg new file mode 100644 index 00000000..8b37d2a5 --- /dev/null +++ b/src/_icons/folder.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M5 4h4l3 3h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-11a2 2 0 012 -2" /> +</svg> diff --git a/src/_icons/folders.svg b/src/_icons/folders.svg new file mode 100644 index 00000000..78d9d070 --- /dev/null +++ b/src/_icons/folders.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 4h3l2 2h5a2 2 0 012 2v7a2 2 0 01-2 2h-10a2 2 0 01-2 -2v-9a2 2 0 012 -2" /> + <path d="M17 17v2a2 2 0 01-2 2h-10a2 2 0 01-2 -2v-9a2 2 0 012 -2h2" /> +</svg> diff --git a/src/_icons/frame.svg b/src/_icons/frame.svg new file mode 100644 index 00000000..73032fe3 --- /dev/null +++ b/src/_icons/frame.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="4" y1="7" x2="20" y2="7" /> + <line x1="4" y1="17" x2="20" y2="17" /> + <line x1="7" y1="4" x2="7" y2="20" /> + <line x1="17" y1="4" x2="17" y2="20" /> +</svg> diff --git a/src/_icons/friends.svg b/src/_icons/friends.svg new file mode 100644 index 00000000..dac56f86 --- /dev/null +++ b/src/_icons/friends.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="7" cy="5" r="2" /> + <path d="M5 22v-5l-1-1v-4a1 1 0 011 -1h4a1 1 0 011 1v4l-1 1v5" /> + <circle cx="17" cy="5" r="2" /> + <path d="M15 22v-4h-2l2 -6a1 1 0 011 -1h2a1 1 0 011 1l2 6h-2v4" /> +</svg> diff --git a/src/_icons/gauge.svg b/src/_icons/gauge.svg new file mode 100644 index 00000000..bdb05d25 --- /dev/null +++ b/src/_icons/gauge.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <circle cx="12" cy="12" r="1" /> + <line x1="13.41" y1="10.59" x2="16" y2="8" /> + <path d="M7 12a5 5 0 015 -5" /> +</svg> diff --git a/src/_icons/git-branch.svg b/src/_icons/git-branch.svg new file mode 100644 index 00000000..1554c648 --- /dev/null +++ b/src/_icons/git-branch.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="7" cy="18" r="2" /> + <circle cx="7" cy="6" r="2" /> + <circle cx="17" cy="6" r="2" /> + <line x1="7" y1="8" x2="7" y2="16" /> + <path d="M9 18h6a2 2 0 002 -2v-5" /> + <polyline points="14 14 17 11 20 14" /> +</svg> diff --git a/src/_icons/git-commit.svg b/src/_icons/git-commit.svg new file mode 100644 index 00000000..48d48abb --- /dev/null +++ b/src/_icons/git-commit.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="3" /> + <line x1="12" y1="3" x2="12" y2="9" /> + <line x1="12" y1="15" x2="12" y2="21" /> +</svg> diff --git a/src/_icons/git-compare.svg b/src/_icons/git-compare.svg new file mode 100644 index 00000000..e8b9987a --- /dev/null +++ b/src/_icons/git-compare.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="6" cy="6" r="2" /> + <circle cx="18" cy="18" r="2" /> + <path d="M11 6h5a2 2 0 012 2v8" /> + <polyline points="14 9 11 6 14 3" /> + <path d="M13 18h-5a2 2 0 01-2 -2v-8" /> + <polyline points="10 15 13 18 10 21" /> +</svg> diff --git a/src/_icons/git-merge.svg b/src/_icons/git-merge.svg new file mode 100644 index 00000000..14c7d996 --- /dev/null +++ b/src/_icons/git-merge.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <circle cx="7" cy="18" r="2" /> + <circle cx="7" cy="6" r="2" /> + <circle cx="17" cy="12" r="2" /> + <line x1="7" y1="8" x2="7" y2="16" /> + <path d="M7 8a4 4 0 004 4h4" /> +</svg> diff --git a/src/_icons/git-pull-request.svg b/src/_icons/git-pull-request.svg new file mode 100644 index 00000000..b180de0c --- /dev/null +++ b/src/_icons/git-pull-request.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="6" cy="18" r="2" /> + <circle cx="6" cy="6" r="2" /> + <circle cx="18" cy="18" r="2" /> + <line x1="6" y1="8" x2="6" y2="16" /> + <path d="M11 6h5a2 2 0 0 1 2 2v8" /> + <polyline points="14 9 11 6 14 3" /> +</svg> diff --git a/src/_icons/glass-full.svg b/src/_icons/glass-full.svg new file mode 100644 index 00000000..82d76ce0 --- /dev/null +++ b/src/_icons/glass-full.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="15" x2="12" y2="21" /> + <path d="M16 4l1 6a5 5 0 01-10 0l1 -6z" /> + <path d="M7 10a4 4 0 015 0a4 4 0 005 0" /> +</svg> diff --git a/src/_icons/glass.svg b/src/_icons/glass.svg new file mode 100644 index 00000000..e57816b0 --- /dev/null +++ b/src/_icons/glass.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="15" x2="12" y2="21" /> + <path d="M16 4l1 6a5 5 0 01-10 0l1 -6z" /> +</svg> diff --git a/src/_icons/grid-dots.svg b/src/_icons/grid-dots.svg new file mode 100644 index 00000000..283c46d1 --- /dev/null +++ b/src/_icons/grid-dots.svg @@ -0,0 +1,13 @@ +--- +--- +<svg> + <circle cx="5" cy="5" r="1" /> + <circle cx="12" cy="5" r="1" /> + <circle cx="19" cy="5" r="1" /> + <circle cx="5" cy="12" r="1" /> + <circle cx="12" cy="12" r="1" /> + <circle cx="19" cy="12" r="1" /> + <circle cx="5" cy="19" r="1" /> + <circle cx="12" cy="19" r="1" /> + <circle cx="19" cy="19" r="1" /> +</svg> diff --git a/src/_icons/grid.svg b/src/_icons/grid.svg new file mode 100644 index 00000000..a293b061 --- /dev/null +++ b/src/_icons/grid.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="4" y="4" width="6" height="6" rx="1" /> + <rect x="14" y="4" width="6" height="6" rx="1" /> + <rect x="4" y="14" width="6" height="6" rx="1" /> + <rect x="14" y="14" width="6" height="6" rx="1" /> +</svg> diff --git a/src/_icons/hash.svg b/src/_icons/hash.svg new file mode 100644 index 00000000..4a6af9e2 --- /dev/null +++ b/src/_icons/hash.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="5" y1="9" x2="19" y2="9" /> + <line x1="5" y1="15" x2="19" y2="15" /> + <line x1="11" y1="4" x2="7" y2="20" /> + <line x1="17" y1="4" x2="13" y2="20" /> +</svg> diff --git a/src/_icons/headphones.svg b/src/_icons/headphones.svg new file mode 100644 index 00000000..44846aa9 --- /dev/null +++ b/src/_icons/headphones.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="4" y="13" rx="2" width="5" height="7" /> + <rect x="15" y="13" rx="2" width="5" height="7" /> + <path d="M4 15v-3a8 8 0 0116 0v3" /> +</svg> diff --git a/src/_icons/heart.svg b/src/_icons/heart.svg new file mode 100644 index 00000000..9f9ec663 --- /dev/null +++ b/src/_icons/heart.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M12 20l-7 -7a4 4 0 016.5 -6a.9 .9 0 001 0a4 4 0 016.5 6l-7 7" /> +</svg> diff --git a/src/_icons/home.svg b/src/_icons/home.svg new file mode 100644 index 00000000..fd242206 --- /dev/null +++ b/src/_icons/home.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="5 12 3 12 12 3 21 12 19 12" /> + <path d="M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7" /> + <path d="M9 21v-6a2 2 0 012 -2h2a2 2 0 012 2v6" /> +</svg> diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg new file mode 100644 index 00000000..3f74a99e --- /dev/null +++ b/src/_icons/ice-cream.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="4" y1="20" x2="8" y2="16" /> + <line x1="5" y1="13" x2="11" y2="19" /> + <path d="M11 19l7 -7a4 4 0 00-6 -6l-7 7" /> +</svg> diff --git a/src/_icons/inbox.svg b/src/_icons/inbox.svg new file mode 100644 index 00000000..e6f3700f --- /dev/null +++ b/src/_icons/inbox.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M4 13h3l3 3h4l3 -3h3" /> +</svg> diff --git a/src/_icons/info-circle.svg b/src/_icons/info-circle.svg new file mode 100644 index 00000000..af7cb82b --- /dev/null +++ b/src/_icons/info-circle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="12" y1="8" x2="12.01" y2="8" /> + <polyline points="11 12 12 12 12 16 13 16" /> +</svg> diff --git a/src/_icons/info-square.svg b/src/_icons/info-square.svg new file mode 100644 index 00000000..6559fdbc --- /dev/null +++ b/src/_icons/info-square.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="8" x2="12.01" y2="8" /> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <polyline points="11 12 12 12 12 16 13 16" /> +</svg> diff --git a/src/_icons/key.svg b/src/_icons/key.svg new file mode 100644 index 00000000..9d56769d --- /dev/null +++ b/src/_icons/key.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="8" cy="15" r="4" /> + <line x1="10.85" y1="12.15" x2="19" y2="4" /> + <line x1="18" y1="5" x2="20" y2="7" /> + <line x1="15" y1="8" x2="17" y2="10" /> +</svg> diff --git a/src/_icons/layers-difference.svg b/src/_icons/layers-difference.svg new file mode 100644 index 00000000..3624bdc1 --- /dev/null +++ b/src/_icons/layers-difference.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M16 16v2a2 2 0 01-2 2h-8a2 2 0 01-2 -2v-8a2 2 0 012 -2h2v-2a2 2 0 012 -2h8a2 2 0 012 2v8a2 2 0 01-2 2h-2" /> + <polyline points="8 8 16 8 16 16 8 16 8 8" stroke-dasharray="4 4" stroke-dashoffset="2" /> +</svg> diff --git a/src/_icons/layers-intersect.svg b/src/_icons/layers-intersect.svg new file mode 100644 index 00000000..30559c26 --- /dev/null +++ b/src/_icons/layers-intersect.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="8" y="4" width="12" height="12" rx="2" /> + <rect x="4" y="8" width="12" height="12" rx="2" /> +</svg> diff --git a/src/_icons/layers-subtract.svg b/src/_icons/layers-subtract.svg new file mode 100644 index 00000000..e5ab5292 --- /dev/null +++ b/src/_icons/layers-subtract.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="8" y="4" width="12" height="12" rx="2" /> + <path d="M16 16v2a2 2 0 01-2 2h-8a2 2 0 01-2 -2v-8a2 2 0 012 -2h2" /> +</svg> diff --git a/src/_icons/layers-union.svg b/src/_icons/layers-union.svg new file mode 100644 index 00000000..f6efaa6d --- /dev/null +++ b/src/_icons/layers-union.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M16 16v2a2 2 0 01-2 2h-8a2 2 0 01-2 -2v-8a2 2 0 012 -2h2v-2a2 2 0 012 -2h8a2 2 0 012 2v8a2 2 0 01-2 2h-2" /> +</svg> diff --git a/src/_icons/layout-2.svg b/src/_icons/layout-2.svg new file mode 100644 index 00000000..7c5036ad --- /dev/null +++ b/src/_icons/layout-2.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="3" width="7" height="5" rx="2" /> + <rect x="3" y="12" width="7" height="9" rx="2" /> + <rect x="14" y="3" width="7" height="9" rx="2" /> + <rect x="14" y="16" width="7" height="5" rx="2" /> +</svg> diff --git a/src/_icons/layout-align-bottom.svg b/src/_icons/layout-align-bottom.svg new file mode 100644 index 00000000..ab180aef --- /dev/null +++ b/src/_icons/layout-align-bottom.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="20" x2="20" y2="20" /> + <rect x="9" y="4" width="6" height="12" rx="2" /> +</svg> diff --git a/src/_icons/layout-align-center.svg b/src/_icons/layout-align-center.svg new file mode 100644 index 00000000..5ac85b17 --- /dev/null +++ b/src/_icons/layout-align-center.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="4" x2="12" y2="9" /> + <line x1="12" y1="15" x2="12" y2="20" /> + <rect x="6" y="9" width="12" height="6" rx="2" /> +</svg> diff --git a/src/_icons/layout-align-left.svg b/src/_icons/layout-align-left.svg new file mode 100644 index 00000000..8f210f87 --- /dev/null +++ b/src/_icons/layout-align-left.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="4" x2="4" y2="20" /> + <rect x="8" y="9" width="12" height="6" rx="2" /> +</svg> diff --git a/src/_icons/layout-align-middle.svg b/src/_icons/layout-align-middle.svg new file mode 100644 index 00000000..0c2a0375 --- /dev/null +++ b/src/_icons/layout-align-middle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="4" y1="12" x2="9" y2="12" /> + <line x1="15" y1="12" x2="20" y2="12" /> + <rect x="9" y="6" width="6" height="12" rx="2" /> +</svg> diff --git a/src/_icons/layout-align-right.svg b/src/_icons/layout-align-right.svg new file mode 100644 index 00000000..c7cf3429 --- /dev/null +++ b/src/_icons/layout-align-right.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="20" y1="4" x2="20" y2="20" /> + <rect x="4" y="9" width="12" height="6" rx="2" /> +</svg> diff --git a/src/_icons/layout-align-top.svg b/src/_icons/layout-align-top.svg new file mode 100644 index 00000000..d82ac27e --- /dev/null +++ b/src/_icons/layout-align-top.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="4" x2="20" y2="4" /> + <rect x="9" y="8" width="6" height="12" rx="2" /> +</svg> diff --git a/src/_icons/layout-columns.svg b/src/_icons/layout-columns.svg new file mode 100644 index 00000000..36ac95f5 --- /dev/null +++ b/src/_icons/layout-columns.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <line x1="12" y1="3" x2="12" y2="21" /> +</svg> diff --git a/src/_icons/layout-distribute-horizontal.svg b/src/_icons/layout-distribute-horizontal.svg new file mode 100644 index 00000000..21818618 --- /dev/null +++ b/src/_icons/layout-distribute-horizontal.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="4" y1="20" x2="20" y2="20" /> + <rect x="6" y="9" width="12" height="6" rx="2" /> +</svg> diff --git a/src/_icons/layout-distribute-vertical.svg b/src/_icons/layout-distribute-vertical.svg new file mode 100644 index 00000000..78bb4c5e --- /dev/null +++ b/src/_icons/layout-distribute-vertical.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="4" y1="4" x2="4" y2="20" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <rect x="9" y="6" width="6" height="12" rx="2" /> +</svg> diff --git a/src/_icons/layout-navbar.svg b/src/_icons/layout-navbar.svg new file mode 100644 index 00000000..a8f77bec --- /dev/null +++ b/src/_icons/layout-navbar.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <line x1="3" y1="9" x2="21" y2="9" /> +</svg> diff --git a/src/_icons/layout-rows.svg b/src/_icons/layout-rows.svg new file mode 100644 index 00000000..3328dc7b --- /dev/null +++ b/src/_icons/layout-rows.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <line x1="3" y1="12" x2="21" y2="12" /> +</svg> diff --git a/src/_icons/layout-sidebar-right.svg b/src/_icons/layout-sidebar-right.svg new file mode 100644 index 00000000..babe0fac --- /dev/null +++ b/src/_icons/layout-sidebar-right.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <line x1="15" y1="3" x2="15" y2="21" /> +</svg> diff --git a/src/_icons/layout-sidebar.svg b/src/_icons/layout-sidebar.svg new file mode 100644 index 00000000..33058935 --- /dev/null +++ b/src/_icons/layout-sidebar.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <line x1="9" y1="3" x2="9" y2="21" /> +</svg> diff --git a/src/_icons/layout.svg b/src/_icons/layout.svg new file mode 100644 index 00000000..f67ec918 --- /dev/null +++ b/src/_icons/layout.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="3" y="3" width="8" height="6" rx="2" /> + <rect x="3" y="13" width="8" height="8" rx="2" /> + <rect x="15" y="3" width="6" height="18" rx="2" /> +</svg> diff --git a/src/_icons/lego.svg b/src/_icons/lego.svg new file mode 100644 index 00000000..02e02789 --- /dev/null +++ b/src/_icons/lego.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="9.5" y1="11" x2="9.51" y2="11" /> + <line x1="14.5" y1="11" x2="14.51" y2="11" /> + <path d="M9.5 15a3.5 3.5 0 005 0" /> + <path d="M7 5h1v-2h8v2h1a3 3 0 013 3v9a3 3 0 01-3 3v1h-10v-1a3 3 0 01-3 -3v-9a3 3 0 013 -3" /> +</svg> diff --git a/src/_icons/lifebuoy.svg b/src/_icons/lifebuoy.svg new file mode 100644 index 00000000..b722b536 --- /dev/null +++ b/src/_icons/lifebuoy.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="4" /> + <circle cx="12" cy="12" r="9" /> + <line x1="15" y1="15" x2="18.35" y2="18.35" /> + <line x1="9" y1="15" x2="5.65" y2="18.35" /> + <line x1="5.65" y1="5.65" x2="9" y2="9" /> + <line x1="18.35" y1="5.65" x2="15" y2="9" /> +</svg> diff --git a/src/_icons/link.svg b/src/_icons/link.svg new file mode 100644 index 00000000..bd390029 --- /dev/null +++ b/src/_icons/link.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M10 14a3.5 3.5 0 005 0l4 -4a3.5 3.5 0 00-5 -5l-.5 .5" /> + <path d="M14 10a3.5 3.5 0 00-5 0l-4 4a3.5 3.5 0 005 5l.5 -.5" /> +</svg> diff --git a/src/_icons/location.svg b/src/_icons/location.svg new file mode 100644 index 00000000..97191c9e --- /dev/null +++ b/src/_icons/location.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M21 3L14.5 21a.55 .55 0 01-1 0L10 14L3 10.5a.55 .55 0 010 -1L21 3" /> +</svg> diff --git a/src/_icons/lock-open.svg b/src/_icons/lock-open.svg new file mode 100644 index 00000000..b7b13a5e --- /dev/null +++ b/src/_icons/lock-open.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="5" y="11" width="14" height="10" rx="2" /> + <circle cx="12" cy="16" r="1" /> + <path d="M8 11v-5a4 4 0 018 0" /> +</svg> diff --git a/src/_icons/lock.svg b/src/_icons/lock.svg new file mode 100644 index 00000000..1aae4aa2 --- /dev/null +++ b/src/_icons/lock.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="5" y="11" width="14" height="10" rx="2" /> + <circle cx="12" cy="16" r="1" /> + <path d="M8 11v-4a4 4 0 018 0v4" /> +</svg> diff --git a/src/_icons/magnet.svg b/src/_icons/magnet.svg new file mode 100644 index 00000000..43a6a378 --- /dev/null +++ b/src/_icons/magnet.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M4 13v-8a2 2 0 012 -2h1a2 2 0 012 2v8a2 2 0 006 0v-8a2 2 0 012 -2h1a2 2 0 012 2v8a8 8 0 01-16 0" /> + <line x1="4" y1="8" x2="9" y2="8" /> + <line x1="15" y1="8" x2="19" y2="8" /> +</svg> diff --git a/src/_icons/mail-opened.svg b/src/_icons/mail-opened.svg new file mode 100644 index 00000000..ec3d8b69 --- /dev/null +++ b/src/_icons/mail-opened.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="3 9 12 15 21 9 12 3 3 9" /> + <path d="M21 9v10a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-10" /> + <line x1="3" y1="19" x2="9" y2="13" /> + <line x1="15" y1="13" x2="21" y2="19" /> +</svg> diff --git a/src/_icons/mail.svg b/src/_icons/mail.svg new file mode 100644 index 00000000..8d316e2d --- /dev/null +++ b/src/_icons/mail.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="5" width="18" height="14" rx="2" /> + <polyline points="3 7 12 13 21 7" /> +</svg> diff --git a/src/_icons/man.svg b/src/_icons/man.svg new file mode 100644 index 00000000..b8fdf785 --- /dev/null +++ b/src/_icons/man.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="5" r="2" /> + <path d="M10 22v-5l-1-1v-4a1 1 0 011 -1h4a1 1 0 011 1v4l-1 1v5" /> +</svg> diff --git a/src/_icons/map-2.svg b/src/_icons/map-2.svg new file mode 100644 index 00000000..cdb4f0b5 --- /dev/null +++ b/src/_icons/map-2.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <line x1="18" y1="6" x2="18" y2="6.01" /> + <path d="M18 13l-3.5 -5a4 4 0 117 0l-3.5 5" /> + <polyline points="10.5 4.75 9 4 3 7 3 20 9 17 15 20 21 17 21 15" /> + <line x1="9" y1="4" x2="9" y2="17" /> + <line x1="15" y1="15" x2="15" y2="20" /> +</svg> diff --git a/src/_icons/map-pin.svg b/src/_icons/map-pin.svg new file mode 100644 index 00000000..ad3d4b3a --- /dev/null +++ b/src/_icons/map-pin.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="11" r="3" /> + <path d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" /> +</svg> diff --git a/src/_icons/map.svg b/src/_icons/map.svg new file mode 100644 index 00000000..042d1953 --- /dev/null +++ b/src/_icons/map.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="3 7 9 4 15 7 21 4 21 17 15 20 9 17 3 20 3 7" /> + <line x1="9" y1="4" x2="9" y2="17" /> + <line x1="15" y1="7" x2="15" y2="20" /> +</svg> diff --git a/src/_icons/maximize.svg b/src/_icons/maximize.svg new file mode 100644 index 00000000..4e89e8de --- /dev/null +++ b/src/_icons/maximize.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M4 8v-2a2 2 0 012 -2h2" /> + <path d="M4 16v2a2 2 0 002 2h2" /> + <path d="M16 4h2a2 2 0 012 2v2" /> + <path d="M16 20h2a2 2 0 002 -2v-2" /> +</svg> diff --git a/src/_icons/menu.svg b/src/_icons/menu.svg new file mode 100644 index 00000000..b629c84b --- /dev/null +++ b/src/_icons/menu.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="8" x2="20" y2="8" /> + <line x1="4" y1="16" x2="20" y2="16" /> +</svg> diff --git a/src/_icons/message-2.svg b/src/_icons/message-2.svg new file mode 100644 index 00000000..a3918e50 --- /dev/null +++ b/src/_icons/message-2.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M12 20l-3 -3h-2a3 3 0 01-3 -3v-6a3 3 0 013 -3h10a3 3 0 013 3v6a3 3 0 01-3 3h-2l-3 3" /> + <line x1="8" y1="9" x2="16" y2="9" /> + <line x1="8" y1="13" x2="14" y2="13" /> +</svg> diff --git a/src/_icons/message-circle.svg b/src/_icons/message-circle.svg new file mode 100644 index 00000000..11990734 --- /dev/null +++ b/src/_icons/message-circle.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M3 20l1.3 -3.9a9 8 0 113.4 2.9l-4.7 1" /> + <line x1="12" y1="12" x2="12" y2="12.01" /> + <line x1="8" y1="12" x2="8" y2="12.01" /> + <line x1="16" y1="12" x2="16" y2="12.01" /> +</svg> diff --git a/src/_icons/message-dots.svg b/src/_icons/message-dots.svg new file mode 100644 index 00000000..4467fe0b --- /dev/null +++ b/src/_icons/message-dots.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M4 21v-13a3 3 0 013 -3h10a3 3 0 013 3v6a3 3 0 01-3 3h-9l-4 4" /> + <line x1="12" y1="11" x2="12" y2="11.01" /> + <line x1="8" y1="11" x2="8" y2="11.01" /> + <line x1="16" y1="11" x2="16" y2="11.01" /> +</svg> diff --git a/src/_icons/message.svg b/src/_icons/message.svg new file mode 100644 index 00000000..e1bee62a --- /dev/null +++ b/src/_icons/message.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M4 21v-13a3 3 0 013 -3h10a3 3 0 013 3v6a3 3 0 01-3 3h-9l-4 4" /> + <line x1="8" y1="9" x2="16" y2="9" /> + <line x1="8" y1="13" x2="14" y2="13" /> +</svg> diff --git a/src/_icons/microphone.svg b/src/_icons/microphone.svg new file mode 100644 index 00000000..cec439de --- /dev/null +++ b/src/_icons/microphone.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="9" y="2" width="6" height="11" rx="3" /> + <path d="M5 10a7 7 0 0014 0" /> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="17" x2="12" y2="21" /> +</svg> diff --git a/src/_icons/minimize.svg b/src/_icons/minimize.svg new file mode 100644 index 00000000..4b7b69a6 --- /dev/null +++ b/src/_icons/minimize.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M15 19v-2a2 2 0 012 -2h2" /> + <path d="M15 5v2a2 2 0 002 2h2" /> + <path d="M5 15h2a2 2 0 012 2v2" /> + <path d="M5 9h2a2 2 0 002 -2v-2" /> +</svg> diff --git a/src/_icons/minus.svg b/src/_icons/minus.svg new file mode 100644 index 00000000..8ab02a18 --- /dev/null +++ b/src/_icons/minus.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> +</svg> diff --git a/src/_icons/mood-confuzed.svg b/src/_icons/mood-confuzed.svg new file mode 100644 index 00000000..50a08b39 --- /dev/null +++ b/src/_icons/mood-confuzed.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="10" x2="9.01" y2="10" /> + <line x1="15" y1="10" x2="15.01" y2="10" /> + <path d="M9.5 16a10 10 0 016 -1.5" /> +</svg> diff --git a/src/_icons/mood-happy.svg b/src/_icons/mood-happy.svg new file mode 100644 index 00000000..4c5786fa --- /dev/null +++ b/src/_icons/mood-happy.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="9" x2="9.01" y2="9" /> + <line x1="15" y1="9" x2="15.01" y2="9" /> + <path d="M8 13a4 4 0 108 0m0 0H8" /> +</svg> diff --git a/src/_icons/mood-neutral.svg b/src/_icons/mood-neutral.svg new file mode 100644 index 00000000..e969e59e --- /dev/null +++ b/src/_icons/mood-neutral.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="10" x2="9.01" y2="10" /> + <line x1="15" y1="10" x2="15.01" y2="10" /> + <line x1="9" y1="15" x2="15" y2="15" /> +</svg> diff --git a/src/_icons/mood-sad.svg b/src/_icons/mood-sad.svg new file mode 100644 index 00000000..3d123d4a --- /dev/null +++ b/src/_icons/mood-sad.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="10" x2="9.01" y2="10" /> + <line x1="15" y1="10" x2="15.01" y2="10" /> + <path d="M9.5 15.25a3.5 3.5 0 015 0" /> +</svg> diff --git a/src/_icons/mood-smile.svg b/src/_icons/mood-smile.svg new file mode 100644 index 00000000..5b254216 --- /dev/null +++ b/src/_icons/mood-smile.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="10" x2="9.01" y2="10" /> + <line x1="15" y1="10" x2="15.01" y2="10" /> + <path d="M9.5 15a3.5 3.5 0 005 0" /> +</svg> diff --git a/src/_icons/moon.svg b/src/_icons/moon.svg new file mode 100644 index 00000000..dfd56e02 --- /dev/null +++ b/src/_icons/moon.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M16.2 4a9.03 9.03 0 103.9 12a6.5 6.5 0 11-3.9 -12" /> +</svg> diff --git a/src/_icons/mouse.svg b/src/_icons/mouse.svg new file mode 100644 index 00000000..d6ee3bc7 --- /dev/null +++ b/src/_icons/mouse.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="7" y="4" width="10" height="16" rx="4" /> + <line x1="12" y1="8" x2="12" y2="11" /> +</svg> diff --git a/src/_icons/movie.svg b/src/_icons/movie.svg new file mode 100644 index 00000000..4cafe3b1 --- /dev/null +++ b/src/_icons/movie.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="8" y1="4" x2="8" y2="20" /> + <line x1="16" y1="4" x2="16" y2="20" /> + <line x1="4" y1="8" x2="8" y2="8" /> + <line x1="4" y1="16" x2="8" y2="16" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="16" y1="8" x2="20" y2="8" /> + <line x1="16" y1="16" x2="20" y2="16" /> +</svg> diff --git a/src/_icons/music.svg b/src/_icons/music.svg new file mode 100644 index 00000000..df81ebb9 --- /dev/null +++ b/src/_icons/music.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="6" cy="17" r="3" /> + <circle cx="16" cy="17" r="3" /> + <polyline points="9 17 9 4 19 4 19 17" /> + <line x1="9" y1="8" x2="19" y2="8" /> +</svg> diff --git a/src/_icons/news.svg b/src/_icons/news.svg new file mode 100644 index 00000000..e7006f7f --- /dev/null +++ b/src/_icons/news.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M16 6h3a 1 1 0 011 1v11a2 2 0 01-4 0v-13a1 1 0 00-1 -1h-10a1 1 0 00-1 1v12a3 3 0 003 3h11" /> + <line x1="8" y1="8" x2="12" y2="8" /> + <line x1="8" y1="12" x2="12" y2="12" /> + <line x1="8" y1="16" x2="12" y2="16" /> +</svg> diff --git a/src/_icons/notification.svg b/src/_icons/notification.svg new file mode 100644 index 00000000..3580aa7c --- /dev/null +++ b/src/_icons/notification.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 7 h-3a2 2 0 00-2 2v9a2 2 0 00 2 2h9a2 2 0 00 2 -2v-3" /> + <circle cx="16" cy="8" r="3" /> +</svg> diff --git a/src/_icons/package.svg b/src/_icons/package.svg new file mode 100644 index 00000000..d1446f81 --- /dev/null +++ b/src/_icons/package.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /> + <line x1="12" y1="12" x2="20" y2="7.5" /> + <line x1="12" y1="12" x2="12" y2="21" /> + <line x1="12" y1="12" x2="4" y2="7.5" /> + <line x1="16" y1="5.25" x2="8" y2="9.75" /> +</svg> diff --git a/src/_icons/paint.svg b/src/_icons/paint.svg new file mode 100644 index 00000000..a0862604 --- /dev/null +++ b/src/_icons/paint.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="5" y="3" width="14" height="6" rx="2" /> + <path d="M19 6h1a2 2 0 012 2a5 5 0 01-5 5l-5 0v2" /> + <rect x="10" y="15" width="4" height="6" rx="1" /> +</svg> diff --git a/src/_icons/paperclip.svg b/src/_icons/paperclip.svg new file mode 100644 index 00000000..047c9a15 --- /dev/null +++ b/src/_icons/paperclip.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M15 7l-6.5 6.5a1.5 1.5 0 003 3l6.5 -6.5a3 3 0 00-6 -6l-6.5 6.5a4.5 4.5 0 009 9 l6.5 -6.5" /> +</svg> diff --git a/src/_icons/parking.svg b/src/_icons/parking.svg new file mode 100644 index 00000000..ee50f572 --- /dev/null +++ b/src/_icons/parking.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M9 16v-8h4a2 2 0 010 4h-4" /> +</svg> diff --git a/src/_icons/phone-call.svg b/src/_icons/phone-call.svg new file mode 100644 index 00000000..2cfee3e7 --- /dev/null +++ b/src/_icons/phone-call.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" /> + <path d="M15 7a2 2 0 012 2" /> + <path d="M15 3a6 6 0 016 6" /> +</svg> diff --git a/src/_icons/phone-incoming.svg b/src/_icons/phone-incoming.svg new file mode 100644 index 00000000..65cd2900 --- /dev/null +++ b/src/_icons/phone-incoming.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="15" y1="9" x2="21" y2="3" /> + <polyline points="15 4 15 9 20 9" /> + <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" /> +</svg> diff --git a/src/_icons/phone-outgoing.svg b/src/_icons/phone-outgoing.svg new file mode 100644 index 00000000..a9dcc5a9 --- /dev/null +++ b/src/_icons/phone-outgoing.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="15" y1="9" x2="21" y2="3" /> + <polyline points="16 3 21 3 21 8" /> + <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" /> +</svg> diff --git a/src/_icons/phone-pause.svg b/src/_icons/phone-pause.svg new file mode 100644 index 00000000..ede347c9 --- /dev/null +++ b/src/_icons/phone-pause.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="20" y1="3" x2="20" y2="7" /> + <line x1="16" y1="3" x2="16" y2="7" /> + <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" /> +</svg> diff --git a/src/_icons/phone.svg b/src/_icons/phone.svg new file mode 100644 index 00000000..a538cfd8 --- /dev/null +++ b/src/_icons/phone.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" /> +</svg> diff --git a/src/_icons/photo.svg b/src/_icons/photo.svg new file mode 100644 index 00000000..be039f63 --- /dev/null +++ b/src/_icons/photo.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="15" y1="8" x2="15.01" y2="8" /> + <rect x="4" y="4" width="16" height="16" rx="3" /> + <path d="M4 15l4 -4a3 5 0 013 0l 5 5" /> + <path d="M14 14l1 -1a3 5 0 013 0l 2 2" /> +</svg> diff --git a/src/_icons/plus.svg b/src/_icons/plus.svg new file mode 100644 index 00000000..f114d0f3 --- /dev/null +++ b/src/_icons/plus.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="5" y1="12" x2="19" y2="12" /> +</svg> diff --git a/src/_icons/point.svg b/src/_icons/point.svg new file mode 100644 index 00000000..44624f96 --- /dev/null +++ b/src/_icons/point.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="4" /> +</svg> diff --git a/src/_icons/power.svg b/src/_icons/power.svg new file mode 100644 index 00000000..2a10dc1a --- /dev/null +++ b/src/_icons/power.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M7 6a7.75 7.75 0 1010 0" /> + <line x1="12" y1="4" x2="12" y2="12" /> +</svg> diff --git a/src/_icons/printer.svg b/src/_icons/printer.svg new file mode 100644 index 00000000..17466827 --- /dev/null +++ b/src/_icons/printer.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M17 17h2a2 2 0 002 -2v-4a2 2 0 00-2 -2h-14a2 2 0 00-2 2v4a2 2 0 002 2h2" /> + <path d="M17 9v-4a2 2 0 00-2 -2h-6a2 2 0 00-2 2v4" /> + <rect x="7" y="13" width="10" height="8" rx="2" /> +</svg> diff --git a/src/_icons/prompt.svg b/src/_icons/prompt.svg new file mode 100644 index 00000000..b016bc3b --- /dev/null +++ b/src/_icons/prompt.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="5 7 10 12 5 17" /> + <line x1="13" y1="17" x2="19" y2="17" /> +</svg> diff --git a/src/_icons/puzzle.svg b/src/_icons/puzzle.svg new file mode 100644 index 00000000..dba2342f --- /dev/null +++ b/src/_icons/puzzle.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M4 7h3a1 1 0 001 -1v-1a2 2 0 014 0v1a1 1 0 001 1h3a1 1 0 011 1v3a1 1 0 001 1h1a2 2 0 010 4h-1a1 1 0 00-1 1v3a1 1 0 01-1 1h-3a1 1 0 01-1 -1v-1a2 2 0 00-4 0v1a1 1 0 01-1 1h-3a1 1 0 01-1 -1v-3a1 1 0 011 -1h1a2 2 0 000 -4h-1a1 1 0 01-1 -1v-3a1 1 0 011 -1" /> +</svg> diff --git a/src/_icons/qrcode.svg b/src/_icons/qrcode.svg new file mode 100644 index 00000000..bd32a68e --- /dev/null +++ b/src/_icons/qrcode.svg @@ -0,0 +1,16 @@ +--- +--- +<svg> + <rect x="4" y="4" width="6" height="6" rx="1" /> + <line x1="7" y1="17" x2="7" y2="17.01" /> + <rect x="14" y="4" width="6" height="6" rx="1" /> + <line x1="7" y1="7" x2="7" y2="7.01" /> + <rect x="4" y="14" width="6" height="6" rx="1" /> + <line x1="17" y1="7" x2="17" y2="7.01" /> + <line x1="14" y1="14" x2="17" y2="14" /> + <line x1="20" y1="14" x2="20" y2="14.01" /> + <line x1="14" y1="14" x2="14" y2="17" /> + <line x1="14" y1="20" x2="17" y2="20" /> + <line x1="17" y1="17" x2="20" y2="17" /> + <line x1="20" y1="17" x2="20" y2="20" /> +</svg> diff --git a/src/_icons/refresh.svg b/src/_icons/refresh.svg new file mode 100644 index 00000000..ad5962f7 --- /dev/null +++ b/src/_icons/refresh.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M20 11a8.1 8.1 0 00-15.5 -2m-.5 -5v5h5" /> + <path d="M4 13a8.1 8.1 0 0015.5 2m.5 5v-5h-5" /> +</svg> diff --git a/src/_icons/registered.svg b/src/_icons/registered.svg new file mode 100644 index 00000000..e84fe58c --- /dev/null +++ b/src/_icons/registered.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M10 16v-8h3a2 2 0 010 4h-3m2 0l3 4" /> +</svg> diff --git a/src/_icons/rotate-clockwise.svg b/src/_icons/rotate-clockwise.svg new file mode 100644 index 00000000..67a8e844 --- /dev/null +++ b/src/_icons/rotate-clockwise.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M4 11a8.1 8.1 0 11.5 4m-.5 5v-5h5" /> +</svg> diff --git a/src/_icons/rotate.svg b/src/_icons/rotate.svg new file mode 100644 index 00000000..75ed2a26 --- /dev/null +++ b/src/_icons/rotate.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M20 11a8.1 8.1 0 10-.5 4m.5 5v-5h-5" /> +</svg> diff --git a/src/_icons/route.svg b/src/_icons/route.svg new file mode 100644 index 00000000..de552c9f --- /dev/null +++ b/src/_icons/route.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="6" cy="19" r="2" /> + <circle cx="18" cy="5" r="2" /> + <path d="M12 19h4.5a3.5 3.5 0 000 -7h-8a3.5 3.5 0 010 -7h3.5" /> +</svg> diff --git a/src/_icons/router.svg b/src/_icons/router.svg new file mode 100644 index 00000000..acc53c03 --- /dev/null +++ b/src/_icons/router.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <rect x="3" y="13" width="18" height="8" rx="2" /> + <line x1="17" y1="17" x2="17" y2="17.01" /> + <line x1="13" y1="17" x2="13" y2="17.01" /> + <line x1="15" y1="13" x2="15" y2="11" /> + <path d="M11.75 8.75a4 4 0 016.5 0" /> + <path d="M8.5 6.5a8 8 0 0113 0" /> +</svg> diff --git a/src/_icons/rss.svg b/src/_icons/rss.svg new file mode 100644 index 00000000..8e064a38 --- /dev/null +++ b/src/_icons/rss.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="5" cy="19" r="1" /> + <path d="M4 4a16 16 0 0 1 16 16" /> + <path d="M4 11a9 9 0 0 1 9 9" /> +</svg> diff --git a/src/_icons/search.svg b/src/_icons/search.svg new file mode 100644 index 00000000..ac604165 --- /dev/null +++ b/src/_icons/search.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="10" cy="10" r="7" /> + <line x1="21" y1="21" x2="15" y2="15" /> +</svg> diff --git a/src/_icons/selector.svg b/src/_icons/selector.svg new file mode 100644 index 00000000..91f2b021 --- /dev/null +++ b/src/_icons/selector.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="8 9 12 5 16 9" /> + <polyline points="16 15 12 19 8 15" /> +</svg> diff --git a/src/_icons/send.svg b/src/_icons/send.svg new file mode 100644 index 00000000..0f7575a9 --- /dev/null +++ b/src/_icons/send.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="10" y1="14" x2="21" y2="3" /> + <path d="M21 3L14.5 21a.55 .55 0 01-1 0L10 14L3 10.5a.55 .55 0 010 -1L21 3" /> +</svg> diff --git a/src/_icons/server.svg b/src/_icons/server.svg new file mode 100644 index 00000000..8bd03c58 --- /dev/null +++ b/src/_icons/server.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="4" width="18" height="8" rx="3" /> + <rect x="3" y="12" width="18" height="8" rx="3" /> + <line x1="7" y1="8" x2="7" y2="8.01" /> + <line x1="7" y1="16" x2="7" y2="16.01" /> +</svg> diff --git a/src/_icons/settings.svg b/src/_icons/settings.svg new file mode 100644 index 00000000..08f19c57 --- /dev/null +++ b/src/_icons/settings.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" /> + <circle cx="12" cy="12" r="3" /> +</svg> diff --git a/src/_icons/share.svg b/src/_icons/share.svg new file mode 100644 index 00000000..00d1ccfd --- /dev/null +++ b/src/_icons/share.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <circle cx="6" cy="12" r="3" /> + <circle cx="18" cy="6" r="3" /> + <circle cx="18" cy="18" r="3" /> + <line x1="8.7" y1="10.7" x2="15.3" y2="7.3" /> + <line x1="8.7" y1="13.3" x2="15.3" y2="16.7" /> +</svg> diff --git a/src/_icons/shield-check.svg b/src/_icons/shield-check.svg new file mode 100644 index 00000000..b8f349eb --- /dev/null +++ b/src/_icons/shield-check.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 12l2 2l4 -4" /> + <path d="M12 3a12 12 0 008.5 3a12 12 0 01-8.5 15a12 12 0 01-8.5 -15a12 12 0 008.5 -3" /> +</svg> diff --git a/src/_icons/shield-x.svg b/src/_icons/shield-x.svg new file mode 100644 index 00000000..5dac34a7 --- /dev/null +++ b/src/_icons/shield-x.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 3a12 12 0 008.5 3a12 12 0 01-8.5 15a12 12 0 01-8.5 -15a12 12 0 008.5 -3" /> + <path d="M10 10l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/shield.svg b/src/_icons/shield.svg new file mode 100644 index 00000000..0212f0d5 --- /dev/null +++ b/src/_icons/shield.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M12 3a12 12 0 008.5 3a12 12 0 01-8.5 15a12 12 0 01-8.5 -15a12 12 0 008.5 -3" /> +</svg> diff --git a/src/_icons/shopping-cart.svg b/src/_icons/shopping-cart.svg new file mode 100644 index 00000000..bcd4be1e --- /dev/null +++ b/src/_icons/shopping-cart.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="9" cy="19" r="2" /> + <circle cx="17" cy="19" r="2" /> + <path d="M3 3h2l2 12a3 3 0 003 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /> +</svg> diff --git a/src/_icons/sort-ascending.svg b/src/_icons/sort-ascending.svg new file mode 100644 index 00000000..1b1db401 --- /dev/null +++ b/src/_icons/sort-ascending.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <line x1="3" y1="4" x2="16" y2="4" /> + <line x1="3" y1="8" x2="12" y2="8" /> + <line x1="3" y1="12" x2="9" y2="12" /> + <polyline points="13 12 17 8 21 12" /> + <line x1="17" y1="8" x2="17" y2="20" /> +</svg> diff --git a/src/_icons/sort-descending.svg b/src/_icons/sort-descending.svg new file mode 100644 index 00000000..47e9f3b8 --- /dev/null +++ b/src/_icons/sort-descending.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <line x1="3" y1="4" x2="16" y2="4" /> + <line x1="3" y1="8" x2="13" y2="8" /> + <line x1="3" y1="12" x2="13" y2="12" /> + <polyline points="13 16 17 20 21 16" /> + <line x1="17" y1="8" x2="17" y2="20" /> +</svg> diff --git a/src/_icons/square-check.svg b/src/_icons/square-check.svg new file mode 100644 index 00000000..a5edc4c0 --- /dev/null +++ b/src/_icons/square-check.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M9 12l2 2l4 -4" /> +</svg> diff --git a/src/_icons/square-minus.svg b/src/_icons/square-minus.svg new file mode 100644 index 00000000..6c9151db --- /dev/null +++ b/src/_icons/square-minus.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="9" y1="12" x2="15" y2="12" /> +</svg> diff --git a/src/_icons/square-plus.svg b/src/_icons/square-plus.svg new file mode 100644 index 00000000..9395a92e --- /dev/null +++ b/src/_icons/square-plus.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="9" y1="12" x2="15" y2="12" /> + <line x1="12" y1="9" x2="12" y2="15" /> +</svg> diff --git a/src/_icons/square-x.svg b/src/_icons/square-x.svg new file mode 100644 index 00000000..c2de86e8 --- /dev/null +++ b/src/_icons/square-x.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M10 10l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/square.svg b/src/_icons/square.svg new file mode 100644 index 00000000..737f78be --- /dev/null +++ b/src/_icons/square.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> +</svg> diff --git a/src/_icons/star.svg b/src/_icons/star.svg new file mode 100644 index 00000000..918f4474 --- /dev/null +++ b/src/_icons/star.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z" /> +</svg> diff --git a/src/_icons/sticker.svg b/src/_icons/sticker.svg new file mode 100644 index 00000000..295e558e --- /dev/null +++ b/src/_icons/sticker.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M20 12l-2 .5a6 6 0 01-6.5 -6.5l.5 -2l8 8" /> + <path d="M20 12a8 8 0 11-8 -8" /> +</svg> diff --git a/src/_icons/sun.svg b/src/_icons/sun.svg new file mode 100644 index 00000000..7d246ca2 --- /dev/null +++ b/src/_icons/sun.svg @@ -0,0 +1,7 @@ +--- +group: weather +--- +<svg> + <circle cx="12" cy="12" r="4" /> + <path d="M3 12h1M12 3v1M20 12h1M12 20v1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7M17.7 17.7l.7 .7M6.3 17.7l-.7 .7" /> +</svg> diff --git a/src/_icons/swich-horizontal.svg b/src/_icons/swich-horizontal.svg new file mode 100644 index 00000000..e82c1372 --- /dev/null +++ b/src/_icons/swich-horizontal.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="16 3 20 7 16 11" /> + <line x1="10" y1="7" x2="20" y2="7" /> + <polyline points="8 13 4 17 8 21" /> + <line x1="4" y1="17" x2="13" y2="17" /> +</svg> diff --git a/src/_icons/switch-vertical.svg b/src/_icons/switch-vertical.svg new file mode 100644 index 00000000..b94844ef --- /dev/null +++ b/src/_icons/switch-vertical.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <g> + <polyline points="3 8 7 4 11 8" /> + <line x1="7" y1="4" x2="7" y2="13" /> + <polyline points="13 16 17 20 21 16" /> + <line x1="17" y1="10" x2="17" y2="20" /> + </g> +</svg> diff --git a/src/_icons/switch.svg b/src/_icons/switch.svg new file mode 100644 index 00000000..e80c580a --- /dev/null +++ b/src/_icons/switch.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <polyline points="15 4 19 4 19 8" /> + <line x1="14.75" y1="9.25" x2="19" y2="4" /> + <line x1="5" y1="19" x2="9" y2="15" /> + <polyline points="15 19 19 19 19 15" /> + <line x1="5" y1="5" x2="19" y2="19" /> +</svg> diff --git a/src/_icons/tag.svg b/src/_icons/tag.svg new file mode 100644 index 00000000..070cfe86 --- /dev/null +++ b/src/_icons/tag.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M11 3L20 12a1.5 1.5 0 010 2L14 20a1.5 1.5 0 01-2 0L3 11v-4a4 4 0 014 -4h4" /> + <circle cx="9" cy="9" r="2" /> +</svg> diff --git a/src/_icons/target.svg b/src/_icons/target.svg new file mode 100644 index 00000000..74c7db24 --- /dev/null +++ b/src/_icons/target.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="1" /> + <circle cx="12" cy="12" r="5" /> + <circle cx="12" cy="12" r="9" /> +</svg> diff --git a/src/_icons/test-pipe.svg b/src/_icons/test-pipe.svg new file mode 100644 index 00000000..95013818 --- /dev/null +++ b/src/_icons/test-pipe.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M16 4l3 3l-12.35 12.35a1.5 1.5 0 01-3 -3l12.35 -12.35" /> + <line x1="10" y1="10" x2="16" y2="10" /> + <path d="M19 15l1.5 1.6a2 2 0 11-3 0l1.5 -1.6" /> +</svg> diff --git a/src/_icons/thumbs-down.svg b/src/_icons/thumbs-down.svg new file mode 100644 index 00000000..260ceb3a --- /dev/null +++ b/src/_icons/thumbs-down.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M7 13v-8a1 1 0 00-1 -1h-2a1 1 0 00-1 1v7a1 1 0 001 1h3a4 4 0 014 4v 1a2 2 0 004 0v-5h3a2 2 0 002 -2l-1 -5a2 3 0 00-2 -2h-7a3 3 0 00-3 3" /> +</svg> diff --git a/src/_icons/thumbs-up.svg b/src/_icons/thumbs-up.svg new file mode 100644 index 00000000..e0a6e742 --- /dev/null +++ b/src/_icons/thumbs-up.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M7 11v 8a1 1 0 01-1 1h-2a1 1 0 01-1 -1v-7a1 1 0 011-1h3a4 4 0 004-4v-1a2 2 0 014 0v5h3a2 2 0 012 2l-1 5a2 3 0 01-2 2h-7a3 3 0 01-3 -3" /> +</svg> diff --git a/src/_icons/ticket.svg b/src/_icons/ticket.svg new file mode 100644 index 00000000..85a92104 --- /dev/null +++ b/src/_icons/ticket.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="15" y1="5" x2="15" y2="7" /> + <line x1="15" y1="11" x2="15" y2="13" /> + <line x1="15" y1="17" x2="15" y2="19" /> + <path d="M5 5h14a2 2 0 012 2v3a2 2 0 000 4v3a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-3a2 2 0 000 -4v-3a2 2 0 012 -2" /> +</svg> diff --git a/src/_icons/toggle-left.svg b/src/_icons/toggle-left.svg new file mode 100644 index 00000000..b93fa135 --- /dev/null +++ b/src/_icons/toggle-left.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="8" cy="12" r="2" /> + <rect x="2" y="6" width="20" height="12" rx="6" /> +</svg> diff --git a/src/_icons/toggle-right.svg b/src/_icons/toggle-right.svg new file mode 100644 index 00000000..7ab34b8d --- /dev/null +++ b/src/_icons/toggle-right.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="16" cy="12" r="2" /> + <rect x="2" y="6" width="20" height="12" rx="6" /> +</svg> diff --git a/src/_icons/tool.svg b/src/_icons/tool.svg new file mode 100644 index 00000000..b90abe56 --- /dev/null +++ b/src/_icons/tool.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M7 10h3v-3l-3.5 -3.5a6 6 0 018 8l6 6a2 2 0 01-3 3l-6-6a6 6 0 01-8 -8l3.5 3.5" /> +</svg> diff --git a/src/_icons/trash.svg b/src/_icons/trash.svg new file mode 100644 index 00000000..6c74ca51 --- /dev/null +++ b/src/_icons/trash.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <line x1="4" y1="7" x2="20" y2="7" /> + <line x1="10" y1="11" x2="10" y2="17" /> + <line x1="14" y1="11" x2="14" y2="17" /> + <path d="M5 7l1 12a2 2 0 002 2h8a2 2 0 002 -2l1 -12" /> + <path d="M9 7v-3a1 1 0 011 -1h4a1 1 0 011 1v3" /> +</svg> diff --git a/src/_icons/trending-down.svg b/src/_icons/trending-down.svg new file mode 100644 index 00000000..4b8b3757 --- /dev/null +++ b/src/_icons/trending-down.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="3 7 9 13 13 9 21 17" /> + <polyline points="21 10 21 17 14 17" /> +</svg> diff --git a/src/_icons/trending-up.svg b/src/_icons/trending-up.svg new file mode 100644 index 00000000..cb7601d6 --- /dev/null +++ b/src/_icons/trending-up.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="3 17 9 11 13 15 21 7" /> + <polyline points="14 7 21 7 21 14" /> +</svg> diff --git a/src/_icons/triangle.svg b/src/_icons/triangle.svg new file mode 100644 index 00000000..fd4918cd --- /dev/null +++ b/src/_icons/triangle.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M5.07 19H19a2 2 0 001.75 -2.75L13.75 4a2 2 0 00-3.5 0L3.25 16.25a2 2 0 001.75 2.75" /> +</svg> diff --git a/src/_icons/trophy.svg b/src/_icons/trophy.svg new file mode 100644 index 00000000..65c4b78b --- /dev/null +++ b/src/_icons/trophy.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="17" x2="12" y2="21" /> + <line x1="7" y1="4" x2="17" y2="4" /> + <path d="M17 4v8a5 5 0 01-10 0v-8" /> + <circle cx="5" cy="9" r="2" /> + <circle cx="19" cy="9" r="2" /> +</svg> diff --git a/src/_icons/unlink.svg b/src/_icons/unlink.svg new file mode 100644 index 00000000..d0a902c6 --- /dev/null +++ b/src/_icons/unlink.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M10 14a3.5 3.5 0 005 0l4 -4a3.5 3.5 0 00-5 -5l-.5 .5" /> + <path d="M14 10a3.5 3.5 0 00-5 0l-4 4a3.5 3.5 0 005 5l.5 -.5" /> + <line x1="16" y1="21" x2="16" y2="19" /> + <line x1="19" y1="16" x2="21" y2="16" /> + <line x1="3" y1="8" x2="5" y2="8" /> + <line x1="8" y1="3" x2="8" y2="5" /> +</svg> diff --git a/src/_icons/upload.svg b/src/_icons/upload.svg new file mode 100644 index 00000000..c38c8325 --- /dev/null +++ b/src/_icons/upload.svg @@ -0,0 +1,8 @@ +--- +group: download +--- +<svg> + <path d="M4 17v2a2 2 0 002 2h12a2 2 0 002 -2v-2" /> + <polyline points="7 9 12 4 17 9" /> + <line x1="12" y1="4" x2="12" y2="16" /> +</svg> diff --git a/src/_icons/urgent.svg b/src/_icons/urgent.svg new file mode 100644 index 00000000..507e8f3c --- /dev/null +++ b/src/_icons/urgent.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M8 16v-4a4 4 0 018 0v4" /> + <path d="M3 12h1M12 3v1M20 12h1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7" /> + <rect x="6" y="16" width="12" height="4" rx="1" /> +</svg> diff --git a/src/_icons/user-check.svg b/src/_icons/user-check.svg new file mode 100644 index 00000000..06867264 --- /dev/null +++ b/src/_icons/user-check.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="8.5" cy="7" r="4" /> + <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> + <path d="M16 11l2 2l4 -4" /> +</svg> diff --git a/src/_icons/user-minus.svg b/src/_icons/user-minus.svg new file mode 100644 index 00000000..53252797 --- /dev/null +++ b/src/_icons/user-minus.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="8.5" cy="7" r="4" /> + <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> + <line x1="16" y1="11" x2="22" y2="11" /> +</svg> diff --git a/src/_icons/user-plus.svg b/src/_icons/user-plus.svg new file mode 100644 index 00000000..6dd356a4 --- /dev/null +++ b/src/_icons/user-plus.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="8.5" cy="7" r="4" /> + <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> + <line x1="16" y1="11" x2="22" y2="11" /> + <line x1="19" y1="8" x2="19" y2="14" /> +</svg> diff --git a/src/_icons/user-x.svg b/src/_icons/user-x.svg new file mode 100644 index 00000000..5345b895 --- /dev/null +++ b/src/_icons/user-x.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="8.5" cy="7" r="4" /> + <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> + <path d="M17 9l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/user.svg b/src/_icons/user.svg new file mode 100644 index 00000000..e08ed689 --- /dev/null +++ b/src/_icons/user.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="7" r="4" /> + <path d="M5.5 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> +</svg> diff --git a/src/_icons/viewfinder.svg b/src/_icons/viewfinder.svg new file mode 100644 index 00000000..a55090fc --- /dev/null +++ b/src/_icons/viewfinder.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="12" y1="3" x2="12" y2="7" /> + <line x1="12" y1="21" x2="12" y2="18" /> + <line x1="3" y1="12" x2="7" y2="12" /> + <line x1="21" y1="12" x2="18" y2="12" /> + <line x1="12" y1="12" x2="12" y2="12.01" /> +</svg> diff --git a/src/_icons/volume-2.svg b/src/_icons/volume-2.svg new file mode 100644 index 00000000..cfd2e1fc --- /dev/null +++ b/src/_icons/volume-2.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M15 8a5 5 0 010 8" /> + <path d="M6 15 h-2a1 1 0 01-1 -1v-4a1 1 0 011 -1h2l3.5 -4.5a.8 .8 0 011.5 .5v14a.8 .8 0 01-1.5 .5l-3.5 -4.5" /> +</svg> diff --git a/src/_icons/volume-3.svg b/src/_icons/volume-3.svg new file mode 100644 index 00000000..5678c08b --- /dev/null +++ b/src/_icons/volume-3.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M6 15 h-2a1 1 0 01-1 -1v-4a1 1 0 011 -1h2l3.5 -4.5a.8 .8 0 011.5 .5v14a.8 .8 0 01-1.5 .5l-3.5 -4.5" /> + <path d="M16 10l4 4m0 -4l-4 4" /> +</svg> diff --git a/src/_icons/volume.svg b/src/_icons/volume.svg new file mode 100644 index 00000000..d90886dc --- /dev/null +++ b/src/_icons/volume.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M15 8a5 5 0 010 8" /> + <path d="M17.7 5a9 9 0 010 14" /> + <path d="M6 15 h-2a1 1 0 01-1 -1v-4a1 1 0 011 -1h2l3.5 -4.5a.8 .8 0 011.5 .5v14a.8 .8 0 01-1.5 .5l-3.5 -4.5" /> +</svg> diff --git a/src/_icons/wifi.svg b/src/_icons/wifi.svg new file mode 100644 index 00000000..d20d3378 --- /dev/null +++ b/src/_icons/wifi.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="1" /> + <path d="M9 16a5 5 0 116 0" /> + <path d="M6 18.7a9 9 0 1112 0" /> +</svg> diff --git a/src/_icons/woman.svg b/src/_icons/woman.svg new file mode 100644 index 00000000..34def09b --- /dev/null +++ b/src/_icons/woman.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="5" r="2" /> + <path d="M10 22v-4h-2l2 -6a1 1 0 011 -1h2a1 1 0 011 1l2 6h-2v4" /> +</svg> diff --git a/src/_icons/world.svg b/src/_icons/world.svg new file mode 100644 index 00000000..11a41f34 --- /dev/null +++ b/src/_icons/world.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="3" y1="12" x2="21" y2="12" /> + <path d="M12 3a12 12 0 000 18" /> + <path d="M12 3a12 12 0 010 18" /> +</svg> diff --git a/src/_icons/x.svg b/src/_icons/x.svg new file mode 100644 index 00000000..84f8f6f1 --- /dev/null +++ b/src/_icons/x.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="18" y1="6" x2="6" y2="18" /> + <line x1="6" y1="6" x2="18" y2="18" /> +</svg> diff --git a/src/_icons/zoom-in.svg b/src/_icons/zoom-in.svg new file mode 100644 index 00000000..55f1282b --- /dev/null +++ b/src/_icons/zoom-in.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="10" cy="10" r="7" /> + <line x1="7" y1="10" x2="13" y2="10" /> + <line x1="10" y1="7" x2="10" y2="13" /> + <line x1="21" y1="21" x2="15" y2="15" /> +</svg> diff --git a/src/_icons/zoom-out.svg b/src/_icons/zoom-out.svg new file mode 100644 index 00000000..6ebbb575 --- /dev/null +++ b/src/_icons/zoom-out.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="10" cy="10" r="7" /> + <line x1="7" y1="10" x2="13" y2="10" /> + <line x1="21" y1="21" x2="15" y2="15" /> +</svg> |