diff options
32 files changed, 168 insertions, 58 deletions
diff --git a/src/_icons/aperture.svg b/src/_icons/aperture.svg index eac608da..a723b7fe 100644 --- a/src/_icons/aperture.svg +++ b/src/_icons/aperture.svg @@ -2,10 +2,9 @@ --- <svg> <circle cx="12" cy="12" r="9" /> - <line x1="14.3" y1="8" x2="19.5" y2="17" /> - <line x1="9.7" y1="8" x2="20" y2="8" /> - <line x1="7.4" y1="12" x2="12.5" y2="3" /> - <line x1="9.7" y1="16" x2="4.5" y2="7.1" /> - <line x1="14.3" y1="16" x2="4" y2="16" /> - <line x1="16.6" y1="12" x2="11.5" y2="21" /> + <line x1="3.6" y1="15" x2="14.15" y2="15" /> + <line x1="3.6" y1="15" x2="14.15" y2="15" transform="rotate(72 12 12)" /> + <line x1="3.6" y1="15" x2="14.15" y2="15" transform="rotate(144 12 12)" /> + <line x1="3.6" y1="15" x2="14.15" y2="15" transform="rotate(216 12 12)" /> + <line x1="3.6" y1="15" x2="14.15" y2="15" transform="rotate(288 12 12)" /> </svg> diff --git a/src/_icons/arrows-horizontal.svg b/src/_icons/arrows-horizontal.svg new file mode 100644 index 00000000..0a4eb047 --- /dev/null +++ b/src/_icons/arrows-horizontal.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="7 8 3 12 7 16" /> + <polyline points="17 8 21 12 17 16" /> + <line x1="3" y1="12" x2="21" y2="12" /> +</svg> diff --git a/src/_icons/arrows-sort.svg b/src/_icons/arrows-sort.svg new file mode 100644 index 00000000..b4f586be --- /dev/null +++ b/src/_icons/arrows-sort.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M3 9l4-4l4 4m-4 -4v14" /> + <path d="M21 15l-4 4l-4-4m4 4v-14" /> +</svg> diff --git a/src/_icons/arrows-vertical.svg b/src/_icons/arrows-vertical.svg new file mode 100644 index 00000000..fb779e12 --- /dev/null +++ b/src/_icons/arrows-vertical.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="8 7 12 3 16 7" /> + <polyline points="8 17 12 21 16 17" /> + <line x1="12" y1="3" x2="12" y2="21" /> +</svg> diff --git a/src/_icons/bed.svg b/src/_icons/bed.svg new file mode 100644 index 00000000..e2a69be3 --- /dev/null +++ b/src/_icons/bed.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M4 18v-5a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5m0 -2h-16" /> + <path d="M6 11v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2" /> +</svg> diff --git a/src/_icons/caret-down.svg b/src/_icons/caret-down.svg new file mode 100644 index 00000000..5dac94e6 --- /dev/null +++ b/src/_icons/caret-down.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15l-6-6l-6 6h12" transform="rotate(180 12 12)" /> +</svg> diff --git a/src/_icons/caret-left.svg b/src/_icons/caret-left.svg new file mode 100644 index 00000000..37811e98 --- /dev/null +++ b/src/_icons/caret-left.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15l-6-6l-6 6h12" transform="rotate(270 12 12)" /> +</svg> diff --git a/src/_icons/caret-right.svg b/src/_icons/caret-right.svg new file mode 100644 index 00000000..547cd882 --- /dev/null +++ b/src/_icons/caret-right.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15l-6-6l-6 6h12" transform="rotate(90 12 12)" /> +</svg> diff --git a/src/_icons/caret-up.svg b/src/_icons/caret-up.svg new file mode 100644 index 00000000..65f76047 --- /dev/null +++ b/src/_icons/caret-up.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15l-6-6l-6 6h12" /> +</svg> diff --git a/src/_icons/color-swatch.svg b/src/_icons/color-swatch.svg new file mode 100644 index 00000000..5b4b8c02 --- /dev/null +++ b/src/_icons/color-swatch.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2" /> + <path d="M13 7.35l-2 -2a2 2 0 0 0 -2.828 0l-2.828 2.828a2 2 0 0 0 0 2.828l 9 9" /> + <path d="M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12" /> + <line x1="17" y1="17" x2="17" y2="17.01" /> +</svg> diff --git a/src/_icons/device-floppy.svg b/src/_icons/device-floppy.svg new file mode 100644 index 00000000..497aad08 --- /dev/null +++ b/src/_icons/device-floppy.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2" /> + <circle cx="12" cy="14" r="2" /> + <polyline points="14 4 14 8 8 8 8 4" /> +</svg> diff --git a/src/_icons/device-gamepad.svg b/src/_icons/device-gamepad.svg new file mode 100644 index 00000000..ae747c5b --- /dev/null +++ b/src/_icons/device-gamepad.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="2" y="6" width="20" height="12" rx="2" /> + <path d="M6 12h4m-2 -2v4" /> + <line x1="15" y1="11" x2="15" y2="11.01" /> + <line x1="18" y1="13" x2="18" y2="13.01" /> +</svg> diff --git a/src/_icons/device-laptop.svg b/src/_icons/device-laptop.svg new file mode 100644 index 00000000..3be4697b --- /dev/null +++ b/src/_icons/device-laptop.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="3" y1="19" x2="21" y2="19" /> + <rect x="5" y="6" width="14" height="10" rx="1" /> +</svg> diff --git a/src/_icons/dice-1.svg b/src/_icons/dice-1.svg deleted file mode 100644 index 9d5d0000..00000000 --- a/src/_icons/dice-1.svg +++ /dev/null @@ -1,6 +0,0 @@ ---- ---- -<svg> - <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="12" cy="12" r=".5" /> -</svg> diff --git a/src/_icons/dice-2.svg b/src/_icons/dice-2.svg deleted file mode 100644 index 556a4ce6..00000000 --- a/src/_icons/dice-2.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- -<svg> - <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="8" cy="8" r=".5" /> - <circle cx="16" cy="16" r=".5" /> -</svg> diff --git a/src/_icons/dice-3.svg b/src/_icons/dice-3.svg deleted file mode 100644 index 275ed34a..00000000 --- a/src/_icons/dice-3.svg +++ /dev/null @@ -1,8 +0,0 @@ ---- ---- -<svg> - <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="12" cy="12" r=".5" /> - <circle cx="8" cy="8" r=".5" /> - <circle cx="16" cy="16" r=".5" /> -</svg> diff --git a/src/_icons/dice-4.svg b/src/_icons/dice-4.svg deleted file mode 100644 index 2a674484..00000000 --- a/src/_icons/dice-4.svg +++ /dev/null @@ -1,9 +0,0 @@ ---- ---- -<svg> - <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="8" cy="8" r=".5" /> - <circle cx="8" cy="16" r=".5" /> - <circle cx="16" cy="8" r=".5" /> - <circle cx="16" cy="16" r=".5" /> -</svg> diff --git a/src/_icons/dice-5.svg b/src/_icons/dice-5.svg deleted file mode 100644 index 9f07a3ff..00000000 --- a/src/_icons/dice-5.svg +++ /dev/null @@ -1,10 +0,0 @@ ---- ---- -<svg> - <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="12" cy="12" r=".5" /> - <circle cx="8" cy="8" r=".5" /> - <circle cx="8" cy="16" r=".5" /> - <circle cx="16" cy="8" r=".5" /> - <circle cx="16" cy="16" r=".5" /> -</svg> diff --git a/src/_icons/dice-6.svg b/src/_icons/dice-6.svg deleted file mode 100644 index ec5ed26e..00000000 --- a/src/_icons/dice-6.svg +++ /dev/null @@ -1,11 +0,0 @@ ---- ---- -<svg> - <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="8" cy="8" r=".5" /> - <circle cx="8" cy="12" r=".5" /> - <circle cx="8" cy="16" r=".5" /> - <circle cx="16" cy="8" r=".5" /> - <circle cx="16" cy="12" r=".5" /> - <circle cx="16" cy="16" r=".5" /> -</svg> diff --git a/src/_icons/dice.svg b/src/_icons/dice.svg new file mode 100644 index 00000000..301e9597 --- /dev/null +++ b/src/_icons/dice.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <circle cx="8.5" cy="8.5" r=".5" /> + <circle cx="15.5" cy="8.5" r=".5" /> + <circle cx="15.5" cy="15.5" r=".5" /> + <circle cx="8.5" cy="15.5" r=".5" /> +</svg> diff --git a/src/_icons/file-invoice.svg b/src/_icons/file-invoice.svg new file mode 100644 index 00000000..69a9de64 --- /dev/null +++ b/src/_icons/file-invoice.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <polyline points="14 3 14 8 19 8" /> + <path d="M17 21H7a2 2 0 0 1 -2 -2V5a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> + <line x1="9" y1="7" x2="10" y2="7" /> + <line x1="9" y1="13" x2="15" y2="13" /> + <line x1="13" y1="17" x2="15" y2="17" /> +</svg> diff --git a/src/_icons/infinity.svg b/src/_icons/infinity.svg new file mode 100644 index 00000000..0d76d579 --- /dev/null +++ b/src/_icons/infinity.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M9.828 9.172a4 4 0 1 0 0 5.656 a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828 a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828" /> +</svg> diff --git a/src/_icons/list-check.svg b/src/_icons/list-check.svg new file mode 100644 index 00000000..e3b34a28 --- /dev/null +++ b/src/_icons/list-check.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M3.5 5.5l1.5 1.5l2.5 -2.5" /> + <path d="M3.5 11.5l1.5 1.5l2.5 -2.5" /> + <path d="M3.5 17.5l1.5 1.5l2.5 -2.5" /> + <line x1="11" y1="6" x2="20" y2="6" /> + <line x1="11" y1="12" x2="20" y2="12" /> + <line x1="11" y1="18" x2="20" y2="18" /> +</svg> diff --git a/src/_icons/list.svg b/src/_icons/list.svg new file mode 100644 index 00000000..7c916da5 --- /dev/null +++ b/src/_icons/list.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <line x1="10" y1="6" x2="20" y2="6" /> + <line x1="10" y1="12" x2="20" y2="12" /> + <line x1="10" y1="18" x2="20" y2="18" /> + <circle cx="5" cy="6" r="1" /> + <circle cx="5" cy="12" r="1" /> + <circle cx="5" cy="18" r="1" /> +</svg> diff --git a/src/_icons/messages.svg b/src/_icons/messages.svg new file mode 100644 index 00000000..067035a5 --- /dev/null +++ b/src/_icons/messages.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10" /> + <path d="M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2" /> +</svg> diff --git a/src/_icons/plane.svg b/src/_icons/plane.svg new file mode 100644 index 00000000..f6a2306c --- /dev/null +++ b/src/_icons/plane.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2-4l-2 -4h3l2 2h4l-2 -7h4z" /> +</svg> diff --git a/src/_icons/presentation.svg b/src/_icons/presentation.svg new file mode 100644 index 00000000..362aef64 --- /dev/null +++ b/src/_icons/presentation.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <line x1="3" y1="4" x2="21" y2="4" /> + <path d="M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10" /> + <line x1="12" y1="16" x2="12" y2="20" /> + <line x1="9" y1="20" x2="15" y2="20" /> + <path d="M8 12l3 -3l2 2l3 -3" /> +</svg> diff --git a/src/_icons/repeat-once.svg b/src/_icons/repeat-once.svg new file mode 100644 index 00000000..0f2471e4 --- /dev/null +++ b/src/_icons/repeat-once.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" /> + <path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3-3l3-3" /> + <path d="M11 11l1 -1v4" /> +</svg> diff --git a/src/_icons/repeat.svg b/src/_icons/repeat.svg new file mode 100644 index 00000000..340edb44 --- /dev/null +++ b/src/_icons/repeat.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" /> + <path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3-3l3-3" /> +</svg> diff --git a/src/_icons/sum.svg b/src/_icons/sum.svg new file mode 100644 index 00000000..909a14c1 --- /dev/null +++ b/src/_icons/sum.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 16v2a1 1 0 0 1 -1 1h-11l6-7l-6-7h11a1 1 0 0 1 1 1v2" /> +</svg> diff --git a/src/_icons/template.svg b/src/_icons/template.svg index 163f1c2c..991c4a72 100644 --- a/src/_icons/template.svg +++ b/src/_icons/template.svg @@ -3,7 +3,7 @@ tags: [grid, columns, masonry, collage] --- <svg> <rect x="4" y="4" width="16" height="4" rx="1" /> - <rect x="4" y="12" width="6" height="8" rx="2" /> + <rect x="4" y="12" width="6" height="8" rx="1" /> <line x1="14" y1="12" x2="20" y2="12" /> <line x1="14" y1="16" x2="20" y2="16" /> <line x1="14" y1="20" x2="20" y2="20" /> diff --git a/src/_icons/wallet.svg b/src/_icons/wallet.svg new file mode 100644 index 00000000..80bf6d2c --- /dev/null +++ b/src/_icons/wallet.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12" /> + <path d="M20 12v4h-4a2 2 0 0 1 0 -4h4" /> +</svg> |