diff options
155 files changed, 160 insertions, 11 deletions
diff --git a/src/_icons/access-point-off.svg b/src/_icons/access-point-off.svg index fc2f99d0..602750a7 100644 --- a/src/_icons/access-point-off.svg +++ b/src/_icons/access-point-off.svg @@ -1,4 +1,5 @@ --- +category: Devices --- <svg> <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/access-point.svg b/src/_icons/access-point.svg index 69e2b0ce..4ba5f1e1 100644 --- a/src/_icons/access-point.svg +++ b/src/_icons/access-point.svg @@ -1,4 +1,5 @@ --- +category: Devices --- <svg> <line x1="12" y1="12" x2="12" y2="12.01" /> diff --git a/src/_icons/wave-triangle.svg b/src/_icons/activity.svg index 60ca8152..60ca8152 100644 --- a/src/_icons/wave-triangle.svg +++ b/src/_icons/activity.svg diff --git a/src/_icons/biohazard.svg b/src/_icons/biohazard.svg index 0c5c6ff8..f6b77bd4 100644 --- a/src/_icons/biohazard.svg +++ b/src/_icons/biohazard.svg @@ -1,6 +1,7 @@ --- +category: Symbols --- <svg> <circle cx="12" cy="12" r="2" /> - <path d="M11.939 14c0.03 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-0.217 .005m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 .003m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0.005 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l0.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /> + <path d="M11.939 14c0 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-0.217 0m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l0.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /> </svg> diff --git a/src/_icons/bluetooth-connected.svg b/src/_icons/bluetooth-connected.svg index df1d3062..b868c2d4 100644 --- a/src/_icons/bluetooth-connected.svg +++ b/src/_icons/bluetooth-connected.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [wireless, connection, connect] --- <svg> diff --git a/src/_icons/bluetooth-off.svg b/src/_icons/bluetooth-off.svg index 60343980..4dc9dfef 100644 --- a/src/_icons/bluetooth-off.svg +++ b/src/_icons/bluetooth-off.svg @@ -1,4 +1,5 @@ --- +category: Devices --- <svg> <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/bluetooth.svg b/src/_icons/bluetooth.svg index cbf2ad30..3523b3b9 100644 --- a/src/_icons/bluetooth.svg +++ b/src/_icons/bluetooth.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [wireless, connection, connect] --- <svg> diff --git a/src/_icons/book.svg b/src/_icons/book.svg index 7ceece48..3940b799 100644 --- a/src/_icons/book.svg +++ b/src/_icons/book.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [read, dictionary, magazine, library, booklet, novel] --- <svg> diff --git a/src/_icons/bookmark-off.svg b/src/_icons/bookmark-off.svg index 118921fa..19d08b24 100644 --- a/src/_icons/bookmark-off.svg +++ b/src/_icons/bookmark-off.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [read, clip, marker, tag] --- <svg> diff --git a/src/_icons/bookmark.svg b/src/_icons/bookmark.svg index 13ef8fc0..fa1f208d 100644 --- a/src/_icons/bookmark.svg +++ b/src/_icons/bookmark.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [read, clip, marker, tag] --- <svg> diff --git a/src/_icons/bookmarks.svg b/src/_icons/bookmarks.svg index b0c9baf6..3841ecb8 100644 --- a/src/_icons/bookmarks.svg +++ b/src/_icons/bookmarks.svg @@ -1,4 +1,5 @@ --- +category: Document --- <svg> <path d="M13 7a2 2 0 0 1 2 2v12l-5 -3l-5 3v-12a2 2 0 0 1 2 -2h6z" /> diff --git a/src/_icons/border-all.svg b/src/_icons/border-all.svg index 360d39df..0f0050a1 100644 --- a/src/_icons/border-all.svg +++ b/src/_icons/border-all.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/border-bottom.svg b/src/_icons/border-bottom.svg index 245a8e30..a383cb03 100644 --- a/src/_icons/border-bottom.svg +++ b/src/_icons/border-bottom.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <line x1="20" y1="20" x2="4" y2="20" /> diff --git a/src/_icons/border-horizontal.svg b/src/_icons/border-horizontal.svg index 31419720..2147b3fa 100644 --- a/src/_icons/border-horizontal.svg +++ b/src/_icons/border-horizontal.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <line x1="4" y1="12" x2="20" y2="12" /> diff --git a/src/_icons/border-inner.svg b/src/_icons/border-inner.svg index 050e0ade..9071aa8d 100644 --- a/src/_icons/border-inner.svg +++ b/src/_icons/border-inner.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <line x1="4" y1="12" x2="20" y2="12" /> diff --git a/src/_icons/border-left.svg b/src/_icons/border-left.svg index 3deaf792..5be23a37 100644 --- a/src/_icons/border-left.svg +++ b/src/_icons/border-left.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <line x1="4" y1="20" x2="4" y2="4" /> diff --git a/src/_icons/border-none.svg b/src/_icons/border-none.svg index 89cdf5cc..01ca014d 100644 --- a/src/_icons/border-none.svg +++ b/src/_icons/border-none.svg @@ -1,5 +1,6 @@ --- tags: [table] +category: Design --- <svg> <line x1="4" y1="4" x2="4" y2="4.01" /> diff --git a/src/_icons/border-outer.svg b/src/_icons/border-outer.svg index 302e3ade..82409900 100644 --- a/src/_icons/border-outer.svg +++ b/src/_icons/border-outer.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <rect x="4" y="4" width="16" height="16" rx="2" /> diff --git a/src/_icons/border-radius.svg b/src/_icons/border-radius.svg index 6e4ea038..048b3ed4 100644 --- a/src/_icons/border-radius.svg +++ b/src/_icons/border-radius.svg @@ -1,5 +1,6 @@ --- tags: [corner, rounded, line] +category: Design --- <svg> <path d="M4 12v-4a4 4 0 0 1 4 -4h4" /> diff --git a/src/_icons/border-right.svg b/src/_icons/border-right.svg index f1b42b82..004155ac 100644 --- a/src/_icons/border-right.svg +++ b/src/_icons/border-right.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <line x1="20" y1="4" x2="20" y2="20" /> diff --git a/src/_icons/border-top.svg b/src/_icons/border-top.svg index 1aaace61..f2724b4c 100644 --- a/src/_icons/border-top.svg +++ b/src/_icons/border-top.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <line x1="4" y1="4" x2="20" y2="4" /> diff --git a/src/_icons/border-vertical.svg b/src/_icons/border-vertical.svg index fc9e039c..f8b6f621 100644 --- a/src/_icons/border-vertical.svg +++ b/src/_icons/border-vertical.svg @@ -1,5 +1,6 @@ --- tags: [table, side, line] +category: Design --- <svg> <line x1="12" y1="4" x2="12" y2="20" /> diff --git a/src/_icons/brush.svg b/src/_icons/brush.svg index f7b84dd9..a1bebef8 100644 --- a/src/_icons/brush.svg +++ b/src/_icons/brush.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [paint, art, picture, paintbrush, painter] --- <svg> diff --git a/src/_icons/camera-minus.svg b/src/_icons/camera-minus.svg index bedf6705..3728452c 100644 --- a/src/_icons/camera-minus.svg +++ b/src/_icons/camera-minus.svg @@ -1,4 +1,5 @@ --- +category: Media tags: [video, photo, aperture] --- <svg> diff --git a/src/_icons/camera-off.svg b/src/_icons/camera-off.svg index 397ddf54..9c430e1b 100644 --- a/src/_icons/camera-off.svg +++ b/src/_icons/camera-off.svg @@ -1,4 +1,5 @@ --- +category: Media --- <svg> <path d="M8.29 4.296a1 1 0 0 1 .71 -.296h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.179 2.824c-.25 .113 -.528 .176 -.821 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.292 0 .568 -.062 .818 -.175" /> diff --git a/src/_icons/camera-plus.svg b/src/_icons/camera-plus.svg index b5649a6a..fd14bff9 100644 --- a/src/_icons/camera-plus.svg +++ b/src/_icons/camera-plus.svg @@ -1,4 +1,5 @@ --- +category: Media tags: [video, photo, aperture] --- <svg> diff --git a/src/_icons/camera.svg b/src/_icons/camera.svg index 3b883ab2..e7308bb5 100644 --- a/src/_icons/camera.svg +++ b/src/_icons/camera.svg @@ -1,4 +1,5 @@ --- +category: Media tags: [video, photo, aperture] --- <svg> diff --git a/src/_icons/capture.svg b/src/_icons/capture.svg index d7718cc5..92d10523 100644 --- a/src/_icons/capture.svg +++ b/src/_icons/capture.svg @@ -1,4 +1,5 @@ --- +category: Media --- <svg> <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> diff --git a/src/_icons/caret-down.svg b/src/_icons/caret-down.svg index 217f308a..26f33859 100644 --- a/src/_icons/caret-down.svg +++ b/src/_icons/caret-down.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [next, bottom, dropdown, show, more] --- <svg> diff --git a/src/_icons/caret-left.svg b/src/_icons/caret-left.svg index 450a2613..6f060a92 100644 --- a/src/_icons/caret-left.svg +++ b/src/_icons/caret-left.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [back, previous] --- <svg> diff --git a/src/_icons/caret-right.svg b/src/_icons/caret-right.svg index 3d068980..d8dfa86d 100644 --- a/src/_icons/caret-right.svg +++ b/src/_icons/caret-right.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [next, play, more] --- <svg> diff --git a/src/_icons/caret-up.svg b/src/_icons/caret-up.svg index 2940109f..9e3a5b06 100644 --- a/src/_icons/caret-up.svg +++ b/src/_icons/caret-up.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [dropdown, less, up] --- <svg> diff --git a/src/_icons/check.svg b/src/_icons/check.svg index 9cb6643a..ab92bf31 100644 --- a/src/_icons/check.svg +++ b/src/_icons/check.svg @@ -1,4 +1,5 @@ --- +category: System tags: [tick, "yes", confirm] --- <svg> diff --git a/src/_icons/checkbox.svg b/src/_icons/checkbox.svg index c1c4b862..5a054cb9 100644 --- a/src/_icons/checkbox.svg +++ b/src/_icons/checkbox.svg @@ -1,4 +1,5 @@ --- +category: System tags: [survey, confirm, tick, "yes", to-do] --- <svg> diff --git a/src/_icons/checks.svg b/src/_icons/checks.svg index aefe80cf..8c917dff 100644 --- a/src/_icons/checks.svg +++ b/src/_icons/checks.svg @@ -1,4 +1,5 @@ --- +category: System tags: [tick, "yes", confirm] --- <svg> diff --git a/src/_icons/clipboard-check.svg b/src/_icons/clipboard-check.svg index f54f95b4..5e9c04ac 100644 --- a/src/_icons/clipboard-check.svg +++ b/src/_icons/clipboard-check.svg @@ -1,4 +1,5 @@ --- +category: Documents tags: [copy, "yes"] --- <svg> diff --git a/src/_icons/clipboard-list.svg b/src/_icons/clipboard-list.svg index e5399de6..27652634 100644 --- a/src/_icons/clipboard-list.svg +++ b/src/_icons/clipboard-list.svg @@ -1,4 +1,5 @@ --- +category: Documents tags: [copy, items] --- <svg> diff --git a/src/_icons/clipboard-x.svg b/src/_icons/clipboard-x.svg index 074f0819..099b0719 100644 --- a/src/_icons/clipboard-x.svg +++ b/src/_icons/clipboard-x.svg @@ -1,4 +1,5 @@ --- +category: Documents tags: [copy, "no"] --- <svg> diff --git a/src/_icons/clipboard.svg b/src/_icons/clipboard.svg index d52de6dd..61c98fe0 100644 --- a/src/_icons/clipboard.svg +++ b/src/_icons/clipboard.svg @@ -1,4 +1,5 @@ --- +category: Documents tags: [copy] --- <svg> diff --git a/src/_icons/color-picker.svg b/src/_icons/color-picker.svg index e42e7bf3..e54fdef7 100644 --- a/src/_icons/color-picker.svg +++ b/src/_icons/color-picker.svg @@ -1,4 +1,5 @@ --- +category: Design --- <svg> <line x1="11" y1="7" x2="17" y2="13" /> diff --git a/src/_icons/color-swatch.svg b/src/_icons/color-swatch.svg index e0db6db5..da8782f1 100644 --- a/src/_icons/color-swatch.svg +++ b/src/_icons/color-swatch.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [sample, choice, selection] --- <svg> diff --git a/src/_icons/command.svg b/src/_icons/command.svg index 7fd83d5d..1690d20c 100644 --- a/src/_icons/command.svg +++ b/src/_icons/command.svg @@ -1,4 +1,5 @@ --- +category: Symbols tags: [apple, key, keyboard, cmd] --- <svg> diff --git a/src/_icons/cut.svg b/src/_icons/cut.svg index 49fad4f0..95d348e0 100644 --- a/src/_icons/cut.svg +++ b/src/_icons/cut.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [scissors, divide, hairdresser, sharp] --- <svg> diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg index 10a0ec06..bbfe32b6 100644 --- a/src/_icons/dashboard.svg +++ b/src/_icons/dashboard.svg @@ -1,4 +1,5 @@ --- +category: System tags: [home, car] --- <svg> diff --git a/src/_icons/device-mobile-vibration.svg b/src/_icons/device-mobile-vibration.svg index 2a79bb90..5a089393 100644 --- a/src/_icons/device-mobile-vibration.svg +++ b/src/_icons/device-mobile-vibration.svg @@ -3,11 +3,8 @@ tags: [iphone, phone, smartphone, cellphone] category: Devices --- <svg> - <g transform="rotate(27 12 12)"> - <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" /> - </g> - <path d="M6 4l-2 1v2.5l-2 1v2.5" /> - <path d="M22 13v2.5l-2 1v2.5l-2 1" /> + <rect x="4" y="4" width="10" height="16" rx="1" /> + <line x1="8" y1="5" x2="10" y2="5" /> + <line x1="9" y1="17" x2="9" y2="17.01" /> + <path d="M20 6l-2 3l2 3l-2 3l2 3" /> </svg> diff --git a/src/_icons/dots-circle-horizontal.svg b/src/_icons/dots-circle-horizontal.svg index 2ff2982f..5cfac117 100644 --- a/src/_icons/dots-circle-horizontal.svg +++ b/src/_icons/dots-circle-horizontal.svg @@ -1,4 +1,5 @@ --- +category: System tags: [more, options] --- <svg> diff --git a/src/_icons/dots-diagonal-2.svg b/src/_icons/dots-diagonal-2.svg index f2ed0f8e..7cda6111 100644 --- a/src/_icons/dots-diagonal-2.svg +++ b/src/_icons/dots-diagonal-2.svg @@ -1,4 +1,5 @@ --- +category: System in-bg: false tags: [hellip, more, ellipsis] --- diff --git a/src/_icons/dots-diagonal.svg b/src/_icons/dots-diagonal.svg index 9fc018e8..136dee27 100644 --- a/src/_icons/dots-diagonal.svg +++ b/src/_icons/dots-diagonal.svg @@ -1,4 +1,5 @@ --- +category: System in-bg: false tags: [hellip, more, ellipsis] --- diff --git a/src/_icons/dots-vertical.svg b/src/_icons/dots-vertical.svg index 8447d9d6..00127e30 100644 --- a/src/_icons/dots-vertical.svg +++ b/src/_icons/dots-vertical.svg @@ -1,4 +1,5 @@ --- +category: System in-bg: false tags: [hellip, more, ellipsis] --- diff --git a/src/_icons/dots.svg b/src/_icons/dots.svg index 86d4833b..5babb0f6 100644 --- a/src/_icons/dots.svg +++ b/src/_icons/dots.svg @@ -1,5 +1,6 @@ --- in-bg: false +category: System tags: [hellip, more, ellipsis] --- <svg> diff --git a/src/_icons/droplet.svg b/src/_icons/droplet.svg index f3ff0bdd..23f21505 100644 --- a/src/_icons/droplet.svg +++ b/src/_icons/droplet.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [water, rain, liquid] --- <svg> diff --git a/src/_icons/edit.svg b/src/_icons/edit.svg index 3da9d154..f83378fa 100644 --- a/src/_icons/edit.svg +++ b/src/_icons/edit.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [pencil, change, update] --- <svg> diff --git a/src/_icons/file-check.svg b/src/_icons/file-check.svg index 63454e9f..91af9ac3 100644 --- a/src/_icons/file-check.svg +++ b/src/_icons/file-check.svg @@ -1,5 +1,6 @@ --- tags: ["yes"] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-code.svg b/src/_icons/file-code.svg index 7aa4b20e..46a60360 100644 --- a/src/_icons/file-code.svg +++ b/src/_icons/file-code.svg @@ -1,5 +1,6 @@ --- tags: [paper, new] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-diff.svg b/src/_icons/file-diff.svg index 07251fa6..fd03cce0 100644 --- a/src/_icons/file-diff.svg +++ b/src/_icons/file-diff.svg @@ -1,5 +1,6 @@ --- tags: [add, create, new] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-download.svg b/src/_icons/file-download.svg index 025a354f..ac480dc1 100644 --- a/src/_icons/file-download.svg +++ b/src/_icons/file-download.svg @@ -1,5 +1,6 @@ --- tags: [save, transfer, input] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-horizontal.svg b/src/_icons/file-horizontal.svg index 64f64405..d6826508 100644 --- a/src/_icons/file-horizontal.svg +++ b/src/_icons/file-horizontal.svg @@ -1,5 +1,6 @@ --- tags: [paper, new] +category: Document --- <svg> <path d="M16 5v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-invoice.svg b/src/_icons/file-invoice.svg index 2d83f6a0..7c37d9a3 100644 --- a/src/_icons/file-invoice.svg +++ b/src/_icons/file-invoice.svg @@ -1,5 +1,6 @@ --- tags: [accounting, bill, statement, settlement, finance] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-minus.svg b/src/_icons/file-minus.svg index 135cf9e9..00900500 100644 --- a/src/_icons/file-minus.svg +++ b/src/_icons/file-minus.svg @@ -1,5 +1,6 @@ --- tags: [remove, delete] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-music.svg b/src/_icons/file-music.svg index c0b5b104..d55e5b94 100644 --- a/src/_icons/file-music.svg +++ b/src/_icons/file-music.svg @@ -1,5 +1,6 @@ --- tags: [mp3, wma, wav] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-off.svg b/src/_icons/file-off.svg index bdf9852d..69efec3b 100644 --- a/src/_icons/file-off.svg +++ b/src/_icons/file-off.svg @@ -1,4 +1,5 @@ --- +category: Document --- <svg> <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/file-phone.svg b/src/_icons/file-phone.svg index 61e99d63..990b3c5b 100644 --- a/src/_icons/file-phone.svg +++ b/src/_icons/file-phone.svg @@ -1,5 +1,6 @@ --- tags: [save, transfer, input] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-plus.svg b/src/_icons/file-plus.svg index 01203c71..119018df 100644 --- a/src/_icons/file-plus.svg +++ b/src/_icons/file-plus.svg @@ -1,5 +1,6 @@ --- tags: [add, create, new] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-shredder.svg b/src/_icons/file-shredder.svg index 4d97277a..c6558773 100644 --- a/src/_icons/file-shredder.svg +++ b/src/_icons/file-shredder.svg @@ -1,5 +1,6 @@ --- tags: [shred, destroy, cut] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-text.svg b/src/_icons/file-text.svg index 5c13f11f..083ef51c 100644 --- a/src/_icons/file-text.svg +++ b/src/_icons/file-text.svg @@ -1,5 +1,6 @@ --- tags: [data, pdf, txt] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-upload.svg b/src/_icons/file-upload.svg index fdd254ad..e1ce2d87 100644 --- a/src/_icons/file-upload.svg +++ b/src/_icons/file-upload.svg @@ -1,5 +1,6 @@ --- tags: [save, transfer, input] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file-x.svg b/src/_icons/file-x.svg index 177b6868..c79276d2 100644 --- a/src/_icons/file-x.svg +++ b/src/_icons/file-x.svg @@ -1,5 +1,6 @@ --- tags: [remove, delete, erase] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/file.svg b/src/_icons/file.svg index 942959e9..e1ff86a6 100644 --- a/src/_icons/file.svg +++ b/src/_icons/file.svg @@ -1,5 +1,6 @@ --- tags: [paper, new] +category: Document --- <svg> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> diff --git a/src/_icons/focus-2.svg b/src/_icons/focus-2.svg index 90dfda5f..de6308ac 100644 --- a/src/_icons/focus-2.svg +++ b/src/_icons/focus-2.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [spotlight, attention, center, aim, target] --- <svg> diff --git a/src/_icons/focus.svg b/src/_icons/focus.svg index 72fc99d9..586e6b30 100644 --- a/src/_icons/focus.svg +++ b/src/_icons/focus.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [target, bullseye, aim] --- <svg> diff --git a/src/_icons/folder-minus.svg b/src/_icons/folder-minus.svg index 14aaa524..f5f3f0b8 100644 --- a/src/_icons/folder-minus.svg +++ b/src/_icons/folder-minus.svg @@ -1,5 +1,6 @@ --- tags: [directory, dir] +category: Document --- <svg> <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/folder-off.svg b/src/_icons/folder-off.svg index fbac09ce..21cc989c 100644 --- a/src/_icons/folder-off.svg +++ b/src/_icons/folder-off.svg @@ -1,5 +1,6 @@ --- tags: [cancel, "no", directory, dir] +category: Document --- <svg> <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/folder-plus.svg b/src/_icons/folder-plus.svg index 32bf0f50..f12495e9 100644 --- a/src/_icons/folder-plus.svg +++ b/src/_icons/folder-plus.svg @@ -1,5 +1,6 @@ --- tags: [add, create, new, directory, dir] +category: Document --- <svg> <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/folder-x.svg b/src/_icons/folder-x.svg index 8d4beffe..f011b06e 100644 --- a/src/_icons/folder-x.svg +++ b/src/_icons/folder-x.svg @@ -1,5 +1,6 @@ --- tags: [directory, dir] +category: Document --- <svg> <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/folder.svg b/src/_icons/folder.svg index 4aff42be..c97104d5 100644 --- a/src/_icons/folder.svg +++ b/src/_icons/folder.svg @@ -1,5 +1,6 @@ --- tags: [cancel, "no", directory, dir] +category: Document --- <svg> <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/folders.svg b/src/_icons/folders.svg index 165f5eb8..4ae75c3c 100644 --- a/src/_icons/folders.svg +++ b/src/_icons/folders.svg @@ -1,5 +1,6 @@ --- tags: [directory, dir, clone, copy] +category: Document --- <svg> <path d="M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" /> diff --git a/src/_icons/gauge.svg b/src/_icons/gauge.svg index 5c8defe2..8903e9f7 100644 --- a/src/_icons/gauge.svg +++ b/src/_icons/gauge.svg @@ -1,4 +1,5 @@ --- +category: System tags: [car, dashboard] --- <svg> diff --git a/src/_icons/grid-dots.svg b/src/_icons/grid-dots.svg index 7b68f5ec..e305dd19 100644 --- a/src/_icons/grid-dots.svg +++ b/src/_icons/grid-dots.svg @@ -1,5 +1,6 @@ --- tags: [network, pattern, layout] +category: System --- <svg> <circle cx="5" cy="5" r="1" /> diff --git a/src/_icons/grid.svg b/src/_icons/grid.svg index 2a72b7a3..0c24f375 100644 --- a/src/_icons/grid.svg +++ b/src/_icons/grid.svg @@ -1,5 +1,6 @@ --- tags: [layout, table, network, pattern] +category: System --- <svg> <rect x="4" y="4" width="6" height="6" rx="1" /> diff --git a/src/_icons/grip-horizontal.svg b/src/_icons/grip-horizontal.svg index 306cb3ec..6c485a1a 100644 --- a/src/_icons/grip-horizontal.svg +++ b/src/_icons/grip-horizontal.svg @@ -1,4 +1,5 @@ --- +category: System --- <svg> <circle cx="5" cy="9" r="1" /> diff --git a/src/_icons/grip-vertical.svg b/src/_icons/grip-vertical.svg index 1aff4401..520f25e3 100644 --- a/src/_icons/grip-vertical.svg +++ b/src/_icons/grip-vertical.svg @@ -1,4 +1,5 @@ --- +category: System --- <svg> <circle cx="9" cy="5" r="1" /> diff --git a/src/_icons/h-1.svg b/src/_icons/h-1.svg index 1ad75985..fccd205f 100644 --- a/src/_icons/h-1.svg +++ b/src/_icons/h-1.svg @@ -1,4 +1,5 @@ --- +category: Text --- <svg> <line x1="3" y1="5" x2="3" y2="19" /> diff --git a/src/_icons/h-2.svg b/src/_icons/h-2.svg index c97e8ae5..dc41be34 100644 --- a/src/_icons/h-2.svg +++ b/src/_icons/h-2.svg @@ -1,4 +1,5 @@ --- +category: Text --- <svg> <line x1="3" y1="5" x2="3" y2="19" /> diff --git a/src/_icons/h-3.svg b/src/_icons/h-3.svg index 963285cf..df8a0dc3 100644 --- a/src/_icons/h-3.svg +++ b/src/_icons/h-3.svg @@ -1,4 +1,5 @@ --- +category: Text --- <svg> <line x1="3" y1="5" x2="3" y2="19" /> diff --git a/src/_icons/h-4.svg b/src/_icons/h-4.svg index e3b1d796..793504f1 100644 --- a/src/_icons/h-4.svg +++ b/src/_icons/h-4.svg @@ -1,4 +1,5 @@ --- +category: Text --- <svg> <line x1="3" y1="5" x2="3" y2="19" /> diff --git a/src/_icons/h-5.svg b/src/_icons/h-5.svg index 99438797..05d4391f 100644 --- a/src/_icons/h-5.svg +++ b/src/_icons/h-5.svg @@ -1,4 +1,5 @@ --- +category: Text --- <svg> <line x1="3" y1="5" x2="3" y2="19" /> diff --git a/src/_icons/h-6.svg b/src/_icons/h-6.svg index 363c2b06..3bd6552d 100644 --- a/src/_icons/h-6.svg +++ b/src/_icons/h-6.svg @@ -1,4 +1,5 @@ --- +category: Text --- <svg> <line x1="3" y1="5" x2="3" y2="19" /> diff --git a/src/_icons/home-2.svg b/src/_icons/home-2.svg index f8e59375..4e80b517 100644 --- a/src/_icons/home-2.svg +++ b/src/_icons/home-2.svg @@ -1,4 +1,5 @@ --- +category: Buildings tags: [house, dashboard, living, building] --- <svg> diff --git a/src/_icons/home.svg b/src/_icons/home.svg index 2a9c3336..10ecf2ab 100644 --- a/src/_icons/home.svg +++ b/src/_icons/home.svg @@ -1,4 +1,5 @@ --- +category: Buildings tags: [house, dashboard, living, building] --- <svg> diff --git a/src/_icons/layers-difference.svg b/src/_icons/layers-difference.svg index fcf060a1..eeff6d41 100644 --- a/src/_icons/layers-difference.svg +++ b/src/_icons/layers-difference.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [stack] --- <svg> diff --git a/src/_icons/layers-intersect.svg b/src/_icons/layers-intersect.svg index db0ad993..131d7f64 100644 --- a/src/_icons/layers-intersect.svg +++ b/src/_icons/layers-intersect.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [stack] --- <svg> diff --git a/src/_icons/layers-subtract.svg b/src/_icons/layers-subtract.svg index ed57b1b3..6e1448b6 100644 --- a/src/_icons/layers-subtract.svg +++ b/src/_icons/layers-subtract.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [stack] --- <svg> diff --git a/src/_icons/layers-union.svg b/src/_icons/layers-union.svg index fe68c62c..feeab6c2 100644 --- a/src/_icons/layers-union.svg +++ b/src/_icons/layers-union.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [stack, join] --- <svg> diff --git a/src/_icons/layout-2.svg b/src/_icons/layout-2.svg index a97139c7..3cf223bf 100644 --- a/src/_icons/layout-2.svg +++ b/src/_icons/layout-2.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [grid, columns, masonry, collage] --- <svg> diff --git a/src/_icons/layout-align-bottom.svg b/src/_icons/layout-align-bottom.svg index 58d3a9b4..ac8a5141 100644 --- a/src/_icons/layout-align-bottom.svg +++ b/src/_icons/layout-align-bottom.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design] --- <svg> diff --git a/src/_icons/layout-align-center.svg b/src/_icons/layout-align-center.svg index 16ecf2ce..564bb0ce 100644 --- a/src/_icons/layout-align-center.svg +++ b/src/_icons/layout-align-center.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design] --- <svg> diff --git a/src/_icons/layout-align-left.svg b/src/_icons/layout-align-left.svg index c019c0df..04bb1a17 100644 --- a/src/_icons/layout-align-left.svg +++ b/src/_icons/layout-align-left.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design] --- <svg> diff --git a/src/_icons/layout-align-middle.svg b/src/_icons/layout-align-middle.svg index 3a6290fa..fb8b245b 100644 --- a/src/_icons/layout-align-middle.svg +++ b/src/_icons/layout-align-middle.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design] --- <svg> diff --git a/src/_icons/layout-align-right.svg b/src/_icons/layout-align-right.svg index a7b3a0c6..7976e6ea 100644 --- a/src/_icons/layout-align-right.svg +++ b/src/_icons/layout-align-right.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design] --- <svg> diff --git a/src/_icons/layout-align-top.svg b/src/_icons/layout-align-top.svg index 1ca8ec56..33dabfdc 100644 --- a/src/_icons/layout-align-top.svg +++ b/src/_icons/layout-align-top.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design] --- <svg> diff --git a/src/_icons/layout-bottombar.svg b/src/_icons/layout-bottombar.svg index 3c955bf1..2581094e 100644 --- a/src/_icons/layout-bottombar.svg +++ b/src/_icons/layout-bottombar.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design, grid, footer] --- <svg> diff --git a/src/_icons/layout-cards.svg b/src/_icons/layout-cards.svg index b33685de..e4071231 100644 --- a/src/_icons/layout-cards.svg +++ b/src/_icons/layout-cards.svg @@ -1,4 +1,5 @@ --- +category: Design --- <svg> <rect x="4" y="4" width="6" height="16" rx="2" /> diff --git a/src/_icons/layout-columns.svg b/src/_icons/layout-columns.svg index c98ef78d..f43362c4 100644 --- a/src/_icons/layout-columns.svg +++ b/src/_icons/layout-columns.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [grid, column, rows] --- <svg> diff --git a/src/_icons/layout-distribute-horizontal.svg b/src/_icons/layout-distribute-horizontal.svg index 496f694a..4d3752c5 100644 --- a/src/_icons/layout-distribute-horizontal.svg +++ b/src/_icons/layout-distribute-horizontal.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design, around] --- <svg> diff --git a/src/_icons/layout-distribute-vertical.svg b/src/_icons/layout-distribute-vertical.svg index 84cc1839..6f402be7 100644 --- a/src/_icons/layout-distribute-vertical.svg +++ b/src/_icons/layout-distribute-vertical.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [position, element, design, around] --- <svg> diff --git a/src/_icons/layout-kanban.svg b/src/_icons/layout-kanban.svg index fa0e34cb..5a046659 100644 --- a/src/_icons/layout-kanban.svg +++ b/src/_icons/layout-kanban.svg @@ -1,4 +1,5 @@ --- +category: Design --- <svg> <line x1="4" y1="4" x2="10" y2="4" /> diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg index 5e5c5657..a92b48c5 100644 --- a/src/_icons/layout-list.svg +++ b/src/_icons/layout-list.svg @@ -1,4 +1,5 @@ --- +category: Design --- <svg> <rect x="4" y="4" width="16" height="6" rx="2" /> diff --git a/src/_icons/layout-navbar.svg b/src/_icons/layout-navbar.svg index 54d5f9b7..52c8eb45 100644 --- a/src/_icons/layout-navbar.svg +++ b/src/_icons/layout-navbar.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [grid, row, header] --- <svg> diff --git a/src/_icons/layout-rows.svg b/src/_icons/layout-rows.svg index 7ad15708..99ad75f1 100644 --- a/src/_icons/layout-rows.svg +++ b/src/_icons/layout-rows.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [grid, masonry, collage] --- <svg> diff --git a/src/_icons/layout-sidebar-right.svg b/src/_icons/layout-sidebar-right.svg index 499848df..d950462c 100644 --- a/src/_icons/layout-sidebar-right.svg +++ b/src/_icons/layout-sidebar-right.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [grid, aside, column, columns] --- <svg> diff --git a/src/_icons/layout-sidebar.svg b/src/_icons/layout-sidebar.svg index 8d989f63..7e7478c5 100644 --- a/src/_icons/layout-sidebar.svg +++ b/src/_icons/layout-sidebar.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [grid, aside, column, columns] --- <svg> diff --git a/src/_icons/layout.svg b/src/_icons/layout.svg index ba97da4a..174a9616 100644 --- a/src/_icons/layout.svg +++ b/src/_icons/layout.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [grid, columns, masonry, collage] --- <svg> diff --git a/src/_icons/line.svg b/src/_icons/line.svg index 26b70c70..2d65c070 100644 --- a/src/_icons/line.svg +++ b/src/_icons/line.svg @@ -1,4 +1,5 @@ --- +category: Design --- <svg> <circle cx="6" cy="18" r="2" /> diff --git a/src/_icons/math.svg b/src/_icons/math.svg index 283ba3d7..8dc6574d 100644 --- a/src/_icons/math.svg +++ b/src/_icons/math.svg @@ -1,4 +1,5 @@ --- +category: Math --- <svg> <path d="M16 13l4 4m0 -4l-4 4" /> diff --git a/src/_icons/menu-2.svg b/src/_icons/menu-2.svg index b1ca36bf..34ef00c9 100644 --- a/src/_icons/menu-2.svg +++ b/src/_icons/menu-2.svg @@ -1,4 +1,5 @@ --- +category: System tags: [bars, hamburger, navigation, burger] --- <svg> diff --git a/src/_icons/menu.svg b/src/_icons/menu.svg index d723a26c..cb29530c 100644 --- a/src/_icons/menu.svg +++ b/src/_icons/menu.svg @@ -1,4 +1,5 @@ --- +category: System tags: [bars, hamburger, navigation, burger] --- <svg> diff --git a/src/_icons/movie.svg b/src/_icons/movie.svg index e170a39a..c2cc0058 100644 --- a/src/_icons/movie.svg +++ b/src/_icons/movie.svg @@ -1,4 +1,5 @@ --- +category: Media tags: [film, video, cinema] --- <svg> diff --git a/src/_icons/news.svg b/src/_icons/news.svg index 5ccabad4..403ea891 100644 --- a/src/_icons/news.svg +++ b/src/_icons/news.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [newspaper, article] --- <svg> diff --git a/src/_icons/note.svg b/src/_icons/note.svg index 766c0707..9d362f36 100644 --- a/src/_icons/note.svg +++ b/src/_icons/note.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [checkbox, brief, record, write, message] --- <svg> diff --git a/src/_icons/notebook.svg b/src/_icons/notebook.svg index db34c5a9..d79eef52 100644 --- a/src/_icons/notebook.svg +++ b/src/_icons/notebook.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [study, learn, diary, write, journal, page, paper, jot down] --- <svg> diff --git a/src/_icons/notes.svg b/src/_icons/notes.svg index 0bc24cfb..9e2dec52 100644 --- a/src/_icons/notes.svg +++ b/src/_icons/notes.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [notetaking, journal, draft, idea, to-do list] --- <svg> diff --git a/src/_icons/notification.svg b/src/_icons/notification.svg index cbe34cf7..80e16650 100644 --- a/src/_icons/notification.svg +++ b/src/_icons/notification.svg @@ -2,6 +2,6 @@ tags: [bell, alarm, reminder, important] --- <svg> - <path d="M9 7h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" /> - <circle cx="16" cy="8" r="3" /> + <path d="M10 6h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" /> + <circle cx="17" cy="7" r="3" /> </svg> diff --git a/src/_icons/paint.svg b/src/_icons/paint.svg index 2dac6fd4..fef83cce 100644 --- a/src/_icons/paint.svg +++ b/src/_icons/paint.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [brush, renovation, refurbishment, color, wall] --- <svg> diff --git a/src/_icons/palette.svg b/src/_icons/palette.svg index 0d14e960..56e3e4f9 100644 --- a/src/_icons/palette.svg +++ b/src/_icons/palette.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [color, paint, painter, picture, board, artist] --- <svg> diff --git a/src/_icons/parentheses.svg b/src/_icons/parentheses.svg index 41522966..692df23f 100644 --- a/src/_icons/parentheses.svg +++ b/src/_icons/parentheses.svg @@ -1,4 +1,5 @@ --- +category: Math tags: [brackets, aside, punctuation, mark, insert] --- <svg> diff --git a/src/_icons/peace.svg b/src/_icons/peace.svg index 914efa9d..f35636b5 100644 --- a/src/_icons/peace.svg +++ b/src/_icons/peace.svg @@ -1,4 +1,5 @@ --- +category: Symbols --- <svg> <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/pencil.svg b/src/_icons/pencil.svg index 188a6553..52c3b00b 100644 --- a/src/_icons/pencil.svg +++ b/src/_icons/pencil.svg @@ -1,5 +1,6 @@ --- -tagd: [write, draft, edit, note] +category: Design +tags: [write, draft, edit, note] --- <svg> <path d="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4" /> diff --git a/src/_icons/photo-off.svg b/src/_icons/photo-off.svg index 42db50da..c67caeab 100644 --- a/src/_icons/photo-off.svg +++ b/src/_icons/photo-off.svg @@ -1,4 +1,5 @@ --- +category: Media --- <svg> <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/photo.svg b/src/_icons/photo.svg index 4fac48d9..6ff7d9b1 100644 --- a/src/_icons/photo.svg +++ b/src/_icons/photo.svg @@ -1,4 +1,5 @@ --- +category: Media tags: [image, picture, landscape, camera] --- <svg> diff --git a/src/_icons/scissors.svg b/src/_icons/scissors.svg index 689a2d4e..7044bd4a 100644 --- a/src/_icons/scissors.svg +++ b/src/_icons/scissors.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [cut, paper, file, document, hairdresser, blade, sharp] --- <svg> diff --git a/src/_icons/settings.svg b/src/_icons/settings.svg index 609b29c4..ff68c9b8 100644 --- a/src/_icons/settings.svg +++ b/src/_icons/settings.svg @@ -1,4 +1,5 @@ --- +category: System tags: [cog, edit, gear, preferences, tools] --- <svg> diff --git a/src/_icons/slice.svg b/src/_icons/slice.svg index 300a941f..8d157e59 100644 --- a/src/_icons/slice.svg +++ b/src/_icons/slice.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [knife, cut, chop, portion, kitchen, tool] --- <svg> diff --git a/src/_icons/smart-home.svg b/src/_icons/smart-home.svg index 5715fc45..9452b8d0 100644 --- a/src/_icons/smart-home.svg +++ b/src/_icons/smart-home.svg @@ -1,4 +1,5 @@ --- +category: Buildings --- <svg> <path d="M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" /> diff --git a/src/_icons/tallymark-1.svg b/src/_icons/tallymark-1.svg index 2265f858..4baca48e 100644 --- a/src/_icons/tallymark-1.svg +++ b/src/_icons/tallymark-1.svg @@ -1,4 +1,5 @@ --- +category: Math --- <svg> <line x1="12" y1="5" x2="12" y2="19" /> diff --git a/src/_icons/tallymark-2.svg b/src/_icons/tallymark-2.svg index d5bbd102..10daf929 100644 --- a/src/_icons/tallymark-2.svg +++ b/src/_icons/tallymark-2.svg @@ -1,4 +1,5 @@ --- +category: Math --- <svg> <line x1="10" y1="5" x2="10" y2="19" /> diff --git a/src/_icons/tallymark-3.svg b/src/_icons/tallymark-3.svg index a8bfcb0c..8e451f5d 100644 --- a/src/_icons/tallymark-3.svg +++ b/src/_icons/tallymark-3.svg @@ -1,4 +1,5 @@ --- +category: Math --- <svg> <line x1="8" y1="5" x2="8" y2="19" /> diff --git a/src/_icons/tallymark-4.svg b/src/_icons/tallymark-4.svg index 0856d106..5ae89111 100644 --- a/src/_icons/tallymark-4.svg +++ b/src/_icons/tallymark-4.svg @@ -1,4 +1,5 @@ --- +category: Math --- <svg> <line x1="6" y1="5" x2="6" y2="19" /> diff --git a/src/_icons/tallymarks.svg b/src/_icons/tallymarks.svg index 33081505..e749ad49 100644 --- a/src/_icons/tallymarks.svg +++ b/src/_icons/tallymarks.svg @@ -1,4 +1,5 @@ --- +category: Math --- <svg> <line x1="6" y1="5" x2="6" y2="19" /> diff --git a/src/_icons/template.svg b/src/_icons/template.svg index 991c4a72..7e345885 100644 --- a/src/_icons/template.svg +++ b/src/_icons/template.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [grid, columns, masonry, collage] --- <svg> diff --git a/src/_icons/tools.svg b/src/_icons/tools.svg index 9945fe6b..60d53a9b 100644 --- a/src/_icons/tools.svg +++ b/src/_icons/tools.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [preferences, edit, settings] --- <svg> diff --git a/src/_icons/vector-triangle.svg b/src/_icons/vector-triangle.svg index 25e286aa..09588fe4 100644 --- a/src/_icons/vector-triangle.svg +++ b/src/_icons/vector-triangle.svg @@ -1,4 +1,5 @@ --- +category: Design --- <svg> <rect x="10" y="4" width="4" height="4" rx="1" /> diff --git a/src/_icons/vector.svg b/src/_icons/vector.svg index fb451a31..f54d89f5 100644 --- a/src/_icons/vector.svg +++ b/src/_icons/vector.svg @@ -1,4 +1,5 @@ --- +category: Design --- <svg> <rect x="3" y="3" width="4" height="4" rx="1" /> diff --git a/src/_icons/video-minus.svg b/src/_icons/video-minus.svg index 5ddf5069..6c147711 100644 --- a/src/_icons/video-minus.svg +++ b/src/_icons/video-minus.svg @@ -1,4 +1,5 @@ --- +category: Media --- <svg> <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> diff --git a/src/_icons/video-off.svg b/src/_icons/video-off.svg index 7063337c..2d6e3254 100644 --- a/src/_icons/video-off.svg +++ b/src/_icons/video-off.svg @@ -1,4 +1,5 @@ --- +category: Media --- <svg> <line x1="3" y1="3" x2="21" y2="21" /> diff --git a/src/_icons/video-plus.svg b/src/_icons/video-plus.svg index 227f0503..a9bb503a 100644 --- a/src/_icons/video-plus.svg +++ b/src/_icons/video-plus.svg @@ -1,4 +1,5 @@ --- +category: Media --- <svg> <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> diff --git a/src/_icons/video.svg b/src/_icons/video.svg index f906bd8c..497fc52c 100644 --- a/src/_icons/video.svg +++ b/src/_icons/video.svg @@ -1,4 +1,5 @@ --- +category: Media --- <svg> <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> diff --git a/src/_icons/volume-2.svg b/src/_icons/volume-2.svg index a01730c8..6f077432 100644 --- a/src/_icons/volume-2.svg +++ b/src/_icons/volume-2.svg @@ -1,4 +1,5 @@ --- +category: Media tags: [music, sound, speaker] --- <svg> diff --git a/src/_icons/volume-3.svg b/src/_icons/volume-3.svg index 1f223966..25834ee1 100644 --- a/src/_icons/volume-3.svg +++ b/src/_icons/volume-3.svg @@ -1,4 +1,5 @@ --- +category: Media tags: [mute, music, sound, off, speaker] --- <svg> diff --git a/src/_icons/volume.svg b/src/_icons/volume.svg index 0a6b16ba..5f1a191f 100644 --- a/src/_icons/volume.svg +++ b/src/_icons/volume.svg @@ -1,4 +1,5 @@ --- +category: Media tags: [music, sound, speaker] --- <svg> diff --git a/src/_icons/wifi-0.svg b/src/_icons/wifi-0.svg index f29af453..67b1b444 100644 --- a/src/_icons/wifi-0.svg +++ b/src/_icons/wifi-0.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [online, connection, signal, wireless] --- <svg> diff --git a/src/_icons/wifi-1.svg b/src/_icons/wifi-1.svg index a25f9ce0..25ec45a1 100644 --- a/src/_icons/wifi-1.svg +++ b/src/_icons/wifi-1.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [online, connection, signal, wireless] --- <svg> diff --git a/src/_icons/wifi-2.svg b/src/_icons/wifi-2.svg index 975438ea..c01000f7 100644 --- a/src/_icons/wifi-2.svg +++ b/src/_icons/wifi-2.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [online, connection, signal, wireless] --- <svg> diff --git a/src/_icons/wifi-off.svg b/src/_icons/wifi-off.svg index 25df62ba..98849947 100644 --- a/src/_icons/wifi-off.svg +++ b/src/_icons/wifi-off.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [online, connection, signal, wireless] --- <svg> diff --git a/src/_icons/wifi.svg b/src/_icons/wifi.svg index 5fdf6c77..4b5a1da8 100644 --- a/src/_icons/wifi.svg +++ b/src/_icons/wifi.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [online, connection, signal, wireless] --- <svg> diff --git a/src/_icons/yin-yang.svg b/src/_icons/yin-yang.svg index c3bbdc77..d142f2a1 100644 --- a/src/_icons/yin-yang.svg +++ b/src/_icons/yin-yang.svg @@ -1,4 +1,5 @@ --- +category: Symbols --- <svg> <circle cx="12" cy="12" r="9" /> |