diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/arrows-left-down.svg | 1 | ||||
-rw-r--r-- | src/_icons/arrows-right-down.svg | 1 | ||||
-rw-r--r-- | src/_icons/arrows-up-left.svg | 1 | ||||
-rw-r--r-- | src/_icons/arrows-up-right.svg | 1 | ||||
-rw-r--r-- | src/_icons/axis-x.svg | 10 | ||||
-rw-r--r-- | src/_icons/axis-y.svg | 10 | ||||
-rw-r--r-- | src/_icons/backpack.svg | 7 | ||||
-rw-r--r-- | src/_icons/bath.svg | 8 | ||||
-rw-r--r-- | src/_icons/brand-mastercard.svg | 8 | ||||
-rw-r--r-- | src/_icons/brand-stack-ofverflow.svg | 10 | ||||
-rw-r--r-- | src/_icons/currency-bitcoin.svg | 2 | ||||
-rw-r--r-- | src/_icons/currency-dogecoin.svg | 9 | ||||
-rw-r--r-- | src/_icons/door-enter.svg | 8 | ||||
-rw-r--r-- | src/_icons/door-exit.svg | 8 | ||||
-rw-r--r-- | src/_icons/door.svg | 7 | ||||
-rw-r--r-- | src/_icons/hand-click.svg | 13 | ||||
-rw-r--r-- | src/_icons/hand-move.svg | 11 | ||||
-rw-r--r-- | src/_icons/lock-square.svg | 7 | ||||
-rw-r--r-- | src/_icons/pig.svg | 6 | ||||
-rw-r--r-- | src/_icons/scale-outline.svg | 6 | ||||
-rw-r--r-- | src/_icons/spacing-horizontal.svg | 7 | ||||
-rw-r--r-- | src/_icons/spacing-vertical.svg | 7 | ||||
-rw-r--r-- | src/_icons/wallpaper.svg | 7 |
23 files changed, 154 insertions, 1 deletions
diff --git a/src/_icons/arrows-left-down.svg b/src/_icons/arrows-left-down.svg index 542abd8d..35863e13 100644 --- a/src/_icons/arrows-left-down.svg +++ b/src/_icons/arrows-left-down.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [drag, move] version: "1.39" --- diff --git a/src/_icons/arrows-right-down.svg b/src/_icons/arrows-right-down.svg index 8d45eb85..c3b312f9 100644 --- a/src/_icons/arrows-right-down.svg +++ b/src/_icons/arrows-right-down.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [drag, move] version: "1.39" --- diff --git a/src/_icons/arrows-up-left.svg b/src/_icons/arrows-up-left.svg index 3115f495..ae6b1f34 100644 --- a/src/_icons/arrows-up-left.svg +++ b/src/_icons/arrows-up-left.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [drag, move] version: "1.39" --- diff --git a/src/_icons/arrows-up-right.svg b/src/_icons/arrows-up-right.svg index ca32b06c..d2bc9f81 100644 --- a/src/_icons/arrows-up-right.svg +++ b/src/_icons/arrows-up-right.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [drag, move] version: "1.39" --- diff --git a/src/_icons/axis-x.svg b/src/_icons/axis-x.svg new file mode 100644 index 00000000..d49ba5c9 --- /dev/null +++ b/src/_icons/axis-x.svg @@ -0,0 +1,10 @@ +--- +category: Arrows +--- +<svg> + <path d="M4 13v.01" /> + <path d="M4 9v.01" /> + <path d="M4 5v.01" /> + <path d="M17 20l3 -3l-3 -3" /> + <path d="M4 17h16" /> +</svg> diff --git a/src/_icons/axis-y.svg b/src/_icons/axis-y.svg new file mode 100644 index 00000000..df003392 --- /dev/null +++ b/src/_icons/axis-y.svg @@ -0,0 +1,10 @@ +--- +category: Arrows +--- +<svg> + <path d="M11 20h-.01" /> + <path d="M15 20h-.01" /> + <path d="M19 20h-.01" /> + <path d="M4 7l3 -3l3 3" /> + <path d="M7 20v-16" /> +</svg> diff --git a/src/_icons/backpack.svg b/src/_icons/backpack.svg new file mode 100644 index 00000000..ec970812 --- /dev/null +++ b/src/_icons/backpack.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M11 7h2a6 6 0 0 1 6 6v6a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-6a6 6 0 0 1 6 -6z" /> + <path d="M10 7v-1a2 2 0 1 1 4 0v1" /> + <path d="M10 15h4" /> +</svg> diff --git a/src/_icons/bath.svg b/src/_icons/bath.svg new file mode 100644 index 00000000..8d3b5fcb --- /dev/null +++ b/src/_icons/bath.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1z" /> + <path d="M6 12v-7a2 2 0 0 1 2 -2h3v2.25" /> + <path d="M4 21l1 -1.5" /> + <path d="M20 21l-1 -1.5" /> +</svg> diff --git a/src/_icons/brand-mastercard.svg b/src/_icons/brand-mastercard.svg new file mode 100644 index 00000000..f8807043 --- /dev/null +++ b/src/_icons/brand-mastercard.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- +<svg> + <circle cx="14" cy="12" r="3" /> + <path d="M12.001 9.765a3 3 0 1 0 0 4.47" /> + <rect x="3" y="5" width="18" height="14" rx="2" /> +</svg> diff --git a/src/_icons/brand-stack-ofverflow.svg b/src/_icons/brand-stack-ofverflow.svg new file mode 100644 index 00000000..256807e1 --- /dev/null +++ b/src/_icons/brand-stack-ofverflow.svg @@ -0,0 +1,10 @@ +--- +category: Brand +--- +<svg> + <path d="M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1" /> + <path d="M8 16h8" /> + <path d="M8.322 12.582l7.956 .836" /> + <path d="M8.787 9.168l7.826 1.664" /> + <path d="M10.096 5.764l7.608 2.472" /> +</svg> diff --git a/src/_icons/currency-bitcoin.svg b/src/_icons/currency-bitcoin.svg index b891baa9..50ae7cf9 100644 --- a/src/_icons/currency-bitcoin.svg +++ b/src/_icons/currency-bitcoin.svg @@ -1,5 +1,5 @@ --- -tags: [crypto, bitcoin, lightning network, mining, digital , blockchain, p2p, peer, money, banknote, pay] +tags: [crypto, bitcoin, lightning network, mining, digital, blockchain, p2p, peer, money, banknote, pay] category: Currencies version: "1.4" --- diff --git a/src/_icons/currency-dogecoin.svg b/src/_icons/currency-dogecoin.svg new file mode 100644 index 00000000..7911c62d --- /dev/null +++ b/src/_icons/currency-dogecoin.svg @@ -0,0 +1,9 @@ +--- +tags: [crypto, bitcoin, lightning network, mining, digital, blockchain, p2p, peer, money, banknote, pay] +category: Currencies +--- +<svg> + <path d="M6 12h6" /> + <path d="M8 5v14" /> + <path d="M5 19h7a7 7 0 0 0 0 -14h-7" /> +</svg> diff --git a/src/_icons/door-enter.svg b/src/_icons/door-enter.svg new file mode 100644 index 00000000..9974e62c --- /dev/null +++ b/src/_icons/door-enter.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M13 12v.01" /> + <path d="M3 21h18" /> + <path d="M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5" /> + <path d="M21 7h-7m3 -3l-3 3l3 3" /> +</svg> diff --git a/src/_icons/door-exit.svg b/src/_icons/door-exit.svg new file mode 100644 index 00000000..4774da37 --- /dev/null +++ b/src/_icons/door-exit.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M13 12v.01" /> + <path d="M3 21h18" /> + <path d="M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5" /> + <path d="M14 7h7m-3 -3l3 3l-3 3" /> +</svg> diff --git a/src/_icons/door.svg b/src/_icons/door.svg new file mode 100644 index 00000000..4f51c192 --- /dev/null +++ b/src/_icons/door.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M14 12v.01" /> + <path d="M3 21h18" /> + <path d="M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16" /> +</svg> diff --git a/src/_icons/hand-click.svg b/src/_icons/hand-click.svg new file mode 100644 index 00000000..3c3b18f4 --- /dev/null +++ b/src/_icons/hand-click.svg @@ -0,0 +1,13 @@ +--- +category: Gestures +--- +<svg> + <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /> + <path d="M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5" /> + <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /> + <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /> + <path d="M5 3l-1 -1" /> + <path d="M4 7h-1" /> + <path d="M14 3l1 -1" /> + <path d="M15 6h1" /> +</svg> diff --git a/src/_icons/hand-move.svg b/src/_icons/hand-move.svg new file mode 100644 index 00000000..803aa47d --- /dev/null +++ b/src/_icons/hand-move.svg @@ -0,0 +1,11 @@ +--- +category: Gestures +--- +<svg> + <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" /> + <path d="M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5" /> + <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" /> + <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" /> + <path d="M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427" /> + <path d="M14.001 3.458c1.32 .354 2.558 .902 3.685 1.612" /> +</svg> diff --git a/src/_icons/lock-square.svg b/src/_icons/lock-square.svg new file mode 100644 index 00000000..56c1115c --- /dev/null +++ b/src/_icons/lock-square.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="8" y="11" width="8" height="5" rx="1" /> + <path d="M10 11v-2a2 2 0 1 1 4 0v2" /> + <rect x="4" y="4" width="16" height="16" rx="2" /> +</svg> diff --git a/src/_icons/pig.svg b/src/_icons/pig.svg new file mode 100644 index 00000000..86809b23 --- /dev/null +++ b/src/_icons/pig.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M15 11v.01" /> + <path d="M16 3l.001 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l.001 -.027a6 6 0 0 1 3.999 -10.473h2.5l4.5 -3z" /> +</svg> diff --git a/src/_icons/scale-outline.svg b/src/_icons/scale-outline.svg new file mode 100644 index 00000000..697bffdf --- /dev/null +++ b/src/_icons/scale-outline.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="4" /> + <path d="M12 7c1.956 0 3.724 .802 4.994 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 4.994 -2.095z" /> +</svg> diff --git a/src/_icons/spacing-horizontal.svg b/src/_icons/spacing-horizontal.svg new file mode 100644 index 00000000..1409aee4 --- /dev/null +++ b/src/_icons/spacing-horizontal.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2" /> + <path d="M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" /> + <path d="M12 8v8" /> +</svg> diff --git a/src/_icons/spacing-vertical.svg b/src/_icons/spacing-vertical.svg new file mode 100644 index 00000000..4ba12714 --- /dev/null +++ b/src/_icons/spacing-vertical.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2" /> + <path d="M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" /> + <path d="M16 12h-8" /> +</svg> diff --git a/src/_icons/wallpaper.svg b/src/_icons/wallpaper.svg new file mode 100644 index 00000000..63fbb315 --- /dev/null +++ b/src/_icons/wallpaper.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12" /> + <circle cx="6" cy="18" r="2" /> + <path d="M8 18v-12a2 2 0 1 0 -4 0v12" /> +</svg> |