From 4f2ec81b48cfead7645d47eb31ff4d5357bb93db Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 11 Oct 2020 15:02:27 +0200 Subject: 49 new icons: `aerial-lift`, `bell-ringing-2`, `binary`, `brand-unsplash`, `building-factory`, `charging-pile`, `column-insert-left`, `column-insert-right`, `corner-down-left-double`, `corner-down-right-double`, `corner-left-down-double`, `corner-left-up-double`, `corner-right-down-double`, `corner-right-up-double`, `corner-up-left-double`, `corner-up-right-double`, `database-export`, `database-import`, `equal-not`, `equal`, `feather`, `file-export`, `file-import`, `files`, `growth`, `hanger`, `marquee-2`, `motorbike`, `pacman`, `pokeball`, `propeller`, `receipt-2`, `receipt-refund`, `receipt`, `recharging`, `resize`, `row-insert-bottom`, `row-insert-top`, `shape-2`, `shape-3`, `shredder`, `square-toggle-horizontal`, `square-toggle`, `table-export`, `table-import`, `tools-kitchen-2`, `track`, `tree`, `variable` Fixed icons: `bike`, `database`, `helicopter`, `layout-grid-add`, `scale`, `speakerphone`, `traffic-cone`, `trees` --- src/_icons/aerial-lift.svg | 6 ++++++ src/_icons/bell-ringing-2.svg | 6 ++++++ src/_icons/bike.svg | 2 +- src/_icons/binary.svg | 8 ++++++++ src/_icons/brand-unsplash.svg | 6 ++++++ src/_icons/building-factory.svg | 9 +++++++++ src/_icons/charging-pile.svg | 7 +++++++ src/_icons/column-insert-left.svg | 8 ++++++++ src/_icons/column-insert-right.svg | 8 ++++++++ src/_icons/corner-down-left-double.svg | 7 +++++++ src/_icons/corner-down-right-double.svg | 7 +++++++ src/_icons/corner-left-down-double.svg | 7 +++++++ src/_icons/corner-left-up-double.svg | 7 +++++++ src/_icons/corner-right-down-double.svg | 7 +++++++ src/_icons/corner-right-up-double.svg | 7 +++++++ src/_icons/corner-up-left-double.svg | 7 +++++++ src/_icons/corner-up-right-double.svg | 7 +++++++ src/_icons/database-export.svg | 8 ++++++++ src/_icons/database-import.svg | 8 ++++++++ src/_icons/database.svg | 2 +- src/_icons/equal-not.svg | 6 ++++++ src/_icons/equal.svg | 6 ++++++ src/_icons/feather.svg | 6 ++++++ src/_icons/file-export.svg | 7 +++++++ src/_icons/file-import.svg | 7 +++++++ src/_icons/files.svg | 8 ++++++++ src/_icons/growth.svg | 5 +++++ src/_icons/hanger.svg | 5 +++++ src/_icons/helicopter.svg | 2 +- src/_icons/layout-grid-add.svg | 8 ++++---- src/_icons/marquee-2.svg | 5 +++++ src/_icons/motorbike.svg | 9 +++++++++ src/_icons/pacman.svg | 6 ++++++ src/_icons/pokeball.svg | 7 +++++++ src/_icons/propeller.svg | 8 ++++++++ src/_icons/receipt-2.svg | 6 ++++++ src/_icons/receipt-refund.svg | 6 ++++++ src/_icons/receipt.svg | 5 +++++ src/_icons/recharging.svg | 14 ++++++++++++++ src/_icons/resize.svg | 7 +++++++ src/_icons/row-insert-bottom.svg | 8 ++++++++ src/_icons/row-insert-top.svg | 8 ++++++++ src/_icons/scale.svg | 8 +------- src/_icons/shape-2.svg | 11 +++++++++++ src/_icons/shape-3.svg | 11 +++++++++++ src/_icons/shredder.svg | 7 +++++++ src/_icons/speakerphone.svg | 1 + src/_icons/square-toggle-horizontal.svg | 10 ++++++++++ src/_icons/square-toggle.svg | 10 ++++++++++ src/_icons/table-export.svg | 6 ++++++ src/_icons/table-import.svg | 6 ++++++ src/_icons/tools-kitchen-2.svg | 5 +++++ src/_icons/track.svg | 6 ++++++ src/_icons/traffic-cone.svg | 1 + src/_icons/tree.svg | 8 ++++++++ src/_icons/trees.svg | 11 ++++++----- src/_icons/variable.svg | 7 +++++++ src/editor.html | 2 +- src/style.scss | 14 ++++++++++++++ 59 files changed, 387 insertions(+), 20 deletions(-) create mode 100644 src/_icons/aerial-lift.svg create mode 100644 src/_icons/bell-ringing-2.svg create mode 100644 src/_icons/binary.svg create mode 100644 src/_icons/brand-unsplash.svg create mode 100644 src/_icons/building-factory.svg create mode 100644 src/_icons/charging-pile.svg create mode 100644 src/_icons/column-insert-left.svg create mode 100644 src/_icons/column-insert-right.svg create mode 100644 src/_icons/corner-down-left-double.svg create mode 100644 src/_icons/corner-down-right-double.svg create mode 100644 src/_icons/corner-left-down-double.svg create mode 100644 src/_icons/corner-left-up-double.svg create mode 100644 src/_icons/corner-right-down-double.svg create mode 100644 src/_icons/corner-right-up-double.svg create mode 100644 src/_icons/corner-up-left-double.svg create mode 100644 src/_icons/corner-up-right-double.svg create mode 100644 src/_icons/database-export.svg create mode 100644 src/_icons/database-import.svg create mode 100644 src/_icons/equal-not.svg create mode 100644 src/_icons/equal.svg create mode 100644 src/_icons/feather.svg create mode 100644 src/_icons/file-export.svg create mode 100644 src/_icons/file-import.svg create mode 100644 src/_icons/files.svg create mode 100644 src/_icons/growth.svg create mode 100644 src/_icons/hanger.svg create mode 100644 src/_icons/marquee-2.svg create mode 100644 src/_icons/motorbike.svg create mode 100644 src/_icons/pacman.svg create mode 100644 src/_icons/pokeball.svg create mode 100644 src/_icons/propeller.svg create mode 100644 src/_icons/receipt-2.svg create mode 100644 src/_icons/receipt-refund.svg create mode 100644 src/_icons/receipt.svg create mode 100644 src/_icons/recharging.svg create mode 100644 src/_icons/resize.svg create mode 100644 src/_icons/row-insert-bottom.svg create mode 100644 src/_icons/row-insert-top.svg create mode 100644 src/_icons/shape-2.svg create mode 100644 src/_icons/shape-3.svg create mode 100644 src/_icons/shredder.svg create mode 100644 src/_icons/square-toggle-horizontal.svg create mode 100644 src/_icons/square-toggle.svg create mode 100644 src/_icons/table-export.svg create mode 100644 src/_icons/table-import.svg create mode 100644 src/_icons/tools-kitchen-2.svg create mode 100644 src/_icons/track.svg create mode 100644 src/_icons/tree.svg create mode 100644 src/_icons/variable.svg (limited to 'src') diff --git a/src/_icons/aerial-lift.svg b/src/_icons/aerial-lift.svg new file mode 100644 index 00000000..47cbda83 --- /dev/null +++ b/src/_icons/aerial-lift.svg @@ -0,0 +1,6 @@ +--- +category: Vehicles +--- + + + diff --git a/src/_icons/bell-ringing-2.svg b/src/_icons/bell-ringing-2.svg new file mode 100644 index 00000000..8f841371 --- /dev/null +++ b/src/_icons/bell-ringing-2.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/bike.svg b/src/_icons/bike.svg index 8f748e09..214a8627 100644 --- a/src/_icons/bike.svg +++ b/src/_icons/bike.svg @@ -1,6 +1,6 @@ --- tags: [cycling, bicycle, sport, wheel] -category: Sport +category: Vehicles version: 1.0 --- diff --git a/src/_icons/binary.svg b/src/_icons/binary.svg new file mode 100644 index 00000000..00a00ea1 --- /dev/null +++ b/src/_icons/binary.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/brand-unsplash.svg b/src/_icons/brand-unsplash.svg new file mode 100644 index 00000000..9ba513cb --- /dev/null +++ b/src/_icons/brand-unsplash.svg @@ -0,0 +1,6 @@ +--- +category: Brands +--- + + + diff --git a/src/_icons/building-factory.svg b/src/_icons/building-factory.svg new file mode 100644 index 00000000..3a33330b --- /dev/null +++ b/src/_icons/building-factory.svg @@ -0,0 +1,9 @@ +--- +category: Buildings +--- + + + + + + diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg new file mode 100644 index 00000000..ffd57f34 --- /dev/null +++ b/src/_icons/charging-pile.svg @@ -0,0 +1,7 @@ +--- +category: Vehicles +--- + + + + diff --git a/src/_icons/column-insert-left.svg b/src/_icons/column-insert-left.svg new file mode 100644 index 00000000..267c1273 --- /dev/null +++ b/src/_icons/column-insert-left.svg @@ -0,0 +1,8 @@ +--- +category: Database +--- + + + + + diff --git a/src/_icons/column-insert-right.svg b/src/_icons/column-insert-right.svg new file mode 100644 index 00000000..05188a6a --- /dev/null +++ b/src/_icons/column-insert-right.svg @@ -0,0 +1,8 @@ +--- +category: Database +--- + + + + + diff --git a/src/_icons/corner-down-left-double.svg b/src/_icons/corner-down-left-double.svg new file mode 100644 index 00000000..8d91752d --- /dev/null +++ b/src/_icons/corner-down-left-double.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/corner-down-right-double.svg b/src/_icons/corner-down-right-double.svg new file mode 100644 index 00000000..daeaeac2 --- /dev/null +++ b/src/_icons/corner-down-right-double.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/corner-left-down-double.svg b/src/_icons/corner-left-down-double.svg new file mode 100644 index 00000000..563aedbf --- /dev/null +++ b/src/_icons/corner-left-down-double.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/corner-left-up-double.svg b/src/_icons/corner-left-up-double.svg new file mode 100644 index 00000000..53fb65f3 --- /dev/null +++ b/src/_icons/corner-left-up-double.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/corner-right-down-double.svg b/src/_icons/corner-right-down-double.svg new file mode 100644 index 00000000..c8625de5 --- /dev/null +++ b/src/_icons/corner-right-down-double.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/corner-right-up-double.svg b/src/_icons/corner-right-up-double.svg new file mode 100644 index 00000000..25ab8068 --- /dev/null +++ b/src/_icons/corner-right-up-double.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/corner-up-left-double.svg b/src/_icons/corner-up-left-double.svg new file mode 100644 index 00000000..e30b84d0 --- /dev/null +++ b/src/_icons/corner-up-left-double.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/corner-up-right-double.svg b/src/_icons/corner-up-right-double.svg new file mode 100644 index 00000000..4d5ecfee --- /dev/null +++ b/src/_icons/corner-up-right-double.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/database-export.svg b/src/_icons/database-export.svg new file mode 100644 index 00000000..e58758cf --- /dev/null +++ b/src/_icons/database-export.svg @@ -0,0 +1,8 @@ +--- +category: Database +--- + + + + + diff --git a/src/_icons/database-import.svg b/src/_icons/database-import.svg new file mode 100644 index 00000000..8c4c8552 --- /dev/null +++ b/src/_icons/database-import.svg @@ -0,0 +1,8 @@ +--- +category: Database +--- + + + + + diff --git a/src/_icons/database.svg b/src/_icons/database.svg index d31e6d5f..3f37d7dd 100644 --- a/src/_icons/database.svg +++ b/src/_icons/database.svg @@ -1,5 +1,5 @@ --- -category: Devices +category: Database tags: [storage, data, memory] version: 1.0 --- diff --git a/src/_icons/equal-not.svg b/src/_icons/equal-not.svg new file mode 100644 index 00000000..326180dd --- /dev/null +++ b/src/_icons/equal-not.svg @@ -0,0 +1,6 @@ +--- +category: Math +--- + + + diff --git a/src/_icons/equal.svg b/src/_icons/equal.svg new file mode 100644 index 00000000..2a53adb5 --- /dev/null +++ b/src/_icons/equal.svg @@ -0,0 +1,6 @@ +--- +category: Math +--- + + + diff --git a/src/_icons/feather.svg b/src/_icons/feather.svg new file mode 100644 index 00000000..504b3909 --- /dev/null +++ b/src/_icons/feather.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/file-export.svg b/src/_icons/file-export.svg new file mode 100644 index 00000000..be72c209 --- /dev/null +++ b/src/_icons/file-export.svg @@ -0,0 +1,7 @@ +--- +category: Document +--- + + + + diff --git a/src/_icons/file-import.svg b/src/_icons/file-import.svg new file mode 100644 index 00000000..742f517b --- /dev/null +++ b/src/_icons/file-import.svg @@ -0,0 +1,7 @@ +--- +category: Document +--- + + + + diff --git a/src/_icons/files.svg b/src/_icons/files.svg new file mode 100644 index 00000000..779a8695 --- /dev/null +++ b/src/_icons/files.svg @@ -0,0 +1,8 @@ +--- +category: Document +--- + + + + + diff --git a/src/_icons/growth.svg b/src/_icons/growth.svg new file mode 100644 index 00000000..ab5c6002 --- /dev/null +++ b/src/_icons/growth.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/hanger.svg b/src/_icons/hanger.svg new file mode 100644 index 00000000..e0cfa7e6 --- /dev/null +++ b/src/_icons/hanger.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/helicopter.svg b/src/_icons/helicopter.svg index 8467d701..ba3dd7d5 100644 --- a/src/_icons/helicopter.svg +++ b/src/_icons/helicopter.svg @@ -1,5 +1,5 @@ --- -category: Map +category: Vehicles version: 1.34 --- diff --git a/src/_icons/layout-grid-add.svg b/src/_icons/layout-grid-add.svg index c0a193d5..20d33f8b 100644 --- a/src/_icons/layout-grid-add.svg +++ b/src/_icons/layout-grid-add.svg @@ -4,8 +4,8 @@ category: Design version: 1.0 --- - - - - + + + + diff --git a/src/_icons/marquee-2.svg b/src/_icons/marquee-2.svg new file mode 100644 index 00000000..657662db --- /dev/null +++ b/src/_icons/marquee-2.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/motorbike.svg b/src/_icons/motorbike.svg new file mode 100644 index 00000000..5a6a60a6 --- /dev/null +++ b/src/_icons/motorbike.svg @@ -0,0 +1,9 @@ +--- +category: Vehicles +--- + + + + + + diff --git a/src/_icons/pacman.svg b/src/_icons/pacman.svg new file mode 100644 index 00000000..62c4b4fe --- /dev/null +++ b/src/_icons/pacman.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/pokeball.svg b/src/_icons/pokeball.svg new file mode 100644 index 00000000..31d0b99e --- /dev/null +++ b/src/_icons/pokeball.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/propeller.svg b/src/_icons/propeller.svg new file mode 100644 index 00000000..0eb2e77d --- /dev/null +++ b/src/_icons/propeller.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/receipt-2.svg b/src/_icons/receipt-2.svg new file mode 100644 index 00000000..278594cd --- /dev/null +++ b/src/_icons/receipt-2.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/receipt-refund.svg b/src/_icons/receipt-refund.svg new file mode 100644 index 00000000..86e1433a --- /dev/null +++ b/src/_icons/receipt-refund.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/receipt.svg b/src/_icons/receipt.svg new file mode 100644 index 00000000..38ed89a5 --- /dev/null +++ b/src/_icons/receipt.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg new file mode 100644 index 00000000..1d5592f2 --- /dev/null +++ b/src/_icons/recharging.svg @@ -0,0 +1,14 @@ +--- +--- + + + + + + + + + + + + diff --git a/src/_icons/resize.svg b/src/_icons/resize.svg new file mode 100644 index 00000000..eef0ff27 --- /dev/null +++ b/src/_icons/resize.svg @@ -0,0 +1,7 @@ +--- +category: Design +--- + + + + diff --git a/src/_icons/row-insert-bottom.svg b/src/_icons/row-insert-bottom.svg new file mode 100644 index 00000000..07492265 --- /dev/null +++ b/src/_icons/row-insert-bottom.svg @@ -0,0 +1,8 @@ +--- +category: Database +--- + + + + + diff --git a/src/_icons/row-insert-top.svg b/src/_icons/row-insert-top.svg new file mode 100644 index 00000000..4f8c9862 --- /dev/null +++ b/src/_icons/row-insert-top.svg @@ -0,0 +1,8 @@ +--- +category: Database +--- + + + + + diff --git a/src/_icons/scale.svg b/src/_icons/scale.svg index c691eff6..10128bef 100644 --- a/src/_icons/scale.svg +++ b/src/_icons/scale.svg @@ -1,11 +1,5 @@ --- -tags: [maths, measure, weight, weigh, balance, worth] -version: 1.5 --- - - - - - + diff --git a/src/_icons/shape-2.svg b/src/_icons/shape-2.svg new file mode 100644 index 00000000..9acaa214 --- /dev/null +++ b/src/_icons/shape-2.svg @@ -0,0 +1,11 @@ +--- +category: Design +tags: [draw, square, form, create, outline] +--- + + + + + + + diff --git a/src/_icons/shape-3.svg b/src/_icons/shape-3.svg new file mode 100644 index 00000000..74a94a34 --- /dev/null +++ b/src/_icons/shape-3.svg @@ -0,0 +1,11 @@ +--- +category: Design +tags: [draw, square, form, create, outline] +--- + + + + + + + diff --git a/src/_icons/shredder.svg b/src/_icons/shredder.svg new file mode 100644 index 00000000..f5b5dc8c --- /dev/null +++ b/src/_icons/shredder.svg @@ -0,0 +1,7 @@ +--- +category: Devices +--- + + + + diff --git a/src/_icons/speakerphone.svg b/src/_icons/speakerphone.svg index fb2ebce0..b69358c3 100644 --- a/src/_icons/speakerphone.svg +++ b/src/_icons/speakerphone.svg @@ -1,4 +1,5 @@ --- +category: Media version: 1.31 --- diff --git a/src/_icons/square-toggle-horizontal.svg b/src/_icons/square-toggle-horizontal.svg new file mode 100644 index 00000000..a411aa23 --- /dev/null +++ b/src/_icons/square-toggle-horizontal.svg @@ -0,0 +1,10 @@ +--- +category: Design +--- + + + + + + + diff --git a/src/_icons/square-toggle.svg b/src/_icons/square-toggle.svg new file mode 100644 index 00000000..76fcddcd --- /dev/null +++ b/src/_icons/square-toggle.svg @@ -0,0 +1,10 @@ +--- +category: Design +--- + + + + + + + diff --git a/src/_icons/table-export.svg b/src/_icons/table-export.svg new file mode 100644 index 00000000..b20d91aa --- /dev/null +++ b/src/_icons/table-export.svg @@ -0,0 +1,6 @@ +--- +category: Database +--- + + + diff --git a/src/_icons/table-import.svg b/src/_icons/table-import.svg new file mode 100644 index 00000000..88087c2d --- /dev/null +++ b/src/_icons/table-import.svg @@ -0,0 +1,6 @@ +--- +category: Database +--- + + + diff --git a/src/_icons/tools-kitchen-2.svg b/src/_icons/tools-kitchen-2.svg new file mode 100644 index 00000000..88823b60 --- /dev/null +++ b/src/_icons/tools-kitchen-2.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/track.svg b/src/_icons/track.svg new file mode 100644 index 00000000..78571902 --- /dev/null +++ b/src/_icons/track.svg @@ -0,0 +1,6 @@ +--- +category: Vehicles +--- + + + diff --git a/src/_icons/traffic-cone.svg b/src/_icons/traffic-cone.svg index 16258af5..61124243 100644 --- a/src/_icons/traffic-cone.svg +++ b/src/_icons/traffic-cone.svg @@ -1,4 +1,5 @@ --- +category: Map version: 1.8 --- diff --git a/src/_icons/tree.svg b/src/_icons/tree.svg new file mode 100644 index 00000000..f4ae6798 --- /dev/null +++ b/src/_icons/tree.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/trees.svg b/src/_icons/trees.svg index 66e9c2d8..9d5fa548 100644 --- a/src/_icons/trees.svg +++ b/src/_icons/trees.svg @@ -1,9 +1,10 @@ --- -version: 1.8 --- - - - - + + + + + + diff --git a/src/_icons/variable.svg b/src/_icons/variable.svg new file mode 100644 index 00000000..93bb2527 --- /dev/null +++ b/src/_icons/variable.svg @@ -0,0 +1,7 @@ +--- +category: Math +--- + + + + diff --git a/src/editor.html b/src/editor.html index 103a9bd4..2285e589 100644 --- a/src/editor.html +++ b/src/editor.html @@ -114,7 +114,7 @@ layout: default {% for icon in category.items %} {% assign name = icon.slug %} - + {% include icon.html name=name %} {% endfor %} diff --git a/src/style.scss b/src/style.scss index f4236f60..8d2a9bfb 100644 --- a/src/style.scss +++ b/src/style.scss @@ -201,6 +201,20 @@ a { align-items: center; justify-content: center; border: 1px solid transparent; + position: relative; + + &.new-icon { + &:after { + content: ''; + position: absolute; + top: 2px; + right: 2px; + width: 6px; + height: 6px; + background: #cc0000; + border-radius: 50%; + } + } &.active { background: #f0f0f0; -- cgit v1.2.1 From ce5a162bdb8470b9fe8e13bba914242ae689b319 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 13 Oct 2020 22:53:02 +0200 Subject: 22 new icons: `brand-asana`, `brand-bing`, `brand-bitbucket`, `brand-disqus`, `brand-docker`, `brand-gravatar`, `brand-hipchat`, `brand-kickstarter`, `brand-netflix`, `brand-pagekit`, `brand-producthunt`, `brand-sass`, `brand-sentry`, `brand-stripe`, `brand-ycombinator`, `chart-dots`, `chart-infographic`, `device-analytics`, `file-report`, `graph-arrows-vertical`, `graph-arrows`, `report` --- src/_icons/brand-asana.svg | 8 ++++++++ src/_icons/brand-bing.svg | 6 ++++++ src/_icons/brand-bitbucket.svg | 7 +++++++ src/_icons/brand-disqus.svg | 7 +++++++ src/_icons/brand-docker.svg | 14 ++++++++++++++ src/_icons/brand-gravatar.svg | 6 ++++++ src/_icons/brand-hipchat.svg | 7 +++++++ src/_icons/brand-kickstarter.svg | 6 ++++++ src/_icons/brand-netflix.svg | 6 ++++++ src/_icons/brand-pagekit.svg | 6 ++++++ src/_icons/brand-producthunt.svg | 7 +++++++ src/_icons/brand-sass.svg | 7 +++++++ src/_icons/brand-sentry.svg | 6 ++++++ src/_icons/brand-stripe.svg | 6 ++++++ src/_icons/brand-ycombinator.svg | 8 ++++++++ src/_icons/chart-dots.svg | 11 +++++++++++ src/_icons/chart-infographic.svg | 11 +++++++++++ src/_icons/device-analytics.svg | 9 +++++++++ src/_icons/file-report.svg | 8 ++++++++ src/_icons/graph-arrows-vertical.svg | 11 +++++++++++ src/_icons/graph-arrows.svg | 11 +++++++++++ src/_icons/report.svg | 11 +++++++++++ 22 files changed, 179 insertions(+) create mode 100644 src/_icons/brand-asana.svg create mode 100644 src/_icons/brand-bing.svg create mode 100644 src/_icons/brand-bitbucket.svg create mode 100644 src/_icons/brand-disqus.svg create mode 100644 src/_icons/brand-docker.svg create mode 100644 src/_icons/brand-gravatar.svg create mode 100644 src/_icons/brand-hipchat.svg create mode 100644 src/_icons/brand-kickstarter.svg create mode 100644 src/_icons/brand-netflix.svg create mode 100644 src/_icons/brand-pagekit.svg create mode 100644 src/_icons/brand-producthunt.svg create mode 100644 src/_icons/brand-sass.svg create mode 100644 src/_icons/brand-sentry.svg create mode 100644 src/_icons/brand-stripe.svg create mode 100644 src/_icons/brand-ycombinator.svg create mode 100644 src/_icons/chart-dots.svg create mode 100644 src/_icons/chart-infographic.svg create mode 100644 src/_icons/device-analytics.svg create mode 100644 src/_icons/file-report.svg create mode 100644 src/_icons/graph-arrows-vertical.svg create mode 100644 src/_icons/graph-arrows.svg create mode 100644 src/_icons/report.svg (limited to 'src') diff --git a/src/_icons/brand-asana.svg b/src/_icons/brand-asana.svg new file mode 100644 index 00000000..994f4b73 --- /dev/null +++ b/src/_icons/brand-asana.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-bing.svg b/src/_icons/brand-bing.svg new file mode 100644 index 00000000..81431320 --- /dev/null +++ b/src/_icons/brand-bing.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-bitbucket.svg b/src/_icons/brand-bitbucket.svg new file mode 100644 index 00000000..22f1e6b6 --- /dev/null +++ b/src/_icons/brand-bitbucket.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-disqus.svg b/src/_icons/brand-disqus.svg new file mode 100644 index 00000000..6c474b1d --- /dev/null +++ b/src/_icons/brand-disqus.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-docker.svg b/src/_icons/brand-docker.svg new file mode 100644 index 00000000..b28731e6 --- /dev/null +++ b/src/_icons/brand-docker.svg @@ -0,0 +1,14 @@ +--- +category: Brand +--- + + + + + + + + + + + diff --git a/src/_icons/brand-gravatar.svg b/src/_icons/brand-gravatar.svg new file mode 100644 index 00000000..1c271e84 --- /dev/null +++ b/src/_icons/brand-gravatar.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-hipchat.svg b/src/_icons/brand-hipchat.svg new file mode 100644 index 00000000..9101004b --- /dev/null +++ b/src/_icons/brand-hipchat.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-kickstarter.svg b/src/_icons/brand-kickstarter.svg new file mode 100644 index 00000000..da1e6d7d --- /dev/null +++ b/src/_icons/brand-kickstarter.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-netflix.svg b/src/_icons/brand-netflix.svg new file mode 100644 index 00000000..142ca4ff --- /dev/null +++ b/src/_icons/brand-netflix.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-pagekit.svg b/src/_icons/brand-pagekit.svg new file mode 100644 index 00000000..1bec90c0 --- /dev/null +++ b/src/_icons/brand-pagekit.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-producthunt.svg b/src/_icons/brand-producthunt.svg new file mode 100644 index 00000000..e6846c0e --- /dev/null +++ b/src/_icons/brand-producthunt.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-sass.svg b/src/_icons/brand-sass.svg new file mode 100644 index 00000000..2a8ab1c3 --- /dev/null +++ b/src/_icons/brand-sass.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-sentry.svg b/src/_icons/brand-sentry.svg new file mode 100644 index 00000000..1a730355 --- /dev/null +++ b/src/_icons/brand-sentry.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-stripe.svg b/src/_icons/brand-stripe.svg new file mode 100644 index 00000000..37f7bc03 --- /dev/null +++ b/src/_icons/brand-stripe.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-ycombinator.svg b/src/_icons/brand-ycombinator.svg new file mode 100644 index 00000000..b9983df3 --- /dev/null +++ b/src/_icons/brand-ycombinator.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/chart-dots.svg b/src/_icons/chart-dots.svg new file mode 100644 index 00000000..e61f9244 --- /dev/null +++ b/src/_icons/chart-dots.svg @@ -0,0 +1,11 @@ +--- +category: Charts +--- + + + + + + + + diff --git a/src/_icons/chart-infographic.svg b/src/_icons/chart-infographic.svg new file mode 100644 index 00000000..090bdebc --- /dev/null +++ b/src/_icons/chart-infographic.svg @@ -0,0 +1,11 @@ +--- +category: Charts +--- + + + + + + + + diff --git a/src/_icons/device-analytics.svg b/src/_icons/device-analytics.svg new file mode 100644 index 00000000..5d7d80cb --- /dev/null +++ b/src/_icons/device-analytics.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/file-report.svg b/src/_icons/file-report.svg new file mode 100644 index 00000000..70c2d00d --- /dev/null +++ b/src/_icons/file-report.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/graph-arrows-vertical.svg b/src/_icons/graph-arrows-vertical.svg new file mode 100644 index 00000000..641a8d9a --- /dev/null +++ b/src/_icons/graph-arrows-vertical.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/graph-arrows.svg b/src/_icons/graph-arrows.svg new file mode 100644 index 00000000..23f8b724 --- /dev/null +++ b/src/_icons/graph-arrows.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/report.svg b/src/_icons/report.svg new file mode 100644 index 00000000..6d325f9b --- /dev/null +++ b/src/_icons/report.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + -- cgit v1.2.1 From c2959abe457db2ec82aa2c3b06a74cd851b1cb81 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 14 Oct 2020 00:07:26 +0200 Subject: 24 new icons: `battery-automotive`, `brightness-2`, `brightness-half`, `building-cottage`, `businessplan`, `camera-rotate`, `camera-selfie`, `device-audio-tape`, `device-cctv`, `device-computer-camera`, `dna`, `ear-off`, `eyeglass-2`, `eyeglass`, `ice-cream-2`, `macro`, `playlist`, `polaroid`, `report-medical`, `report-money`, `satellite`, `window`, `zoom-check`, `zoom-money` Fixed icons: `aerial-lift`, `bell-ringing-2`, `binary`, `brand-asana`, `brand-bing`, `brand-bitbucket`, `brand-disqus`, `brand-docker`, `brand-gravatar`, `brand-hipchat`, `brand-kickstarter`, `brand-netflix`, `brand-pagekit`, `brand-producthunt`, `brand-sass`, `brand-sentry`, `brand-stripe`, `brand-unsplash`, `brand-ycombinator`, `building-factory`, `charging-pile`, `chart-arrows-vertical`, `chart-arrows`, `chart-dots`, `chart-infographic`, `column-insert-left`, `column-insert-right`, `corner-down-left-double`, `corner-down-right-double`, `corner-left-down-double`, `corner-left-up-double`, `corner-right-down-double`, `corner-right-up-double`, `corner-up-left-double`, `corner-up-right-double`, `database-export`, `database-import`, `device-analytics`, `equal-not`, `equal`, `feather`, `file-export`, `file-import`, `file-report`, `files`, `growth`, `hanger`, `ice-cream`, `layout-grid-add`, `marquee-2`, `motorbike`, `mouse`, `pacman`, `parachute`, `pokeball`, `propeller`, `receipt-2`, `receipt-refund`, `receipt-tax`, `receipt`, `recharging`, `report`, `resize`, `row-insert-bottom`, `row-insert-top`, `scale`, `shape-2`, `shape-3`, `shredder`, `square-toggle-horizontal`, `square-toggle`, `table-export`, `table-import`, `tools-kitchen-2`, `tools-kitchen`, `tournament`, `track`, `tree`, `trees`, `variable` Renamed icons: - `graph-arrows-vertical` renamed to `chart-arrows-vertical` - `graph-arrows` renamed to `chart-arrows` --- src/_icons/aerial-lift.svg | 2 +- src/_icons/battery-automotive.svg | 10 ++++++++++ src/_icons/bell-ringing-2.svg | 4 ++-- src/_icons/binary.svg | 8 ++++---- src/_icons/brand-asana.svg | 6 +++--- src/_icons/brand-bing.svg | 2 +- src/_icons/brand-bitbucket.svg | 4 ++-- src/_icons/brand-disqus.svg | 4 ++-- src/_icons/brand-docker.svg | 18 +++++++++--------- src/_icons/brand-gravatar.svg | 2 +- src/_icons/brand-hipchat.svg | 4 ++-- src/_icons/brand-kickstarter.svg | 2 +- src/_icons/brand-netflix.svg | 2 +- src/_icons/brand-pagekit.svg | 2 +- src/_icons/brand-producthunt.svg | 4 ++-- src/_icons/brand-sass.svg | 4 ++-- src/_icons/brand-sentry.svg | 2 +- src/_icons/brand-stripe.svg | 2 +- src/_icons/brand-unsplash.svg | 2 +- src/_icons/brand-ycombinator.svg | 6 +++--- src/_icons/brightness-2.svg | 7 +++++++ src/_icons/brightness-half.svg | 7 +++++++ src/_icons/building-cottage.svg | 9 +++++++++ src/_icons/building-factory.svg | 8 ++++---- src/_icons/businessplan.svg | 10 ++++++++++ src/_icons/camera-rotate.svg | 9 +++++++++ src/_icons/camera-selfie.svg | 9 +++++++++ src/_icons/charging-pile.svg | 4 ++-- src/_icons/chart-arrows-vertical.svg | 12 ++++++++++++ src/_icons/chart-arrows.svg | 12 ++++++++++++ src/_icons/chart-dots.svg | 12 ++++++------ src/_icons/chart-infographic.svg | 12 ++++++------ src/_icons/column-insert-left.svg | 6 +++--- src/_icons/column-insert-right.svg | 6 +++--- src/_icons/corner-down-left-double.svg | 4 ++-- src/_icons/corner-down-right-double.svg | 4 ++-- src/_icons/corner-left-down-double.svg | 4 ++-- src/_icons/corner-left-up-double.svg | 4 ++-- src/_icons/corner-right-down-double.svg | 4 ++-- src/_icons/corner-right-up-double.svg | 4 ++-- src/_icons/corner-up-left-double.svg | 4 ++-- src/_icons/corner-up-right-double.svg | 4 ++-- src/_icons/database-export.svg | 6 +++--- src/_icons/database-import.svg | 6 +++--- src/_icons/device-analytics.svg | 11 ++++++----- src/_icons/device-audio-tape.svg | 9 +++++++++ src/_icons/device-cctv.svg | 10 ++++++++++ src/_icons/device-computer-camera.svg | 8 ++++++++ src/_icons/dna.svg | 7 +++++++ src/_icons/ear-off.svg | 7 +++++++ src/_icons/equal-not.svg | 2 +- src/_icons/equal.svg | 2 +- src/_icons/eyeglass-2.svg | 9 +++++++++ src/_icons/eyeglass.svg | 9 +++++++++ src/_icons/feather.svg | 4 ++-- src/_icons/file-export.svg | 4 ++-- src/_icons/file-import.svg | 4 ++-- src/_icons/file-report.svg | 9 +++++---- src/_icons/files.svg | 6 +++--- src/_icons/graph-arrows-vertical.svg | 11 ----------- src/_icons/graph-arrows.svg | 11 ----------- src/_icons/growth.svg | 2 +- src/_icons/hanger.svg | 2 +- src/_icons/ice-cream-2.svg | 6 ++++++ src/_icons/ice-cream.svg | 5 ++--- src/_icons/layout-grid-add.svg | 8 ++++---- src/_icons/macro.svg | 10 ++++++++++ src/_icons/marquee-2.svg | 2 +- src/_icons/motorbike.svg | 8 ++++---- src/_icons/mouse.svg | 5 +++-- src/_icons/pacman.svg | 4 ++-- src/_icons/parachute.svg | 1 + src/_icons/playlist.svg | 10 ++++++++++ src/_icons/pokeball.svg | 6 +++--- src/_icons/polaroid.svg | 10 ++++++++++ src/_icons/propeller.svg | 8 ++++---- src/_icons/receipt-2.svg | 5 +++-- src/_icons/receipt-refund.svg | 5 +++-- src/_icons/receipt-tax.svg | 1 + src/_icons/receipt.svg | 3 ++- src/_icons/recharging.svg | 20 ++++++++++---------- src/_icons/report-medical.svg | 9 +++++++++ src/_icons/report-money.svg | 9 +++++++++ src/_icons/report.svg | 15 ++++++++------- src/_icons/resize.svg | 4 ++-- src/_icons/row-insert-bottom.svg | 6 +++--- src/_icons/row-insert-top.svg | 6 +++--- src/_icons/satellite.svg | 10 ++++++++++ src/_icons/scale.svg | 2 +- src/_icons/shape-2.svg | 10 +++++----- src/_icons/shape-3.svg | 10 +++++----- src/_icons/shredder.svg | 4 ++-- src/_icons/square-toggle-horizontal.svg | 10 +++++----- src/_icons/square-toggle.svg | 10 +++++----- src/_icons/table-export.svg | 2 +- src/_icons/table-import.svg | 2 +- src/_icons/tools-kitchen-2.svg | 3 ++- src/_icons/tools-kitchen.svg | 1 + src/_icons/tournament.svg | 6 +++--- src/_icons/track.svg | 2 +- src/_icons/tree.svg | 9 +++++---- src/_icons/trees.svg | 13 +++++++------ src/_icons/variable.svg | 4 ++-- src/_icons/window.svg | 7 +++++++ src/_icons/zoom-check.svg | 7 +++++++ src/_icons/zoom-money.svg | 8 ++++++++ 106 files changed, 445 insertions(+), 225 deletions(-) create mode 100644 src/_icons/battery-automotive.svg create mode 100644 src/_icons/brightness-2.svg create mode 100644 src/_icons/brightness-half.svg create mode 100644 src/_icons/building-cottage.svg create mode 100644 src/_icons/businessplan.svg create mode 100644 src/_icons/camera-rotate.svg create mode 100644 src/_icons/camera-selfie.svg create mode 100644 src/_icons/chart-arrows-vertical.svg create mode 100644 src/_icons/chart-arrows.svg create mode 100644 src/_icons/device-audio-tape.svg create mode 100644 src/_icons/device-cctv.svg create mode 100644 src/_icons/device-computer-camera.svg create mode 100644 src/_icons/dna.svg create mode 100644 src/_icons/ear-off.svg create mode 100644 src/_icons/eyeglass-2.svg create mode 100644 src/_icons/eyeglass.svg delete mode 100644 src/_icons/graph-arrows-vertical.svg delete mode 100644 src/_icons/graph-arrows.svg create mode 100644 src/_icons/ice-cream-2.svg create mode 100644 src/_icons/macro.svg create mode 100644 src/_icons/playlist.svg create mode 100644 src/_icons/polaroid.svg create mode 100644 src/_icons/report-medical.svg create mode 100644 src/_icons/report-money.svg create mode 100644 src/_icons/satellite.svg create mode 100644 src/_icons/window.svg create mode 100644 src/_icons/zoom-check.svg create mode 100644 src/_icons/zoom-money.svg (limited to 'src') diff --git a/src/_icons/aerial-lift.svg b/src/_icons/aerial-lift.svg index 47cbda83..954a193f 100644 --- a/src/_icons/aerial-lift.svg +++ b/src/_icons/aerial-lift.svg @@ -2,5 +2,5 @@ category: Vehicles --- - + diff --git a/src/_icons/battery-automotive.svg b/src/_icons/battery-automotive.svg new file mode 100644 index 00000000..20f42c7f --- /dev/null +++ b/src/_icons/battery-automotive.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/bell-ringing-2.svg b/src/_icons/bell-ringing-2.svg index 8f841371..e82402fb 100644 --- a/src/_icons/bell-ringing-2.svg +++ b/src/_icons/bell-ringing-2.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/binary.svg b/src/_icons/binary.svg index 00a00ea1..cfd46aac 100644 --- a/src/_icons/binary.svg +++ b/src/_icons/binary.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/brand-asana.svg b/src/_icons/brand-asana.svg index 994f4b73..7d32aed3 100644 --- a/src/_icons/brand-asana.svg +++ b/src/_icons/brand-asana.svg @@ -2,7 +2,7 @@ category: Brand --- - - - + + + diff --git a/src/_icons/brand-bing.svg b/src/_icons/brand-bing.svg index 81431320..767fb3af 100644 --- a/src/_icons/brand-bing.svg +++ b/src/_icons/brand-bing.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-bitbucket.svg b/src/_icons/brand-bitbucket.svg index 22f1e6b6..23c5b51a 100644 --- a/src/_icons/brand-bitbucket.svg +++ b/src/_icons/brand-bitbucket.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-disqus.svg b/src/_icons/brand-disqus.svg index 6c474b1d..91b32d20 100644 --- a/src/_icons/brand-disqus.svg +++ b/src/_icons/brand-disqus.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-docker.svg b/src/_icons/brand-docker.svg index b28731e6..fc535bb6 100644 --- a/src/_icons/brand-docker.svg +++ b/src/_icons/brand-docker.svg @@ -2,13 +2,13 @@ category: Brand --- - - - - - - - - - + + + + + + + + + diff --git a/src/_icons/brand-gravatar.svg b/src/_icons/brand-gravatar.svg index 1c271e84..fb63b32a 100644 --- a/src/_icons/brand-gravatar.svg +++ b/src/_icons/brand-gravatar.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-hipchat.svg b/src/_icons/brand-hipchat.svg index 9101004b..f21d76fa 100644 --- a/src/_icons/brand-hipchat.svg +++ b/src/_icons/brand-hipchat.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-kickstarter.svg b/src/_icons/brand-kickstarter.svg index da1e6d7d..ec4c4b54 100644 --- a/src/_icons/brand-kickstarter.svg +++ b/src/_icons/brand-kickstarter.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-netflix.svg b/src/_icons/brand-netflix.svg index 142ca4ff..33c2e505 100644 --- a/src/_icons/brand-netflix.svg +++ b/src/_icons/brand-netflix.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-pagekit.svg b/src/_icons/brand-pagekit.svg index 1bec90c0..43860fc2 100644 --- a/src/_icons/brand-pagekit.svg +++ b/src/_icons/brand-pagekit.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-producthunt.svg b/src/_icons/brand-producthunt.svg index e6846c0e..6bdde2a0 100644 --- a/src/_icons/brand-producthunt.svg +++ b/src/_icons/brand-producthunt.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-sass.svg b/src/_icons/brand-sass.svg index 2a8ab1c3..f844234e 100644 --- a/src/_icons/brand-sass.svg +++ b/src/_icons/brand-sass.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-sentry.svg b/src/_icons/brand-sentry.svg index 1a730355..c90f2eee 100644 --- a/src/_icons/brand-sentry.svg +++ b/src/_icons/brand-sentry.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-stripe.svg b/src/_icons/brand-stripe.svg index 37f7bc03..20b4f1f5 100644 --- a/src/_icons/brand-stripe.svg +++ b/src/_icons/brand-stripe.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-unsplash.svg b/src/_icons/brand-unsplash.svg index 9ba513cb..4bc32789 100644 --- a/src/_icons/brand-unsplash.svg +++ b/src/_icons/brand-unsplash.svg @@ -2,5 +2,5 @@ category: Brands --- - + diff --git a/src/_icons/brand-ycombinator.svg b/src/_icons/brand-ycombinator.svg index b9983df3..73a71a03 100644 --- a/src/_icons/brand-ycombinator.svg +++ b/src/_icons/brand-ycombinator.svg @@ -2,7 +2,7 @@ category: Brand --- - - - + + + diff --git a/src/_icons/brightness-2.svg b/src/_icons/brightness-2.svg new file mode 100644 index 00000000..a1ef706d --- /dev/null +++ b/src/_icons/brightness-2.svg @@ -0,0 +1,7 @@ +--- +category: Photos +--- + + + + diff --git a/src/_icons/brightness-half.svg b/src/_icons/brightness-half.svg new file mode 100644 index 00000000..f81e0351 --- /dev/null +++ b/src/_icons/brightness-half.svg @@ -0,0 +1,7 @@ +--- +category: Photos +--- + + + + diff --git a/src/_icons/building-cottage.svg b/src/_icons/building-cottage.svg new file mode 100644 index 00000000..fd4ade40 --- /dev/null +++ b/src/_icons/building-cottage.svg @@ -0,0 +1,9 @@ +--- +category: Buildings +--- + + + + + + diff --git a/src/_icons/building-factory.svg b/src/_icons/building-factory.svg index 3a33330b..38c954ab 100644 --- a/src/_icons/building-factory.svg +++ b/src/_icons/building-factory.svg @@ -2,8 +2,8 @@ category: Buildings --- - - - - + + + + diff --git a/src/_icons/businessplan.svg b/src/_icons/businessplan.svg new file mode 100644 index 00000000..93e322a8 --- /dev/null +++ b/src/_icons/businessplan.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/camera-rotate.svg b/src/_icons/camera-rotate.svg new file mode 100644 index 00000000..603b5aa4 --- /dev/null +++ b/src/_icons/camera-rotate.svg @@ -0,0 +1,9 @@ +--- +category: Photos +--- + + + + + + diff --git a/src/_icons/camera-selfie.svg b/src/_icons/camera-selfie.svg new file mode 100644 index 00000000..d7b24460 --- /dev/null +++ b/src/_icons/camera-selfie.svg @@ -0,0 +1,9 @@ +--- +category: Photos +--- + + + + + + diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg index ffd57f34..03278308 100644 --- a/src/_icons/charging-pile.svg +++ b/src/_icons/charging-pile.svg @@ -2,6 +2,6 @@ category: Vehicles --- - - + + diff --git a/src/_icons/chart-arrows-vertical.svg b/src/_icons/chart-arrows-vertical.svg new file mode 100644 index 00000000..241e0ba9 --- /dev/null +++ b/src/_icons/chart-arrows-vertical.svg @@ -0,0 +1,12 @@ +--- +category: Charts +--- + + + + + + + + + diff --git a/src/_icons/chart-arrows.svg b/src/_icons/chart-arrows.svg new file mode 100644 index 00000000..8c9a6928 --- /dev/null +++ b/src/_icons/chart-arrows.svg @@ -0,0 +1,12 @@ +--- +category: Charts +--- + + + + + + + + + diff --git a/src/_icons/chart-dots.svg b/src/_icons/chart-dots.svg index e61f9244..fb144ece 100644 --- a/src/_icons/chart-dots.svg +++ b/src/_icons/chart-dots.svg @@ -2,10 +2,10 @@ category: Charts --- - - - - - - + + + + + + diff --git a/src/_icons/chart-infographic.svg b/src/_icons/chart-infographic.svg index 090bdebc..afb4a941 100644 --- a/src/_icons/chart-infographic.svg +++ b/src/_icons/chart-infographic.svg @@ -2,10 +2,10 @@ category: Charts --- - - - - - - + + + + + + diff --git a/src/_icons/column-insert-left.svg b/src/_icons/column-insert-left.svg index 267c1273..1b565828 100644 --- a/src/_icons/column-insert-left.svg +++ b/src/_icons/column-insert-left.svg @@ -2,7 +2,7 @@ category: Database --- - - - + + + diff --git a/src/_icons/column-insert-right.svg b/src/_icons/column-insert-right.svg index 05188a6a..391ff1f3 100644 --- a/src/_icons/column-insert-right.svg +++ b/src/_icons/column-insert-right.svg @@ -2,7 +2,7 @@ category: Database --- - - - + + + diff --git a/src/_icons/corner-down-left-double.svg b/src/_icons/corner-down-left-double.svg index 8d91752d..5ddd3996 100644 --- a/src/_icons/corner-down-left-double.svg +++ b/src/_icons/corner-down-left-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-down-right-double.svg b/src/_icons/corner-down-right-double.svg index daeaeac2..e7647f7c 100644 --- a/src/_icons/corner-down-right-double.svg +++ b/src/_icons/corner-down-right-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-left-down-double.svg b/src/_icons/corner-left-down-double.svg index 563aedbf..a2175e86 100644 --- a/src/_icons/corner-left-down-double.svg +++ b/src/_icons/corner-left-down-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-left-up-double.svg b/src/_icons/corner-left-up-double.svg index 53fb65f3..ceb77371 100644 --- a/src/_icons/corner-left-up-double.svg +++ b/src/_icons/corner-left-up-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-right-down-double.svg b/src/_icons/corner-right-down-double.svg index c8625de5..7106b439 100644 --- a/src/_icons/corner-right-down-double.svg +++ b/src/_icons/corner-right-down-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-right-up-double.svg b/src/_icons/corner-right-up-double.svg index 25ab8068..9c2b636b 100644 --- a/src/_icons/corner-right-up-double.svg +++ b/src/_icons/corner-right-up-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-up-left-double.svg b/src/_icons/corner-up-left-double.svg index e30b84d0..0d528c3a 100644 --- a/src/_icons/corner-up-left-double.svg +++ b/src/_icons/corner-up-left-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-up-right-double.svg b/src/_icons/corner-up-right-double.svg index 4d5ecfee..d938c5e7 100644 --- a/src/_icons/corner-up-right-double.svg +++ b/src/_icons/corner-up-right-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/database-export.svg b/src/_icons/database-export.svg index e58758cf..3d4590e7 100644 --- a/src/_icons/database-export.svg +++ b/src/_icons/database-export.svg @@ -2,7 +2,7 @@ category: Database --- - - - + + + diff --git a/src/_icons/database-import.svg b/src/_icons/database-import.svg index 8c4c8552..c9392e72 100644 --- a/src/_icons/database-import.svg +++ b/src/_icons/database-import.svg @@ -2,7 +2,7 @@ category: Database --- - - - + + + diff --git a/src/_icons/device-analytics.svg b/src/_icons/device-analytics.svg index 5d7d80cb..a5ec8ff0 100644 --- a/src/_icons/device-analytics.svg +++ b/src/_icons/device-analytics.svg @@ -1,9 +1,10 @@ --- +category: Devices --- - - - - - + + + + + diff --git a/src/_icons/device-audio-tape.svg b/src/_icons/device-audio-tape.svg new file mode 100644 index 00000000..e9a784e0 --- /dev/null +++ b/src/_icons/device-audio-tape.svg @@ -0,0 +1,9 @@ +--- +category: Devices +--- + + + + + + diff --git a/src/_icons/device-cctv.svg b/src/_icons/device-cctv.svg new file mode 100644 index 00000000..5aae7bb1 --- /dev/null +++ b/src/_icons/device-cctv.svg @@ -0,0 +1,10 @@ +--- +category: Devices +--- + + + + + + + diff --git a/src/_icons/device-computer-camera.svg b/src/_icons/device-computer-camera.svg new file mode 100644 index 00000000..82f0845e --- /dev/null +++ b/src/_icons/device-computer-camera.svg @@ -0,0 +1,8 @@ +--- +category: Devices +--- + + + + + diff --git a/src/_icons/dna.svg b/src/_icons/dna.svg new file mode 100644 index 00000000..b787f7c8 --- /dev/null +++ b/src/_icons/dna.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/ear-off.svg b/src/_icons/ear-off.svg new file mode 100644 index 00000000..d39fb537 --- /dev/null +++ b/src/_icons/ear-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/equal-not.svg b/src/_icons/equal-not.svg index 326180dd..0f157e6c 100644 --- a/src/_icons/equal-not.svg +++ b/src/_icons/equal-not.svg @@ -2,5 +2,5 @@ category: Math --- - + diff --git a/src/_icons/equal.svg b/src/_icons/equal.svg index 2a53adb5..162601e0 100644 --- a/src/_icons/equal.svg +++ b/src/_icons/equal.svg @@ -2,5 +2,5 @@ category: Math --- - + diff --git a/src/_icons/eyeglass-2.svg b/src/_icons/eyeglass-2.svg new file mode 100644 index 00000000..997ffe51 --- /dev/null +++ b/src/_icons/eyeglass-2.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg new file mode 100644 index 00000000..899e37ca --- /dev/null +++ b/src/_icons/eyeglass.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/feather.svg b/src/_icons/feather.svg index 504b3909..57bcc4e8 100644 --- a/src/_icons/feather.svg +++ b/src/_icons/feather.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/file-export.svg b/src/_icons/file-export.svg index be72c209..611f7f7e 100644 --- a/src/_icons/file-export.svg +++ b/src/_icons/file-export.svg @@ -2,6 +2,6 @@ category: Document --- - - + + diff --git a/src/_icons/file-import.svg b/src/_icons/file-import.svg index 742f517b..6fe552ad 100644 --- a/src/_icons/file-import.svg +++ b/src/_icons/file-import.svg @@ -2,6 +2,6 @@ category: Document --- - - + + diff --git a/src/_icons/file-report.svg b/src/_icons/file-report.svg index 70c2d00d..cc824d75 100644 --- a/src/_icons/file-report.svg +++ b/src/_icons/file-report.svg @@ -1,8 +1,9 @@ --- +category: Document --- - - - - + + + + diff --git a/src/_icons/files.svg b/src/_icons/files.svg index 779a8695..5aa45f7c 100644 --- a/src/_icons/files.svg +++ b/src/_icons/files.svg @@ -2,7 +2,7 @@ category: Document --- - - - + + + diff --git a/src/_icons/graph-arrows-vertical.svg b/src/_icons/graph-arrows-vertical.svg deleted file mode 100644 index 641a8d9a..00000000 --- a/src/_icons/graph-arrows-vertical.svg +++ /dev/null @@ -1,11 +0,0 @@ ---- ---- - - - - - - - - - diff --git a/src/_icons/graph-arrows.svg b/src/_icons/graph-arrows.svg deleted file mode 100644 index 23f8b724..00000000 --- a/src/_icons/graph-arrows.svg +++ /dev/null @@ -1,11 +0,0 @@ ---- ---- - - - - - - - - - diff --git a/src/_icons/growth.svg b/src/_icons/growth.svg index ab5c6002..28ba306b 100644 --- a/src/_icons/growth.svg +++ b/src/_icons/growth.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/hanger.svg b/src/_icons/hanger.svg index e0cfa7e6..0f3d66ad 100644 --- a/src/_icons/hanger.svg +++ b/src/_icons/hanger.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/ice-cream-2.svg b/src/_icons/ice-cream-2.svg new file mode 100644 index 00000000..7e5df2fb --- /dev/null +++ b/src/_icons/ice-cream-2.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index fbd142b8..e742aa6d 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -3,7 +3,6 @@ tags: [candy, dessert, frozen, sweet] version: 1.0 --- - - - + + diff --git a/src/_icons/layout-grid-add.svg b/src/_icons/layout-grid-add.svg index 20d33f8b..6007b8a4 100644 --- a/src/_icons/layout-grid-add.svg +++ b/src/_icons/layout-grid-add.svg @@ -4,8 +4,8 @@ category: Design version: 1.0 --- - - - - + + + + diff --git a/src/_icons/macro.svg b/src/_icons/macro.svg new file mode 100644 index 00000000..7db3e1e2 --- /dev/null +++ b/src/_icons/macro.svg @@ -0,0 +1,10 @@ +--- +category: Photos +--- + + + + + + + diff --git a/src/_icons/marquee-2.svg b/src/_icons/marquee-2.svg index 657662db..ac99a08a 100644 --- a/src/_icons/marquee-2.svg +++ b/src/_icons/marquee-2.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/motorbike.svg b/src/_icons/motorbike.svg index 5a6a60a6..f3e7bebc 100644 --- a/src/_icons/motorbike.svg +++ b/src/_icons/motorbike.svg @@ -2,8 +2,8 @@ category: Vehicles --- - - - - + + + + diff --git a/src/_icons/mouse.svg b/src/_icons/mouse.svg index de9074ae..55f25d26 100644 --- a/src/_icons/mouse.svg +++ b/src/_icons/mouse.svg @@ -1,8 +1,9 @@ --- tags: [pointer, cursor, device] version: 1.0 +category: Devices --- - - + + diff --git a/src/_icons/pacman.svg b/src/_icons/pacman.svg index 62c4b4fe..cafbade8 100644 --- a/src/_icons/pacman.svg +++ b/src/_icons/pacman.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/parachute.svg b/src/_icons/parachute.svg index a8cea124..28b8b140 100644 --- a/src/_icons/parachute.svg +++ b/src/_icons/parachute.svg @@ -1,4 +1,5 @@ --- +category: Vehicles version: 1.33 --- diff --git a/src/_icons/playlist.svg b/src/_icons/playlist.svg new file mode 100644 index 00000000..da3816c4 --- /dev/null +++ b/src/_icons/playlist.svg @@ -0,0 +1,10 @@ +--- +category: Multimedia +--- + + + + + + + diff --git a/src/_icons/pokeball.svg b/src/_icons/pokeball.svg index 31d0b99e..896e9205 100644 --- a/src/_icons/pokeball.svg +++ b/src/_icons/pokeball.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/src/_icons/polaroid.svg b/src/_icons/polaroid.svg new file mode 100644 index 00000000..d1be54f4 --- /dev/null +++ b/src/_icons/polaroid.svg @@ -0,0 +1,10 @@ +--- +category: Photos +--- + + + + + + + diff --git a/src/_icons/propeller.svg b/src/_icons/propeller.svg index 0eb2e77d..0dc463fb 100644 --- a/src/_icons/propeller.svg +++ b/src/_icons/propeller.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/receipt-2.svg b/src/_icons/receipt-2.svg index 278594cd..f704e2a2 100644 --- a/src/_icons/receipt-2.svg +++ b/src/_icons/receipt-2.svg @@ -1,6 +1,7 @@ --- +category: Document --- - - + + diff --git a/src/_icons/receipt-refund.svg b/src/_icons/receipt-refund.svg index 86e1433a..92b09833 100644 --- a/src/_icons/receipt-refund.svg +++ b/src/_icons/receipt-refund.svg @@ -1,6 +1,7 @@ --- +category: Document --- - - + + diff --git a/src/_icons/receipt-tax.svg b/src/_icons/receipt-tax.svg index 26397138..2b5cbf51 100644 --- a/src/_icons/receipt-tax.svg +++ b/src/_icons/receipt-tax.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [income, percentage, money, finance, charge, obligation, taxpayer, vat] version: 1.5 --- diff --git a/src/_icons/receipt.svg b/src/_icons/receipt.svg index 38ed89a5..f50b9c6e 100644 --- a/src/_icons/receipt.svg +++ b/src/_icons/receipt.svg @@ -1,5 +1,6 @@ --- +category: Document --- - + diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg index 1d5592f2..d491d128 100644 --- a/src/_icons/recharging.svg +++ b/src/_icons/recharging.svg @@ -1,14 +1,14 @@ --- --- - - - - - - - - - - + + + + + + + + + + diff --git a/src/_icons/report-medical.svg b/src/_icons/report-medical.svg new file mode 100644 index 00000000..7097dde3 --- /dev/null +++ b/src/_icons/report-medical.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/report-money.svg b/src/_icons/report-money.svg new file mode 100644 index 00000000..18852ffe --- /dev/null +++ b/src/_icons/report-money.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/report.svg b/src/_icons/report.svg index 6d325f9b..45c8b7d1 100644 --- a/src/_icons/report.svg +++ b/src/_icons/report.svg @@ -1,11 +1,12 @@ --- +category: Document --- - - - - - - - + + + + + + + diff --git a/src/_icons/resize.svg b/src/_icons/resize.svg index eef0ff27..242c029d 100644 --- a/src/_icons/resize.svg +++ b/src/_icons/resize.svg @@ -2,6 +2,6 @@ category: Design --- - - + + diff --git a/src/_icons/row-insert-bottom.svg b/src/_icons/row-insert-bottom.svg index 07492265..ebbfc05a 100644 --- a/src/_icons/row-insert-bottom.svg +++ b/src/_icons/row-insert-bottom.svg @@ -2,7 +2,7 @@ category: Database --- - - - + + + diff --git a/src/_icons/row-insert-top.svg b/src/_icons/row-insert-top.svg index 4f8c9862..84f0ec40 100644 --- a/src/_icons/row-insert-top.svg +++ b/src/_icons/row-insert-top.svg @@ -2,7 +2,7 @@ category: Database --- - - - + + + diff --git a/src/_icons/satellite.svg b/src/_icons/satellite.svg new file mode 100644 index 00000000..2ba5ecb2 --- /dev/null +++ b/src/_icons/satellite.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/scale.svg b/src/_icons/scale.svg index 10128bef..e3cf0a6a 100644 --- a/src/_icons/scale.svg +++ b/src/_icons/scale.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/shape-2.svg b/src/_icons/shape-2.svg index 9acaa214..adbe2d61 100644 --- a/src/_icons/shape-2.svg +++ b/src/_icons/shape-2.svg @@ -3,9 +3,9 @@ category: Design tags: [draw, square, form, create, outline] --- - - - - - + + + + + diff --git a/src/_icons/shape-3.svg b/src/_icons/shape-3.svg index 74a94a34..3b994cc9 100644 --- a/src/_icons/shape-3.svg +++ b/src/_icons/shape-3.svg @@ -3,9 +3,9 @@ category: Design tags: [draw, square, form, create, outline] --- - - - - - + + + + + diff --git a/src/_icons/shredder.svg b/src/_icons/shredder.svg index f5b5dc8c..9a0ea81d 100644 --- a/src/_icons/shredder.svg +++ b/src/_icons/shredder.svg @@ -2,6 +2,6 @@ category: Devices --- - - + + diff --git a/src/_icons/square-toggle-horizontal.svg b/src/_icons/square-toggle-horizontal.svg index a411aa23..6bca02ab 100644 --- a/src/_icons/square-toggle-horizontal.svg +++ b/src/_icons/square-toggle-horizontal.svg @@ -2,9 +2,9 @@ category: Design --- - - - - - + + + + + diff --git a/src/_icons/square-toggle.svg b/src/_icons/square-toggle.svg index 76fcddcd..8f1b70a7 100644 --- a/src/_icons/square-toggle.svg +++ b/src/_icons/square-toggle.svg @@ -2,9 +2,9 @@ category: Design --- - - - - - + + + + + diff --git a/src/_icons/table-export.svg b/src/_icons/table-export.svg index b20d91aa..07fceaf6 100644 --- a/src/_icons/table-export.svg +++ b/src/_icons/table-export.svg @@ -2,5 +2,5 @@ category: Database --- - + diff --git a/src/_icons/table-import.svg b/src/_icons/table-import.svg index 88087c2d..df755218 100644 --- a/src/_icons/table-import.svg +++ b/src/_icons/table-import.svg @@ -2,5 +2,5 @@ category: Database --- - + diff --git a/src/_icons/tools-kitchen-2.svg b/src/_icons/tools-kitchen-2.svg index 88823b60..95a24b6f 100644 --- a/src/_icons/tools-kitchen-2.svg +++ b/src/_icons/tools-kitchen-2.svg @@ -1,5 +1,6 @@ --- +category: Map --- - + diff --git a/src/_icons/tools-kitchen.svg b/src/_icons/tools-kitchen.svg index d6ef248d..aad12451 100644 --- a/src/_icons/tools-kitchen.svg +++ b/src/_icons/tools-kitchen.svg @@ -1,4 +1,5 @@ --- +category: Map version: 1.31 --- diff --git a/src/_icons/tournament.svg b/src/_icons/tournament.svg index 2a7220bb..ef5c0044 100644 --- a/src/_icons/tournament.svg +++ b/src/_icons/tournament.svg @@ -2,8 +2,8 @@ version: 1.19 --- - - - + + + diff --git a/src/_icons/track.svg b/src/_icons/track.svg index 78571902..cc9cd55d 100644 --- a/src/_icons/track.svg +++ b/src/_icons/track.svg @@ -2,5 +2,5 @@ category: Vehicles --- - + diff --git a/src/_icons/tree.svg b/src/_icons/tree.svg index f4ae6798..3403ccef 100644 --- a/src/_icons/tree.svg +++ b/src/_icons/tree.svg @@ -1,8 +1,9 @@ --- +category: Map --- - - - - + + + + diff --git a/src/_icons/trees.svg b/src/_icons/trees.svg index 9d5fa548..1489dd01 100644 --- a/src/_icons/trees.svg +++ b/src/_icons/trees.svg @@ -1,10 +1,11 @@ --- +category: Map --- - - - - - - + + + + + + diff --git a/src/_icons/variable.svg b/src/_icons/variable.svg index 93bb2527..68fc4c78 100644 --- a/src/_icons/variable.svg +++ b/src/_icons/variable.svg @@ -2,6 +2,6 @@ category: Math --- - - + + diff --git a/src/_icons/window.svg b/src/_icons/window.svg new file mode 100644 index 00000000..05c64b43 --- /dev/null +++ b/src/_icons/window.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/zoom-check.svg b/src/_icons/zoom-check.svg new file mode 100644 index 00000000..17ed31da --- /dev/null +++ b/src/_icons/zoom-check.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/zoom-money.svg b/src/_icons/zoom-money.svg new file mode 100644 index 00000000..1fd53336 --- /dev/null +++ b/src/_icons/zoom-money.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + -- cgit v1.2.1 From 61bef58d27a682ebe06b5a6827db993c7a1dc175 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 14 Oct 2020 00:42:02 +0200 Subject: 9 new icons: `ball-american-football`, `ball-football`, `cash-banknote`, `hierarhy-2`, `hierarhy`, `math-symbols`, `olympics`, `play-card`, `sock` Fixed icons: `device-cctv`, `ear-off`, `pacman` --- src/_icons/ball-american-football.svg | 11 +++++++++++ src/_icons/ball-football.svg | 12 ++++++++++++ src/_icons/cash-banknote.svg | 8 ++++++++ src/_icons/device-cctv.svg | 1 - src/_icons/ear-off.svg | 2 +- src/_icons/hierarhy-2.svg | 9 +++++++++ src/_icons/hierarhy.svg | 9 +++++++++ src/_icons/math-symbols.svg | 13 +++++++++++++ src/_icons/olympics.svg | 9 +++++++++ src/_icons/pacman.svg | 4 ++-- src/_icons/play-card.svg | 8 ++++++++ src/_icons/sock.svg | 6 ++++++ 12 files changed, 88 insertions(+), 4 deletions(-) create mode 100644 src/_icons/ball-american-football.svg create mode 100644 src/_icons/ball-football.svg create mode 100644 src/_icons/cash-banknote.svg create mode 100644 src/_icons/hierarhy-2.svg create mode 100644 src/_icons/hierarhy.svg create mode 100644 src/_icons/math-symbols.svg create mode 100644 src/_icons/olympics.svg create mode 100644 src/_icons/play-card.svg create mode 100644 src/_icons/sock.svg (limited to 'src') diff --git a/src/_icons/ball-american-football.svg b/src/_icons/ball-american-football.svg new file mode 100644 index 00000000..e99fecb4 --- /dev/null +++ b/src/_icons/ball-american-football.svg @@ -0,0 +1,11 @@ +--- +category: Sport +--- + + + + + + + + diff --git a/src/_icons/ball-football.svg b/src/_icons/ball-football.svg new file mode 100644 index 00000000..1aeaf0cd --- /dev/null +++ b/src/_icons/ball-football.svg @@ -0,0 +1,12 @@ +--- +category: Sport +--- + + + + + + + + + diff --git a/src/_icons/cash-banknote.svg b/src/_icons/cash-banknote.svg new file mode 100644 index 00000000..ac892afa --- /dev/null +++ b/src/_icons/cash-banknote.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/device-cctv.svg b/src/_icons/device-cctv.svg index 5aae7bb1..55c1863d 100644 --- a/src/_icons/device-cctv.svg +++ b/src/_icons/device-cctv.svg @@ -6,5 +6,4 @@ category: Devices - diff --git a/src/_icons/ear-off.svg b/src/_icons/ear-off.svg index d39fb537..104e410c 100644 --- a/src/_icons/ear-off.svg +++ b/src/_icons/ear-off.svg @@ -1,7 +1,7 @@ --- --- - + diff --git a/src/_icons/hierarhy-2.svg b/src/_icons/hierarhy-2.svg new file mode 100644 index 00000000..ddb81a10 --- /dev/null +++ b/src/_icons/hierarhy-2.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/hierarhy.svg b/src/_icons/hierarhy.svg new file mode 100644 index 00000000..f0c9a783 --- /dev/null +++ b/src/_icons/hierarhy.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/math-symbols.svg b/src/_icons/math-symbols.svg new file mode 100644 index 00000000..b5bf0432 --- /dev/null +++ b/src/_icons/math-symbols.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/olympics.svg b/src/_icons/olympics.svg new file mode 100644 index 00000000..7ad83b40 --- /dev/null +++ b/src/_icons/olympics.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/pacman.svg b/src/_icons/pacman.svg index cafbade8..f8e27490 100644 --- a/src/_icons/pacman.svg +++ b/src/_icons/pacman.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/play-card.svg b/src/_icons/play-card.svg new file mode 100644 index 00000000..c74274aa --- /dev/null +++ b/src/_icons/play-card.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/sock.svg b/src/_icons/sock.svg new file mode 100644 index 00000000..e5c46479 --- /dev/null +++ b/src/_icons/sock.svg @@ -0,0 +1,6 @@ +--- +--- + + + + -- cgit v1.2.1 From 651385217b6cd2097b215cb3adfa38d7b276b447 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 14 Oct 2020 00:43:44 +0200 Subject: icons fixes --- src/_icons/ball-american-football.svg | 12 ++++++------ src/_icons/ball-football.svg | 14 +++++++------- src/_icons/cash-banknote.svg | 8 ++++---- src/_icons/hierarhy-2.svg | 10 +++++----- src/_icons/hierarhy.svg | 10 +++++----- src/_icons/math-symbols.svg | 18 +++++++++--------- src/_icons/olympics.svg | 11 ++++++----- src/_icons/pacman.svg | 2 +- src/_icons/play-card.svg | 8 ++++---- src/_icons/sock.svg | 4 ++-- 10 files changed, 49 insertions(+), 48 deletions(-) (limited to 'src') diff --git a/src/_icons/ball-american-football.svg b/src/_icons/ball-american-football.svg index e99fecb4..a0b33480 100644 --- a/src/_icons/ball-american-football.svg +++ b/src/_icons/ball-american-football.svg @@ -2,10 +2,10 @@ category: Sport --- - - - - - - + + + + + + diff --git a/src/_icons/ball-football.svg b/src/_icons/ball-football.svg index 1aeaf0cd..3c556e0b 100644 --- a/src/_icons/ball-football.svg +++ b/src/_icons/ball-football.svg @@ -2,11 +2,11 @@ category: Sport --- - - - - - - - + + + + + + + diff --git a/src/_icons/cash-banknote.svg b/src/_icons/cash-banknote.svg index ac892afa..c7133de2 100644 --- a/src/_icons/cash-banknote.svg +++ b/src/_icons/cash-banknote.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/hierarhy-2.svg b/src/_icons/hierarhy-2.svg index ddb81a10..30c78432 100644 --- a/src/_icons/hierarhy-2.svg +++ b/src/_icons/hierarhy-2.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/hierarhy.svg b/src/_icons/hierarhy.svg index f0c9a783..a68fab43 100644 --- a/src/_icons/hierarhy.svg +++ b/src/_icons/hierarhy.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/math-symbols.svg b/src/_icons/math-symbols.svg index b5bf0432..29ff7cb4 100644 --- a/src/_icons/math-symbols.svg +++ b/src/_icons/math-symbols.svg @@ -1,13 +1,13 @@ --- --- - - - - - - - - - + + + + + + + + + diff --git a/src/_icons/olympics.svg b/src/_icons/olympics.svg index 7ad83b40..95a884dd 100644 --- a/src/_icons/olympics.svg +++ b/src/_icons/olympics.svg @@ -1,9 +1,10 @@ --- +category: Sport --- - - - - - + + + + + diff --git a/src/_icons/pacman.svg b/src/_icons/pacman.svg index f8e27490..5e49f2cd 100644 --- a/src/_icons/pacman.svg +++ b/src/_icons/pacman.svg @@ -2,5 +2,5 @@ --- - + diff --git a/src/_icons/play-card.svg b/src/_icons/play-card.svg index c74274aa..b309d6af 100644 --- a/src/_icons/play-card.svg +++ b/src/_icons/play-card.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/sock.svg b/src/_icons/sock.svg index e5c46479..61ed16f9 100644 --- a/src/_icons/sock.svg +++ b/src/_icons/sock.svg @@ -1,6 +1,6 @@ --- --- - - + + -- cgit v1.2.1 From a7ff3008432851131e3908a698d50e1f620b77f6 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 14 Oct 2020 00:54:45 +0200 Subject: icons fixes --- src/_icons/charging-pile.svg | 8 ++++++-- src/_icons/device-audio-tape.svg | 8 ++++---- src/_icons/gas-station.svg | 11 ++++++----- 3 files changed, 16 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg index 03278308..4b0fbdaf 100644 --- a/src/_icons/charging-pile.svg +++ b/src/_icons/charging-pile.svg @@ -2,6 +2,10 @@ category: Vehicles --- - - + + + + + + diff --git a/src/_icons/device-audio-tape.svg b/src/_icons/device-audio-tape.svg index e9a784e0..c19d3d64 100644 --- a/src/_icons/device-audio-tape.svg +++ b/src/_icons/device-audio-tape.svg @@ -2,8 +2,8 @@ category: Devices --- - - - - + + + + diff --git a/src/_icons/gas-station.svg b/src/_icons/gas-station.svg index a22f4230..63c6c928 100644 --- a/src/_icons/gas-station.svg +++ b/src/_icons/gas-station.svg @@ -4,9 +4,10 @@ category: Vehicles version: 1.14 --- - - - - - + + + + + + -- cgit v1.2.1 From a2cc70fe2901e0baaafcc16efbc2ca99526ab20a Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 14 Oct 2020 00:57:59 +0200 Subject: icons fixes --- src/_icons/hierarchy-2.svg | 9 +++++++++ src/_icons/hierarchy.svg | 9 +++++++++ src/_icons/hierarhy-2.svg | 9 --------- src/_icons/hierarhy.svg | 9 --------- 4 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 src/_icons/hierarchy-2.svg create mode 100644 src/_icons/hierarchy.svg delete mode 100644 src/_icons/hierarhy-2.svg delete mode 100644 src/_icons/hierarhy.svg (limited to 'src') diff --git a/src/_icons/hierarchy-2.svg b/src/_icons/hierarchy-2.svg new file mode 100644 index 00000000..30c78432 --- /dev/null +++ b/src/_icons/hierarchy-2.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/hierarchy.svg b/src/_icons/hierarchy.svg new file mode 100644 index 00000000..a68fab43 --- /dev/null +++ b/src/_icons/hierarchy.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/hierarhy-2.svg b/src/_icons/hierarhy-2.svg deleted file mode 100644 index 30c78432..00000000 --- a/src/_icons/hierarhy-2.svg +++ /dev/null @@ -1,9 +0,0 @@ ---- ---- - - - - - - - diff --git a/src/_icons/hierarhy.svg b/src/_icons/hierarhy.svg deleted file mode 100644 index a68fab43..00000000 --- a/src/_icons/hierarhy.svg +++ /dev/null @@ -1,9 +0,0 @@ ---- ---- - - - - - - - -- cgit v1.2.1 From 5ede69fce66ac7c69e33ace0687c760ab57b669b Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 14 Oct 2020 00:59:43 +0200 Subject: tournament fix --- src/_icons/tournament.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/_icons/tournament.svg b/src/_icons/tournament.svg index ef5c0044..4ccdf314 100644 --- a/src/_icons/tournament.svg +++ b/src/_icons/tournament.svg @@ -2,8 +2,8 @@ version: 1.19 --- - - - - + + + + -- cgit v1.2.1 From 7d88efd4db1f25daeb30fcdb1c42168ba456292e Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 14 Oct 2020 16:07:07 +0200 Subject: 66 new icons: `ball-football-off`, `box-multiple-0`, `box-multiple-1`, `box-multiple-2`, `box-multiple-3`, `box-multiple-4`, `box-multiple-5`, `box-multiple-6`, `box-multiple-7`, `box-multiple-8`, `box-multiple-9`, `box-multiple`, `calendar-off`, `cash-banknote-off`, `circle-0`, `circle-1`, `circle-2`, `circle-3`, `circle-4`, `circle-5`, `circle-6`, `circle-7`, `circle-8`, `circle-9`, `crown-off`, `database-off`, `device-computer-camera-off`, `device-desktop-off`, `drone-off`, `files-off`, `glass-off`, `keyboard-off`, `math-function`, `number-0`, `number-1`, `number-2`, `number-3`, `number-4`, `number-5`, `number-6`, `number-7`, `number-8`, `number-9`, `number-small-0`, `number-small-1`, `number-small-2`, `number-small-3`, `number-small-4`, `number-small-5`, `number-small-6`, `number-small-7`, `number-small-8`, `number-small-9`, `receipt-off`, `square-0`, `square-1`, `square-2`, `square-3`, `square-4`, `square-5`, `square-6`, `square-7`, `square-8`, `square-9`, `table-off`, `truck-off` Fixed icons: `ball-football`, `glass-full`, `glass`, `math-symbols`, `mug`, `playlist`, `relation-many-to-many`, `relation-one-to-many`, `relation-one-to-one`, `satellite`, `table`, `window` --- src/_icons/ball-football-off.svg | 13 +++++++++++++ src/_icons/ball-football.svg | 10 +++------- src/_icons/box-multiple-0.svg | 8 ++++++++ src/_icons/box-multiple-1.svg | 8 ++++++++ src/_icons/box-multiple-2.svg | 8 ++++++++ src/_icons/box-multiple-3.svg | 9 +++++++++ src/_icons/box-multiple-4.svg | 8 ++++++++ src/_icons/box-multiple-5.svg | 8 ++++++++ src/_icons/box-multiple-6.svg | 9 +++++++++ src/_icons/box-multiple-7.svg | 8 ++++++++ src/_icons/box-multiple-8.svg | 9 +++++++++ src/_icons/box-multiple-9.svg | 9 +++++++++ src/_icons/box-multiple.svg | 6 ++++++ src/_icons/calendar-off.svg | 11 +++++++++++ src/_icons/cash-banknote-off.svg | 9 +++++++++ src/_icons/circle-0.svg | 7 +++++++ src/_icons/circle-1.svg | 7 +++++++ src/_icons/circle-2.svg | 7 +++++++ src/_icons/circle-3.svg | 8 ++++++++ src/_icons/circle-4.svg | 7 +++++++ src/_icons/circle-5.svg | 7 +++++++ src/_icons/circle-6.svg | 8 ++++++++ src/_icons/circle-7.svg | 7 +++++++ src/_icons/circle-8.svg | 8 ++++++++ src/_icons/circle-9.svg | 8 ++++++++ src/_icons/crown-off.svg | 6 ++++++ src/_icons/database-off.svg | 8 ++++++++ src/_icons/device-computer-camera-off.svg | 9 +++++++++ src/_icons/device-desktop-off.svg | 11 +++++++++++ src/_icons/drone-off.svg | 15 +++++++++++++++ src/_icons/files-off.svg | 9 +++++++++ src/_icons/glass-full.svg | 8 ++++---- src/_icons/glass-off.svg | 8 ++++++++ src/_icons/glass.svg | 6 +++--- src/_icons/keyboard-off.svg | 13 +++++++++++++ src/_icons/math-function.svg | 9 +++++++++ src/_icons/math-symbols.svg | 1 + src/_icons/mug.svg | 4 ++-- src/_icons/number-0.svg | 7 +++++++ src/_icons/number-1.svg | 6 ++++++ src/_icons/number-2.svg | 6 ++++++ src/_icons/number-3.svg | 7 +++++++ src/_icons/number-4.svg | 6 ++++++ src/_icons/number-5.svg | 6 ++++++ src/_icons/number-6.svg | 7 +++++++ src/_icons/number-7.svg | 6 ++++++ src/_icons/number-8.svg | 7 +++++++ src/_icons/number-9.svg | 7 +++++++ src/_icons/number-small-0.svg | 6 ++++++ src/_icons/number-small-1.svg | 6 ++++++ src/_icons/number-small-2.svg | 6 ++++++ src/_icons/number-small-3.svg | 7 +++++++ src/_icons/number-small-4.svg | 6 ++++++ src/_icons/number-small-5.svg | 6 ++++++ src/_icons/number-small-6.svg | 7 +++++++ src/_icons/number-small-7.svg | 6 ++++++ src/_icons/number-small-8.svg | 7 +++++++ src/_icons/number-small-9.svg | 7 +++++++ src/_icons/playlist.svg | 2 +- src/_icons/receipt-off.svg | 10 ++++++++++ src/_icons/relation-many-to-many.svg | 1 + src/_icons/relation-one-to-many.svg | 1 + src/_icons/relation-one-to-one.svg | 1 + src/_icons/satellite.svg | 1 + src/_icons/square-0.svg | 7 +++++++ src/_icons/square-1.svg | 7 +++++++ src/_icons/square-2.svg | 7 +++++++ src/_icons/square-3.svg | 8 ++++++++ src/_icons/square-4.svg | 7 +++++++ src/_icons/square-5.svg | 7 +++++++ src/_icons/square-6.svg | 8 ++++++++ src/_icons/square-7.svg | 7 +++++++ src/_icons/square-8.svg | 8 ++++++++ src/_icons/square-9.svg | 8 ++++++++ src/_icons/table-off.svg | 9 +++++++++ src/_icons/table.svg | 2 +- src/_icons/truck-off.svg | 9 +++++++++ src/_icons/window.svg | 6 +++--- src/style.scss | 1 + src/tags.html | 8 +++++++- 80 files changed, 546 insertions(+), 22 deletions(-) create mode 100644 src/_icons/ball-football-off.svg create mode 100644 src/_icons/box-multiple-0.svg create mode 100644 src/_icons/box-multiple-1.svg create mode 100644 src/_icons/box-multiple-2.svg create mode 100644 src/_icons/box-multiple-3.svg create mode 100644 src/_icons/box-multiple-4.svg create mode 100644 src/_icons/box-multiple-5.svg create mode 100644 src/_icons/box-multiple-6.svg create mode 100644 src/_icons/box-multiple-7.svg create mode 100644 src/_icons/box-multiple-8.svg create mode 100644 src/_icons/box-multiple-9.svg create mode 100644 src/_icons/box-multiple.svg create mode 100644 src/_icons/calendar-off.svg create mode 100644 src/_icons/cash-banknote-off.svg create mode 100644 src/_icons/circle-0.svg create mode 100644 src/_icons/circle-1.svg create mode 100644 src/_icons/circle-2.svg create mode 100644 src/_icons/circle-3.svg create mode 100644 src/_icons/circle-4.svg create mode 100644 src/_icons/circle-5.svg create mode 100644 src/_icons/circle-6.svg create mode 100644 src/_icons/circle-7.svg create mode 100644 src/_icons/circle-8.svg create mode 100644 src/_icons/circle-9.svg create mode 100644 src/_icons/crown-off.svg create mode 100644 src/_icons/database-off.svg create mode 100644 src/_icons/device-computer-camera-off.svg create mode 100644 src/_icons/device-desktop-off.svg create mode 100644 src/_icons/drone-off.svg create mode 100644 src/_icons/files-off.svg create mode 100644 src/_icons/glass-off.svg create mode 100644 src/_icons/keyboard-off.svg create mode 100644 src/_icons/math-function.svg create mode 100644 src/_icons/number-0.svg create mode 100644 src/_icons/number-1.svg create mode 100644 src/_icons/number-2.svg create mode 100644 src/_icons/number-3.svg create mode 100644 src/_icons/number-4.svg create mode 100644 src/_icons/number-5.svg create mode 100644 src/_icons/number-6.svg create mode 100644 src/_icons/number-7.svg create mode 100644 src/_icons/number-8.svg create mode 100644 src/_icons/number-9.svg create mode 100644 src/_icons/number-small-0.svg create mode 100644 src/_icons/number-small-1.svg create mode 100644 src/_icons/number-small-2.svg create mode 100644 src/_icons/number-small-3.svg create mode 100644 src/_icons/number-small-4.svg create mode 100644 src/_icons/number-small-5.svg create mode 100644 src/_icons/number-small-6.svg create mode 100644 src/_icons/number-small-7.svg create mode 100644 src/_icons/number-small-8.svg create mode 100644 src/_icons/number-small-9.svg create mode 100644 src/_icons/receipt-off.svg create mode 100644 src/_icons/square-0.svg create mode 100644 src/_icons/square-1.svg create mode 100644 src/_icons/square-2.svg create mode 100644 src/_icons/square-3.svg create mode 100644 src/_icons/square-4.svg create mode 100644 src/_icons/square-5.svg create mode 100644 src/_icons/square-6.svg create mode 100644 src/_icons/square-7.svg create mode 100644 src/_icons/square-8.svg create mode 100644 src/_icons/square-9.svg create mode 100644 src/_icons/table-off.svg create mode 100644 src/_icons/truck-off.svg (limited to 'src') diff --git a/src/_icons/ball-football-off.svg b/src/_icons/ball-football-off.svg new file mode 100644 index 00000000..100f124f --- /dev/null +++ b/src/_icons/ball-football-off.svg @@ -0,0 +1,13 @@ +--- +category: Sport +--- + + + + + + + + + + diff --git a/src/_icons/ball-football.svg b/src/_icons/ball-football.svg index 3c556e0b..2e94f188 100644 --- a/src/_icons/ball-football.svg +++ b/src/_icons/ball-football.svg @@ -2,11 +2,7 @@ category: Sport --- - - - - - - - + + + diff --git a/src/_icons/box-multiple-0.svg b/src/_icons/box-multiple-0.svg new file mode 100644 index 00000000..90a141fd --- /dev/null +++ b/src/_icons/box-multiple-0.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/box-multiple-1.svg b/src/_icons/box-multiple-1.svg new file mode 100644 index 00000000..40c9bc20 --- /dev/null +++ b/src/_icons/box-multiple-1.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/box-multiple-2.svg b/src/_icons/box-multiple-2.svg new file mode 100644 index 00000000..26efd48c --- /dev/null +++ b/src/_icons/box-multiple-2.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/box-multiple-3.svg b/src/_icons/box-multiple-3.svg new file mode 100644 index 00000000..4c5657bb --- /dev/null +++ b/src/_icons/box-multiple-3.svg @@ -0,0 +1,9 @@ +--- +category: Numbers +--- + + + + + + diff --git a/src/_icons/box-multiple-4.svg b/src/_icons/box-multiple-4.svg new file mode 100644 index 00000000..43f2b112 --- /dev/null +++ b/src/_icons/box-multiple-4.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/box-multiple-5.svg b/src/_icons/box-multiple-5.svg new file mode 100644 index 00000000..0c4b991d --- /dev/null +++ b/src/_icons/box-multiple-5.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/box-multiple-6.svg b/src/_icons/box-multiple-6.svg new file mode 100644 index 00000000..1768dcc4 --- /dev/null +++ b/src/_icons/box-multiple-6.svg @@ -0,0 +1,9 @@ +--- +category: Numbers +--- + + + + + + diff --git a/src/_icons/box-multiple-7.svg b/src/_icons/box-multiple-7.svg new file mode 100644 index 00000000..ebe6de70 --- /dev/null +++ b/src/_icons/box-multiple-7.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/box-multiple-8.svg b/src/_icons/box-multiple-8.svg new file mode 100644 index 00000000..1bd94d8c --- /dev/null +++ b/src/_icons/box-multiple-8.svg @@ -0,0 +1,9 @@ +--- +category: Numbers +--- + + + + + + diff --git a/src/_icons/box-multiple-9.svg b/src/_icons/box-multiple-9.svg new file mode 100644 index 00000000..0435992e --- /dev/null +++ b/src/_icons/box-multiple-9.svg @@ -0,0 +1,9 @@ +--- +category: Numbers +--- + + + + + + diff --git a/src/_icons/box-multiple.svg b/src/_icons/box-multiple.svg new file mode 100644 index 00000000..234493d8 --- /dev/null +++ b/src/_icons/box-multiple.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/calendar-off.svg b/src/_icons/calendar-off.svg new file mode 100644 index 00000000..c6d40e31 --- /dev/null +++ b/src/_icons/calendar-off.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/cash-banknote-off.svg b/src/_icons/cash-banknote-off.svg new file mode 100644 index 00000000..b19fa5e3 --- /dev/null +++ b/src/_icons/cash-banknote-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/circle-0.svg b/src/_icons/circle-0.svg new file mode 100644 index 00000000..ea202ff5 --- /dev/null +++ b/src/_icons/circle-0.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/circle-1.svg b/src/_icons/circle-1.svg new file mode 100644 index 00000000..3df269e7 --- /dev/null +++ b/src/_icons/circle-1.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/circle-2.svg b/src/_icons/circle-2.svg new file mode 100644 index 00000000..17c844f7 --- /dev/null +++ b/src/_icons/circle-2.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/circle-3.svg b/src/_icons/circle-3.svg new file mode 100644 index 00000000..e5820db6 --- /dev/null +++ b/src/_icons/circle-3.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/circle-4.svg b/src/_icons/circle-4.svg new file mode 100644 index 00000000..d6b74ec7 --- /dev/null +++ b/src/_icons/circle-4.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/circle-5.svg b/src/_icons/circle-5.svg new file mode 100644 index 00000000..cf2ab552 --- /dev/null +++ b/src/_icons/circle-5.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/circle-6.svg b/src/_icons/circle-6.svg new file mode 100644 index 00000000..01156903 --- /dev/null +++ b/src/_icons/circle-6.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/circle-7.svg b/src/_icons/circle-7.svg new file mode 100644 index 00000000..a6300663 --- /dev/null +++ b/src/_icons/circle-7.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/circle-8.svg b/src/_icons/circle-8.svg new file mode 100644 index 00000000..5023e6bd --- /dev/null +++ b/src/_icons/circle-8.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/circle-9.svg b/src/_icons/circle-9.svg new file mode 100644 index 00000000..8315fb3f --- /dev/null +++ b/src/_icons/circle-9.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/crown-off.svg b/src/_icons/crown-off.svg new file mode 100644 index 00000000..157918a2 --- /dev/null +++ b/src/_icons/crown-off.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/database-off.svg b/src/_icons/database-off.svg new file mode 100644 index 00000000..11deef18 --- /dev/null +++ b/src/_icons/database-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/device-computer-camera-off.svg b/src/_icons/device-computer-camera-off.svg new file mode 100644 index 00000000..bf718fe6 --- /dev/null +++ b/src/_icons/device-computer-camera-off.svg @@ -0,0 +1,9 @@ +--- +category: Devices +--- + + + + + + diff --git a/src/_icons/device-desktop-off.svg b/src/_icons/device-desktop-off.svg new file mode 100644 index 00000000..4d7dc49c --- /dev/null +++ b/src/_icons/device-desktop-off.svg @@ -0,0 +1,11 @@ +--- +tags: [monitor, computer, imac] +category: Devices +--- + + + + + + + diff --git a/src/_icons/drone-off.svg b/src/_icons/drone-off.svg new file mode 100644 index 00000000..86b37dfd --- /dev/null +++ b/src/_icons/drone-off.svg @@ -0,0 +1,15 @@ +--- +category: Vehicles +--- + + + + + + + + + + + + diff --git a/src/_icons/files-off.svg b/src/_icons/files-off.svg new file mode 100644 index 00000000..d9872977 --- /dev/null +++ b/src/_icons/files-off.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/glass-full.svg b/src/_icons/glass-full.svg index d07ad1fd..f337d298 100644 --- a/src/_icons/glass-full.svg +++ b/src/_icons/glass-full.svg @@ -3,8 +3,8 @@ tags: [wine, cup, goblet] version: 1.0 --- - - - - + + + + diff --git a/src/_icons/glass-off.svg b/src/_icons/glass-off.svg new file mode 100644 index 00000000..c222f3a9 --- /dev/null +++ b/src/_icons/glass-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/glass.svg b/src/_icons/glass.svg index 31a5d12c..fbe9c72f 100644 --- a/src/_icons/glass.svg +++ b/src/_icons/glass.svg @@ -3,7 +3,7 @@ tags: [wine, cup, goblet] version: 1.0 --- - - - + + + diff --git a/src/_icons/keyboard-off.svg b/src/_icons/keyboard-off.svg new file mode 100644 index 00000000..8fa23fa0 --- /dev/null +++ b/src/_icons/keyboard-off.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/math-function.svg b/src/_icons/math-function.svg new file mode 100644 index 00000000..db78b934 --- /dev/null +++ b/src/_icons/math-function.svg @@ -0,0 +1,9 @@ +--- +category: Math +--- + + + + + + diff --git a/src/_icons/math-symbols.svg b/src/_icons/math-symbols.svg index 29ff7cb4..f908626d 100644 --- a/src/_icons/math-symbols.svg +++ b/src/_icons/math-symbols.svg @@ -1,4 +1,5 @@ --- +category: Math --- diff --git a/src/_icons/mug.svg b/src/_icons/mug.svg index e797ce59..4337b577 100644 --- a/src/_icons/mug.svg +++ b/src/_icons/mug.svg @@ -3,6 +3,6 @@ tags: [tea, coffee, drink, container, jug] version: 1.1 --- - - + + diff --git a/src/_icons/number-0.svg b/src/_icons/number-0.svg new file mode 100644 index 00000000..a2c72fff --- /dev/null +++ b/src/_icons/number-0.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/number-1.svg b/src/_icons/number-1.svg new file mode 100644 index 00000000..95b610b3 --- /dev/null +++ b/src/_icons/number-1.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-2.svg b/src/_icons/number-2.svg new file mode 100644 index 00000000..84d6a182 --- /dev/null +++ b/src/_icons/number-2.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-3.svg b/src/_icons/number-3.svg new file mode 100644 index 00000000..9840ce67 --- /dev/null +++ b/src/_icons/number-3.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/number-4.svg b/src/_icons/number-4.svg new file mode 100644 index 00000000..c2ffa4fd --- /dev/null +++ b/src/_icons/number-4.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-5.svg b/src/_icons/number-5.svg new file mode 100644 index 00000000..4df79c33 --- /dev/null +++ b/src/_icons/number-5.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-6.svg b/src/_icons/number-6.svg new file mode 100644 index 00000000..fd358476 --- /dev/null +++ b/src/_icons/number-6.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/number-7.svg b/src/_icons/number-7.svg new file mode 100644 index 00000000..8688a669 --- /dev/null +++ b/src/_icons/number-7.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-8.svg b/src/_icons/number-8.svg new file mode 100644 index 00000000..8aa91bf2 --- /dev/null +++ b/src/_icons/number-8.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/number-9.svg b/src/_icons/number-9.svg new file mode 100644 index 00000000..5cca1360 --- /dev/null +++ b/src/_icons/number-9.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/number-small-0.svg b/src/_icons/number-small-0.svg new file mode 100644 index 00000000..e259faf3 --- /dev/null +++ b/src/_icons/number-small-0.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-small-1.svg b/src/_icons/number-small-1.svg new file mode 100644 index 00000000..f86c442d --- /dev/null +++ b/src/_icons/number-small-1.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-small-2.svg b/src/_icons/number-small-2.svg new file mode 100644 index 00000000..84e6bf2e --- /dev/null +++ b/src/_icons/number-small-2.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-small-3.svg b/src/_icons/number-small-3.svg new file mode 100644 index 00000000..230bbf30 --- /dev/null +++ b/src/_icons/number-small-3.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/number-small-4.svg b/src/_icons/number-small-4.svg new file mode 100644 index 00000000..5ac81534 --- /dev/null +++ b/src/_icons/number-small-4.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-small-5.svg b/src/_icons/number-small-5.svg new file mode 100644 index 00000000..bf0960e2 --- /dev/null +++ b/src/_icons/number-small-5.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-small-6.svg b/src/_icons/number-small-6.svg new file mode 100644 index 00000000..194b210e --- /dev/null +++ b/src/_icons/number-small-6.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/number-small-7.svg b/src/_icons/number-small-7.svg new file mode 100644 index 00000000..0e2de212 --- /dev/null +++ b/src/_icons/number-small-7.svg @@ -0,0 +1,6 @@ +--- +category: Numbers +--- + + + diff --git a/src/_icons/number-small-8.svg b/src/_icons/number-small-8.svg new file mode 100644 index 00000000..251d0894 --- /dev/null +++ b/src/_icons/number-small-8.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/number-small-9.svg b/src/_icons/number-small-9.svg new file mode 100644 index 00000000..f8349c75 --- /dev/null +++ b/src/_icons/number-small-9.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/playlist.svg b/src/_icons/playlist.svg index da3816c4..9ec5013b 100644 --- a/src/_icons/playlist.svg +++ b/src/_icons/playlist.svg @@ -1,5 +1,5 @@ --- -category: Multimedia +category: Media --- diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg new file mode 100644 index 00000000..1c1dafcb --- /dev/null +++ b/src/_icons/receipt-off.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/relation-many-to-many.svg b/src/_icons/relation-many-to-many.svg index bb1a7123..82fbd61d 100644 --- a/src/_icons/relation-many-to-many.svg +++ b/src/_icons/relation-many-to-many.svg @@ -1,4 +1,5 @@ --- +category: Database version: 1.33 --- diff --git a/src/_icons/relation-one-to-many.svg b/src/_icons/relation-one-to-many.svg index 52770abc..2d5042a0 100644 --- a/src/_icons/relation-one-to-many.svg +++ b/src/_icons/relation-one-to-many.svg @@ -1,4 +1,5 @@ --- +category: Database version: 1.33 --- diff --git a/src/_icons/relation-one-to-one.svg b/src/_icons/relation-one-to-one.svg index 8538536b..492f2c8a 100644 --- a/src/_icons/relation-one-to-one.svg +++ b/src/_icons/relation-one-to-one.svg @@ -1,4 +1,5 @@ --- +category: Database version: 1.33 --- diff --git a/src/_icons/satellite.svg b/src/_icons/satellite.svg index 2ba5ecb2..0bc5114b 100644 --- a/src/_icons/satellite.svg +++ b/src/_icons/satellite.svg @@ -1,4 +1,5 @@ --- +category: Map --- diff --git a/src/_icons/square-0.svg b/src/_icons/square-0.svg new file mode 100644 index 00000000..bb99bad6 --- /dev/null +++ b/src/_icons/square-0.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/square-1.svg b/src/_icons/square-1.svg new file mode 100644 index 00000000..21fc3cba --- /dev/null +++ b/src/_icons/square-1.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/square-2.svg b/src/_icons/square-2.svg new file mode 100644 index 00000000..d1896b3e --- /dev/null +++ b/src/_icons/square-2.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/square-3.svg b/src/_icons/square-3.svg new file mode 100644 index 00000000..05a1685d --- /dev/null +++ b/src/_icons/square-3.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/square-4.svg b/src/_icons/square-4.svg new file mode 100644 index 00000000..9fbfa12c --- /dev/null +++ b/src/_icons/square-4.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/square-5.svg b/src/_icons/square-5.svg new file mode 100644 index 00000000..c855144c --- /dev/null +++ b/src/_icons/square-5.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/square-6.svg b/src/_icons/square-6.svg new file mode 100644 index 00000000..b119a31d --- /dev/null +++ b/src/_icons/square-6.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/square-7.svg b/src/_icons/square-7.svg new file mode 100644 index 00000000..c07954c9 --- /dev/null +++ b/src/_icons/square-7.svg @@ -0,0 +1,7 @@ +--- +category: Numbers +--- + + + + diff --git a/src/_icons/square-8.svg b/src/_icons/square-8.svg new file mode 100644 index 00000000..3077efbc --- /dev/null +++ b/src/_icons/square-8.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/square-9.svg b/src/_icons/square-9.svg new file mode 100644 index 00000000..63d81aa4 --- /dev/null +++ b/src/_icons/square-9.svg @@ -0,0 +1,8 @@ +--- +category: Numbers +--- + + + + + diff --git a/src/_icons/table-off.svg b/src/_icons/table-off.svg new file mode 100644 index 00000000..9f297e72 --- /dev/null +++ b/src/_icons/table-off.svg @@ -0,0 +1,9 @@ +--- +category: Database +--- + + + + + + diff --git a/src/_icons/table.svg b/src/_icons/table.svg index 155cc2d3..7370a9d6 100644 --- a/src/_icons/table.svg +++ b/src/_icons/table.svg @@ -1,5 +1,5 @@ --- -category: Text +category: Database tags: [spreadsheet, layout, grid, arrange, row, column] version: 1.3 --- diff --git a/src/_icons/truck-off.svg b/src/_icons/truck-off.svg new file mode 100644 index 00000000..93c5e650 --- /dev/null +++ b/src/_icons/truck-off.svg @@ -0,0 +1,9 @@ +--- +category: Vehicles +--- + + + + + + diff --git a/src/_icons/window.svg b/src/_icons/window.svg index 05c64b43..9779a8a7 100644 --- a/src/_icons/window.svg +++ b/src/_icons/window.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/src/style.scss b/src/style.scss index 8d2a9bfb..71fe8096 100644 --- a/src/style.scss +++ b/src/style.scss @@ -53,6 +53,7 @@ a { @media print { padding: 0; + max-width: 100%; } } diff --git a/src/tags.html b/src/tags.html index e850d310..449ed876 100644 --- a/src/tags.html +++ b/src/tags.html @@ -4,7 +4,8 @@ layout: default
- + {% assign i = 0 %} +
{% for icon in site.icons %} @@ -12,7 +13,12 @@ layout: default + {% if icon.tags.size == 0 %} + {% assign i = i | plus: 1 %} + {% endif %} {% endfor %}
{% include icon.html name=icon.slug %}{{ icon.tags | join: ', ' }} {{ icon.version }}
+ +

Untagged: {{ i }}

-- cgit v1.2.1 From 1d693252d96eb2a6178be65ea87cfe7fed221d12 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 15 Oct 2020 16:45:24 +0200 Subject: icons fixes --- src/_icons/math-function.svg | 1 + src/_icons/number-small-0.svg | 6 ------ src/_icons/number-small-1.svg | 6 ------ src/_icons/number-small-2.svg | 6 ------ src/_icons/number-small-3.svg | 7 ------- src/_icons/number-small-4.svg | 6 ------ src/_icons/number-small-5.svg | 6 ------ src/_icons/number-small-6.svg | 7 ------- src/_icons/number-small-7.svg | 6 ------ src/_icons/number-small-8.svg | 7 ------- src/_icons/number-small-9.svg | 7 ------- src/_icons/scale.svg | 6 +++++- 12 files changed, 6 insertions(+), 65 deletions(-) delete mode 100644 src/_icons/number-small-0.svg delete mode 100644 src/_icons/number-small-1.svg delete mode 100644 src/_icons/number-small-2.svg delete mode 100644 src/_icons/number-small-3.svg delete mode 100644 src/_icons/number-small-4.svg delete mode 100644 src/_icons/number-small-5.svg delete mode 100644 src/_icons/number-small-6.svg delete mode 100644 src/_icons/number-small-7.svg delete mode 100644 src/_icons/number-small-8.svg delete mode 100644 src/_icons/number-small-9.svg (limited to 'src') diff --git a/src/_icons/math-function.svg b/src/_icons/math-function.svg index db78b934..aff69fde 100644 --- a/src/_icons/math-function.svg +++ b/src/_icons/math-function.svg @@ -1,4 +1,5 @@ --- +tags: sdfsfg category: Math --- diff --git a/src/_icons/number-small-0.svg b/src/_icons/number-small-0.svg deleted file mode 100644 index e259faf3..00000000 --- a/src/_icons/number-small-0.svg +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Numbers ---- - - - diff --git a/src/_icons/number-small-1.svg b/src/_icons/number-small-1.svg deleted file mode 100644 index f86c442d..00000000 --- a/src/_icons/number-small-1.svg +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Numbers ---- - - - diff --git a/src/_icons/number-small-2.svg b/src/_icons/number-small-2.svg deleted file mode 100644 index 84e6bf2e..00000000 --- a/src/_icons/number-small-2.svg +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Numbers ---- - - - diff --git a/src/_icons/number-small-3.svg b/src/_icons/number-small-3.svg deleted file mode 100644 index 230bbf30..00000000 --- a/src/_icons/number-small-3.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- -category: Numbers ---- - - - - diff --git a/src/_icons/number-small-4.svg b/src/_icons/number-small-4.svg deleted file mode 100644 index 5ac81534..00000000 --- a/src/_icons/number-small-4.svg +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Numbers ---- - - - diff --git a/src/_icons/number-small-5.svg b/src/_icons/number-small-5.svg deleted file mode 100644 index bf0960e2..00000000 --- a/src/_icons/number-small-5.svg +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Numbers ---- - - - diff --git a/src/_icons/number-small-6.svg b/src/_icons/number-small-6.svg deleted file mode 100644 index 194b210e..00000000 --- a/src/_icons/number-small-6.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- -category: Numbers ---- - - - - diff --git a/src/_icons/number-small-7.svg b/src/_icons/number-small-7.svg deleted file mode 100644 index 0e2de212..00000000 --- a/src/_icons/number-small-7.svg +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Numbers ---- - - - diff --git a/src/_icons/number-small-8.svg b/src/_icons/number-small-8.svg deleted file mode 100644 index 251d0894..00000000 --- a/src/_icons/number-small-8.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- -category: Numbers ---- - - - - diff --git a/src/_icons/number-small-9.svg b/src/_icons/number-small-9.svg deleted file mode 100644 index f8349c75..00000000 --- a/src/_icons/number-small-9.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- -category: Numbers ---- - - - - diff --git a/src/_icons/scale.svg b/src/_icons/scale.svg index e3cf0a6a..269ef58a 100644 --- a/src/_icons/scale.svg +++ b/src/_icons/scale.svg @@ -1,5 +1,9 @@ --- --- - + + + + + -- cgit v1.2.1 From e423bf08b53133474f57c45ce6527b406ee9c921 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 15 Oct 2020 17:04:54 +0200 Subject: icons tags --- src/_icons/2fa.svg | 1 + src/_icons/3d-cube-sphere.svg | 1 + src/_icons/a-b.svg | 1 + src/_icons/access-point-off.svg | 1 + src/_icons/access-point.svg | 1 + src/_icons/alert-octagon.svg | 1 + src/_icons/alien.svg | 1 + src/_icons/ambulance.svg | 1 + src/_icons/antenna-bars-1.svg | 1 + src/_icons/antenna-bars-2.svg | 1 + src/_icons/antenna-bars-3.svg | 1 + src/_icons/antenna-bars-4.svg | 1 + src/_icons/antenna-bars-5.svg | 1 + src/_icons/aspect-ratio.svg | 1 + src/_icons/atom-2.svg | 1 + src/_icons/ball-basketball.svg | 1 + src/_icons/ball-bowling.svg | 1 + src/_icons/ball-tennis.svg | 1 + src/_icons/ball-volleyball.svg | 1 + src/_icons/basket.svg | 1 + src/_icons/bell-off.svg | 1 + src/_icons/biohazard.svg | 1 + src/_icons/bluetooth-off.svg | 1 + src/_icons/bolt-off.svg | 1 + src/_icons/bookmarks.svg | 1 + src/_icons/brand-android.svg | 1 + src/_icons/brand-apple.svg | 1 + src/_icons/brand-appstore.svg | 1 + src/_icons/brand-behance.svg | 1 + src/_icons/brand-codepen.svg | 1 + src/_icons/brand-deviantart.svg | 1 + src/_icons/brand-discord.svg | 1 + src/_icons/brand-dribbble.svg | 1 + src/_icons/brand-facebook.svg | 1 + src/_icons/brand-figma.svg | 1 + src/_icons/brand-flickr.svg | 1 + src/_icons/brand-foursquare.svg | 1 + src/_icons/brand-framer.svg | 1 + src/_icons/brand-github.svg | 1 + src/_icons/brand-gitlab.svg | 1 + src/_icons/brand-google-drive.svg | 1 + src/_icons/brand-google-play.svg | 1 + src/_icons/brand-google.svg | 1 + src/_icons/brand-instagram.svg | 1 + src/_icons/brand-linkedin.svg | 1 + src/_icons/brand-medium.svg | 1 + src/_icons/brand-messenger.svg | 1 + src/_icons/brand-opera.svg | 2 +- src/_icons/brand-paypal.svg | 1 + src/_icons/brand-pinterest.svg | 1 + src/_icons/brand-pocket.svg | 1 + src/_icons/brand-python.svg | 1 + src/_icons/brand-reddit.svg | 1 + src/_icons/brand-safari.svg | 2 +- src/_icons/brand-sketch.svg | 1 + src/_icons/brand-skype.svg | 1 + src/_icons/brand-slack.svg | 1 + src/_icons/brand-snapchat.svg | 1 + src/_icons/brand-spotify.svg | 1 + src/_icons/brand-tabler.svg | 1 + src/_icons/brand-tailwind.svg | 1 + src/_icons/brand-telegram.svg | 1 + src/_icons/brand-tiktok.svg | 1 + src/_icons/brand-tumblr.svg | 1 + src/_icons/brand-twitch.svg | 1 + src/_icons/brand-twitter.svg | 1 + src/_icons/brand-vimeo.svg | 1 + src/_icons/brand-whatsapp.svg | 1 + src/_icons/brand-windows.svg | 1 + src/_icons/brand-youtube.svg | 1 + src/_icons/building-bank.svg | 1 + src/_icons/building-community.svg | 1 + src/_icons/building-monument.svg | 1 + src/_icons/building-pavilon.svg | 1 + src/_icons/building-skyscraper.svg | 1 + src/_icons/building-warehouse.svg | 1 + src/_icons/camera-off.svg | 1 + src/_icons/capture.svg | 1 + src/_icons/caravan.svg | 1 + src/_icons/chart-bubble.svg | 1 + src/_icons/chevron-down-left.svg | 1 + src/_icons/chevron-down-right.svg | 1 + src/_icons/chevron-up-left.svg | 1 + src/_icons/chevron-up-right.svg | 1 + src/_icons/chevrons-down-left.svg | 1 + src/_icons/chevrons-down-right.svg | 1 + src/_icons/chevrons-up-left.svg | 1 + src/_icons/chevrons-up-right.svg | 1 + src/_icons/circle-dashed.svg | 1 + src/_icons/circle-dotted.svg | 1 + src/_icons/circle-square.svg | 1 + src/_icons/circles.svg | 1 + src/_icons/clear-formatting.svg | 1 + src/_icons/color-picker.svg | 1 + src/_icons/comet.svg | 1 + src/_icons/contrast.svg | 1 + src/_icons/crosshair.svg | 1 + src/_icons/crown.svg | 1 + src/_icons/curly-loop.svg | 1 + src/_icons/current-location.svg | 1 + src/_icons/device-watch.svg | 1 + src/_icons/devices-2.svg | 1 + src/_icons/direction-horizontal.svg | 1 + src/_icons/direction.svg | 1 + src/_icons/exchange.svg | 1 + src/_icons/eye-off.svg | 1 + src/_icons/fall.svg | 1 + src/_icons/file-off.svg | 1 + src/_icons/filter-off.svg | 1 + src/_icons/firetruck.svg | 1 + src/_icons/flame.svg | 1 + src/_icons/forklift.svg | 1 + src/_icons/gas-station.svg | 1 + src/_icons/grip-horizontal.svg | 1 + src/_icons/grip-vertical.svg | 1 + src/_icons/h-1.svg | 1 + src/_icons/h-2.svg | 1 + src/_icons/h-3.svg | 1 + src/_icons/h-4.svg | 1 + src/_icons/h-5.svg | 1 + src/_icons/h-6.svg | 1 + src/_icons/hand-middle-finger.svg | 1 + src/_icons/hand-off.svg | 1 + src/_icons/hand-stop.svg | 1 + src/_icons/hexagon.svg | 1 + src/_icons/history.svg | 1 + src/_icons/layout-cards.svg | 1 + src/_icons/layout-kanban.svg | 1 + src/_icons/layout-list.svg | 1 + src/_icons/letter-a.svg | 1 + src/_icons/letter-b.svg | 1 + src/_icons/letter-c.svg | 1 + src/_icons/letter-d.svg | 1 + src/_icons/letter-e.svg | 1 + src/_icons/letter-f.svg | 1 + src/_icons/letter-g.svg | 1 + src/_icons/letter-h.svg | 1 + src/_icons/letter-i.svg | 1 + src/_icons/letter-j.svg | 1 + src/_icons/letter-k.svg | 1 + src/_icons/letter-l.svg | 1 + src/_icons/letter-m.svg | 1 + src/_icons/letter-n.svg | 1 + src/_icons/letter-o.svg | 1 + src/_icons/letter-p.svg | 1 + src/_icons/letter-q.svg | 1 + src/_icons/letter-r.svg | 1 + src/_icons/letter-s.svg | 1 + src/_icons/letter-t.svg | 1 + src/_icons/letter-u.svg | 1 + src/_icons/letter-v.svg | 1 + src/_icons/letter-w.svg | 1 + src/_icons/letter-x.svg | 1 + src/_icons/letter-y.svg | 1 + src/_icons/letter-z.svg | 1 + src/_icons/line.svg | 1 + src/_icons/live-view.svg | 1 + src/_icons/loader-quarter.svg | 1 + src/_icons/loader.svg | 1 + src/_icons/lock-off.svg | 1 + src/_icons/map-pin-off.svg | 1 + src/_icons/markdown.svg | 1 + src/_icons/marquee.svg | 1 + src/_icons/mars.svg | 1 + src/_icons/math.svg | 1 + src/_icons/medal.svg | 1 + src/_icons/medical-cross.svg | 1 + src/_icons/microphone-off.svg | 1 + src/_icons/mist.svg | 1 + src/tags.html | 1 + 170 files changed, 170 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/_icons/2fa.svg b/src/_icons/2fa.svg index df2fcc6a..6e8b83ff 100644 --- a/src/_icons/2fa.svg +++ b/src/_icons/2fa.svg @@ -1,4 +1,5 @@ --- +tags: [login, password, verification, code, two-step] version: 1.17 --- diff --git a/src/_icons/3d-cube-sphere.svg b/src/_icons/3d-cube-sphere.svg index ad0298bd..c5027b59 100644 --- a/src/_icons/3d-cube-sphere.svg +++ b/src/_icons/3d-cube-sphere.svg @@ -1,4 +1,5 @@ --- +tags: [printing, vector, shape] version: 1.20 --- diff --git a/src/_icons/a-b.svg b/src/_icons/a-b.svg index 93d95df0..555ea6e9 100644 --- a/src/_icons/a-b.svg +++ b/src/_icons/a-b.svg @@ -1,4 +1,5 @@ --- +tags: [test, visual, user] version: 1.11 --- diff --git a/src/_icons/access-point-off.svg b/src/_icons/access-point-off.svg index 87d72ef0..35aba37b 100644 --- a/src/_icons/access-point-off.svg +++ b/src/_icons/access-point-off.svg @@ -1,4 +1,5 @@ --- +tags: [device, hosts, airwaves, wireless, network] category: Devices version: 1.25 --- diff --git a/src/_icons/access-point.svg b/src/_icons/access-point.svg index 8eae53ee..d6897b4e 100644 --- a/src/_icons/access-point.svg +++ b/src/_icons/access-point.svg @@ -1,4 +1,5 @@ --- +tags: [device, hosts, airwaves, wireless, network] category: Devices version: 1.25 --- diff --git a/src/_icons/alert-octagon.svg b/src/_icons/alert-octagon.svg index 94566c8b..530d44bc 100644 --- a/src/_icons/alert-octagon.svg +++ b/src/_icons/alert-octagon.svg @@ -1,4 +1,5 @@ --- +tags: [warning, danger, caution, risk] version: 1.19 --- diff --git a/src/_icons/alien.svg b/src/_icons/alien.svg index b937d0f5..f8267527 100644 --- a/src/_icons/alien.svg +++ b/src/_icons/alien.svg @@ -1,4 +1,5 @@ --- +tags: [universe, extraterrestrial, ufo, space, galaxy, planet] version: 1.7 --- diff --git a/src/_icons/ambulance.svg b/src/_icons/ambulance.svg index 256d7c7d..b83eb306 100644 --- a/src/_icons/ambulance.svg +++ b/src/_icons/ambulance.svg @@ -1,4 +1,5 @@ --- +tags: [vehicle, car, hospital, ward, doctor, rescuer] category: Vehicles version: 1.8 --- diff --git a/src/_icons/antenna-bars-1.svg b/src/_icons/antenna-bars-1.svg index b918ecf4..65623922 100644 --- a/src/_icons/antenna-bars-1.svg +++ b/src/_icons/antenna-bars-1.svg @@ -1,4 +1,5 @@ --- +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-2.svg b/src/_icons/antenna-bars-2.svg index e7e46a71..63a8590e 100644 --- a/src/_icons/antenna-bars-2.svg +++ b/src/_icons/antenna-bars-2.svg @@ -1,4 +1,5 @@ --- +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-3.svg b/src/_icons/antenna-bars-3.svg index a4411fe3..865a370f 100644 --- a/src/_icons/antenna-bars-3.svg +++ b/src/_icons/antenna-bars-3.svg @@ -1,4 +1,5 @@ --- +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-4.svg b/src/_icons/antenna-bars-4.svg index 54231acf..b5ac42d8 100644 --- a/src/_icons/antenna-bars-4.svg +++ b/src/_icons/antenna-bars-4.svg @@ -1,4 +1,5 @@ --- +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-5.svg b/src/_icons/antenna-bars-5.svg index 3dbc39f8..c93a408f 100644 --- a/src/_icons/antenna-bars-5.svg +++ b/src/_icons/antenna-bars-5.svg @@ -1,4 +1,5 @@ --- +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/aspect-ratio.svg b/src/_icons/aspect-ratio.svg index 9a459964..32c95db9 100644 --- a/src/_icons/aspect-ratio.svg +++ b/src/_icons/aspect-ratio.svg @@ -1,4 +1,5 @@ --- +tags: [size, dimension, width, height, orientation] category: Media version: 1.27 --- diff --git a/src/_icons/atom-2.svg b/src/_icons/atom-2.svg index 912a00ec..fd890db1 100644 --- a/src/_icons/atom-2.svg +++ b/src/_icons/atom-2.svg @@ -1,4 +1,5 @@ --- +tags: [unit, element, part, electrons, protons, neutrons] version: 1.7 --- diff --git a/src/_icons/ball-basketball.svg b/src/_icons/ball-basketball.svg index 986b0737..1a066c25 100644 --- a/src/_icons/ball-basketball.svg +++ b/src/_icons/ball-basketball.svg @@ -1,4 +1,5 @@ --- +tags: [game, round, quarter, basket, NBA,] category: Sport version: 1.1 --- diff --git a/src/_icons/ball-bowling.svg b/src/_icons/ball-bowling.svg index b5bb15e2..67b867b8 100644 --- a/src/_icons/ball-bowling.svg +++ b/src/_icons/ball-bowling.svg @@ -1,4 +1,5 @@ --- +tags: [round, strike, spare, pin] category: Sport version: 1.10 --- diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg index 3a9b367b..cd8d632c 100644 --- a/src/_icons/ball-tennis.svg +++ b/src/_icons/ball-tennis.svg @@ -1,4 +1,5 @@ --- +tags: [game, set, match, court, racket,] category: Sport version: 1.10 --- diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg index 5cd70419..f32911e9 100644 --- a/src/_icons/ball-volleyball.svg +++ b/src/_icons/ball-volleyball.svg @@ -1,4 +1,5 @@ --- +tags: [point, set, match, attacker, ace, setter, serve] category: Sport version: 1.10 --- diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index e4b59ce3..dffefb0c 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -1,4 +1,5 @@ --- +tags: [shop, store, online, shopping,] version: 1.7 --- diff --git a/src/_icons/bell-off.svg b/src/_icons/bell-off.svg index ddf08cb7..5d8aedf3 100644 --- a/src/_icons/bell-off.svg +++ b/src/_icons/bell-off.svg @@ -1,4 +1,5 @@ --- +tags: [alarm, sound, notification] version: 1.22 --- diff --git a/src/_icons/biohazard.svg b/src/_icons/biohazard.svg index 78a31979..33ddd74c 100644 --- a/src/_icons/biohazard.svg +++ b/src/_icons/biohazard.svg @@ -1,4 +1,5 @@ --- +tags: [danger, radioactive, toxic, microbe, virus, biotoxin] category: Symbols version: 1.18 --- diff --git a/src/_icons/bluetooth-off.svg b/src/_icons/bluetooth-off.svg index e709ec9c..021a3c84 100644 --- a/src/_icons/bluetooth-off.svg +++ b/src/_icons/bluetooth-off.svg @@ -1,4 +1,5 @@ --- +tags: [wireless, conection, connect] category: Devices version: 1.22 --- diff --git a/src/_icons/bolt-off.svg b/src/_icons/bolt-off.svg index 232804f5..dd1ac5f4 100644 --- a/src/_icons/bolt-off.svg +++ b/src/_icons/bolt-off.svg @@ -1,4 +1,5 @@ --- +tags: [energy, power, electricity, storm] version: 1.22 --- diff --git a/src/_icons/bookmarks.svg b/src/_icons/bookmarks.svg index d2b30bd4..bbf53216 100644 --- a/src/_icons/bookmarks.svg +++ b/src/_icons/bookmarks.svg @@ -1,4 +1,5 @@ --- +tags: [read, clip, marker, tag] category: Document version: 1.24 --- diff --git a/src/_icons/brand-android.svg b/src/_icons/brand-android.svg index 06b54ad3..c136f997 100644 --- a/src/_icons/brand-android.svg +++ b/src/_icons/brand-android.svg @@ -1,4 +1,5 @@ --- +tags: [OS, company, system, interface, software, logo] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-apple.svg b/src/_icons/brand-apple.svg index 1ca1b402..3d33fe61 100644 --- a/src/_icons/brand-apple.svg +++ b/src/_icons/brand-apple.svg @@ -1,4 +1,5 @@ --- +tags: [OS, company, system, interface, software, devices, logo] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-appstore.svg b/src/_icons/brand-appstore.svg index 5ec0b752..90b0b429 100644 --- a/src/_icons/brand-appstore.svg +++ b/src/_icons/brand-appstore.svg @@ -1,4 +1,5 @@ --- +tags: [shop, online, application, logo] category: Brand version: 1.26 --- diff --git a/src/_icons/brand-behance.svg b/src/_icons/brand-behance.svg index affd0203..e0710b7e 100644 --- a/src/_icons/brand-behance.svg +++ b/src/_icons/brand-behance.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, Adobe, project, views, marks, platform, designer] category: Brand version: 1.13 --- diff --git a/src/_icons/brand-codepen.svg b/src/_icons/brand-codepen.svg index a5c3d9e4..178cb469 100644 --- a/src/_icons/brand-codepen.svg +++ b/src/_icons/brand-codepen.svg @@ -1,4 +1,5 @@ --- +tags: [logo, community, internet, codes, programing, programmer, source, website, platform, designer] category: Brand version: 1.13 --- diff --git a/src/_icons/brand-deviantart.svg b/src/_icons/brand-deviantart.svg index a7c3c616..d7c279bb 100644 --- a/src/_icons/brand-deviantart.svg +++ b/src/_icons/brand-deviantart.svg @@ -1,4 +1,5 @@ --- +tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-discord.svg b/src/_icons/brand-discord.svg index 840af9dd..1de6fbfc 100644 --- a/src/_icons/brand-discord.svg +++ b/src/_icons/brand-discord.svg @@ -1,4 +1,5 @@ --- +tags: [app, application, logo, communication, talks, gamers, freeware, platform] category: Brand version: 1.21 --- diff --git a/src/_icons/brand-dribbble.svg b/src/_icons/brand-dribbble.svg index 51282bae..7d8328d8 100644 --- a/src/_icons/brand-dribbble.svg +++ b/src/_icons/brand-dribbble.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, community, project, platform, self-promotion, designer, portfolio] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-facebook.svg b/src/_icons/brand-facebook.svg index c694d20f..064edfb7 100644 --- a/src/_icons/brand-facebook.svg +++ b/src/_icons/brand-facebook.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-figma.svg b/src/_icons/brand-figma.svg index 0977f3f4..689f734b 100644 --- a/src/_icons/brand-figma.svg +++ b/src/_icons/brand-figma.svg @@ -1,4 +1,5 @@ --- +tags: [logo, editor, graphic, image, implement, prototyping,] category: Brand version: 1.16 --- diff --git a/src/_icons/brand-flickr.svg b/src/_icons/brand-flickr.svg index 8d6920db..39d7e3c1 100644 --- a/src/_icons/brand-flickr.svg +++ b/src/_icons/brand-flickr.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, house, facilitate, sharing, digital, photos, images] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-foursquare.svg b/src/_icons/brand-foursquare.svg index 070dbe24..9fc7fef8 100644 --- a/src/_icons/brand-foursquare.svg +++ b/src/_icons/brand-foursquare.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, community, social, network,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-framer.svg b/src/_icons/brand-framer.svg index 9de5d9e4..76cc6827 100644 --- a/src/_icons/brand-framer.svg +++ b/src/_icons/brand-framer.svg @@ -1,4 +1,5 @@ --- +tags: [logo, application, app, prototyping, prototype, animations,] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-github.svg b/src/_icons/brand-github.svg index 611c15e0..2c9239c9 100644 --- a/src/_icons/brand-github.svg +++ b/src/_icons/brand-github.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, hosting, project, programming, software, development] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-gitlab.svg b/src/_icons/brand-gitlab.svg index fece5023..865603f1 100644 --- a/src/_icons/brand-gitlab.svg +++ b/src/_icons/brand-gitlab.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, software, code, programming, programmers] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-google-drive.svg b/src/_icons/brand-google-drive.svg index d8fb7c7a..bd7121ab 100644 --- a/src/_icons/brand-google-drive.svg +++ b/src/_icons/brand-google-drive.svg @@ -1,4 +1,5 @@ --- +tags: [logo, cloud, disc, documents, sheet, presentation, file, edit] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-google-play.svg b/src/_icons/brand-google-play.svg index 01303832..19144c8e 100644 --- a/src/_icons/brand-google-play.svg +++ b/src/_icons/brand-google-play.svg @@ -1,4 +1,5 @@ --- +tags: [logo, application, app, shop, store, online,] category: Brand version: 1.26 --- diff --git a/src/_icons/brand-google.svg b/src/_icons/brand-google.svg index bb92ea05..e02e0801 100644 --- a/src/_icons/brand-google.svg +++ b/src/_icons/brand-google.svg @@ -1,4 +1,5 @@ --- +tags: [logo, enterprise, browser, internet, web, discover] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-instagram.svg b/src/_icons/brand-instagram.svg index a23b3458..3e609b31 100644 --- a/src/_icons/brand-instagram.svg +++ b/src/_icons/brand-instagram.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, images, photos, videos, post, stories, online, community] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-linkedin.svg b/src/_icons/brand-linkedin.svg index 2d8b8747..20782ac7 100644 --- a/src/_icons/brand-linkedin.svg +++ b/src/_icons/brand-linkedin.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, corporation, work, business, internet] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-medium.svg b/src/_icons/brand-medium.svg index 0585da97..3e1d1987 100644 --- a/src/_icons/brand-medium.svg +++ b/src/_icons/brand-medium.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, brand, wordmark, design] category: Brand version: 1.13 --- diff --git a/src/_icons/brand-messenger.svg b/src/_icons/brand-messenger.svg index 218e5804..132a4f35 100644 --- a/src/_icons/brand-messenger.svg +++ b/src/_icons/brand-messenger.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, communication, text, messages, communicator, photos, images, videos, giphy] category: Brand version: 1.13 --- diff --git a/src/_icons/brand-opera.svg b/src/_icons/brand-opera.svg index 37b5cf2e..59561798 100644 --- a/src/_icons/brand-opera.svg +++ b/src/_icons/brand-opera.svg @@ -1,5 +1,5 @@ --- -tags: [browser, internet, web, logo] +tags: [logo, browser, internet, free, program] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-paypal.svg b/src/_icons/brand-paypal.svg index 6ffcecc5..656480f9 100644 --- a/src/_icons/brand-paypal.svg +++ b/src/_icons/brand-paypal.svg @@ -1,4 +1,5 @@ --- +tags: [logo, enterprise, service, payment, internet, businessman, consumer] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-pinterest.svg b/src/_icons/brand-pinterest.svg index 04dfc220..17533c02 100644 --- a/src/_icons/brand-pinterest.svg +++ b/src/_icons/brand-pinterest.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, images, materials,] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-pocket.svg b/src/_icons/brand-pocket.svg index bb101c47..ff83773c 100644 --- a/src/_icons/brand-pocket.svg +++ b/src/_icons/brand-pocket.svg @@ -1,4 +1,5 @@ --- +tags: [logo, software, application, app, mobile, device, gathering, storage] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-python.svg b/src/_icons/brand-python.svg index 543e24e3..d19bdcfa 100644 --- a/src/_icons/brand-python.svg +++ b/src/_icons/brand-python.svg @@ -1,4 +1,5 @@ --- +tags: [logo, language, programming, source,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index 32306f28..d6b8d89d 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, information, link, internet,] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-safari.svg b/src/_icons/brand-safari.svg index b8ac00eb..d9074ec5 100644 --- a/src/_icons/brand-safari.svg +++ b/src/_icons/brand-safari.svg @@ -1,5 +1,5 @@ --- -tags: [navigation, compass, travel, direction, discover, browser, internet, web, logo] +tags: [logo, browser, internet, iPhone, iPad, MacBook, compass, apple, discover] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-sketch.svg b/src/_icons/brand-sketch.svg index 1a769d25..e6f30996 100644 --- a/src/_icons/brand-sketch.svg +++ b/src/_icons/brand-sketch.svg @@ -1,4 +1,5 @@ --- +tags: [logo, editor, edit, graphic, apple, commercial] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-skype.svg b/src/_icons/brand-skype.svg index b20bb073..b57ff228 100644 --- a/src/_icons/brand-skype.svg +++ b/src/_icons/brand-skype.svg @@ -1,4 +1,5 @@ --- +tags: [logo, application, app, communication, talks, call, video, internet, camera] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-slack.svg b/src/_icons/brand-slack.svg index e6153fbf..adbeb587 100644 --- a/src/_icons/brand-slack.svg +++ b/src/_icons/brand-slack.svg @@ -1,4 +1,5 @@ --- +tags: [logo, free, internet, service, stuff, Electron, app, application, communicator, textual, audio, multimedia] category: Brand version: 1.13 --- diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg index c95a1932..1df31b37 100644 --- a/src/_icons/brand-snapchat.svg +++ b/src/_icons/brand-snapchat.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, photos, sending, images, mobile, video,] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-spotify.svg b/src/_icons/brand-spotify.svg index 08e8c60e..637d2826 100644 --- a/src/_icons/brand-spotify.svg +++ b/src/_icons/brand-spotify.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, platform, music, listening, streaming, podcast] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-tabler.svg b/src/_icons/brand-tabler.svg index 828f76ed..92effbe7 100644 --- a/src/_icons/brand-tabler.svg +++ b/src/_icons/brand-tabler.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, dashboard, download, open-source, UI] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 743b54e4..11d382a3 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -1,4 +1,5 @@ --- +tags: [logo, firm, website,] category: Brand version: 1.17 --- diff --git a/src/_icons/brand-telegram.svg b/src/_icons/brand-telegram.svg index 6c8d190f..83de0a33 100644 --- a/src/_icons/brand-telegram.svg +++ b/src/_icons/brand-telegram.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, communicator, internet, cloud, messages, text, images, photos, videos, record, file, send] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-tiktok.svg b/src/_icons/brand-tiktok.svg index 96ff5cb1..e6e0121b 100644 --- a/src/_icons/brand-tiktok.svg +++ b/src/_icons/brand-tiktok.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, mobile, video, music] category: Brand version: 1.13 --- diff --git a/src/_icons/brand-tumblr.svg b/src/_icons/brand-tumblr.svg index 602dd7e8..651b49a2 100644 --- a/src/_icons/brand-tumblr.svg +++ b/src/_icons/brand-tumblr.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, platform, blog, community] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-twitch.svg b/src/_icons/brand-twitch.svg index 061306c9..495eae01 100644 --- a/src/_icons/brand-twitch.svg +++ b/src/_icons/brand-twitch.svg @@ -1,4 +1,5 @@ --- +tags: [logo, platform, streaming, streamers, videos, films, chat, subs,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-twitter.svg b/src/_icons/brand-twitter.svg index 370fe976..e3d8d494 100644 --- a/src/_icons/brand-twitter.svg +++ b/src/_icons/brand-twitter.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-vimeo.svg b/src/_icons/brand-vimeo.svg index 153c70db..2f529c8b 100644 --- a/src/_icons/brand-vimeo.svg +++ b/src/_icons/brand-vimeo.svg @@ -1,4 +1,5 @@ --- +tags: [logo, website, sharing, watching, video, users] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-whatsapp.svg b/src/_icons/brand-whatsapp.svg index bf9c7e82..a16cde0d 100644 --- a/src/_icons/brand-whatsapp.svg +++ b/src/_icons/brand-whatsapp.svg @@ -1,4 +1,5 @@ --- +tags: [logo, app, application, communication, text, messages, communicator, photos, images, videos, giphy] category: Brand version: 1.13 --- diff --git a/src/_icons/brand-windows.svg b/src/_icons/brand-windows.svg index 4ed207cd..4dc0aca7 100644 --- a/src/_icons/brand-windows.svg +++ b/src/_icons/brand-windows.svg @@ -1,4 +1,5 @@ --- +tags: [logo, system, OS, computer, Microsoft] category: Brand version: 1.20 --- diff --git a/src/_icons/brand-youtube.svg b/src/_icons/brand-youtube.svg index 213a3bdf..28450877 100644 --- a/src/_icons/brand-youtube.svg +++ b/src/_icons/brand-youtube.svg @@ -1,4 +1,5 @@ --- +tags: [logo, platform, channel, film, video, youtuber, maker, comments, stream, streamer] category: Brand version: 1.15 --- diff --git a/src/_icons/building-bank.svg b/src/_icons/building-bank.svg index 1a3f0785..b52673b4 100644 --- a/src/_icons/building-bank.svg +++ b/src/_icons/building-bank.svg @@ -1,4 +1,5 @@ --- +tags: [architecture, city, urban, construction, money, credit, loan, workplace] category: Buildings version: 1.7 --- diff --git a/src/_icons/building-community.svg b/src/_icons/building-community.svg index a0584e0d..efc80e2f 100644 --- a/src/_icons/building-community.svg +++ b/src/_icons/building-community.svg @@ -1,4 +1,5 @@ --- +tags: [place, skyscraper, district neighborhood, area] category: Buildings version: 1.8 --- diff --git a/src/_icons/building-monument.svg b/src/_icons/building-monument.svg index c7575765..535c91b3 100644 --- a/src/_icons/building-monument.svg +++ b/src/_icons/building-monument.svg @@ -1,4 +1,5 @@ --- +tags: [history, memorial, commemorative,] category: Buildings version: 1.26 --- diff --git a/src/_icons/building-pavilon.svg b/src/_icons/building-pavilon.svg index ede5d3f2..2888d192 100644 --- a/src/_icons/building-pavilon.svg +++ b/src/_icons/building-pavilon.svg @@ -1,4 +1,5 @@ --- +tags: [place, party, residence, ornamentation] category: Buildings version: 1.8 --- diff --git a/src/_icons/building-skyscraper.svg b/src/_icons/building-skyscraper.svg index a8363d80..4b2a2052 100644 --- a/src/_icons/building-skyscraper.svg +++ b/src/_icons/building-skyscraper.svg @@ -1,4 +1,5 @@ --- +tags: [city, urban, office, workplace, corporation, hotel, apartments] category: Buildings version: 1.8 --- diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index 256ec42c..f40f931b 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -1,4 +1,5 @@ --- +tags: [store, inventory, stuff, things, machinery,] category: Buildings version: 1.7 --- diff --git a/src/_icons/camera-off.svg b/src/_icons/camera-off.svg index 399cf81c..eae9ffe6 100644 --- a/src/_icons/camera-off.svg +++ b/src/_icons/camera-off.svg @@ -1,4 +1,5 @@ --- +tags: [video, photo, aperture] category: Media version: 1.22 --- diff --git a/src/_icons/capture.svg b/src/_icons/capture.svg index 918b479f..e0755c69 100644 --- a/src/_icons/capture.svg +++ b/src/_icons/capture.svg @@ -1,4 +1,5 @@ --- +tags: [photo, photographer, sharpen] category: Media version: 1.11 --- diff --git a/src/_icons/caravan.svg b/src/_icons/caravan.svg index 6e6479b8..f4d2acbf 100644 --- a/src/_icons/caravan.svg +++ b/src/_icons/caravan.svg @@ -1,4 +1,5 @@ --- +tags: [journey, trip, holidays, camping, trailer] category: Vehicles version: 1.14 --- diff --git a/src/_icons/chart-bubble.svg b/src/_icons/chart-bubble.svg index a07d3219..8d54082e 100644 --- a/src/_icons/chart-bubble.svg +++ b/src/_icons/chart-bubble.svg @@ -1,4 +1,5 @@ --- +tags: [statistics, diagram, graph, rhythm, data, analysis] category: Charts version: 1.13 --- diff --git a/src/_icons/chevron-down-left.svg b/src/_icons/chevron-down-left.svg index 0785f7d4..0f80e082 100644 --- a/src/_icons/chevron-down-left.svg +++ b/src/_icons/chevron-down-left.svg @@ -1,4 +1,5 @@ --- +tags: [move, aside, bottom] category: Arrows version: 1.24 --- diff --git a/src/_icons/chevron-down-right.svg b/src/_icons/chevron-down-right.svg index 6fae7425..8ee00abe 100644 --- a/src/_icons/chevron-down-right.svg +++ b/src/_icons/chevron-down-right.svg @@ -1,4 +1,5 @@ --- +tags: [move, aside, bottom] category: Arrows version: 1.24 --- diff --git a/src/_icons/chevron-up-left.svg b/src/_icons/chevron-up-left.svg index bd095afe..52fc8aa0 100644 --- a/src/_icons/chevron-up-left.svg +++ b/src/_icons/chevron-up-left.svg @@ -1,4 +1,5 @@ --- +tags: [move, aside, top] category: Arrows version: 1.24 --- diff --git a/src/_icons/chevron-up-right.svg b/src/_icons/chevron-up-right.svg index 97161d42..0b1dbb71 100644 --- a/src/_icons/chevron-up-right.svg +++ b/src/_icons/chevron-up-right.svg @@ -1,4 +1,5 @@ --- +tags: [move, aside, top] category: Arrows version: 1.24 --- diff --git a/src/_icons/chevrons-down-left.svg b/src/_icons/chevrons-down-left.svg index 3a7a6d65..ec4fd032 100644 --- a/src/_icons/chevrons-down-left.svg +++ b/src/_icons/chevrons-down-left.svg @@ -1,4 +1,5 @@ --- +tags: [move, aside, bottom] category: Arrows version: 1.24 --- diff --git a/src/_icons/chevrons-down-right.svg b/src/_icons/chevrons-down-right.svg index 00948fa4..456c7474 100644 --- a/src/_icons/chevrons-down-right.svg +++ b/src/_icons/chevrons-down-right.svg @@ -1,4 +1,5 @@ --- +tags: [move, aside, bottom] category: Arrows version: 1.24 --- diff --git a/src/_icons/chevrons-up-left.svg b/src/_icons/chevrons-up-left.svg index 9029715e..0f3e078f 100644 --- a/src/_icons/chevrons-up-left.svg +++ b/src/_icons/chevrons-up-left.svg @@ -1,4 +1,5 @@ --- +tags: [move, aside, top] category: Arrows version: 1.24 --- diff --git a/src/_icons/chevrons-up-right.svg b/src/_icons/chevrons-up-right.svg index 1bd439af..819ac730 100644 --- a/src/_icons/chevrons-up-right.svg +++ b/src/_icons/chevrons-up-right.svg @@ -1,4 +1,5 @@ --- +tags: [move, aside, top] category: Arrows version: 1.24 --- diff --git a/src/_icons/circle-dashed.svg b/src/_icons/circle-dashed.svg index 11c6f2ba..33c6d851 100644 --- a/src/_icons/circle-dashed.svg +++ b/src/_icons/circle-dashed.svg @@ -1,4 +1,5 @@ --- +tags: [shape, line, check] version: 1.26 --- diff --git a/src/_icons/circle-dotted.svg b/src/_icons/circle-dotted.svg index e5aeb91f..2aaa1687 100644 --- a/src/_icons/circle-dotted.svg +++ b/src/_icons/circle-dotted.svg @@ -1,4 +1,5 @@ --- +tags: [shape, point, check] version: 1.26 --- diff --git a/src/_icons/circle-square.svg b/src/_icons/circle-square.svg index 7256c1d2..c04130c4 100644 --- a/src/_icons/circle-square.svg +++ b/src/_icons/circle-square.svg @@ -1,4 +1,5 @@ --- +tags: [shape, spot, math,] category: Shapes version: 1.21 --- diff --git a/src/_icons/circles.svg b/src/_icons/circles.svg index 378f4d48..eacaa9f7 100644 --- a/src/_icons/circles.svg +++ b/src/_icons/circles.svg @@ -1,4 +1,5 @@ --- +tags: [shape, marbles, balls, juggle, spots] category: Shapes version: 1.21 --- diff --git a/src/_icons/clear-formatting.svg b/src/_icons/clear-formatting.svg index 89904a1b..5d81ba0b 100644 --- a/src/_icons/clear-formatting.svg +++ b/src/_icons/clear-formatting.svg @@ -1,4 +1,5 @@ --- +tags: [text, return, default] category: Text version: 1.7 --- diff --git a/src/_icons/color-picker.svg b/src/_icons/color-picker.svg index 6568238e..8bbb3cb9 100644 --- a/src/_icons/color-picker.svg +++ b/src/_icons/color-picker.svg @@ -1,4 +1,5 @@ --- +tags: [timbre, saturation, paint, image, brush, choice, selection, sample] category: Design version: 1.7 --- diff --git a/src/_icons/comet.svg b/src/_icons/comet.svg index 4c7f6ac9..523f2575 100644 --- a/src/_icons/comet.svg +++ b/src/_icons/comet.svg @@ -1,4 +1,5 @@ --- +tags: [space, universe, star, orb, glow, night] category: Weather version: 1.13 --- diff --git a/src/_icons/contrast.svg b/src/_icons/contrast.svg index f2046fbb..1d6d62a6 100644 --- a/src/_icons/contrast.svg +++ b/src/_icons/contrast.svg @@ -1,4 +1,5 @@ --- +tags: [edit, paint, photo] category: Photos version: 1.12 --- diff --git a/src/_icons/crosshair.svg b/src/_icons/crosshair.svg index 91f72511..b0919d0b 100644 --- a/src/_icons/crosshair.svg +++ b/src/_icons/crosshair.svg @@ -1,4 +1,5 @@ --- +tags: [reticle, tag, tracer, measurement, target] version: 1.11 --- diff --git a/src/_icons/crown.svg b/src/_icons/crown.svg index 59b463d0..46b3aa92 100644 --- a/src/_icons/crown.svg +++ b/src/_icons/crown.svg @@ -1,4 +1,5 @@ --- +tags: [symbol, queen, king, prince, princess, dynasty, royalty] version: 1.24 --- diff --git a/src/_icons/curly-loop.svg b/src/_icons/curly-loop.svg index 92d12667..8a98584f 100644 --- a/src/_icons/curly-loop.svg +++ b/src/_icons/curly-loop.svg @@ -1,4 +1,5 @@ --- +tags: [voicemail, power, infinity] version: 1.20 --- diff --git a/src/_icons/current-location.svg b/src/_icons/current-location.svg index cc6d759f..308f79c7 100644 --- a/src/_icons/current-location.svg +++ b/src/_icons/current-location.svg @@ -1,4 +1,5 @@ --- +tags: [localization, maps, navigation, pin, target,] category: Map version: 1.22 --- diff --git a/src/_icons/device-watch.svg b/src/_icons/device-watch.svg index 0ecd7372..f06583df 100644 --- a/src/_icons/device-watch.svg +++ b/src/_icons/device-watch.svg @@ -1,4 +1,5 @@ --- +tags: [arm, hour, date, minutes, sec., timer,] category: Devices version: 1.8 --- diff --git a/src/_icons/devices-2.svg b/src/_icons/devices-2.svg index 9ac59ab9..08ffb823 100644 --- a/src/_icons/devices-2.svg +++ b/src/_icons/devices-2.svg @@ -1,4 +1,5 @@ --- +tags: [computer, monitor, keyboard,] category: Devices version: 1.26 --- diff --git a/src/_icons/direction-horizontal.svg b/src/_icons/direction-horizontal.svg index b4b135ec..75dcd0b1 100644 --- a/src/_icons/direction-horizontal.svg +++ b/src/_icons/direction-horizontal.svg @@ -1,4 +1,5 @@ --- +tags: [travel, navigation discover, plane] version: 1.8 --- diff --git a/src/_icons/direction.svg b/src/_icons/direction.svg index 05029e86..a98c5ff8 100644 --- a/src/_icons/direction.svg +++ b/src/_icons/direction.svg @@ -1,4 +1,5 @@ --- +tags: [travel, navigation discover] version: 1.8 --- diff --git a/src/_icons/exchange.svg b/src/_icons/exchange.svg index b4df5448..3ec2ac00 100644 --- a/src/_icons/exchange.svg +++ b/src/_icons/exchange.svg @@ -1,4 +1,5 @@ --- +tags: [cantor, money, product, product, student] version: 1.7 --- diff --git a/src/_icons/eye-off.svg b/src/_icons/eye-off.svg index 1cb0abe1..bc26ec5b 100644 --- a/src/_icons/eye-off.svg +++ b/src/_icons/eye-off.svg @@ -1,4 +1,5 @@ --- +tags: [view, watch] version: 1.22 --- diff --git a/src/_icons/fall.svg b/src/_icons/fall.svg index 1a7044eb..e0633151 100644 --- a/src/_icons/fall.svg +++ b/src/_icons/fall.svg @@ -1,4 +1,5 @@ --- +tags: [collapse, damage, cliff, height] version: 1.18 --- diff --git a/src/_icons/file-off.svg b/src/_icons/file-off.svg index b535de62..27dcb423 100644 --- a/src/_icons/file-off.svg +++ b/src/_icons/file-off.svg @@ -1,4 +1,5 @@ --- +tags: [new, close, gap, paper] category: Document version: 1.22 --- diff --git a/src/_icons/filter-off.svg b/src/_icons/filter-off.svg index 599a8a45..7afc08fe 100644 --- a/src/_icons/filter-off.svg +++ b/src/_icons/filter-off.svg @@ -1,4 +1,5 @@ --- +tags: [funnel, hopper, filtration] category: System version: 1.26 --- diff --git a/src/_icons/firetruck.svg b/src/_icons/firetruck.svg index 97a21e75..821d74b4 100644 --- a/src/_icons/firetruck.svg +++ b/src/_icons/firetruck.svg @@ -1,4 +1,5 @@ --- +tags: [help, rescuer, vehicle, fireman, extinguishing] category: Vehicles version: 1.7 --- diff --git a/src/_icons/flame.svg b/src/_icons/flame.svg index 3e600cfa..d0e88576 100644 --- a/src/_icons/flame.svg +++ b/src/_icons/flame.svg @@ -1,4 +1,5 @@ --- +tags: [fire, love, spirit,] version: 1.10 --- diff --git a/src/_icons/forklift.svg b/src/_icons/forklift.svg index 6908262f..17116aea 100644 --- a/src/_icons/forklift.svg +++ b/src/_icons/forklift.svg @@ -1,4 +1,5 @@ --- +tags: [store, warehouse, inventory, exporting,] category: Vehicles version: 1.7 --- diff --git a/src/_icons/gas-station.svg b/src/_icons/gas-station.svg index 63c6c928..6f51b625 100644 --- a/src/_icons/gas-station.svg +++ b/src/_icons/gas-station.svg @@ -1,4 +1,5 @@ --- +tags: [fuel, oil, cars, vehicles, shop, distributor] category: Map category: Vehicles version: 1.14 diff --git a/src/_icons/grip-horizontal.svg b/src/_icons/grip-horizontal.svg index 39974e42..8f906c97 100644 --- a/src/_icons/grip-horizontal.svg +++ b/src/_icons/grip-horizontal.svg @@ -1,4 +1,5 @@ --- +tags: [picture, abstract, symbol, design, across] category: System version: 1.8 --- diff --git a/src/_icons/grip-vertical.svg b/src/_icons/grip-vertical.svg index 3e3aa183..297a1d5e 100644 --- a/src/_icons/grip-vertical.svg +++ b/src/_icons/grip-vertical.svg @@ -1,4 +1,5 @@ --- +tags: [picture, abstract, symbol, design, upright] category: System version: 1.8 --- diff --git a/src/_icons/h-1.svg b/src/_icons/h-1.svg index 2dadbb47..919ad284 100644 --- a/src/_icons/h-1.svg +++ b/src/_icons/h-1.svg @@ -1,4 +1,5 @@ --- +tags: [header, text, editor] category: Text version: 1.16 --- diff --git a/src/_icons/h-2.svg b/src/_icons/h-2.svg index 1a8c0af5..a32de41e 100644 --- a/src/_icons/h-2.svg +++ b/src/_icons/h-2.svg @@ -1,4 +1,5 @@ --- +tags: [header, text, editor] category: Text version: 1.16 --- diff --git a/src/_icons/h-3.svg b/src/_icons/h-3.svg index 29821584..8dfbbe33 100644 --- a/src/_icons/h-3.svg +++ b/src/_icons/h-3.svg @@ -1,4 +1,5 @@ --- +tags: [header, text, editor] category: Text version: 1.16 --- diff --git a/src/_icons/h-4.svg b/src/_icons/h-4.svg index 786941ea..5851a0db 100644 --- a/src/_icons/h-4.svg +++ b/src/_icons/h-4.svg @@ -1,4 +1,5 @@ --- +tags: [header, text, editor] category: Text version: 1.16 --- diff --git a/src/_icons/h-5.svg b/src/_icons/h-5.svg index bfa3851a..e365fecb 100644 --- a/src/_icons/h-5.svg +++ b/src/_icons/h-5.svg @@ -1,4 +1,5 @@ --- +tags: [header, text, editor] category: Text version: 1.16 --- diff --git a/src/_icons/h-6.svg b/src/_icons/h-6.svg index ca266d25..70cc98b0 100644 --- a/src/_icons/h-6.svg +++ b/src/_icons/h-6.svg @@ -1,4 +1,5 @@ --- +tags: [header, text, editor] category: Text version: 1.16 --- diff --git a/src/_icons/hand-middle-finger.svg b/src/_icons/hand-middle-finger.svg index 0f956660..16074f19 100644 --- a/src/_icons/hand-middle-finger.svg +++ b/src/_icons/hand-middle-finger.svg @@ -1,4 +1,5 @@ --- +tags: [signal, gesture, curse, vulgarism, abuse] version: 1.10 --- diff --git a/src/_icons/hand-off.svg b/src/_icons/hand-off.svg index e6d28496..4572ac6d 100644 --- a/src/_icons/hand-off.svg +++ b/src/_icons/hand-off.svg @@ -1,4 +1,5 @@ --- +tags: [disclaimer, body] version: 1.24 --- diff --git a/src/_icons/hand-stop.svg b/src/_icons/hand-stop.svg index 9e7e4dfb..e8d770be 100644 --- a/src/_icons/hand-stop.svg +++ b/src/_icons/hand-stop.svg @@ -1,4 +1,5 @@ --- +tags: [forbiddance, nixing, ban, interdicting] version: 1.10 --- diff --git a/src/_icons/hexagon.svg b/src/_icons/hexagon.svg index d014dc98..213aad8b 100644 --- a/src/_icons/hexagon.svg +++ b/src/_icons/hexagon.svg @@ -1,4 +1,5 @@ --- +tags: [shape, geometric, math, 2D] category: Shapes version: 1.8 --- diff --git a/src/_icons/history.svg b/src/_icons/history.svg index 55187f77..884dcf55 100644 --- a/src/_icons/history.svg +++ b/src/_icons/history.svg @@ -1,4 +1,5 @@ --- +tags: [search, see, past, card, website] category: System version: 1.7 --- diff --git a/src/_icons/layout-cards.svg b/src/_icons/layout-cards.svg index 72d70ff3..2ce5b043 100644 --- a/src/_icons/layout-cards.svg +++ b/src/_icons/layout-cards.svg @@ -1,4 +1,5 @@ --- +tags: [position, element, design, arrangement] category: Design version: 1.8 --- diff --git a/src/_icons/layout-kanban.svg b/src/_icons/layout-kanban.svg index d3c1b72a..3da25f1d 100644 --- a/src/_icons/layout-kanban.svg +++ b/src/_icons/layout-kanban.svg @@ -1,4 +1,5 @@ --- +tags: [position, element, design, board, processing, task] category: Design version: 1.11 --- diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg index 0103533a..2bec5c46 100644 --- a/src/_icons/layout-list.svg +++ b/src/_icons/layout-list.svg @@ -1,4 +1,5 @@ --- +tags: [position, design, element, doable,] category: Design version: 1.8 --- diff --git a/src/_icons/letter-a.svg b/src/_icons/letter-a.svg index ec56ef8c..0c3281b4 100644 --- a/src/_icons/letter-a.svg +++ b/src/_icons/letter-a.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-b.svg b/src/_icons/letter-b.svg index 46a92483..c51adfd1 100644 --- a/src/_icons/letter-b.svg +++ b/src/_icons/letter-b.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-c.svg b/src/_icons/letter-c.svg index 906e6bdb..b9b31e31 100644 --- a/src/_icons/letter-c.svg +++ b/src/_icons/letter-c.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-d.svg b/src/_icons/letter-d.svg index 61fa84b0..25011ba4 100644 --- a/src/_icons/letter-d.svg +++ b/src/_icons/letter-d.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-e.svg b/src/_icons/letter-e.svg index 43739a45..30a0397f 100644 --- a/src/_icons/letter-e.svg +++ b/src/_icons/letter-e.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-f.svg b/src/_icons/letter-f.svg index cdfdc6d9..bbaaea37 100644 --- a/src/_icons/letter-f.svg +++ b/src/_icons/letter-f.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-g.svg b/src/_icons/letter-g.svg index 72417438..89599244 100644 --- a/src/_icons/letter-g.svg +++ b/src/_icons/letter-g.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-h.svg b/src/_icons/letter-h.svg index 91d2a2ae..2513f7a7 100644 --- a/src/_icons/letter-h.svg +++ b/src/_icons/letter-h.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-i.svg b/src/_icons/letter-i.svg index e92dcc08..b530fd01 100644 --- a/src/_icons/letter-i.svg +++ b/src/_icons/letter-i.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-j.svg b/src/_icons/letter-j.svg index ccbb2757..e9a44419 100644 --- a/src/_icons/letter-j.svg +++ b/src/_icons/letter-j.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-k.svg b/src/_icons/letter-k.svg index 52503f87..86e7995e 100644 --- a/src/_icons/letter-k.svg +++ b/src/_icons/letter-k.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-l.svg b/src/_icons/letter-l.svg index e8be9fa7..4cbb082d 100644 --- a/src/_icons/letter-l.svg +++ b/src/_icons/letter-l.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-m.svg b/src/_icons/letter-m.svg index 6462629d..904743ed 100644 --- a/src/_icons/letter-m.svg +++ b/src/_icons/letter-m.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-n.svg b/src/_icons/letter-n.svg index ed028892..4431ebf8 100644 --- a/src/_icons/letter-n.svg +++ b/src/_icons/letter-n.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-o.svg b/src/_icons/letter-o.svg index d7e39ed4..f941ee43 100644 --- a/src/_icons/letter-o.svg +++ b/src/_icons/letter-o.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-p.svg b/src/_icons/letter-p.svg index d2cc1480..7e4dd6d9 100644 --- a/src/_icons/letter-p.svg +++ b/src/_icons/letter-p.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-q.svg b/src/_icons/letter-q.svg index 3647736d..168cb08f 100644 --- a/src/_icons/letter-q.svg +++ b/src/_icons/letter-q.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-r.svg b/src/_icons/letter-r.svg index 1444791c..6042d1e5 100644 --- a/src/_icons/letter-r.svg +++ b/src/_icons/letter-r.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-s.svg b/src/_icons/letter-s.svg index 88171aa8..f34566dc 100644 --- a/src/_icons/letter-s.svg +++ b/src/_icons/letter-s.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-t.svg b/src/_icons/letter-t.svg index c9822a53..a3e2bd5e 100644 --- a/src/_icons/letter-t.svg +++ b/src/_icons/letter-t.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-u.svg b/src/_icons/letter-u.svg index 6e409dab..e616d1e1 100644 --- a/src/_icons/letter-u.svg +++ b/src/_icons/letter-u.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-v.svg b/src/_icons/letter-v.svg index e5a3a303..acefbf6b 100644 --- a/src/_icons/letter-v.svg +++ b/src/_icons/letter-v.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-w.svg b/src/_icons/letter-w.svg index 62ca94ee..e0547a47 100644 --- a/src/_icons/letter-w.svg +++ b/src/_icons/letter-w.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-x.svg b/src/_icons/letter-x.svg index 69bbd3e4..92651caf 100644 --- a/src/_icons/letter-x.svg +++ b/src/_icons/letter-x.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-y.svg b/src/_icons/letter-y.svg index 8aba822b..17d206f6 100644 --- a/src/_icons/letter-y.svg +++ b/src/_icons/letter-y.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/letter-z.svg b/src/_icons/letter-z.svg index 5c0559c5..ef73e42d 100644 --- a/src/_icons/letter-z.svg +++ b/src/_icons/letter-z.svg @@ -1,4 +1,5 @@ --- +tags: [alphabet, symbol, text, code] category: Letters version: 1.12 --- diff --git a/src/_icons/line.svg b/src/_icons/line.svg index 5290c0c6..325ce4d3 100644 --- a/src/_icons/line.svg +++ b/src/_icons/line.svg @@ -1,4 +1,5 @@ --- +tags: [geometric, segment, link, connection,] category: Design version: 1.11 --- diff --git a/src/_icons/live-view.svg b/src/_icons/live-view.svg index 754cde9d..b092009a 100644 --- a/src/_icons/live-view.svg +++ b/src/_icons/live-view.svg @@ -1,4 +1,5 @@ --- +tags: [camera, preview, image, photo] category: Map version: 1.12 --- diff --git a/src/_icons/loader-quarter.svg b/src/_icons/loader-quarter.svg index 04e1eee1..7c0ccfa7 100644 --- a/src/_icons/loader-quarter.svg +++ b/src/_icons/loader-quarter.svg @@ -1,4 +1,5 @@ --- +tags: [process, download, upload] category: System version: 1.17 --- diff --git a/src/_icons/loader.svg b/src/_icons/loader.svg index 5b5d3027..7af97c33 100644 --- a/src/_icons/loader.svg +++ b/src/_icons/loader.svg @@ -1,4 +1,5 @@ --- +tags: [process, download, upload] category: System version: 1.17 --- diff --git a/src/_icons/lock-off.svg b/src/_icons/lock-off.svg index 30d6e74f..a7fb0cf7 100644 --- a/src/_icons/lock-off.svg +++ b/src/_icons/lock-off.svg @@ -1,4 +1,5 @@ --- +tags: [security, password, secure] version: 1.25 --- diff --git a/src/_icons/map-pin-off.svg b/src/_icons/map-pin-off.svg index f08b68fc..b56bbb55 100644 --- a/src/_icons/map-pin-off.svg +++ b/src/_icons/map-pin-off.svg @@ -1,4 +1,5 @@ --- +tags: [navigation, location, travel, pin, position, marker] category: Map version: 1.22 --- diff --git a/src/_icons/markdown.svg b/src/_icons/markdown.svg index 8952567d..aa23d7e4 100644 --- a/src/_icons/markdown.svg +++ b/src/_icons/markdown.svg @@ -1,4 +1,5 @@ --- +tags: [price, valuation, cost, exchange] category: Text version: 1.11 --- diff --git a/src/_icons/marquee.svg b/src/_icons/marquee.svg index f3f42e89..8b442796 100644 --- a/src/_icons/marquee.svg +++ b/src/_icons/marquee.svg @@ -1,4 +1,5 @@ --- +tags: [tag, tracer, html, animation, text, graphic] version: 1.13 --- diff --git a/src/_icons/mars.svg b/src/_icons/mars.svg index 37712478..5821a964 100644 --- a/src/_icons/mars.svg +++ b/src/_icons/mars.svg @@ -1,4 +1,5 @@ --- +tags: [male] category: Symbols version: 1.14 --- diff --git a/src/_icons/math.svg b/src/_icons/math.svg index b82b8a56..02dc0e3d 100644 --- a/src/_icons/math.svg +++ b/src/_icons/math.svg @@ -1,4 +1,5 @@ --- +tags: [subject, count, plus, minus, times] category: Math version: 1.7 --- diff --git a/src/_icons/medal.svg b/src/_icons/medal.svg index 3eb19d5f..07e155a2 100644 --- a/src/_icons/medal.svg +++ b/src/_icons/medal.svg @@ -1,4 +1,5 @@ --- +tags: [decorate, uniform] version: 1.13 --- diff --git a/src/_icons/medical-cross.svg b/src/_icons/medical-cross.svg index bd03ce06..d48e0698 100644 --- a/src/_icons/medical-cross.svg +++ b/src/_icons/medical-cross.svg @@ -1,4 +1,5 @@ --- +tags: [sign, hospital, help, indication] category: Map version: 1.10 --- diff --git a/src/_icons/microphone-off.svg b/src/_icons/microphone-off.svg index 1ede0e8d..5de1452e 100644 --- a/src/_icons/microphone-off.svg +++ b/src/_icons/microphone-off.svg @@ -1,4 +1,5 @@ --- +tags: [record, sound, listen, blocked, mute] category: Media version: 1.24 --- diff --git a/src/_icons/mist.svg b/src/_icons/mist.svg index 53de0a48..e570a81e 100644 --- a/src/_icons/mist.svg +++ b/src/_icons/mist.svg @@ -1,4 +1,5 @@ --- +tags: [weather, visibility] category: Weather version: 1.10 --- diff --git a/src/tags.html b/src/tags.html index 449ed876..8148f92e 100644 --- a/src/tags.html +++ b/src/tags.html @@ -11,6 +11,7 @@ layout: default {% include icon.html name=icon.slug %} {{ icon.slug }} {{ icon.tags | join: ', ' }} + {{ icon.category }} {{ icon.version }} {% if icon.tags.size == 0 %} -- cgit v1.2.1 From cc22ad9b1fc48aa10561eda05e7245205c4e9967 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 15 Oct 2020 18:09:19 +0200 Subject: icons optimize --- src/_icons/3d-cube-sphere.svg | 2 +- src/_icons/aerial-lift.svg | 2 +- src/_icons/alert-octagon.svg | 2 +- src/_icons/arrows-sort.svg | 4 ++-- src/_icons/backhoe.svg | 2 +- src/_icons/backspace.svg | 2 +- src/_icons/ball-american-football.svg | 2 +- src/_icons/ball-football-off.svg | 16 ++++++++-------- src/_icons/ball-football.svg | 6 +++--- src/_icons/basket.svg | 2 +- src/_icons/battery-1.svg | 2 +- src/_icons/battery-2.svg | 2 +- src/_icons/battery-3.svg | 2 +- src/_icons/battery-4.svg | 2 +- src/_icons/battery-automotive.svg | 2 +- src/_icons/battery-charging.svg | 2 +- src/_icons/battery.svg | 2 +- src/_icons/bell-ringing-2.svg | 4 ++-- src/_icons/binary.svg | 4 ++-- src/_icons/biohazard.svg | 2 +- src/_icons/bookmark.svg | 2 +- src/_icons/box-multiple-0.svg | 6 +++--- src/_icons/box-multiple-1.svg | 6 +++--- src/_icons/box-multiple-2.svg | 6 +++--- src/_icons/box-multiple-3.svg | 8 ++++---- src/_icons/box-multiple-4.svg | 6 +++--- src/_icons/box-multiple-5.svg | 6 +++--- src/_icons/box-multiple-6.svg | 8 ++++---- src/_icons/box-multiple-7.svg | 6 +++--- src/_icons/box-multiple-8.svg | 8 ++++---- src/_icons/box-multiple-9.svg | 8 ++++---- src/_icons/box-multiple.svg | 4 ++-- src/_icons/brand-apple.svg | 2 +- src/_icons/brand-bing.svg | 2 +- src/_icons/brand-bitbucket.svg | 4 ++-- src/_icons/brand-discord.svg | 2 +- src/_icons/brand-disqus.svg | 4 ++-- src/_icons/brand-docker.svg | 10 +++++----- src/_icons/brand-edge.svg | 4 ++-- src/_icons/brand-gravatar.svg | 2 +- src/_icons/brand-hipchat.svg | 2 +- src/_icons/brand-kickstarter.svg | 2 +- src/_icons/brand-kotlin.svg | 2 +- src/_icons/brand-netflix.svg | 2 +- src/_icons/brand-pagekit.svg | 2 +- src/_icons/brand-paypal.svg | 2 +- src/_icons/brand-producthunt.svg | 2 +- src/_icons/brand-reddit.svg | 2 +- src/_icons/brand-sass.svg | 2 +- src/_icons/brand-sentry.svg | 2 +- src/_icons/brand-spotify.svg | 6 +++--- src/_icons/brand-stripe.svg | 2 +- src/_icons/brand-tailwind.svg | 2 +- src/_icons/brand-unsplash.svg | 2 +- src/_icons/brand-whatsapp.svg | 2 +- src/_icons/brand-yahoo.svg | 2 +- src/_icons/brand-ycombinator.svg | 2 +- src/_icons/brightness-2.svg | 2 +- src/_icons/brightness-half.svg | 4 ++-- src/_icons/bucket.svg | 2 +- src/_icons/building-carousel.svg | 2 +- src/_icons/building-cottage.svg | 2 +- src/_icons/building-factory.svg | 6 +++--- src/_icons/building-warehouse.svg | 2 +- src/_icons/businessplan.svg | 10 +++++----- src/_icons/calendar-off.svg | 14 +++++++------- src/_icons/camera-rotate.svg | 6 +++--- src/_icons/camera-selfie.svg | 2 +- src/_icons/car.svg | 2 +- src/_icons/caret-down.svg | 2 +- src/_icons/caret-left.svg | 2 +- src/_icons/caret-right.svg | 2 +- src/_icons/caret-up.svg | 2 +- src/_icons/cash-banknote-off.svg | 10 +++++----- src/_icons/charging-pile.svg | 12 ++++++------ src/_icons/chart-arrows-vertical.svg | 10 +++++----- src/_icons/chart-arrows.svg | 6 +++--- src/_icons/chart-donut.svg | 2 +- src/_icons/chart-dots.svg | 2 +- src/_icons/chart-pie.svg | 2 +- src/_icons/chart-radar.svg | 4 ++-- src/_icons/circle-0.svg | 4 ++-- src/_icons/circle-1.svg | 4 ++-- src/_icons/circle-2.svg | 4 ++-- src/_icons/circle-3.svg | 6 +++--- src/_icons/circle-4.svg | 4 ++-- src/_icons/circle-5.svg | 4 ++-- src/_icons/circle-6.svg | 6 +++--- src/_icons/circle-7.svg | 4 ++-- src/_icons/circle-8.svg | 6 +++--- src/_icons/circle-9.svg | 6 +++--- src/_icons/clipboard-check.svg | 2 +- src/_icons/column-insert-left.svg | 2 +- src/_icons/column-insert-right.svg | 2 +- src/_icons/comet.svg | 2 +- src/_icons/corner-down-left-double.svg | 4 ++-- src/_icons/corner-down-right-double.svg | 2 +- src/_icons/corner-left-down-double.svg | 2 +- src/_icons/corner-left-up-double.svg | 4 ++-- src/_icons/corner-right-down-double.svg | 2 +- src/_icons/corner-right-up-double.svg | 4 ++-- src/_icons/corner-up-left-double.svg | 4 ++-- src/_icons/corner-up-right-double.svg | 2 +- src/_icons/credit-card-off.svg | 2 +- src/_icons/crown-off.svg | 4 ++-- src/_icons/curly-loop.svg | 2 +- src/_icons/dashboard.svg | 2 +- src/_icons/database-export.svg | 4 ++-- src/_icons/database-import.svg | 4 ++-- src/_icons/database-off.svg | 8 ++++---- src/_icons/device-analytics.svg | 2 +- src/_icons/device-audio-tape.svg | 8 ++++---- src/_icons/device-cctv.svg | 2 +- src/_icons/device-computer-camera-off.svg | 8 ++++---- src/_icons/device-computer-camera.svg | 2 +- src/_icons/device-desktop-off.svg | 10 +++++----- src/_icons/diamond.svg | 2 +- src/_icons/drone-off.svg | 20 ++++++++++---------- src/_icons/drone.svg | 2 +- src/_icons/equal-not.svg | 2 +- src/_icons/equal.svg | 2 +- src/_icons/eyeglass-2.svg | 2 +- src/_icons/eyeglass.svg | 6 +++--- src/_icons/fall.svg | 4 ++-- src/_icons/feather.svg | 4 ++-- src/_icons/file-export.svg | 2 +- src/_icons/file-import.svg | 2 +- src/_icons/file-phone.svg | 2 +- src/_icons/file-report.svg | 2 +- src/_icons/file-symlink.svg | 2 +- src/_icons/files-off.svg | 8 ++++---- src/_icons/files.svg | 4 ++-- src/_icons/flask.svg | 2 +- src/_icons/friends.svg | 2 +- src/_icons/gas-station.svg | 11 +++++------ src/_icons/glass-full.svg | 8 ++++---- src/_icons/glass-off.svg | 8 ++++---- src/_icons/glass.svg | 6 +++--- src/_icons/growth.svg | 2 +- src/_icons/hanger.svg | 2 +- src/_icons/headphones-off.svg | 2 +- src/_icons/hierarchy-2.svg | 4 ++-- src/_icons/hierarchy.svg | 2 +- src/_icons/ice-cream-2.svg | 2 +- src/_icons/ice-cream.svg | 4 ++-- src/_icons/karate.svg | 2 +- src/_icons/keyboard-off.svg | 18 +++++++++--------- src/_icons/layout-grid-add.svg | 2 +- src/_icons/macro.svg | 4 ++-- src/_icons/man.svg | 2 +- src/_icons/marquee-2.svg | 2 +- src/_icons/math-function.svg | 8 ++++---- src/_icons/medal.svg | 2 +- src/_icons/mood-crazy-happy.svg | 4 ++-- src/_icons/mood-cry.svg | 2 +- src/_icons/moon-stars.svg | 2 +- src/_icons/moon.svg | 2 +- src/_icons/motorbike.svg | 4 ++-- src/_icons/mug.svg | 4 ++-- src/_icons/number-0.svg | 4 ++-- src/_icons/number-1.svg | 2 +- src/_icons/number-2.svg | 2 +- src/_icons/number-3.svg | 4 ++-- src/_icons/number-4.svg | 2 +- src/_icons/number-5.svg | 2 +- src/_icons/number-6.svg | 4 ++-- src/_icons/number-7.svg | 2 +- src/_icons/number-8.svg | 4 ++-- src/_icons/number-9.svg | 4 ++-- src/_icons/octagon.svg | 2 +- src/_icons/panorama-vertical.svg | 2 +- src/_icons/pennant.svg | 2 +- src/_icons/plane.svg | 2 +- src/_icons/planet.svg | 2 +- src/_icons/play-card.svg | 2 +- src/_icons/player-track-next.svg | 4 ++-- src/_icons/playlist.svg | 6 +++--- src/_icons/polaroid.svg | 4 ++-- src/_icons/pool.svg | 4 ++-- src/_icons/propeller.svg | 6 +++--- src/_icons/receipt-2.svg | 4 ++-- src/_icons/receipt-off.svg | 12 ++++++------ src/_icons/receipt-refund.svg | 4 ++-- src/_icons/receipt.svg | 2 +- src/_icons/recharging.svg | 2 +- src/_icons/repeat-once.svg | 2 +- src/_icons/repeat.svg | 2 +- src/_icons/report-medical.svg | 2 +- src/_icons/report-money.svg | 6 +++--- src/_icons/report.svg | 4 ++-- src/_icons/resize.svg | 2 +- src/_icons/ripple.svg | 6 +++--- src/_icons/road-sign.svg | 6 +++--- src/_icons/row-insert-bottom.svg | 2 +- src/_icons/row-insert-top.svg | 4 ++-- src/_icons/satellite.svg | 6 +++--- src/_icons/scale.svg | 10 +++++----- src/_icons/screen-share.svg | 2 +- src/_icons/shape-2.svg | 2 +- src/_icons/shape-3.svg | 2 +- src/_icons/shredder.svg | 2 +- src/_icons/smart-home.svg | 2 +- src/_icons/sock.svg | 4 ++-- src/_icons/square-0.svg | 4 ++-- src/_icons/square-1.svg | 4 ++-- src/_icons/square-2.svg | 4 ++-- src/_icons/square-3.svg | 6 +++--- src/_icons/square-4.svg | 4 ++-- src/_icons/square-5.svg | 4 ++-- src/_icons/square-6.svg | 6 +++--- src/_icons/square-7.svg | 4 ++-- src/_icons/square-8.svg | 6 +++--- src/_icons/square-9.svg | 6 +++--- src/_icons/square-rotated.svg | 2 +- src/_icons/square-toggle-horizontal.svg | 4 ++-- src/_icons/square-toggle.svg | 2 +- src/_icons/sum.svg | 2 +- src/_icons/table-export.svg | 2 +- src/_icons/table-import.svg | 2 +- src/_icons/table-off.svg | 8 ++++---- src/_icons/tool.svg | 2 +- src/_icons/tools-kitchen-2.svg | 2 +- src/_icons/tools-kitchen.svg | 2 +- src/_icons/tournament.svg | 8 ++++---- src/_icons/track.svg | 2 +- src/_icons/tree.svg | 8 ++++---- src/_icons/trees.svg | 10 +++++----- src/_icons/truck-off.svg | 8 ++++---- src/_icons/umbrella.svg | 2 +- src/_icons/variable.svg | 4 ++-- src/_icons/volume-2.svg | 2 +- src/_icons/volume-3.svg | 2 +- src/_icons/volume.svg | 2 +- src/_icons/wave-sine.svg | 2 +- src/_icons/wifi-off.svg | 4 ++-- src/_icons/wifi.svg | 2 +- src/_icons/windmill.svg | 8 ++++---- src/_icons/window.svg | 6 +++--- src/_icons/zodiac-aquarius.svg | 4 ++-- src/_icons/zodiac-leo.svg | 2 +- src/_icons/zoom-check.svg | 4 ++-- src/_icons/zoom-money.svg | 6 +++--- 242 files changed, 475 insertions(+), 476 deletions(-) (limited to 'src') diff --git a/src/_icons/3d-cube-sphere.svg b/src/_icons/3d-cube-sphere.svg index c5027b59..d193d857 100644 --- a/src/_icons/3d-cube-sphere.svg +++ b/src/_icons/3d-cube-sphere.svg @@ -13,6 +13,6 @@ version: 1.20 - + diff --git a/src/_icons/aerial-lift.svg b/src/_icons/aerial-lift.svg index 954a193f..12d7b989 100644 --- a/src/_icons/aerial-lift.svg +++ b/src/_icons/aerial-lift.svg @@ -2,5 +2,5 @@ category: Vehicles --- - + diff --git a/src/_icons/alert-octagon.svg b/src/_icons/alert-octagon.svg index 530d44bc..5c7cf116 100644 --- a/src/_icons/alert-octagon.svg +++ b/src/_icons/alert-octagon.svg @@ -3,7 +3,7 @@ tags: [warning, danger, caution, risk] version: 1.19 --- - + diff --git a/src/_icons/arrows-sort.svg b/src/_icons/arrows-sort.svg index 98aa11c2..fb57efa1 100644 --- a/src/_icons/arrows-sort.svg +++ b/src/_icons/arrows-sort.svg @@ -4,6 +4,6 @@ category: Arrows version: 1.2 --- - - + + diff --git a/src/_icons/backhoe.svg b/src/_icons/backhoe.svg index 4645f3c4..0dc1c3d5 100644 --- a/src/_icons/backhoe.svg +++ b/src/_icons/backhoe.svg @@ -7,7 +7,7 @@ version: 1.34 - + diff --git a/src/_icons/backspace.svg b/src/_icons/backspace.svg index ab71feed..51514475 100644 --- a/src/_icons/backspace.svg +++ b/src/_icons/backspace.svg @@ -4,6 +4,6 @@ tags: [delete, remove, eliminate] version: 1.0 --- - + diff --git a/src/_icons/ball-american-football.svg b/src/_icons/ball-american-football.svg index a0b33480..b6e6f176 100644 --- a/src/_icons/ball-american-football.svg +++ b/src/_icons/ball-american-football.svg @@ -6,6 +6,6 @@ category: Sport - + diff --git a/src/_icons/ball-football-off.svg b/src/_icons/ball-football-off.svg index 100f124f..84663d08 100644 --- a/src/_icons/ball-football-off.svg +++ b/src/_icons/ball-football-off.svg @@ -2,12 +2,12 @@ category: Sport --- - - - - - - - - + + + + + + + + diff --git a/src/_icons/ball-football.svg b/src/_icons/ball-football.svg index 2e94f188..4a3f3179 100644 --- a/src/_icons/ball-football.svg +++ b/src/_icons/ball-football.svg @@ -2,7 +2,7 @@ category: Sport --- - - - + + + diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index dffefb0c..9012141b 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -4,6 +4,6 @@ version: 1.7 --- - + diff --git a/src/_icons/battery-1.svg b/src/_icons/battery-1.svg index c56048c6..2126b90f 100644 --- a/src/_icons/battery-1.svg +++ b/src/_icons/battery-1.svg @@ -4,6 +4,6 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery-2.svg b/src/_icons/battery-2.svg index 65175336..f9d7b899 100644 --- a/src/_icons/battery-2.svg +++ b/src/_icons/battery-2.svg @@ -4,7 +4,7 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery-3.svg b/src/_icons/battery-3.svg index 5931c703..f85c4fc7 100644 --- a/src/_icons/battery-3.svg +++ b/src/_icons/battery-3.svg @@ -4,7 +4,7 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery-4.svg b/src/_icons/battery-4.svg index 15842bf2..cf1a4bb6 100644 --- a/src/_icons/battery-4.svg +++ b/src/_icons/battery-4.svg @@ -4,7 +4,7 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery-automotive.svg b/src/_icons/battery-automotive.svg index 20f42c7f..ed8b189e 100644 --- a/src/_icons/battery-automotive.svg +++ b/src/_icons/battery-automotive.svg @@ -2,7 +2,7 @@ --- - + diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg index 6cb67528..a59aa1b6 100644 --- a/src/_icons/battery-charging.svg +++ b/src/_icons/battery-charging.svg @@ -4,7 +4,7 @@ tags: [charge, energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery.svg b/src/_icons/battery.svg index c676d38b..3d7ccb55 100644 --- a/src/_icons/battery.svg +++ b/src/_icons/battery.svg @@ -4,5 +4,5 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/bell-ringing-2.svg b/src/_icons/bell-ringing-2.svg index e82402fb..b9d2d148 100644 --- a/src/_icons/bell-ringing-2.svg +++ b/src/_icons/bell-ringing-2.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/binary.svg b/src/_icons/binary.svg index cfd46aac..9b4382c5 100644 --- a/src/_icons/binary.svg +++ b/src/_icons/binary.svg @@ -1,8 +1,8 @@ --- --- - + - + diff --git a/src/_icons/biohazard.svg b/src/_icons/biohazard.svg index 33ddd74c..d0cf34b3 100644 --- a/src/_icons/biohazard.svg +++ b/src/_icons/biohazard.svg @@ -5,5 +5,5 @@ version: 1.18 --- - + diff --git a/src/_icons/bookmark.svg b/src/_icons/bookmark.svg index ecd89682..83521fb5 100644 --- a/src/_icons/bookmark.svg +++ b/src/_icons/bookmark.svg @@ -4,5 +4,5 @@ tags: [read, clip, marker, tag] version: 1.0 --- - + diff --git a/src/_icons/box-multiple-0.svg b/src/_icons/box-multiple-0.svg index 90a141fd..cab83a6f 100644 --- a/src/_icons/box-multiple-0.svg +++ b/src/_icons/box-multiple-0.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-1.svg b/src/_icons/box-multiple-1.svg index 40c9bc20..cd80d07b 100644 --- a/src/_icons/box-multiple-1.svg +++ b/src/_icons/box-multiple-1.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-2.svg b/src/_icons/box-multiple-2.svg index 26efd48c..dd58bd4c 100644 --- a/src/_icons/box-multiple-2.svg +++ b/src/_icons/box-multiple-2.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-3.svg b/src/_icons/box-multiple-3.svg index 4c5657bb..1ff41f96 100644 --- a/src/_icons/box-multiple-3.svg +++ b/src/_icons/box-multiple-3.svg @@ -2,8 +2,8 @@ category: Numbers --- - - - - + + + + diff --git a/src/_icons/box-multiple-4.svg b/src/_icons/box-multiple-4.svg index 43f2b112..e9cec613 100644 --- a/src/_icons/box-multiple-4.svg +++ b/src/_icons/box-multiple-4.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-5.svg b/src/_icons/box-multiple-5.svg index 0c4b991d..eabc89c8 100644 --- a/src/_icons/box-multiple-5.svg +++ b/src/_icons/box-multiple-5.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-6.svg b/src/_icons/box-multiple-6.svg index 1768dcc4..21397a24 100644 --- a/src/_icons/box-multiple-6.svg +++ b/src/_icons/box-multiple-6.svg @@ -2,8 +2,8 @@ category: Numbers --- - - - - + + + + diff --git a/src/_icons/box-multiple-7.svg b/src/_icons/box-multiple-7.svg index ebe6de70..48e192b2 100644 --- a/src/_icons/box-multiple-7.svg +++ b/src/_icons/box-multiple-7.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-8.svg b/src/_icons/box-multiple-8.svg index 1bd94d8c..fc347180 100644 --- a/src/_icons/box-multiple-8.svg +++ b/src/_icons/box-multiple-8.svg @@ -2,8 +2,8 @@ category: Numbers --- - - - - + + + + diff --git a/src/_icons/box-multiple-9.svg b/src/_icons/box-multiple-9.svg index 0435992e..14bd2397 100644 --- a/src/_icons/box-multiple-9.svg +++ b/src/_icons/box-multiple-9.svg @@ -2,8 +2,8 @@ category: Numbers --- - - - - + + + + diff --git a/src/_icons/box-multiple.svg b/src/_icons/box-multiple.svg index 234493d8..fcffbc77 100644 --- a/src/_icons/box-multiple.svg +++ b/src/_icons/box-multiple.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/brand-apple.svg b/src/_icons/brand-apple.svg index 3d33fe61..382f9223 100644 --- a/src/_icons/brand-apple.svg +++ b/src/_icons/brand-apple.svg @@ -4,6 +4,6 @@ category: Brand version: 1.9 --- - + diff --git a/src/_icons/brand-bing.svg b/src/_icons/brand-bing.svg index 767fb3af..dac101e7 100644 --- a/src/_icons/brand-bing.svg +++ b/src/_icons/brand-bing.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-bitbucket.svg b/src/_icons/brand-bitbucket.svg index 23c5b51a..4e7d9fc6 100644 --- a/src/_icons/brand-bitbucket.svg +++ b/src/_icons/brand-bitbucket.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-discord.svg b/src/_icons/brand-discord.svg index 1de6fbfc..b976982f 100644 --- a/src/_icons/brand-discord.svg +++ b/src/_icons/brand-discord.svg @@ -6,7 +6,7 @@ version: 1.21 - + diff --git a/src/_icons/brand-disqus.svg b/src/_icons/brand-disqus.svg index 91b32d20..44e44cc8 100644 --- a/src/_icons/brand-disqus.svg +++ b/src/_icons/brand-disqus.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-docker.svg b/src/_icons/brand-docker.svg index fc535bb6..f4a6ef67 100644 --- a/src/_icons/brand-docker.svg +++ b/src/_icons/brand-docker.svg @@ -2,13 +2,13 @@ category: Brand --- - - - + + + - + - + diff --git a/src/_icons/brand-edge.svg b/src/_icons/brand-edge.svg index ed163053..a2a7adb1 100644 --- a/src/_icons/brand-edge.svg +++ b/src/_icons/brand-edge.svg @@ -5,7 +5,7 @@ version: 1.23 --- - + - + diff --git a/src/_icons/brand-gravatar.svg b/src/_icons/brand-gravatar.svg index fb63b32a..a0193e58 100644 --- a/src/_icons/brand-gravatar.svg +++ b/src/_icons/brand-gravatar.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-hipchat.svg b/src/_icons/brand-hipchat.svg index f21d76fa..8578406b 100644 --- a/src/_icons/brand-hipchat.svg +++ b/src/_icons/brand-hipchat.svg @@ -2,6 +2,6 @@ category: Brand --- - + diff --git a/src/_icons/brand-kickstarter.svg b/src/_icons/brand-kickstarter.svg index ec4c4b54..df3ee875 100644 --- a/src/_icons/brand-kickstarter.svg +++ b/src/_icons/brand-kickstarter.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-kotlin.svg b/src/_icons/brand-kotlin.svg index 722e16ee..0a4e0173 100644 --- a/src/_icons/brand-kotlin.svg +++ b/src/_icons/brand-kotlin.svg @@ -5,6 +5,6 @@ version: 1.32 - + diff --git a/src/_icons/brand-netflix.svg b/src/_icons/brand-netflix.svg index 33c2e505..ed8a2038 100644 --- a/src/_icons/brand-netflix.svg +++ b/src/_icons/brand-netflix.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-pagekit.svg b/src/_icons/brand-pagekit.svg index 43860fc2..f8c6bb07 100644 --- a/src/_icons/brand-pagekit.svg +++ b/src/_icons/brand-pagekit.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-paypal.svg b/src/_icons/brand-paypal.svg index 656480f9..7ae94835 100644 --- a/src/_icons/brand-paypal.svg +++ b/src/_icons/brand-paypal.svg @@ -4,5 +4,5 @@ category: Brand version: 1.9 --- - + diff --git a/src/_icons/brand-producthunt.svg b/src/_icons/brand-producthunt.svg index 6bdde2a0..a14bb961 100644 --- a/src/_icons/brand-producthunt.svg +++ b/src/_icons/brand-producthunt.svg @@ -2,6 +2,6 @@ category: Brand --- - + diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index d6b8d89d..61d4dd75 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -5,7 +5,7 @@ version: 1.15 --- - + diff --git a/src/_icons/brand-sass.svg b/src/_icons/brand-sass.svg index f844234e..63f42e27 100644 --- a/src/_icons/brand-sass.svg +++ b/src/_icons/brand-sass.svg @@ -3,5 +3,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-sentry.svg b/src/_icons/brand-sentry.svg index c90f2eee..5decebeb 100644 --- a/src/_icons/brand-sentry.svg +++ b/src/_icons/brand-sentry.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-spotify.svg b/src/_icons/brand-spotify.svg index 637d2826..48fae169 100644 --- a/src/_icons/brand-spotify.svg +++ b/src/_icons/brand-spotify.svg @@ -5,7 +5,7 @@ version: 1.23 --- - - - + + + diff --git a/src/_icons/brand-stripe.svg b/src/_icons/brand-stripe.svg index 20b4f1f5..9b8dff4a 100644 --- a/src/_icons/brand-stripe.svg +++ b/src/_icons/brand-stripe.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 11d382a3..437ed230 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -4,5 +4,5 @@ category: Brand version: 1.17 --- - + diff --git a/src/_icons/brand-unsplash.svg b/src/_icons/brand-unsplash.svg index 4bc32789..16723603 100644 --- a/src/_icons/brand-unsplash.svg +++ b/src/_icons/brand-unsplash.svg @@ -2,5 +2,5 @@ category: Brands --- - + diff --git a/src/_icons/brand-whatsapp.svg b/src/_icons/brand-whatsapp.svg index a16cde0d..1d205ce7 100644 --- a/src/_icons/brand-whatsapp.svg +++ b/src/_icons/brand-whatsapp.svg @@ -5,5 +5,5 @@ version: 1.13 --- - + diff --git a/src/_icons/brand-yahoo.svg b/src/_icons/brand-yahoo.svg index 3201a427..06d184de 100644 --- a/src/_icons/brand-yahoo.svg +++ b/src/_icons/brand-yahoo.svg @@ -6,7 +6,7 @@ version: 1.32 - + diff --git a/src/_icons/brand-ycombinator.svg b/src/_icons/brand-ycombinator.svg index 73a71a03..6d86d4b6 100644 --- a/src/_icons/brand-ycombinator.svg +++ b/src/_icons/brand-ycombinator.svg @@ -3,6 +3,6 @@ category: Brand --- - + diff --git a/src/_icons/brightness-2.svg b/src/_icons/brightness-2.svg index a1ef706d..1a8291b7 100644 --- a/src/_icons/brightness-2.svg +++ b/src/_icons/brightness-2.svg @@ -3,5 +3,5 @@ category: Photos --- - + diff --git a/src/_icons/brightness-half.svg b/src/_icons/brightness-half.svg index f81e0351..da7335f1 100644 --- a/src/_icons/brightness-half.svg +++ b/src/_icons/brightness-half.svg @@ -2,6 +2,6 @@ category: Photos --- - - + + diff --git a/src/_icons/bucket.svg b/src/_icons/bucket.svg index dd4f9d12..60f885ca 100644 --- a/src/_icons/bucket.svg +++ b/src/_icons/bucket.svg @@ -3,6 +3,6 @@ tags: [collection, container, water, liquid] version: 1.0 --- - + diff --git a/src/_icons/building-carousel.svg b/src/_icons/building-carousel.svg index 894cfe49..e5d3ed71 100644 --- a/src/_icons/building-carousel.svg +++ b/src/_icons/building-carousel.svg @@ -9,5 +9,5 @@ version: 1.34 - + diff --git a/src/_icons/building-cottage.svg b/src/_icons/building-cottage.svg index fd4ade40..4fb71dc3 100644 --- a/src/_icons/building-cottage.svg +++ b/src/_icons/building-cottage.svg @@ -3,7 +3,7 @@ category: Buildings --- - + diff --git a/src/_icons/building-factory.svg b/src/_icons/building-factory.svg index 38c954ab..7e760eb1 100644 --- a/src/_icons/building-factory.svg +++ b/src/_icons/building-factory.svg @@ -2,8 +2,8 @@ category: Buildings --- - - - + + + diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index f40f931b..11b1cded 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -4,7 +4,7 @@ category: Buildings version: 1.7 --- - + diff --git a/src/_icons/businessplan.svg b/src/_icons/businessplan.svg index 93e322a8..adc47b3b 100644 --- a/src/_icons/businessplan.svg +++ b/src/_icons/businessplan.svg @@ -2,9 +2,9 @@ --- - - - - - + + + + + diff --git a/src/_icons/calendar-off.svg b/src/_icons/calendar-off.svg index c6d40e31..9e2b120e 100644 --- a/src/_icons/calendar-off.svg +++ b/src/_icons/calendar-off.svg @@ -1,11 +1,11 @@ --- --- - - - - - - - + + + + + + + diff --git a/src/_icons/camera-rotate.svg b/src/_icons/camera-rotate.svg index 603b5aa4..2660323a 100644 --- a/src/_icons/camera-rotate.svg +++ b/src/_icons/camera-rotate.svg @@ -2,8 +2,8 @@ category: Photos --- - - + + - + diff --git a/src/_icons/camera-selfie.svg b/src/_icons/camera-selfie.svg index d7b24460..2d907ccd 100644 --- a/src/_icons/camera-selfie.svg +++ b/src/_icons/camera-selfie.svg @@ -2,7 +2,7 @@ category: Photos --- - + diff --git a/src/_icons/car.svg b/src/_icons/car.svg index 92a55dd6..19ab877a 100644 --- a/src/_icons/car.svg +++ b/src/_icons/car.svg @@ -6,5 +6,5 @@ version: 1.5 - + diff --git a/src/_icons/caret-down.svg b/src/_icons/caret-down.svg index 1d941ead..188e18b7 100644 --- a/src/_icons/caret-down.svg +++ b/src/_icons/caret-down.svg @@ -4,5 +4,5 @@ tags: [next, bottom, dropdown, show, more] version: 1.2 --- - + diff --git a/src/_icons/caret-left.svg b/src/_icons/caret-left.svg index 956513f6..e8a88b2e 100644 --- a/src/_icons/caret-left.svg +++ b/src/_icons/caret-left.svg @@ -4,5 +4,5 @@ tags: [back, previous] version: 1.2 --- - + diff --git a/src/_icons/caret-right.svg b/src/_icons/caret-right.svg index 37d49c1d..826955c1 100644 --- a/src/_icons/caret-right.svg +++ b/src/_icons/caret-right.svg @@ -4,5 +4,5 @@ tags: [next, play, more] version: 1.2 --- - + diff --git a/src/_icons/caret-up.svg b/src/_icons/caret-up.svg index d6855ebc..c9dd1efe 100644 --- a/src/_icons/caret-up.svg +++ b/src/_icons/caret-up.svg @@ -4,5 +4,5 @@ tags: [dropdown, less, up] version: 1.2 --- - + diff --git a/src/_icons/cash-banknote-off.svg b/src/_icons/cash-banknote-off.svg index b19fa5e3..8d206424 100644 --- a/src/_icons/cash-banknote-off.svg +++ b/src/_icons/cash-banknote-off.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg index 4b0fbdaf..188dfcab 100644 --- a/src/_icons/charging-pile.svg +++ b/src/_icons/charging-pile.svg @@ -2,10 +2,10 @@ category: Vehicles --- - - - - - - + + + + + + diff --git a/src/_icons/chart-arrows-vertical.svg b/src/_icons/chart-arrows-vertical.svg index 241e0ba9..fa4250fe 100644 --- a/src/_icons/chart-arrows-vertical.svg +++ b/src/_icons/chart-arrows-vertical.svg @@ -2,11 +2,11 @@ category: Charts --- - - - + + + - - + + diff --git a/src/_icons/chart-arrows.svg b/src/_icons/chart-arrows.svg index 8c9a6928..613f7422 100644 --- a/src/_icons/chart-arrows.svg +++ b/src/_icons/chart-arrows.svg @@ -3,10 +3,10 @@ category: Charts --- - - + + - + diff --git a/src/_icons/chart-donut.svg b/src/_icons/chart-donut.svg index dc00443c..5ade6e87 100644 --- a/src/_icons/chart-donut.svg +++ b/src/_icons/chart-donut.svg @@ -4,6 +4,6 @@ category: Charts version: 1.0 --- - + diff --git a/src/_icons/chart-dots.svg b/src/_icons/chart-dots.svg index fb144ece..207d7948 100644 --- a/src/_icons/chart-dots.svg +++ b/src/_icons/chart-dots.svg @@ -7,5 +7,5 @@ category: Charts - + diff --git a/src/_icons/chart-pie.svg b/src/_icons/chart-pie.svg index c81fee6b..54b17421 100644 --- a/src/_icons/chart-pie.svg +++ b/src/_icons/chart-pie.svg @@ -4,6 +4,6 @@ category: Charts version: 1.0 --- - + diff --git a/src/_icons/chart-radar.svg b/src/_icons/chart-radar.svg index b7934b65..187021d1 100644 --- a/src/_icons/chart-radar.svg +++ b/src/_icons/chart-radar.svg @@ -5,7 +5,7 @@ version: 1.33 - + - + diff --git a/src/_icons/circle-0.svg b/src/_icons/circle-0.svg index ea202ff5..d5c24e18 100644 --- a/src/_icons/circle-0.svg +++ b/src/_icons/circle-0.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-1.svg b/src/_icons/circle-1.svg index 3df269e7..c3449c33 100644 --- a/src/_icons/circle-1.svg +++ b/src/_icons/circle-1.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-2.svg b/src/_icons/circle-2.svg index 17c844f7..8bde7bcd 100644 --- a/src/_icons/circle-2.svg +++ b/src/_icons/circle-2.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-3.svg b/src/_icons/circle-3.svg index e5820db6..b85e19d1 100644 --- a/src/_icons/circle-3.svg +++ b/src/_icons/circle-3.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/circle-4.svg b/src/_icons/circle-4.svg index d6b74ec7..5c3bc4a7 100644 --- a/src/_icons/circle-4.svg +++ b/src/_icons/circle-4.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-5.svg b/src/_icons/circle-5.svg index cf2ab552..b969eab3 100644 --- a/src/_icons/circle-5.svg +++ b/src/_icons/circle-5.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-6.svg b/src/_icons/circle-6.svg index 01156903..944101e3 100644 --- a/src/_icons/circle-6.svg +++ b/src/_icons/circle-6.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/circle-7.svg b/src/_icons/circle-7.svg index a6300663..5ddec8ad 100644 --- a/src/_icons/circle-7.svg +++ b/src/_icons/circle-7.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-8.svg b/src/_icons/circle-8.svg index 5023e6bd..77f95bfc 100644 --- a/src/_icons/circle-8.svg +++ b/src/_icons/circle-8.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/circle-9.svg b/src/_icons/circle-9.svg index 8315fb3f..a5e4e424 100644 --- a/src/_icons/circle-9.svg +++ b/src/_icons/circle-9.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/clipboard-check.svg b/src/_icons/clipboard-check.svg index 20cec306..e792cb54 100644 --- a/src/_icons/clipboard-check.svg +++ b/src/_icons/clipboard-check.svg @@ -4,7 +4,7 @@ tags: [copy, "yes"] version: 1.0 --- - + diff --git a/src/_icons/column-insert-left.svg b/src/_icons/column-insert-left.svg index 1b565828..16b05b69 100644 --- a/src/_icons/column-insert-left.svg +++ b/src/_icons/column-insert-left.svg @@ -2,7 +2,7 @@ category: Database --- - + diff --git a/src/_icons/column-insert-right.svg b/src/_icons/column-insert-right.svg index 391ff1f3..63c853c7 100644 --- a/src/_icons/column-insert-right.svg +++ b/src/_icons/column-insert-right.svg @@ -2,7 +2,7 @@ category: Database --- - + diff --git a/src/_icons/comet.svg b/src/_icons/comet.svg index 523f2575..e395343f 100644 --- a/src/_icons/comet.svg +++ b/src/_icons/comet.svg @@ -4,7 +4,7 @@ category: Weather version: 1.13 --- - + diff --git a/src/_icons/corner-down-left-double.svg b/src/_icons/corner-down-left-double.svg index 5ddd3996..6684ba18 100644 --- a/src/_icons/corner-down-left-double.svg +++ b/src/_icons/corner-down-left-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-down-right-double.svg b/src/_icons/corner-down-right-double.svg index e7647f7c..25014585 100644 --- a/src/_icons/corner-down-right-double.svg +++ b/src/_icons/corner-down-right-double.svg @@ -3,5 +3,5 @@ category: Arrows --- - + diff --git a/src/_icons/corner-left-down-double.svg b/src/_icons/corner-left-down-double.svg index a2175e86..9501db76 100644 --- a/src/_icons/corner-left-down-double.svg +++ b/src/_icons/corner-left-down-double.svg @@ -3,5 +3,5 @@ category: Arrows --- - + diff --git a/src/_icons/corner-left-up-double.svg b/src/_icons/corner-left-up-double.svg index ceb77371..923bd350 100644 --- a/src/_icons/corner-left-up-double.svg +++ b/src/_icons/corner-left-up-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-right-down-double.svg b/src/_icons/corner-right-down-double.svg index 7106b439..b190a605 100644 --- a/src/_icons/corner-right-down-double.svg +++ b/src/_icons/corner-right-down-double.svg @@ -3,5 +3,5 @@ category: Arrows --- - + diff --git a/src/_icons/corner-right-up-double.svg b/src/_icons/corner-right-up-double.svg index 9c2b636b..1d787f60 100644 --- a/src/_icons/corner-right-up-double.svg +++ b/src/_icons/corner-right-up-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-up-left-double.svg b/src/_icons/corner-up-left-double.svg index 0d528c3a..63a6c3ef 100644 --- a/src/_icons/corner-up-left-double.svg +++ b/src/_icons/corner-up-left-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-up-right-double.svg b/src/_icons/corner-up-right-double.svg index d938c5e7..b40f0e10 100644 --- a/src/_icons/corner-up-right-double.svg +++ b/src/_icons/corner-up-right-double.svg @@ -3,5 +3,5 @@ category: Arrows --- - + diff --git a/src/_icons/credit-card-off.svg b/src/_icons/credit-card-off.svg index d73f9163..7196a50a 100644 --- a/src/_icons/credit-card-off.svg +++ b/src/_icons/credit-card-off.svg @@ -4,7 +4,7 @@ version: 1.24 --- - + diff --git a/src/_icons/crown-off.svg b/src/_icons/crown-off.svg index 157918a2..cf7d2b20 100644 --- a/src/_icons/crown-off.svg +++ b/src/_icons/crown-off.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/curly-loop.svg b/src/_icons/curly-loop.svg index 8a98584f..dd3229d8 100644 --- a/src/_icons/curly-loop.svg +++ b/src/_icons/curly-loop.svg @@ -3,5 +3,5 @@ tags: [voicemail, power, infinity] version: 1.20 --- - + diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg index 3933ee87..036f5e4c 100644 --- a/src/_icons/dashboard.svg +++ b/src/_icons/dashboard.svg @@ -6,5 +6,5 @@ version: 1.0 - + diff --git a/src/_icons/database-export.svg b/src/_icons/database-export.svg index 3d4590e7..6063c6a7 100644 --- a/src/_icons/database-export.svg +++ b/src/_icons/database-export.svg @@ -3,6 +3,6 @@ category: Database --- - - + + diff --git a/src/_icons/database-import.svg b/src/_icons/database-import.svg index c9392e72..340fedab 100644 --- a/src/_icons/database-import.svg +++ b/src/_icons/database-import.svg @@ -3,6 +3,6 @@ category: Database --- - - + + diff --git a/src/_icons/database-off.svg b/src/_icons/database-off.svg index 11deef18..d7d93b2e 100644 --- a/src/_icons/database-off.svg +++ b/src/_icons/database-off.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/device-analytics.svg b/src/_icons/device-analytics.svg index a5ec8ff0..53fb2c5d 100644 --- a/src/_icons/device-analytics.svg +++ b/src/_icons/device-analytics.svg @@ -6,5 +6,5 @@ category: Devices - + diff --git a/src/_icons/device-audio-tape.svg b/src/_icons/device-audio-tape.svg index c19d3d64..d921b7d5 100644 --- a/src/_icons/device-audio-tape.svg +++ b/src/_icons/device-audio-tape.svg @@ -2,8 +2,8 @@ category: Devices --- - - - - + + + + diff --git a/src/_icons/device-cctv.svg b/src/_icons/device-cctv.svg index 55c1863d..44251aa1 100644 --- a/src/_icons/device-cctv.svg +++ b/src/_icons/device-cctv.svg @@ -4,6 +4,6 @@ category: Devices - + diff --git a/src/_icons/device-computer-camera-off.svg b/src/_icons/device-computer-camera-off.svg index bf718fe6..0b211da0 100644 --- a/src/_icons/device-computer-camera-off.svg +++ b/src/_icons/device-computer-camera-off.svg @@ -2,8 +2,8 @@ category: Devices --- - - - - + + + + diff --git a/src/_icons/device-computer-camera.svg b/src/_icons/device-computer-camera.svg index 82f0845e..8d32bf59 100644 --- a/src/_icons/device-computer-camera.svg +++ b/src/_icons/device-computer-camera.svg @@ -4,5 +4,5 @@ category: Devices - + diff --git a/src/_icons/device-desktop-off.svg b/src/_icons/device-desktop-off.svg index 4d7dc49c..dffcef35 100644 --- a/src/_icons/device-desktop-off.svg +++ b/src/_icons/device-desktop-off.svg @@ -3,9 +3,9 @@ tags: [monitor, computer, imac] category: Devices --- - - - - - + + + + + diff --git a/src/_icons/diamond.svg b/src/_icons/diamond.svg index 1c31b248..607d5665 100644 --- a/src/_icons/diamond.svg +++ b/src/_icons/diamond.svg @@ -3,6 +3,6 @@ tags: [jewellery, crystal, mineral, jewelry, ring] version: 1.2 --- - + diff --git a/src/_icons/drone-off.svg b/src/_icons/drone-off.svg index 86b37dfd..3a9269e3 100644 --- a/src/_icons/drone-off.svg +++ b/src/_icons/drone-off.svg @@ -2,14 +2,14 @@ category: Vehicles --- - - - - - - - - - - + + + + + + + + + + diff --git a/src/_icons/drone.svg b/src/_icons/drone.svg index e245a1bf..bf04d353 100644 --- a/src/_icons/drone.svg +++ b/src/_icons/drone.svg @@ -6,7 +6,7 @@ version: 1.33 - + diff --git a/src/_icons/equal-not.svg b/src/_icons/equal-not.svg index 0f157e6c..ba146285 100644 --- a/src/_icons/equal-not.svg +++ b/src/_icons/equal-not.svg @@ -2,5 +2,5 @@ category: Math --- - + diff --git a/src/_icons/equal.svg b/src/_icons/equal.svg index 162601e0..83cebbe4 100644 --- a/src/_icons/equal.svg +++ b/src/_icons/equal.svg @@ -2,5 +2,5 @@ category: Math --- - + diff --git a/src/_icons/eyeglass-2.svg b/src/_icons/eyeglass-2.svg index 997ffe51..39f0428d 100644 --- a/src/_icons/eyeglass-2.svg +++ b/src/_icons/eyeglass-2.svg @@ -1,7 +1,7 @@ --- --- - + diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg index 899e37ca..bf87cac0 100644 --- a/src/_icons/eyeglass.svg +++ b/src/_icons/eyeglass.svg @@ -1,9 +1,9 @@ --- --- - + - - + + diff --git a/src/_icons/fall.svg b/src/_icons/fall.svg index e0633151..d728a84f 100644 --- a/src/_icons/fall.svg +++ b/src/_icons/fall.svg @@ -3,8 +3,8 @@ tags: [collapse, damage, cliff, height] version: 1.18 --- - - + + diff --git a/src/_icons/feather.svg b/src/_icons/feather.svg index 57bcc4e8..1c8c4946 100644 --- a/src/_icons/feather.svg +++ b/src/_icons/feather.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/file-export.svg b/src/_icons/file-export.svg index 611f7f7e..de485f05 100644 --- a/src/_icons/file-export.svg +++ b/src/_icons/file-export.svg @@ -3,5 +3,5 @@ category: Document --- - + diff --git a/src/_icons/file-import.svg b/src/_icons/file-import.svg index 6fe552ad..c3dcc222 100644 --- a/src/_icons/file-import.svg +++ b/src/_icons/file-import.svg @@ -3,5 +3,5 @@ category: Document --- - + diff --git a/src/_icons/file-phone.svg b/src/_icons/file-phone.svg index f1a2193b..59195b84 100644 --- a/src/_icons/file-phone.svg +++ b/src/_icons/file-phone.svg @@ -6,5 +6,5 @@ version: 1.20 - + diff --git a/src/_icons/file-report.svg b/src/_icons/file-report.svg index cc824d75..0f8b5543 100644 --- a/src/_icons/file-report.svg +++ b/src/_icons/file-report.svg @@ -5,5 +5,5 @@ category: Document - + diff --git a/src/_icons/file-symlink.svg b/src/_icons/file-symlink.svg index 8d6a41be..55b1207b 100644 --- a/src/_icons/file-symlink.svg +++ b/src/_icons/file-symlink.svg @@ -4,7 +4,7 @@ version: 1.30 --- - + diff --git a/src/_icons/files-off.svg b/src/_icons/files-off.svg index d9872977..2e788cd5 100644 --- a/src/_icons/files-off.svg +++ b/src/_icons/files-off.svg @@ -2,8 +2,8 @@ category: Document --- - - - - + + + + diff --git a/src/_icons/files.svg b/src/_icons/files.svg index 5aa45f7c..d90d9681 100644 --- a/src/_icons/files.svg +++ b/src/_icons/files.svg @@ -3,6 +3,6 @@ category: Document --- - - + + diff --git a/src/_icons/flask.svg b/src/_icons/flask.svg index ec271f5b..8e3ee28c 100644 --- a/src/_icons/flask.svg +++ b/src/_icons/flask.svg @@ -5,5 +5,5 @@ version: 1.6 - + diff --git a/src/_icons/friends.svg b/src/_icons/friends.svg index da3a9e99..478fd5d4 100644 --- a/src/_icons/friends.svg +++ b/src/_icons/friends.svg @@ -4,7 +4,7 @@ version: 1.0 --- - + diff --git a/src/_icons/gas-station.svg b/src/_icons/gas-station.svg index 6f51b625..c968da1f 100644 --- a/src/_icons/gas-station.svg +++ b/src/_icons/gas-station.svg @@ -5,10 +5,9 @@ category: Vehicles version: 1.14 --- - - - - - + + + + + - diff --git a/src/_icons/glass-full.svg b/src/_icons/glass-full.svg index f337d298..a47ab22c 100644 --- a/src/_icons/glass-full.svg +++ b/src/_icons/glass-full.svg @@ -3,8 +3,8 @@ tags: [wine, cup, goblet] version: 1.0 --- - - - - + + + + diff --git a/src/_icons/glass-off.svg b/src/_icons/glass-off.svg index c222f3a9..9b9bdf07 100644 --- a/src/_icons/glass-off.svg +++ b/src/_icons/glass-off.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/glass.svg b/src/_icons/glass.svg index fbe9c72f..d6a0ed13 100644 --- a/src/_icons/glass.svg +++ b/src/_icons/glass.svg @@ -3,7 +3,7 @@ tags: [wine, cup, goblet] version: 1.0 --- - - - + + + diff --git a/src/_icons/growth.svg b/src/_icons/growth.svg index 28ba306b..543bb42b 100644 --- a/src/_icons/growth.svg +++ b/src/_icons/growth.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/hanger.svg b/src/_icons/hanger.svg index 0f3d66ad..d0622899 100644 --- a/src/_icons/hanger.svg +++ b/src/_icons/hanger.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/headphones-off.svg b/src/_icons/headphones-off.svg index 19ef5ed8..e6fcda22 100644 --- a/src/_icons/headphones-off.svg +++ b/src/_icons/headphones-off.svg @@ -5,6 +5,6 @@ version: 1.25 - + diff --git a/src/_icons/hierarchy-2.svg b/src/_icons/hierarchy-2.svg index 30c78432..c97d62d2 100644 --- a/src/_icons/hierarchy-2.svg +++ b/src/_icons/hierarchy-2.svg @@ -2,8 +2,8 @@ --- - + - + diff --git a/src/_icons/hierarchy.svg b/src/_icons/hierarchy.svg index a68fab43..a20d5eb9 100644 --- a/src/_icons/hierarchy.svg +++ b/src/_icons/hierarchy.svg @@ -4,6 +4,6 @@ - + diff --git a/src/_icons/ice-cream-2.svg b/src/_icons/ice-cream-2.svg index 7e5df2fb..88f1bb05 100644 --- a/src/_icons/ice-cream-2.svg +++ b/src/_icons/ice-cream-2.svg @@ -2,5 +2,5 @@ --- - + diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index e742aa6d..7dcb17e5 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -3,6 +3,6 @@ tags: [candy, dessert, frozen, sweet] version: 1.0 --- - - + + diff --git a/src/_icons/karate.svg b/src/_icons/karate.svg index 2b7a6622..4060fa49 100644 --- a/src/_icons/karate.svg +++ b/src/_icons/karate.svg @@ -5,6 +5,6 @@ version: 1.27 - + diff --git a/src/_icons/keyboard-off.svg b/src/_icons/keyboard-off.svg index 8fa23fa0..7e7ec92d 100644 --- a/src/_icons/keyboard-off.svg +++ b/src/_icons/keyboard-off.svg @@ -1,13 +1,13 @@ --- --- - - - - - - - - - + + + + + + + + + diff --git a/src/_icons/layout-grid-add.svg b/src/_icons/layout-grid-add.svg index 6007b8a4..e07f7b3c 100644 --- a/src/_icons/layout-grid-add.svg +++ b/src/_icons/layout-grid-add.svg @@ -7,5 +7,5 @@ version: 1.0 - + diff --git a/src/_icons/macro.svg b/src/_icons/macro.svg index 7db3e1e2..9e6dc2fe 100644 --- a/src/_icons/macro.svg +++ b/src/_icons/macro.svg @@ -5,6 +5,6 @@ category: Photos - - + + diff --git a/src/_icons/man.svg b/src/_icons/man.svg index d6f3f1ed..6aca5bf8 100644 --- a/src/_icons/man.svg +++ b/src/_icons/man.svg @@ -4,5 +4,5 @@ version: 1.0 --- - + diff --git a/src/_icons/marquee-2.svg b/src/_icons/marquee-2.svg index ac99a08a..5f30e270 100644 --- a/src/_icons/marquee-2.svg +++ b/src/_icons/marquee-2.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/math-function.svg b/src/_icons/math-function.svg index aff69fde..eea46cd7 100644 --- a/src/_icons/math-function.svg +++ b/src/_icons/math-function.svg @@ -3,8 +3,8 @@ tags: sdfsfg category: Math --- - - - - + + + + diff --git a/src/_icons/medal.svg b/src/_icons/medal.svg index 07e155a2..3809f570 100644 --- a/src/_icons/medal.svg +++ b/src/_icons/medal.svg @@ -4,5 +4,5 @@ version: 1.13 --- - + diff --git a/src/_icons/mood-crazy-happy.svg b/src/_icons/mood-crazy-happy.svg index a8add113..046c860a 100644 --- a/src/_icons/mood-crazy-happy.svg +++ b/src/_icons/mood-crazy-happy.svg @@ -5,8 +5,8 @@ version: 1.34 - + - + diff --git a/src/_icons/mood-cry.svg b/src/_icons/mood-cry.svg index ff515af2..000a8a4f 100644 --- a/src/_icons/mood-cry.svg +++ b/src/_icons/mood-cry.svg @@ -8,5 +8,5 @@ version: 1.18 - + diff --git a/src/_icons/moon-stars.svg b/src/_icons/moon-stars.svg index 9d7cf764..202b665f 100644 --- a/src/_icons/moon-stars.svg +++ b/src/_icons/moon-stars.svg @@ -4,7 +4,7 @@ category: Weather version: 1.21 --- - + diff --git a/src/_icons/moon.svg b/src/_icons/moon.svg index dc04aabd..0eebcc50 100644 --- a/src/_icons/moon.svg +++ b/src/_icons/moon.svg @@ -4,5 +4,5 @@ category: Weather version: 1.0 --- - + diff --git a/src/_icons/motorbike.svg b/src/_icons/motorbike.svg index f3e7bebc..92ab093a 100644 --- a/src/_icons/motorbike.svg +++ b/src/_icons/motorbike.svg @@ -4,6 +4,6 @@ category: Vehicles - - + + diff --git a/src/_icons/mug.svg b/src/_icons/mug.svg index 4337b577..37d54a92 100644 --- a/src/_icons/mug.svg +++ b/src/_icons/mug.svg @@ -3,6 +3,6 @@ tags: [tea, coffee, drink, container, jug] version: 1.1 --- - - + + diff --git a/src/_icons/number-0.svg b/src/_icons/number-0.svg index a2c72fff..aa29ade8 100644 --- a/src/_icons/number-0.svg +++ b/src/_icons/number-0.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/number-1.svg b/src/_icons/number-1.svg index 95b610b3..90b0fed8 100644 --- a/src/_icons/number-1.svg +++ b/src/_icons/number-1.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-2.svg b/src/_icons/number-2.svg index 84d6a182..114929d8 100644 --- a/src/_icons/number-2.svg +++ b/src/_icons/number-2.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-3.svg b/src/_icons/number-3.svg index 9840ce67..3dd698ae 100644 --- a/src/_icons/number-3.svg +++ b/src/_icons/number-3.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/number-4.svg b/src/_icons/number-4.svg index c2ffa4fd..8e8b5f38 100644 --- a/src/_icons/number-4.svg +++ b/src/_icons/number-4.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-5.svg b/src/_icons/number-5.svg index 4df79c33..e2ac5226 100644 --- a/src/_icons/number-5.svg +++ b/src/_icons/number-5.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-6.svg b/src/_icons/number-6.svg index fd358476..f2a42cba 100644 --- a/src/_icons/number-6.svg +++ b/src/_icons/number-6.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/number-7.svg b/src/_icons/number-7.svg index 8688a669..91b08c42 100644 --- a/src/_icons/number-7.svg +++ b/src/_icons/number-7.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-8.svg b/src/_icons/number-8.svg index 8aa91bf2..d06b39ff 100644 --- a/src/_icons/number-8.svg +++ b/src/_icons/number-8.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/number-9.svg b/src/_icons/number-9.svg index 5cca1360..53e44325 100644 --- a/src/_icons/number-9.svg +++ b/src/_icons/number-9.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/octagon.svg b/src/_icons/octagon.svg index 91477baf..b3d27b03 100644 --- a/src/_icons/octagon.svg +++ b/src/_icons/octagon.svg @@ -3,5 +3,5 @@ category: Shapes version: 1.18 --- - + diff --git a/src/_icons/panorama-vertical.svg b/src/_icons/panorama-vertical.svg index b48900ec..32ee412f 100644 --- a/src/_icons/panorama-vertical.svg +++ b/src/_icons/panorama-vertical.svg @@ -3,5 +3,5 @@ category: Photos version: 1.27 --- - + diff --git a/src/_icons/pennant.svg b/src/_icons/pennant.svg index d988acfa..01ec8417 100644 --- a/src/_icons/pennant.svg +++ b/src/_icons/pennant.svg @@ -4,5 +4,5 @@ version: 1.33 - + diff --git a/src/_icons/plane.svg b/src/_icons/plane.svg index c3aa2352..f80ba913 100644 --- a/src/_icons/plane.svg +++ b/src/_icons/plane.svg @@ -4,5 +4,5 @@ category: Vehicles version: 1.2 --- - + diff --git a/src/_icons/planet.svg b/src/_icons/planet.svg index fd5fee16..1012b3e8 100644 --- a/src/_icons/planet.svg +++ b/src/_icons/planet.svg @@ -3,6 +3,6 @@ category: Map version: 1.8 --- - + diff --git a/src/_icons/play-card.svg b/src/_icons/play-card.svg index b309d6af..444a7ccf 100644 --- a/src/_icons/play-card.svg +++ b/src/_icons/play-card.svg @@ -4,5 +4,5 @@ - + diff --git a/src/_icons/player-track-next.svg b/src/_icons/player-track-next.svg index f60ddb29..c18c9f75 100644 --- a/src/_icons/player-track-next.svg +++ b/src/_icons/player-track-next.svg @@ -3,6 +3,6 @@ category: Media version: 1.28 --- - - + + diff --git a/src/_icons/playlist.svg b/src/_icons/playlist.svg index 9ec5013b..dbec67e6 100644 --- a/src/_icons/playlist.svg +++ b/src/_icons/playlist.svg @@ -3,8 +3,8 @@ category: Media --- - - + + - + diff --git a/src/_icons/polaroid.svg b/src/_icons/polaroid.svg index d1be54f4..45f5d060 100644 --- a/src/_icons/polaroid.svg +++ b/src/_icons/polaroid.svg @@ -4,7 +4,7 @@ category: Photos - - + + diff --git a/src/_icons/pool.svg b/src/_icons/pool.svg index 44a80c1e..f8f09640 100644 --- a/src/_icons/pool.svg +++ b/src/_icons/pool.svg @@ -3,8 +3,8 @@ category: Sport version: 1.34 --- - - + + diff --git a/src/_icons/propeller.svg b/src/_icons/propeller.svg index 0dc463fb..a405ea21 100644 --- a/src/_icons/propeller.svg +++ b/src/_icons/propeller.svg @@ -2,7 +2,7 @@ --- - - - + + + diff --git a/src/_icons/receipt-2.svg b/src/_icons/receipt-2.svg index f704e2a2..4f88ca43 100644 --- a/src/_icons/receipt-2.svg +++ b/src/_icons/receipt-2.svg @@ -2,6 +2,6 @@ category: Document --- - - + + diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg index 1c1dafcb..74cd7d56 100644 --- a/src/_icons/receipt-off.svg +++ b/src/_icons/receipt-off.svg @@ -1,10 +1,10 @@ --- --- - - - - - - + + + + + + diff --git a/src/_icons/receipt-refund.svg b/src/_icons/receipt-refund.svg index 92b09833..f9dd7699 100644 --- a/src/_icons/receipt-refund.svg +++ b/src/_icons/receipt-refund.svg @@ -2,6 +2,6 @@ category: Document --- - - + + diff --git a/src/_icons/receipt.svg b/src/_icons/receipt.svg index f50b9c6e..07c707de 100644 --- a/src/_icons/receipt.svg +++ b/src/_icons/receipt.svg @@ -2,5 +2,5 @@ category: Document --- - + diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg index d491d128..006e3488 100644 --- a/src/_icons/recharging.svg +++ b/src/_icons/recharging.svg @@ -4,7 +4,7 @@ - + diff --git a/src/_icons/repeat-once.svg b/src/_icons/repeat-once.svg index d1ec4e88..ad2dfc2b 100644 --- a/src/_icons/repeat-once.svg +++ b/src/_icons/repeat-once.svg @@ -5,6 +5,6 @@ version: 1.2 --- - + diff --git a/src/_icons/repeat.svg b/src/_icons/repeat.svg index 131b5a11..6f53e049 100644 --- a/src/_icons/repeat.svg +++ b/src/_icons/repeat.svg @@ -5,5 +5,5 @@ version: 1.2 --- - + diff --git a/src/_icons/report-medical.svg b/src/_icons/report-medical.svg index 7097dde3..4fa4e0fc 100644 --- a/src/_icons/report-medical.svg +++ b/src/_icons/report-medical.svg @@ -2,7 +2,7 @@ category: Document --- - + diff --git a/src/_icons/report-money.svg b/src/_icons/report-money.svg index 18852ffe..950ec4dc 100644 --- a/src/_icons/report-money.svg +++ b/src/_icons/report-money.svg @@ -2,8 +2,8 @@ category: Document --- - + - - + + diff --git a/src/_icons/report.svg b/src/_icons/report.svg index 45c8b7d1..c7761bc8 100644 --- a/src/_icons/report.svg +++ b/src/_icons/report.svg @@ -2,8 +2,8 @@ category: Document --- - - + + diff --git a/src/_icons/resize.svg b/src/_icons/resize.svg index 242c029d..ca252b3c 100644 --- a/src/_icons/resize.svg +++ b/src/_icons/resize.svg @@ -2,6 +2,6 @@ category: Design --- - + diff --git a/src/_icons/ripple.svg b/src/_icons/ripple.svg index 1fdd6350..04a6eb15 100644 --- a/src/_icons/ripple.svg +++ b/src/_icons/ripple.svg @@ -2,7 +2,7 @@ version: 1.33 --- - - - + + + diff --git a/src/_icons/road-sign.svg b/src/_icons/road-sign.svg index 7c70162a..8805168b 100644 --- a/src/_icons/road-sign.svg +++ b/src/_icons/road-sign.svg @@ -3,7 +3,7 @@ category: Map version: 1.20 --- - - - + + + diff --git a/src/_icons/row-insert-bottom.svg b/src/_icons/row-insert-bottom.svg index ebbfc05a..ba4c0637 100644 --- a/src/_icons/row-insert-bottom.svg +++ b/src/_icons/row-insert-bottom.svg @@ -2,7 +2,7 @@ category: Database --- - + diff --git a/src/_icons/row-insert-top.svg b/src/_icons/row-insert-top.svg index 84f0ec40..7e66cb5a 100644 --- a/src/_icons/row-insert-top.svg +++ b/src/_icons/row-insert-top.svg @@ -2,7 +2,7 @@ category: Database --- - - + + diff --git a/src/_icons/satellite.svg b/src/_icons/satellite.svg index 0bc5114b..c4d3d0ba 100644 --- a/src/_icons/satellite.svg +++ b/src/_icons/satellite.svg @@ -2,9 +2,9 @@ category: Map --- - - - + + + diff --git a/src/_icons/scale.svg b/src/_icons/scale.svg index 269ef58a..63b7abc0 100644 --- a/src/_icons/scale.svg +++ b/src/_icons/scale.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/screen-share.svg b/src/_icons/screen-share.svg index a5147927..9226f0f7 100644 --- a/src/_icons/screen-share.svg +++ b/src/_icons/screen-share.svg @@ -8,5 +8,5 @@ version: 1.24 - + diff --git a/src/_icons/shape-2.svg b/src/_icons/shape-2.svg index adbe2d61..a9004cd9 100644 --- a/src/_icons/shape-2.svg +++ b/src/_icons/shape-2.svg @@ -7,5 +7,5 @@ tags: [draw, square, form, create, outline] - + diff --git a/src/_icons/shape-3.svg b/src/_icons/shape-3.svg index 3b994cc9..32c5cd11 100644 --- a/src/_icons/shape-3.svg +++ b/src/_icons/shape-3.svg @@ -7,5 +7,5 @@ tags: [draw, square, form, create, outline] - + diff --git a/src/_icons/shredder.svg b/src/_icons/shredder.svg index 9a0ea81d..91b24691 100644 --- a/src/_icons/shredder.svg +++ b/src/_icons/shredder.svg @@ -3,5 +3,5 @@ category: Devices --- - + diff --git a/src/_icons/smart-home.svg b/src/_icons/smart-home.svg index e65fef4c..a9335b7c 100644 --- a/src/_icons/smart-home.svg +++ b/src/_icons/smart-home.svg @@ -4,5 +4,5 @@ version: 1.20 --- - + diff --git a/src/_icons/sock.svg b/src/_icons/sock.svg index 61ed16f9..97529ffd 100644 --- a/src/_icons/sock.svg +++ b/src/_icons/sock.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/square-0.svg b/src/_icons/square-0.svg index bb99bad6..251623f6 100644 --- a/src/_icons/square-0.svg +++ b/src/_icons/square-0.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-1.svg b/src/_icons/square-1.svg index 21fc3cba..508f1c1e 100644 --- a/src/_icons/square-1.svg +++ b/src/_icons/square-1.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-2.svg b/src/_icons/square-2.svg index d1896b3e..692c1215 100644 --- a/src/_icons/square-2.svg +++ b/src/_icons/square-2.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-3.svg b/src/_icons/square-3.svg index 05a1685d..364053c3 100644 --- a/src/_icons/square-3.svg +++ b/src/_icons/square-3.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/square-4.svg b/src/_icons/square-4.svg index 9fbfa12c..1cc3ae93 100644 --- a/src/_icons/square-4.svg +++ b/src/_icons/square-4.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-5.svg b/src/_icons/square-5.svg index c855144c..a1944d8d 100644 --- a/src/_icons/square-5.svg +++ b/src/_icons/square-5.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-6.svg b/src/_icons/square-6.svg index b119a31d..24c005d5 100644 --- a/src/_icons/square-6.svg +++ b/src/_icons/square-6.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/square-7.svg b/src/_icons/square-7.svg index c07954c9..70dd2ba9 100644 --- a/src/_icons/square-7.svg +++ b/src/_icons/square-7.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-8.svg b/src/_icons/square-8.svg index 3077efbc..57687984 100644 --- a/src/_icons/square-8.svg +++ b/src/_icons/square-8.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/square-9.svg b/src/_icons/square-9.svg index 63d81aa4..2bc2ea5a 100644 --- a/src/_icons/square-9.svg +++ b/src/_icons/square-9.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index c7fcb5a7..28f67260 100644 --- a/src/_icons/square-rotated.svg +++ b/src/_icons/square-rotated.svg @@ -3,5 +3,5 @@ category: Shapes version: 1.20 --- - + diff --git a/src/_icons/square-toggle-horizontal.svg b/src/_icons/square-toggle-horizontal.svg index 6bca02ab..6eefa38c 100644 --- a/src/_icons/square-toggle-horizontal.svg +++ b/src/_icons/square-toggle-horizontal.svg @@ -2,8 +2,8 @@ category: Design --- - - + + diff --git a/src/_icons/square-toggle.svg b/src/_icons/square-toggle.svg index 8f1b70a7..a7e5f4e5 100644 --- a/src/_icons/square-toggle.svg +++ b/src/_icons/square-toggle.svg @@ -3,7 +3,7 @@ category: Design --- - + diff --git a/src/_icons/sum.svg b/src/_icons/sum.svg index 0aeeee46..cf2e9cb2 100644 --- a/src/_icons/sum.svg +++ b/src/_icons/sum.svg @@ -3,5 +3,5 @@ tags: [equation, add, plus, amount, total] version: 1.2 --- - + diff --git a/src/_icons/table-export.svg b/src/_icons/table-export.svg index 07fceaf6..27ab7a8d 100644 --- a/src/_icons/table-export.svg +++ b/src/_icons/table-export.svg @@ -2,5 +2,5 @@ category: Database --- - + diff --git a/src/_icons/table-import.svg b/src/_icons/table-import.svg index df755218..7c69d58d 100644 --- a/src/_icons/table-import.svg +++ b/src/_icons/table-import.svg @@ -2,5 +2,5 @@ category: Database --- - + diff --git a/src/_icons/table-off.svg b/src/_icons/table-off.svg index 9f297e72..2bc1947a 100644 --- a/src/_icons/table-off.svg +++ b/src/_icons/table-off.svg @@ -2,8 +2,8 @@ category: Database --- - - - - + + + + diff --git a/src/_icons/tool.svg b/src/_icons/tool.svg index f54bfa69..f2cb4372 100644 --- a/src/_icons/tool.svg +++ b/src/_icons/tool.svg @@ -3,5 +3,5 @@ tags: [preferences, edit, settings] version: 1.0 --- - + diff --git a/src/_icons/tools-kitchen-2.svg b/src/_icons/tools-kitchen-2.svg index 95a24b6f..b980b596 100644 --- a/src/_icons/tools-kitchen-2.svg +++ b/src/_icons/tools-kitchen-2.svg @@ -2,5 +2,5 @@ category: Map --- - + diff --git a/src/_icons/tools-kitchen.svg b/src/_icons/tools-kitchen.svg index aad12451..a5ecc4e5 100644 --- a/src/_icons/tools-kitchen.svg +++ b/src/_icons/tools-kitchen.svg @@ -5,7 +5,7 @@ version: 1.31 - + diff --git a/src/_icons/tournament.svg b/src/_icons/tournament.svg index 4ccdf314..147a8629 100644 --- a/src/_icons/tournament.svg +++ b/src/_icons/tournament.svg @@ -2,8 +2,8 @@ version: 1.19 --- - - - - + + + + diff --git a/src/_icons/track.svg b/src/_icons/track.svg index cc9cd55d..1c28172e 100644 --- a/src/_icons/track.svg +++ b/src/_icons/track.svg @@ -2,5 +2,5 @@ category: Vehicles --- - + diff --git a/src/_icons/tree.svg b/src/_icons/tree.svg index 3403ccef..e73341a0 100644 --- a/src/_icons/tree.svg +++ b/src/_icons/tree.svg @@ -2,8 +2,8 @@ category: Map --- - - - - + + + + diff --git a/src/_icons/trees.svg b/src/_icons/trees.svg index 1489dd01..efdcba50 100644 --- a/src/_icons/trees.svg +++ b/src/_icons/trees.svg @@ -2,10 +2,10 @@ category: Map --- - + - - - - + + + + diff --git a/src/_icons/truck-off.svg b/src/_icons/truck-off.svg index 93c5e650..2b320a7e 100644 --- a/src/_icons/truck-off.svg +++ b/src/_icons/truck-off.svg @@ -2,8 +2,8 @@ category: Vehicles --- - - - - + + + + diff --git a/src/_icons/umbrella.svg b/src/_icons/umbrella.svg index a88e0f9c..2439781b 100644 --- a/src/_icons/umbrella.svg +++ b/src/_icons/umbrella.svg @@ -2,6 +2,6 @@ version: 1.7 --- - + diff --git a/src/_icons/variable.svg b/src/_icons/variable.svg index 68fc4c78..b7c85c43 100644 --- a/src/_icons/variable.svg +++ b/src/_icons/variable.svg @@ -2,6 +2,6 @@ category: Math --- - - + + diff --git a/src/_icons/volume-2.svg b/src/_icons/volume-2.svg index 181c6038..65533a1f 100644 --- a/src/_icons/volume-2.svg +++ b/src/_icons/volume-2.svg @@ -5,5 +5,5 @@ version: 1.0 --- - + diff --git a/src/_icons/volume-3.svg b/src/_icons/volume-3.svg index 05a8ed63..dfa6d718 100644 --- a/src/_icons/volume-3.svg +++ b/src/_icons/volume-3.svg @@ -4,6 +4,6 @@ tags: [mute, music, sound, off, speaker] version: 1.0 --- - + diff --git a/src/_icons/volume.svg b/src/_icons/volume.svg index 9ec7af58..2a345606 100644 --- a/src/_icons/volume.svg +++ b/src/_icons/volume.svg @@ -6,5 +6,5 @@ version: 1.0 - + diff --git a/src/_icons/wave-sine.svg b/src/_icons/wave-sine.svg index 44e4db01..b307f82e 100644 --- a/src/_icons/wave-sine.svg +++ b/src/_icons/wave-sine.svg @@ -2,5 +2,5 @@ version: 1.19 --- - + diff --git a/src/_icons/wifi-off.svg b/src/_icons/wifi-off.svg index 79eefad7..b01d4bf5 100644 --- a/src/_icons/wifi-off.svg +++ b/src/_icons/wifi-off.svg @@ -6,7 +6,7 @@ version: 1.22 - - + + diff --git a/src/_icons/wifi.svg b/src/_icons/wifi.svg index 5e90f011..e1f3c35d 100644 --- a/src/_icons/wifi.svg +++ b/src/_icons/wifi.svg @@ -7,5 +7,5 @@ version: 1.0 - + diff --git a/src/_icons/windmill.svg b/src/_icons/windmill.svg index d47f1ea8..a050036a 100644 --- a/src/_icons/windmill.svg +++ b/src/_icons/windmill.svg @@ -2,8 +2,8 @@ version: 1.33 --- - - - - + + + + diff --git a/src/_icons/window.svg b/src/_icons/window.svg index 9779a8a7..63041cbc 100644 --- a/src/_icons/window.svg +++ b/src/_icons/window.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/src/_icons/zodiac-aquarius.svg b/src/_icons/zodiac-aquarius.svg index 22d476eb..d1adbf0a 100644 --- a/src/_icons/zodiac-aquarius.svg +++ b/src/_icons/zodiac-aquarius.svg @@ -3,6 +3,6 @@ category: Zodiac version: 1.17 --- - - + + diff --git a/src/_icons/zodiac-leo.svg b/src/_icons/zodiac-leo.svg index 033b095d..b14c7ce9 100644 --- a/src/_icons/zodiac-leo.svg +++ b/src/_icons/zodiac-leo.svg @@ -7,5 +7,5 @@ version: 1.17 - + diff --git a/src/_icons/zoom-check.svg b/src/_icons/zoom-check.svg index 17ed31da..26832a9a 100644 --- a/src/_icons/zoom-check.svg +++ b/src/_icons/zoom-check.svg @@ -2,6 +2,6 @@ --- - - + + diff --git a/src/_icons/zoom-money.svg b/src/_icons/zoom-money.svg index 1fd53336..9820f5ae 100644 --- a/src/_icons/zoom-money.svg +++ b/src/_icons/zoom-money.svg @@ -2,7 +2,7 @@ --- - - - + + + -- cgit v1.2.1 From 7d1d52eb563632a93f3036485599b6e52bb063df Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 15 Oct 2020 19:42:25 +0200 Subject: `recharging` icon fix --- src/_icons/recharging.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg index 006e3488..5c4d0b4d 100644 --- a/src/_icons/recharging.svg +++ b/src/_icons/recharging.svg @@ -4,7 +4,7 @@ - + -- cgit v1.2.1 From 8bd00ea6c9fe8ac075d8daa6ef1143996f136f5f Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 17:37:46 +0200 Subject: 22 new icons: `calendar-stats`, `calendar-time`, `circle-half-vertical`, `circle-half`, `cursor-text`, `dimensions`, `letter-case-lower`, `letter-case-toggle`, `letter-case-upper`, `letter-case`, `letter-spacing`, `line-dashed`, `line-dotted`, `mask-off`, `mask`, `minus-vertical`, `overline`, `radius-bottom-left`, `radius-bottom-right`, `radius-top-left`, `radius-top-right`, `square-rotated-off` Fixed icons: `recharging`, `report`, `square-rotated`, `underline` --- src/_icons/calendar-stats.svg | 10 ++++++++++ src/_icons/calendar-time.svg | 10 ++++++++++ src/_icons/circle-half-vertical.svg | 6 ++++++ src/_icons/circle-half.svg | 6 ++++++ src/_icons/cursor-text.svg | 7 +++++++ src/_icons/dimensions.svg | 13 +++++++++++++ src/_icons/letter-case-lower.svg | 8 ++++++++ src/_icons/letter-case-toggle.svg | 8 ++++++++ src/_icons/letter-case-upper.svg | 8 ++++++++ src/_icons/letter-case.svg | 8 ++++++++ src/_icons/letter-spacing.svg | 9 +++++++++ src/_icons/line-dashed.svg | 7 +++++++ src/_icons/line-dotted.svg | 9 +++++++++ src/_icons/mask-off.svg | 7 +++++++ src/_icons/mask.svg | 6 ++++++ src/_icons/minus-vertical.svg | 5 +++++ src/_icons/overline.svg | 6 ++++++ src/_icons/radius-bottom-left.svg | 5 +++++ src/_icons/radius-bottom-right.svg | 5 +++++ src/_icons/radius-top-left.svg | 5 +++++ src/_icons/radius-top-right.svg | 5 +++++ src/_icons/recharging.svg | 4 ++-- src/_icons/report.svg | 15 +++++++-------- src/_icons/square-rotated-off.svg | 6 ++++++ src/_icons/square-rotated.svg | 4 +--- src/_icons/underline.svg | 7 ++----- 26 files changed, 171 insertions(+), 18 deletions(-) create mode 100644 src/_icons/calendar-stats.svg create mode 100644 src/_icons/calendar-time.svg create mode 100644 src/_icons/circle-half-vertical.svg create mode 100644 src/_icons/circle-half.svg create mode 100644 src/_icons/cursor-text.svg create mode 100644 src/_icons/dimensions.svg create mode 100644 src/_icons/letter-case-lower.svg create mode 100644 src/_icons/letter-case-toggle.svg create mode 100644 src/_icons/letter-case-upper.svg create mode 100644 src/_icons/letter-case.svg create mode 100644 src/_icons/letter-spacing.svg create mode 100644 src/_icons/line-dashed.svg create mode 100644 src/_icons/line-dotted.svg create mode 100644 src/_icons/mask-off.svg create mode 100644 src/_icons/mask.svg create mode 100644 src/_icons/minus-vertical.svg create mode 100644 src/_icons/overline.svg create mode 100644 src/_icons/radius-bottom-left.svg create mode 100644 src/_icons/radius-bottom-right.svg create mode 100644 src/_icons/radius-top-left.svg create mode 100644 src/_icons/radius-top-right.svg create mode 100644 src/_icons/square-rotated-off.svg (limited to 'src') diff --git a/src/_icons/calendar-stats.svg b/src/_icons/calendar-stats.svg new file mode 100644 index 00000000..d0d5dcbd --- /dev/null +++ b/src/_icons/calendar-stats.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/calendar-time.svg b/src/_icons/calendar-time.svg new file mode 100644 index 00000000..2618d80c --- /dev/null +++ b/src/_icons/calendar-time.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/circle-half-vertical.svg b/src/_icons/circle-half-vertical.svg new file mode 100644 index 00000000..ae696341 --- /dev/null +++ b/src/_icons/circle-half-vertical.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/circle-half.svg b/src/_icons/circle-half.svg new file mode 100644 index 00000000..2f766d57 --- /dev/null +++ b/src/_icons/circle-half.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/cursor-text.svg b/src/_icons/cursor-text.svg new file mode 100644 index 00000000..78d6068d --- /dev/null +++ b/src/_icons/cursor-text.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/dimensions.svg b/src/_icons/dimensions.svg new file mode 100644 index 00000000..4b504854 --- /dev/null +++ b/src/_icons/dimensions.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/letter-case-lower.svg b/src/_icons/letter-case-lower.svg new file mode 100644 index 00000000..10dbc4c5 --- /dev/null +++ b/src/_icons/letter-case-lower.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/letter-case-toggle.svg b/src/_icons/letter-case-toggle.svg new file mode 100644 index 00000000..628e791d --- /dev/null +++ b/src/_icons/letter-case-toggle.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/letter-case-upper.svg b/src/_icons/letter-case-upper.svg new file mode 100644 index 00000000..66dc357c --- /dev/null +++ b/src/_icons/letter-case-upper.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/letter-case.svg b/src/_icons/letter-case.svg new file mode 100644 index 00000000..179eb9ac --- /dev/null +++ b/src/_icons/letter-case.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/letter-spacing.svg b/src/_icons/letter-spacing.svg new file mode 100644 index 00000000..b4328d0b --- /dev/null +++ b/src/_icons/letter-spacing.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/line-dashed.svg b/src/_icons/line-dashed.svg new file mode 100644 index 00000000..0f3796b3 --- /dev/null +++ b/src/_icons/line-dashed.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/line-dotted.svg b/src/_icons/line-dotted.svg new file mode 100644 index 00000000..c13b6fcf --- /dev/null +++ b/src/_icons/line-dotted.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/mask-off.svg b/src/_icons/mask-off.svg new file mode 100644 index 00000000..ed8341c0 --- /dev/null +++ b/src/_icons/mask-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/mask.svg b/src/_icons/mask.svg new file mode 100644 index 00000000..c3fd0142 --- /dev/null +++ b/src/_icons/mask.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/minus-vertical.svg b/src/_icons/minus-vertical.svg new file mode 100644 index 00000000..a14984af --- /dev/null +++ b/src/_icons/minus-vertical.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/overline.svg b/src/_icons/overline.svg new file mode 100644 index 00000000..26921e43 --- /dev/null +++ b/src/_icons/overline.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/radius-bottom-left.svg b/src/_icons/radius-bottom-left.svg new file mode 100644 index 00000000..8fcdf6ff --- /dev/null +++ b/src/_icons/radius-bottom-left.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/radius-bottom-right.svg b/src/_icons/radius-bottom-right.svg new file mode 100644 index 00000000..ea64ffbd --- /dev/null +++ b/src/_icons/radius-bottom-right.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/radius-top-left.svg b/src/_icons/radius-top-left.svg new file mode 100644 index 00000000..ffcfeb6b --- /dev/null +++ b/src/_icons/radius-top-left.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/radius-top-right.svg b/src/_icons/radius-top-right.svg new file mode 100644 index 00000000..d3744ecd --- /dev/null +++ b/src/_icons/radius-top-right.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg index 5c4d0b4d..333face1 100644 --- a/src/_icons/recharging.svg +++ b/src/_icons/recharging.svg @@ -2,11 +2,11 @@ --- - + - + diff --git a/src/_icons/report.svg b/src/_icons/report.svg index c7761bc8..c99fde29 100644 --- a/src/_icons/report.svg +++ b/src/_icons/report.svg @@ -1,12 +1,11 @@ --- -category: Document --- - - - - - - - + + + + + + + diff --git a/src/_icons/square-rotated-off.svg b/src/_icons/square-rotated-off.svg new file mode 100644 index 00000000..da0b1460 --- /dev/null +++ b/src/_icons/square-rotated-off.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index 28f67260..c6d915cc 100644 --- a/src/_icons/square-rotated.svg +++ b/src/_icons/square-rotated.svg @@ -1,7 +1,5 @@ --- -category: Shapes -version: 1.20 --- - + diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg index aa39926b..16642fda 100644 --- a/src/_icons/underline.svg +++ b/src/_icons/underline.svg @@ -1,9 +1,6 @@ --- -tags: [underscore, emphasis, horizontal, typography] -category: Text -version: 1.3 --- - - + + -- cgit v1.2.1 From 804e6915f8d6ec0f83b9f14e4c1f3eb33f668803 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 18:16:24 +0200 Subject: 9 new icons: `box-margin`, `box-model`, `box-padding`, `container`, `heading`, `section`, `shadow-off`, `shadow`, `stack-2` Fixed icons: `credit-card-off`, `database-off`, `dimensions`, `frame`, `h-1`, `h-2`, `h-3`, `h-4`, `h-5`, `h-6`, `letter-case-lower`, `letter-case-toggle`, `letter-case-upper`, `letter-case`, `letter-spacing`, `mask-off`, `mask`, `overline`, `receipt-off`, `report`, `stack`, `strikethrough`, `underline` --- src/_icons/box-margin.svg | 22 ++++++++++++++++++++++ src/_icons/box-model.svg | 11 +++++++++++ src/_icons/box-padding.svg | 14 ++++++++++++++ src/_icons/container.svg | 16 ++++++++++++++++ src/_icons/credit-card-off.svg | 2 +- src/_icons/database-off.svg | 1 + src/_icons/dimensions.svg | 3 +-- src/_icons/frame.svg | 1 + src/_icons/h-1.svg | 12 ++++++++---- src/_icons/h-2.svg | 12 ++++++++---- src/_icons/h-3.svg | 13 +++++++++---- src/_icons/h-4.svg | 12 ++++++++---- src/_icons/h-5.svg | 12 ++++++++---- src/_icons/h-6.svg | 14 +++++++++----- src/_icons/heading.svg | 12 ++++++++++++ src/_icons/letter-case-lower.svg | 1 + src/_icons/letter-case-toggle.svg | 1 + src/_icons/letter-case-upper.svg | 1 + src/_icons/letter-case.svg | 1 + src/_icons/letter-spacing.svg | 1 + src/_icons/mask-off.svg | 1 + src/_icons/mask.svg | 1 + src/_icons/overline.svg | 5 +++-- src/_icons/receipt-off.svg | 1 + src/_icons/report.svg | 1 + src/_icons/section.svg | 16 ++++++++++++++++ src/_icons/shadow-off.svg | 12 ++++++++++++ src/_icons/shadow.svg | 11 +++++++++++ src/_icons/stack-2.svg | 8 ++++++++ src/_icons/stack.svg | 1 + src/_icons/strikethrough.svg | 5 ++--- src/_icons/underline.svg | 2 ++ 32 files changed, 193 insertions(+), 33 deletions(-) create mode 100644 src/_icons/box-margin.svg create mode 100644 src/_icons/box-model.svg create mode 100644 src/_icons/box-padding.svg create mode 100644 src/_icons/container.svg create mode 100644 src/_icons/heading.svg create mode 100644 src/_icons/section.svg create mode 100644 src/_icons/shadow-off.svg create mode 100644 src/_icons/shadow.svg create mode 100644 src/_icons/stack-2.svg (limited to 'src') diff --git a/src/_icons/box-margin.svg b/src/_icons/box-margin.svg new file mode 100644 index 00000000..6be98b9b --- /dev/null +++ b/src/_icons/box-margin.svg @@ -0,0 +1,22 @@ +--- +category: Design +--- + + + + + + + + + + + + + + + + + + + diff --git a/src/_icons/box-model.svg b/src/_icons/box-model.svg new file mode 100644 index 00000000..a3400f83 --- /dev/null +++ b/src/_icons/box-model.svg @@ -0,0 +1,11 @@ +--- +category: Design +--- + + + + + + + + diff --git a/src/_icons/box-padding.svg b/src/_icons/box-padding.svg new file mode 100644 index 00000000..e8c18cc6 --- /dev/null +++ b/src/_icons/box-padding.svg @@ -0,0 +1,14 @@ +--- +category: Design +--- + + + + + + + + + + + diff --git a/src/_icons/container.svg b/src/_icons/container.svg new file mode 100644 index 00000000..668073db --- /dev/null +++ b/src/_icons/container.svg @@ -0,0 +1,16 @@ +--- +category: Design +--- + + + + + + + + + + + + + diff --git a/src/_icons/credit-card-off.svg b/src/_icons/credit-card-off.svg index 7196a50a..09504c38 100644 --- a/src/_icons/credit-card-off.svg +++ b/src/_icons/credit-card-off.svg @@ -4,7 +4,7 @@ version: 1.24 --- - + diff --git a/src/_icons/database-off.svg b/src/_icons/database-off.svg index d7d93b2e..d475a159 100644 --- a/src/_icons/database-off.svg +++ b/src/_icons/database-off.svg @@ -1,4 +1,5 @@ --- +category: Database --- diff --git a/src/_icons/dimensions.svg b/src/_icons/dimensions.svg index 4b504854..c2226b48 100644 --- a/src/_icons/dimensions.svg +++ b/src/_icons/dimensions.svg @@ -1,13 +1,12 @@ --- +category: Design --- - - diff --git a/src/_icons/frame.svg b/src/_icons/frame.svg index 1c2674c8..e689bf11 100644 --- a/src/_icons/frame.svg +++ b/src/_icons/frame.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [crop] version: 1.0 --- diff --git a/src/_icons/h-1.svg b/src/_icons/h-1.svg index 919ad284..167318a5 100644 --- a/src/_icons/h-1.svg +++ b/src/_icons/h-1.svg @@ -4,8 +4,12 @@ category: Text version: 1.16 --- - - - - + + + + + + + + diff --git a/src/_icons/h-2.svg b/src/_icons/h-2.svg index a32de41e..c72ef7b7 100644 --- a/src/_icons/h-2.svg +++ b/src/_icons/h-2.svg @@ -4,8 +4,12 @@ category: Text version: 1.16 --- - - - - + + + + + + + + diff --git a/src/_icons/h-3.svg b/src/_icons/h-3.svg index 8dfbbe33..a4cf77d4 100644 --- a/src/_icons/h-3.svg +++ b/src/_icons/h-3.svg @@ -4,8 +4,13 @@ category: Text version: 1.16 --- - - - - + + + + + + + + + diff --git a/src/_icons/h-4.svg b/src/_icons/h-4.svg index 5851a0db..7f20632a 100644 --- a/src/_icons/h-4.svg +++ b/src/_icons/h-4.svg @@ -4,8 +4,12 @@ category: Text version: 1.16 --- - - - - + + + + + + + + diff --git a/src/_icons/h-5.svg b/src/_icons/h-5.svg index e365fecb..2d256bbd 100644 --- a/src/_icons/h-5.svg +++ b/src/_icons/h-5.svg @@ -4,8 +4,12 @@ category: Text version: 1.16 --- - - - - + + + + + + + + diff --git a/src/_icons/h-6.svg b/src/_icons/h-6.svg index 70cc98b0..0f91311d 100644 --- a/src/_icons/h-6.svg +++ b/src/_icons/h-6.svg @@ -4,9 +4,13 @@ category: Text version: 1.16 --- - - - - - + + + + + + + + + diff --git a/src/_icons/heading.svg b/src/_icons/heading.svg new file mode 100644 index 00000000..0702b03d --- /dev/null +++ b/src/_icons/heading.svg @@ -0,0 +1,12 @@ +--- +category: Text +--- + + + + + + + + + diff --git a/src/_icons/letter-case-lower.svg b/src/_icons/letter-case-lower.svg index 10dbc4c5..bfca2cd4 100644 --- a/src/_icons/letter-case-lower.svg +++ b/src/_icons/letter-case-lower.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/letter-case-toggle.svg b/src/_icons/letter-case-toggle.svg index 628e791d..3e1a8fde 100644 --- a/src/_icons/letter-case-toggle.svg +++ b/src/_icons/letter-case-toggle.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/letter-case-upper.svg b/src/_icons/letter-case-upper.svg index 66dc357c..5683ea36 100644 --- a/src/_icons/letter-case-upper.svg +++ b/src/_icons/letter-case-upper.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/letter-case.svg b/src/_icons/letter-case.svg index 179eb9ac..ffb9cb84 100644 --- a/src/_icons/letter-case.svg +++ b/src/_icons/letter-case.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/letter-spacing.svg b/src/_icons/letter-spacing.svg index b4328d0b..e45ea1c5 100644 --- a/src/_icons/letter-spacing.svg +++ b/src/_icons/letter-spacing.svg @@ -1,4 +1,5 @@ --- +category: Text --- diff --git a/src/_icons/mask-off.svg b/src/_icons/mask-off.svg index ed8341c0..b3a596b3 100644 --- a/src/_icons/mask-off.svg +++ b/src/_icons/mask-off.svg @@ -1,4 +1,5 @@ --- +category: Design --- diff --git a/src/_icons/mask.svg b/src/_icons/mask.svg index c3fd0142..f278bc10 100644 --- a/src/_icons/mask.svg +++ b/src/_icons/mask.svg @@ -1,4 +1,5 @@ --- +category: Design --- diff --git a/src/_icons/overline.svg b/src/_icons/overline.svg index 26921e43..831212da 100644 --- a/src/_icons/overline.svg +++ b/src/_icons/overline.svg @@ -1,6 +1,7 @@ --- +category: Text --- - - + + diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg index 74cd7d56..ed92a067 100644 --- a/src/_icons/receipt-off.svg +++ b/src/_icons/receipt-off.svg @@ -1,4 +1,5 @@ --- +category: Document --- diff --git a/src/_icons/report.svg b/src/_icons/report.svg index c99fde29..cbca9552 100644 --- a/src/_icons/report.svg +++ b/src/_icons/report.svg @@ -1,4 +1,5 @@ --- +category: Document --- diff --git a/src/_icons/section.svg b/src/_icons/section.svg new file mode 100644 index 00000000..8b4f6bc8 --- /dev/null +++ b/src/_icons/section.svg @@ -0,0 +1,16 @@ +--- +category: Design +--- + + + + + + + + + + + + + diff --git a/src/_icons/shadow-off.svg b/src/_icons/shadow-off.svg new file mode 100644 index 00000000..f887a57d --- /dev/null +++ b/src/_icons/shadow-off.svg @@ -0,0 +1,12 @@ +--- +category: Design +--- + + + + + + + + + diff --git a/src/_icons/shadow.svg b/src/_icons/shadow.svg new file mode 100644 index 00000000..c6fc67a1 --- /dev/null +++ b/src/_icons/shadow.svg @@ -0,0 +1,11 @@ +--- +category: Design +--- + + + + + + + + diff --git a/src/_icons/stack-2.svg b/src/_icons/stack-2.svg new file mode 100644 index 00000000..6b265bc0 --- /dev/null +++ b/src/_icons/stack-2.svg @@ -0,0 +1,8 @@ +--- +category: Design +tags: [pile, elements, layout, wrap] +--- + + + + diff --git a/src/_icons/stack.svg b/src/_icons/stack.svg index a44e2fd6..a3f06694 100644 --- a/src/_icons/stack.svg +++ b/src/_icons/stack.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [pile, elements, layout, wrap] version: 1.1 --- diff --git a/src/_icons/strikethrough.svg b/src/_icons/strikethrough.svg index 5e0b2d6b..2f752358 100644 --- a/src/_icons/strikethrough.svg +++ b/src/_icons/strikethrough.svg @@ -4,7 +4,6 @@ category: Text version: 1.3 --- - - - + + diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg index 16642fda..6e8bdb61 100644 --- a/src/_icons/underline.svg +++ b/src/_icons/underline.svg @@ -1,4 +1,6 @@ --- +tags: [underscore, emphasis, horizontal, typography] +category: Text --- -- cgit v1.2.1 From 370c5198f240108115727049f9d9cb0a50fe9001 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 18:23:31 +0200 Subject: Fixed icons: `battery-automotive`, `color-picker`, `crop`, `focus-2`, `focus`, `shadow-off`, `shadow`, `square-rotated-off`, `square-rotated`, `sum` --- src/_icons/battery-automotive.svg | 1 + src/_icons/color-picker.svg | 4 ++-- src/_icons/crop.svg | 1 + src/_icons/focus-2.svg | 2 +- src/_icons/focus.svg | 2 +- src/_icons/shadow-off.svg | 2 +- src/_icons/shadow.svg | 2 +- src/_icons/square-rotated-off.svg | 1 + src/_icons/square-rotated.svg | 1 + src/_icons/sum.svg | 1 + 10 files changed, 11 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/_icons/battery-automotive.svg b/src/_icons/battery-automotive.svg index ed8b189e..93b98edc 100644 --- a/src/_icons/battery-automotive.svg +++ b/src/_icons/battery-automotive.svg @@ -1,4 +1,5 @@ --- +category: Vehicles --- diff --git a/src/_icons/color-picker.svg b/src/_icons/color-picker.svg index 8bbb3cb9..87c63c83 100644 --- a/src/_icons/color-picker.svg +++ b/src/_icons/color-picker.svg @@ -4,6 +4,6 @@ category: Design version: 1.7 --- - - + + diff --git a/src/_icons/crop.svg b/src/_icons/crop.svg index 58afb60f..b8e111c3 100644 --- a/src/_icons/crop.svg +++ b/src/_icons/crop.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [photo, image] version: 1.0 --- diff --git a/src/_icons/focus-2.svg b/src/_icons/focus-2.svg index 9f2369d7..080b4bce 100644 --- a/src/_icons/focus-2.svg +++ b/src/_icons/focus-2.svg @@ -1,5 +1,5 @@ --- -category: Design +category: Photos tags: [spotlight, attention, center, aim, target] version: 1.6 --- diff --git a/src/_icons/focus.svg b/src/_icons/focus.svg index 1f0a2257..ee9dc388 100644 --- a/src/_icons/focus.svg +++ b/src/_icons/focus.svg @@ -1,5 +1,5 @@ --- -category: Design +category: Photos tags: [target, bullseye, aim] version: 1.3 --- diff --git a/src/_icons/shadow-off.svg b/src/_icons/shadow-off.svg index f887a57d..92246843 100644 --- a/src/_icons/shadow-off.svg +++ b/src/_icons/shadow-off.svg @@ -1,5 +1,5 @@ --- -category: Design +category: Photos --- diff --git a/src/_icons/shadow.svg b/src/_icons/shadow.svg index c6fc67a1..2ff57838 100644 --- a/src/_icons/shadow.svg +++ b/src/_icons/shadow.svg @@ -1,5 +1,5 @@ --- -category: Design +category: Photos --- diff --git a/src/_icons/square-rotated-off.svg b/src/_icons/square-rotated-off.svg index da0b1460..c6d9a088 100644 --- a/src/_icons/square-rotated-off.svg +++ b/src/_icons/square-rotated-off.svg @@ -1,4 +1,5 @@ --- +category: Shapes --- diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index c6d915cc..4d388a67 100644 --- a/src/_icons/square-rotated.svg +++ b/src/_icons/square-rotated.svg @@ -1,4 +1,5 @@ --- +category: Shapes --- diff --git a/src/_icons/sum.svg b/src/_icons/sum.svg index cf2e9cb2..c392dd30 100644 --- a/src/_icons/sum.svg +++ b/src/_icons/sum.svg @@ -1,4 +1,5 @@ --- +category: Math tags: [equation, add, plus, amount, total] version: 1.2 --- -- cgit v1.2.1 From 59bcc8ea90c73b1838a26caf4abdc56078e5fbec Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 18:34:37 +0200 Subject: Fixed icons: `bug`, `christmas-tree`, `growth`, `leaf`, `plant-2`, `plant`, `seeding` --- src/_icons/bug.svg | 1 + src/_icons/christmas-tree.svg | 1 + src/_icons/growth.svg | 1 + src/_icons/leaf.svg | 1 + src/_icons/plant-2.svg | 1 + src/_icons/plant.svg | 1 + src/_icons/seeding.svg | 1 + 7 files changed, 7 insertions(+) (limited to 'src') diff --git a/src/_icons/bug.svg b/src/_icons/bug.svg index 02ef6d31..f6ccfec0 100644 --- a/src/_icons/bug.svg +++ b/src/_icons/bug.svg @@ -1,4 +1,5 @@ --- +category: Nature tags: [germ, insect, error, nature] version: 1.1 --- diff --git a/src/_icons/christmas-tree.svg b/src/_icons/christmas-tree.svg index 2311bc67..f73a07de 100644 --- a/src/_icons/christmas-tree.svg +++ b/src/_icons/christmas-tree.svg @@ -1,4 +1,5 @@ --- +category: Nature version: 1.33 --- diff --git a/src/_icons/growth.svg b/src/_icons/growth.svg index 543bb42b..a04dc387 100644 --- a/src/_icons/growth.svg +++ b/src/_icons/growth.svg @@ -1,4 +1,5 @@ --- +category: Nature --- diff --git a/src/_icons/leaf.svg b/src/_icons/leaf.svg index f96dceff..0d57f2b1 100644 --- a/src/_icons/leaf.svg +++ b/src/_icons/leaf.svg @@ -1,4 +1,5 @@ --- +category: Nature version: 1.29 --- diff --git a/src/_icons/plant-2.svg b/src/_icons/plant-2.svg index 8e4cba4e..c6174ff8 100644 --- a/src/_icons/plant-2.svg +++ b/src/_icons/plant-2.svg @@ -1,4 +1,5 @@ --- +category: Nature version: 1.33 --- diff --git a/src/_icons/plant.svg b/src/_icons/plant.svg index dffbb645..3941a102 100644 --- a/src/_icons/plant.svg +++ b/src/_icons/plant.svg @@ -1,4 +1,5 @@ --- +category: Nature version: 1.29 --- diff --git a/src/_icons/seeding.svg b/src/_icons/seeding.svg index 970b3ed9..17e7f8ca 100644 --- a/src/_icons/seeding.svg +++ b/src/_icons/seeding.svg @@ -1,4 +1,5 @@ --- +category: Ecology version: 1.29 --- -- cgit v1.2.1 From 81af1b9ef1bb57a9273e2868f04859554c6e7714 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 18:42:34 +0200 Subject: Fixed icons: `file-report`, `hierarchy-2`, `hierarchy` --- src/_icons/file-report.svg | 8 ++++---- src/_icons/hierarchy-2.svg | 1 + src/_icons/hierarchy.svg | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/_icons/file-report.svg b/src/_icons/file-report.svg index 0f8b5543..0dfe7499 100644 --- a/src/_icons/file-report.svg +++ b/src/_icons/file-report.svg @@ -2,8 +2,8 @@ category: Document --- - - - - + + + + diff --git a/src/_icons/hierarchy-2.svg b/src/_icons/hierarchy-2.svg index c97d62d2..3d760b44 100644 --- a/src/_icons/hierarchy-2.svg +++ b/src/_icons/hierarchy-2.svg @@ -1,4 +1,5 @@ --- +category: Design --- diff --git a/src/_icons/hierarchy.svg b/src/_icons/hierarchy.svg index a20d5eb9..139667c9 100644 --- a/src/_icons/hierarchy.svg +++ b/src/_icons/hierarchy.svg @@ -1,4 +1,5 @@ --- +category: Design --- -- cgit v1.2.1 From 654e92b0bc2a818d21b661567db23dbe743b0464 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 22:42:51 +0200 Subject: 2 new icons: `chart-donut-2`, `chart-donut-3` Fixed icons: `bell-ringing-2`, `binary`, `file-report` --- src/_icons/bell-ringing-2.svg | 1 + src/_icons/binary.svg | 1 + src/_icons/chart-donut-2.svg | 9 +++++++++ src/_icons/chart-donut-3.svg | 9 +++++++++ src/_icons/file-report.svg | 8 ++++---- 5 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 src/_icons/chart-donut-2.svg create mode 100644 src/_icons/chart-donut-3.svg (limited to 'src') diff --git a/src/_icons/bell-ringing-2.svg b/src/_icons/bell-ringing-2.svg index b9d2d148..e742fa45 100644 --- a/src/_icons/bell-ringing-2.svg +++ b/src/_icons/bell-ringing-2.svg @@ -1,4 +1,5 @@ --- +tags: [alarm, sound, notification] --- diff --git a/src/_icons/binary.svg b/src/_icons/binary.svg index 9b4382c5..f2a746c5 100644 --- a/src/_icons/binary.svg +++ b/src/_icons/binary.svg @@ -1,4 +1,5 @@ --- +tags: [binary] --- diff --git a/src/_icons/chart-donut-2.svg b/src/_icons/chart-donut-2.svg new file mode 100644 index 00000000..26ed62f0 --- /dev/null +++ b/src/_icons/chart-donut-2.svg @@ -0,0 +1,9 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- + + + + + diff --git a/src/_icons/chart-donut-3.svg b/src/_icons/chart-donut-3.svg new file mode 100644 index 00000000..9d085080 --- /dev/null +++ b/src/_icons/chart-donut-3.svg @@ -0,0 +1,9 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- + + + + + diff --git a/src/_icons/file-report.svg b/src/_icons/file-report.svg index 0dfe7499..280df7b6 100644 --- a/src/_icons/file-report.svg +++ b/src/_icons/file-report.svg @@ -2,8 +2,8 @@ category: Document --- - - - - + + + + -- cgit v1.2.1 From 7a598d4a554c2befae04033fa89a8d7a47e33f96 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 22:51:19 +0200 Subject: 3 new icons: `device-desktop-analytics`, `file-analytics`, `report-analytics` --- src/_icons/device-desktop-analytics.svg | 14 ++++++++++++++ src/_icons/file-analytics.svg | 10 ++++++++++ src/_icons/report-analytics.svg | 10 ++++++++++ 3 files changed, 34 insertions(+) create mode 100644 src/_icons/device-desktop-analytics.svg create mode 100644 src/_icons/file-analytics.svg create mode 100644 src/_icons/report-analytics.svg (limited to 'src') diff --git a/src/_icons/device-desktop-analytics.svg b/src/_icons/device-desktop-analytics.svg new file mode 100644 index 00000000..64f47da5 --- /dev/null +++ b/src/_icons/device-desktop-analytics.svg @@ -0,0 +1,14 @@ +--- +tags: [monitor, computer, imac, stats, charts] +category: Devices +--- + + + + + + + + + + diff --git a/src/_icons/file-analytics.svg b/src/_icons/file-analytics.svg new file mode 100644 index 00000000..0e34ec53 --- /dev/null +++ b/src/_icons/file-analytics.svg @@ -0,0 +1,10 @@ +--- +category: Document +--- + + + + + + + diff --git a/src/_icons/report-analytics.svg b/src/_icons/report-analytics.svg new file mode 100644 index 00000000..560e6d7e --- /dev/null +++ b/src/_icons/report-analytics.svg @@ -0,0 +1,10 @@ +--- +category: Document +--- + + + + + + + -- cgit v1.2.1 From 116419f34b6c7fb3a42f286181c5299cdebdbde7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 23:04:41 +0200 Subject: 1 new icons: `droplet-off` Fixed icons: `device-desktop-analytics`, `droplet`, `file-analytics`, `flame`, `report-analytics` --- src/_icons/device-desktop-analytics.svg | 16 ++++++++-------- src/_icons/droplet-off.svg | 9 +++++++++ src/_icons/droplet.svg | 2 +- src/_icons/file-analytics.svg | 10 +++++----- src/_icons/flame.svg | 4 +--- src/_icons/report-analytics.svg | 10 +++++----- 6 files changed, 29 insertions(+), 22 deletions(-) create mode 100644 src/_icons/droplet-off.svg (limited to 'src') diff --git a/src/_icons/device-desktop-analytics.svg b/src/_icons/device-desktop-analytics.svg index 64f47da5..410d6bf7 100644 --- a/src/_icons/device-desktop-analytics.svg +++ b/src/_icons/device-desktop-analytics.svg @@ -3,12 +3,12 @@ tags: [monitor, computer, imac, stats, charts] category: Devices --- - - - - - - - - + + + + + + + + diff --git a/src/_icons/droplet-off.svg b/src/_icons/droplet-off.svg new file mode 100644 index 00000000..81f81f55 --- /dev/null +++ b/src/_icons/droplet-off.svg @@ -0,0 +1,9 @@ +--- +category: Design +tags: [water, rain, liquid] +--- + + + + + diff --git a/src/_icons/droplet.svg b/src/_icons/droplet.svg index 61b9c25f..dd1aef02 100644 --- a/src/_icons/droplet.svg +++ b/src/_icons/droplet.svg @@ -4,5 +4,5 @@ tags: [water, rain, liquid] version: 1.0 --- - + diff --git a/src/_icons/file-analytics.svg b/src/_icons/file-analytics.svg index 0e34ec53..beb1fa39 100644 --- a/src/_icons/file-analytics.svg +++ b/src/_icons/file-analytics.svg @@ -2,9 +2,9 @@ category: Document --- - - - - - + + + + + diff --git a/src/_icons/flame.svg b/src/_icons/flame.svg index d0e88576..b6afac30 100644 --- a/src/_icons/flame.svg +++ b/src/_icons/flame.svg @@ -1,7 +1,5 @@ --- -tags: [fire, love, spirit,] -version: 1.10 --- - + diff --git a/src/_icons/report-analytics.svg b/src/_icons/report-analytics.svg index 560e6d7e..a4d55e20 100644 --- a/src/_icons/report-analytics.svg +++ b/src/_icons/report-analytics.svg @@ -2,9 +2,9 @@ category: Document --- - - - - - + + + + + -- cgit v1.2.1 From 13447549019c62359a10748f60f944ffedce9534 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 23:18:33 +0200 Subject: 7 new icons: `chart-arcs-3`, `chart-arcs`, `chart-donut-4`, `chart-pie-2`, `chart-pie-3`, `chart-pie-4`, `presentation-analytics` Fixed icons: `chart-donut-2`, `chart-donut-3`, `chart-donut-2`, `chart-donut-3` --- src/_icons/chart-arcs-3.svg | 9 +++++++++ src/_icons/chart-arcs.svg | 9 +++++++++ src/_icons/chart-donut-2.svg | 6 +++--- src/_icons/chart-donut-3.svg | 7 ++++--- src/_icons/chart-donut-4.svg | 11 +++++++++++ src/_icons/chart-pie-2.svg | 8 ++++++++ src/_icons/chart-pie-3.svg | 9 +++++++++ src/_icons/chart-pie-4.svg | 10 ++++++++++ src/_icons/presentation-analytics.svg | 12 ++++++++++++ 9 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 src/_icons/chart-arcs-3.svg create mode 100644 src/_icons/chart-arcs.svg create mode 100644 src/_icons/chart-donut-4.svg create mode 100644 src/_icons/chart-pie-2.svg create mode 100644 src/_icons/chart-pie-3.svg create mode 100644 src/_icons/chart-pie-4.svg create mode 100644 src/_icons/presentation-analytics.svg (limited to 'src') diff --git a/src/_icons/chart-arcs-3.svg b/src/_icons/chart-arcs-3.svg new file mode 100644 index 00000000..9d085080 --- /dev/null +++ b/src/_icons/chart-arcs-3.svg @@ -0,0 +1,9 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- + + + + + diff --git a/src/_icons/chart-arcs.svg b/src/_icons/chart-arcs.svg new file mode 100644 index 00000000..26ed62f0 --- /dev/null +++ b/src/_icons/chart-arcs.svg @@ -0,0 +1,9 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- + + + + + diff --git a/src/_icons/chart-donut-2.svg b/src/_icons/chart-donut-2.svg index 26ed62f0..1365e71b 100644 --- a/src/_icons/chart-donut-2.svg +++ b/src/_icons/chart-donut-2.svg @@ -3,7 +3,7 @@ tags: [statistics, diagram, graph, rhythm, data, analysis] category: Charts --- - - - + + + diff --git a/src/_icons/chart-donut-3.svg b/src/_icons/chart-donut-3.svg index 9d085080..78aac871 100644 --- a/src/_icons/chart-donut-3.svg +++ b/src/_icons/chart-donut-3.svg @@ -3,7 +3,8 @@ tags: [statistics, diagram, graph, rhythm, data, analysis] category: Charts --- - - - + + + + diff --git a/src/_icons/chart-donut-4.svg b/src/_icons/chart-donut-4.svg new file mode 100644 index 00000000..58659d90 --- /dev/null +++ b/src/_icons/chart-donut-4.svg @@ -0,0 +1,11 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- + + + + + + + diff --git a/src/_icons/chart-pie-2.svg b/src/_icons/chart-pie-2.svg new file mode 100644 index 00000000..fec1b7df --- /dev/null +++ b/src/_icons/chart-pie-2.svg @@ -0,0 +1,8 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- + + + + diff --git a/src/_icons/chart-pie-3.svg b/src/_icons/chart-pie-3.svg new file mode 100644 index 00000000..f3e3cbd5 --- /dev/null +++ b/src/_icons/chart-pie-3.svg @@ -0,0 +1,9 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- + + + + + diff --git a/src/_icons/chart-pie-4.svg b/src/_icons/chart-pie-4.svg new file mode 100644 index 00000000..d9383ab4 --- /dev/null +++ b/src/_icons/chart-pie-4.svg @@ -0,0 +1,10 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- + + + + + + diff --git a/src/_icons/presentation-analytics.svg b/src/_icons/presentation-analytics.svg new file mode 100644 index 00000000..69dba16e --- /dev/null +++ b/src/_icons/presentation-analytics.svg @@ -0,0 +1,12 @@ +--- +tags: [slideshow, display, exhibition, speech, topic, conference] +--- + + + + + + + + + -- cgit v1.2.1 From 2185cc5148f81dd7fcece02f7c41cc2d04fa0696 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 16 Oct 2020 23:35:11 +0200 Subject: 5 new icons: `circle-off`, `hexagon-off`, `octagon-off`, `square-off`, `triangle-off` Fixed icons: `presentation-analytics` --- src/_icons/circle-off.svg | 7 +++++++ src/_icons/hexagon-off.svg | 7 +++++++ src/_icons/octagon-off.svg | 7 +++++++ src/_icons/presentation-analytics.svg | 14 +++++++------- src/_icons/square-off.svg | 7 +++++++ src/_icons/triangle-off.svg | 7 +++++++ 6 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 src/_icons/circle-off.svg create mode 100644 src/_icons/hexagon-off.svg create mode 100644 src/_icons/octagon-off.svg create mode 100644 src/_icons/square-off.svg create mode 100644 src/_icons/triangle-off.svg (limited to 'src') diff --git a/src/_icons/circle-off.svg b/src/_icons/circle-off.svg new file mode 100644 index 00000000..720bfd0e --- /dev/null +++ b/src/_icons/circle-off.svg @@ -0,0 +1,7 @@ +--- +category: Shapes +--- + + + + diff --git a/src/_icons/hexagon-off.svg b/src/_icons/hexagon-off.svg new file mode 100644 index 00000000..082e61d4 --- /dev/null +++ b/src/_icons/hexagon-off.svg @@ -0,0 +1,7 @@ +--- +category: Shapes +--- + + + + diff --git a/src/_icons/octagon-off.svg b/src/_icons/octagon-off.svg new file mode 100644 index 00000000..7d27a5c7 --- /dev/null +++ b/src/_icons/octagon-off.svg @@ -0,0 +1,7 @@ +--- +category: Shapes +--- + + + + diff --git a/src/_icons/presentation-analytics.svg b/src/_icons/presentation-analytics.svg index 69dba16e..8b4931e2 100644 --- a/src/_icons/presentation-analytics.svg +++ b/src/_icons/presentation-analytics.svg @@ -2,11 +2,11 @@ tags: [slideshow, display, exhibition, speech, topic, conference] --- - - - - - - - + + + + + + + diff --git a/src/_icons/square-off.svg b/src/_icons/square-off.svg new file mode 100644 index 00000000..1974c7db --- /dev/null +++ b/src/_icons/square-off.svg @@ -0,0 +1,7 @@ +--- +category: Shapes +--- + + + + diff --git a/src/_icons/triangle-off.svg b/src/_icons/triangle-off.svg new file mode 100644 index 00000000..d3f0eea7 --- /dev/null +++ b/src/_icons/triangle-off.svg @@ -0,0 +1,7 @@ +--- +category: Shapes +--- + + + + -- cgit v1.2.1 From 4e9d9e8d06f12979b92f277619ea1487f8ab7e59 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 19 Oct 2020 15:46:18 +0200 Subject: icons build --- src/_icons/affiliate.svg | 10 ++++++++++ src/_icons/blockquote.svg | 10 ++++++++++ src/_icons/code-minus.svg | 7 +++++++ src/_icons/code-plus.svg | 8 ++++++++ src/_icons/confetti.svg | 14 ++++++++++++++ src/_icons/settings-automation.svg | 6 ++++++ src/_icons/shopping-cart-off.svg | 9 +++++++++ src/_icons/shopping-cart-plus.svg | 9 +++++++++ src/_icons/shopping-cart-x.svg | 10 ++++++++++ src/_icons/shopping-cart.svg | 9 ++++----- 10 files changed, 87 insertions(+), 5 deletions(-) create mode 100644 src/_icons/affiliate.svg create mode 100644 src/_icons/blockquote.svg create mode 100644 src/_icons/code-minus.svg create mode 100644 src/_icons/code-plus.svg create mode 100644 src/_icons/confetti.svg create mode 100644 src/_icons/settings-automation.svg create mode 100644 src/_icons/shopping-cart-off.svg create mode 100644 src/_icons/shopping-cart-plus.svg create mode 100644 src/_icons/shopping-cart-x.svg (limited to 'src') diff --git a/src/_icons/affiliate.svg b/src/_icons/affiliate.svg new file mode 100644 index 00000000..64b6de86 --- /dev/null +++ b/src/_icons/affiliate.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/blockquote.svg b/src/_icons/blockquote.svg new file mode 100644 index 00000000..5c6017a3 --- /dev/null +++ b/src/_icons/blockquote.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/code-minus.svg b/src/_icons/code-minus.svg new file mode 100644 index 00000000..78e02444 --- /dev/null +++ b/src/_icons/code-minus.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/code-plus.svg b/src/_icons/code-plus.svg new file mode 100644 index 00000000..db838c5c --- /dev/null +++ b/src/_icons/code-plus.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/confetti.svg b/src/_icons/confetti.svg new file mode 100644 index 00000000..30f4a435 --- /dev/null +++ b/src/_icons/confetti.svg @@ -0,0 +1,14 @@ +--- +--- + + + + + + + + + + + + diff --git a/src/_icons/settings-automation.svg b/src/_icons/settings-automation.svg new file mode 100644 index 00000000..92b92353 --- /dev/null +++ b/src/_icons/settings-automation.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/shopping-cart-off.svg b/src/_icons/shopping-cart-off.svg new file mode 100644 index 00000000..1a4777e6 --- /dev/null +++ b/src/_icons/shopping-cart-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/shopping-cart-plus.svg b/src/_icons/shopping-cart-plus.svg new file mode 100644 index 00000000..5790bacc --- /dev/null +++ b/src/_icons/shopping-cart-plus.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/shopping-cart-x.svg b/src/_icons/shopping-cart-x.svg new file mode 100644 index 00000000..3dd10f12 --- /dev/null +++ b/src/_icons/shopping-cart-x.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/shopping-cart.svg b/src/_icons/shopping-cart.svg index b8fd456d..d916cc17 100644 --- a/src/_icons/shopping-cart.svg +++ b/src/_icons/shopping-cart.svg @@ -1,9 +1,8 @@ --- -tags: [bag, ecommerce, purchase, store, online] -version: 1.0 --- - - - + + + + -- cgit v1.2.1 From 45b4a1d077272713fe7961c7a07a1d2dc9530bc3 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 19 Oct 2020 16:21:39 +0200 Subject: icon tags --- src/_icons/antenna-bars-1.svg | 2 +- src/_icons/antenna-bars-2.svg | 2 +- src/_icons/antenna-bars-3.svg | 2 +- src/_icons/antenna-bars-4.svg | 2 +- src/_icons/antenna-bars-5.svg | 2 +- src/_icons/ball-basketball.svg | 2 +- src/_icons/ball-tennis.svg | 2 +- src/_icons/basket.svg | 2 +- src/_icons/brand-deviantart.svg | 2 +- src/_icons/brand-facebook.svg | 2 +- src/_icons/brand-figma.svg | 2 +- src/_icons/brand-foursquare.svg | 2 +- src/_icons/brand-framer.svg | 2 +- src/_icons/brand-google-play.svg | 2 +- src/_icons/brand-pinterest.svg | 2 +- src/_icons/brand-python.svg | 2 +- src/_icons/brand-reddit.svg | 2 +- src/_icons/brand-snapchat.svg | 2 +- src/_icons/brand-tailwind.svg | 2 +- src/_icons/brand-twitch.svg | 2 +- src/_icons/brand-twitter.svg | 2 +- src/_icons/building-monument.svg | 2 +- src/_icons/building-warehouse.svg | 2 +- src/_icons/circle-square.svg | 2 +- src/_icons/current-location.svg | 2 +- src/_icons/device-watch.svg | 2 +- src/_icons/devices-2.svg | 2 +- src/_icons/forklift.svg | 2 +- src/_icons/layout-list.svg | 2 +- src/_icons/line.svg | 2 +- src/_icons/moon-2.svg | 1 + src/_icons/octagon.svg | 1 + src/_icons/page-break.svg | 1 + src/_icons/peace.svg | 1 + src/_icons/percentage.svg | 1 + src/_icons/photo-off.svg | 1 + src/_icons/pin.svg | 1 + src/_icons/planet.svg | 1 + src/_icons/player-pause.svg | 1 + src/_icons/player-play.svg | 1 + src/_icons/player-skip-back.svg | 1 + src/_icons/player-skip-forward.svg | 1 + src/_icons/pray.svg | 1 + src/_icons/question-mark.svg | 1 + src/_icons/radioactive.svg | 1 + src/_icons/rectangle-vertical.svg | 1 + src/_icons/rectangle.svg | 1 + src/_icons/road-sign.svg | 1 + src/_icons/rocket.svg | 1 + src/_icons/rotate-rectangle.svg | 1 + src/_icons/run.svg | 1 + src/_icons/sailboat.svg | 1 + src/_icons/school.svg | 1 + src/_icons/screen-share-off.svg | 1 + src/_icons/screen-share.svg | 1 + src/_icons/separator-horizontal.svg | 1 + src/_icons/separator-vertical.svg | 1 + src/_icons/servicemark.svg | 1 + src/_icons/shield-off.svg | 1 + src/_icons/ship.svg | 1 + src/_icons/shirt.svg | 1 + src/_icons/skateboard.svg | 1 + src/_icons/smart-home.svg | 1 + src/_icons/smoking-no.svg | 1 + src/_icons/smoking.svg | 1 + src/_icons/snowflake.svg | 1 + src/_icons/social.svg | 1 + src/_icons/space.svg | 1 + src/_icons/square-rotated.svg | 1 + src/_icons/stairs-down.svg | 1 + src/_icons/stairs-up.svg | 1 + src/_icons/stairs.svg | 1 + src/_icons/stars.svg | 1 + src/_icons/steering-wheel.svg | 1 + src/_icons/step-into.svg | 1 + src/_icons/step-out.svg | 1 + src/_icons/subtask.svg | 1 + src/_icons/sunset.svg | 1 + src/_icons/sunshine.svg | 1 + src/_icons/swimming.svg | 1 + src/_icons/tallymark-1.svg | 1 + src/_icons/tallymark-2.svg | 1 + src/_icons/tallymark-3.svg | 1 + src/_icons/tallymark-4.svg | 1 + src/_icons/tallymarks.svg | 1 + src/_icons/user-exclamation.svg | 1 + src/_icons/users.svg | 1 + src/_icons/vector-beizer-2.svg | 1 + src/_icons/vector-beizer.svg | 1 + src/_icons/vector-triangle.svg | 1 + src/_icons/vector.svg | 1 + src/_icons/venus.svg | 1 + src/_icons/video-minus.svg | 1 + src/_icons/video-off.svg | 1 + src/_icons/video-plus.svg | 1 + src/_icons/video.svg | 1 + src/_icons/viewport-narrow.svg | 1 + src/_icons/viewport-wide.svg | 1 + src/_icons/walk.svg | 1 + src/_icons/wave-saw-tool.svg | 1 + src/_icons/wave-sine.svg | 1 + src/_icons/wave-square.svg | 1 + src/_icons/wind.svg | 1 + src/_icons/wiper-wash.svg | 1 + src/_icons/wiper.svg | 1 + src/_icons/yin-yang.svg | 1 + src/_icons/zodiac-aquarius.svg | 1 + src/_icons/zodiac-aries.svg | 1 + src/_icons/zodiac-cancer.svg | 1 + src/_icons/zodiac-capricorn.svg | 1 + src/_icons/zodiac-gemini.svg | 1 + src/_icons/zodiac-leo.svg | 1 + src/_icons/zodiac-libra.svg | 1 + src/_icons/zodiac-pisces.svg | 1 + src/_icons/zodiac-sagittarius.svg | 1 + src/_icons/zodiac-scorpio.svg | 1 + src/_icons/zodiac-taurus.svg | 1 + src/_icons/zodiac-virgo.svg | 1 + src/tags.html | 3 ++- 119 files changed, 120 insertions(+), 31 deletions(-) (limited to 'src') diff --git a/src/_icons/antenna-bars-1.svg b/src/_icons/antenna-bars-1.svg index 65623922..00630b11 100644 --- a/src/_icons/antenna-bars-1.svg +++ b/src/_icons/antenna-bars-1.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-2.svg b/src/_icons/antenna-bars-2.svg index 63a8590e..45d2f59d 100644 --- a/src/_icons/antenna-bars-2.svg +++ b/src/_icons/antenna-bars-2.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-3.svg b/src/_icons/antenna-bars-3.svg index 865a370f..0293c062 100644 --- a/src/_icons/antenna-bars-3.svg +++ b/src/_icons/antenna-bars-3.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-4.svg b/src/_icons/antenna-bars-4.svg index b5ac42d8..fefcfeda 100644 --- a/src/_icons/antenna-bars-4.svg +++ b/src/_icons/antenna-bars-4.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-5.svg b/src/_icons/antenna-bars-5.svg index c93a408f..01e676e9 100644 --- a/src/_icons/antenna-bars-5.svg +++ b/src/_icons/antenna-bars-5.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/ball-basketball.svg b/src/_icons/ball-basketball.svg index 1a066c25..b4d8fe57 100644 --- a/src/_icons/ball-basketball.svg +++ b/src/_icons/ball-basketball.svg @@ -1,5 +1,5 @@ --- -tags: [game, round, quarter, basket, NBA,] +tags: [game, round, quarter, basket, NBA] category: Sport version: 1.1 --- diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg index cd8d632c..8209f1e2 100644 --- a/src/_icons/ball-tennis.svg +++ b/src/_icons/ball-tennis.svg @@ -1,5 +1,5 @@ --- -tags: [game, set, match, court, racket,] +tags: [game, set, match, court, racket] category: Sport version: 1.10 --- diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index 9012141b..0c8b733b 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -1,5 +1,5 @@ --- -tags: [shop, store, online, shopping,] +tags: [shop, store, online, shopping] version: 1.7 --- diff --git a/src/_icons/brand-deviantart.svg b/src/_icons/brand-deviantart.svg index d7c279bb..c975b2c8 100644 --- a/src/_icons/brand-deviantart.svg +++ b/src/_icons/brand-deviantart.svg @@ -1,5 +1,5 @@ --- -tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform,] +tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-facebook.svg b/src/_icons/brand-facebook.svg index 064edfb7..daceca30 100644 --- a/src/_icons/brand-facebook.svg +++ b/src/_icons/brand-facebook.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-figma.svg b/src/_icons/brand-figma.svg index 689f734b..3e7e09e6 100644 --- a/src/_icons/brand-figma.svg +++ b/src/_icons/brand-figma.svg @@ -1,5 +1,5 @@ --- -tags: [logo, editor, graphic, image, implement, prototyping,] +tags: [logo, editor, graphic, image, implement, prototyping] category: Brand version: 1.16 --- diff --git a/src/_icons/brand-foursquare.svg b/src/_icons/brand-foursquare.svg index 9fc7fef8..3e71e824 100644 --- a/src/_icons/brand-foursquare.svg +++ b/src/_icons/brand-foursquare.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, community, social, network,] +tags: [logo, website, community, social, network] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-framer.svg b/src/_icons/brand-framer.svg index 76cc6827..6aec6f67 100644 --- a/src/_icons/brand-framer.svg +++ b/src/_icons/brand-framer.svg @@ -1,5 +1,5 @@ --- -tags: [logo, application, app, prototyping, prototype, animations,] +tags: [logo, application, app, prototyping, prototype, animations] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-google-play.svg b/src/_icons/brand-google-play.svg index 19144c8e..5050a7d3 100644 --- a/src/_icons/brand-google-play.svg +++ b/src/_icons/brand-google-play.svg @@ -1,5 +1,5 @@ --- -tags: [logo, application, app, shop, store, online,] +tags: [logo, application, app, shop, store, online] category: Brand version: 1.26 --- diff --git a/src/_icons/brand-pinterest.svg b/src/_icons/brand-pinterest.svg index 17533c02..5cb13b07 100644 --- a/src/_icons/brand-pinterest.svg +++ b/src/_icons/brand-pinterest.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, images, materials,] +tags: [logo, website, images, materials] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-python.svg b/src/_icons/brand-python.svg index d19bdcfa..1dabecd7 100644 --- a/src/_icons/brand-python.svg +++ b/src/_icons/brand-python.svg @@ -1,5 +1,5 @@ --- -tags: [logo, language, programming, source,] +tags: [logo, language, programming, source] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index 61d4dd75..d7f7031a 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, information, link, internet,] +tags: [logo, website, information, link, internet] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg index 1df31b37..6e8c13a6 100644 --- a/src/_icons/brand-snapchat.svg +++ b/src/_icons/brand-snapchat.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, photos, sending, images, mobile, video,] +tags: [logo, app, application, photos, sending, images, mobile, video] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 437ed230..40ea0b05 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -1,5 +1,5 @@ --- -tags: [logo, firm, website,] +tags: [logo, firm, website] category: Brand version: 1.17 --- diff --git a/src/_icons/brand-twitch.svg b/src/_icons/brand-twitch.svg index 495eae01..70d391a5 100644 --- a/src/_icons/brand-twitch.svg +++ b/src/_icons/brand-twitch.svg @@ -1,5 +1,5 @@ --- -tags: [logo, platform, streaming, streamers, videos, films, chat, subs,] +tags: [logo, platform, streaming, streamers, videos, films, chat, subs] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-twitter.svg b/src/_icons/brand-twitter.svg index e3d8d494..88413848 100644 --- a/src/_icons/brand-twitter.svg +++ b/src/_icons/brand-twitter.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback] category: Brand version: 1.18 --- diff --git a/src/_icons/building-monument.svg b/src/_icons/building-monument.svg index 535c91b3..ea43774a 100644 --- a/src/_icons/building-monument.svg +++ b/src/_icons/building-monument.svg @@ -1,5 +1,5 @@ --- -tags: [history, memorial, commemorative,] +tags: [history, memorial, commemorative] category: Buildings version: 1.26 --- diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index 11b1cded..a9a72bfd 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -1,5 +1,5 @@ --- -tags: [store, inventory, stuff, things, machinery,] +tags: [store, inventory, stuff, things, machinery] category: Buildings version: 1.7 --- diff --git a/src/_icons/circle-square.svg b/src/_icons/circle-square.svg index c04130c4..ff5f0753 100644 --- a/src/_icons/circle-square.svg +++ b/src/_icons/circle-square.svg @@ -1,5 +1,5 @@ --- -tags: [shape, spot, math,] +tags: [shape, spot, math] category: Shapes version: 1.21 --- diff --git a/src/_icons/current-location.svg b/src/_icons/current-location.svg index 308f79c7..c228c85a 100644 --- a/src/_icons/current-location.svg +++ b/src/_icons/current-location.svg @@ -1,5 +1,5 @@ --- -tags: [localization, maps, navigation, pin, target,] +tags: [localization, maps, navigation, pin, target] category: Map version: 1.22 --- diff --git a/src/_icons/device-watch.svg b/src/_icons/device-watch.svg index f06583df..5dcf36e1 100644 --- a/src/_icons/device-watch.svg +++ b/src/_icons/device-watch.svg @@ -1,5 +1,5 @@ --- -tags: [arm, hour, date, minutes, sec., timer,] +tags: [arm, hour, date, minutes, sec., timer] category: Devices version: 1.8 --- diff --git a/src/_icons/devices-2.svg b/src/_icons/devices-2.svg index 08ffb823..b6cd6930 100644 --- a/src/_icons/devices-2.svg +++ b/src/_icons/devices-2.svg @@ -1,5 +1,5 @@ --- -tags: [computer, monitor, keyboard,] +tags: [computer, monitor, keyboard] category: Devices version: 1.26 --- diff --git a/src/_icons/forklift.svg b/src/_icons/forklift.svg index 17116aea..942868b7 100644 --- a/src/_icons/forklift.svg +++ b/src/_icons/forklift.svg @@ -1,5 +1,5 @@ --- -tags: [store, warehouse, inventory, exporting,] +tags: [store, warehouse, inventory, exporting] category: Vehicles version: 1.7 --- diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg index 2bec5c46..727d66cc 100644 --- a/src/_icons/layout-list.svg +++ b/src/_icons/layout-list.svg @@ -1,5 +1,5 @@ --- -tags: [position, design, element, doable,] +tags: [position, design, element, doable] category: Design version: 1.8 --- diff --git a/src/_icons/line.svg b/src/_icons/line.svg index 325ce4d3..95f5e962 100644 --- a/src/_icons/line.svg +++ b/src/_icons/line.svg @@ -1,5 +1,5 @@ --- -tags: [geometric, segment, link, connection,] +tags: [geometric, segment, link, connection] category: Design version: 1.11 --- diff --git a/src/_icons/moon-2.svg b/src/_icons/moon-2.svg index dd89e5e6..95e7ea68 100644 --- a/src/_icons/moon-2.svg +++ b/src/_icons/moon-2.svg @@ -1,4 +1,5 @@ --- +tags: [night, dark mode ] category: Weather version: 1.21 --- diff --git a/src/_icons/octagon.svg b/src/_icons/octagon.svg index b3d27b03..5cef323a 100644 --- a/src/_icons/octagon.svg +++ b/src/_icons/octagon.svg @@ -1,4 +1,5 @@ --- +tags: [shape, geometric, math, 2D, building, government] category: Shapes version: 1.18 --- diff --git a/src/_icons/page-break.svg b/src/_icons/page-break.svg index c28ab174..71f5a2eb 100644 --- a/src/_icons/page-break.svg +++ b/src/_icons/page-break.svg @@ -1,4 +1,5 @@ --- +tags: [summary, feature, element, css] version: 1.14 --- diff --git a/src/_icons/peace.svg b/src/_icons/peace.svg index dff6442d..7106d532 100644 --- a/src/_icons/peace.svg +++ b/src/_icons/peace.svg @@ -1,4 +1,5 @@ --- +tags: [love, hippy, minority, opinion, equilibrium] category: Symbols version: 1.18 --- diff --git a/src/_icons/percentage.svg b/src/_icons/percentage.svg index e69424ec..0fc94304 100644 --- a/src/_icons/percentage.svg +++ b/src/_icons/percentage.svg @@ -1,4 +1,5 @@ --- +tags: [sign, symbol, math, economics, cash, bank account, chart, graph, diagram, statistic] category: Math version: 1.22 --- diff --git a/src/_icons/photo-off.svg b/src/_icons/photo-off.svg index 68b4ac89..5aa8f4a6 100644 --- a/src/_icons/photo-off.svg +++ b/src/_icons/photo-off.svg @@ -1,4 +1,5 @@ --- +tags: [image, picture, landscape, camera] category: Media version: 1.22 --- diff --git a/src/_icons/pin.svg b/src/_icons/pin.svg index 8903762a..bce323a4 100644 --- a/src/_icons/pin.svg +++ b/src/_icons/pin.svg @@ -1,4 +1,5 @@ --- +tags: [thing, localization, maps, clip, place, location] category: Map version: 1.16 --- diff --git a/src/_icons/planet.svg b/src/_icons/planet.svg index 1012b3e8..0d14a043 100644 --- a/src/_icons/planet.svg +++ b/src/_icons/planet.svg @@ -1,4 +1,5 @@ --- +tags: [earth, uranus, universe, space, galaxy, orbit, atmosphere] category: Map version: 1.8 --- diff --git a/src/_icons/player-pause.svg b/src/_icons/player-pause.svg index 9b389875..46147c71 100644 --- a/src/_icons/player-pause.svg +++ b/src/_icons/player-pause.svg @@ -1,5 +1,6 @@ --- category: Media +tags: [video, film, music, player, stop] version: 1.28 --- diff --git a/src/_icons/player-play.svg b/src/_icons/player-play.svg index 33fc7ace..3c3fd1a9 100644 --- a/src/_icons/player-play.svg +++ b/src/_icons/player-play.svg @@ -1,6 +1,7 @@ --- category: Media version: 1.28 +tags: [start, video, film, music, player] --- diff --git a/src/_icons/player-skip-back.svg b/src/_icons/player-skip-back.svg index b5bd8951..a41a522d 100644 --- a/src/_icons/player-skip-back.svg +++ b/src/_icons/player-skip-back.svg @@ -1,4 +1,5 @@ --- +tags: [button, player, video, film, music, cancel, rewind, reverse] category: Media version: 1.28 --- diff --git a/src/_icons/player-skip-forward.svg b/src/_icons/player-skip-forward.svg index afda650f..7a112d0c 100644 --- a/src/_icons/player-skip-forward.svg +++ b/src/_icons/player-skip-forward.svg @@ -1,4 +1,5 @@ --- +tags: [button, player, video, film, music, omit] category: Media version: 1.28 --- diff --git a/src/_icons/pray.svg b/src/_icons/pray.svg index 3fbc020c..a7c21537 100644 --- a/src/_icons/pray.svg +++ b/src/_icons/pray.svg @@ -1,4 +1,5 @@ --- +tags: [religion, faith, christianity, islam, buddhism, judaism] version: 1.18 --- diff --git a/src/_icons/question-mark.svg b/src/_icons/question-mark.svg index f273c262..d9dbb9fb 100644 --- a/src/_icons/question-mark.svg +++ b/src/_icons/question-mark.svg @@ -1,4 +1,5 @@ --- +tags: [sign, symbol, ask, sentence, word, letters] version: 1.16 --- diff --git a/src/_icons/radioactive.svg b/src/_icons/radioactive.svg index 3978737a..aaa90acd 100644 --- a/src/_icons/radioactive.svg +++ b/src/_icons/radioactive.svg @@ -1,4 +1,5 @@ --- +tags: [dangerous, precarious, danger, sign, symbol, warning, caution, chernobyl, reactor, atomic, powerhouses, generator] category: Symbols version: 1.18 --- diff --git a/src/_icons/rectangle-vertical.svg b/src/_icons/rectangle-vertical.svg index 448ab0bd..a2b19a33 100644 --- a/src/_icons/rectangle-vertical.svg +++ b/src/_icons/rectangle-vertical.svg @@ -1,4 +1,5 @@ --- +tags: [shape, geometric, math, upright ] category: Shapes version: 1.27 --- diff --git a/src/_icons/rectangle.svg b/src/_icons/rectangle.svg index 0cf159c0..312558da 100644 --- a/src/_icons/rectangle.svg +++ b/src/_icons/rectangle.svg @@ -1,4 +1,5 @@ --- +tags: [shape, geometric, math] category: Shapes version: 1.27 --- diff --git a/src/_icons/road-sign.svg b/src/_icons/road-sign.svg index 8805168b..490a8874 100644 --- a/src/_icons/road-sign.svg +++ b/src/_icons/road-sign.svg @@ -1,4 +1,5 @@ --- +tags: [telltale, prohibitive, indicative, cautionary, codex, restrictions] category: Map version: 1.20 --- diff --git a/src/_icons/rocket.svg b/src/_icons/rocket.svg index f829e255..78a2f054 100644 --- a/src/_icons/rocket.svg +++ b/src/_icons/rocket.svg @@ -1,4 +1,5 @@ --- +tags: [universe, galaxy, space, journey, discover, extraterrestrial, spaceship] category: Map version: 1.11 --- diff --git a/src/_icons/rotate-rectangle.svg b/src/_icons/rotate-rectangle.svg index 64b94022..46701680 100644 --- a/src/_icons/rotate-rectangle.svg +++ b/src/_icons/rotate-rectangle.svg @@ -1,4 +1,5 @@ --- +tags: [refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows] category: Arrows version: 1.8 --- diff --git a/src/_icons/run.svg b/src/_icons/run.svg index b4237b08..eab8c601 100644 --- a/src/_icons/run.svg +++ b/src/_icons/run.svg @@ -1,4 +1,5 @@ --- +tags: [jog, dislocating, movement, motion, sprint] category: Sport version: 1.14 --- diff --git a/src/_icons/sailboat.svg b/src/_icons/sailboat.svg index 6b485153..b8534f05 100644 --- a/src/_icons/sailboat.svg +++ b/src/_icons/sailboat.svg @@ -1,4 +1,5 @@ --- +tags: [sailor, journey, sea, lake, ocean, river] category: Vehicles version: 1.14 --- diff --git a/src/_icons/school.svg b/src/_icons/school.svg index 65f9b879..8aea5543 100644 --- a/src/_icons/school.svg +++ b/src/_icons/school.svg @@ -1,4 +1,5 @@ --- +tags: [students, class, teachers, professors, doctors, hall, classroom, subject, science, break, lesson] version: 1.22 --- diff --git a/src/_icons/screen-share-off.svg b/src/_icons/screen-share-off.svg index a9d11f96..1fdf62c0 100644 --- a/src/_icons/screen-share-off.svg +++ b/src/_icons/screen-share-off.svg @@ -1,4 +1,5 @@ --- +tags: [monitor, stream, tv, mirroring, cast, online] category: Devices version: 1.24 --- diff --git a/src/_icons/screen-share.svg b/src/_icons/screen-share.svg index 9226f0f7..1956170b 100644 --- a/src/_icons/screen-share.svg +++ b/src/_icons/screen-share.svg @@ -1,4 +1,5 @@ --- +tags: [monitor, stream, tv, mirroring, cast, online] category: Devices version: 1.24 --- diff --git a/src/_icons/separator-horizontal.svg b/src/_icons/separator-horizontal.svg index ccddb93b..ed113511 100644 --- a/src/_icons/separator-horizontal.svg +++ b/src/_icons/separator-horizontal.svg @@ -1,4 +1,5 @@ --- +tags: [divider, space, separate, set apart, flat-lying ] category: Text version: 1.13 --- diff --git a/src/_icons/separator-vertical.svg b/src/_icons/separator-vertical.svg index 8a1049f4..b8efbbaf 100644 --- a/src/_icons/separator-vertical.svg +++ b/src/_icons/separator-vertical.svg @@ -1,4 +1,5 @@ --- +tags: [divider, space, separate, set apart, upright ] category: Text version: 1.13 --- diff --git a/src/_icons/servicemark.svg b/src/_icons/servicemark.svg index 66d07f4f..1096d978 100644 --- a/src/_icons/servicemark.svg +++ b/src/_icons/servicemark.svg @@ -1,4 +1,5 @@ --- +tags: [trademark, sign, symbol, registration ] version: 1.8 category: Symbols --- diff --git a/src/_icons/shield-off.svg b/src/_icons/shield-off.svg index c9c0de8a..69fc5e11 100644 --- a/src/_icons/shield-off.svg +++ b/src/_icons/shield-off.svg @@ -1,4 +1,5 @@ --- +tags: [unprotected, protection, cancel, no] version: 1.22 --- diff --git a/src/_icons/ship.svg b/src/_icons/ship.svg index 7bf5da26..601603c5 100644 --- a/src/_icons/ship.svg +++ b/src/_icons/ship.svg @@ -1,4 +1,5 @@ --- +tags: [sail, sail across, ocean, river, lake, sea, sailor, journey, transit, manufactures, containers ] category: Vehicles version: 1.14 --- diff --git a/src/_icons/shirt.svg b/src/_icons/shirt.svg index 4c13400f..b13e76c1 100644 --- a/src/_icons/shirt.svg +++ b/src/_icons/shirt.svg @@ -1,4 +1,5 @@ --- +tags: [gear, outfit, mocker] version: 1.8 --- diff --git a/src/_icons/skateboard.svg b/src/_icons/skateboard.svg index 69d89f96..a056a9dc 100644 --- a/src/_icons/skateboard.svg +++ b/src/_icons/skateboard.svg @@ -1,4 +1,5 @@ --- +tags: [toy, vehicle, electrical ] category: Vehicles version: 1.18 --- diff --git a/src/_icons/smart-home.svg b/src/_icons/smart-home.svg index a9335b7c..0ece9093 100644 --- a/src/_icons/smart-home.svg +++ b/src/_icons/smart-home.svg @@ -1,4 +1,5 @@ --- +tags: [apple, devices, connection, link, WiFi, bluetooth ] category: Buildings version: 1.20 --- diff --git a/src/_icons/smoking-no.svg b/src/_icons/smoking-no.svg index 3358cd08..45b11041 100644 --- a/src/_icons/smoking-no.svg +++ b/src/_icons/smoking-no.svg @@ -1,4 +1,5 @@ --- +tags: [ ban, prohibition, cigarette, public place] version: 1.18 --- diff --git a/src/_icons/smoking.svg b/src/_icons/smoking.svg index d3cf2d97..64e45293 100644 --- a/src/_icons/smoking.svg +++ b/src/_icons/smoking.svg @@ -1,4 +1,5 @@ --- +tags: [cigarette, public place] version: 1.18 --- diff --git a/src/_icons/snowflake.svg b/src/_icons/snowflake.svg index 3a3544e5..dfad7e18 100644 --- a/src/_icons/snowflake.svg +++ b/src/_icons/snowflake.svg @@ -1,4 +1,5 @@ --- +tags: [winter, weather, cold, frost] category: Weather version: 1.8 --- diff --git a/src/_icons/social.svg b/src/_icons/social.svg index 0c25a2ad..d32aa143 100644 --- a/src/_icons/social.svg +++ b/src/_icons/social.svg @@ -1,4 +1,5 @@ --- +tags: [society, community, collectivity] version: 1.7 --- diff --git a/src/_icons/space.svg b/src/_icons/space.svg index f7d3ffba..817d1618 100644 --- a/src/_icons/space.svg +++ b/src/_icons/space.svg @@ -1,4 +1,5 @@ --- +tags: [keyboard, type, gap] category: Text version: 1.8 --- diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index 4d388a67..e9619a1b 100644 --- a/src/_icons/square-rotated.svg +++ b/src/_icons/square-rotated.svg @@ -1,4 +1,5 @@ --- +tags: [symmetry, turn, spin] category: Shapes --- diff --git a/src/_icons/stairs-down.svg b/src/_icons/stairs-down.svg index 6986ef28..a9b9d74c 100644 --- a/src/_icons/stairs-down.svg +++ b/src/_icons/stairs-down.svg @@ -1,4 +1,5 @@ --- +tags: [building, step, floor, staircase, clamber] version: 1.17 --- diff --git a/src/_icons/stairs-up.svg b/src/_icons/stairs-up.svg index 0fb5ca81..6c420c2d 100644 --- a/src/_icons/stairs-up.svg +++ b/src/_icons/stairs-up.svg @@ -1,4 +1,5 @@ --- +tags: [building, step, floor, staircase, entryway] version: 1.17 --- diff --git a/src/_icons/stairs.svg b/src/_icons/stairs.svg index fac7de25..a38a182c 100644 --- a/src/_icons/stairs.svg +++ b/src/_icons/stairs.svg @@ -1,4 +1,5 @@ --- +tags: [building, step, floor, staircase] version: 1.17 --- diff --git a/src/_icons/stars.svg b/src/_icons/stars.svg index 9b0c0b7e..c2ab618e 100644 --- a/src/_icons/stars.svg +++ b/src/_icons/stars.svg @@ -1,4 +1,5 @@ --- +tags: [favorite, like, mark, grade, bookmark, grade, space, universe, extraterrestrial, galaxy] version: 1.27 --- diff --git a/src/_icons/steering-wheel.svg b/src/_icons/steering-wheel.svg index cbc9980f..3e0cea32 100644 --- a/src/_icons/steering-wheel.svg +++ b/src/_icons/steering-wheel.svg @@ -1,4 +1,5 @@ --- +tags: [drive, vehicle, direction, turn, holding, racing] category: Vehicles version: 1.13 --- diff --git a/src/_icons/step-into.svg b/src/_icons/step-into.svg index 38dd153b..2e28148f 100644 --- a/src/_icons/step-into.svg +++ b/src/_icons/step-into.svg @@ -1,4 +1,5 @@ --- +tags: [vector, placement, among, within] category: Arrows version: 1.20 --- diff --git a/src/_icons/step-out.svg b/src/_icons/step-out.svg index 45c43ab7..67e2822a 100644 --- a/src/_icons/step-out.svg +++ b/src/_icons/step-out.svg @@ -1,4 +1,5 @@ --- +tags: [vector, placement, outside, except] category: Arrows version: 1.20 --- diff --git a/src/_icons/subtask.svg b/src/_icons/subtask.svg index a3877a95..eee572cb 100644 --- a/src/_icons/subtask.svg +++ b/src/_icons/subtask.svg @@ -1,4 +1,5 @@ --- +tags: [management, break down, work] version: 1.16 --- diff --git a/src/_icons/sunset.svg b/src/_icons/sunset.svg index 8c82cd07..9cb22a3d 100644 --- a/src/_icons/sunset.svg +++ b/src/_icons/sunset.svg @@ -1,4 +1,5 @@ --- +tags: [west, horizon, landscape, evening ] category: Weather version: 1.10 --- diff --git a/src/_icons/sunshine.svg b/src/_icons/sunshine.svg index ef5c3ff2..9d90a00e 100644 --- a/src/_icons/sunshine.svg +++ b/src/_icons/sunshine.svg @@ -1,4 +1,5 @@ --- +tags: [east, horizon, landscape, morning] category: Weather version: 1.10 --- diff --git a/src/_icons/swimming.svg b/src/_icons/swimming.svg index 2fcf0044..8253b782 100644 --- a/src/_icons/swimming.svg +++ b/src/_icons/swimming.svg @@ -1,4 +1,5 @@ --- +tags: [sport, water, pool, style, athletics, competitive ] category: Sport version: 1.14 --- diff --git a/src/_icons/tallymark-1.svg b/src/_icons/tallymark-1.svg index b63a5fdc..607c3a7c 100644 --- a/src/_icons/tallymark-1.svg +++ b/src/_icons/tallymark-1.svg @@ -1,4 +1,5 @@ --- +tags: [sign, symbol, numerical, consistent, system, counting] category: Math version: 1.11 --- diff --git a/src/_icons/tallymark-2.svg b/src/_icons/tallymark-2.svg index 85905204..2c14941a 100644 --- a/src/_icons/tallymark-2.svg +++ b/src/_icons/tallymark-2.svg @@ -1,4 +1,5 @@ --- +tags: [sign, symbol, numerical, consistent, system, counting] category: Math version: 1.11 --- diff --git a/src/_icons/tallymark-3.svg b/src/_icons/tallymark-3.svg index e6113b70..3830bcd3 100644 --- a/src/_icons/tallymark-3.svg +++ b/src/_icons/tallymark-3.svg @@ -1,4 +1,5 @@ --- +tags: [sign, symbol, numerical, consistent, system, counting] category: Math version: 1.11 --- diff --git a/src/_icons/tallymark-4.svg b/src/_icons/tallymark-4.svg index f149992c..f7fbc49b 100644 --- a/src/_icons/tallymark-4.svg +++ b/src/_icons/tallymark-4.svg @@ -1,4 +1,5 @@ --- +tags: [sign, symbol, numerical, consistent, system, counting] category: Math version: 1.11 --- diff --git a/src/_icons/tallymarks.svg b/src/_icons/tallymarks.svg index 27b59efa..6d334e50 100644 --- a/src/_icons/tallymarks.svg +++ b/src/_icons/tallymarks.svg @@ -1,4 +1,5 @@ --- +tags: [sign, symbol, numerical, consistent, system, counting] category: Math version: 1.11 --- diff --git a/src/_icons/user-exclamation.svg b/src/_icons/user-exclamation.svg index 6bd802f8..8a033913 100644 --- a/src/_icons/user-exclamation.svg +++ b/src/_icons/user-exclamation.svg @@ -1,4 +1,5 @@ --- +tags: [user, account, note, excitement, admiration, mark] version: 1.8 --- diff --git a/src/_icons/users.svg b/src/_icons/users.svg index 0e4f581e..fa700158 100644 --- a/src/_icons/users.svg +++ b/src/_icons/users.svg @@ -1,4 +1,5 @@ --- +tags: [people, persons, accounts] version: 1.7 --- diff --git a/src/_icons/vector-beizer-2.svg b/src/_icons/vector-beizer-2.svg index 9d2627ea..dc896977 100644 --- a/src/_icons/vector-beizer-2.svg +++ b/src/_icons/vector-beizer-2.svg @@ -1,4 +1,5 @@ --- +tags: [curve, parametric, design, vector graphics, representation] category: Design version: 1.27 --- diff --git a/src/_icons/vector-beizer.svg b/src/_icons/vector-beizer.svg index 8293ab2e..ebf987a8 100644 --- a/src/_icons/vector-beizer.svg +++ b/src/_icons/vector-beizer.svg @@ -1,4 +1,5 @@ --- +tags: [curve, parametric, design, vector graphics, representation] category: Design version: 1.27 --- diff --git a/src/_icons/vector-triangle.svg b/src/_icons/vector-triangle.svg index cdead62f..d4eb580e 100644 --- a/src/_icons/vector-triangle.svg +++ b/src/_icons/vector-triangle.svg @@ -1,4 +1,5 @@ --- +tags: [curve, parametric, design, vector graphics, placement ] category: Design version: 1.17 --- diff --git a/src/_icons/vector.svg b/src/_icons/vector.svg index da13d227..325d0159 100644 --- a/src/_icons/vector.svg +++ b/src/_icons/vector.svg @@ -1,4 +1,5 @@ --- +tags: [curve, parametric, design, vector graphics, placement ] category: Design version: 1.17 --- diff --git a/src/_icons/venus.svg b/src/_icons/venus.svg index 6e0fb639..268f56eb 100644 --- a/src/_icons/venus.svg +++ b/src/_icons/venus.svg @@ -1,4 +1,5 @@ --- +tags: [female] category: Symbols version: 1.14 --- diff --git a/src/_icons/video-minus.svg b/src/_icons/video-minus.svg index 175088e3..102a09da 100644 --- a/src/_icons/video-minus.svg +++ b/src/_icons/video-minus.svg @@ -1,4 +1,5 @@ --- +tags: [film, shoot, recording, taping, camera, remotion] category: Media version: 1.25 --- diff --git a/src/_icons/video-off.svg b/src/_icons/video-off.svg index 8fa4786c..0c86cc59 100644 --- a/src/_icons/video-off.svg +++ b/src/_icons/video-off.svg @@ -1,4 +1,5 @@ --- +tags: [film, shoot, recording, taping, camera, end, complete ] category: Media version: 1.25 --- diff --git a/src/_icons/video-plus.svg b/src/_icons/video-plus.svg index d7b7f126..c6df16fa 100644 --- a/src/_icons/video-plus.svg +++ b/src/_icons/video-plus.svg @@ -1,4 +1,5 @@ --- +tags: [film, shoot, recording, taping, camera, closeup] category: Media version: 1.25 --- diff --git a/src/_icons/video.svg b/src/_icons/video.svg index cf120b43..6a74e589 100644 --- a/src/_icons/video.svg +++ b/src/_icons/video.svg @@ -1,4 +1,5 @@ --- +tags: [film, shoot, recording, taping, camera] category: Media version: 1.25 --- diff --git a/src/_icons/viewport-narrow.svg b/src/_icons/viewport-narrow.svg index d6a77614..3a1e0b85 100644 --- a/src/_icons/viewport-narrow.svg +++ b/src/_icons/viewport-narrow.svg @@ -1,4 +1,5 @@ --- +tags: [data, account, excel, tight] category: Devices version: 1.7 --- diff --git a/src/_icons/viewport-wide.svg b/src/_icons/viewport-wide.svg index 9f03b571..404e9423 100644 --- a/src/_icons/viewport-wide.svg +++ b/src/_icons/viewport-wide.svg @@ -1,4 +1,5 @@ --- +tags: [data, account, broad, excel] category: Devices version: 1.7 --- diff --git a/src/_icons/walk.svg b/src/_icons/walk.svg index 44fd8db9..eb447c00 100644 --- a/src/_icons/walk.svg +++ b/src/_icons/walk.svg @@ -1,4 +1,5 @@ --- +tags: [ambulation, dislocating, movement, motion, destination] category: Sport version: 1.14 --- diff --git a/src/_icons/wave-saw-tool.svg b/src/_icons/wave-saw-tool.svg index d4caa6c5..6fd41494 100644 --- a/src/_icons/wave-saw-tool.svg +++ b/src/_icons/wave-saw-tool.svg @@ -1,4 +1,5 @@ --- +tags: [pulse, signal, ratio, rate, volume ] version: 1.19 --- diff --git a/src/_icons/wave-sine.svg b/src/_icons/wave-sine.svg index b307f82e..f6e3f97c 100644 --- a/src/_icons/wave-sine.svg +++ b/src/_icons/wave-sine.svg @@ -1,4 +1,5 @@ --- +tags: [pulse, signal, ratio, rate, volume ] version: 1.19 --- diff --git a/src/_icons/wave-square.svg b/src/_icons/wave-square.svg index c0dbf6f3..d28a2508 100644 --- a/src/_icons/wave-square.svg +++ b/src/_icons/wave-square.svg @@ -1,4 +1,5 @@ --- +tags: [pulse, signal, ratio, rate, volume] version: 1.19 --- diff --git a/src/_icons/wind.svg b/src/_icons/wind.svg index 5ba2d3b2..25751dd8 100644 --- a/src/_icons/wind.svg +++ b/src/_icons/wind.svg @@ -1,4 +1,5 @@ --- +tags: [weather, breeze, tornado, typhoon, cyclone, hurricane] category: Weather version: 1.10 --- diff --git a/src/_icons/wiper-wash.svg b/src/_icons/wiper-wash.svg index f13e939f..b7fc2a8c 100644 --- a/src/_icons/wiper-wash.svg +++ b/src/_icons/wiper-wash.svg @@ -1,4 +1,5 @@ --- +tags: [car, pane, vehicle, sprinkler, scour] category: Vehicles version: 1.17 --- diff --git a/src/_icons/wiper.svg b/src/_icons/wiper.svg index 6bd8a3b6..f61b588e 100644 --- a/src/_icons/wiper.svg +++ b/src/_icons/wiper.svg @@ -1,4 +1,5 @@ --- +tags: [car, pane, vehicle, sprinkler, scour] category: Vehicles version: 1.17 --- diff --git a/src/_icons/yin-yang.svg b/src/_icons/yin-yang.svg index cc801cb7..1356a66e 100644 --- a/src/_icons/yin-yang.svg +++ b/src/_icons/yin-yang.svg @@ -1,4 +1,5 @@ --- +tags: [equality, good, evil, balance, peace] category: Symbols version: 1.10 --- diff --git a/src/_icons/zodiac-aquarius.svg b/src/_icons/zodiac-aquarius.svg index d1adbf0a..d75dc706 100644 --- a/src/_icons/zodiac-aquarius.svg +++ b/src/_icons/zodiac-aquarius.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-aries.svg b/src/_icons/zodiac-aries.svg index 6145af4d..5f8071a1 100644 --- a/src/_icons/zodiac-aries.svg +++ b/src/_icons/zodiac-aries.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-cancer.svg b/src/_icons/zodiac-cancer.svg index 920d2164..87a407a9 100644 --- a/src/_icons/zodiac-cancer.svg +++ b/src/_icons/zodiac-cancer.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-capricorn.svg b/src/_icons/zodiac-capricorn.svg index 81c46415..4f4d1ae6 100644 --- a/src/_icons/zodiac-capricorn.svg +++ b/src/_icons/zodiac-capricorn.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-gemini.svg b/src/_icons/zodiac-gemini.svg index b615ba39..6674365e 100644 --- a/src/_icons/zodiac-gemini.svg +++ b/src/_icons/zodiac-gemini.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-leo.svg b/src/_icons/zodiac-leo.svg index b14c7ce9..2e714bf1 100644 --- a/src/_icons/zodiac-leo.svg +++ b/src/_icons/zodiac-leo.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-libra.svg b/src/_icons/zodiac-libra.svg index 101a0fe6..0e55fbfb 100644 --- a/src/_icons/zodiac-libra.svg +++ b/src/_icons/zodiac-libra.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-pisces.svg b/src/_icons/zodiac-pisces.svg index d08d21a7..4ee26c72 100644 --- a/src/_icons/zodiac-pisces.svg +++ b/src/_icons/zodiac-pisces.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-sagittarius.svg b/src/_icons/zodiac-sagittarius.svg index 07a2af54..8b75223f 100644 --- a/src/_icons/zodiac-sagittarius.svg +++ b/src/_icons/zodiac-sagittarius.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-scorpio.svg b/src/_icons/zodiac-scorpio.svg index 3ab6eb9f..32c96bfc 100644 --- a/src/_icons/zodiac-scorpio.svg +++ b/src/_icons/zodiac-scorpio.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-taurus.svg b/src/_icons/zodiac-taurus.svg index 03d69f07..2356948c 100644 --- a/src/_icons/zodiac-taurus.svg +++ b/src/_icons/zodiac-taurus.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/_icons/zodiac-virgo.svg b/src/_icons/zodiac-virgo.svg index 5df6b5ed..e2ffa5b8 100644 --- a/src/_icons/zodiac-virgo.svg +++ b/src/_icons/zodiac-virgo.svg @@ -1,4 +1,5 @@ --- +tags: [sign, horoscope, constellation, stars] category: Zodiac version: 1.17 --- diff --git a/src/tags.html b/src/tags.html index 8148f92e..2791bd7a 100644 --- a/src/tags.html +++ b/src/tags.html @@ -7,6 +7,7 @@ layout: default {% assign i = 0 %} {% for icon in site.icons %} + {% if icon.tags.size == 0 %} @@ -14,7 +15,7 @@ layout: default - {% if icon.tags.size == 0 %} + {% assign i = i | plus: 1 %} {% endif %} {% endfor %} -- cgit v1.2.1 From ce7adb5ef2b10d08eeb3cfdd005f2ce29dcd1761 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 19:42:33 +0200 Subject: 31 new icons: `border-style`, `brightness-3`, `clear-all`, `details`, `droplet-filled-2`, `droplet-filled`, `droplet-half-2`, `droplet-half`, `edit-circle`, `file-info`, `flag-2`, `flag-3`, `flare`, `geometry`, `grain`, `layers-linked`, `list-search`, `nfc`, `perspective`, `pyramid`, `ruler-2`, `signature`, `sort-ascending-2`, `sort-descending-2`, `squares-diagonal`, `squares-filled`, `text-direction-ltr`, `text-direction-rtl`, `tilt-shift`, `writing-sign`, `writing` Fixed icons: `affiliate`, `antenna-bars-1`, `antenna-bars-2`, `antenna-bars-3`, `antenna-bars-4`, `antenna-bars-5`, `ball-basketball`, `ball-tennis`, `basket`, `blockquote`, `brand-deviantart`, `brand-facebook`, `brand-figma`, `brand-foursquare`, `brand-framer`, `brand-google-play`, `brand-pinterest`, `brand-python`, `brand-reddit`, `brand-snapchat`, `brand-tailwind`, `brand-twitch`, `brand-twitter`, `building-monument`, `building-warehouse`, `circle-square`, `code-minus`, `code-plus`, `confetti`, `current-location`, `device-watch`, `devices-2`, `forklift`, `layout-list`, `line`, `player-skip-forward`, `settings-automation`, `shopping-cart-off`, `shopping-cart-plus`, `shopping-cart-x`, `shopping-cart` --- src/_icons/affiliate.svg | 12 ++++++------ src/_icons/antenna-bars-1.svg | 2 +- src/_icons/antenna-bars-2.svg | 2 +- src/_icons/antenna-bars-3.svg | 2 +- src/_icons/antenna-bars-4.svg | 2 +- src/_icons/antenna-bars-5.svg | 2 +- src/_icons/ball-basketball.svg | 2 +- src/_icons/ball-tennis.svg | 2 +- src/_icons/basket.svg | 2 +- src/_icons/blockquote.svg | 12 ++++++------ src/_icons/border-style.svg | 12 ++++++++++++ src/_icons/brand-deviantart.svg | 2 +- src/_icons/brand-facebook.svg | 2 +- src/_icons/brand-figma.svg | 2 +- src/_icons/brand-foursquare.svg | 2 +- src/_icons/brand-framer.svg | 2 +- src/_icons/brand-google-play.svg | 2 +- src/_icons/brand-pinterest.svg | 2 +- src/_icons/brand-python.svg | 2 +- src/_icons/brand-reddit.svg | 2 +- src/_icons/brand-snapchat.svg | 2 +- src/_icons/brand-tailwind.svg | 2 +- src/_icons/brand-twitch.svg | 2 +- src/_icons/brand-twitter.svg | 2 +- src/_icons/brightness-3.svg | 6 ++++++ src/_icons/building-monument.svg | 2 +- src/_icons/building-warehouse.svg | 2 +- src/_icons/circle-square.svg | 2 +- src/_icons/clear-all.svg | 7 +++++++ src/_icons/code-minus.svg | 6 +++--- src/_icons/code-plus.svg | 8 ++++---- src/_icons/confetti.svg | 20 ++++++++++---------- src/_icons/current-location.svg | 2 +- src/_icons/details.svg | 6 ++++++ src/_icons/device-watch.svg | 2 +- src/_icons/devices-2.svg | 2 +- src/_icons/droplet-filled-2.svg | 8 ++++++++ src/_icons/droplet-filled.svg | 8 ++++++++ src/_icons/droplet-half-2.svg | 6 ++++++ src/_icons/droplet-half.svg | 6 ++++++ src/_icons/edit-circle.svg | 7 +++++++ src/_icons/file-info.svg | 8 ++++++++ src/_icons/flag-2.svg | 5 +++++ src/_icons/flag-3.svg | 5 +++++ src/_icons/flare.svg | 6 ++++++ src/_icons/forklift.svg | 2 +- src/_icons/geometry.svg | 8 ++++++++ src/_icons/grain.svg | 12 ++++++++++++ src/_icons/layers-linked.svg | 6 ++++++ src/_icons/layout-list.svg | 2 +- src/_icons/line.svg | 2 +- src/_icons/list-search.svg | 9 +++++++++ src/_icons/nfc.svg | 7 +++++++ src/_icons/perspective.svg | 5 +++++ src/_icons/player-skip-forward.svg | 2 +- src/_icons/pyramid.svg | 6 ++++++ src/_icons/ruler-2.svg | 9 +++++++++ src/_icons/settings-automation.svg | 4 ++-- src/_icons/shopping-cart-off.svg | 10 +++++----- src/_icons/shopping-cart-plus.svg | 10 +++++----- src/_icons/shopping-cart-x.svg | 12 ++++++------ src/_icons/shopping-cart.svg | 8 ++++---- src/_icons/signature.svg | 5 +++++ src/_icons/sort-ascending-2.svg | 8 ++++++++ src/_icons/sort-descending-2.svg | 8 ++++++++ src/_icons/squares-diagonal.svg | 7 +++++++ src/_icons/squares-filled.svg | 9 +++++++++ src/_icons/text-direction-ltr.svg | 9 +++++++++ src/_icons/text-direction-rtl.svg | 9 +++++++++ src/_icons/tilt-shift.svg | 13 +++++++++++++ src/_icons/writing-sign.svg | 7 +++++++ src/_icons/writing.svg | 7 +++++++ src/tags.html | 3 +-- 73 files changed, 317 insertions(+), 84 deletions(-) create mode 100644 src/_icons/border-style.svg create mode 100644 src/_icons/brightness-3.svg create mode 100644 src/_icons/clear-all.svg create mode 100644 src/_icons/details.svg create mode 100644 src/_icons/droplet-filled-2.svg create mode 100644 src/_icons/droplet-filled.svg create mode 100644 src/_icons/droplet-half-2.svg create mode 100644 src/_icons/droplet-half.svg create mode 100644 src/_icons/edit-circle.svg create mode 100644 src/_icons/file-info.svg create mode 100644 src/_icons/flag-2.svg create mode 100644 src/_icons/flag-3.svg create mode 100644 src/_icons/flare.svg create mode 100644 src/_icons/geometry.svg create mode 100644 src/_icons/grain.svg create mode 100644 src/_icons/layers-linked.svg create mode 100644 src/_icons/list-search.svg create mode 100644 src/_icons/nfc.svg create mode 100644 src/_icons/perspective.svg create mode 100644 src/_icons/pyramid.svg create mode 100644 src/_icons/ruler-2.svg create mode 100644 src/_icons/signature.svg create mode 100644 src/_icons/sort-ascending-2.svg create mode 100644 src/_icons/sort-descending-2.svg create mode 100644 src/_icons/squares-diagonal.svg create mode 100644 src/_icons/squares-filled.svg create mode 100644 src/_icons/text-direction-ltr.svg create mode 100644 src/_icons/text-direction-rtl.svg create mode 100644 src/_icons/tilt-shift.svg create mode 100644 src/_icons/writing-sign.svg create mode 100644 src/_icons/writing.svg (limited to 'src') diff --git a/src/_icons/affiliate.svg b/src/_icons/affiliate.svg index 64b6de86..fd758d9a 100644 --- a/src/_icons/affiliate.svg +++ b/src/_icons/affiliate.svg @@ -1,10 +1,10 @@ --- --- - - - - - - + + + + + + diff --git a/src/_icons/antenna-bars-1.svg b/src/_icons/antenna-bars-1.svg index 00630b11..65623922 100644 --- a/src/_icons/antenna-bars-1.svg +++ b/src/_icons/antenna-bars-1.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-2.svg b/src/_icons/antenna-bars-2.svg index 45d2f59d..63a8590e 100644 --- a/src/_icons/antenna-bars-2.svg +++ b/src/_icons/antenna-bars-2.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-3.svg b/src/_icons/antenna-bars-3.svg index 0293c062..865a370f 100644 --- a/src/_icons/antenna-bars-3.svg +++ b/src/_icons/antenna-bars-3.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-4.svg b/src/_icons/antenna-bars-4.svg index fefcfeda..b5ac42d8 100644 --- a/src/_icons/antenna-bars-4.svg +++ b/src/_icons/antenna-bars-4.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-5.svg b/src/_icons/antenna-bars-5.svg index 01e676e9..c93a408f 100644 --- a/src/_icons/antenna-bars-5.svg +++ b/src/_icons/antenna-bars-5.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/ball-basketball.svg b/src/_icons/ball-basketball.svg index b4d8fe57..1a066c25 100644 --- a/src/_icons/ball-basketball.svg +++ b/src/_icons/ball-basketball.svg @@ -1,5 +1,5 @@ --- -tags: [game, round, quarter, basket, NBA] +tags: [game, round, quarter, basket, NBA,] category: Sport version: 1.1 --- diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg index 8209f1e2..cd8d632c 100644 --- a/src/_icons/ball-tennis.svg +++ b/src/_icons/ball-tennis.svg @@ -1,5 +1,5 @@ --- -tags: [game, set, match, court, racket] +tags: [game, set, match, court, racket,] category: Sport version: 1.10 --- diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index 0c8b733b..9012141b 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -1,5 +1,5 @@ --- -tags: [shop, store, online, shopping] +tags: [shop, store, online, shopping,] version: 1.7 --- diff --git a/src/_icons/blockquote.svg b/src/_icons/blockquote.svg index 5c6017a3..ec45c185 100644 --- a/src/_icons/blockquote.svg +++ b/src/_icons/blockquote.svg @@ -1,10 +1,10 @@ --- --- - - - - - - + + + + + + diff --git a/src/_icons/border-style.svg b/src/_icons/border-style.svg new file mode 100644 index 00000000..0777e238 --- /dev/null +++ b/src/_icons/border-style.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/brand-deviantart.svg b/src/_icons/brand-deviantart.svg index c975b2c8..d7c279bb 100644 --- a/src/_icons/brand-deviantart.svg +++ b/src/_icons/brand-deviantart.svg @@ -1,5 +1,5 @@ --- -tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform] +tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-facebook.svg b/src/_icons/brand-facebook.svg index daceca30..064edfb7 100644 --- a/src/_icons/brand-facebook.svg +++ b/src/_icons/brand-facebook.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback] +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-figma.svg b/src/_icons/brand-figma.svg index 3e7e09e6..689f734b 100644 --- a/src/_icons/brand-figma.svg +++ b/src/_icons/brand-figma.svg @@ -1,5 +1,5 @@ --- -tags: [logo, editor, graphic, image, implement, prototyping] +tags: [logo, editor, graphic, image, implement, prototyping,] category: Brand version: 1.16 --- diff --git a/src/_icons/brand-foursquare.svg b/src/_icons/brand-foursquare.svg index 3e71e824..9fc7fef8 100644 --- a/src/_icons/brand-foursquare.svg +++ b/src/_icons/brand-foursquare.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, community, social, network] +tags: [logo, website, community, social, network,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-framer.svg b/src/_icons/brand-framer.svg index 6aec6f67..76cc6827 100644 --- a/src/_icons/brand-framer.svg +++ b/src/_icons/brand-framer.svg @@ -1,5 +1,5 @@ --- -tags: [logo, application, app, prototyping, prototype, animations] +tags: [logo, application, app, prototyping, prototype, animations,] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-google-play.svg b/src/_icons/brand-google-play.svg index 5050a7d3..19144c8e 100644 --- a/src/_icons/brand-google-play.svg +++ b/src/_icons/brand-google-play.svg @@ -1,5 +1,5 @@ --- -tags: [logo, application, app, shop, store, online] +tags: [logo, application, app, shop, store, online,] category: Brand version: 1.26 --- diff --git a/src/_icons/brand-pinterest.svg b/src/_icons/brand-pinterest.svg index 5cb13b07..17533c02 100644 --- a/src/_icons/brand-pinterest.svg +++ b/src/_icons/brand-pinterest.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, images, materials] +tags: [logo, website, images, materials,] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-python.svg b/src/_icons/brand-python.svg index 1dabecd7..d19bdcfa 100644 --- a/src/_icons/brand-python.svg +++ b/src/_icons/brand-python.svg @@ -1,5 +1,5 @@ --- -tags: [logo, language, programming, source] +tags: [logo, language, programming, source,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index d7f7031a..61d4dd75 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, information, link, internet] +tags: [logo, website, information, link, internet,] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg index 6e8c13a6..1df31b37 100644 --- a/src/_icons/brand-snapchat.svg +++ b/src/_icons/brand-snapchat.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, photos, sending, images, mobile, video] +tags: [logo, app, application, photos, sending, images, mobile, video,] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 40ea0b05..437ed230 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -1,5 +1,5 @@ --- -tags: [logo, firm, website] +tags: [logo, firm, website,] category: Brand version: 1.17 --- diff --git a/src/_icons/brand-twitch.svg b/src/_icons/brand-twitch.svg index 70d391a5..495eae01 100644 --- a/src/_icons/brand-twitch.svg +++ b/src/_icons/brand-twitch.svg @@ -1,5 +1,5 @@ --- -tags: [logo, platform, streaming, streamers, videos, films, chat, subs] +tags: [logo, platform, streaming, streamers, videos, films, chat, subs,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-twitter.svg b/src/_icons/brand-twitter.svg index 88413848..e3d8d494 100644 --- a/src/_icons/brand-twitter.svg +++ b/src/_icons/brand-twitter.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback] +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] category: Brand version: 1.18 --- diff --git a/src/_icons/brightness-3.svg b/src/_icons/brightness-3.svg new file mode 100644 index 00000000..b630de7a --- /dev/null +++ b/src/_icons/brightness-3.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/building-monument.svg b/src/_icons/building-monument.svg index ea43774a..535c91b3 100644 --- a/src/_icons/building-monument.svg +++ b/src/_icons/building-monument.svg @@ -1,5 +1,5 @@ --- -tags: [history, memorial, commemorative] +tags: [history, memorial, commemorative,] category: Buildings version: 1.26 --- diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index a9a72bfd..11b1cded 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -1,5 +1,5 @@ --- -tags: [store, inventory, stuff, things, machinery] +tags: [store, inventory, stuff, things, machinery,] category: Buildings version: 1.7 --- diff --git a/src/_icons/circle-square.svg b/src/_icons/circle-square.svg index ff5f0753..c04130c4 100644 --- a/src/_icons/circle-square.svg +++ b/src/_icons/circle-square.svg @@ -1,5 +1,5 @@ --- -tags: [shape, spot, math] +tags: [shape, spot, math,] category: Shapes version: 1.21 --- diff --git a/src/_icons/clear-all.svg b/src/_icons/clear-all.svg new file mode 100644 index 00000000..c58f4bbc --- /dev/null +++ b/src/_icons/clear-all.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/code-minus.svg b/src/_icons/code-minus.svg index 78e02444..201018a7 100644 --- a/src/_icons/code-minus.svg +++ b/src/_icons/code-minus.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/src/_icons/code-plus.svg b/src/_icons/code-plus.svg index db838c5c..5d380946 100644 --- a/src/_icons/code-plus.svg +++ b/src/_icons/code-plus.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/confetti.svg b/src/_icons/confetti.svg index 30f4a435..e0b714dd 100644 --- a/src/_icons/confetti.svg +++ b/src/_icons/confetti.svg @@ -1,14 +1,14 @@ --- --- - - - - - - - - - - + + + + + + + + + + diff --git a/src/_icons/current-location.svg b/src/_icons/current-location.svg index c228c85a..308f79c7 100644 --- a/src/_icons/current-location.svg +++ b/src/_icons/current-location.svg @@ -1,5 +1,5 @@ --- -tags: [localization, maps, navigation, pin, target] +tags: [localization, maps, navigation, pin, target,] category: Map version: 1.22 --- diff --git a/src/_icons/details.svg b/src/_icons/details.svg new file mode 100644 index 00000000..56da344c --- /dev/null +++ b/src/_icons/details.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/device-watch.svg b/src/_icons/device-watch.svg index 5dcf36e1..f06583df 100644 --- a/src/_icons/device-watch.svg +++ b/src/_icons/device-watch.svg @@ -1,5 +1,5 @@ --- -tags: [arm, hour, date, minutes, sec., timer] +tags: [arm, hour, date, minutes, sec., timer,] category: Devices version: 1.8 --- diff --git a/src/_icons/devices-2.svg b/src/_icons/devices-2.svg index b6cd6930..08ffb823 100644 --- a/src/_icons/devices-2.svg +++ b/src/_icons/devices-2.svg @@ -1,5 +1,5 @@ --- -tags: [computer, monitor, keyboard] +tags: [computer, monitor, keyboard,] category: Devices version: 1.26 --- diff --git a/src/_icons/droplet-filled-2.svg b/src/_icons/droplet-filled-2.svg new file mode 100644 index 00000000..011ba5f4 --- /dev/null +++ b/src/_icons/droplet-filled-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/droplet-filled.svg b/src/_icons/droplet-filled.svg new file mode 100644 index 00000000..dc551065 --- /dev/null +++ b/src/_icons/droplet-filled.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/droplet-half-2.svg b/src/_icons/droplet-half-2.svg new file mode 100644 index 00000000..1575a73c --- /dev/null +++ b/src/_icons/droplet-half-2.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/droplet-half.svg b/src/_icons/droplet-half.svg new file mode 100644 index 00000000..b4f3c4d8 --- /dev/null +++ b/src/_icons/droplet-half.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/edit-circle.svg b/src/_icons/edit-circle.svg new file mode 100644 index 00000000..d693411e --- /dev/null +++ b/src/_icons/edit-circle.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/file-info.svg b/src/_icons/file-info.svg new file mode 100644 index 00000000..315164de --- /dev/null +++ b/src/_icons/file-info.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/flag-2.svg b/src/_icons/flag-2.svg new file mode 100644 index 00000000..0f8f1bf4 --- /dev/null +++ b/src/_icons/flag-2.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/flag-3.svg b/src/_icons/flag-3.svg new file mode 100644 index 00000000..215ea979 --- /dev/null +++ b/src/_icons/flag-3.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/flare.svg b/src/_icons/flare.svg new file mode 100644 index 00000000..f19cafae --- /dev/null +++ b/src/_icons/flare.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/forklift.svg b/src/_icons/forklift.svg index 942868b7..17116aea 100644 --- a/src/_icons/forklift.svg +++ b/src/_icons/forklift.svg @@ -1,5 +1,5 @@ --- -tags: [store, warehouse, inventory, exporting] +tags: [store, warehouse, inventory, exporting,] category: Vehicles version: 1.7 --- diff --git a/src/_icons/geometry.svg b/src/_icons/geometry.svg new file mode 100644 index 00000000..5b94eaf0 --- /dev/null +++ b/src/_icons/geometry.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/grain.svg b/src/_icons/grain.svg new file mode 100644 index 00000000..0ee2fd32 --- /dev/null +++ b/src/_icons/grain.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/layers-linked.svg b/src/_icons/layers-linked.svg new file mode 100644 index 00000000..e8278555 --- /dev/null +++ b/src/_icons/layers-linked.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg index 727d66cc..2bec5c46 100644 --- a/src/_icons/layout-list.svg +++ b/src/_icons/layout-list.svg @@ -1,5 +1,5 @@ --- -tags: [position, design, element, doable] +tags: [position, design, element, doable,] category: Design version: 1.8 --- diff --git a/src/_icons/line.svg b/src/_icons/line.svg index 95f5e962..325ce4d3 100644 --- a/src/_icons/line.svg +++ b/src/_icons/line.svg @@ -1,5 +1,5 @@ --- -tags: [geometric, segment, link, connection] +tags: [geometric, segment, link, connection,] category: Design version: 1.11 --- diff --git a/src/_icons/list-search.svg b/src/_icons/list-search.svg new file mode 100644 index 00000000..340f7342 --- /dev/null +++ b/src/_icons/list-search.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/nfc.svg b/src/_icons/nfc.svg new file mode 100644 index 00000000..87ec5cf0 --- /dev/null +++ b/src/_icons/nfc.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/perspective.svg b/src/_icons/perspective.svg new file mode 100644 index 00000000..7fe37ca5 --- /dev/null +++ b/src/_icons/perspective.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/player-skip-forward.svg b/src/_icons/player-skip-forward.svg index 7a112d0c..b909d87e 100644 --- a/src/_icons/player-skip-forward.svg +++ b/src/_icons/player-skip-forward.svg @@ -1,5 +1,5 @@ --- -tags: [button, player, video, film, music, omit] +tags: [button, player, video, film, music, omit,] category: Media version: 1.28 --- diff --git a/src/_icons/pyramid.svg b/src/_icons/pyramid.svg new file mode 100644 index 00000000..280837d3 --- /dev/null +++ b/src/_icons/pyramid.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/ruler-2.svg b/src/_icons/ruler-2.svg new file mode 100644 index 00000000..e17be9ce --- /dev/null +++ b/src/_icons/ruler-2.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/settings-automation.svg b/src/_icons/settings-automation.svg index 92b92353..816d2ea2 100644 --- a/src/_icons/settings-automation.svg +++ b/src/_icons/settings-automation.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/shopping-cart-off.svg b/src/_icons/shopping-cart-off.svg index 1a4777e6..24b39393 100644 --- a/src/_icons/shopping-cart-off.svg +++ b/src/_icons/shopping-cart-off.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/shopping-cart-plus.svg b/src/_icons/shopping-cart-plus.svg index 5790bacc..041fd0ed 100644 --- a/src/_icons/shopping-cart-plus.svg +++ b/src/_icons/shopping-cart-plus.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/shopping-cart-x.svg b/src/_icons/shopping-cart-x.svg index 3dd10f12..07ec8e61 100644 --- a/src/_icons/shopping-cart-x.svg +++ b/src/_icons/shopping-cart-x.svg @@ -1,10 +1,10 @@ --- --- - - - - - - + + + + + + diff --git a/src/_icons/shopping-cart.svg b/src/_icons/shopping-cart.svg index d916cc17..ad7efeef 100644 --- a/src/_icons/shopping-cart.svg +++ b/src/_icons/shopping-cart.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/signature.svg b/src/_icons/signature.svg new file mode 100644 index 00000000..3308e7e4 --- /dev/null +++ b/src/_icons/signature.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/sort-ascending-2.svg b/src/_icons/sort-ascending-2.svg new file mode 100644 index 00000000..0e742ad3 --- /dev/null +++ b/src/_icons/sort-ascending-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/sort-descending-2.svg b/src/_icons/sort-descending-2.svg new file mode 100644 index 00000000..5449529f --- /dev/null +++ b/src/_icons/sort-descending-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/squares-diagonal.svg b/src/_icons/squares-diagonal.svg new file mode 100644 index 00000000..466d541d --- /dev/null +++ b/src/_icons/squares-diagonal.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/squares-filled.svg b/src/_icons/squares-filled.svg new file mode 100644 index 00000000..1c58f82d --- /dev/null +++ b/src/_icons/squares-filled.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/text-direction-ltr.svg b/src/_icons/text-direction-ltr.svg new file mode 100644 index 00000000..9fa6150c --- /dev/null +++ b/src/_icons/text-direction-ltr.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/text-direction-rtl.svg b/src/_icons/text-direction-rtl.svg new file mode 100644 index 00000000..23ec5cee --- /dev/null +++ b/src/_icons/text-direction-rtl.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/tilt-shift.svg b/src/_icons/tilt-shift.svg new file mode 100644 index 00000000..631d1690 --- /dev/null +++ b/src/_icons/tilt-shift.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/writing-sign.svg b/src/_icons/writing-sign.svg new file mode 100644 index 00000000..6c0c8580 --- /dev/null +++ b/src/_icons/writing-sign.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/writing.svg b/src/_icons/writing.svg new file mode 100644 index 00000000..1a35d16c --- /dev/null +++ b/src/_icons/writing.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/tags.html b/src/tags.html index 2791bd7a..8148f92e 100644 --- a/src/tags.html +++ b/src/tags.html @@ -7,7 +7,6 @@ layout: default {% assign i = 0 %}
{% include icon.html name=icon.slug %} {{ icon.slug }}{{ icon.category }} {{ icon.version }}
{% for icon in site.icons %} - {% if icon.tags.size == 0 %} @@ -15,7 +14,7 @@ layout: default - + {% if icon.tags.size == 0 %} {% assign i = i | plus: 1 %} {% endif %} {% endfor %} -- cgit v1.2.1 From d9976ac281b3224aa64a34aa987ca1f6cd8c5b31 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 19:44:08 +0200 Subject: Renamed icons: - `buldozer` renamed to `bulldozer` --- src/_icons/buldozer.svg | 14 -------------- src/_icons/bulldozer.svg | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 src/_icons/buldozer.svg create mode 100644 src/_icons/bulldozer.svg (limited to 'src') diff --git a/src/_icons/buldozer.svg b/src/_icons/buldozer.svg deleted file mode 100644 index 26e7e3e2..00000000 --- a/src/_icons/buldozer.svg +++ /dev/null @@ -1,14 +0,0 @@ ---- -category: Vehicles -version: 1.34 ---- - - - - - - - - - - diff --git a/src/_icons/bulldozer.svg b/src/_icons/bulldozer.svg new file mode 100644 index 00000000..26e7e3e2 --- /dev/null +++ b/src/_icons/bulldozer.svg @@ -0,0 +1,14 @@ +--- +category: Vehicles +version: 1.34 +--- + + + + + + + + + + -- cgit v1.2.1 From 2e6a700385fc23e9d227cd2182868cfb47227608 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 21:51:28 +0200 Subject: 28 new icons: `currency-bahraini`, `currency-bath`, `currency-cent`, `currency-dinar`, `currency-dirham`, `currency-dollar-australian`, `currency-dollar-canadian`, `currency-dollar-singapore`, `currency-ethereum`, `currency-forint`, `currency-frank`, `currency-krone-czech`, `currency-krone-danish`, `currency-krone-swedish`, `currency-leu`, `currency-lira`, `currency-litecoin`, `currency-naira`, `currency-real`, `currency-renminbi`, `currency-ripple`, `currency-riyal`, `currency-rubel`, `currency-shekel`, `currency-taka`, `currency-tugrik`, `currency-won`, `currency-zloty` Fixed icons: `border-style`, `currency-rupee` --- src/_icons/border-style.svg | 2 +- src/_icons/currency-bahraini.svg | 9 +++++++++ src/_icons/currency-bath.svg | 10 ++++++++++ src/_icons/currency-cent.svg | 8 ++++++++ src/_icons/currency-dinar.svg | 9 +++++++++ src/_icons/currency-dirham.svg | 10 ++++++++++ src/_icons/currency-dollar-australian.svg | 10 ++++++++++ src/_icons/currency-dollar-canadian.svg | 9 +++++++++ src/_icons/currency-dollar-singapore.svg | 9 +++++++++ src/_icons/currency-ethereum.svg | 7 +++++++ src/_icons/currency-forint.svg | 9 +++++++++ src/_icons/currency-frank.svg | 8 ++++++++ src/_icons/currency-krone-czech.svg | 6 ++++++ src/_icons/currency-krone-danish.svg | 11 +++++++++++ src/_icons/currency-krone-swedish.svg | 7 +++++++ src/_icons/currency-leu.svg | 6 ++++++ src/_icons/currency-lira.svg | 8 ++++++++ src/_icons/currency-litecoin.svg | 7 +++++++ src/_icons/currency-naira.svg | 8 ++++++++ src/_icons/currency-real.svg | 9 +++++++++ src/_icons/currency-renminbi.svg | 9 +++++++++ src/_icons/currency-ripple.svg | 10 ++++++++++ src/_icons/currency-riyal.svg | 8 ++++++++ src/_icons/currency-rubel.svg | 7 +++++++ src/_icons/currency-rupee.svg | 4 ++-- src/_icons/currency-shekel.svg | 7 +++++++ src/_icons/currency-taka.svg | 8 ++++++++ src/_icons/currency-tugrik.svg | 9 +++++++++ src/_icons/currency-won.svg | 8 ++++++++ src/_icons/currency-zloty.svg | 8 ++++++++ 30 files changed, 237 insertions(+), 3 deletions(-) create mode 100644 src/_icons/currency-bahraini.svg create mode 100644 src/_icons/currency-bath.svg create mode 100644 src/_icons/currency-cent.svg create mode 100644 src/_icons/currency-dinar.svg create mode 100644 src/_icons/currency-dirham.svg create mode 100644 src/_icons/currency-dollar-australian.svg create mode 100644 src/_icons/currency-dollar-canadian.svg create mode 100644 src/_icons/currency-dollar-singapore.svg create mode 100644 src/_icons/currency-ethereum.svg create mode 100644 src/_icons/currency-forint.svg create mode 100644 src/_icons/currency-frank.svg create mode 100644 src/_icons/currency-krone-czech.svg create mode 100644 src/_icons/currency-krone-danish.svg create mode 100644 src/_icons/currency-krone-swedish.svg create mode 100644 src/_icons/currency-leu.svg create mode 100644 src/_icons/currency-lira.svg create mode 100644 src/_icons/currency-litecoin.svg create mode 100644 src/_icons/currency-naira.svg create mode 100644 src/_icons/currency-real.svg create mode 100644 src/_icons/currency-renminbi.svg create mode 100644 src/_icons/currency-ripple.svg create mode 100644 src/_icons/currency-riyal.svg create mode 100644 src/_icons/currency-rubel.svg create mode 100644 src/_icons/currency-shekel.svg create mode 100644 src/_icons/currency-taka.svg create mode 100644 src/_icons/currency-tugrik.svg create mode 100644 src/_icons/currency-won.svg create mode 100644 src/_icons/currency-zloty.svg (limited to 'src') diff --git a/src/_icons/border-style.svg b/src/_icons/border-style.svg index 0777e238..3593a2a8 100644 --- a/src/_icons/border-style.svg +++ b/src/_icons/border-style.svg @@ -1,7 +1,7 @@ --- --- - + diff --git a/src/_icons/currency-bahraini.svg b/src/_icons/currency-bahraini.svg new file mode 100644 index 00000000..ff4851f4 --- /dev/null +++ b/src/_icons/currency-bahraini.svg @@ -0,0 +1,9 @@ +--- +category: Currencies +--- + + + + + + diff --git a/src/_icons/currency-bath.svg b/src/_icons/currency-bath.svg new file mode 100644 index 00000000..c79b2425 --- /dev/null +++ b/src/_icons/currency-bath.svg @@ -0,0 +1,10 @@ +--- +category: Currencies +--- + + + + + + + diff --git a/src/_icons/currency-cent.svg b/src/_icons/currency-cent.svg new file mode 100644 index 00000000..ac48df1c --- /dev/null +++ b/src/_icons/currency-cent.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- + + + + + diff --git a/src/_icons/currency-dinar.svg b/src/_icons/currency-dinar.svg new file mode 100644 index 00000000..af25a701 --- /dev/null +++ b/src/_icons/currency-dinar.svg @@ -0,0 +1,9 @@ +--- +category: Currencies +--- + + + + + + diff --git a/src/_icons/currency-dirham.svg b/src/_icons/currency-dirham.svg new file mode 100644 index 00000000..53250edf --- /dev/null +++ b/src/_icons/currency-dirham.svg @@ -0,0 +1,10 @@ +--- +category: Currencies +--- + + + + + + + diff --git a/src/_icons/currency-dollar-australian.svg b/src/_icons/currency-dollar-australian.svg new file mode 100644 index 00000000..dcadb3f0 --- /dev/null +++ b/src/_icons/currency-dollar-australian.svg @@ -0,0 +1,10 @@ +--- +category: Currencies +--- + + + + + + + diff --git a/src/_icons/currency-dollar-canadian.svg b/src/_icons/currency-dollar-canadian.svg new file mode 100644 index 00000000..a8ad7462 --- /dev/null +++ b/src/_icons/currency-dollar-canadian.svg @@ -0,0 +1,9 @@ +--- +category: Currencies +--- + + + + + + diff --git a/src/_icons/currency-dollar-singapore.svg b/src/_icons/currency-dollar-singapore.svg new file mode 100644 index 00000000..78d998ec --- /dev/null +++ b/src/_icons/currency-dollar-singapore.svg @@ -0,0 +1,9 @@ +--- +category: Currencies +--- + + + + + + diff --git a/src/_icons/currency-ethereum.svg b/src/_icons/currency-ethereum.svg new file mode 100644 index 00000000..731e1b01 --- /dev/null +++ b/src/_icons/currency-ethereum.svg @@ -0,0 +1,7 @@ +--- +category: Currencies +--- + + + + diff --git a/src/_icons/currency-forint.svg b/src/_icons/currency-forint.svg new file mode 100644 index 00000000..a287d331 --- /dev/null +++ b/src/_icons/currency-forint.svg @@ -0,0 +1,9 @@ +--- +category: Currencies +--- + + + + + + diff --git a/src/_icons/currency-frank.svg b/src/_icons/currency-frank.svg new file mode 100644 index 00000000..78e9c2e7 --- /dev/null +++ b/src/_icons/currency-frank.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- + + + + + diff --git a/src/_icons/currency-krone-czech.svg b/src/_icons/currency-krone-czech.svg new file mode 100644 index 00000000..4d845def --- /dev/null +++ b/src/_icons/currency-krone-czech.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/_icons/currency-krone-danish.svg b/src/_icons/currency-krone-danish.svg new file mode 100644 index 00000000..bfef8bd6 --- /dev/null +++ b/src/_icons/currency-krone-danish.svg @@ -0,0 +1,11 @@ +--- +category: Currencies +--- + + + + + + + + diff --git a/src/_icons/currency-krone-swedish.svg b/src/_icons/currency-krone-swedish.svg new file mode 100644 index 00000000..1582a031 --- /dev/null +++ b/src/_icons/currency-krone-swedish.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/_icons/currency-leu.svg b/src/_icons/currency-leu.svg new file mode 100644 index 00000000..3549f470 --- /dev/null +++ b/src/_icons/currency-leu.svg @@ -0,0 +1,6 @@ +--- +category: Currencies +--- + + + diff --git a/src/_icons/currency-lira.svg b/src/_icons/currency-lira.svg new file mode 100644 index 00000000..0332404a --- /dev/null +++ b/src/_icons/currency-lira.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- + + + + + diff --git a/src/_icons/currency-litecoin.svg b/src/_icons/currency-litecoin.svg new file mode 100644 index 00000000..508b8510 --- /dev/null +++ b/src/_icons/currency-litecoin.svg @@ -0,0 +1,7 @@ +--- +category: Currencies +--- + + + + diff --git a/src/_icons/currency-naira.svg b/src/_icons/currency-naira.svg new file mode 100644 index 00000000..af8b99f5 --- /dev/null +++ b/src/_icons/currency-naira.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- + + + + + diff --git a/src/_icons/currency-real.svg b/src/_icons/currency-real.svg new file mode 100644 index 00000000..791a9ad1 --- /dev/null +++ b/src/_icons/currency-real.svg @@ -0,0 +1,9 @@ +--- +category: Currencies +--- + + + + + + diff --git a/src/_icons/currency-renminbi.svg b/src/_icons/currency-renminbi.svg new file mode 100644 index 00000000..b40e2d02 --- /dev/null +++ b/src/_icons/currency-renminbi.svg @@ -0,0 +1,9 @@ +--- +category: Currencies +--- + + + + + + diff --git a/src/_icons/currency-ripple.svg b/src/_icons/currency-ripple.svg new file mode 100644 index 00000000..48ff4214 --- /dev/null +++ b/src/_icons/currency-ripple.svg @@ -0,0 +1,10 @@ +--- +category: Currencies +--- + + + + + + + diff --git a/src/_icons/currency-riyal.svg b/src/_icons/currency-riyal.svg new file mode 100644 index 00000000..f8da1e84 --- /dev/null +++ b/src/_icons/currency-riyal.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- + + + + + diff --git a/src/_icons/currency-rubel.svg b/src/_icons/currency-rubel.svg new file mode 100644 index 00000000..8d0daa65 --- /dev/null +++ b/src/_icons/currency-rubel.svg @@ -0,0 +1,7 @@ +--- +category: Currencies +--- + + + + diff --git a/src/_icons/currency-rupee.svg b/src/_icons/currency-rupee.svg index 26ed7a04..0809b361 100644 --- a/src/_icons/currency-rupee.svg +++ b/src/_icons/currency-rupee.svg @@ -4,6 +4,6 @@ category: Currencies version: 1.4 --- - - + + diff --git a/src/_icons/currency-shekel.svg b/src/_icons/currency-shekel.svg new file mode 100644 index 00000000..32a4f26c --- /dev/null +++ b/src/_icons/currency-shekel.svg @@ -0,0 +1,7 @@ +--- +category: Currencies +--- + + + + diff --git a/src/_icons/currency-taka.svg b/src/_icons/currency-taka.svg new file mode 100644 index 00000000..3d52c59b --- /dev/null +++ b/src/_icons/currency-taka.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- + + + + + diff --git a/src/_icons/currency-tugrik.svg b/src/_icons/currency-tugrik.svg new file mode 100644 index 00000000..0c8e6923 --- /dev/null +++ b/src/_icons/currency-tugrik.svg @@ -0,0 +1,9 @@ +--- +category: Currencies +--- + + + + + + diff --git a/src/_icons/currency-won.svg b/src/_icons/currency-won.svg new file mode 100644 index 00000000..d976b503 --- /dev/null +++ b/src/_icons/currency-won.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- + + + + + diff --git a/src/_icons/currency-zloty.svg b/src/_icons/currency-zloty.svg new file mode 100644 index 00000000..d9c4f776 --- /dev/null +++ b/src/_icons/currency-zloty.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- + + + + + -- cgit v1.2.1 From d16e51fbc295d2ed581723ad04ad712473163271 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 21:54:22 +0200 Subject: Fixed icons: `currency-krone-czech`, `currency-krone-swedish` --- src/_icons/currency-krone-czech.svg | 3 +++ src/_icons/currency-krone-swedish.svg | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/_icons/currency-krone-czech.svg b/src/_icons/currency-krone-czech.svg index 4d845def..c0de174c 100644 --- a/src/_icons/currency-krone-czech.svg +++ b/src/_icons/currency-krone-czech.svg @@ -1,3 +1,6 @@ +--- +category: Currencies +--- diff --git a/src/_icons/currency-krone-swedish.svg b/src/_icons/currency-krone-swedish.svg index 1582a031..fe630520 100644 --- a/src/_icons/currency-krone-swedish.svg +++ b/src/_icons/currency-krone-swedish.svg @@ -1,3 +1,6 @@ +--- +category: Currencies +--- -- cgit v1.2.1 From 5bce3167492edbebd1e6c21b775c920ce4c8ad27 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 22:30:07 +0200 Subject: Fixed icons: `currency-bahraini`, `currency-bath`, `currency-bitcoin`, `currency-cent`, `currency-dinar`, `currency-dirham`, `currency-dollar-australian`, `currency-dollar-canadian`, `currency-dollar-singapore`, `currency-dollar`, `currency-ethereum`, `currency-euro`, `currency-forint`, `currency-frank`, `currency-krone-czech`, `currency-krone-danish`, `currency-krone-swedish`, `currency-leu`, `currency-lira`, `currency-litecoin`, `currency-naira`, `currency-pound`, `currency-real`, `currency-renminbi`, `currency-ripple`, `currency-riyal`, `currency-rubel`, `currency-rupee`, `currency-shekel`, `currency-taka`, `currency-tugrik`, `currency-won`, `currency-yen`, `currency-zloty` --- src/_icons/currency-bahraini.svg | 1 + src/_icons/currency-bath.svg | 1 + src/_icons/currency-bitcoin.svg | 2 +- src/_icons/currency-cent.svg | 7 ++++--- src/_icons/currency-dinar.svg | 1 + src/_icons/currency-dirham.svg | 1 + src/_icons/currency-dollar-australian.svg | 11 ++++++----- src/_icons/currency-dollar-canadian.svg | 9 +++++---- src/_icons/currency-dollar-singapore.svg | 9 +++++---- src/_icons/currency-dollar.svg | 2 +- src/_icons/currency-ethereum.svg | 1 + src/_icons/currency-euro.svg | 2 +- src/_icons/currency-forint.svg | 1 + src/_icons/currency-frank.svg | 1 + src/_icons/currency-krone-czech.svg | 2 ++ src/_icons/currency-krone-danish.svg | 1 + src/_icons/currency-krone-swedish.svg | 1 + src/_icons/currency-leu.svg | 1 + src/_icons/currency-lira.svg | 1 + src/_icons/currency-litecoin.svg | 1 + src/_icons/currency-naira.svg | 1 + src/_icons/currency-pound.svg | 2 +- src/_icons/currency-real.svg | 7 ++++--- src/_icons/currency-renminbi.svg | 1 + src/_icons/currency-ripple.svg | 1 + src/_icons/currency-riyal.svg | 1 + src/_icons/currency-rubel.svg | 1 + src/_icons/currency-rupee.svg | 2 +- src/_icons/currency-shekel.svg | 1 + src/_icons/currency-taka.svg | 1 + src/_icons/currency-tugrik.svg | 1 + src/_icons/currency-won.svg | 1 + src/_icons/currency-yen.svg | 2 +- src/_icons/currency-zloty.svg | 1 + 34 files changed, 54 insertions(+), 25 deletions(-) (limited to 'src') diff --git a/src/_icons/currency-bahraini.svg b/src/_icons/currency-bahraini.svg index ff4851f4..f5de4b5a 100644 --- a/src/_icons/currency-bahraini.svg +++ b/src/_icons/currency-bahraini.svg @@ -1,5 +1,6 @@ --- category: Currencies +tags: [bahraini, bhd, commerce, dinar, money, banknote, pay] --- diff --git a/src/_icons/currency-bath.svg b/src/_icons/currency-bath.svg index c79b2425..d9ee6e3c 100644 --- a/src/_icons/currency-bath.svg +++ b/src/_icons/currency-bath.svg @@ -1,4 +1,5 @@ --- +tags: [thb, thai, baht, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-bitcoin.svg b/src/_icons/currency-bitcoin.svg index 65f953eb..2f45858a 100644 --- a/src/_icons/currency-bitcoin.svg +++ b/src/_icons/currency-bitcoin.svg @@ -1,5 +1,5 @@ --- -tags: [digital, network, peer-to-peer, mining] +tags: [crypto, bitcoin, lightning network, mining, digital , blockchain, p2p, peer, money, banknote, pay] category: Currencies version: 1.4 --- diff --git a/src/_icons/currency-cent.svg b/src/_icons/currency-cent.svg index ac48df1c..b90c1bc2 100644 --- a/src/_icons/currency-cent.svg +++ b/src/_icons/currency-cent.svg @@ -1,8 +1,9 @@ --- +tags: [cent, coin, money, centavo, penny, money, banknote, pay] category: Currencies --- - - - + + + diff --git a/src/_icons/currency-dinar.svg b/src/_icons/currency-dinar.svg index af25a701..1afbfd54 100644 --- a/src/_icons/currency-dinar.svg +++ b/src/_icons/currency-dinar.svg @@ -1,4 +1,5 @@ --- +tags: [kwd, dinar, kuwait, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-dirham.svg b/src/_icons/currency-dirham.svg index 53250edf..b989572d 100644 --- a/src/_icons/currency-dirham.svg +++ b/src/_icons/currency-dirham.svg @@ -1,4 +1,5 @@ --- +tags: [trade, aed, uae, dirham, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-dollar-australian.svg b/src/_icons/currency-dollar-australian.svg index dcadb3f0..a9c3d5fb 100644 --- a/src/_icons/currency-dollar-australian.svg +++ b/src/_icons/currency-dollar-australian.svg @@ -1,10 +1,11 @@ --- +tags: [dollar, aud, australian, money, banknote, pay] category: Currencies --- - - - - - + + + + + diff --git a/src/_icons/currency-dollar-canadian.svg b/src/_icons/currency-dollar-canadian.svg index a8ad7462..16bc9225 100644 --- a/src/_icons/currency-dollar-canadian.svg +++ b/src/_icons/currency-dollar-canadian.svg @@ -1,9 +1,10 @@ --- +tags: [trade, dollar, cad, canadian, money, banknote, pay] category: Currencies --- - - - - + + + + diff --git a/src/_icons/currency-dollar-singapore.svg b/src/_icons/currency-dollar-singapore.svg index 78d998ec..1df350e2 100644 --- a/src/_icons/currency-dollar-singapore.svg +++ b/src/_icons/currency-dollar-singapore.svg @@ -1,9 +1,10 @@ --- +tags: [singapore, dollar, exchange, sgd, money, banknote, pay] category: Currencies --- - - - - + + + + diff --git a/src/_icons/currency-dollar.svg b/src/_icons/currency-dollar.svg index 791d04a7..c43a9305 100644 --- a/src/_icons/currency-dollar.svg +++ b/src/_icons/currency-dollar.svg @@ -1,5 +1,5 @@ --- -tags: [money, bucks, usa, banknote, pay] +tags: [american, us, dollar, usd, sign, bucks, usa, money, banknote, pay] category: Currencies version: 1.3 --- diff --git a/src/_icons/currency-ethereum.svg b/src/_icons/currency-ethereum.svg index 731e1b01..dbaa28ab 100644 --- a/src/_icons/currency-ethereum.svg +++ b/src/_icons/currency-ethereum.svg @@ -1,4 +1,5 @@ --- +tags: [ethereum, digital, crypto, ether, blockchain, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-euro.svg b/src/_icons/currency-euro.svg index ce8d3b87..b6a2bd34 100644 --- a/src/_icons/currency-euro.svg +++ b/src/_icons/currency-euro.svg @@ -1,5 +1,5 @@ --- -tags: [money, banknote, pay, europe, eu] +tags: [euro, eur, trade, finance, europe, eu, money, banknote, pay] category: Currencies version: 1.3 --- diff --git a/src/_icons/currency-forint.svg b/src/_icons/currency-forint.svg index a287d331..1dd710b9 100644 --- a/src/_icons/currency-forint.svg +++ b/src/_icons/currency-forint.svg @@ -1,4 +1,5 @@ --- +tags: [huf, hungarian, business, forint, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-frank.svg b/src/_icons/currency-frank.svg index 78e9c2e7..a3433572 100644 --- a/src/_icons/currency-frank.svg +++ b/src/_icons/currency-frank.svg @@ -1,4 +1,5 @@ --- +tags: [chf, business, swiss, franc, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-krone-czech.svg b/src/_icons/currency-krone-czech.svg index c0de174c..85f9e3d5 100644 --- a/src/_icons/currency-krone-czech.svg +++ b/src/_icons/currency-krone-czech.svg @@ -1,4 +1,5 @@ --- +tags: [czech, czk, koruna, money, banknote, pay] category: Currencies --- @@ -6,4 +7,5 @@ category: Currencies + diff --git a/src/_icons/currency-krone-danish.svg b/src/_icons/currency-krone-danish.svg index bfef8bd6..133fd452 100644 --- a/src/_icons/currency-krone-danish.svg +++ b/src/_icons/currency-krone-danish.svg @@ -1,4 +1,5 @@ --- +tags: [krone, dkk, danish, finance, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-krone-swedish.svg b/src/_icons/currency-krone-swedish.svg index fe630520..fd2aef73 100644 --- a/src/_icons/currency-krone-swedish.svg +++ b/src/_icons/currency-krone-swedish.svg @@ -1,4 +1,5 @@ --- +tags: [krone, kronor, krona, swedish, icelandic, norwegian, estonian, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-leu.svg b/src/_icons/currency-leu.svg index 3549f470..100c2d1c 100644 --- a/src/_icons/currency-leu.svg +++ b/src/_icons/currency-leu.svg @@ -1,4 +1,5 @@ --- +tags: [leu, loti, lempira, lek, lilangani, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-lira.svg b/src/_icons/currency-lira.svg index 0332404a..c374939e 100644 --- a/src/_icons/currency-lira.svg +++ b/src/_icons/currency-lira.svg @@ -1,4 +1,5 @@ --- +tags: [lira, trade, turkish, try, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-litecoin.svg b/src/_icons/currency-litecoin.svg index 508b8510..4774b329 100644 --- a/src/_icons/currency-litecoin.svg +++ b/src/_icons/currency-litecoin.svg @@ -1,4 +1,5 @@ --- +tags: [litecoin, crypto, segwit, lightning network, blockchain, p2p, peer, transaction, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-naira.svg b/src/_icons/currency-naira.svg index af8b99f5..ba01f8e7 100644 --- a/src/_icons/currency-naira.svg +++ b/src/_icons/currency-naira.svg @@ -1,4 +1,5 @@ --- +tags: [naira, ngn, nigerian, trade, money, banknote, pay, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-pound.svg b/src/_icons/currency-pound.svg index 9c790858..36608875 100644 --- a/src/_icons/currency-pound.svg +++ b/src/_icons/currency-pound.svg @@ -1,5 +1,5 @@ --- -tags: [money, banknote, pay, britain, uk] +tags: [gbp, pound, sterling, british, britain, uk, money, banknote, pay] category: Currencies version: 1.4 --- diff --git a/src/_icons/currency-real.svg b/src/_icons/currency-real.svg index 791a9ad1..afd4e9aa 100644 --- a/src/_icons/currency-real.svg +++ b/src/_icons/currency-real.svg @@ -1,9 +1,10 @@ --- +tags: [brl, brazilian, real, finance, money, banknote, pay] category: Currencies --- - - - + + + diff --git a/src/_icons/currency-renminbi.svg b/src/_icons/currency-renminbi.svg index b40e2d02..833463cc 100644 --- a/src/_icons/currency-renminbi.svg +++ b/src/_icons/currency-renminbi.svg @@ -1,4 +1,5 @@ --- +tags: [renminbi, cny, chinese, yuan, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-ripple.svg b/src/_icons/currency-ripple.svg index 48ff4214..5672b29e 100644 --- a/src/_icons/currency-ripple.svg +++ b/src/_icons/currency-ripple.svg @@ -1,4 +1,5 @@ --- +tags: [ripple, xrp, digital, crypto, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-riyal.svg b/src/_icons/currency-riyal.svg index f8da1e84..4e8028fc 100644 --- a/src/_icons/currency-riyal.svg +++ b/src/_icons/currency-riyal.svg @@ -1,4 +1,5 @@ --- +tags: [riyal, sar, saudi, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-rubel.svg b/src/_icons/currency-rubel.svg index 8d0daa65..e141a65f 100644 --- a/src/_icons/currency-rubel.svg +++ b/src/_icons/currency-rubel.svg @@ -1,4 +1,5 @@ --- +tags: [rub, russian, ruble, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-rupee.svg b/src/_icons/currency-rupee.svg index 0809b361..478d3a98 100644 --- a/src/_icons/currency-rupee.svg +++ b/src/_icons/currency-rupee.svg @@ -1,5 +1,5 @@ --- -tags: [money, banknote, pay, india] +tags: [inr, indian, rupee, exchange, money, banknote, pay] category: Currencies version: 1.4 --- diff --git a/src/_icons/currency-shekel.svg b/src/_icons/currency-shekel.svg index 32a4f26c..5fefd0e1 100644 --- a/src/_icons/currency-shekel.svg +++ b/src/_icons/currency-shekel.svg @@ -1,4 +1,5 @@ --- +tags: [curency, ils, israeli, shekel, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-taka.svg b/src/_icons/currency-taka.svg index 3d52c59b..225a170c 100644 --- a/src/_icons/currency-taka.svg +++ b/src/_icons/currency-taka.svg @@ -1,4 +1,5 @@ --- +tags: [trade, bangladesh, bdt, taka, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-tugrik.svg b/src/_icons/currency-tugrik.svg index 0c8e6923..e2ee073a 100644 --- a/src/_icons/currency-tugrik.svg +++ b/src/_icons/currency-tugrik.svg @@ -1,4 +1,5 @@ --- +tags: [tgrg, mnt, tugrik, mongolian, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-won.svg b/src/_icons/currency-won.svg index d976b503..2fcc195b 100644 --- a/src/_icons/currency-won.svg +++ b/src/_icons/currency-won.svg @@ -1,4 +1,5 @@ --- +tags: [korean, kpw, north, won, money, banknote, pay] category: Currencies --- diff --git a/src/_icons/currency-yen.svg b/src/_icons/currency-yen.svg index f1921fe2..7938c40c 100644 --- a/src/_icons/currency-yen.svg +++ b/src/_icons/currency-yen.svg @@ -1,5 +1,5 @@ --- -tags: [money, banknote, pay, japan] +tags: [japanese, yen, jpy, chinese, money, banknote, pay] category: Currencies version: 1.4 --- diff --git a/src/_icons/currency-zloty.svg b/src/_icons/currency-zloty.svg index d9c4f776..37679183 100644 --- a/src/_icons/currency-zloty.svg +++ b/src/_icons/currency-zloty.svg @@ -1,4 +1,5 @@ --- +tags: [poland, pln, zloty, polish, money, banknote, pay] category: Currencies --- -- cgit v1.2.1 From ad7c6c0fbff257a455542a0e302ccd8dff2bcb23 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 22:33:06 +0200 Subject: Removed duplicate icon brightness-3.svg --- src/_icons/brightness-3.svg | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/_icons/brightness-3.svg (limited to 'src') diff --git a/src/_icons/brightness-3.svg b/src/_icons/brightness-3.svg deleted file mode 100644 index b630de7a..00000000 --- a/src/_icons/brightness-3.svg +++ /dev/null @@ -1,6 +0,0 @@ ---- ---- - - - - -- cgit v1.2.1 From 82f1275ab4895837bb64a6da6dbe36afe83ab66a Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 23:14:13 +0200 Subject: icons fixes --- src/_icons/antenna-bars-1.svg | 2 +- src/_icons/antenna-bars-2.svg | 2 +- src/_icons/antenna-bars-3.svg | 2 +- src/_icons/antenna-bars-4.svg | 2 +- src/_icons/antenna-bars-5.svg | 2 +- src/_icons/ball-basketball.svg | 2 +- src/_icons/ball-tennis.svg | 2 +- src/_icons/basket.svg | 2 +- src/_icons/brand-deviantart.svg | 2 +- src/_icons/brand-facebook.svg | 2 +- src/_icons/brand-figma.svg | 2 +- src/_icons/brand-foursquare.svg | 2 +- src/_icons/brand-framer.svg | 2 +- src/_icons/brand-google-play.svg | 2 +- src/_icons/brand-pinterest.svg | 2 +- src/_icons/brand-python.svg | 2 +- src/_icons/brand-reddit.svg | 2 +- src/_icons/brand-snapchat.svg | 2 +- src/_icons/brand-tailwind.svg | 2 +- src/_icons/brand-twitch.svg | 2 +- src/_icons/brand-twitter.svg | 2 +- src/_icons/building-monument.svg | 2 +- src/_icons/building-warehouse.svg | 2 +- src/_icons/circle-square.svg | 2 +- src/_icons/current-location.svg | 2 +- src/_icons/device-mobile-message.svg | 9 +++++++++ src/_icons/device-watch.svg | 2 +- src/_icons/devices-2.svg | 2 +- src/_icons/forklift.svg | 2 +- src/_icons/layout-list.svg | 2 +- src/_icons/line.svg | 2 +- src/_icons/player-skip-forward.svg | 2 +- src/_icons/sort-ascending.svg | 2 +- src/_icons/sort-descending.svg | 2 +- 34 files changed, 42 insertions(+), 33 deletions(-) create mode 100644 src/_icons/device-mobile-message.svg (limited to 'src') diff --git a/src/_icons/antenna-bars-1.svg b/src/_icons/antenna-bars-1.svg index 65623922..00630b11 100644 --- a/src/_icons/antenna-bars-1.svg +++ b/src/_icons/antenna-bars-1.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-2.svg b/src/_icons/antenna-bars-2.svg index 63a8590e..45d2f59d 100644 --- a/src/_icons/antenna-bars-2.svg +++ b/src/_icons/antenna-bars-2.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-3.svg b/src/_icons/antenna-bars-3.svg index 865a370f..0293c062 100644 --- a/src/_icons/antenna-bars-3.svg +++ b/src/_icons/antenna-bars-3.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-4.svg b/src/_icons/antenna-bars-4.svg index b5ac42d8..fefcfeda 100644 --- a/src/_icons/antenna-bars-4.svg +++ b/src/_icons/antenna-bars-4.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-5.svg b/src/_icons/antenna-bars-5.svg index c93a408f..01e676e9 100644 --- a/src/_icons/antenna-bars-5.svg +++ b/src/_icons/antenna-bars-5.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality,] +tags: [signal, wireless, wi-fi, quality] category: Devices version: 1.19 --- diff --git a/src/_icons/ball-basketball.svg b/src/_icons/ball-basketball.svg index 1a066c25..b4d8fe57 100644 --- a/src/_icons/ball-basketball.svg +++ b/src/_icons/ball-basketball.svg @@ -1,5 +1,5 @@ --- -tags: [game, round, quarter, basket, NBA,] +tags: [game, round, quarter, basket, NBA] category: Sport version: 1.1 --- diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg index cd8d632c..8209f1e2 100644 --- a/src/_icons/ball-tennis.svg +++ b/src/_icons/ball-tennis.svg @@ -1,5 +1,5 @@ --- -tags: [game, set, match, court, racket,] +tags: [game, set, match, court, racket] category: Sport version: 1.10 --- diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index 9012141b..0c8b733b 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -1,5 +1,5 @@ --- -tags: [shop, store, online, shopping,] +tags: [shop, store, online, shopping] version: 1.7 --- diff --git a/src/_icons/brand-deviantart.svg b/src/_icons/brand-deviantart.svg index d7c279bb..c975b2c8 100644 --- a/src/_icons/brand-deviantart.svg +++ b/src/_icons/brand-deviantart.svg @@ -1,5 +1,5 @@ --- -tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform,] +tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-facebook.svg b/src/_icons/brand-facebook.svg index 064edfb7..daceca30 100644 --- a/src/_icons/brand-facebook.svg +++ b/src/_icons/brand-facebook.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-figma.svg b/src/_icons/brand-figma.svg index 689f734b..3e7e09e6 100644 --- a/src/_icons/brand-figma.svg +++ b/src/_icons/brand-figma.svg @@ -1,5 +1,5 @@ --- -tags: [logo, editor, graphic, image, implement, prototyping,] +tags: [logo, editor, graphic, image, implement, prototyping] category: Brand version: 1.16 --- diff --git a/src/_icons/brand-foursquare.svg b/src/_icons/brand-foursquare.svg index 9fc7fef8..3e71e824 100644 --- a/src/_icons/brand-foursquare.svg +++ b/src/_icons/brand-foursquare.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, community, social, network,] +tags: [logo, website, community, social, network] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-framer.svg b/src/_icons/brand-framer.svg index 76cc6827..6aec6f67 100644 --- a/src/_icons/brand-framer.svg +++ b/src/_icons/brand-framer.svg @@ -1,5 +1,5 @@ --- -tags: [logo, application, app, prototyping, prototype, animations,] +tags: [logo, application, app, prototyping, prototype, animations] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-google-play.svg b/src/_icons/brand-google-play.svg index 19144c8e..5050a7d3 100644 --- a/src/_icons/brand-google-play.svg +++ b/src/_icons/brand-google-play.svg @@ -1,5 +1,5 @@ --- -tags: [logo, application, app, shop, store, online,] +tags: [logo, application, app, shop, store, online] category: Brand version: 1.26 --- diff --git a/src/_icons/brand-pinterest.svg b/src/_icons/brand-pinterest.svg index 17533c02..5cb13b07 100644 --- a/src/_icons/brand-pinterest.svg +++ b/src/_icons/brand-pinterest.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, images, materials,] +tags: [logo, website, images, materials] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-python.svg b/src/_icons/brand-python.svg index d19bdcfa..1dabecd7 100644 --- a/src/_icons/brand-python.svg +++ b/src/_icons/brand-python.svg @@ -1,5 +1,5 @@ --- -tags: [logo, language, programming, source,] +tags: [logo, language, programming, source] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index 61d4dd75..d7f7031a 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, information, link, internet,] +tags: [logo, website, information, link, internet] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg index 1df31b37..6e8c13a6 100644 --- a/src/_icons/brand-snapchat.svg +++ b/src/_icons/brand-snapchat.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, photos, sending, images, mobile, video,] +tags: [logo, app, application, photos, sending, images, mobile, video] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 437ed230..40ea0b05 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -1,5 +1,5 @@ --- -tags: [logo, firm, website,] +tags: [logo, firm, website] category: Brand version: 1.17 --- diff --git a/src/_icons/brand-twitch.svg b/src/_icons/brand-twitch.svg index 495eae01..70d391a5 100644 --- a/src/_icons/brand-twitch.svg +++ b/src/_icons/brand-twitch.svg @@ -1,5 +1,5 @@ --- -tags: [logo, platform, streaming, streamers, videos, films, chat, subs,] +tags: [logo, platform, streaming, streamers, videos, films, chat, subs] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-twitter.svg b/src/_icons/brand-twitter.svg index e3d8d494..88413848 100644 --- a/src/_icons/brand-twitter.svg +++ b/src/_icons/brand-twitter.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback] category: Brand version: 1.18 --- diff --git a/src/_icons/building-monument.svg b/src/_icons/building-monument.svg index 535c91b3..ea43774a 100644 --- a/src/_icons/building-monument.svg +++ b/src/_icons/building-monument.svg @@ -1,5 +1,5 @@ --- -tags: [history, memorial, commemorative,] +tags: [history, memorial, commemorative] category: Buildings version: 1.26 --- diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index 11b1cded..a9a72bfd 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -1,5 +1,5 @@ --- -tags: [store, inventory, stuff, things, machinery,] +tags: [store, inventory, stuff, things, machinery] category: Buildings version: 1.7 --- diff --git a/src/_icons/circle-square.svg b/src/_icons/circle-square.svg index c04130c4..ff5f0753 100644 --- a/src/_icons/circle-square.svg +++ b/src/_icons/circle-square.svg @@ -1,5 +1,5 @@ --- -tags: [shape, spot, math,] +tags: [shape, spot, math] category: Shapes version: 1.21 --- diff --git a/src/_icons/current-location.svg b/src/_icons/current-location.svg index 308f79c7..c228c85a 100644 --- a/src/_icons/current-location.svg +++ b/src/_icons/current-location.svg @@ -1,5 +1,5 @@ --- -tags: [localization, maps, navigation, pin, target,] +tags: [localization, maps, navigation, pin, target] category: Map version: 1.22 --- diff --git a/src/_icons/device-mobile-message.svg b/src/_icons/device-mobile-message.svg new file mode 100644 index 00000000..631a1eec --- /dev/null +++ b/src/_icons/device-mobile-message.svg @@ -0,0 +1,9 @@ +--- +category: Devices +tags: [iphone, phone, smartphone, cellphone, sms, texting, chat, text] +--- + + + + + diff --git a/src/_icons/device-watch.svg b/src/_icons/device-watch.svg index f06583df..5dcf36e1 100644 --- a/src/_icons/device-watch.svg +++ b/src/_icons/device-watch.svg @@ -1,5 +1,5 @@ --- -tags: [arm, hour, date, minutes, sec., timer,] +tags: [arm, hour, date, minutes, sec., timer] category: Devices version: 1.8 --- diff --git a/src/_icons/devices-2.svg b/src/_icons/devices-2.svg index 08ffb823..b6cd6930 100644 --- a/src/_icons/devices-2.svg +++ b/src/_icons/devices-2.svg @@ -1,5 +1,5 @@ --- -tags: [computer, monitor, keyboard,] +tags: [computer, monitor, keyboard] category: Devices version: 1.26 --- diff --git a/src/_icons/forklift.svg b/src/_icons/forklift.svg index 17116aea..942868b7 100644 --- a/src/_icons/forklift.svg +++ b/src/_icons/forklift.svg @@ -1,5 +1,5 @@ --- -tags: [store, warehouse, inventory, exporting,] +tags: [store, warehouse, inventory, exporting] category: Vehicles version: 1.7 --- diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg index 2bec5c46..727d66cc 100644 --- a/src/_icons/layout-list.svg +++ b/src/_icons/layout-list.svg @@ -1,5 +1,5 @@ --- -tags: [position, design, element, doable,] +tags: [position, design, element, doable] category: Design version: 1.8 --- diff --git a/src/_icons/line.svg b/src/_icons/line.svg index 325ce4d3..95f5e962 100644 --- a/src/_icons/line.svg +++ b/src/_icons/line.svg @@ -1,5 +1,5 @@ --- -tags: [geometric, segment, link, connection,] +tags: [geometric, segment, link, connection] category: Design version: 1.11 --- diff --git a/src/_icons/player-skip-forward.svg b/src/_icons/player-skip-forward.svg index b909d87e..7a112d0c 100644 --- a/src/_icons/player-skip-forward.svg +++ b/src/_icons/player-skip-forward.svg @@ -1,5 +1,5 @@ --- -tags: [button, player, video, film, music, omit,] +tags: [button, player, video, film, music, omit] category: Media version: 1.28 --- diff --git a/src/_icons/sort-ascending.svg b/src/_icons/sort-ascending.svg index 8e42aa28..4e4d7ca8 100644 --- a/src/_icons/sort-ascending.svg +++ b/src/_icons/sort-ascending.svg @@ -1,6 +1,6 @@ --- category: Text -tags: [arrange] +tags: [filter, classify, arrange, order] version: 1.0 --- diff --git a/src/_icons/sort-descending.svg b/src/_icons/sort-descending.svg index c1fd6ff6..19a1ae7c 100644 --- a/src/_icons/sort-descending.svg +++ b/src/_icons/sort-descending.svg @@ -1,6 +1,6 @@ --- category: Text -tags: [arrange] +tags: [filter, classify, arrange, order] version: 1.0 --- -- cgit v1.2.1 From b81c2da03a6e8e5e21f4955af1ab9757f081e473 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 23:16:35 +0200 Subject: icons tags --- src/_icons/aerial-lift.svg | 1 + src/_icons/affiliate.svg | 1 + src/_icons/arrow-ramp-left.svg | 1 + src/_icons/arrow-ramp-right.svg | 1 + src/_icons/backhoe.svg | 1 + src/_icons/ball-american-football.svg | 1 + src/_icons/ball-football-off.svg | 1 + src/_icons/ball-football.svg | 1 + src/_icons/battery-automotive.svg | 1 + src/_icons/blockquote.svg | 1 + src/_icons/border-style.svg | 1 + src/_icons/box-margin.svg | 1 + src/_icons/box-model.svg | 1 + src/_icons/box-multiple-0.svg | 1 + src/_icons/box-multiple-1.svg | 1 + src/_icons/box-multiple-2.svg | 1 + src/_icons/box-multiple-3.svg | 1 + src/_icons/box-multiple-4.svg | 1 + src/_icons/box-multiple-5.svg | 1 + src/_icons/box-multiple-6.svg | 1 + src/_icons/box-multiple-7.svg | 1 + src/_icons/box-multiple-8.svg | 1 + src/_icons/box-multiple-9.svg | 1 + src/_icons/box-multiple.svg | 1 + src/_icons/box-padding.svg | 1 + src/_icons/brand-airbnb.svg | 1 + src/_icons/brand-apple-arcade.svg | 1 + src/_icons/brand-asana.svg | 1 + src/_icons/brand-bing.svg | 1 + src/_icons/brand-bitbucket.svg | 1 + src/_icons/brand-codesandbox.svg | 1 + src/_icons/brand-css3.svg | 1 + src/_icons/brand-disqus.svg | 1 + src/_icons/brand-docker.svg | 1 + src/_icons/brand-gravatar.svg | 1 + src/_icons/brand-hipchat.svg | 1 + src/_icons/brand-html5.svg | 1 + src/_icons/brand-kickstarter.svg | 1 + src/_icons/brand-kotlin.svg | 1 + src/_icons/brand-netflix.svg | 1 + src/_icons/brand-pagekit.svg | 1 + src/_icons/brand-producthunt.svg | 1 + src/_icons/brand-sass.svg | 1 + src/_icons/brand-sentry.svg | 1 + src/_icons/brand-soundcloud.svg | 1 + src/_icons/brand-steam.svg | 1 + src/_icons/brand-stripe.svg | 1 + src/_icons/brand-tidal.svg | 1 + src/_icons/brand-tinder.svg | 1 + src/_icons/brand-unsplash.svg | 1 + src/_icons/brand-vk.svg | 1 + src/_icons/brand-yahoo.svg | 1 + src/_icons/brand-ycombinator.svg | 1 + src/_icons/brightness-2.svg | 1 + src/_icons/brightness-half.svg | 1 + src/_icons/building-carousel.svg | 1 + src/_icons/building-castle.svg | 1 + src/_icons/building-cottage.svg | 1 + src/_icons/building-factory.svg | 1 + src/_icons/building-fortress.svg | 1 + src/_icons/building-lighthouse.svg | 1 + src/_icons/bulldozer.svg | 1 + src/_icons/businessplan.svg | 1 + src/_icons/calendar-off.svg | 1 + src/_icons/calendar-stats.svg | 1 + src/_icons/calendar-time.svg | 1 + src/_icons/camera-rotate.svg | 1 + src/_icons/camera-selfie.svg | 1 + src/_icons/cardboards.svg | 1 + src/_icons/cash-banknote-off.svg | 1 + src/_icons/cash-banknote.svg | 1 + src/_icons/ce.svg | 1 + src/_icons/certificate.svg | 1 + src/_icons/charging-pile.svg | 1 + src/_icons/chart-arrows-vertical.svg | 1 + src/_icons/chart-arrows.svg | 1 + src/_icons/chart-dots.svg | 1 + src/_icons/chart-infographic.svg | 1 + src/_icons/chart-radar.svg | 1 + src/_icons/christmas-tree.svg | 1 + src/_icons/circle-0.svg | 1 + src/_icons/circle-1.svg | 1 + src/_icons/circle-2.svg | 1 + src/_icons/circle-3.svg | 1 + src/_icons/circle-4.svg | 1 + src/_icons/circle-5.svg | 1 + src/_icons/circle-6.svg | 1 + src/_icons/circle-7.svg | 1 + src/_icons/circle-8.svg | 1 + src/_icons/circle-9.svg | 1 + src/_icons/circle-half-vertical.svg | 1 + src/_icons/circle-half.svg | 1 + src/_icons/circle-off.svg | 1 + src/_icons/clear-all.svg | 1 + src/_icons/cloud-off.svg | 1 + src/_icons/code-minus.svg | 1 + src/_icons/code-plus.svg | 1 + src/_icons/column-insert-left.svg | 1 + src/_icons/column-insert-right.svg | 1 + src/_icons/confetti.svg | 1 + src/_icons/container.svg | 1 + src/_icons/corner-down-left-double.svg | 1 + src/_icons/corner-down-right-double.svg | 1 + src/_icons/corner-left-down-double.svg | 1 + src/_icons/corner-left-up-double.svg | 1 + src/_icons/corner-right-down-double.svg | 1 + src/_icons/corner-right-up-double.svg | 1 + src/_icons/corner-up-left-double.svg | 1 + src/_icons/corner-up-right-double.svg | 1 + src/_icons/crown-off.svg | 1 + src/_icons/cursor-text.svg | 1 + src/_icons/database-export.svg | 1 + src/_icons/database-import.svg | 1 + src/_icons/database-off.svg | 1 + src/_icons/details.svg | 1 + src/_icons/device-analytics.svg | 1 + src/_icons/device-audio-tape.svg | 1 + src/_icons/device-cctv.svg | 1 + src/_icons/device-computer-camera-off.svg | 1 + src/_icons/device-computer-camera.svg | 1 + src/_icons/dimensions.svg | 1 + src/_icons/divide.svg | 1 + src/_icons/dna.svg | 1 + src/_icons/drone-off.svg | 1 + src/_icons/drone.svg | 1 + src/_icons/droplet-filled-2.svg | 1 + src/_icons/droplet-filled.svg | 1 + src/_icons/droplet-half-2.svg | 1 + src/_icons/droplet-half.svg | 1 + src/_icons/ear-off.svg | 1 + src/_icons/edit-circle.svg | 1 + src/_icons/equal-not.svg | 1 + src/_icons/equal.svg | 1 + src/_icons/eyeglass-2.svg | 1 + src/_icons/eyeglass.svg | 1 + src/_icons/feather.svg | 1 + src/_icons/file-analytics.svg | 1 + src/_icons/file-certificate.svg | 1 + src/_icons/file-export.svg | 1 + src/_icons/file-import.svg | 1 + src/_icons/file-info.svg | 1 + src/_icons/file-report.svg | 1 + src/_icons/file-search.svg | 1 + src/_icons/file-symlink.svg | 1 + src/_icons/file-zip.svg | 1 + src/_icons/files-off.svg | 1 + src/_icons/files.svg | 1 + src/_icons/flag-2.svg | 1 + src/_icons/flag-3.svg | 1 + src/_icons/flag.svg | 2 +- src/_icons/flame.svg | 1 + src/_icons/flare.svg | 1 + src/_icons/fold-down.svg | 1 + src/_icons/fold-up.svg | 1 + src/_icons/fold.svg | 1 + src/_icons/geometry.svg | 1 + src/_icons/glass-off.svg | 1 + src/_icons/golf.svg | 1 + src/_icons/gps.svg | 1 + src/_icons/grain.svg | 1 + src/_icons/growth.svg | 1 + src/_icons/hanger.svg | 1 + src/_icons/heading.svg | 1 + src/_icons/headphones-off.svg | 1 + src/_icons/helicopter-landing.svg | 1 + src/_icons/helicopter.svg | 1 + src/_icons/hexagon-off.svg | 1 + src/_icons/hierarchy-2.svg | 1 + src/_icons/hierarchy.svg | 1 + src/_icons/ice-cream-2.svg | 1 + src/_icons/jump-rope.svg | 1 + src/_icons/karate.svg | 1 + src/_icons/keyboard-off.svg | 1 + src/_icons/layers-linked.svg | 1 + src/_icons/leaf.svg | 1 + src/_icons/letter-case-lower.svg | 1 + src/_icons/letter-case-toggle.svg | 1 + src/_icons/letter-case-upper.svg | 1 + src/_icons/letter-case.svg | 1 + src/_icons/letter-spacing.svg | 1 + src/_icons/line-dashed.svg | 1 + src/_icons/line-dotted.svg | 1 + src/_icons/list-search.svg | 1 + src/_icons/macro.svg | 1 + src/_icons/manual-gearbox.svg | 1 + src/_icons/map-pins.svg | 1 + src/_icons/marquee-2.svg | 1 + src/_icons/mask-off.svg | 1 + src/_icons/mask.svg | 1 + src/_icons/math-symbols.svg | 1 + src/_icons/minus-vertical.svg | 1 + src/_icons/mood-crazy-happy.svg | 1 + src/_icons/motorbike.svg | 1 + src/_icons/nfc.svg | 1 + src/_icons/number-0.svg | 1 + src/_icons/number-1.svg | 1 + src/_icons/number-2.svg | 1 + src/_icons/number-3.svg | 1 + src/_icons/number-4.svg | 1 + src/_icons/number-5.svg | 1 + src/_icons/number-6.svg | 1 + src/_icons/number-7.svg | 1 + src/_icons/number-8.svg | 1 + src/_icons/number-9.svg | 1 + src/_icons/octagon-off.svg | 1 + src/_icons/olympics.svg | 1 + src/_icons/overline.svg | 1 + src/_icons/pacman.svg | 1 + src/_icons/panorama-horizontal.svg | 1 + src/_icons/panorama-vertical.svg | 1 + src/_icons/parachute.svg | 1 + src/_icons/pennant.svg | 1 + src/_icons/perspective.svg | 1 + src/_icons/picture-in-picture-off.svg | 1 + src/_icons/picture-in-picture-on.svg | 1 + src/_icons/picture-in-picture.svg | 1 + src/_icons/pinned-off.svg | 1 + src/_icons/pinned.svg | 1 + src/_icons/plant-2.svg | 1 + src/_icons/plant.svg | 1 + src/_icons/play-card.svg | 1 + src/_icons/player-record.svg | 1 + src/_icons/player-stop.svg | 1 + src/_icons/player-track-next.svg | 1 + src/_icons/player-track-prev.svg | 1 + src/_icons/playlist.svg | 1 + src/_icons/pokeball.svg | 1 + src/_icons/polaroid.svg | 1 + src/_icons/pool.svg | 1 + src/_icons/propeller.svg | 1 + src/_icons/pyramid.svg | 1 + src/_icons/radius-bottom-left.svg | 1 + src/_icons/radius-bottom-right.svg | 1 + src/_icons/radius-top-left.svg | 1 + src/_icons/radius-top-right.svg | 1 + src/_icons/receipt-2.svg | 1 + src/_icons/receipt-off.svg | 1 + src/_icons/receipt-refund.svg | 1 + src/_icons/receipt.svg | 1 + src/_icons/recharging.svg | 1 + src/_icons/relation-many-to-many.svg | 1 + src/_icons/relation-one-to-many.svg | 1 + src/_icons/relation-one-to-one.svg | 1 + src/_icons/report-analytics.svg | 1 + src/_icons/report-medical.svg | 1 + src/_icons/report-money.svg | 1 + src/_icons/report.svg | 1 + src/_icons/resize.svg | 1 + src/_icons/ripple.svg | 1 + src/_icons/row-insert-bottom.svg | 1 + src/_icons/row-insert-top.svg | 1 + src/_icons/ruler-2.svg | 1 + src/_icons/satellite.svg | 1 + src/_icons/scale.svg | 1 + src/_icons/section.svg | 1 + src/_icons/seeding.svg | 1 + src/_icons/settings-automation.svg | 1 + src/_icons/shadow-off.svg | 1 + src/_icons/shadow.svg | 1 + src/_icons/shield-lock.svg | 1 + src/_icons/shopping-cart-off.svg | 1 + src/_icons/shopping-cart-plus.svg | 1 + src/_icons/shopping-cart-x.svg | 1 + src/_icons/shopping-cart.svg | 1 + src/_icons/shredder.svg | 1 + src/_icons/signature.svg | 1 + src/_icons/soccer-field.svg | 1 + src/_icons/sock.svg | 1 + src/_icons/sort-ascending-2.svg | 1 + src/_icons/sort-descending-2.svg | 1 + src/_icons/speakerphone.svg | 1 + src/_icons/speedboat.svg | 1 + src/_icons/square-0.svg | 1 + src/_icons/square-1.svg | 1 + src/_icons/square-2.svg | 1 + src/_icons/square-3.svg | 1 + src/_icons/square-4.svg | 1 + src/_icons/square-5.svg | 1 + src/_icons/square-6.svg | 1 + src/_icons/square-7.svg | 1 + src/_icons/square-8.svg | 1 + src/_icons/square-9.svg | 1 + src/_icons/square-dot.svg | 1 + src/_icons/square-forbid-2.svg | 1 + src/_icons/square-forbid.svg | 1 + src/_icons/square-off.svg | 1 + src/_icons/square-rotated-off.svg | 1 + src/_icons/square-toggle-horizontal.svg | 1 + src/_icons/square-toggle.svg | 1 + src/_icons/squares-diagonal.svg | 1 + src/_icons/squares-filled.svg | 1 + src/_icons/star-off.svg | 1 + src/_icons/stethoscope.svg | 1 + src/_icons/submarine.svg | 1 + src/_icons/sun-off.svg | 1 + src/_icons/table-export.svg | 1 + src/_icons/table-import.svg | 1 + src/_icons/table-off.svg | 1 + src/_icons/tank.svg | 1 + src/_icons/text-direction-ltr.svg | 1 + src/_icons/text-direction-rtl.svg | 1 + src/_icons/tilt-shift.svg | 1 + src/_icons/tir.svg | 1 + src/_icons/tools-kitchen-2.svg | 1 + src/_icons/tools-kitchen.svg | 1 + src/_icons/tornado.svg | 1 + src/_icons/tournament.svg | 1 + src/_icons/track.svg | 1 + src/_icons/tractor.svg | 1 + src/_icons/trademark.svg | 1 + src/_icons/traffic-cone.svg | 1 + src/_icons/traffic-lights.svg | 1 + src/_icons/train.svg | 1 + src/_icons/trash-off.svg | 1 + src/_icons/tree.svg | 1 + src/_icons/trees.svg | 1 + src/_icons/triangle-off.svg | 1 + src/_icons/triangle-square-circle.svg | 1 + src/_icons/trident.svg | 1 + src/_icons/truck-delivery.svg | 1 + src/_icons/truck-off.svg | 1 + src/_icons/truck-return.svg | 1 + src/_icons/umbrella.svg | 1 + src/_icons/variable.svg | 1 + src/_icons/versions.svg | 1 + src/_icons/view-360.svg | 1 + src/_icons/virus-off.svg | 1 + src/_icons/virus-search.svg | 1 + src/_icons/windmill.svg | 1 + src/_icons/window.svg | 1 + src/_icons/wrecking-ball.svg | 1 + src/_icons/writing-sign.svg | 1 + src/_icons/writing.svg | 1 + src/_icons/zoom-check.svg | 1 + src/_icons/zoom-money.svg | 1 + 335 files changed, 335 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/_icons/aerial-lift.svg b/src/_icons/aerial-lift.svg index 12d7b989..b352bc6b 100644 --- a/src/_icons/aerial-lift.svg +++ b/src/_icons/aerial-lift.svg @@ -1,4 +1,5 @@ --- +tags: [cable, car, gondola, mountains, ski, tramway] category: Vehicles --- diff --git a/src/_icons/affiliate.svg b/src/_icons/affiliate.svg index fd758d9a..65c2736a 100644 --- a/src/_icons/affiliate.svg +++ b/src/_icons/affiliate.svg @@ -1,4 +1,5 @@ --- +tags: [network, connection, collaboration, people, connect, organization, networking] --- diff --git a/src/_icons/arrow-ramp-left.svg b/src/_icons/arrow-ramp-left.svg index 65b5e2f8..81f90f77 100644 --- a/src/_icons/arrow-ramp-left.svg +++ b/src/_icons/arrow-ramp-left.svg @@ -1,4 +1,5 @@ --- +tags: [direction, side, turn] category: Arrows version: 1.28 --- diff --git a/src/_icons/arrow-ramp-right.svg b/src/_icons/arrow-ramp-right.svg index 2cf65e2a..85f373c6 100644 --- a/src/_icons/arrow-ramp-right.svg +++ b/src/_icons/arrow-ramp-right.svg @@ -1,4 +1,5 @@ --- +tags: [direction, side, turn] category: Arrows version: 1.28 --- diff --git a/src/_icons/backhoe.svg b/src/_icons/backhoe.svg index 0dc1c3d5..fbe4fbc7 100644 --- a/src/_icons/backhoe.svg +++ b/src/_icons/backhoe.svg @@ -1,4 +1,5 @@ --- +tags: [rear, equipment, digger, excavation, tractor, loader, construction, site, excavator] category: Vehicles version: 1.34 --- diff --git a/src/_icons/ball-american-football.svg b/src/_icons/ball-american-football.svg index b6e6f176..e04b30a6 100644 --- a/src/_icons/ball-american-football.svg +++ b/src/_icons/ball-american-football.svg @@ -1,4 +1,5 @@ --- +tags: [sport, game, sportsman, play, match, pitch] category: Sport --- diff --git a/src/_icons/ball-football-off.svg b/src/_icons/ball-football-off.svg index 84663d08..0e2f925f 100644 --- a/src/_icons/ball-football-off.svg +++ b/src/_icons/ball-football-off.svg @@ -1,4 +1,5 @@ --- +tags: [sport, game, sportsman, play, match, pitch] category: Sport --- diff --git a/src/_icons/ball-football.svg b/src/_icons/ball-football.svg index 4a3f3179..6ca1f999 100644 --- a/src/_icons/ball-football.svg +++ b/src/_icons/ball-football.svg @@ -1,4 +1,5 @@ --- +tags: [sport, game, sportsman, play, match, pitch] category: Sport --- diff --git a/src/_icons/battery-automotive.svg b/src/_icons/battery-automotive.svg index 93b98edc..0242d41d 100644 --- a/src/_icons/battery-automotive.svg +++ b/src/_icons/battery-automotive.svg @@ -1,4 +1,5 @@ --- +tags: [vehicle, charge, motor, current, car, electricity, electric, power] category: Vehicles --- diff --git a/src/_icons/blockquote.svg b/src/_icons/blockquote.svg index ec45c185..096f6778 100644 --- a/src/_icons/blockquote.svg +++ b/src/_icons/blockquote.svg @@ -1,4 +1,5 @@ --- +tags: [citation, quotation, saying, text, section, style, styling, css] --- diff --git a/src/_icons/border-style.svg b/src/_icons/border-style.svg index 3593a2a8..9db3ba10 100644 --- a/src/_icons/border-style.svg +++ b/src/_icons/border-style.svg @@ -1,4 +1,5 @@ --- +tags: [google, excel, sheets, sheets] --- diff --git a/src/_icons/box-margin.svg b/src/_icons/box-margin.svg index 6be98b9b..1fb526b2 100644 --- a/src/_icons/box-margin.svg +++ b/src/_icons/box-margin.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, section, space, text, content, outside, container] category: Design --- diff --git a/src/_icons/box-model.svg b/src/_icons/box-model.svg index a3400f83..50ec4c7c 100644 --- a/src/_icons/box-model.svg +++ b/src/_icons/box-model.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, section, element, square, website, container] category: Design --- diff --git a/src/_icons/box-multiple-0.svg b/src/_icons/box-multiple-0.svg index cab83a6f..edf4abcd 100644 --- a/src/_icons/box-multiple-0.svg +++ b/src/_icons/box-multiple-0.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, zero, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-1.svg b/src/_icons/box-multiple-1.svg index cd80d07b..666d91f9 100644 --- a/src/_icons/box-multiple-1.svg +++ b/src/_icons/box-multiple-1.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, one, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-2.svg b/src/_icons/box-multiple-2.svg index dd58bd4c..843c5ccc 100644 --- a/src/_icons/box-multiple-2.svg +++ b/src/_icons/box-multiple-2.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, two, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-3.svg b/src/_icons/box-multiple-3.svg index 1ff41f96..143a8e71 100644 --- a/src/_icons/box-multiple-3.svg +++ b/src/_icons/box-multiple-3.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, three, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-4.svg b/src/_icons/box-multiple-4.svg index e9cec613..1275306b 100644 --- a/src/_icons/box-multiple-4.svg +++ b/src/_icons/box-multiple-4.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, four, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-5.svg b/src/_icons/box-multiple-5.svg index eabc89c8..70f17f35 100644 --- a/src/_icons/box-multiple-5.svg +++ b/src/_icons/box-multiple-5.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, five, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-6.svg b/src/_icons/box-multiple-6.svg index 21397a24..e538b5a7 100644 --- a/src/_icons/box-multiple-6.svg +++ b/src/_icons/box-multiple-6.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, six, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-7.svg b/src/_icons/box-multiple-7.svg index 48e192b2..3733c214 100644 --- a/src/_icons/box-multiple-7.svg +++ b/src/_icons/box-multiple-7.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, seven, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-8.svg b/src/_icons/box-multiple-8.svg index fc347180..98684a63 100644 --- a/src/_icons/box-multiple-8.svg +++ b/src/_icons/box-multiple-8.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, eight, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple-9.svg b/src/_icons/box-multiple-9.svg index 14bd2397..755b544c 100644 --- a/src/_icons/box-multiple-9.svg +++ b/src/_icons/box-multiple-9.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, nine, website, layer] category: Numbers --- diff --git a/src/_icons/box-multiple.svg b/src/_icons/box-multiple.svg index fcffbc77..8bc6c367 100644 --- a/src/_icons/box-multiple.svg +++ b/src/_icons/box-multiple.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, sheet, background, section, website, layer] --- diff --git a/src/_icons/box-padding.svg b/src/_icons/box-padding.svg index e8c18cc6..555bc251 100644 --- a/src/_icons/box-padding.svg +++ b/src/_icons/box-padding.svg @@ -1,4 +1,5 @@ --- +tags: [css, cascading, style, section, space, text, content, website, container, inside] category: Design --- diff --git a/src/_icons/brand-airbnb.svg b/src/_icons/brand-airbnb.svg index 4e920554..83f422f9 100644 --- a/src/_icons/brand-airbnb.svg +++ b/src/_icons/brand-airbnb.svg @@ -1,4 +1,5 @@ --- +tags: [flat, apartment, holiday, vacation, city, break, book] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-apple-arcade.svg b/src/_icons/brand-apple-arcade.svg index 69288315..48e61f2a 100644 --- a/src/_icons/brand-apple-arcade.svg +++ b/src/_icons/brand-apple-arcade.svg @@ -1,4 +1,5 @@ --- +tags: [technology, video, game, service, macOS, device, play, online] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-asana.svg b/src/_icons/brand-asana.svg index 7d32aed3..2167c7bc 100644 --- a/src/_icons/brand-asana.svg +++ b/src/_icons/brand-asana.svg @@ -1,4 +1,5 @@ --- +tags: [task, management, project management, manage, collaborate, collaboration, team, teamwork, technology] category: Brand --- diff --git a/src/_icons/brand-bing.svg b/src/_icons/brand-bing.svg index dac101e7..51556167 100644 --- a/src/_icons/brand-bing.svg +++ b/src/_icons/brand-bing.svg @@ -1,4 +1,5 @@ --- +tags: [search, result, find, search, engine, internet, microsoft, web, technology] category: Brand --- diff --git a/src/_icons/brand-bitbucket.svg b/src/_icons/brand-bitbucket.svg index 4e7d9fc6..b8f3fb6f 100644 --- a/src/_icons/brand-bitbucket.svg +++ b/src/_icons/brand-bitbucket.svg @@ -1,4 +1,5 @@ --- +tags: [version, control, repository, hosting, atlassian, source, code, development, git, technology] category: Brand --- diff --git a/src/_icons/brand-codesandbox.svg b/src/_icons/brand-codesandbox.svg index 376c6eba..32443fe8 100644 --- a/src/_icons/brand-codesandbox.svg +++ b/src/_icons/brand-codesandbox.svg @@ -1,4 +1,5 @@ --- +tags: [online, code, editor, prototyping, prototype, web, app, programming, integrated, development, environment, technology] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-css3.svg b/src/_icons/brand-css3.svg index b26625eb..caf524a2 100644 --- a/src/_icons/brand-css3.svg +++ b/src/_icons/brand-css3.svg @@ -1,4 +1,5 @@ --- +tags: [cascading, style, sheet, programming, development, web, website, technology] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-disqus.svg b/src/_icons/brand-disqus.svg index 44e44cc8..712677ef 100644 --- a/src/_icons/brand-disqus.svg +++ b/src/_icons/brand-disqus.svg @@ -1,4 +1,5 @@ --- +tags: [comment, blog, service, website, online, platform, social, networking, technology] category: Brand --- diff --git a/src/_icons/brand-docker.svg b/src/_icons/brand-docker.svg index f4a6ef67..68460744 100644 --- a/src/_icons/brand-docker.svg +++ b/src/_icons/brand-docker.svg @@ -1,4 +1,5 @@ --- +tags: [app, development, hub, platform, software, developer, programming, programmer, virtualization, technology] category: Brand --- diff --git a/src/_icons/brand-gravatar.svg b/src/_icons/brand-gravatar.svg index a0193e58..5b94bb22 100644 --- a/src/_icons/brand-gravatar.svg +++ b/src/_icons/brand-gravatar.svg @@ -1,4 +1,5 @@ --- +tags: [avatar, image, face, blog, comment, represent, online, technology] category: Brand --- diff --git a/src/_icons/brand-hipchat.svg b/src/_icons/brand-hipchat.svg index 8578406b..f3d9a881 100644 --- a/src/_icons/brand-hipchat.svg +++ b/src/_icons/brand-hipchat.svg @@ -1,4 +1,5 @@ --- +tags: [chat, communicate, communication, talk, discuss, app, collaborate, collaboration, technology] category: Brand --- diff --git a/src/_icons/brand-html5.svg b/src/_icons/brand-html5.svg index 9a33533d..5aef83ca 100644 --- a/src/_icons/brand-html5.svg +++ b/src/_icons/brand-html5.svg @@ -1,4 +1,5 @@ --- +tags: [programming, development, web, website, technology, markup, language, technology] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-kickstarter.svg b/src/_icons/brand-kickstarter.svg index df3ee875..9957088f 100644 --- a/src/_icons/brand-kickstarter.svg +++ b/src/_icons/brand-kickstarter.svg @@ -1,4 +1,5 @@ --- +tags: [crowdfunding, platform, project, creative, idea, business, launch, technology] category: Brand --- diff --git a/src/_icons/brand-kotlin.svg b/src/_icons/brand-kotlin.svg index 0a4e0173..0737a37d 100644 --- a/src/_icons/brand-kotlin.svg +++ b/src/_icons/brand-kotlin.svg @@ -1,4 +1,5 @@ --- +tags: [programming, language, programmer, development, developer, technology] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-netflix.svg b/src/_icons/brand-netflix.svg index ed8a2038..bfc2c815 100644 --- a/src/_icons/brand-netflix.svg +++ b/src/_icons/brand-netflix.svg @@ -1,4 +1,5 @@ --- +tags: [series, tv, episode, movie, film, media, watch, app, technology] category: Brand --- diff --git a/src/_icons/brand-pagekit.svg b/src/_icons/brand-pagekit.svg index f8c6bb07..807cf823 100644 --- a/src/_icons/brand-pagekit.svg +++ b/src/_icons/brand-pagekit.svg @@ -1,4 +1,5 @@ --- +tags: [content, management, system, website, component, modular, technology] category: Brand --- diff --git a/src/_icons/brand-producthunt.svg b/src/_icons/brand-producthunt.svg index a14bb961..2c89cb43 100644 --- a/src/_icons/brand-producthunt.svg +++ b/src/_icons/brand-producthunt.svg @@ -1,4 +1,5 @@ --- +tags: [technology, product, share, discover, new, novelty, web, geek] category: Brand --- diff --git a/src/_icons/brand-sass.svg b/src/_icons/brand-sass.svg index 63f42e27..ad6d40ec 100644 --- a/src/_icons/brand-sass.svg +++ b/src/_icons/brand-sass.svg @@ -1,4 +1,5 @@ --- +tags: [technology, preprocessor, script, language, programming, css, syntax, compile] category: Brand --- diff --git a/src/_icons/brand-sentry.svg b/src/_icons/brand-sentry.svg index 5decebeb..3e43808f 100644 --- a/src/_icons/brand-sentry.svg +++ b/src/_icons/brand-sentry.svg @@ -1,4 +1,5 @@ --- +tags: [technology, application, monitoring, error, tracking, software, cloud, development, app] category: Brand --- diff --git a/src/_icons/brand-soundcloud.svg b/src/_icons/brand-soundcloud.svg index 149489e8..55f8959b 100644 --- a/src/_icons/brand-soundcloud.svg +++ b/src/_icons/brand-soundcloud.svg @@ -1,4 +1,5 @@ --- +tags: [technology, audio, distribution, platform, music, upload, promote, streaming] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-steam.svg b/src/_icons/brand-steam.svg index b58fe6e9..eecb11f0 100644 --- a/src/_icons/brand-steam.svg +++ b/src/_icons/brand-steam.svg @@ -1,4 +1,5 @@ --- +tags: [technology, video, game, digital, distribution, software, player, pc] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-stripe.svg b/src/_icons/brand-stripe.svg index 9b8dff4a..518b71d7 100644 --- a/src/_icons/brand-stripe.svg +++ b/src/_icons/brand-stripe.svg @@ -1,4 +1,5 @@ --- +tags: [technology, payment, processing, money, subscription, finance, financial, software, e-commerce] category: Brand --- diff --git a/src/_icons/brand-tidal.svg b/src/_icons/brand-tidal.svg index ddbe2ca8..265bf863 100644 --- a/src/_icons/brand-tidal.svg +++ b/src/_icons/brand-tidal.svg @@ -1,4 +1,5 @@ --- +tags: [technology, subscription, music, podcast, video, streaming, playlist, party, track, song] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-tinder.svg b/src/_icons/brand-tinder.svg index 92c263e0..e1131af9 100644 --- a/src/_icons/brand-tinder.svg +++ b/src/_icons/brand-tinder.svg @@ -1,4 +1,5 @@ --- +tags: [date, dating, app, love, affection, affair, couple, technology, networking, swipe, match] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-unsplash.svg b/src/_icons/brand-unsplash.svg index 16723603..a21c355c 100644 --- a/src/_icons/brand-unsplash.svg +++ b/src/_icons/brand-unsplash.svg @@ -1,4 +1,5 @@ --- +tags: [picture, photo, photography, search, image, stock] category: Brands --- diff --git a/src/_icons/brand-vk.svg b/src/_icons/brand-vk.svg index 29ba4d8f..13dca391 100644 --- a/src/_icons/brand-vk.svg +++ b/src/_icons/brand-vk.svg @@ -1,4 +1,5 @@ --- +tags: [technology, social, media, networking, service, russian] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-yahoo.svg b/src/_icons/brand-yahoo.svg index 06d184de..4b80f210 100644 --- a/src/_icons/brand-yahoo.svg +++ b/src/_icons/brand-yahoo.svg @@ -1,4 +1,5 @@ --- +tags: [web, services, technology, inbox, mail, web, news, search] category: Brand version: 1.32 --- diff --git a/src/_icons/brand-ycombinator.svg b/src/_icons/brand-ycombinator.svg index 6d86d4b6..8a7841f1 100644 --- a/src/_icons/brand-ycombinator.svg +++ b/src/_icons/brand-ycombinator.svg @@ -1,4 +1,5 @@ --- +tags: [startup, accelerator, seed, money, launch, company, business, invest, funding] category: Brand --- diff --git a/src/_icons/brightness-2.svg b/src/_icons/brightness-2.svg index 1a8291b7..2e57d1ba 100644 --- a/src/_icons/brightness-2.svg +++ b/src/_icons/brightness-2.svg @@ -1,4 +1,5 @@ --- +tags: [light, screen, level, daytime, sun] category: Photos --- diff --git a/src/_icons/brightness-half.svg b/src/_icons/brightness-half.svg index da7335f1..1b8ec2d7 100644 --- a/src/_icons/brightness-half.svg +++ b/src/_icons/brightness-half.svg @@ -1,4 +1,5 @@ --- +tags: [light, screen, level, daytime, sun] category: Photos --- diff --git a/src/_icons/building-carousel.svg b/src/_icons/building-carousel.svg index e5d3ed71..ea1da77f 100644 --- a/src/_icons/building-carousel.svg +++ b/src/_icons/building-carousel.svg @@ -1,4 +1,5 @@ --- +tags: [amusement, park, fair, merry-go-round, fun, entertaianment] category: Buildings version: 1.34 --- diff --git a/src/_icons/building-castle.svg b/src/_icons/building-castle.svg index 0488eca1..f040f618 100644 --- a/src/_icons/building-castle.svg +++ b/src/_icons/building-castle.svg @@ -1,4 +1,5 @@ --- +tags: [king, queen, royal, architecture, medieval, middle, ages, nobility, tower, fortress, fort, fortification, princess, prince] category: Buildings version: 1.34 --- diff --git a/src/_icons/building-cottage.svg b/src/_icons/building-cottage.svg index 4fb71dc3..2871230d 100644 --- a/src/_icons/building-cottage.svg +++ b/src/_icons/building-cottage.svg @@ -1,4 +1,5 @@ --- +tags: [small, house, countryside, live, farm, rural, outskirts] category: Buildings --- diff --git a/src/_icons/building-factory.svg b/src/_icons/building-factory.svg index 7e760eb1..102470c7 100644 --- a/src/_icons/building-factory.svg +++ b/src/_icons/building-factory.svg @@ -1,4 +1,5 @@ --- +tags: [goods, manufature, machine, trade, produce, product, worker, industry, industrial, site] category: Buildings --- diff --git a/src/_icons/building-fortress.svg b/src/_icons/building-fortress.svg index f57ab847..cb6ce19b 100644 --- a/src/_icons/building-fortress.svg +++ b/src/_icons/building-fortress.svg @@ -1,4 +1,5 @@ --- +tags: [military, town, defend, attack, stronghold, protect, protection, medieval] category: Buildings version: 1.34 --- diff --git a/src/_icons/building-lighthouse.svg b/src/_icons/building-lighthouse.svg index a29f689c..a9d28dfc 100644 --- a/src/_icons/building-lighthouse.svg +++ b/src/_icons/building-lighthouse.svg @@ -1,4 +1,5 @@ --- +tags: [light, sea, tower, beacon, flash, ship, guide, lightship, leading, watchtower, signal] category: Buildings version: 1.34 --- diff --git a/src/_icons/bulldozer.svg b/src/_icons/bulldozer.svg index 26e7e3e2..d0d8e41d 100644 --- a/src/_icons/bulldozer.svg +++ b/src/_icons/bulldozer.svg @@ -1,4 +1,5 @@ --- +tags: [tractor, construction, site, build, rear, machine] category: Vehicles version: 1.34 --- diff --git a/src/_icons/businessplan.svg b/src/_icons/businessplan.svg index adc47b3b..cc71dfdd 100644 --- a/src/_icons/businessplan.svg +++ b/src/_icons/businessplan.svg @@ -1,4 +1,5 @@ --- +tags: [business, money, corporate, document, goal, achieve, manage, roadmap, grow] --- diff --git a/src/_icons/calendar-off.svg b/src/_icons/calendar-off.svg index 9e2b120e..4e857f63 100644 --- a/src/_icons/calendar-off.svg +++ b/src/_icons/calendar-off.svg @@ -1,4 +1,5 @@ --- +tags: [unavailable, unavailability, leave, plan, schedule, busy, date, month, year, meeting] --- diff --git a/src/_icons/calendar-stats.svg b/src/_icons/calendar-stats.svg index d0d5dcbd..41c22fec 100644 --- a/src/_icons/calendar-stats.svg +++ b/src/_icons/calendar-stats.svg @@ -1,4 +1,5 @@ --- +tags: [plan, timetable, schedule, meeting, busy, month, year, date, statistics] --- diff --git a/src/_icons/calendar-time.svg b/src/_icons/calendar-time.svg index 2618d80c..1f9fbe18 100644 --- a/src/_icons/calendar-time.svg +++ b/src/_icons/calendar-time.svg @@ -1,4 +1,5 @@ --- +tags: [plan, timetable, schedule, meeting, busy, month, year, date] --- diff --git a/src/_icons/camera-rotate.svg b/src/_icons/camera-rotate.svg index 2660323a..5cb793d6 100644 --- a/src/_icons/camera-rotate.svg +++ b/src/_icons/camera-rotate.svg @@ -1,4 +1,5 @@ --- +tags: [photo, photography, picture, face, instagram, portrait, digital, smartphone, selfie] category: Photos --- diff --git a/src/_icons/camera-selfie.svg b/src/_icons/camera-selfie.svg index 2d907ccd..97c5e442 100644 --- a/src/_icons/camera-selfie.svg +++ b/src/_icons/camera-selfie.svg @@ -1,4 +1,5 @@ --- +tags: [photo, photography, picture, face, instagram, portrait, digital, smartphone] category: Photos --- diff --git a/src/_icons/cardboards.svg b/src/_icons/cardboards.svg index c2f64d62..5b7bdbd4 100644 --- a/src/_icons/cardboards.svg +++ b/src/_icons/cardboards.svg @@ -1,4 +1,5 @@ --- +tags: [vr, virtual reality, watch, viewer, technology] version: 1.33 --- diff --git a/src/_icons/cash-banknote-off.svg b/src/_icons/cash-banknote-off.svg index 8d206424..fee1679e 100644 --- a/src/_icons/cash-banknote-off.svg +++ b/src/_icons/cash-banknote-off.svg @@ -1,4 +1,5 @@ --- +tags: [money, pay, bank, dollar, pound, bank, yen, business] --- diff --git a/src/_icons/cash-banknote.svg b/src/_icons/cash-banknote.svg index c7133de2..7a8d272a 100644 --- a/src/_icons/cash-banknote.svg +++ b/src/_icons/cash-banknote.svg @@ -1,4 +1,5 @@ --- +tags: [money, pay, bank, dollar, pound, bank, yen, business] --- diff --git a/src/_icons/ce.svg b/src/_icons/ce.svg index e5e66e5a..61bfa26d 100644 --- a/src/_icons/ce.svg +++ b/src/_icons/ce.svg @@ -1,4 +1,5 @@ --- +tags: [sign, marking, administration, administrative, conformity, health, safety, environment, protection, standards, product, europe, eea, economic, area, manufacture] category: Symbols version: 1.33 --- diff --git a/src/_icons/certificate.svg b/src/_icons/certificate.svg index 80bfbdc8..01674518 100644 --- a/src/_icons/certificate.svg +++ b/src/_icons/certificate.svg @@ -1,4 +1,5 @@ --- +tags: [document, official, attest, signature, birth, death, gift, authenticity, seal, course, complete, qualification] version: 1.33 --- diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg index 188dfcab..3192b330 100644 --- a/src/_icons/charging-pile.svg +++ b/src/_icons/charging-pile.svg @@ -1,4 +1,5 @@ --- +tags: [electric, electricity, hybrid, tesla, station, electronic, point] category: Vehicles --- diff --git a/src/_icons/chart-arrows-vertical.svg b/src/_icons/chart-arrows-vertical.svg index fa4250fe..15200c57 100644 --- a/src/_icons/chart-arrows-vertical.svg +++ b/src/_icons/chart-arrows-vertical.svg @@ -1,4 +1,5 @@ --- +tags: [statistics, data, value, variable, scale, statistical, level, increase, decrease] category: Charts --- diff --git a/src/_icons/chart-arrows.svg b/src/_icons/chart-arrows.svg index 613f7422..3600d380 100644 --- a/src/_icons/chart-arrows.svg +++ b/src/_icons/chart-arrows.svg @@ -1,4 +1,5 @@ --- +tags: [statistics, data, value, variable, scale, statistical, level, increase, decrease] category: Charts --- diff --git a/src/_icons/chart-dots.svg b/src/_icons/chart-dots.svg index 207d7948..7423f98a 100644 --- a/src/_icons/chart-dots.svg +++ b/src/_icons/chart-dots.svg @@ -1,4 +1,5 @@ --- +tags: [statistics, data, value, variable, scale, statistical] category: Charts --- diff --git a/src/_icons/chart-infographic.svg b/src/_icons/chart-infographic.svg index afb4a941..a5fa8199 100644 --- a/src/_icons/chart-infographic.svg +++ b/src/_icons/chart-infographic.svg @@ -1,4 +1,5 @@ --- +tags: [statistics, data, value, variable, scale, statistical, bar, information, report] category: Charts --- diff --git a/src/_icons/chart-radar.svg b/src/_icons/chart-radar.svg index 187021d1..f84c20e9 100644 --- a/src/_icons/chart-radar.svg +++ b/src/_icons/chart-radar.svg @@ -1,4 +1,5 @@ --- +tags: [statistics, data, value, two, dimensions, variable, report, points] category: Charts version: 1.33 --- diff --git a/src/_icons/christmas-tree.svg b/src/_icons/christmas-tree.svg index f73a07de..b1610326 100644 --- a/src/_icons/christmas-tree.svg +++ b/src/_icons/christmas-tree.svg @@ -1,4 +1,5 @@ --- +tags: [holidays, pine, decorate, decoration, gift, present, carol, evergreen, spruce, fir, winter] category: Nature version: 1.33 --- diff --git a/src/_icons/circle-0.svg b/src/_icons/circle-0.svg index d5c24e18..0e1d7740 100644 --- a/src/_icons/circle-0.svg +++ b/src/_icons/circle-0.svg @@ -1,4 +1,5 @@ --- +tags: [zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-1.svg b/src/_icons/circle-1.svg index c3449c33..1f260534 100644 --- a/src/_icons/circle-1.svg +++ b/src/_icons/circle-1.svg @@ -1,4 +1,5 @@ --- +tags: [one, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-2.svg b/src/_icons/circle-2.svg index 8bde7bcd..03e4de1b 100644 --- a/src/_icons/circle-2.svg +++ b/src/_icons/circle-2.svg @@ -1,4 +1,5 @@ --- +tags: [two, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-3.svg b/src/_icons/circle-3.svg index b85e19d1..8aee2d35 100644 --- a/src/_icons/circle-3.svg +++ b/src/_icons/circle-3.svg @@ -1,4 +1,5 @@ --- +tags: [three, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-4.svg b/src/_icons/circle-4.svg index 5c3bc4a7..86ca8c69 100644 --- a/src/_icons/circle-4.svg +++ b/src/_icons/circle-4.svg @@ -1,4 +1,5 @@ --- +tags: [four, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-5.svg b/src/_icons/circle-5.svg index b969eab3..ac516d7c 100644 --- a/src/_icons/circle-5.svg +++ b/src/_icons/circle-5.svg @@ -1,4 +1,5 @@ --- +tags: [five, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-6.svg b/src/_icons/circle-6.svg index 944101e3..bbc3aa71 100644 --- a/src/_icons/circle-6.svg +++ b/src/_icons/circle-6.svg @@ -1,4 +1,5 @@ --- +tags: [six, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-7.svg b/src/_icons/circle-7.svg index 5ddec8ad..c315d3af 100644 --- a/src/_icons/circle-7.svg +++ b/src/_icons/circle-7.svg @@ -1,4 +1,5 @@ --- +tags: [seven, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-8.svg b/src/_icons/circle-8.svg index 77f95bfc..b72166b4 100644 --- a/src/_icons/circle-8.svg +++ b/src/_icons/circle-8.svg @@ -1,4 +1,5 @@ --- +tags: [eight, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-9.svg b/src/_icons/circle-9.svg index a5e4e424..a777d1f1 100644 --- a/src/_icons/circle-9.svg +++ b/src/_icons/circle-9.svg @@ -1,4 +1,5 @@ --- +tags: [nine, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/circle-half-vertical.svg b/src/_icons/circle-half-vertical.svg index ae696341..fd5503aa 100644 --- a/src/_icons/circle-half-vertical.svg +++ b/src/_icons/circle-half-vertical.svg @@ -1,4 +1,5 @@ --- +tags: [shape, split, slash] --- diff --git a/src/_icons/circle-half.svg b/src/_icons/circle-half.svg index 2f766d57..df611673 100644 --- a/src/_icons/circle-half.svg +++ b/src/_icons/circle-half.svg @@ -1,4 +1,5 @@ --- +tags: [shape, split, slash] --- diff --git a/src/_icons/circle-off.svg b/src/_icons/circle-off.svg index 720bfd0e..8f58c979 100644 --- a/src/_icons/circle-off.svg +++ b/src/_icons/circle-off.svg @@ -1,4 +1,5 @@ --- +tags: [shape, split, slash, disabled] category: Shapes --- diff --git a/src/_icons/clear-all.svg b/src/_icons/clear-all.svg index c58f4bbc..607ce637 100644 --- a/src/_icons/clear-all.svg +++ b/src/_icons/clear-all.svg @@ -1,4 +1,5 @@ --- +tags: [app, clear, all, emails, phone] --- diff --git a/src/_icons/cloud-off.svg b/src/_icons/cloud-off.svg index 460622f7..8ac021c4 100644 --- a/src/_icons/cloud-off.svg +++ b/src/_icons/cloud-off.svg @@ -1,4 +1,5 @@ --- +tags: [auto, backup, storage, memory, files, pictures, store] category: Weather version: 1.28 --- diff --git a/src/_icons/code-minus.svg b/src/_icons/code-minus.svg index 201018a7..9cbb5063 100644 --- a/src/_icons/code-minus.svg +++ b/src/_icons/code-minus.svg @@ -1,4 +1,5 @@ --- +tags: [remove, delete, insert, braces] --- diff --git a/src/_icons/code-plus.svg b/src/_icons/code-plus.svg index 5d380946..994c8268 100644 --- a/src/_icons/code-plus.svg +++ b/src/_icons/code-plus.svg @@ -1,4 +1,5 @@ --- +tags: [add, insert, braces] --- diff --git a/src/_icons/column-insert-left.svg b/src/_icons/column-insert-left.svg index 16b05b69..27b34089 100644 --- a/src/_icons/column-insert-left.svg +++ b/src/_icons/column-insert-left.svg @@ -1,4 +1,5 @@ --- +tags: [database, table, cells, arrow] category: Database --- diff --git a/src/_icons/column-insert-right.svg b/src/_icons/column-insert-right.svg index 63c853c7..a3dfa2c8 100644 --- a/src/_icons/column-insert-right.svg +++ b/src/_icons/column-insert-right.svg @@ -1,4 +1,5 @@ --- +tags: [database, table, cells, arrow] category: Database --- diff --git a/src/_icons/confetti.svg b/src/_icons/confetti.svg index e0b714dd..bf36d14a 100644 --- a/src/_icons/confetti.svg +++ b/src/_icons/confetti.svg @@ -1,4 +1,5 @@ --- +tags: [party, celebrate, streamers, paper, parade, wedding, celebration] --- diff --git a/src/_icons/container.svg b/src/_icons/container.svg index 668073db..f0d974ab 100644 --- a/src/_icons/container.svg +++ b/src/_icons/container.svg @@ -1,4 +1,5 @@ --- +tags: [element, html, block, store, inside] category: Design --- diff --git a/src/_icons/corner-down-left-double.svg b/src/_icons/corner-down-left-double.svg index 6684ba18..5cf19509 100644 --- a/src/_icons/corner-down-left-double.svg +++ b/src/_icons/corner-down-left-double.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, previous, back, return, below, point] category: Arrows --- diff --git a/src/_icons/corner-down-right-double.svg b/src/_icons/corner-down-right-double.svg index 25014585..d8a2df81 100644 --- a/src/_icons/corner-down-right-double.svg +++ b/src/_icons/corner-down-right-double.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, next, below, forward, point] category: Arrows --- diff --git a/src/_icons/corner-left-down-double.svg b/src/_icons/corner-left-down-double.svg index 9501db76..b39943da 100644 --- a/src/_icons/corner-left-down-double.svg +++ b/src/_icons/corner-left-down-double.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, point, below, bottom] category: Arrows --- diff --git a/src/_icons/corner-left-up-double.svg b/src/_icons/corner-left-up-double.svg index 923bd350..07b7e721 100644 --- a/src/_icons/corner-left-up-double.svg +++ b/src/_icons/corner-left-up-double.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, point, above, top] category: Arrows --- diff --git a/src/_icons/corner-right-down-double.svg b/src/_icons/corner-right-down-double.svg index b190a605..b6c42ae9 100644 --- a/src/_icons/corner-right-down-double.svg +++ b/src/_icons/corner-right-down-double.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, point, below, bottom] category: Arrows --- diff --git a/src/_icons/corner-right-up-double.svg b/src/_icons/corner-right-up-double.svg index 1d787f60..35a5833a 100644 --- a/src/_icons/corner-right-up-double.svg +++ b/src/_icons/corner-right-up-double.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, point, above, top] category: Arrows --- diff --git a/src/_icons/corner-up-left-double.svg b/src/_icons/corner-up-left-double.svg index 63a6c3ef..528e801e 100644 --- a/src/_icons/corner-up-left-double.svg +++ b/src/_icons/corner-up-left-double.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, point, side, previous, back, return] category: Arrows --- diff --git a/src/_icons/corner-up-right-double.svg b/src/_icons/corner-up-right-double.svg index b40f0e10..859aa7ce 100644 --- a/src/_icons/corner-up-right-double.svg +++ b/src/_icons/corner-up-right-double.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, next, above, forward, point] category: Arrows --- diff --git a/src/_icons/crown-off.svg b/src/_icons/crown-off.svg index cf7d2b20..a2ecd7e3 100644 --- a/src/_icons/crown-off.svg +++ b/src/_icons/crown-off.svg @@ -1,4 +1,5 @@ --- +tags: [king, queen, royal, throne, power] --- diff --git a/src/_icons/cursor-text.svg b/src/_icons/cursor-text.svg index 78d6068d..8bd871c5 100644 --- a/src/_icons/cursor-text.svg +++ b/src/_icons/cursor-text.svg @@ -1,4 +1,5 @@ --- +tags: [editor, indicate, position, input, mouse, type] --- diff --git a/src/_icons/database-export.svg b/src/_icons/database-export.svg index 6063c6a7..5d307934 100644 --- a/src/_icons/database-export.svg +++ b/src/_icons/database-export.svg @@ -1,4 +1,5 @@ --- +tags: [data, backup, file, storage, system] category: Database --- diff --git a/src/_icons/database-import.svg b/src/_icons/database-import.svg index 340fedab..de720ecb 100644 --- a/src/_icons/database-import.svg +++ b/src/_icons/database-import.svg @@ -1,4 +1,5 @@ --- +tags: [data, file, storage, backup, system] category: Database --- diff --git a/src/_icons/database-off.svg b/src/_icons/database-off.svg index d475a159..010a0ea9 100644 --- a/src/_icons/database-off.svg +++ b/src/_icons/database-off.svg @@ -1,4 +1,5 @@ --- +tags: [data, file, storage, table, system] category: Database --- diff --git a/src/_icons/details.svg b/src/_icons/details.svg index 56da344c..836feefd 100644 --- a/src/_icons/details.svg +++ b/src/_icons/details.svg @@ -1,4 +1,5 @@ --- +tags: [geometric, half, shape, highlight, triangle] --- diff --git a/src/_icons/device-analytics.svg b/src/_icons/device-analytics.svg index 53fb2c5d..8893bec1 100644 --- a/src/_icons/device-analytics.svg +++ b/src/_icons/device-analytics.svg @@ -1,4 +1,5 @@ --- +tags: [analyze, analyse, data, traffic, user] category: Devices --- diff --git a/src/_icons/device-audio-tape.svg b/src/_icons/device-audio-tape.svg index d921b7d5..8ce22d6b 100644 --- a/src/_icons/device-audio-tape.svg +++ b/src/_icons/device-audio-tape.svg @@ -1,4 +1,5 @@ --- +tags: [record, music, radio, cassette, recording, play] category: Devices --- diff --git a/src/_icons/device-cctv.svg b/src/_icons/device-cctv.svg index 44251aa1..bf793751 100644 --- a/src/_icons/device-cctv.svg +++ b/src/_icons/device-cctv.svg @@ -1,4 +1,5 @@ --- +tags: [closed, circuit, television, video, surveillance, signal, monitor, record] category: Devices --- diff --git a/src/_icons/device-computer-camera-off.svg b/src/_icons/device-computer-camera-off.svg index 0b211da0..117167af 100644 --- a/src/_icons/device-computer-camera-off.svg +++ b/src/_icons/device-computer-camera-off.svg @@ -1,4 +1,5 @@ --- +tags: [video, meeting, record, recording, webcam] category: Devices --- diff --git a/src/_icons/device-computer-camera.svg b/src/_icons/device-computer-camera.svg index 8d32bf59..779dc24e 100644 --- a/src/_icons/device-computer-camera.svg +++ b/src/_icons/device-computer-camera.svg @@ -1,4 +1,5 @@ --- +tags: [video, meeting, record, recording, webcam] category: Devices --- diff --git a/src/_icons/dimensions.svg b/src/_icons/dimensions.svg index c2226b48..d2e35b96 100644 --- a/src/_icons/dimensions.svg +++ b/src/_icons/dimensions.svg @@ -1,4 +1,5 @@ --- +tags: [width, height, size, breadth, depth] category: Design --- diff --git a/src/_icons/divide.svg b/src/_icons/divide.svg index 7e261e2f..27f06952 100644 --- a/src/_icons/divide.svg +++ b/src/_icons/divide.svg @@ -1,4 +1,5 @@ --- +tags: [separate, element, multiple, apart, separator, parts] category: Math version: 1.31 --- diff --git a/src/_icons/dna.svg b/src/_icons/dna.svg index b787f7c8..654a306d 100644 --- a/src/_icons/dna.svg +++ b/src/_icons/dna.svg @@ -1,4 +1,5 @@ --- +tags: [genetics, biology, chain, genetic, code, virus, organism] --- diff --git a/src/_icons/drone-off.svg b/src/_icons/drone-off.svg index 3a9269e3..ab61ed1c 100644 --- a/src/_icons/drone-off.svg +++ b/src/_icons/drone-off.svg @@ -1,4 +1,5 @@ --- +tags: [device, fly, aircraft, surveillance, control, autonomous, forbidden, banned, unlicensed] category: Vehicles --- diff --git a/src/_icons/drone.svg b/src/_icons/drone.svg index bf04d353..4aeb3a38 100644 --- a/src/_icons/drone.svg +++ b/src/_icons/drone.svg @@ -1,4 +1,5 @@ --- +tags: [device, fly, aircraft, surveillance, control, autonomous] category: Vehicles version: 1.33 --- diff --git a/src/_icons/droplet-filled-2.svg b/src/_icons/droplet-filled-2.svg index 011ba5f4..09c428c8 100644 --- a/src/_icons/droplet-filled-2.svg +++ b/src/_icons/droplet-filled-2.svg @@ -1,4 +1,5 @@ --- +tags: [water, rain, liquid, fill] --- diff --git a/src/_icons/droplet-filled.svg b/src/_icons/droplet-filled.svg index dc551065..f9f1a3d3 100644 --- a/src/_icons/droplet-filled.svg +++ b/src/_icons/droplet-filled.svg @@ -1,4 +1,5 @@ --- +tags: [water, rain, liquid, fill] --- diff --git a/src/_icons/droplet-half-2.svg b/src/_icons/droplet-half-2.svg index 1575a73c..5862b8ef 100644 --- a/src/_icons/droplet-half-2.svg +++ b/src/_icons/droplet-half-2.svg @@ -1,4 +1,5 @@ --- +tags: [water, rain, liquid, fill] --- diff --git a/src/_icons/droplet-half.svg b/src/_icons/droplet-half.svg index b4f3c4d8..e72b632b 100644 --- a/src/_icons/droplet-half.svg +++ b/src/_icons/droplet-half.svg @@ -1,4 +1,5 @@ --- +tags: [water, rain, liquid, fill] --- diff --git a/src/_icons/ear-off.svg b/src/_icons/ear-off.svg index 104e410c..ba596417 100644 --- a/src/_icons/ear-off.svg +++ b/src/_icons/ear-off.svg @@ -1,4 +1,5 @@ --- +tags: [sound, deaf, hearing, impaired, handicapped, hard-of-hearing, mute] --- diff --git a/src/_icons/edit-circle.svg b/src/_icons/edit-circle.svg index d693411e..e4f56346 100644 --- a/src/_icons/edit-circle.svg +++ b/src/_icons/edit-circle.svg @@ -1,4 +1,5 @@ --- +tags: [pencil, change, update] --- diff --git a/src/_icons/equal-not.svg b/src/_icons/equal-not.svg index ba146285..c120a565 100644 --- a/src/_icons/equal-not.svg +++ b/src/_icons/equal-not.svg @@ -1,4 +1,5 @@ --- +tags: [maths, mathematics, equation, different, value] category: Math --- diff --git a/src/_icons/equal.svg b/src/_icons/equal.svg index 83cebbe4..8c4eb91d 100644 --- a/src/_icons/equal.svg +++ b/src/_icons/equal.svg @@ -1,4 +1,5 @@ --- +tags: [maths, mathematics, equation, same, value] category: Math --- diff --git a/src/_icons/eyeglass-2.svg b/src/_icons/eyeglass-2.svg index 39f0428d..8b43abac 100644 --- a/src/_icons/eyeglass-2.svg +++ b/src/_icons/eyeglass-2.svg @@ -1,4 +1,5 @@ --- +tags: [sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted] --- diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg index bf87cac0..8ae3c4d9 100644 --- a/src/_icons/eyeglass.svg +++ b/src/_icons/eyeglass.svg @@ -1,4 +1,5 @@ --- +tags: [sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted] --- diff --git a/src/_icons/feather.svg b/src/_icons/feather.svg index 1c8c4946..a48c97ec 100644 --- a/src/_icons/feather.svg +++ b/src/_icons/feather.svg @@ -1,4 +1,5 @@ --- +tags: [bird, animal, nature] --- diff --git a/src/_icons/file-analytics.svg b/src/_icons/file-analytics.svg index beb1fa39..d5397dde 100644 --- a/src/_icons/file-analytics.svg +++ b/src/_icons/file-analytics.svg @@ -1,4 +1,5 @@ --- +tags: [data, statistics, report, chart, document, paper] category: Document --- diff --git a/src/_icons/file-certificate.svg b/src/_icons/file-certificate.svg index 902615a6..24e8bf30 100644 --- a/src/_icons/file-certificate.svg +++ b/src/_icons/file-certificate.svg @@ -1,4 +1,5 @@ --- +tags: [certificate, license, diploma, document, format, data, paper] category: Document version: 1.29 --- diff --git a/src/_icons/file-export.svg b/src/_icons/file-export.svg index de485f05..b24a045b 100644 --- a/src/_icons/file-export.svg +++ b/src/_icons/file-export.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, data, paper, document, format] category: Document --- diff --git a/src/_icons/file-import.svg b/src/_icons/file-import.svg index c3dcc222..66463200 100644 --- a/src/_icons/file-import.svg +++ b/src/_icons/file-import.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, data, paper, document, format] category: Document --- diff --git a/src/_icons/file-info.svg b/src/_icons/file-info.svg index 315164de..a16ba930 100644 --- a/src/_icons/file-info.svg +++ b/src/_icons/file-info.svg @@ -1,4 +1,5 @@ --- +tags: [info, information, informations, paper, file, document, page] --- diff --git a/src/_icons/file-report.svg b/src/_icons/file-report.svg index 280df7b6..1c943e96 100644 --- a/src/_icons/file-report.svg +++ b/src/_icons/file-report.svg @@ -1,4 +1,5 @@ --- +tags: [stats, data, paper, document, chart, format] category: Document --- diff --git a/src/_icons/file-search.svg b/src/_icons/file-search.svg index b0bc79f5..5b01dba5 100644 --- a/src/_icons/file-search.svg +++ b/src/_icons/file-search.svg @@ -1,4 +1,5 @@ --- +tags: [search, data, paper, document, format] category: Document version: 1.31 --- diff --git a/src/_icons/file-symlink.svg b/src/_icons/file-symlink.svg index 55b1207b..49d3ae55 100644 --- a/src/_icons/file-symlink.svg +++ b/src/_icons/file-symlink.svg @@ -1,4 +1,5 @@ --- +tags: [text, format, extension, document, format] category: Document version: 1.30 --- diff --git a/src/_icons/file-zip.svg b/src/_icons/file-zip.svg index b05fac64..5aad9623 100644 --- a/src/_icons/file-zip.svg +++ b/src/_icons/file-zip.svg @@ -1,4 +1,5 @@ --- +tags: [forms, documents, stack, letter, archive, rar, zipped, extention, bundle, format] category: Document version: 1.29 --- diff --git a/src/_icons/files-off.svg b/src/_icons/files-off.svg index 2e788cd5..6a8c26ee 100644 --- a/src/_icons/files-off.svg +++ b/src/_icons/files-off.svg @@ -1,4 +1,5 @@ --- +tags: [forms, documents, stack, letter] category: Document --- diff --git a/src/_icons/files.svg b/src/_icons/files.svg index d90d9681..206fda2f 100644 --- a/src/_icons/files.svg +++ b/src/_icons/files.svg @@ -1,4 +1,5 @@ --- +tags: [forms, documents, stack, letter] category: Document --- diff --git a/src/_icons/flag-2.svg b/src/_icons/flag-2.svg index 0f8f1bf4..a179e2a9 100644 --- a/src/_icons/flag-2.svg +++ b/src/_icons/flag-2.svg @@ -1,4 +1,5 @@ --- +tags: [banner, pin, report, map, warning, alert] --- diff --git a/src/_icons/flag-3.svg b/src/_icons/flag-3.svg index 215ea979..ddad1cdd 100644 --- a/src/_icons/flag-3.svg +++ b/src/_icons/flag-3.svg @@ -1,4 +1,5 @@ --- +tags: [banner, pin, report, map, warning, alert] --- diff --git a/src/_icons/flag.svg b/src/_icons/flag.svg index 0345fb4f..eba519d1 100644 --- a/src/_icons/flag.svg +++ b/src/_icons/flag.svg @@ -1,6 +1,6 @@ --- +tags: [banner, pin, report, map, warning, alert] category: Map -tags: [banner, pin, report, map] version: 1.0 --- diff --git a/src/_icons/flame.svg b/src/_icons/flame.svg index b6afac30..8f09f386 100644 --- a/src/_icons/flame.svg +++ b/src/_icons/flame.svg @@ -1,4 +1,5 @@ --- +tags: [fire, fireplace, light, burn, bonfire, smoke, barbecue] --- diff --git a/src/_icons/flare.svg b/src/_icons/flare.svg index f19cafae..c13072e6 100644 --- a/src/_icons/flare.svg +++ b/src/_icons/flare.svg @@ -1,4 +1,5 @@ --- +tags: [shine, flare, heat, sunlight, hot, sun, heat] --- diff --git a/src/_icons/fold-down.svg b/src/_icons/fold-down.svg index 719447e0..e6869550 100644 --- a/src/_icons/fold-down.svg +++ b/src/_icons/fold-down.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, move, toggle] version: 1.30 --- diff --git a/src/_icons/fold-up.svg b/src/_icons/fold-up.svg index 8fc747c4..5554fda0 100644 --- a/src/_icons/fold-up.svg +++ b/src/_icons/fold-up.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, move, toggle] version: 1.30 --- diff --git a/src/_icons/fold.svg b/src/_icons/fold.svg index 50f703ea..afd3072c 100644 --- a/src/_icons/fold.svg +++ b/src/_icons/fold.svg @@ -1,4 +1,5 @@ --- +tags: [arrow, move, merge] version: 1.30 --- diff --git a/src/_icons/geometry.svg b/src/_icons/geometry.svg index 5b94eaf0..fe28d15a 100644 --- a/src/_icons/geometry.svg +++ b/src/_icons/geometry.svg @@ -1,4 +1,5 @@ --- +tags: [build, architecture, create, compass] --- diff --git a/src/_icons/glass-off.svg b/src/_icons/glass-off.svg index 9b9bdf07..2565b8e6 100644 --- a/src/_icons/glass-off.svg +++ b/src/_icons/glass-off.svg @@ -1,4 +1,5 @@ --- +tags: [drink, alcohol, not-allowed, sober, non-alcoholic, wine] --- diff --git a/src/_icons/golf.svg b/src/_icons/golf.svg index 4142c304..3d0a16f6 100644 --- a/src/_icons/golf.svg +++ b/src/_icons/golf.svg @@ -1,4 +1,5 @@ --- +tags: [game, ball, play, hole, club-and-ball, stroke, luxury, pitch] category: Sport version: 1.34 --- diff --git a/src/_icons/gps.svg b/src/_icons/gps.svg index b8e2818c..e7f98df6 100644 --- a/src/_icons/gps.svg +++ b/src/_icons/gps.svg @@ -1,4 +1,5 @@ --- +tags: [navigation, directions, global, positioning, system, satnav, radionavigation, system, travel, car] category: Map version: 1.33 --- diff --git a/src/_icons/grain.svg b/src/_icons/grain.svg index 0ee2fd32..c2fcaef5 100644 --- a/src/_icons/grain.svg +++ b/src/_icons/grain.svg @@ -1,4 +1,5 @@ --- +tags: [dots, pattern, random, round, circle, nodes] --- diff --git a/src/_icons/growth.svg b/src/_icons/growth.svg index a04dc387..d6f26746 100644 --- a/src/_icons/growth.svg +++ b/src/_icons/growth.svg @@ -1,4 +1,5 @@ --- +tags: [seed, harvest, plant, tree, flower, grain, greenery, garden] category: Nature --- diff --git a/src/_icons/hanger.svg b/src/_icons/hanger.svg index d0622899..e8746b9a 100644 --- a/src/_icons/hanger.svg +++ b/src/_icons/hanger.svg @@ -1,4 +1,5 @@ --- +tags: [clothes, wardrobe, hook, hang, wooden, plastic, wire, shop, store, clothing, fashion] --- diff --git a/src/_icons/heading.svg b/src/_icons/heading.svg index 0702b03d..9e3cbb07 100644 --- a/src/_icons/heading.svg +++ b/src/_icons/heading.svg @@ -1,4 +1,5 @@ --- +tags: [main, text, headline, style, styling, html] category: Text --- diff --git a/src/_icons/headphones-off.svg b/src/_icons/headphones-off.svg index e6fcda22..204a2645 100644 --- a/src/_icons/headphones-off.svg +++ b/src/_icons/headphones-off.svg @@ -1,4 +1,5 @@ --- +tags: [sound, silence, mute, earphones, electronics, wireless, listen] category: Media version: 1.25 --- diff --git a/src/_icons/helicopter-landing.svg b/src/_icons/helicopter-landing.svg index c756b6a2..fe74c1d3 100644 --- a/src/_icons/helicopter-landing.svg +++ b/src/_icons/helicopter-landing.svg @@ -1,4 +1,5 @@ --- +tags: [pad, helipad, land, takeoff, navy, travel, aircraft, platform, fly] category: Vehicles version: 1.34 --- diff --git a/src/_icons/helicopter.svg b/src/_icons/helicopter.svg index ba3dd7d5..68fbaf63 100644 --- a/src/_icons/helicopter.svg +++ b/src/_icons/helicopter.svg @@ -1,4 +1,5 @@ --- +tags: [land, takeoff, navy, travel, aircraft, platform, fly, pilot, journey, rotorcraft, hover] category: Vehicles version: 1.34 --- diff --git a/src/_icons/hexagon-off.svg b/src/_icons/hexagon-off.svg index 082e61d4..75758f6c 100644 --- a/src/_icons/hexagon-off.svg +++ b/src/_icons/hexagon-off.svg @@ -1,4 +1,5 @@ --- +tags: [six, angle, shape, crossed] category: Shapes --- diff --git a/src/_icons/hierarchy-2.svg b/src/_icons/hierarchy-2.svg index 3d760b44..e04861c8 100644 --- a/src/_icons/hierarchy-2.svg +++ b/src/_icons/hierarchy-2.svg @@ -1,4 +1,5 @@ --- +tags: [relation, above, below, status, society, important] category: Design --- diff --git a/src/_icons/hierarchy.svg b/src/_icons/hierarchy.svg index 139667c9..071bcbd4 100644 --- a/src/_icons/hierarchy.svg +++ b/src/_icons/hierarchy.svg @@ -1,4 +1,5 @@ --- +tags: [relation, above, below, status, society, important] category: Design --- diff --git a/src/_icons/ice-cream-2.svg b/src/_icons/ice-cream-2.svg index 88f1bb05..39f9ccf6 100644 --- a/src/_icons/ice-cream-2.svg +++ b/src/_icons/ice-cream-2.svg @@ -1,4 +1,5 @@ --- +tags: [sweet, cold, dessert, food, taste, frozen, snack, flavour, flavor, cone] --- diff --git a/src/_icons/jump-rope.svg b/src/_icons/jump-rope.svg index cb42d9b9..762ee529 100644 --- a/src/_icons/jump-rope.svg +++ b/src/_icons/jump-rope.svg @@ -1,4 +1,5 @@ --- +tags: [sport, fitness, workout, gym, skipping, cardio, fit, shape] category: Sport version: 1.34 --- diff --git a/src/_icons/karate.svg b/src/_icons/karate.svg index 4060fa49..60a63e8b 100644 --- a/src/_icons/karate.svg +++ b/src/_icons/karate.svg @@ -1,4 +1,5 @@ --- +tags: [martial, art, self, defence, defend, strike, compat, oriental, fight, kick] category: Sport version: 1.27 --- diff --git a/src/_icons/keyboard-off.svg b/src/_icons/keyboard-off.svg index 7e7ec92d..8ea213e5 100644 --- a/src/_icons/keyboard-off.svg +++ b/src/_icons/keyboard-off.svg @@ -1,4 +1,5 @@ --- +tags: [device, type, disconnect, unplug] --- diff --git a/src/_icons/layers-linked.svg b/src/_icons/layers-linked.svg index e8278555..f6701cee 100644 --- a/src/_icons/layers-linked.svg +++ b/src/_icons/layers-linked.svg @@ -1,4 +1,5 @@ --- +tags: [data, network] --- diff --git a/src/_icons/leaf.svg b/src/_icons/leaf.svg index 0d57f2b1..0ef11d29 100644 --- a/src/_icons/leaf.svg +++ b/src/_icons/leaf.svg @@ -1,4 +1,5 @@ --- +tags: [nature, plant, tree, autumn, fall, greenery, flower, forest, garden] category: Nature version: 1.29 --- diff --git a/src/_icons/letter-case-lower.svg b/src/_icons/letter-case-lower.svg index bfca2cd4..193c4e1c 100644 --- a/src/_icons/letter-case-lower.svg +++ b/src/_icons/letter-case-lower.svg @@ -1,4 +1,5 @@ --- +tags: [typography, font, text, style, content] category: Text --- diff --git a/src/_icons/letter-case-toggle.svg b/src/_icons/letter-case-toggle.svg index 3e1a8fde..582f9389 100644 --- a/src/_icons/letter-case-toggle.svg +++ b/src/_icons/letter-case-toggle.svg @@ -1,4 +1,5 @@ --- +tags: [typography, font, text, style, content] category: Text --- diff --git a/src/_icons/letter-case-upper.svg b/src/_icons/letter-case-upper.svg index 5683ea36..739f7d8d 100644 --- a/src/_icons/letter-case-upper.svg +++ b/src/_icons/letter-case-upper.svg @@ -1,4 +1,5 @@ --- +tags: [typography, font, text, style, content] category: Text --- diff --git a/src/_icons/letter-case.svg b/src/_icons/letter-case.svg index ffb9cb84..48c0c979 100644 --- a/src/_icons/letter-case.svg +++ b/src/_icons/letter-case.svg @@ -1,4 +1,5 @@ --- +tags: [typography, font, text, style, content] category: Text --- diff --git a/src/_icons/letter-spacing.svg b/src/_icons/letter-spacing.svg index e45ea1c5..9390d566 100644 --- a/src/_icons/letter-spacing.svg +++ b/src/_icons/letter-spacing.svg @@ -1,4 +1,5 @@ --- +tags: [typography, font, space, character, word] category: Text --- diff --git a/src/_icons/line-dashed.svg b/src/_icons/line-dashed.svg index 0f3796b3..dda52e89 100644 --- a/src/_icons/line-dashed.svg +++ b/src/_icons/line-dashed.svg @@ -1,4 +1,5 @@ --- +tags: [geometric, segment, link, connection] --- diff --git a/src/_icons/line-dotted.svg b/src/_icons/line-dotted.svg index c13b6fcf..f72cc73d 100644 --- a/src/_icons/line-dotted.svg +++ b/src/_icons/line-dotted.svg @@ -1,4 +1,5 @@ --- +tags: [geometric, segment, link, connection] --- diff --git a/src/_icons/list-search.svg b/src/_icons/list-search.svg index 340f7342..8ecd942f 100644 --- a/src/_icons/list-search.svg +++ b/src/_icons/list-search.svg @@ -1,4 +1,5 @@ --- +tags: [find, agenda, shopping] --- diff --git a/src/_icons/macro.svg b/src/_icons/macro.svg index 9e6dc2fe..66787992 100644 --- a/src/_icons/macro.svg +++ b/src/_icons/macro.svg @@ -1,4 +1,5 @@ --- +tags: [video, photography, photo, camera] category: Photos --- diff --git a/src/_icons/manual-gearbox.svg b/src/_icons/manual-gearbox.svg index 2434988c..9d94d64d 100644 --- a/src/_icons/manual-gearbox.svg +++ b/src/_icons/manual-gearbox.svg @@ -1,4 +1,5 @@ --- +tags: [car, vehicle, torque, transmission, mechanics, motor, engine] version: 1.33 --- diff --git a/src/_icons/map-pins.svg b/src/_icons/map-pins.svg index 08127ec5..e7878345 100644 --- a/src/_icons/map-pins.svg +++ b/src/_icons/map-pins.svg @@ -1,4 +1,5 @@ --- +tags: [place, direction, travel, destination, mark, location, address] category: Map version: 1.31 --- diff --git a/src/_icons/marquee-2.svg b/src/_icons/marquee-2.svg index 5f30e270..ad081a69 100644 --- a/src/_icons/marquee-2.svg +++ b/src/_icons/marquee-2.svg @@ -1,4 +1,5 @@ --- +tags: [tag, tracer, html, animation, text, graphic] --- diff --git a/src/_icons/mask-off.svg b/src/_icons/mask-off.svg index b3a596b3..601c25bd 100644 --- a/src/_icons/mask-off.svg +++ b/src/_icons/mask-off.svg @@ -1,4 +1,5 @@ --- +tags: [edit, layer, mask, tool, design] category: Design --- diff --git a/src/_icons/mask.svg b/src/_icons/mask.svg index f278bc10..bc8f2364 100644 --- a/src/_icons/mask.svg +++ b/src/_icons/mask.svg @@ -1,4 +1,5 @@ --- +tags: [edit, layer, mask, tool, design] category: Design --- diff --git a/src/_icons/math-symbols.svg b/src/_icons/math-symbols.svg index f908626d..ca20dea4 100644 --- a/src/_icons/math-symbols.svg +++ b/src/_icons/math-symbols.svg @@ -1,4 +1,5 @@ --- +tags: [calculator, equal, plus, multiplication, minus, math] category: Math --- diff --git a/src/_icons/minus-vertical.svg b/src/_icons/minus-vertical.svg index a14984af..244aa6b9 100644 --- a/src/_icons/minus-vertical.svg +++ b/src/_icons/minus-vertical.svg @@ -1,4 +1,5 @@ --- +tags: [subtract, less, divide] --- diff --git a/src/_icons/mood-crazy-happy.svg b/src/_icons/mood-crazy-happy.svg index 046c860a..6e9a4ede 100644 --- a/src/_icons/mood-crazy-happy.svg +++ b/src/_icons/mood-crazy-happy.svg @@ -1,4 +1,5 @@ --- +tags: [good, excited, cheerful, jolly, delighted, lucky] category: Mood version: 1.34 --- diff --git a/src/_icons/motorbike.svg b/src/_icons/motorbike.svg index 92ab093a..755daa7c 100644 --- a/src/_icons/motorbike.svg +++ b/src/_icons/motorbike.svg @@ -1,4 +1,5 @@ --- +tags: [engine, ride, trip, journey, road, street, vehicle, motorcycle] category: Vehicles --- diff --git a/src/_icons/nfc.svg b/src/_icons/nfc.svg index 87ec5cf0..8e80e9a1 100644 --- a/src/_icons/nfc.svg +++ b/src/_icons/nfc.svg @@ -1,4 +1,5 @@ --- +tags: [payment, nfc, cash, chip, shopping, cashless, pass, contactless] --- diff --git a/src/_icons/number-0.svg b/src/_icons/number-0.svg index aa29ade8..c9ec2b8b 100644 --- a/src/_icons/number-0.svg +++ b/src/_icons/number-0.svg @@ -1,4 +1,5 @@ --- +tags: [zero, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-1.svg b/src/_icons/number-1.svg index 90b0fed8..0b4a822e 100644 --- a/src/_icons/number-1.svg +++ b/src/_icons/number-1.svg @@ -1,4 +1,5 @@ --- +tags: [one, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-2.svg b/src/_icons/number-2.svg index 114929d8..e5419f69 100644 --- a/src/_icons/number-2.svg +++ b/src/_icons/number-2.svg @@ -1,4 +1,5 @@ --- +tags: [two, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-3.svg b/src/_icons/number-3.svg index 3dd698ae..3fa68088 100644 --- a/src/_icons/number-3.svg +++ b/src/_icons/number-3.svg @@ -1,4 +1,5 @@ --- +tags: [three, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-4.svg b/src/_icons/number-4.svg index 8e8b5f38..a2378404 100644 --- a/src/_icons/number-4.svg +++ b/src/_icons/number-4.svg @@ -1,4 +1,5 @@ --- +tags: [four, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-5.svg b/src/_icons/number-5.svg index e2ac5226..b89f3635 100644 --- a/src/_icons/number-5.svg +++ b/src/_icons/number-5.svg @@ -1,4 +1,5 @@ --- +tags: [five, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-6.svg b/src/_icons/number-6.svg index f2a42cba..842fc261 100644 --- a/src/_icons/number-6.svg +++ b/src/_icons/number-6.svg @@ -1,4 +1,5 @@ --- +tags: [six, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-7.svg b/src/_icons/number-7.svg index 91b08c42..61006e0b 100644 --- a/src/_icons/number-7.svg +++ b/src/_icons/number-7.svg @@ -1,4 +1,5 @@ --- +tags: [seven, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-8.svg b/src/_icons/number-8.svg index d06b39ff..4133c7ae 100644 --- a/src/_icons/number-8.svg +++ b/src/_icons/number-8.svg @@ -1,4 +1,5 @@ --- +tags: [eight, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/number-9.svg b/src/_icons/number-9.svg index 53e44325..8a30170e 100644 --- a/src/_icons/number-9.svg +++ b/src/_icons/number-9.svg @@ -1,4 +1,5 @@ --- +tags: [nine, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit] category: Numbers --- diff --git a/src/_icons/octagon-off.svg b/src/_icons/octagon-off.svg index 7d27a5c7..42662ed3 100644 --- a/src/_icons/octagon-off.svg +++ b/src/_icons/octagon-off.svg @@ -1,4 +1,5 @@ --- +tags: [shape, eight, angle, crossed] category: Shapes --- diff --git a/src/_icons/olympics.svg b/src/_icons/olympics.svg index 95a884dd..77e61dea 100644 --- a/src/_icons/olympics.svg +++ b/src/_icons/olympics.svg @@ -1,4 +1,5 @@ --- +tags: [game, play, sport, sportsman, champion, win, medal, sporting, event, competition, athlete] category: Sport --- diff --git a/src/_icons/overline.svg b/src/_icons/overline.svg index 831212da..d4f7940b 100644 --- a/src/_icons/overline.svg +++ b/src/_icons/overline.svg @@ -1,4 +1,5 @@ --- +tags: [above, overbar, overscore, horizontal] category: Text --- diff --git a/src/_icons/pacman.svg b/src/_icons/pacman.svg index 5e49f2cd..1a09fc21 100644 --- a/src/_icons/pacman.svg +++ b/src/_icons/pacman.svg @@ -1,4 +1,5 @@ --- +tags: [game, play, online, maze, eat, dot, ghost] --- diff --git a/src/_icons/panorama-horizontal.svg b/src/_icons/panorama-horizontal.svg index da1365e4..d0e24cab 100644 --- a/src/_icons/panorama-horizontal.svg +++ b/src/_icons/panorama-horizontal.svg @@ -1,4 +1,5 @@ --- +tags: [photo, picture, panoramic] category: Photos version: 1.27 --- diff --git a/src/_icons/panorama-vertical.svg b/src/_icons/panorama-vertical.svg index 32ee412f..787a2239 100644 --- a/src/_icons/panorama-vertical.svg +++ b/src/_icons/panorama-vertical.svg @@ -1,4 +1,5 @@ --- +tags: [photo, picture, panoramic] category: Photos version: 1.27 --- diff --git a/src/_icons/parachute.svg b/src/_icons/parachute.svg index 28b8b140..ac6790ca 100644 --- a/src/_icons/parachute.svg +++ b/src/_icons/parachute.svg @@ -1,4 +1,5 @@ --- +tags: [plane, aircraft, land, float, pilot] category: Vehicles version: 1.33 --- diff --git a/src/_icons/pennant.svg b/src/_icons/pennant.svg index 01ec8417..20cb5bb9 100644 --- a/src/_icons/pennant.svg +++ b/src/_icons/pennant.svg @@ -1,4 +1,5 @@ --- +tags: [flag, ship, sports, championship, mark, spot, winner] version: 1.33 --- diff --git a/src/_icons/perspective.svg b/src/_icons/perspective.svg index 7fe37ca5..e4b34404 100644 --- a/src/_icons/perspective.svg +++ b/src/_icons/perspective.svg @@ -1,4 +1,5 @@ --- +tags: [3d, perspective, transform, reshape, scale] --- diff --git a/src/_icons/picture-in-picture-off.svg b/src/_icons/picture-in-picture-off.svg index 1e4e9ee1..4369ac38 100644 --- a/src/_icons/picture-in-picture-off.svg +++ b/src/_icons/picture-in-picture-off.svg @@ -1,4 +1,5 @@ --- +tags: [size, photo, elements, adjust, image] category: Media version: 1.28 --- diff --git a/src/_icons/picture-in-picture-on.svg b/src/_icons/picture-in-picture-on.svg index fd0af646..3c1d71ec 100644 --- a/src/_icons/picture-in-picture-on.svg +++ b/src/_icons/picture-in-picture-on.svg @@ -1,4 +1,5 @@ --- +tags: [size, photo, elements, adjust, image] category: Media version: 1.28 --- diff --git a/src/_icons/picture-in-picture.svg b/src/_icons/picture-in-picture.svg index 077e107a..c7175795 100644 --- a/src/_icons/picture-in-picture.svg +++ b/src/_icons/picture-in-picture.svg @@ -1,4 +1,5 @@ --- +tags: [size, photo, elements, adjust, image] category: Media version: 1.27 --- diff --git a/src/_icons/pinned-off.svg b/src/_icons/pinned-off.svg index 147418a9..9bd6cc1d 100644 --- a/src/_icons/pinned-off.svg +++ b/src/_icons/pinned-off.svg @@ -1,4 +1,5 @@ --- +tags: [removed, attach, corkboard, unfasten, noticeboard] category: Map version: 1.31 --- diff --git a/src/_icons/pinned.svg b/src/_icons/pinned.svg index da46f7d5..a973e8b8 100644 --- a/src/_icons/pinned.svg +++ b/src/_icons/pinned.svg @@ -1,4 +1,5 @@ --- +tags: [board, attach, nail, pointed, corkboard, favourite, noticeboard] category: Map version: 1.31 --- diff --git a/src/_icons/plant-2.svg b/src/_icons/plant-2.svg index c6174ff8..1f24f5b0 100644 --- a/src/_icons/plant-2.svg +++ b/src/_icons/plant-2.svg @@ -1,4 +1,5 @@ --- +tags: [nature, green, flower, pot, tree, leaf, greenery, root, stem, seed] category: Nature version: 1.33 --- diff --git a/src/_icons/plant.svg b/src/_icons/plant.svg index 3941a102..47a2cff9 100644 --- a/src/_icons/plant.svg +++ b/src/_icons/plant.svg @@ -1,4 +1,5 @@ --- +tags: [nature, green, flower, pot, tree, leaf, greenery, root, stem, seed] category: Nature version: 1.29 --- diff --git a/src/_icons/play-card.svg b/src/_icons/play-card.svg index 444a7ccf..79379c65 100644 --- a/src/_icons/play-card.svg +++ b/src/_icons/play-card.svg @@ -1,4 +1,5 @@ --- +tags: [game, magic, trick, casino, entertainment, spade, heart, diamond, club, playing] --- diff --git a/src/_icons/player-record.svg b/src/_icons/player-record.svg index e785f4bd..7d3bd7bc 100644 --- a/src/_icons/player-record.svg +++ b/src/_icons/player-record.svg @@ -1,4 +1,5 @@ --- +tags: [music, song, playlist, melody, device, voice, recorder, dictation, machine] category: Media version: 1.28 --- diff --git a/src/_icons/player-stop.svg b/src/_icons/player-stop.svg index b3869872..5cd6934c 100644 --- a/src/_icons/player-stop.svg +++ b/src/_icons/player-stop.svg @@ -1,4 +1,5 @@ --- +tags: [music, song, playlist, melody, device, voice, silence, break] category: Media version: 1.28 --- diff --git a/src/_icons/player-track-next.svg b/src/_icons/player-track-next.svg index c18c9f75..eff9fd94 100644 --- a/src/_icons/player-track-next.svg +++ b/src/_icons/player-track-next.svg @@ -1,4 +1,5 @@ --- +tags: [music, forward, play, song, playlist] category: Media version: 1.28 --- diff --git a/src/_icons/player-track-prev.svg b/src/_icons/player-track-prev.svg index f5f5c27b..54b90e49 100644 --- a/src/_icons/player-track-prev.svg +++ b/src/_icons/player-track-prev.svg @@ -1,4 +1,5 @@ --- +tags: [music, forward, play, song, playlist] category: Media version: 1.28 --- diff --git a/src/_icons/playlist.svg b/src/_icons/playlist.svg index dbec67e6..2203fba3 100644 --- a/src/_icons/playlist.svg +++ b/src/_icons/playlist.svg @@ -1,4 +1,5 @@ --- +tags: [music, song, artist, spotify, track, play, record] category: Media --- diff --git a/src/_icons/pokeball.svg b/src/_icons/pokeball.svg index 896e9205..faab3c16 100644 --- a/src/_icons/pokeball.svg +++ b/src/_icons/pokeball.svg @@ -1,4 +1,5 @@ --- +tags: [pokemon, go, catch, game, play] --- diff --git a/src/_icons/polaroid.svg b/src/_icons/polaroid.svg index 45f5d060..69fc95d2 100644 --- a/src/_icons/polaroid.svg +++ b/src/_icons/polaroid.svg @@ -1,4 +1,5 @@ --- +tags: [picture, photo, camera, polarization, develop, film, lens] category: Photos --- diff --git a/src/_icons/pool.svg b/src/_icons/pool.svg index f8f09640..73843ec2 100644 --- a/src/_icons/pool.svg +++ b/src/_icons/pool.svg @@ -1,4 +1,5 @@ --- +tags: [swim, water, swimmer, holiday, swimming, vacation, relax, sport] category: Sport version: 1.34 --- diff --git a/src/_icons/propeller.svg b/src/_icons/propeller.svg index a405ea21..75072ade 100644 --- a/src/_icons/propeller.svg +++ b/src/_icons/propeller.svg @@ -1,4 +1,5 @@ --- +tags: [rotate, blade, spiral, air, ship, fan, power] --- diff --git a/src/_icons/pyramid.svg b/src/_icons/pyramid.svg index 280837d3..22f9f161 100644 --- a/src/_icons/pyramid.svg +++ b/src/_icons/pyramid.svg @@ -1,4 +1,5 @@ --- +tags: [pattern, abstract, geometric, shape] --- diff --git a/src/_icons/radius-bottom-left.svg b/src/_icons/radius-bottom-left.svg index 8fcdf6ff..94e4b758 100644 --- a/src/_icons/radius-bottom-left.svg +++ b/src/_icons/radius-bottom-left.svg @@ -1,4 +1,5 @@ --- +tags: [round, corner, rounded, border, css, style, bottom] --- diff --git a/src/_icons/radius-bottom-right.svg b/src/_icons/radius-bottom-right.svg index ea64ffbd..23dc604c 100644 --- a/src/_icons/radius-bottom-right.svg +++ b/src/_icons/radius-bottom-right.svg @@ -1,4 +1,5 @@ --- +tags: [round, corner, rounded, border, css, style, top] --- diff --git a/src/_icons/radius-top-left.svg b/src/_icons/radius-top-left.svg index ffcfeb6b..dad6dbbe 100644 --- a/src/_icons/radius-top-left.svg +++ b/src/_icons/radius-top-left.svg @@ -1,4 +1,5 @@ --- +tags: [round, corner, rounded, border, css, style, bottom] --- diff --git a/src/_icons/radius-top-right.svg b/src/_icons/radius-top-right.svg index d3744ecd..730019e7 100644 --- a/src/_icons/radius-top-right.svg +++ b/src/_icons/radius-top-right.svg @@ -1,4 +1,5 @@ --- +tags: [round, corner, rounded, border, css, style, top] --- diff --git a/src/_icons/receipt-2.svg b/src/_icons/receipt-2.svg index 4f88ca43..beff7069 100644 --- a/src/_icons/receipt-2.svg +++ b/src/_icons/receipt-2.svg @@ -1,4 +1,5 @@ --- +tags: [bill, restaurant, shop, price, pay, money, total, tax] category: Document --- diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg index ed92a067..a4ea7ec5 100644 --- a/src/_icons/receipt-off.svg +++ b/src/_icons/receipt-off.svg @@ -1,4 +1,5 @@ --- +tags: [bill, restaurant, shop, price, pay, money, total, tax, free] category: Document --- diff --git a/src/_icons/receipt-refund.svg b/src/_icons/receipt-refund.svg index f9dd7699..50b47611 100644 --- a/src/_icons/receipt-refund.svg +++ b/src/_icons/receipt-refund.svg @@ -1,4 +1,5 @@ --- +tags: [bill, restaurant, shop, price, pay, money, total, give, back, return] category: Document --- diff --git a/src/_icons/receipt.svg b/src/_icons/receipt.svg index 07c707de..889bb973 100644 --- a/src/_icons/receipt.svg +++ b/src/_icons/receipt.svg @@ -1,4 +1,5 @@ --- +tags: [bill, restaurant, shop, price, pay, money, total, tax] category: Document --- diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg index 333face1..17cd2cb3 100644 --- a/src/_icons/recharging.svg +++ b/src/_icons/recharging.svg @@ -1,4 +1,5 @@ --- +tags: [battery, power, charge, socket, electricity, device, phone, laptop, low] --- diff --git a/src/_icons/relation-many-to-many.svg b/src/_icons/relation-many-to-many.svg index 82fbd61d..c732468e 100644 --- a/src/_icons/relation-many-to-many.svg +++ b/src/_icons/relation-many-to-many.svg @@ -1,4 +1,5 @@ --- +tags: [data, model, analysis, multiple, connection, database, link] category: Database version: 1.33 --- diff --git a/src/_icons/relation-one-to-many.svg b/src/_icons/relation-one-to-many.svg index 2d5042a0..ccdbcbfd 100644 --- a/src/_icons/relation-one-to-many.svg +++ b/src/_icons/relation-one-to-many.svg @@ -1,4 +1,5 @@ --- +tags: [data, model, analysis, multiple, connection, database, link] category: Database version: 1.33 --- diff --git a/src/_icons/relation-one-to-one.svg b/src/_icons/relation-one-to-one.svg index 492f2c8a..d9ce64fa 100644 --- a/src/_icons/relation-one-to-one.svg +++ b/src/_icons/relation-one-to-one.svg @@ -1,4 +1,5 @@ --- +tags: [data, model, analysis, connection, database, link] category: Database version: 1.33 --- diff --git a/src/_icons/report-analytics.svg b/src/_icons/report-analytics.svg index a4d55e20..734f6803 100644 --- a/src/_icons/report-analytics.svg +++ b/src/_icons/report-analytics.svg @@ -1,4 +1,5 @@ --- +tags: [statistics, results, business, sales, analysis, analyse, bar, chart] category: Document --- diff --git a/src/_icons/report-medical.svg b/src/_icons/report-medical.svg index 4fa4e0fc..c86f96c5 100644 --- a/src/_icons/report-medical.svg +++ b/src/_icons/report-medical.svg @@ -1,4 +1,5 @@ --- +tags: [hospital, doctor, health, sickness, illness, test, results] category: Document --- diff --git a/src/_icons/report-money.svg b/src/_icons/report-money.svg index 950ec4dc..e1f50da4 100644 --- a/src/_icons/report-money.svg +++ b/src/_icons/report-money.svg @@ -1,4 +1,5 @@ --- +tags: [results, business, sales, analysis, analyse, finance, financial, total] category: Document --- diff --git a/src/_icons/report.svg b/src/_icons/report.svg index cbca9552..b3e419f2 100644 --- a/src/_icons/report.svg +++ b/src/_icons/report.svg @@ -1,4 +1,5 @@ --- +tags: [time, timesheet, analysis, analyse, results, business, company] category: Document --- diff --git a/src/_icons/resize.svg b/src/_icons/resize.svg index ca252b3c..23335c1b 100644 --- a/src/_icons/resize.svg +++ b/src/_icons/resize.svg @@ -1,4 +1,5 @@ --- +tags: [picture, photo, alter, change, height, width] category: Design --- diff --git a/src/_icons/ripple.svg b/src/_icons/ripple.svg index 04a6eb15..a549bc46 100644 --- a/src/_icons/ripple.svg +++ b/src/_icons/ripple.svg @@ -1,4 +1,5 @@ --- +tags: [wave, water, breeze, ocean, sea] version: 1.33 --- diff --git a/src/_icons/row-insert-bottom.svg b/src/_icons/row-insert-bottom.svg index ba4c0637..d1fa95dc 100644 --- a/src/_icons/row-insert-bottom.svg +++ b/src/_icons/row-insert-bottom.svg @@ -1,4 +1,5 @@ --- +tags: [table, layout, add, below, macro, excel] category: Database --- diff --git a/src/_icons/row-insert-top.svg b/src/_icons/row-insert-top.svg index 7e66cb5a..beaced75 100644 --- a/src/_icons/row-insert-top.svg +++ b/src/_icons/row-insert-top.svg @@ -1,4 +1,5 @@ --- +tags: [table, layout, add, below, macro, excel] category: Database --- diff --git a/src/_icons/ruler-2.svg b/src/_icons/ruler-2.svg index e17be9ce..2cdbf502 100644 --- a/src/_icons/ruler-2.svg +++ b/src/_icons/ruler-2.svg @@ -1,4 +1,5 @@ --- +tags: [maths, dimensions, size, width, length, geometry, measure, technical] --- diff --git a/src/_icons/satellite.svg b/src/_icons/satellite.svg index c4d3d0ba..e0ca6359 100644 --- a/src/_icons/satellite.svg +++ b/src/_icons/satellite.svg @@ -1,4 +1,5 @@ --- +tags: [orbit, space, moon, earth, planet, communication, information, celestial] category: Map --- diff --git a/src/_icons/scale.svg b/src/_icons/scale.svg index 63b7abc0..99a33b1b 100644 --- a/src/_icons/scale.svg +++ b/src/_icons/scale.svg @@ -1,4 +1,5 @@ --- +tags: [weigh, balance, amount, heavy, light, libra] --- diff --git a/src/_icons/section.svg b/src/_icons/section.svg index 8b4f6bc8..f7fd62f2 100644 --- a/src/_icons/section.svg +++ b/src/_icons/section.svg @@ -1,4 +1,5 @@ --- +tags: [html, element, layout, divide, position, website] category: Design --- diff --git a/src/_icons/seeding.svg b/src/_icons/seeding.svg index 17e7f8ca..2d4e64fb 100644 --- a/src/_icons/seeding.svg +++ b/src/_icons/seeding.svg @@ -1,4 +1,5 @@ --- +tags: [nature, greenery, grow, soil, harvest, plant, flower, tree, leaf] category: Ecology version: 1.29 --- diff --git a/src/_icons/settings-automation.svg b/src/_icons/settings-automation.svg index 816d2ea2..ceec4e1b 100644 --- a/src/_icons/settings-automation.svg +++ b/src/_icons/settings-automation.svg @@ -1,4 +1,5 @@ --- +tags: [system, technology, automate, configure, device, program] --- diff --git a/src/_icons/shadow-off.svg b/src/_icons/shadow-off.svg index 92246843..b525518d 100644 --- a/src/_icons/shadow-off.svg +++ b/src/_icons/shadow-off.svg @@ -1,4 +1,5 @@ --- +tags: [dark, sun, area, light, css, effect, clear] category: Photos --- diff --git a/src/_icons/shadow.svg b/src/_icons/shadow.svg index 2ff57838..3ee4896f 100644 --- a/src/_icons/shadow.svg +++ b/src/_icons/shadow.svg @@ -1,4 +1,5 @@ --- +tags: [dark, sun, area, covered, dim, light, css, effect] category: Photos --- diff --git a/src/_icons/shield-lock.svg b/src/_icons/shield-lock.svg index 66071af6..b2308ccc 100644 --- a/src/_icons/shield-lock.svg +++ b/src/_icons/shield-lock.svg @@ -1,4 +1,5 @@ --- +tags: [secure, security, closed, key, safety] version: 1.30 --- diff --git a/src/_icons/shopping-cart-off.svg b/src/_icons/shopping-cart-off.svg index 24b39393..71b2b93d 100644 --- a/src/_icons/shopping-cart-off.svg +++ b/src/_icons/shopping-cart-off.svg @@ -1,4 +1,5 @@ --- +tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] --- diff --git a/src/_icons/shopping-cart-plus.svg b/src/_icons/shopping-cart-plus.svg index 041fd0ed..c505ba7a 100644 --- a/src/_icons/shopping-cart-plus.svg +++ b/src/_icons/shopping-cart-plus.svg @@ -1,4 +1,5 @@ --- +tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] --- diff --git a/src/_icons/shopping-cart-x.svg b/src/_icons/shopping-cart-x.svg index 07ec8e61..2f694036 100644 --- a/src/_icons/shopping-cart-x.svg +++ b/src/_icons/shopping-cart-x.svg @@ -1,4 +1,5 @@ --- +tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] --- diff --git a/src/_icons/shopping-cart.svg b/src/_icons/shopping-cart.svg index ad7efeef..c4e839fd 100644 --- a/src/_icons/shopping-cart.svg +++ b/src/_icons/shopping-cart.svg @@ -1,4 +1,5 @@ --- +tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] --- diff --git a/src/_icons/shredder.svg b/src/_icons/shredder.svg index 91b24691..8a324b8e 100644 --- a/src/_icons/shredder.svg +++ b/src/_icons/shredder.svg @@ -1,4 +1,5 @@ --- +tags: [paper, document, destroy, device, office, confidential] category: Devices --- diff --git a/src/_icons/signature.svg b/src/_icons/signature.svg index 3308e7e4..a75c8fec 100644 --- a/src/_icons/signature.svg +++ b/src/_icons/signature.svg @@ -1,4 +1,5 @@ --- +tags: [name, certficate, sign, edit, write, document, writing] --- diff --git a/src/_icons/soccer-field.svg b/src/_icons/soccer-field.svg index 3a295c94..b871d6e8 100644 --- a/src/_icons/soccer-field.svg +++ b/src/_icons/soccer-field.svg @@ -1,4 +1,5 @@ --- +tags: [football, pitch, player, vall, goal, goalkeeper, kick, ball, score, sport, sportsman] category: Sport version: 1.34 --- diff --git a/src/_icons/sock.svg b/src/_icons/sock.svg index 97529ffd..8df43809 100644 --- a/src/_icons/sock.svg +++ b/src/_icons/sock.svg @@ -1,4 +1,5 @@ --- +tags: [clothing, clothes, foot, feet, leg, knit, wool, cotton, ankle] --- diff --git a/src/_icons/sort-ascending-2.svg b/src/_icons/sort-ascending-2.svg index 0e742ad3..0d0a2a24 100644 --- a/src/_icons/sort-ascending-2.svg +++ b/src/_icons/sort-ascending-2.svg @@ -1,4 +1,5 @@ --- +tags: [filter, classify, arrange, order] --- diff --git a/src/_icons/sort-descending-2.svg b/src/_icons/sort-descending-2.svg index 5449529f..c83a4d48 100644 --- a/src/_icons/sort-descending-2.svg +++ b/src/_icons/sort-descending-2.svg @@ -1,4 +1,5 @@ --- +tags: [filter, classify, arrange, order] --- diff --git a/src/_icons/speakerphone.svg b/src/_icons/speakerphone.svg index b69358c3..7fd23b6d 100644 --- a/src/_icons/speakerphone.svg +++ b/src/_icons/speakerphone.svg @@ -1,4 +1,5 @@ --- +tags: [voice, loud, microphone, loudspeaker, event, protest, speaker, shout, listen] category: Media version: 1.31 --- diff --git a/src/_icons/speedboat.svg b/src/_icons/speedboat.svg index c2709038..7e4ab0fc 100644 --- a/src/_icons/speedboat.svg +++ b/src/_icons/speedboat.svg @@ -1,4 +1,5 @@ --- +tags: [motorboat, holiday, sea, ocean, engine, travel, lake, summer] category: Vehicles version: 1.34 --- diff --git a/src/_icons/square-0.svg b/src/_icons/square-0.svg index 251623f6..90a731b1 100644 --- a/src/_icons/square-0.svg +++ b/src/_icons/square-0.svg @@ -1,4 +1,5 @@ --- +tags: [zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-1.svg b/src/_icons/square-1.svg index 508f1c1e..7e802110 100644 --- a/src/_icons/square-1.svg +++ b/src/_icons/square-1.svg @@ -1,4 +1,5 @@ --- +tags: [one, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-2.svg b/src/_icons/square-2.svg index 692c1215..0b74646b 100644 --- a/src/_icons/square-2.svg +++ b/src/_icons/square-2.svg @@ -1,4 +1,5 @@ --- +tags: [two, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-3.svg b/src/_icons/square-3.svg index 364053c3..106479e3 100644 --- a/src/_icons/square-3.svg +++ b/src/_icons/square-3.svg @@ -1,4 +1,5 @@ --- +tags: [three, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-4.svg b/src/_icons/square-4.svg index 1cc3ae93..31d0e17f 100644 --- a/src/_icons/square-4.svg +++ b/src/_icons/square-4.svg @@ -1,4 +1,5 @@ --- +tags: [four, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-5.svg b/src/_icons/square-5.svg index a1944d8d..6f46c7c7 100644 --- a/src/_icons/square-5.svg +++ b/src/_icons/square-5.svg @@ -1,4 +1,5 @@ --- +tags: [five, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-6.svg b/src/_icons/square-6.svg index 24c005d5..b1bfbdc7 100644 --- a/src/_icons/square-6.svg +++ b/src/_icons/square-6.svg @@ -1,4 +1,5 @@ --- +tags: [six, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-7.svg b/src/_icons/square-7.svg index 70dd2ba9..cec4910b 100644 --- a/src/_icons/square-7.svg +++ b/src/_icons/square-7.svg @@ -1,4 +1,5 @@ --- +tags: [seven, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-8.svg b/src/_icons/square-8.svg index 57687984..3cfdfc86 100644 --- a/src/_icons/square-8.svg +++ b/src/_icons/square-8.svg @@ -1,4 +1,5 @@ --- +tags: [eight, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-9.svg b/src/_icons/square-9.svg index 2bc2ea5a..285566e1 100644 --- a/src/_icons/square-9.svg +++ b/src/_icons/square-9.svg @@ -1,4 +1,5 @@ --- +tags: [nine, zero, number, digit, quantity, amount, order, maths, sum, total] category: Numbers --- diff --git a/src/_icons/square-dot.svg b/src/_icons/square-dot.svg index 612d9b8c..c64bf6af 100644 --- a/src/_icons/square-dot.svg +++ b/src/_icons/square-dot.svg @@ -1,4 +1,5 @@ --- +tags: [corner, shape, element, point] version: 1.30 --- diff --git a/src/_icons/square-forbid-2.svg b/src/_icons/square-forbid-2.svg index 6dcd0bc6..7b618846 100644 --- a/src/_icons/square-forbid-2.svg +++ b/src/_icons/square-forbid-2.svg @@ -1,4 +1,5 @@ --- +tags: [box, disabled, off, block] version: 1.30 --- diff --git a/src/_icons/square-forbid.svg b/src/_icons/square-forbid.svg index c873d4e7..a1d26895 100644 --- a/src/_icons/square-forbid.svg +++ b/src/_icons/square-forbid.svg @@ -1,4 +1,5 @@ --- +tags: [box, disabled, off, block] version: 1.30 --- diff --git a/src/_icons/square-off.svg b/src/_icons/square-off.svg index 1974c7db..c9bf55fb 100644 --- a/src/_icons/square-off.svg +++ b/src/_icons/square-off.svg @@ -1,4 +1,5 @@ --- +tags: [box, disabled, block] category: Shapes --- diff --git a/src/_icons/square-rotated-off.svg b/src/_icons/square-rotated-off.svg index c6d9a088..1674643f 100644 --- a/src/_icons/square-rotated-off.svg +++ b/src/_icons/square-rotated-off.svg @@ -1,4 +1,5 @@ --- +tags: [box, disabled, block] category: Shapes --- diff --git a/src/_icons/square-toggle-horizontal.svg b/src/_icons/square-toggle-horizontal.svg index 6eefa38c..abaccc3f 100644 --- a/src/_icons/square-toggle-horizontal.svg +++ b/src/_icons/square-toggle-horizontal.svg @@ -1,4 +1,5 @@ --- +tags: [box, clone, move] category: Design --- diff --git a/src/_icons/square-toggle.svg b/src/_icons/square-toggle.svg index a7e5f4e5..a7f52217 100644 --- a/src/_icons/square-toggle.svg +++ b/src/_icons/square-toggle.svg @@ -1,4 +1,5 @@ --- +tags: [box, clone, move] category: Design --- diff --git a/src/_icons/squares-diagonal.svg b/src/_icons/squares-diagonal.svg index 466d541d..1b2e0ec1 100644 --- a/src/_icons/squares-diagonal.svg +++ b/src/_icons/squares-diagonal.svg @@ -1,4 +1,5 @@ --- +tags: [boxes, layers] --- diff --git a/src/_icons/squares-filled.svg b/src/_icons/squares-filled.svg index 1c58f82d..d2e1e048 100644 --- a/src/_icons/squares-filled.svg +++ b/src/_icons/squares-filled.svg @@ -1,4 +1,5 @@ --- +tags: [boxes, layers] --- diff --git a/src/_icons/star-off.svg b/src/_icons/star-off.svg index d86258b6..c9a501a9 100644 --- a/src/_icons/star-off.svg +++ b/src/_icons/star-off.svg @@ -1,4 +1,5 @@ --- +tags: [favorite, like, mark, bookmark, grade] category: Shapes version: 1.31 --- diff --git a/src/_icons/stethoscope.svg b/src/_icons/stethoscope.svg index 5f7f8106..00966664 100644 --- a/src/_icons/stethoscope.svg +++ b/src/_icons/stethoscope.svg @@ -1,4 +1,5 @@ --- +tags: [doctor, medical, physician, test, examination, health, illness, sickness, scrutiny, test, hospital] version: 1.33 --- diff --git a/src/_icons/submarine.svg b/src/_icons/submarine.svg index 3609c860..7492b06f 100644 --- a/src/_icons/submarine.svg +++ b/src/_icons/submarine.svg @@ -1,4 +1,5 @@ --- +tags: [sea, ocean, underwater, shipwater, war] category: Vehicles version: 1.34 --- diff --git a/src/_icons/sun-off.svg b/src/_icons/sun-off.svg index a4364391..aa3e4656 100644 --- a/src/_icons/sun-off.svg +++ b/src/_icons/sun-off.svg @@ -1,4 +1,5 @@ --- +tags: [dark, darkmode, summer, light, brightness] category: Weather version: 1.31 --- diff --git a/src/_icons/table-export.svg b/src/_icons/table-export.svg index 27ab7a8d..b4c28d44 100644 --- a/src/_icons/table-export.svg +++ b/src/_icons/table-export.svg @@ -1,4 +1,5 @@ --- +tags: [spreadsheet, layout, grid, arrange, row, column, cells, sheet, arrow] category: Database --- diff --git a/src/_icons/table-import.svg b/src/_icons/table-import.svg index 7c69d58d..0a7beb35 100644 --- a/src/_icons/table-import.svg +++ b/src/_icons/table-import.svg @@ -1,4 +1,5 @@ --- +tags: [spreadsheet, layout, grid, arrange, row, column, cells, sheet, arrow] category: Database --- diff --git a/src/_icons/table-off.svg b/src/_icons/table-off.svg index 2bc1947a..994a0aa9 100644 --- a/src/_icons/table-off.svg +++ b/src/_icons/table-off.svg @@ -1,4 +1,5 @@ --- +tags: [spreadsheet, layout, grid, arrange, row, column] category: Database --- diff --git a/src/_icons/tank.svg b/src/_icons/tank.svg index d8a3fdeb..0178556a 100644 --- a/src/_icons/tank.svg +++ b/src/_icons/tank.svg @@ -1,4 +1,5 @@ --- +tags: [war, military, armour, vehicle, gun, attack, shoot, battle, battlefield] category: Vehicles version: 1.34 --- diff --git a/src/_icons/text-direction-ltr.svg b/src/_icons/text-direction-ltr.svg index 9fa6150c..a11e7d83 100644 --- a/src/_icons/text-direction-ltr.svg +++ b/src/_icons/text-direction-ltr.svg @@ -1,4 +1,5 @@ --- +tags: [left, right] --- diff --git a/src/_icons/text-direction-rtl.svg b/src/_icons/text-direction-rtl.svg index 23ec5cee..76ce2dce 100644 --- a/src/_icons/text-direction-rtl.svg +++ b/src/_icons/text-direction-rtl.svg @@ -1,4 +1,5 @@ --- +tags: [left, right] --- diff --git a/src/_icons/tilt-shift.svg b/src/_icons/tilt-shift.svg index 631d1690..28447379 100644 --- a/src/_icons/tilt-shift.svg +++ b/src/_icons/tilt-shift.svg @@ -1,4 +1,5 @@ --- +tags: [filter, shift, photography, photo] --- diff --git a/src/_icons/tir.svg b/src/_icons/tir.svg index fd6788b1..16a684fa 100644 --- a/src/_icons/tir.svg +++ b/src/_icons/tir.svg @@ -1,4 +1,5 @@ --- +tags: [delivery, transportation, transport, logistics, vehicle, goods] category: Vehicles version: 1.7 --- diff --git a/src/_icons/tools-kitchen-2.svg b/src/_icons/tools-kitchen-2.svg index b980b596..ac408d9b 100644 --- a/src/_icons/tools-kitchen-2.svg +++ b/src/_icons/tools-kitchen-2.svg @@ -1,4 +1,5 @@ --- +tags: [knife, fork, spoon, cutlery, eat, restaurant, menu, cafe, cook, cut, soup, dinner, breakfast, dining, plate, dish] category: Map --- diff --git a/src/_icons/tools-kitchen.svg b/src/_icons/tools-kitchen.svg index a5ecc4e5..7faeca80 100644 --- a/src/_icons/tools-kitchen.svg +++ b/src/_icons/tools-kitchen.svg @@ -1,4 +1,5 @@ --- +tags: [knife, fork, spoon, cutlery, eat, restaurant, menu, cafe, cook, cut, soup, dinner, breakfast, dining, plate, dish] category: Map version: 1.31 --- diff --git a/src/_icons/tornado.svg b/src/_icons/tornado.svg index f341e061..e3f264fe 100644 --- a/src/_icons/tornado.svg +++ b/src/_icons/tornado.svg @@ -1,4 +1,5 @@ --- +tags: [wind, rotate, storm, spin, spinning, air, catastrophe, vortex] category: Weather version: 1.20 --- diff --git a/src/_icons/tournament.svg b/src/_icons/tournament.svg index 147a8629..ed8979de 100644 --- a/src/_icons/tournament.svg +++ b/src/_icons/tournament.svg @@ -1,4 +1,5 @@ --- +tags: [competition, competitor, sport, game, play, champion] version: 1.19 --- diff --git a/src/_icons/track.svg b/src/_icons/track.svg index 1c28172e..45fdba6f 100644 --- a/src/_icons/track.svg +++ b/src/_icons/track.svg @@ -1,4 +1,5 @@ --- +tags: [trail, path, route, train, railway, railroad] category: Vehicles --- diff --git a/src/_icons/tractor.svg b/src/_icons/tractor.svg index 7bd595f0..f8221a1e 100644 --- a/src/_icons/tractor.svg +++ b/src/_icons/tractor.svg @@ -1,4 +1,5 @@ --- +tags: [countryside, vehicle, harvest, machine, motor, farm, trailer] category: Vehicles version: 1.8 --- diff --git a/src/_icons/trademark.svg b/src/_icons/trademark.svg index 281eae58..6afc3507 100644 --- a/src/_icons/trademark.svg +++ b/src/_icons/trademark.svg @@ -1,4 +1,5 @@ --- +tags: [legal, product, company, own, ownership, brand, law, right, certificate] version: 1.8 category: Symbols --- diff --git a/src/_icons/traffic-cone.svg b/src/_icons/traffic-cone.svg index 61124243..a85cabcf 100644 --- a/src/_icons/traffic-cone.svg +++ b/src/_icons/traffic-cone.svg @@ -1,4 +1,5 @@ --- +tags: [street, road, vehicle, repair, warning, lane, drive] category: Map version: 1.8 --- diff --git a/src/_icons/traffic-lights.svg b/src/_icons/traffic-lights.svg index 2ddc21f0..8613ae5e 100644 --- a/src/_icons/traffic-lights.svg +++ b/src/_icons/traffic-lights.svg @@ -1,4 +1,5 @@ --- +tags: [street, road, green, red, yellow, vehicle, stop, drive, crossing, pedestrian, crossroads, junction, intersection] category: Map version: 1.27 --- diff --git a/src/_icons/train.svg b/src/_icons/train.svg index a0d205f7..3d4e6352 100644 --- a/src/_icons/train.svg +++ b/src/_icons/train.svg @@ -1,4 +1,5 @@ --- +tags: [railway, rails, tgv, journey, travel, network, route, passenger] category: Vehicles version: 1.34 --- diff --git a/src/_icons/trash-off.svg b/src/_icons/trash-off.svg index 354cb74a..ba2ec845 100644 --- a/src/_icons/trash-off.svg +++ b/src/_icons/trash-off.svg @@ -1,4 +1,5 @@ --- +tags: [bin, litter, recycle, remove, delete, throw, away, waste] version: 1.31 --- diff --git a/src/_icons/tree.svg b/src/_icons/tree.svg index e73341a0..0a32fe6a 100644 --- a/src/_icons/tree.svg +++ b/src/_icons/tree.svg @@ -1,4 +1,5 @@ --- +tags: [nature, greenery, park, leaf, trunk, stem, root, forest, garden] category: Map --- diff --git a/src/_icons/trees.svg b/src/_icons/trees.svg index efdcba50..d53d2a74 100644 --- a/src/_icons/trees.svg +++ b/src/_icons/trees.svg @@ -1,4 +1,5 @@ --- +tags: [nature, greenery, park, leaf, trunk, stem, root, forest, garden] category: Map --- diff --git a/src/_icons/triangle-off.svg b/src/_icons/triangle-off.svg index d3f0eea7..53ed7b17 100644 --- a/src/_icons/triangle-off.svg +++ b/src/_icons/triangle-off.svg @@ -1,4 +1,5 @@ --- +tags: [shape, crossed, angle] category: Shapes --- diff --git a/src/_icons/triangle-square-circle.svg b/src/_icons/triangle-square-circle.svg index 4b36ad65..e638b82b 100644 --- a/src/_icons/triangle-square-circle.svg +++ b/src/_icons/triangle-square-circle.svg @@ -1,4 +1,5 @@ --- +tags: [shape, geometry, round, angle] category: Shapes version: 1.21 --- diff --git a/src/_icons/trident.svg b/src/_icons/trident.svg index 85a1db99..1dd6c5d7 100644 --- a/src/_icons/trident.svg +++ b/src/_icons/trident.svg @@ -1,4 +1,5 @@ --- +tags: [three, spear, weapon, sharp, tool] version: 1.18 --- diff --git a/src/_icons/truck-delivery.svg b/src/_icons/truck-delivery.svg index b751a0d9..c11bd2d0 100644 --- a/src/_icons/truck-delivery.svg +++ b/src/_icons/truck-delivery.svg @@ -1,4 +1,5 @@ --- +tags: [order, purchase, online, shop, store, e-commerce, lorry] category: Vehicles version: 1.11 --- diff --git a/src/_icons/truck-off.svg b/src/_icons/truck-off.svg index 2b320a7e..75802d52 100644 --- a/src/_icons/truck-off.svg +++ b/src/_icons/truck-off.svg @@ -1,4 +1,5 @@ --- +tags: [order, purchase, online, shop, store, e-commerce, lorry] category: Vehicles --- diff --git a/src/_icons/truck-return.svg b/src/_icons/truck-return.svg index 189d4943..312f79b3 100644 --- a/src/_icons/truck-return.svg +++ b/src/_icons/truck-return.svg @@ -1,4 +1,5 @@ --- +tags: [order, purchase, online, shop, store, e-commerce, lorry] category: Vehicles version: 1.11 --- diff --git a/src/_icons/umbrella.svg b/src/_icons/umbrella.svg index 2439781b..4c2e836f 100644 --- a/src/_icons/umbrella.svg +++ b/src/_icons/umbrella.svg @@ -1,4 +1,5 @@ --- +tags: [rain, weather, storm, wet, autumn, fall] version: 1.7 --- diff --git a/src/_icons/variable.svg b/src/_icons/variable.svg index b7c85c43..679c6a0d 100644 --- a/src/_icons/variable.svg +++ b/src/_icons/variable.svg @@ -1,4 +1,5 @@ --- +tags: [maths, mathematics, science, calculate, function] category: Math --- diff --git a/src/_icons/versions.svg b/src/_icons/versions.svg index e3e686c2..c88c5eef 100644 --- a/src/_icons/versions.svg +++ b/src/_icons/versions.svg @@ -1,4 +1,5 @@ --- +tags: [app, variation, different, variant, alternative] version: 1.29 --- diff --git a/src/_icons/view-360.svg b/src/_icons/view-360.svg index 4d4a1b27..5d2c007a 100644 --- a/src/_icons/view-360.svg +++ b/src/_icons/view-360.svg @@ -1,4 +1,5 @@ --- +tags: [panoramic, degrees, image, around] version: 1.33 --- diff --git a/src/_icons/virus-off.svg b/src/_icons/virus-off.svg index 359a46be..83d91c26 100644 --- a/src/_icons/virus-off.svg +++ b/src/_icons/virus-off.svg @@ -1,4 +1,5 @@ --- +tags: [covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease] version: 1.31 --- diff --git a/src/_icons/virus-search.svg b/src/_icons/virus-search.svg index 7727c3de..bd506c94 100644 --- a/src/_icons/virus-search.svg +++ b/src/_icons/virus-search.svg @@ -1,4 +1,5 @@ --- +tags: [covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease] version: 1.31 --- diff --git a/src/_icons/windmill.svg b/src/_icons/windmill.svg index a050036a..dc27b5ef 100644 --- a/src/_icons/windmill.svg +++ b/src/_icons/windmill.svg @@ -1,4 +1,5 @@ --- +tags: [generate, power, blade, energy, electricity] version: 1.33 --- diff --git a/src/_icons/window.svg b/src/_icons/window.svg index 63041cbc..5a0afd99 100644 --- a/src/_icons/window.svg +++ b/src/_icons/window.svg @@ -1,4 +1,5 @@ --- +tags: [house, view, glass, apartment, vehicle, light, frame, home, building] --- diff --git a/src/_icons/wrecking-ball.svg b/src/_icons/wrecking-ball.svg index 60f98906..b48558ea 100644 --- a/src/_icons/wrecking-ball.svg +++ b/src/_icons/wrecking-ball.svg @@ -1,4 +1,5 @@ --- +tags: [demolish, building, wrecker, metal, swing, knock, down] category: Vehicles version: 1.34 --- diff --git a/src/_icons/writing-sign.svg b/src/_icons/writing-sign.svg index 6c0c8580..1752243d 100644 --- a/src/_icons/writing-sign.svg +++ b/src/_icons/writing-sign.svg @@ -1,4 +1,5 @@ --- +tags: [name, certficate, sign, edit, write, document, writing, pen] --- diff --git a/src/_icons/writing.svg b/src/_icons/writing.svg index 1a35d16c..ba7efcd6 100644 --- a/src/_icons/writing.svg +++ b/src/_icons/writing.svg @@ -1,4 +1,5 @@ --- +tags: [name, certficate, sign, edit, write, document, pen, drawing, contract, signature] --- diff --git a/src/_icons/zoom-check.svg b/src/_icons/zoom-check.svg index 26832a9a..ee72bcb4 100644 --- a/src/_icons/zoom-check.svg +++ b/src/_icons/zoom-check.svg @@ -1,4 +1,5 @@ --- +tags: [verify, magnifying, glass, magnifier, ok, done] --- diff --git a/src/_icons/zoom-money.svg b/src/_icons/zoom-money.svg index 9820f5ae..2120887a 100644 --- a/src/_icons/zoom-money.svg +++ b/src/_icons/zoom-money.svg @@ -1,4 +1,5 @@ --- +tags: [magnifying, glass, magnifier, earn, pay, sum, total, finance, financial] --- -- cgit v1.2.1 From 605742e3d556a8114c683a208d0f241cfef25c8d Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 23:22:21 +0200 Subject: droplet icons fixes --- src/_icons/droplet-filled-2.svg | 2 +- src/_icons/droplet-filled.svg | 2 +- src/_icons/droplet-half-2.svg | 2 +- src/_icons/droplet-half.svg | 2 +- src/_icons/droplet.svg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/_icons/droplet-filled-2.svg b/src/_icons/droplet-filled-2.svg index 09c428c8..9506d98d 100644 --- a/src/_icons/droplet-filled-2.svg +++ b/src/_icons/droplet-filled-2.svg @@ -2,7 +2,7 @@ tags: [water, rain, liquid, fill] --- - + diff --git a/src/_icons/droplet-filled.svg b/src/_icons/droplet-filled.svg index f9f1a3d3..e6fd0b18 100644 --- a/src/_icons/droplet-filled.svg +++ b/src/_icons/droplet-filled.svg @@ -2,7 +2,7 @@ tags: [water, rain, liquid, fill] --- - + diff --git a/src/_icons/droplet-half-2.svg b/src/_icons/droplet-half-2.svg index 5862b8ef..b3c47384 100644 --- a/src/_icons/droplet-half-2.svg +++ b/src/_icons/droplet-half-2.svg @@ -2,6 +2,6 @@ tags: [water, rain, liquid, fill] --- - + diff --git a/src/_icons/droplet-half.svg b/src/_icons/droplet-half.svg index e72b632b..88f2aa31 100644 --- a/src/_icons/droplet-half.svg +++ b/src/_icons/droplet-half.svg @@ -2,6 +2,6 @@ tags: [water, rain, liquid, fill] --- - + diff --git a/src/_icons/droplet.svg b/src/_icons/droplet.svg index dd1aef02..84102af0 100644 --- a/src/_icons/droplet.svg +++ b/src/_icons/droplet.svg @@ -4,5 +4,5 @@ tags: [water, rain, liquid] version: 1.0 --- - + -- cgit v1.2.1 From e4d65242ef7c4409b39985ad24a8f480094a0dbc Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 23:47:05 +0200 Subject: hand icons --- src/_icons/device-mobile-message.svg | 6 +++--- src/_icons/droplet-half.svg | 2 +- src/_icons/hand-finger.svg | 8 ++++++++ src/_icons/hand-little-finger.svg | 8 ++++++++ src/_icons/hand-middle-finger.svg | 5 ++++- src/_icons/hand-ring-finger.svg | 8 ++++++++ src/_icons/hand-rock.svg | 8 ++++++++ src/_icons/hand-stop.svg | 5 ++++- src/_icons/hand-three-fingers.svg | 8 ++++++++ src/_icons/hand-two-fingers.svg | 8 ++++++++ 10 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 src/_icons/hand-finger.svg create mode 100644 src/_icons/hand-little-finger.svg create mode 100644 src/_icons/hand-ring-finger.svg create mode 100644 src/_icons/hand-rock.svg create mode 100644 src/_icons/hand-three-fingers.svg create mode 100644 src/_icons/hand-two-fingers.svg (limited to 'src') diff --git a/src/_icons/device-mobile-message.svg b/src/_icons/device-mobile-message.svg index 631a1eec..14a04b48 100644 --- a/src/_icons/device-mobile-message.svg +++ b/src/_icons/device-mobile-message.svg @@ -3,7 +3,7 @@ category: Devices tags: [iphone, phone, smartphone, cellphone, sms, texting, chat, text] --- - - - + + + diff --git a/src/_icons/droplet-half.svg b/src/_icons/droplet-half.svg index 88f2aa31..7c136d5d 100644 --- a/src/_icons/droplet-half.svg +++ b/src/_icons/droplet-half.svg @@ -2,6 +2,6 @@ tags: [water, rain, liquid, fill] --- - + diff --git a/src/_icons/hand-finger.svg b/src/_icons/hand-finger.svg new file mode 100644 index 00000000..893fe013 --- /dev/null +++ b/src/_icons/hand-finger.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/hand-little-finger.svg b/src/_icons/hand-little-finger.svg new file mode 100644 index 00000000..78d2eb59 --- /dev/null +++ b/src/_icons/hand-little-finger.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/hand-middle-finger.svg b/src/_icons/hand-middle-finger.svg index 16074f19..36d828e4 100644 --- a/src/_icons/hand-middle-finger.svg +++ b/src/_icons/hand-middle-finger.svg @@ -3,5 +3,8 @@ tags: [signal, gesture, curse, vulgarism, abuse] version: 1.10 --- - + + + + diff --git a/src/_icons/hand-ring-finger.svg b/src/_icons/hand-ring-finger.svg new file mode 100644 index 00000000..cfb6e355 --- /dev/null +++ b/src/_icons/hand-ring-finger.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/hand-rock.svg b/src/_icons/hand-rock.svg new file mode 100644 index 00000000..078b126a --- /dev/null +++ b/src/_icons/hand-rock.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/hand-stop.svg b/src/_icons/hand-stop.svg index e8d770be..48bb6c53 100644 --- a/src/_icons/hand-stop.svg +++ b/src/_icons/hand-stop.svg @@ -3,5 +3,8 @@ tags: [forbiddance, nixing, ban, interdicting] version: 1.10 --- - + + + + diff --git a/src/_icons/hand-three-fingers.svg b/src/_icons/hand-three-fingers.svg new file mode 100644 index 00000000..24f0a136 --- /dev/null +++ b/src/_icons/hand-three-fingers.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/hand-two-fingers.svg b/src/_icons/hand-two-fingers.svg new file mode 100644 index 00000000..e6b802f1 --- /dev/null +++ b/src/_icons/hand-two-fingers.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + -- cgit v1.2.1 From f9a2cd674cf7f5f948d630c8db778b49487206bd Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 23 Oct 2020 01:28:16 +0200 Subject: 41 new icons: `arrow-bottom-bar`, `arrow-bottom-circle`, `arrow-bottom-square`, `arrow-bottom-tail`, `arrow-left-bar`, `arrow-left-square`, `arrow-left-tail`, `arrow-loop-left`, `arrow-loop-right`, `arrow-right-bar`, `arrow-right-square`, `arrow-right-tail`, `arrow-top-bar`, `arrow-top-circle`, `arrow-top-square`, `arrow-top-tail`, `arrow-wave-left-down`, `arrow-wave-left-up`, `arrow-wave-right-down`, `arrow-wave-right-up`, `arrows-down-up`, `arrows-down`, `arrows-join-2`, `arrows-join`, `arrows-left-right`, `arrows-left`, `arrows-right-left`, `arrows-right`, `arrows-split-2`, `arrows-split`, `arrows-up-down`, `arrows-up`, `bone`, `pizza`, `rainbow`, `switch-2`, `switch-3`, `trending-down-2`, `trending-down-3`, `trending-up-2`, `trending-up-3` Fixed icons: `arrow-left-circle`, `arrow-right-circle` --- src/_icons/arrow-bottom-bar.svg | 8 ++++++++ src/_icons/arrow-bottom-circle.svg | 8 ++++++++ src/_icons/arrow-bottom-square.svg | 8 ++++++++ src/_icons/arrow-bottom-tail.svg | 8 ++++++++ src/_icons/arrow-left-bar.svg | 8 ++++++++ src/_icons/arrow-left-circle.svg | 9 +++------ src/_icons/arrow-left-square.svg | 8 ++++++++ src/_icons/arrow-left-tail.svg | 8 ++++++++ src/_icons/arrow-loop-left.svg | 7 +++++++ src/_icons/arrow-loop-right.svg | 7 +++++++ src/_icons/arrow-right-bar.svg | 8 ++++++++ src/_icons/arrow-right-circle.svg | 9 +++------ src/_icons/arrow-right-square.svg | 8 ++++++++ src/_icons/arrow-right-tail.svg | 8 ++++++++ src/_icons/arrow-top-bar.svg | 8 ++++++++ src/_icons/arrow-top-circle.svg | 8 ++++++++ src/_icons/arrow-top-square.svg | 8 ++++++++ src/_icons/arrow-top-tail.svg | 8 ++++++++ src/_icons/arrow-wave-left-down.svg | 7 +++++++ src/_icons/arrow-wave-left-up.svg | 7 +++++++ src/_icons/arrow-wave-right-down.svg | 7 +++++++ src/_icons/arrow-wave-right-up.svg | 7 +++++++ src/_icons/arrows-down-up.svg | 9 +++++++++ src/_icons/arrows-down.svg | 9 +++++++++ src/_icons/arrows-join-2.svg | 8 ++++++++ src/_icons/arrows-join.svg | 8 ++++++++ src/_icons/arrows-left-right.svg | 9 +++++++++ src/_icons/arrows-left.svg | 9 +++++++++ src/_icons/arrows-right-left.svg | 9 +++++++++ src/_icons/arrows-right.svg | 9 +++++++++ src/_icons/arrows-split-2.svg | 9 +++++++++ src/_icons/arrows-split.svg | 9 +++++++++ src/_icons/arrows-up-down.svg | 9 +++++++++ src/_icons/arrows-up.svg | 9 +++++++++ src/_icons/bone.svg | 5 +++++ src/_icons/pizza.svg | 8 ++++++++ src/_icons/rainbow.svg | 7 +++++++ src/_icons/switch-2.svg | 8 ++++++++ src/_icons/switch-3.svg | 8 ++++++++ src/_icons/trending-down-2.svg | 8 ++++++++ src/_icons/trending-down-3.svg | 8 ++++++++ src/_icons/trending-up-2.svg | 8 ++++++++ src/_icons/trending-up-3.svg | 8 ++++++++ 43 files changed, 334 insertions(+), 12 deletions(-) create mode 100644 src/_icons/arrow-bottom-bar.svg create mode 100644 src/_icons/arrow-bottom-circle.svg create mode 100644 src/_icons/arrow-bottom-square.svg create mode 100644 src/_icons/arrow-bottom-tail.svg create mode 100644 src/_icons/arrow-left-bar.svg create mode 100644 src/_icons/arrow-left-square.svg create mode 100644 src/_icons/arrow-left-tail.svg create mode 100644 src/_icons/arrow-loop-left.svg create mode 100644 src/_icons/arrow-loop-right.svg create mode 100644 src/_icons/arrow-right-bar.svg create mode 100644 src/_icons/arrow-right-square.svg create mode 100644 src/_icons/arrow-right-tail.svg create mode 100644 src/_icons/arrow-top-bar.svg create mode 100644 src/_icons/arrow-top-circle.svg create mode 100644 src/_icons/arrow-top-square.svg create mode 100644 src/_icons/arrow-top-tail.svg create mode 100644 src/_icons/arrow-wave-left-down.svg create mode 100644 src/_icons/arrow-wave-left-up.svg create mode 100644 src/_icons/arrow-wave-right-down.svg create mode 100644 src/_icons/arrow-wave-right-up.svg create mode 100644 src/_icons/arrows-down-up.svg create mode 100644 src/_icons/arrows-down.svg create mode 100644 src/_icons/arrows-join-2.svg create mode 100644 src/_icons/arrows-join.svg create mode 100644 src/_icons/arrows-left-right.svg create mode 100644 src/_icons/arrows-left.svg create mode 100644 src/_icons/arrows-right-left.svg create mode 100644 src/_icons/arrows-right.svg create mode 100644 src/_icons/arrows-split-2.svg create mode 100644 src/_icons/arrows-split.svg create mode 100644 src/_icons/arrows-up-down.svg create mode 100644 src/_icons/arrows-up.svg create mode 100644 src/_icons/bone.svg create mode 100644 src/_icons/pizza.svg create mode 100644 src/_icons/rainbow.svg create mode 100644 src/_icons/switch-2.svg create mode 100644 src/_icons/switch-3.svg create mode 100644 src/_icons/trending-down-2.svg create mode 100644 src/_icons/trending-down-3.svg create mode 100644 src/_icons/trending-up-2.svg create mode 100644 src/_icons/trending-up-3.svg (limited to 'src') diff --git a/src/_icons/arrow-bottom-bar.svg b/src/_icons/arrow-bottom-bar.svg new file mode 100644 index 00000000..e49935b0 --- /dev/null +++ b/src/_icons/arrow-bottom-bar.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-bottom-circle.svg b/src/_icons/arrow-bottom-circle.svg new file mode 100644 index 00000000..8d023446 --- /dev/null +++ b/src/_icons/arrow-bottom-circle.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-bottom-square.svg b/src/_icons/arrow-bottom-square.svg new file mode 100644 index 00000000..7baeba1f --- /dev/null +++ b/src/_icons/arrow-bottom-square.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-bottom-tail.svg b/src/_icons/arrow-bottom-tail.svg new file mode 100644 index 00000000..7047d40b --- /dev/null +++ b/src/_icons/arrow-bottom-tail.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-left-bar.svg b/src/_icons/arrow-left-bar.svg new file mode 100644 index 00000000..f7b8d909 --- /dev/null +++ b/src/_icons/arrow-left-bar.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-left-circle.svg b/src/_icons/arrow-left-circle.svg index afbeb22e..41572a55 100644 --- a/src/_icons/arrow-left-circle.svg +++ b/src/_icons/arrow-left-circle.svg @@ -1,11 +1,8 @@ --- -tags: [back, swipe, return] category: Arrows -version: 1.0 --- - - - - + + + diff --git a/src/_icons/arrow-left-square.svg b/src/_icons/arrow-left-square.svg new file mode 100644 index 00000000..99f3cb11 --- /dev/null +++ b/src/_icons/arrow-left-square.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-left-tail.svg b/src/_icons/arrow-left-tail.svg new file mode 100644 index 00000000..ad2bb391 --- /dev/null +++ b/src/_icons/arrow-left-tail.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-loop-left.svg b/src/_icons/arrow-loop-left.svg new file mode 100644 index 00000000..825bbbf1 --- /dev/null +++ b/src/_icons/arrow-loop-left.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/arrow-loop-right.svg b/src/_icons/arrow-loop-right.svg new file mode 100644 index 00000000..da1b51b8 --- /dev/null +++ b/src/_icons/arrow-loop-right.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/arrow-right-bar.svg b/src/_icons/arrow-right-bar.svg new file mode 100644 index 00000000..ef7920da --- /dev/null +++ b/src/_icons/arrow-right-bar.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-right-circle.svg b/src/_icons/arrow-right-circle.svg index fbad325b..0d647fb5 100644 --- a/src/_icons/arrow-right-circle.svg +++ b/src/_icons/arrow-right-circle.svg @@ -1,11 +1,8 @@ --- -tags: [next, proceed, swipe] category: Arrows -version: 1.0 --- - - - - + + + diff --git a/src/_icons/arrow-right-square.svg b/src/_icons/arrow-right-square.svg new file mode 100644 index 00000000..6ae4baa8 --- /dev/null +++ b/src/_icons/arrow-right-square.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-right-tail.svg b/src/_icons/arrow-right-tail.svg new file mode 100644 index 00000000..f3a57b1d --- /dev/null +++ b/src/_icons/arrow-right-tail.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-top-bar.svg b/src/_icons/arrow-top-bar.svg new file mode 100644 index 00000000..95635778 --- /dev/null +++ b/src/_icons/arrow-top-bar.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg new file mode 100644 index 00000000..e09d0f1d --- /dev/null +++ b/src/_icons/arrow-top-circle.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-top-square.svg b/src/_icons/arrow-top-square.svg new file mode 100644 index 00000000..e84ab1d8 --- /dev/null +++ b/src/_icons/arrow-top-square.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-top-tail.svg b/src/_icons/arrow-top-tail.svg new file mode 100644 index 00000000..2ce74f4e --- /dev/null +++ b/src/_icons/arrow-top-tail.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrow-wave-left-down.svg b/src/_icons/arrow-wave-left-down.svg new file mode 100644 index 00000000..1578513c --- /dev/null +++ b/src/_icons/arrow-wave-left-down.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/arrow-wave-left-up.svg b/src/_icons/arrow-wave-left-up.svg new file mode 100644 index 00000000..cbe4a897 --- /dev/null +++ b/src/_icons/arrow-wave-left-up.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/arrow-wave-right-down.svg b/src/_icons/arrow-wave-right-down.svg new file mode 100644 index 00000000..5dd0fa4e --- /dev/null +++ b/src/_icons/arrow-wave-right-down.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/arrow-wave-right-up.svg b/src/_icons/arrow-wave-right-up.svg new file mode 100644 index 00000000..31474d3b --- /dev/null +++ b/src/_icons/arrow-wave-right-up.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- + + + + diff --git a/src/_icons/arrows-down-up.svg b/src/_icons/arrows-down-up.svg new file mode 100644 index 00000000..f69ed40d --- /dev/null +++ b/src/_icons/arrows-down-up.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-down.svg b/src/_icons/arrows-down.svg new file mode 100644 index 00000000..f4248e7d --- /dev/null +++ b/src/_icons/arrows-down.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-join-2.svg b/src/_icons/arrows-join-2.svg new file mode 100644 index 00000000..77fb7d57 --- /dev/null +++ b/src/_icons/arrows-join-2.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrows-join.svg b/src/_icons/arrows-join.svg new file mode 100644 index 00000000..8808c520 --- /dev/null +++ b/src/_icons/arrows-join.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/arrows-left-right.svg b/src/_icons/arrows-left-right.svg new file mode 100644 index 00000000..12d0260b --- /dev/null +++ b/src/_icons/arrows-left-right.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-left.svg b/src/_icons/arrows-left.svg new file mode 100644 index 00000000..67c496a8 --- /dev/null +++ b/src/_icons/arrows-left.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-right-left.svg b/src/_icons/arrows-right-left.svg new file mode 100644 index 00000000..c3e9ecac --- /dev/null +++ b/src/_icons/arrows-right-left.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-right.svg b/src/_icons/arrows-right.svg new file mode 100644 index 00000000..5bcd2143 --- /dev/null +++ b/src/_icons/arrows-right.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-split-2.svg b/src/_icons/arrows-split-2.svg new file mode 100644 index 00000000..78cee473 --- /dev/null +++ b/src/_icons/arrows-split-2.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-split.svg b/src/_icons/arrows-split.svg new file mode 100644 index 00000000..f3df533c --- /dev/null +++ b/src/_icons/arrows-split.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-up-down.svg b/src/_icons/arrows-up-down.svg new file mode 100644 index 00000000..fb965f28 --- /dev/null +++ b/src/_icons/arrows-up-down.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/arrows-up.svg b/src/_icons/arrows-up.svg new file mode 100644 index 00000000..cb9c3fcb --- /dev/null +++ b/src/_icons/arrows-up.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/bone.svg b/src/_icons/bone.svg new file mode 100644 index 00000000..f2936bc6 --- /dev/null +++ b/src/_icons/bone.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/pizza.svg b/src/_icons/pizza.svg new file mode 100644 index 00000000..70a8ffab --- /dev/null +++ b/src/_icons/pizza.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/rainbow.svg b/src/_icons/rainbow.svg new file mode 100644 index 00000000..112aefe8 --- /dev/null +++ b/src/_icons/rainbow.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/switch-2.svg b/src/_icons/switch-2.svg new file mode 100644 index 00000000..c4d4d237 --- /dev/null +++ b/src/_icons/switch-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/switch-3.svg b/src/_icons/switch-3.svg new file mode 100644 index 00000000..b9b73eab --- /dev/null +++ b/src/_icons/switch-3.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/trending-down-2.svg b/src/_icons/trending-down-2.svg new file mode 100644 index 00000000..db446e83 --- /dev/null +++ b/src/_icons/trending-down-2.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, decrease, fall] +category: Arrows +--- + + + + diff --git a/src/_icons/trending-down-3.svg b/src/_icons/trending-down-3.svg new file mode 100644 index 00000000..88bd245b --- /dev/null +++ b/src/_icons/trending-down-3.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, decrease, fall] +category: Arrows +--- + + + + diff --git a/src/_icons/trending-up-2.svg b/src/_icons/trending-up-2.svg new file mode 100644 index 00000000..e453fbac --- /dev/null +++ b/src/_icons/trending-up-2.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, grow, increase] +category: Arrows +--- + + + + diff --git a/src/_icons/trending-up-3.svg b/src/_icons/trending-up-3.svg new file mode 100644 index 00000000..3862cbd6 --- /dev/null +++ b/src/_icons/trending-up-3.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, grow, increase] +category: Arrows +--- + + + + -- cgit v1.2.1 From b02735f42f7932650c0172aa92bc875d9c87c551 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 23 Oct 2020 02:09:44 +0200 Subject: 3 new icons: `devices-pc`, `discount-2`, `mood-empty` Fixed icons: `adjustments-alt`, `adjustments-horizontal`, `adjustments`, `aperture`, `basket`, `bed`, `bell-off`, `bell-ringing-2`, `bell-ringing`, `bell`, `braces`, `brackets`, `brand-unsplash`, `brightness-2`, `brightness-down`, `brightness-half`, `brightness-up`, `brightness`, `calendar-event`, `calendar-minus`, `calendar-off`, `calendar-plus`, `calendar-stats`, `calendar-time`, `calendar`, `camera-rotate`, `camera-selfie`, `cash-banknote-off`, `cash-banknote`, `cash`, `certificate`, `cloud-download`, `cloud-upload`, `code-minus`, `code-plus`, `code`, `contrast`, `copyleft`, `copyright`, `cursor-text`, `discount`, `download`, `drag-drop-2`, `drag-drop`, `droplet-filled-2`, `droplet-filled`, `droplet-half-2`, `droplet-half`, `edit-circle`, `exposure`, `file-info`, `flag-2`, `flag-3`, `flare`, `focus-2`, `focus`, `fold-down`, `fold-up`, `fold`, `geometry`, `hand-finger`, `hand-little-finger`, `hand-middle-finger`, `hand-off`, `hand-ring-finger`, `hand-rock`, `hand-stop`, `hand-three-fingers`, `hand-two-fingers`, `keyboard-off`, `layers-linked`, `list-search`, `live-photo`, `lock-off`, `lock-open`, `lock`, `login`, `logout`, `macro`, `mood-neutral`, `nfc`, `package`, `panorama-horizontal`, `panorama-vertical`, `pennant`, `perspective`, `pokeball`, `polaroid`, `presentation-analytics`, `presentation`, `rainbow`, `refresh-alert`, `refresh`, `school`, `seeding`, `settings-automation`, `shadow-off`, `shadow`, `shield-check`, `shield-lock`, `shield-off`, `shield-x`, `shield`, `shopping-cart-off`, `shopping-cart-plus`, `shopping-cart-x`, `shopping-cart`, `signature`, `sort-ascending-2`, `sort-descending-2`, `squares-diagonal`, `squares-filled`, `stairs-down`, `stairs-up`, `stairs`, `star-half`, `star-off`, `star`, `stars`, `switch-2`, `switch-3`, `text-direction-ltr`, `text-direction-rtl`, `tilt-shift`, `trash-off`, `trash`, `truck-delivery`, `truck-return`, `upload`, `writing-sign`, `writing` --- src/_icons/adjustments-alt.svg | 1 + src/_icons/adjustments-horizontal.svg | 1 + src/_icons/adjustments.svg | 1 + src/_icons/aperture.svg | 2 +- src/_icons/basket.svg | 1 + src/_icons/bed.svg | 1 + src/_icons/bell-off.svg | 1 + src/_icons/bell-ringing-2.svg | 1 + src/_icons/bell-ringing.svg | 1 + src/_icons/bell.svg | 1 + src/_icons/braces.svg | 1 + src/_icons/brackets.svg | 1 + src/_icons/brand-unsplash.svg | 2 +- src/_icons/brightness-2.svg | 2 +- src/_icons/brightness-down.svg | 2 +- src/_icons/brightness-half.svg | 2 +- src/_icons/brightness-up.svg | 2 +- src/_icons/brightness.svg | 2 +- src/_icons/calendar-event.svg | 1 + src/_icons/calendar-minus.svg | 1 + src/_icons/calendar-off.svg | 1 + src/_icons/calendar-plus.svg | 1 + src/_icons/calendar-stats.svg | 1 + src/_icons/calendar-time.svg | 1 + src/_icons/calendar.svg | 1 + src/_icons/camera-rotate.svg | 2 +- src/_icons/camera-selfie.svg | 2 +- src/_icons/cash-banknote-off.svg | 1 + src/_icons/cash-banknote.svg | 1 + src/_icons/cash.svg | 1 + src/_icons/certificate.svg | 1 + src/_icons/cloud-download.svg | 1 + src/_icons/cloud-upload.svg | 1 + src/_icons/code-minus.svg | 1 + src/_icons/code-plus.svg | 1 + src/_icons/code.svg | 1 + src/_icons/contrast.svg | 2 +- src/_icons/copyleft.svg | 1 + src/_icons/copyright.svg | 1 + src/_icons/cursor-text.svg | 1 + src/_icons/devices-pc.svg | 12 ++++++++++++ src/_icons/discount-2.svg | 11 +++++++++++ src/_icons/discount.svg | 4 ++-- src/_icons/download.svg | 1 + src/_icons/drag-drop-2.svg | 1 + src/_icons/drag-drop.svg | 1 + src/_icons/droplet-filled-2.svg | 1 + src/_icons/droplet-filled.svg | 1 + src/_icons/droplet-half-2.svg | 1 + src/_icons/droplet-half.svg | 1 + src/_icons/edit-circle.svg | 1 + src/_icons/exposure.svg | 2 +- src/_icons/file-info.svg | 1 + src/_icons/flag-2.svg | 1 + src/_icons/flag-3.svg | 1 + src/_icons/flare.svg | 1 + src/_icons/focus-2.svg | 2 +- src/_icons/focus.svg | 2 +- src/_icons/fold-down.svg | 1 + src/_icons/fold-up.svg | 1 + src/_icons/fold.svg | 1 + src/_icons/geometry.svg | 1 + src/_icons/hand-finger.svg | 1 + src/_icons/hand-little-finger.svg | 1 + src/_icons/hand-middle-finger.svg | 1 + src/_icons/hand-off.svg | 1 + src/_icons/hand-ring-finger.svg | 1 + src/_icons/hand-rock.svg | 1 + src/_icons/hand-stop.svg | 1 + src/_icons/hand-three-fingers.svg | 1 + src/_icons/hand-two-fingers.svg | 1 + src/_icons/keyboard-off.svg | 1 + src/_icons/layers-linked.svg | 1 + src/_icons/list-search.svg | 1 + src/_icons/live-photo.svg | 2 +- src/_icons/lock-off.svg | 1 + src/_icons/lock-open.svg | 1 + src/_icons/lock.svg | 1 + src/_icons/login.svg | 1 + src/_icons/logout.svg | 1 + src/_icons/macro.svg | 2 +- src/_icons/mood-empty.svg | 11 +++++++++++ src/_icons/mood-neutral.svg | 1 - src/_icons/nfc.svg | 1 + src/_icons/package.svg | 1 + src/_icons/panorama-horizontal.svg | 2 +- src/_icons/panorama-vertical.svg | 2 +- src/_icons/pennant.svg | 1 + src/_icons/perspective.svg | 1 + src/_icons/pokeball.svg | 1 + src/_icons/polaroid.svg | 2 +- src/_icons/presentation-analytics.svg | 1 + src/_icons/presentation.svg | 1 + src/_icons/rainbow.svg | 1 + src/_icons/refresh-alert.svg | 1 + src/_icons/refresh.svg | 1 + src/_icons/school.svg | 1 + src/_icons/seeding.svg | 2 +- src/_icons/settings-automation.svg | 1 + src/_icons/shadow-off.svg | 2 +- src/_icons/shadow.svg | 2 +- src/_icons/shield-check.svg | 1 + src/_icons/shield-lock.svg | 1 + src/_icons/shield-off.svg | 1 + src/_icons/shield-x.svg | 1 + src/_icons/shield.svg | 1 + src/_icons/shopping-cart-off.svg | 1 + src/_icons/shopping-cart-plus.svg | 1 + src/_icons/shopping-cart-x.svg | 1 + src/_icons/shopping-cart.svg | 1 + src/_icons/signature.svg | 1 + src/_icons/sort-ascending-2.svg | 1 + src/_icons/sort-descending-2.svg | 1 + src/_icons/squares-diagonal.svg | 1 + src/_icons/squares-filled.svg | 1 + src/_icons/stairs-down.svg | 1 + src/_icons/stairs-up.svg | 1 + src/_icons/stairs.svg | 1 + src/_icons/star-half.svg | 2 +- src/_icons/star-off.svg | 2 +- src/_icons/star.svg | 2 +- src/_icons/stars.svg | 1 + src/_icons/switch-2.svg | 2 ++ src/_icons/switch-3.svg | 2 ++ src/_icons/text-direction-ltr.svg | 3 ++- src/_icons/text-direction-rtl.svg | 3 ++- src/_icons/tilt-shift.svg | 1 + src/_icons/trash-off.svg | 1 + src/_icons/trash.svg | 1 + src/_icons/truck-delivery.svg | 2 +- src/_icons/truck-return.svg | 2 +- src/_icons/upload.svg | 1 + src/_icons/writing-sign.svg | 1 + src/_icons/writing.svg | 1 + 134 files changed, 169 insertions(+), 31 deletions(-) create mode 100644 src/_icons/devices-pc.svg create mode 100644 src/_icons/discount-2.svg create mode 100644 src/_icons/mood-empty.svg (limited to 'src') diff --git a/src/_icons/adjustments-alt.svg b/src/_icons/adjustments-alt.svg index 82b92768..2cd86ece 100644 --- a/src/_icons/adjustments-alt.svg +++ b/src/_icons/adjustments-alt.svg @@ -1,4 +1,5 @@ --- +category: System tags: [equalizer, sliders, controls, settings, filter] version: 1.11 --- diff --git a/src/_icons/adjustments-horizontal.svg b/src/_icons/adjustments-horizontal.svg index df561b9d..ff4bec06 100644 --- a/src/_icons/adjustments-horizontal.svg +++ b/src/_icons/adjustments-horizontal.svg @@ -1,4 +1,5 @@ --- +category: System tags: [equalizer, sliders, controls, settings, filter] version: 1.11 --- diff --git a/src/_icons/adjustments.svg b/src/_icons/adjustments.svg index b1643f0f..f830e04c 100644 --- a/src/_icons/adjustments.svg +++ b/src/_icons/adjustments.svg @@ -1,4 +1,5 @@ --- +category: System tags: [equalizer, sliders, controls, settings, filter] version: 1.0 --- diff --git a/src/_icons/aperture.svg b/src/_icons/aperture.svg index 50899111..49766d19 100644 --- a/src/_icons/aperture.svg +++ b/src/_icons/aperture.svg @@ -1,5 +1,5 @@ --- -category: Photos +category: Photography tags: [hole, opening, vent] version: 1.2 --- diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index 0c8b733b..2bde30b7 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [shop, store, online, shopping] version: 1.7 --- diff --git a/src/_icons/bed.svg b/src/_icons/bed.svg index 22c2a662..7a9bc3be 100644 --- a/src/_icons/bed.svg +++ b/src/_icons/bed.svg @@ -1,4 +1,5 @@ --- +category: Map tags: [sleep, night, bedroom, rest] version: 1.2 --- diff --git a/src/_icons/bell-off.svg b/src/_icons/bell-off.svg index 5d8aedf3..2a3df8fd 100644 --- a/src/_icons/bell-off.svg +++ b/src/_icons/bell-off.svg @@ -1,4 +1,5 @@ --- +category: System tags: [alarm, sound, notification] version: 1.22 --- diff --git a/src/_icons/bell-ringing-2.svg b/src/_icons/bell-ringing-2.svg index e742fa45..6958d288 100644 --- a/src/_icons/bell-ringing-2.svg +++ b/src/_icons/bell-ringing-2.svg @@ -1,4 +1,5 @@ --- +category: System tags: [alarm, sound, notification] --- diff --git a/src/_icons/bell-ringing.svg b/src/_icons/bell-ringing.svg index 996c2b65..e86c929f 100644 --- a/src/_icons/bell-ringing.svg +++ b/src/_icons/bell-ringing.svg @@ -1,4 +1,5 @@ --- +category: System tags: [alarm, sound, notification] version: 1.24 --- diff --git a/src/_icons/bell.svg b/src/_icons/bell.svg index 6f194696..e719c3ce 100644 --- a/src/_icons/bell.svg +++ b/src/_icons/bell.svg @@ -1,4 +1,5 @@ --- +category: System tags: [alarm, sound, notification] version: 1.0 --- diff --git a/src/_icons/braces.svg b/src/_icons/braces.svg index 32004469..216935b5 100644 --- a/src/_icons/braces.svg +++ b/src/_icons/braces.svg @@ -1,6 +1,7 @@ --- tags: [punctuation, additional, information] version: 1.6 +category: Math --- diff --git a/src/_icons/brackets.svg b/src/_icons/brackets.svg index d6a62f81..4088daf2 100644 --- a/src/_icons/brackets.svg +++ b/src/_icons/brackets.svg @@ -1,6 +1,7 @@ --- tags: [punctuation, additional, information] version: 1.6 +category: Math --- diff --git a/src/_icons/brand-unsplash.svg b/src/_icons/brand-unsplash.svg index a21c355c..f006fb49 100644 --- a/src/_icons/brand-unsplash.svg +++ b/src/_icons/brand-unsplash.svg @@ -1,6 +1,6 @@ --- tags: [picture, photo, photography, search, image, stock] -category: Brands +category: Brand --- diff --git a/src/_icons/brightness-2.svg b/src/_icons/brightness-2.svg index 2e57d1ba..1f3274be 100644 --- a/src/_icons/brightness-2.svg +++ b/src/_icons/brightness-2.svg @@ -1,6 +1,6 @@ --- tags: [light, screen, level, daytime, sun] -category: Photos +category: Photography --- diff --git a/src/_icons/brightness-down.svg b/src/_icons/brightness-down.svg index 8845c526..6af4309a 100644 --- a/src/_icons/brightness-down.svg +++ b/src/_icons/brightness-down.svg @@ -1,5 +1,5 @@ --- -category: Photos +category: Photography tags: [dark, darker, screen] version: 1.3 --- diff --git a/src/_icons/brightness-half.svg b/src/_icons/brightness-half.svg index 1b8ec2d7..7a43ba5e 100644 --- a/src/_icons/brightness-half.svg +++ b/src/_icons/brightness-half.svg @@ -1,6 +1,6 @@ --- tags: [light, screen, level, daytime, sun] -category: Photos +category: Photography --- diff --git a/src/_icons/brightness-up.svg b/src/_icons/brightness-up.svg index cb6b6802..47692fa5 100644 --- a/src/_icons/brightness-up.svg +++ b/src/_icons/brightness-up.svg @@ -1,5 +1,5 @@ --- -category: Photos +category: Photography tags: [light, screen] version: 1.3 --- diff --git a/src/_icons/brightness.svg b/src/_icons/brightness.svg index 61583762..35017814 100644 --- a/src/_icons/brightness.svg +++ b/src/_icons/brightness.svg @@ -1,5 +1,5 @@ --- -category: Photos +category: Photography tags: [light, dark, screen] version: 1.3 --- diff --git a/src/_icons/calendar-event.svg b/src/_icons/calendar-event.svg index 87b6de40..c19b1fd6 100644 --- a/src/_icons/calendar-event.svg +++ b/src/_icons/calendar-event.svg @@ -1,4 +1,5 @@ --- +category: System tags: [date, day, plan, schedule, agenda] version: 1.1 --- diff --git a/src/_icons/calendar-minus.svg b/src/_icons/calendar-minus.svg index cda79667..20621a85 100644 --- a/src/_icons/calendar-minus.svg +++ b/src/_icons/calendar-minus.svg @@ -1,4 +1,5 @@ --- +category: System tags: [date, day, plan, schedule, agenda] version: 1.5 --- diff --git a/src/_icons/calendar-off.svg b/src/_icons/calendar-off.svg index 4e857f63..0085f5e4 100644 --- a/src/_icons/calendar-off.svg +++ b/src/_icons/calendar-off.svg @@ -1,4 +1,5 @@ --- +category: System tags: [unavailable, unavailability, leave, plan, schedule, busy, date, month, year, meeting] --- diff --git a/src/_icons/calendar-plus.svg b/src/_icons/calendar-plus.svg index f0266274..108f2035 100644 --- a/src/_icons/calendar-plus.svg +++ b/src/_icons/calendar-plus.svg @@ -1,4 +1,5 @@ --- +category: System tags: [date, day, plan, schedule, agenda, add] version: 1.5 --- diff --git a/src/_icons/calendar-stats.svg b/src/_icons/calendar-stats.svg index 41c22fec..3702534a 100644 --- a/src/_icons/calendar-stats.svg +++ b/src/_icons/calendar-stats.svg @@ -1,4 +1,5 @@ --- +category: System tags: [plan, timetable, schedule, meeting, busy, month, year, date, statistics] --- diff --git a/src/_icons/calendar-time.svg b/src/_icons/calendar-time.svg index 1f9fbe18..52461bb1 100644 --- a/src/_icons/calendar-time.svg +++ b/src/_icons/calendar-time.svg @@ -1,4 +1,5 @@ --- +category: System tags: [plan, timetable, schedule, meeting, busy, month, year, date] --- diff --git a/src/_icons/calendar.svg b/src/_icons/calendar.svg index 1a729ede..1c0e36f3 100644 --- a/src/_icons/calendar.svg +++ b/src/_icons/calendar.svg @@ -1,4 +1,5 @@ --- +category: System tags: [date, day, plan, schedule, agenda] version: 1.0 --- diff --git a/src/_icons/camera-rotate.svg b/src/_icons/camera-rotate.svg index 5cb793d6..16d88b20 100644 --- a/src/_icons/camera-rotate.svg +++ b/src/_icons/camera-rotate.svg @@ -1,6 +1,6 @@ --- tags: [photo, photography, picture, face, instagram, portrait, digital, smartphone, selfie] -category: Photos +category: Photography --- diff --git a/src/_icons/camera-selfie.svg b/src/_icons/camera-selfie.svg index 97c5e442..a7f99dda 100644 --- a/src/_icons/camera-selfie.svg +++ b/src/_icons/camera-selfie.svg @@ -1,6 +1,6 @@ --- tags: [photo, photography, picture, face, instagram, portrait, digital, smartphone] -category: Photos +category: Photography --- diff --git a/src/_icons/cash-banknote-off.svg b/src/_icons/cash-banknote-off.svg index fee1679e..8ddd5536 100644 --- a/src/_icons/cash-banknote-off.svg +++ b/src/_icons/cash-banknote-off.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [money, pay, bank, dollar, pound, bank, yen, business] --- diff --git a/src/_icons/cash-banknote.svg b/src/_icons/cash-banknote.svg index 7a8d272a..2bc3eaab 100644 --- a/src/_icons/cash-banknote.svg +++ b/src/_icons/cash-banknote.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [money, pay, bank, dollar, pound, bank, yen, business] --- diff --git a/src/_icons/cash.svg b/src/_icons/cash.svg index 664b55c8..39ceaade 100644 --- a/src/_icons/cash.svg +++ b/src/_icons/cash.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [currency, payment, money, pay] version: 1.0 --- diff --git a/src/_icons/certificate.svg b/src/_icons/certificate.svg index 01674518..b5ce1585 100644 --- a/src/_icons/certificate.svg +++ b/src/_icons/certificate.svg @@ -1,6 +1,7 @@ --- tags: [document, official, attest, signature, birth, death, gift, authenticity, seal, course, complete, qualification] version: 1.33 +category: Document --- diff --git a/src/_icons/cloud-download.svg b/src/_icons/cloud-download.svg index 3e711d75..1f3a6302 100644 --- a/src/_icons/cloud-download.svg +++ b/src/_icons/cloud-download.svg @@ -1,6 +1,7 @@ --- tags: [files] version: 1.0 +category: System --- diff --git a/src/_icons/cloud-upload.svg b/src/_icons/cloud-upload.svg index 739c6cb6..47957c82 100644 --- a/src/_icons/cloud-upload.svg +++ b/src/_icons/cloud-upload.svg @@ -1,6 +1,7 @@ --- tags: [files] version: 1.0 +category: System --- diff --git a/src/_icons/code-minus.svg b/src/_icons/code-minus.svg index 9cbb5063..1f9adcf7 100644 --- a/src/_icons/code-minus.svg +++ b/src/_icons/code-minus.svg @@ -1,4 +1,5 @@ --- +category: Text tags: [remove, delete, insert, braces] --- diff --git a/src/_icons/code-plus.svg b/src/_icons/code-plus.svg index 994c8268..f8c8f4ec 100644 --- a/src/_icons/code-plus.svg +++ b/src/_icons/code-plus.svg @@ -1,4 +1,5 @@ --- +category: Text tags: [add, insert, braces] --- diff --git a/src/_icons/code.svg b/src/_icons/code.svg index 4637277e..a03056de 100644 --- a/src/_icons/code.svg +++ b/src/_icons/code.svg @@ -1,4 +1,5 @@ --- +category: Text tags: [brackets, source, programming, command] version: 1.0 --- diff --git a/src/_icons/contrast.svg b/src/_icons/contrast.svg index 1d6d62a6..f431df37 100644 --- a/src/_icons/contrast.svg +++ b/src/_icons/contrast.svg @@ -1,6 +1,6 @@ --- tags: [edit, paint, photo] -category: Photos +category: Photography version: 1.12 --- diff --git a/src/_icons/copyleft.svg b/src/_icons/copyleft.svg index d2794cf8..10a27a96 100644 --- a/src/_icons/copyleft.svg +++ b/src/_icons/copyleft.svg @@ -1,6 +1,7 @@ --- tags: [licence, license] version: 1.11 +category: Symbols --- diff --git a/src/_icons/copyright.svg b/src/_icons/copyright.svg index d0cbe155..20b6d995 100644 --- a/src/_icons/copyright.svg +++ b/src/_icons/copyright.svg @@ -1,6 +1,7 @@ --- tags: [licence, license] version: 1.0 +category: Symbols --- diff --git a/src/_icons/cursor-text.svg b/src/_icons/cursor-text.svg index 8bd871c5..389a3be0 100644 --- a/src/_icons/cursor-text.svg +++ b/src/_icons/cursor-text.svg @@ -1,4 +1,5 @@ --- +category: Text tags: [editor, indicate, position, input, mouse, type] --- diff --git a/src/_icons/devices-pc.svg b/src/_icons/devices-pc.svg new file mode 100644 index 00000000..638c47a3 --- /dev/null +++ b/src/_icons/devices-pc.svg @@ -0,0 +1,12 @@ +--- +tags: [computer, monitor, keyboard] +category: Devices +--- + + + + + + + + diff --git a/src/_icons/discount-2.svg b/src/_icons/discount-2.svg new file mode 100644 index 00000000..1f65dd2f --- /dev/null +++ b/src/_icons/discount-2.svg @@ -0,0 +1,11 @@ +--- +category: E-commerce +tags: [sale, reduction, price, cost, money, shopping, bargain] +version: 1.5 +--- + + + + + + diff --git a/src/_icons/discount.svg b/src/_icons/discount.svg index c8f60d36..d8e68880 100644 --- a/src/_icons/discount.svg +++ b/src/_icons/discount.svg @@ -1,10 +1,10 @@ --- +category: E-commerce tags: [sale, reduction, price, cost, money, shopping, bargain] -version: 1.5 --- - + diff --git a/src/_icons/download.svg b/src/_icons/download.svg index db79aca5..968a6ea6 100644 --- a/src/_icons/download.svg +++ b/src/_icons/download.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [save, arrow] version: 1.0 --- diff --git a/src/_icons/drag-drop-2.svg b/src/_icons/drag-drop-2.svg index 439f3a9c..b84f0311 100644 --- a/src/_icons/drag-drop-2.svg +++ b/src/_icons/drag-drop-2.svg @@ -1,6 +1,7 @@ --- tags: [location, gesture, move] version: 1.3 +category: Design --- diff --git a/src/_icons/drag-drop.svg b/src/_icons/drag-drop.svg index e18fbe5a..648ed6b0 100644 --- a/src/_icons/drag-drop.svg +++ b/src/_icons/drag-drop.svg @@ -1,6 +1,7 @@ --- tags: [location, gesture, move] version: 1.3 +category: Design --- diff --git a/src/_icons/droplet-filled-2.svg b/src/_icons/droplet-filled-2.svg index 9506d98d..56343dbf 100644 --- a/src/_icons/droplet-filled-2.svg +++ b/src/_icons/droplet-filled-2.svg @@ -1,5 +1,6 @@ --- tags: [water, rain, liquid, fill] +category: Design --- diff --git a/src/_icons/droplet-filled.svg b/src/_icons/droplet-filled.svg index e6fd0b18..f9583521 100644 --- a/src/_icons/droplet-filled.svg +++ b/src/_icons/droplet-filled.svg @@ -1,5 +1,6 @@ --- tags: [water, rain, liquid, fill] +category: Design --- diff --git a/src/_icons/droplet-half-2.svg b/src/_icons/droplet-half-2.svg index b3c47384..ac482e89 100644 --- a/src/_icons/droplet-half-2.svg +++ b/src/_icons/droplet-half-2.svg @@ -1,5 +1,6 @@ --- tags: [water, rain, liquid, fill] +category: Design --- diff --git a/src/_icons/droplet-half.svg b/src/_icons/droplet-half.svg index 7c136d5d..900b071c 100644 --- a/src/_icons/droplet-half.svg +++ b/src/_icons/droplet-half.svg @@ -1,5 +1,6 @@ --- tags: [water, rain, liquid, fill] +category: Design --- diff --git a/src/_icons/edit-circle.svg b/src/_icons/edit-circle.svg index e4f56346..25678823 100644 --- a/src/_icons/edit-circle.svg +++ b/src/_icons/edit-circle.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [pencil, change, update] --- diff --git a/src/_icons/exposure.svg b/src/_icons/exposure.svg index ea6e27d3..f88ebb3d 100644 --- a/src/_icons/exposure.svg +++ b/src/_icons/exposure.svg @@ -1,5 +1,5 @@ --- -category: Photos +category: Photography tags: [light, bright, dark, camera] version: 1.3 --- diff --git a/src/_icons/file-info.svg b/src/_icons/file-info.svg index a16ba930..62ae02ba 100644 --- a/src/_icons/file-info.svg +++ b/src/_icons/file-info.svg @@ -1,5 +1,6 @@ --- tags: [info, information, informations, paper, file, document, page] +category: Document --- diff --git a/src/_icons/flag-2.svg b/src/_icons/flag-2.svg index a179e2a9..12e3f75d 100644 --- a/src/_icons/flag-2.svg +++ b/src/_icons/flag-2.svg @@ -1,5 +1,6 @@ --- tags: [banner, pin, report, map, warning, alert] +category: Map --- diff --git a/src/_icons/flag-3.svg b/src/_icons/flag-3.svg index ddad1cdd..b52e54c0 100644 --- a/src/_icons/flag-3.svg +++ b/src/_icons/flag-3.svg @@ -1,5 +1,6 @@ --- tags: [banner, pin, report, map, warning, alert] +category: Map --- diff --git a/src/_icons/flare.svg b/src/_icons/flare.svg index c13072e6..3c3893d3 100644 --- a/src/_icons/flare.svg +++ b/src/_icons/flare.svg @@ -1,4 +1,5 @@ --- +category: Weather tags: [shine, flare, heat, sunlight, hot, sun, heat] --- diff --git a/src/_icons/focus-2.svg b/src/_icons/focus-2.svg index 080b4bce..cabdf298 100644 --- a/src/_icons/focus-2.svg +++ b/src/_icons/focus-2.svg @@ -1,5 +1,5 @@ --- -category: Photos +category: Photography tags: [spotlight, attention, center, aim, target] version: 1.6 --- diff --git a/src/_icons/focus.svg b/src/_icons/focus.svg index ee9dc388..5d32a0c5 100644 --- a/src/_icons/focus.svg +++ b/src/_icons/focus.svg @@ -1,5 +1,5 @@ --- -category: Photos +category: Photography tags: [target, bullseye, aim] version: 1.3 --- diff --git a/src/_icons/fold-down.svg b/src/_icons/fold-down.svg index e6869550..1cf555c5 100644 --- a/src/_icons/fold-down.svg +++ b/src/_icons/fold-down.svg @@ -1,6 +1,7 @@ --- tags: [arrow, move, toggle] version: 1.30 +category: Arrows --- diff --git a/src/_icons/fold-up.svg b/src/_icons/fold-up.svg index 5554fda0..40b6ed6d 100644 --- a/src/_icons/fold-up.svg +++ b/src/_icons/fold-up.svg @@ -1,6 +1,7 @@ --- tags: [arrow, move, toggle] version: 1.30 +category: Arrows --- diff --git a/src/_icons/fold.svg b/src/_icons/fold.svg index afd3072c..ca6d358b 100644 --- a/src/_icons/fold.svg +++ b/src/_icons/fold.svg @@ -1,6 +1,7 @@ --- tags: [arrow, move, merge] version: 1.30 +category: Arrows --- diff --git a/src/_icons/geometry.svg b/src/_icons/geometry.svg index fe28d15a..d181b579 100644 --- a/src/_icons/geometry.svg +++ b/src/_icons/geometry.svg @@ -1,4 +1,5 @@ --- +category: Map tags: [build, architecture, create, compass] --- diff --git a/src/_icons/hand-finger.svg b/src/_icons/hand-finger.svg index 893fe013..f9a93231 100644 --- a/src/_icons/hand-finger.svg +++ b/src/_icons/hand-finger.svg @@ -1,4 +1,5 @@ --- +category: Gestures --- diff --git a/src/_icons/hand-little-finger.svg b/src/_icons/hand-little-finger.svg index 78d2eb59..678feec1 100644 --- a/src/_icons/hand-little-finger.svg +++ b/src/_icons/hand-little-finger.svg @@ -1,4 +1,5 @@ --- +category: Gestures --- diff --git a/src/_icons/hand-middle-finger.svg b/src/_icons/hand-middle-finger.svg index 36d828e4..f8c85cf6 100644 --- a/src/_icons/hand-middle-finger.svg +++ b/src/_icons/hand-middle-finger.svg @@ -1,4 +1,5 @@ --- +category: Gestures tags: [signal, gesture, curse, vulgarism, abuse] version: 1.10 --- diff --git a/src/_icons/hand-off.svg b/src/_icons/hand-off.svg index 4572ac6d..a659d5cb 100644 --- a/src/_icons/hand-off.svg +++ b/src/_icons/hand-off.svg @@ -1,4 +1,5 @@ --- +category: Gestures tags: [disclaimer, body] version: 1.24 --- diff --git a/src/_icons/hand-ring-finger.svg b/src/_icons/hand-ring-finger.svg index cfb6e355..95c38a8d 100644 --- a/src/_icons/hand-ring-finger.svg +++ b/src/_icons/hand-ring-finger.svg @@ -1,4 +1,5 @@ --- +category: Gestures --- diff --git a/src/_icons/hand-rock.svg b/src/_icons/hand-rock.svg index 078b126a..315fff7a 100644 --- a/src/_icons/hand-rock.svg +++ b/src/_icons/hand-rock.svg @@ -1,4 +1,5 @@ --- +category: Gestures --- diff --git a/src/_icons/hand-stop.svg b/src/_icons/hand-stop.svg index 48bb6c53..4f32713f 100644 --- a/src/_icons/hand-stop.svg +++ b/src/_icons/hand-stop.svg @@ -1,4 +1,5 @@ --- +category: Gestures tags: [forbiddance, nixing, ban, interdicting] version: 1.10 --- diff --git a/src/_icons/hand-three-fingers.svg b/src/_icons/hand-three-fingers.svg index 24f0a136..b871ebb8 100644 --- a/src/_icons/hand-three-fingers.svg +++ b/src/_icons/hand-three-fingers.svg @@ -1,4 +1,5 @@ --- +category: Gestures --- diff --git a/src/_icons/hand-two-fingers.svg b/src/_icons/hand-two-fingers.svg index e6b802f1..efed3772 100644 --- a/src/_icons/hand-two-fingers.svg +++ b/src/_icons/hand-two-fingers.svg @@ -1,4 +1,5 @@ --- +category: Gestures --- diff --git a/src/_icons/keyboard-off.svg b/src/_icons/keyboard-off.svg index 8ea213e5..096a278a 100644 --- a/src/_icons/keyboard-off.svg +++ b/src/_icons/keyboard-off.svg @@ -1,5 +1,6 @@ --- tags: [device, type, disconnect, unplug] +category: Devices --- diff --git a/src/_icons/layers-linked.svg b/src/_icons/layers-linked.svg index f6701cee..9cabbb1c 100644 --- a/src/_icons/layers-linked.svg +++ b/src/_icons/layers-linked.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [data, network] --- diff --git a/src/_icons/list-search.svg b/src/_icons/list-search.svg index 8ecd942f..6f4e811f 100644 --- a/src/_icons/list-search.svg +++ b/src/_icons/list-search.svg @@ -1,4 +1,5 @@ --- +category: Text tags: [find, agenda, shopping] --- diff --git a/src/_icons/live-photo.svg b/src/_icons/live-photo.svg index 4da7695b..daf5ab24 100644 --- a/src/_icons/live-photo.svg +++ b/src/_icons/live-photo.svg @@ -1,5 +1,5 @@ --- -category: Photos +category: Photography tags: [capture, photo, movement, sound, memory, image, camera] version: 1.1 --- diff --git a/src/_icons/lock-off.svg b/src/_icons/lock-off.svg index a7fb0cf7..4208cd90 100644 --- a/src/_icons/lock-off.svg +++ b/src/_icons/lock-off.svg @@ -1,4 +1,5 @@ --- +category: System tags: [security, password, secure] version: 1.25 --- diff --git a/src/_icons/lock-open.svg b/src/_icons/lock-open.svg index 78a08b92..4e15b3e4 100644 --- a/src/_icons/lock-open.svg +++ b/src/_icons/lock-open.svg @@ -1,4 +1,5 @@ --- +category: System tags: [security, password, secure, unprotected] version: 1.0 --- diff --git a/src/_icons/lock.svg b/src/_icons/lock.svg index 099edb13..4673010d 100644 --- a/src/_icons/lock.svg +++ b/src/_icons/lock.svg @@ -1,4 +1,5 @@ --- +category: System tags: [security, password, secure] version: 1.0 --- diff --git a/src/_icons/login.svg b/src/_icons/login.svg index 5903886f..2350a90b 100644 --- a/src/_icons/login.svg +++ b/src/_icons/login.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [initialize, password, enter, account, permission] version: 1.4 --- diff --git a/src/_icons/logout.svg b/src/_icons/logout.svg index a8bc7ce2..6513a64b 100644 --- a/src/_icons/logout.svg +++ b/src/_icons/logout.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [exit, shut, unplug, close] version: 1.4 --- diff --git a/src/_icons/macro.svg b/src/_icons/macro.svg index 66787992..b4ef66fa 100644 --- a/src/_icons/macro.svg +++ b/src/_icons/macro.svg @@ -1,6 +1,6 @@ --- tags: [video, photography, photo, camera] -category: Photos +category: Photography --- diff --git a/src/_icons/mood-empty.svg b/src/_icons/mood-empty.svg new file mode 100644 index 00000000..e24016e8 --- /dev/null +++ b/src/_icons/mood-empty.svg @@ -0,0 +1,11 @@ +--- +tags: [face, emoji, emotion] +category: Mood +version: 1.0 +--- + + + + + + diff --git a/src/_icons/mood-neutral.svg b/src/_icons/mood-neutral.svg index e24016e8..eecf029d 100644 --- a/src/_icons/mood-neutral.svg +++ b/src/_icons/mood-neutral.svg @@ -7,5 +7,4 @@ version: 1.0 - diff --git a/src/_icons/nfc.svg b/src/_icons/nfc.svg index 8e80e9a1..f8460ef1 100644 --- a/src/_icons/nfc.svg +++ b/src/_icons/nfc.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [payment, nfc, cash, chip, shopping, cashless, pass, contactless] --- diff --git a/src/_icons/package.svg b/src/_icons/package.svg index e7f95044..6ae497c2 100644 --- a/src/_icons/package.svg +++ b/src/_icons/package.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [npm, box, container] version: 1.0 --- diff --git a/src/_icons/panorama-horizontal.svg b/src/_icons/panorama-horizontal.svg index d0e24cab..90d5f332 100644 --- a/src/_icons/panorama-horizontal.svg +++ b/src/_icons/panorama-horizontal.svg @@ -1,6 +1,6 @@ --- tags: [photo, picture, panoramic] -category: Photos +category: Photography version: 1.27 --- diff --git a/src/_icons/panorama-vertical.svg b/src/_icons/panorama-vertical.svg index 787a2239..86a0ef27 100644 --- a/src/_icons/panorama-vertical.svg +++ b/src/_icons/panorama-vertical.svg @@ -1,6 +1,6 @@ --- tags: [photo, picture, panoramic] -category: Photos +category: Photography version: 1.27 --- diff --git a/src/_icons/pennant.svg b/src/_icons/pennant.svg index 20cb5bb9..e8d61c48 100644 --- a/src/_icons/pennant.svg +++ b/src/_icons/pennant.svg @@ -1,4 +1,5 @@ --- +category: Map tags: [flag, ship, sports, championship, mark, spot, winner] version: 1.33 --- diff --git a/src/_icons/perspective.svg b/src/_icons/perspective.svg index e4b34404..f4a17f32 100644 --- a/src/_icons/perspective.svg +++ b/src/_icons/perspective.svg @@ -1,4 +1,5 @@ --- +category: Shapes tags: [3d, perspective, transform, reshape, scale] --- diff --git a/src/_icons/pokeball.svg b/src/_icons/pokeball.svg index faab3c16..9114dcd7 100644 --- a/src/_icons/pokeball.svg +++ b/src/_icons/pokeball.svg @@ -1,4 +1,5 @@ --- +category: Map tags: [pokemon, go, catch, game, play] --- diff --git a/src/_icons/polaroid.svg b/src/_icons/polaroid.svg index 69fc95d2..6736d538 100644 --- a/src/_icons/polaroid.svg +++ b/src/_icons/polaroid.svg @@ -1,6 +1,6 @@ --- tags: [picture, photo, camera, polarization, develop, film, lens] -category: Photos +category: Photography --- diff --git a/src/_icons/presentation-analytics.svg b/src/_icons/presentation-analytics.svg index 8b4931e2..50340288 100644 --- a/src/_icons/presentation-analytics.svg +++ b/src/_icons/presentation-analytics.svg @@ -1,5 +1,6 @@ --- tags: [slideshow, display, exhibition, speech, topic, conference] +category: Documents --- diff --git a/src/_icons/presentation.svg b/src/_icons/presentation.svg index 5ed16612..99dd4ccb 100644 --- a/src/_icons/presentation.svg +++ b/src/_icons/presentation.svg @@ -1,5 +1,6 @@ --- tags: [slideshow, display, exhibition, speech, topic, conference] +category: Documents version: 1.2 --- diff --git a/src/_icons/rainbow.svg b/src/_icons/rainbow.svg index 112aefe8..bb0c37c1 100644 --- a/src/_icons/rainbow.svg +++ b/src/_icons/rainbow.svg @@ -1,4 +1,5 @@ --- +category: Weather --- diff --git a/src/_icons/refresh-alert.svg b/src/_icons/refresh-alert.svg index 548eae79..03ca823b 100644 --- a/src/_icons/refresh-alert.svg +++ b/src/_icons/refresh-alert.svg @@ -1,6 +1,7 @@ --- tags: [synchronization, reload, restart, spinner, loader, ajax, update, arrows] version: 1.0 +category: Arrows --- diff --git a/src/_icons/refresh.svg b/src/_icons/refresh.svg index ce661733..37be37a8 100644 --- a/src/_icons/refresh.svg +++ b/src/_icons/refresh.svg @@ -1,6 +1,7 @@ --- tags: [synchronization, reload, restart, spinner, loader, ajax, update, arrows] version: 1.0 +category: Arrows --- diff --git a/src/_icons/school.svg b/src/_icons/school.svg index 8aea5543..a240e24c 100644 --- a/src/_icons/school.svg +++ b/src/_icons/school.svg @@ -1,4 +1,5 @@ --- +category: Map tags: [students, class, teachers, professors, doctors, hall, classroom, subject, science, break, lesson] version: 1.22 --- diff --git a/src/_icons/seeding.svg b/src/_icons/seeding.svg index 2d4e64fb..a7714fd7 100644 --- a/src/_icons/seeding.svg +++ b/src/_icons/seeding.svg @@ -1,6 +1,6 @@ --- tags: [nature, greenery, grow, soil, harvest, plant, flower, tree, leaf] -category: Ecology +category: Nature version: 1.29 --- diff --git a/src/_icons/settings-automation.svg b/src/_icons/settings-automation.svg index ceec4e1b..67e9f6b0 100644 --- a/src/_icons/settings-automation.svg +++ b/src/_icons/settings-automation.svg @@ -1,4 +1,5 @@ --- +category: System tags: [system, technology, automate, configure, device, program] --- diff --git a/src/_icons/shadow-off.svg b/src/_icons/shadow-off.svg index b525518d..1c101db0 100644 --- a/src/_icons/shadow-off.svg +++ b/src/_icons/shadow-off.svg @@ -1,6 +1,6 @@ --- tags: [dark, sun, area, light, css, effect, clear] -category: Photos +category: Photography --- diff --git a/src/_icons/shadow.svg b/src/_icons/shadow.svg index 3ee4896f..7519b501 100644 --- a/src/_icons/shadow.svg +++ b/src/_icons/shadow.svg @@ -1,6 +1,6 @@ --- tags: [dark, sun, area, covered, dim, light, css, effect] -category: Photos +category: Photography --- diff --git a/src/_icons/shield-check.svg b/src/_icons/shield-check.svg index 17461066..db0daab5 100644 --- a/src/_icons/shield-check.svg +++ b/src/_icons/shield-check.svg @@ -1,4 +1,5 @@ --- +category: System tags: [safety, protect, protection, "yes", add] version: 1.0 --- diff --git a/src/_icons/shield-lock.svg b/src/_icons/shield-lock.svg index b2308ccc..5007d08e 100644 --- a/src/_icons/shield-lock.svg +++ b/src/_icons/shield-lock.svg @@ -1,4 +1,5 @@ --- +category: System tags: [secure, security, closed, key, safety] version: 1.30 --- diff --git a/src/_icons/shield-off.svg b/src/_icons/shield-off.svg index 69fc5e11..9af429f3 100644 --- a/src/_icons/shield-off.svg +++ b/src/_icons/shield-off.svg @@ -1,4 +1,5 @@ --- +category: System tags: [unprotected, protection, cancel, no] version: 1.22 --- diff --git a/src/_icons/shield-x.svg b/src/_icons/shield-x.svg index 0ec262a0..207e7664 100644 --- a/src/_icons/shield-x.svg +++ b/src/_icons/shield-x.svg @@ -1,4 +1,5 @@ --- +category: System tags: [unprotected, protection, cancel, "no"] version: 1.0 --- diff --git a/src/_icons/shield.svg b/src/_icons/shield.svg index 211ef608..635ae775 100644 --- a/src/_icons/shield.svg +++ b/src/_icons/shield.svg @@ -1,4 +1,5 @@ --- +category: System tags: [safety, protect, protection] version: 1.0 --- diff --git a/src/_icons/shopping-cart-off.svg b/src/_icons/shopping-cart-off.svg index 71b2b93d..f3754f6a 100644 --- a/src/_icons/shopping-cart-off.svg +++ b/src/_icons/shopping-cart-off.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] --- diff --git a/src/_icons/shopping-cart-plus.svg b/src/_icons/shopping-cart-plus.svg index c505ba7a..d1c9afe0 100644 --- a/src/_icons/shopping-cart-plus.svg +++ b/src/_icons/shopping-cart-plus.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] --- diff --git a/src/_icons/shopping-cart-x.svg b/src/_icons/shopping-cart-x.svg index 2f694036..732d80a6 100644 --- a/src/_icons/shopping-cart-x.svg +++ b/src/_icons/shopping-cart-x.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] --- diff --git a/src/_icons/shopping-cart.svg b/src/_icons/shopping-cart.svg index c4e839fd..fc00a8f8 100644 --- a/src/_icons/shopping-cart.svg +++ b/src/_icons/shopping-cart.svg @@ -1,4 +1,5 @@ --- +category: E-commerce tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] --- diff --git a/src/_icons/signature.svg b/src/_icons/signature.svg index a75c8fec..58e24d52 100644 --- a/src/_icons/signature.svg +++ b/src/_icons/signature.svg @@ -1,5 +1,6 @@ --- tags: [name, certficate, sign, edit, write, document, writing] +category: Text --- diff --git a/src/_icons/sort-ascending-2.svg b/src/_icons/sort-ascending-2.svg index 0d0a2a24..4ce0c7d4 100644 --- a/src/_icons/sort-ascending-2.svg +++ b/src/_icons/sort-ascending-2.svg @@ -1,4 +1,5 @@ --- +category: Text tags: [filter, classify, arrange, order] --- diff --git a/src/_icons/sort-descending-2.svg b/src/_icons/sort-descending-2.svg index c83a4d48..f47d7625 100644 --- a/src/_icons/sort-descending-2.svg +++ b/src/_icons/sort-descending-2.svg @@ -1,4 +1,5 @@ --- +category: Text tags: [filter, classify, arrange, order] --- diff --git a/src/_icons/squares-diagonal.svg b/src/_icons/squares-diagonal.svg index 1b2e0ec1..59cb9a3c 100644 --- a/src/_icons/squares-diagonal.svg +++ b/src/_icons/squares-diagonal.svg @@ -1,5 +1,6 @@ --- tags: [boxes, layers] +category: Design --- diff --git a/src/_icons/squares-filled.svg b/src/_icons/squares-filled.svg index d2e1e048..8c39ea02 100644 --- a/src/_icons/squares-filled.svg +++ b/src/_icons/squares-filled.svg @@ -1,5 +1,6 @@ --- tags: [boxes, layers] +category: Design --- diff --git a/src/_icons/stairs-down.svg b/src/_icons/stairs-down.svg index a9b9d74c..0234d72c 100644 --- a/src/_icons/stairs-down.svg +++ b/src/_icons/stairs-down.svg @@ -1,4 +1,5 @@ --- +category: Map tags: [building, step, floor, staircase, clamber] version: 1.17 --- diff --git a/src/_icons/stairs-up.svg b/src/_icons/stairs-up.svg index 6c420c2d..c6570efd 100644 --- a/src/_icons/stairs-up.svg +++ b/src/_icons/stairs-up.svg @@ -1,4 +1,5 @@ --- +category: Map tags: [building, step, floor, staircase, entryway] version: 1.17 --- diff --git a/src/_icons/stairs.svg b/src/_icons/stairs.svg index a38a182c..0cfbaa64 100644 --- a/src/_icons/stairs.svg +++ b/src/_icons/stairs.svg @@ -1,4 +1,5 @@ --- +category: Map tags: [building, step, floor, staircase] version: 1.17 --- diff --git a/src/_icons/star-half.svg b/src/_icons/star-half.svg index b21bca90..281cc480 100644 --- a/src/_icons/star-half.svg +++ b/src/_icons/star-half.svg @@ -1,5 +1,5 @@ --- -category: Shapes +category: System tags: [favorite, like, mark, bookmark, grade] version: 1.24 --- diff --git a/src/_icons/star-off.svg b/src/_icons/star-off.svg index c9a501a9..a9e7eb78 100644 --- a/src/_icons/star-off.svg +++ b/src/_icons/star-off.svg @@ -1,6 +1,6 @@ --- tags: [favorite, like, mark, bookmark, grade] -category: Shapes +category: System version: 1.31 --- diff --git a/src/_icons/star.svg b/src/_icons/star.svg index 61c943cc..c2e2123a 100644 --- a/src/_icons/star.svg +++ b/src/_icons/star.svg @@ -1,5 +1,5 @@ --- -category: Shapes +category: System tags: [favorite, like, mark, bookmark, grade] version: 1.0 --- diff --git a/src/_icons/stars.svg b/src/_icons/stars.svg index c2ab618e..3667c044 100644 --- a/src/_icons/stars.svg +++ b/src/_icons/stars.svg @@ -1,6 +1,7 @@ --- tags: [favorite, like, mark, grade, bookmark, grade, space, universe, extraterrestrial, galaxy] version: 1.27 +category: System --- diff --git a/src/_icons/switch-2.svg b/src/_icons/switch-2.svg index c4d4d237..81363924 100644 --- a/src/_icons/switch-2.svg +++ b/src/_icons/switch-2.svg @@ -1,4 +1,6 @@ --- +tags: [toggle, arrows] +category: Arrows --- diff --git a/src/_icons/switch-3.svg b/src/_icons/switch-3.svg index b9b73eab..c81fcc6b 100644 --- a/src/_icons/switch-3.svg +++ b/src/_icons/switch-3.svg @@ -1,4 +1,6 @@ --- +tags: [toggle, arrows] +category: Arrows --- diff --git a/src/_icons/text-direction-ltr.svg b/src/_icons/text-direction-ltr.svg index a11e7d83..2ad8e9ab 100644 --- a/src/_icons/text-direction-ltr.svg +++ b/src/_icons/text-direction-ltr.svg @@ -1,5 +1,6 @@ --- -tags: [left, right] +tags: [left, right, bidi] +category: Text --- diff --git a/src/_icons/text-direction-rtl.svg b/src/_icons/text-direction-rtl.svg index 76ce2dce..6500fd78 100644 --- a/src/_icons/text-direction-rtl.svg +++ b/src/_icons/text-direction-rtl.svg @@ -1,5 +1,6 @@ --- -tags: [left, right] +tags: [left, right, bidi] +category: Text --- diff --git a/src/_icons/tilt-shift.svg b/src/_icons/tilt-shift.svg index 28447379..aeab419c 100644 --- a/src/_icons/tilt-shift.svg +++ b/src/_icons/tilt-shift.svg @@ -1,5 +1,6 @@ --- tags: [filter, shift, photography, photo] +category: Photography --- diff --git a/src/_icons/trash-off.svg b/src/_icons/trash-off.svg index ba2ec845..fe69aff6 100644 --- a/src/_icons/trash-off.svg +++ b/src/_icons/trash-off.svg @@ -1,4 +1,5 @@ --- +category: System tags: [bin, litter, recycle, remove, delete, throw, away, waste] version: 1.31 --- diff --git a/src/_icons/trash.svg b/src/_icons/trash.svg index 184eba6a..56d633a1 100644 --- a/src/_icons/trash.svg +++ b/src/_icons/trash.svg @@ -1,4 +1,5 @@ --- +category: System tags: [garbage, delete, remove, bin, ash-bin, uninstall, dustbin] version: 1.0 --- diff --git a/src/_icons/truck-delivery.svg b/src/_icons/truck-delivery.svg index c11bd2d0..eba4c34f 100644 --- a/src/_icons/truck-delivery.svg +++ b/src/_icons/truck-delivery.svg @@ -1,6 +1,6 @@ --- tags: [order, purchase, online, shop, store, e-commerce, lorry] -category: Vehicles +category: E-commerce version: 1.11 --- diff --git a/src/_icons/truck-return.svg b/src/_icons/truck-return.svg index 312f79b3..617d0818 100644 --- a/src/_icons/truck-return.svg +++ b/src/_icons/truck-return.svg @@ -1,6 +1,6 @@ --- tags: [order, purchase, online, shop, store, e-commerce, lorry] -category: Vehicles +category: E-commerce version: 1.11 --- diff --git a/src/_icons/upload.svg b/src/_icons/upload.svg index 676e1795..49291833 100644 --- a/src/_icons/upload.svg +++ b/src/_icons/upload.svg @@ -1,4 +1,5 @@ --- +category: Arrows tags: [file, arrow] version: 1.0 --- diff --git a/src/_icons/writing-sign.svg b/src/_icons/writing-sign.svg index 1752243d..1109c77b 100644 --- a/src/_icons/writing-sign.svg +++ b/src/_icons/writing-sign.svg @@ -1,5 +1,6 @@ --- tags: [name, certficate, sign, edit, write, document, writing, pen] +category: Text --- diff --git a/src/_icons/writing.svg b/src/_icons/writing.svg index ba7efcd6..7314c838 100644 --- a/src/_icons/writing.svg +++ b/src/_icons/writing.svg @@ -1,5 +1,6 @@ --- tags: [name, certficate, sign, edit, write, document, pen, drawing, contract, signature] +category: Text --- -- cgit v1.2.1 From d5d2c3c2c6f3231264da28ff581156c6fac89730 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 23 Oct 2020 21:10:22 +0200 Subject: #88 physiotherapist icon --- src/_icons/physotherapist.svg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/_icons/physotherapist.svg (limited to 'src') diff --git a/src/_icons/physotherapist.svg b/src/_icons/physotherapist.svg new file mode 100644 index 00000000..aa8dddc5 --- /dev/null +++ b/src/_icons/physotherapist.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + -- cgit v1.2.1 From c8faad767b5f3dcdb855f83bd61b1515d0d6a6da Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 23 Oct 2020 23:07:26 +0200 Subject: 17 new icons: `brand-booking`, `brand-google-analytics`, `brand-shazam`, `chart-circles`, `eye-check`, `file-alert`, `file-code-2`, `forms`, `mail-forward`, `massage`, `old`, `scuba-mask`, `shopping-cart-discount`, `sport-billard`, `square-root-2`, `square-root`, `tent` Fixed icons: `ice-cream`, `physotherapist`, `presentation-analytics`, `presentation`, `server` --- src/_icons/brand-booking.svg | 8 ++++++++ src/_icons/brand-google-analytics.svg | 8 ++++++++ src/_icons/brand-shazam.svg | 7 +++++++ src/_icons/chart-circles.svg | 7 +++++++ src/_icons/eye-check.svg | 7 +++++++ src/_icons/file-alert.svg | 9 +++++++++ src/_icons/file-code-2.svg | 9 +++++++++ src/_icons/forms.svg | 11 +++++++++++ src/_icons/ice-cream.svg | 6 ++++-- src/_icons/mail-forward.svg | 9 +++++++++ src/_icons/massage.svg | 9 +++++++++ src/_icons/old.svg | 9 +++++++++ src/_icons/physotherapist.svg | 11 ++++++----- src/_icons/presentation-analytics.svg | 2 +- src/_icons/presentation.svg | 2 +- src/_icons/scuba-mask.svg | 7 +++++++ src/_icons/server.svg | 1 + src/_icons/shopping-cart-discount.svg | 13 +++++++++++++ src/_icons/sport-billard.svg | 7 +++++++ src/_icons/square-root-2.svg | 8 ++++++++ src/_icons/square-root.svg | 6 ++++++ src/_icons/tent.svg | 5 +++++ 22 files changed, 152 insertions(+), 9 deletions(-) create mode 100644 src/_icons/brand-booking.svg create mode 100644 src/_icons/brand-google-analytics.svg create mode 100644 src/_icons/brand-shazam.svg create mode 100644 src/_icons/chart-circles.svg create mode 100644 src/_icons/eye-check.svg create mode 100644 src/_icons/file-alert.svg create mode 100644 src/_icons/file-code-2.svg create mode 100644 src/_icons/forms.svg create mode 100644 src/_icons/mail-forward.svg create mode 100644 src/_icons/massage.svg create mode 100644 src/_icons/old.svg create mode 100644 src/_icons/scuba-mask.svg create mode 100644 src/_icons/shopping-cart-discount.svg create mode 100644 src/_icons/sport-billard.svg create mode 100644 src/_icons/square-root-2.svg create mode 100644 src/_icons/square-root.svg create mode 100644 src/_icons/tent.svg (limited to 'src') diff --git a/src/_icons/brand-booking.svg b/src/_icons/brand-booking.svg new file mode 100644 index 00000000..74f9304c --- /dev/null +++ b/src/_icons/brand-booking.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-google-analytics.svg b/src/_icons/brand-google-analytics.svg new file mode 100644 index 00000000..cf6b8337 --- /dev/null +++ b/src/_icons/brand-google-analytics.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-shazam.svg b/src/_icons/brand-shazam.svg new file mode 100644 index 00000000..7d71014e --- /dev/null +++ b/src/_icons/brand-shazam.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/chart-circles.svg b/src/_icons/chart-circles.svg new file mode 100644 index 00000000..710a8fbb --- /dev/null +++ b/src/_icons/chart-circles.svg @@ -0,0 +1,7 @@ +--- +category: Charts +--- + + + + diff --git a/src/_icons/eye-check.svg b/src/_icons/eye-check.svg new file mode 100644 index 00000000..0dba7541 --- /dev/null +++ b/src/_icons/eye-check.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/file-alert.svg b/src/_icons/file-alert.svg new file mode 100644 index 00000000..bafcfb35 --- /dev/null +++ b/src/_icons/file-alert.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/file-code-2.svg b/src/_icons/file-code-2.svg new file mode 100644 index 00000000..47faf159 --- /dev/null +++ b/src/_icons/file-code-2.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/forms.svg b/src/_icons/forms.svg new file mode 100644 index 00000000..db2ea669 --- /dev/null +++ b/src/_icons/forms.svg @@ -0,0 +1,11 @@ +--- +category: Text +--- + + + + + + + + diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index 7dcb17e5..4cfe945e 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -3,6 +3,8 @@ tags: [candy, dessert, frozen, sweet] version: 1.0 --- - - + + + + diff --git a/src/_icons/mail-forward.svg b/src/_icons/mail-forward.svg new file mode 100644 index 00000000..9e0e1294 --- /dev/null +++ b/src/_icons/mail-forward.svg @@ -0,0 +1,9 @@ +--- +category: Communication +--- + + + + + + diff --git a/src/_icons/massage.svg b/src/_icons/massage.svg new file mode 100644 index 00000000..b519567b --- /dev/null +++ b/src/_icons/massage.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/old.svg b/src/_icons/old.svg new file mode 100644 index 00000000..d35cd4f4 --- /dev/null +++ b/src/_icons/old.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/physotherapist.svg b/src/_icons/physotherapist.svg index aa8dddc5..d81d4fdf 100644 --- a/src/_icons/physotherapist.svg +++ b/src/_icons/physotherapist.svg @@ -1,9 +1,10 @@ --- --- - - - - - + + + + + + diff --git a/src/_icons/presentation-analytics.svg b/src/_icons/presentation-analytics.svg index 50340288..650d234c 100644 --- a/src/_icons/presentation-analytics.svg +++ b/src/_icons/presentation-analytics.svg @@ -1,6 +1,6 @@ --- tags: [slideshow, display, exhibition, speech, topic, conference] -category: Documents +category: Document --- diff --git a/src/_icons/presentation.svg b/src/_icons/presentation.svg index 99dd4ccb..ff5c1d0f 100644 --- a/src/_icons/presentation.svg +++ b/src/_icons/presentation.svg @@ -1,6 +1,6 @@ --- tags: [slideshow, display, exhibition, speech, topic, conference] -category: Documents +category: Document version: 1.2 --- diff --git a/src/_icons/scuba-mask.svg b/src/_icons/scuba-mask.svg new file mode 100644 index 00000000..632ec89f --- /dev/null +++ b/src/_icons/scuba-mask.svg @@ -0,0 +1,7 @@ +--- +category: Sport +--- + + + + diff --git a/src/_icons/server.svg b/src/_icons/server.svg index cfd09f89..5475e13a 100644 --- a/src/_icons/server.svg +++ b/src/_icons/server.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [storage, hosting, www] version: 1.0 --- diff --git a/src/_icons/shopping-cart-discount.svg b/src/_icons/shopping-cart-discount.svg new file mode 100644 index 00000000..aea10dd5 --- /dev/null +++ b/src/_icons/shopping-cart-discount.svg @@ -0,0 +1,13 @@ +--- +category: E-commerce +tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] +--- + + + + + + + + + diff --git a/src/_icons/sport-billard.svg b/src/_icons/sport-billard.svg new file mode 100644 index 00000000..5c841757 --- /dev/null +++ b/src/_icons/sport-billard.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/square-root-2.svg b/src/_icons/square-root-2.svg new file mode 100644 index 00000000..6c54db8c --- /dev/null +++ b/src/_icons/square-root-2.svg @@ -0,0 +1,8 @@ +--- +category: Math +--- + + + + + diff --git a/src/_icons/square-root.svg b/src/_icons/square-root.svg new file mode 100644 index 00000000..7d67530a --- /dev/null +++ b/src/_icons/square-root.svg @@ -0,0 +1,6 @@ +--- +category: Math +--- + + + diff --git a/src/_icons/tent.svg b/src/_icons/tent.svg new file mode 100644 index 00000000..97b0cf4c --- /dev/null +++ b/src/_icons/tent.svg @@ -0,0 +1,5 @@ +--- +--- + + + -- cgit v1.2.1 From 8b413eb8e2f7f0a38fb49755c764088026dddba1 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 23 Oct 2020 23:53:52 +0200 Subject: 4 new icons: `brand-open-source`, `brand-patreon`, `mailbox`, `vaccine` --- src/_icons/brand-open-source.svg | 5 +++++ src/_icons/brand-patreon.svg | 6 ++++++ src/_icons/mailbox.svg | 7 +++++++ src/_icons/vaccine.svg | 11 +++++++++++ 4 files changed, 29 insertions(+) create mode 100644 src/_icons/brand-open-source.svg create mode 100644 src/_icons/brand-patreon.svg create mode 100644 src/_icons/mailbox.svg create mode 100644 src/_icons/vaccine.svg (limited to 'src') diff --git a/src/_icons/brand-open-source.svg b/src/_icons/brand-open-source.svg new file mode 100644 index 00000000..79fdf4e4 --- /dev/null +++ b/src/_icons/brand-open-source.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/brand-patreon.svg b/src/_icons/brand-patreon.svg new file mode 100644 index 00000000..47200693 --- /dev/null +++ b/src/_icons/brand-patreon.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/mailbox.svg b/src/_icons/mailbox.svg new file mode 100644 index 00000000..67324d2d --- /dev/null +++ b/src/_icons/mailbox.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/vaccine.svg b/src/_icons/vaccine.svg new file mode 100644 index 00000000..a049756b --- /dev/null +++ b/src/_icons/vaccine.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + -- cgit v1.2.1 From 96f6145a8765fd93c1309ff87868171f7a4424a8 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 24 Oct 2020 00:00:15 +0200 Subject: 4 new icons: `arrows-left-down`, `arrows-right-down`, `arrows-up-left`, `arrows-up-right` --- src/_icons/arrows-left-down.svg | 7 +++++++ src/_icons/arrows-right-down.svg | 7 +++++++ src/_icons/arrows-up-left.svg | 7 +++++++ src/_icons/arrows-up-right.svg | 7 +++++++ 4 files changed, 28 insertions(+) create mode 100644 src/_icons/arrows-left-down.svg create mode 100644 src/_icons/arrows-right-down.svg create mode 100644 src/_icons/arrows-up-left.svg create mode 100644 src/_icons/arrows-up-right.svg (limited to 'src') diff --git a/src/_icons/arrows-left-down.svg b/src/_icons/arrows-left-down.svg new file mode 100644 index 00000000..10a74bef --- /dev/null +++ b/src/_icons/arrows-left-down.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/arrows-right-down.svg b/src/_icons/arrows-right-down.svg new file mode 100644 index 00000000..a61b817b --- /dev/null +++ b/src/_icons/arrows-right-down.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/arrows-up-left.svg b/src/_icons/arrows-up-left.svg new file mode 100644 index 00000000..a75738dc --- /dev/null +++ b/src/_icons/arrows-up-left.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/arrows-up-right.svg b/src/_icons/arrows-up-right.svg new file mode 100644 index 00000000..ab86d649 --- /dev/null +++ b/src/_icons/arrows-up-right.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + -- cgit v1.2.1 From ce37324551c959ea7cf5e09a5950f76ead093b5d Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 24 Oct 2020 00:11:48 +0200 Subject: 1 new icons: `lock-access` --- src/_icons/lock-access.svg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/_icons/lock-access.svg (limited to 'src') diff --git a/src/_icons/lock-access.svg b/src/_icons/lock-access.svg new file mode 100644 index 00000000..9445483a --- /dev/null +++ b/src/_icons/lock-access.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + -- cgit v1.2.1 From e058caa7e84c1adbcae2b6da6f4b567c2f398bb4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 26 Oct 2020 12:24:22 +0100 Subject: icons pre-build --- src/tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tags.html b/src/tags.html index 8148f92e..54253f9b 100644 --- a/src/tags.html +++ b/src/tags.html @@ -7,6 +7,7 @@ layout: default {% assign i = 0 %}
{% include icon.html name=icon.slug %} {{ icon.slug }}{{ icon.category }} {{ icon.version }}
{% for icon in site.icons %} + {% if icon.tags.size == 0 %} @@ -14,7 +15,6 @@ layout: default - {% if icon.tags.size == 0 %} {% assign i = i | plus: 1 %} {% endif %} {% endfor %} -- cgit v1.2.1 From 060d82f5b686e77329f1c00006aa3e41623cc499 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 28 Oct 2020 15:27:59 +0100 Subject: icons tags --- src/_icons/arrow-bottom-bar.svg | 1 + src/_icons/arrow-bottom-circle.svg | 1 + src/_icons/arrow-bottom-square.svg | 1 + src/_icons/arrow-bottom-tail.svg | 1 + src/_icons/arrow-left-bar.svg | 1 + src/_icons/arrow-left-circle.svg | 1 + src/_icons/arrow-left-square.svg | 1 + src/_icons/arrow-left-tail.svg | 1 + src/_icons/arrow-loop-left.svg | 1 + src/_icons/arrow-loop-right.svg | 1 + src/_icons/arrow-right-bar.svg | 1 + src/_icons/arrow-right-circle.svg | 1 + src/_icons/arrow-right-square.svg | 1 + src/_icons/arrow-right-tail.svg | 1 + src/_icons/arrow-top-bar.svg | 1 + src/_icons/arrow-top-circle.svg | 1 + src/_icons/arrow-top-square.svg | 1 + src/_icons/arrow-top-tail.svg | 1 + src/_icons/arrow-wave-left-down.svg | 1 + src/_icons/arrow-wave-left-up.svg | 1 + src/_icons/arrow-wave-right-down.svg | 1 + src/_icons/arrow-wave-right-up.svg | 1 + src/_icons/arrows-down-up.svg | 1 + src/_icons/arrows-down.svg | 1 + src/_icons/arrows-join-2.svg | 1 + src/_icons/arrows-join.svg | 1 + src/_icons/arrows-left-down.svg | 1 + src/_icons/arrows-left-right.svg | 1 + src/_icons/arrows-left.svg | 1 + src/_icons/arrows-right-down.svg | 1 + src/_icons/arrows-right-left.svg | 1 + src/_icons/arrows-right.svg | 1 + src/_icons/arrows-split-2.svg | 1 + src/_icons/arrows-split.svg | 1 + src/_icons/arrows-up-down.svg | 1 + src/_icons/arrows-up-left.svg | 1 + src/_icons/arrows-up-right.svg | 1 + src/_icons/arrows-up.svg | 1 + src/_icons/bone.svg | 1 + src/_icons/brand-booking.svg | 1 + src/_icons/brand-google-analytics.svg | 1 + src/_icons/brand-open-source.svg | 1 + src/_icons/brand-patreon.svg | 1 + src/_icons/brand-shazam.svg | 1 + src/_icons/chart-circles.svg | 1 + src/_icons/eye-check.svg | 1 + src/_icons/file-alert.svg | 1 + src/_icons/file-code-2.svg | 1 + src/_icons/forms.svg | 1 + src/_icons/hand-finger.svg | 1 + src/_icons/hand-little-finger.svg | 1 + src/_icons/hand-ring-finger.svg | 1 + src/_icons/hand-rock.svg | 1 + src/_icons/hand-three-fingers.svg | 1 + src/_icons/hand-two-fingers.svg | 1 + src/_icons/lock-access.svg | 1 + src/_icons/mail-forward.svg | 1 + src/_icons/mailbox.svg | 1 + src/_icons/massage.svg | 1 + src/_icons/old.svg | 1 + src/_icons/physotherapist.svg | 1 + src/_icons/pizza.svg | 1 + src/_icons/rainbow.svg | 1 + src/_icons/scuba-mask.svg | 1 + src/_icons/sport-billard.svg | 1 + src/_icons/square-root-2.svg | 1 + src/_icons/square-root.svg | 1 + src/_icons/tent.svg | 1 + src/_icons/vaccine.svg | 1 + src/tags.html | 2 +- 70 files changed, 70 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/_icons/arrow-bottom-bar.svg b/src/_icons/arrow-bottom-bar.svg index e49935b0..041525e8 100644 --- a/src/_icons/arrow-bottom-bar.svg +++ b/src/_icons/arrow-bottom-bar.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-bottom-circle.svg b/src/_icons/arrow-bottom-circle.svg index 8d023446..9e5f7c36 100644 --- a/src/_icons/arrow-bottom-circle.svg +++ b/src/_icons/arrow-bottom-circle.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-bottom-square.svg b/src/_icons/arrow-bottom-square.svg index 7baeba1f..320d519a 100644 --- a/src/_icons/arrow-bottom-square.svg +++ b/src/_icons/arrow-bottom-square.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-bottom-tail.svg b/src/_icons/arrow-bottom-tail.svg index 7047d40b..b59c6d68 100644 --- a/src/_icons/arrow-bottom-tail.svg +++ b/src/_icons/arrow-bottom-tail.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-left-bar.svg b/src/_icons/arrow-left-bar.svg index f7b8d909..aef8c1ce 100644 --- a/src/_icons/arrow-left-bar.svg +++ b/src/_icons/arrow-left-bar.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-left-circle.svg b/src/_icons/arrow-left-circle.svg index 41572a55..e0415b5b 100644 --- a/src/_icons/arrow-left-circle.svg +++ b/src/_icons/arrow-left-circle.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-left-square.svg b/src/_icons/arrow-left-square.svg index 99f3cb11..fe1b3fda 100644 --- a/src/_icons/arrow-left-square.svg +++ b/src/_icons/arrow-left-square.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-left-tail.svg b/src/_icons/arrow-left-tail.svg index ad2bb391..c3cefefd 100644 --- a/src/_icons/arrow-left-tail.svg +++ b/src/_icons/arrow-left-tail.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-loop-left.svg b/src/_icons/arrow-loop-left.svg index 825bbbf1..cf74da0e 100644 --- a/src/_icons/arrow-loop-left.svg +++ b/src/_icons/arrow-loop-left.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move, turn] category: Arrows --- diff --git a/src/_icons/arrow-loop-right.svg b/src/_icons/arrow-loop-right.svg index da1b51b8..a381f2f4 100644 --- a/src/_icons/arrow-loop-right.svg +++ b/src/_icons/arrow-loop-right.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move, turn] category: Arrows --- diff --git a/src/_icons/arrow-right-bar.svg b/src/_icons/arrow-right-bar.svg index ef7920da..23f9b17f 100644 --- a/src/_icons/arrow-right-bar.svg +++ b/src/_icons/arrow-right-bar.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-right-circle.svg b/src/_icons/arrow-right-circle.svg index 0d647fb5..ef8bbe4c 100644 --- a/src/_icons/arrow-right-circle.svg +++ b/src/_icons/arrow-right-circle.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-right-square.svg b/src/_icons/arrow-right-square.svg index 6ae4baa8..9c7b2ec8 100644 --- a/src/_icons/arrow-right-square.svg +++ b/src/_icons/arrow-right-square.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-right-tail.svg b/src/_icons/arrow-right-tail.svg index f3a57b1d..85e86242 100644 --- a/src/_icons/arrow-right-tail.svg +++ b/src/_icons/arrow-right-tail.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-top-bar.svg b/src/_icons/arrow-top-bar.svg index 95635778..9fd5c3b4 100644 --- a/src/_icons/arrow-top-bar.svg +++ b/src/_icons/arrow-top-bar.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg index e09d0f1d..3ea1383e 100644 --- a/src/_icons/arrow-top-circle.svg +++ b/src/_icons/arrow-top-circle.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-top-square.svg b/src/_icons/arrow-top-square.svg index e84ab1d8..26c5ccc2 100644 --- a/src/_icons/arrow-top-square.svg +++ b/src/_icons/arrow-top-square.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-top-tail.svg b/src/_icons/arrow-top-tail.svg index 2ce74f4e..7abb98d6 100644 --- a/src/_icons/arrow-top-tail.svg +++ b/src/_icons/arrow-top-tail.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-wave-left-down.svg b/src/_icons/arrow-wave-left-down.svg index 1578513c..5ee73dca 100644 --- a/src/_icons/arrow-wave-left-down.svg +++ b/src/_icons/arrow-wave-left-down.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-wave-left-up.svg b/src/_icons/arrow-wave-left-up.svg index cbe4a897..867e2236 100644 --- a/src/_icons/arrow-wave-left-up.svg +++ b/src/_icons/arrow-wave-left-up.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-wave-right-down.svg b/src/_icons/arrow-wave-right-down.svg index 5dd0fa4e..f080607b 100644 --- a/src/_icons/arrow-wave-right-down.svg +++ b/src/_icons/arrow-wave-right-down.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrow-wave-right-up.svg b/src/_icons/arrow-wave-right-up.svg index 31474d3b..0bc083b2 100644 --- a/src/_icons/arrow-wave-right-up.svg +++ b/src/_icons/arrow-wave-right-up.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-down-up.svg b/src/_icons/arrows-down-up.svg index f69ed40d..849f6210 100644 --- a/src/_icons/arrows-down-up.svg +++ b/src/_icons/arrows-down-up.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-down.svg b/src/_icons/arrows-down.svg index f4248e7d..3bde75e7 100644 --- a/src/_icons/arrows-down.svg +++ b/src/_icons/arrows-down.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-join-2.svg b/src/_icons/arrows-join-2.svg index 77fb7d57..e91f0e59 100644 --- a/src/_icons/arrows-join-2.svg +++ b/src/_icons/arrows-join-2.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-join.svg b/src/_icons/arrows-join.svg index 8808c520..05ef660c 100644 --- a/src/_icons/arrows-join.svg +++ b/src/_icons/arrows-join.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-left-down.svg b/src/_icons/arrows-left-down.svg index 10a74bef..6b8bc907 100644 --- a/src/_icons/arrows-left-down.svg +++ b/src/_icons/arrows-left-down.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] --- diff --git a/src/_icons/arrows-left-right.svg b/src/_icons/arrows-left-right.svg index 12d0260b..143fa63e 100644 --- a/src/_icons/arrows-left-right.svg +++ b/src/_icons/arrows-left-right.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-left.svg b/src/_icons/arrows-left.svg index 67c496a8..c09f3b3e 100644 --- a/src/_icons/arrows-left.svg +++ b/src/_icons/arrows-left.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-right-down.svg b/src/_icons/arrows-right-down.svg index a61b817b..0d5def27 100644 --- a/src/_icons/arrows-right-down.svg +++ b/src/_icons/arrows-right-down.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] --- diff --git a/src/_icons/arrows-right-left.svg b/src/_icons/arrows-right-left.svg index c3e9ecac..11d5a466 100644 --- a/src/_icons/arrows-right-left.svg +++ b/src/_icons/arrows-right-left.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-right.svg b/src/_icons/arrows-right.svg index 5bcd2143..d6721c37 100644 --- a/src/_icons/arrows-right.svg +++ b/src/_icons/arrows-right.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-split-2.svg b/src/_icons/arrows-split-2.svg index 78cee473..1486e5c8 100644 --- a/src/_icons/arrows-split-2.svg +++ b/src/_icons/arrows-split-2.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-split.svg b/src/_icons/arrows-split.svg index f3df533c..a47f8135 100644 --- a/src/_icons/arrows-split.svg +++ b/src/_icons/arrows-split.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-up-down.svg b/src/_icons/arrows-up-down.svg index fb965f28..e4736475 100644 --- a/src/_icons/arrows-up-down.svg +++ b/src/_icons/arrows-up-down.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/arrows-up-left.svg b/src/_icons/arrows-up-left.svg index a75738dc..b9e7747b 100644 --- a/src/_icons/arrows-up-left.svg +++ b/src/_icons/arrows-up-left.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] --- diff --git a/src/_icons/arrows-up-right.svg b/src/_icons/arrows-up-right.svg index ab86d649..eb6e474f 100644 --- a/src/_icons/arrows-up-right.svg +++ b/src/_icons/arrows-up-right.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] --- diff --git a/src/_icons/arrows-up.svg b/src/_icons/arrows-up.svg index cb9c3fcb..cfd351ff 100644 --- a/src/_icons/arrows-up.svg +++ b/src/_icons/arrows-up.svg @@ -1,4 +1,5 @@ --- +tags: [drag, move] category: Arrows --- diff --git a/src/_icons/bone.svg b/src/_icons/bone.svg index f2936bc6..153ee1cc 100644 --- a/src/_icons/bone.svg +++ b/src/_icons/bone.svg @@ -1,4 +1,5 @@ --- +tags: [dog, body, skeleton, biology, anatomy, pet, vet] --- diff --git a/src/_icons/brand-booking.svg b/src/_icons/brand-booking.svg index 74f9304c..0354d80d 100644 --- a/src/_icons/brand-booking.svg +++ b/src/_icons/brand-booking.svg @@ -1,4 +1,5 @@ --- +tags: [flat, apartment, holiday, vacation, city, break, book, rent] category: Brand --- diff --git a/src/_icons/brand-google-analytics.svg b/src/_icons/brand-google-analytics.svg index cf6b8337..213d1459 100644 --- a/src/_icons/brand-google-analytics.svg +++ b/src/_icons/brand-google-analytics.svg @@ -1,4 +1,5 @@ --- +tags: [advertising, track, website, traffic, e-commerce, online, technology] category: Brand --- diff --git a/src/_icons/brand-open-source.svg b/src/_icons/brand-open-source.svg index 79fdf4e4..c02b8d9c 100644 --- a/src/_icons/brand-open-source.svg +++ b/src/_icons/brand-open-source.svg @@ -1,4 +1,5 @@ --- +tags: [software, code, developer, public, licence, technology] --- diff --git a/src/_icons/brand-patreon.svg b/src/_icons/brand-patreon.svg index 47200693..1a32e183 100644 --- a/src/_icons/brand-patreon.svg +++ b/src/_icons/brand-patreon.svg @@ -1,4 +1,5 @@ --- +tags: [artist, software, creator, patron, art, subscription, income, earn] --- diff --git a/src/_icons/brand-shazam.svg b/src/_icons/brand-shazam.svg index 7d71014e..7121e806 100644 --- a/src/_icons/brand-shazam.svg +++ b/src/_icons/brand-shazam.svg @@ -1,4 +1,5 @@ --- +tags: [app, technology, device, music, sound, play, discover, artist, recognize] --- diff --git a/src/_icons/chart-circles.svg b/src/_icons/chart-circles.svg index 710a8fbb..0fdac8ce 100644 --- a/src/_icons/chart-circles.svg +++ b/src/_icons/chart-circles.svg @@ -1,4 +1,5 @@ --- +tags: [statistics, analysis, analyse, graph] category: Charts --- diff --git a/src/_icons/eye-check.svg b/src/_icons/eye-check.svg index 0dba7541..07b39423 100644 --- a/src/_icons/eye-check.svg +++ b/src/_icons/eye-check.svg @@ -1,4 +1,5 @@ --- +tags: [sight, visual, view, public, approve] --- diff --git a/src/_icons/file-alert.svg b/src/_icons/file-alert.svg index bafcfb35..459b4bd9 100644 --- a/src/_icons/file-alert.svg +++ b/src/_icons/file-alert.svg @@ -1,4 +1,5 @@ --- +tags: [danger, risk, warning, check, caution, document, error] category: Document --- diff --git a/src/_icons/file-code-2.svg b/src/_icons/file-code-2.svg index 47faf159..fe2e0d2f 100644 --- a/src/_icons/file-code-2.svg +++ b/src/_icons/file-code-2.svg @@ -1,4 +1,5 @@ --- +tags: [programming, document, developer, technology] category: Document --- diff --git a/src/_icons/forms.svg b/src/_icons/forms.svg index db2ea669..1eb99e68 100644 --- a/src/_icons/forms.svg +++ b/src/_icons/forms.svg @@ -1,4 +1,5 @@ --- +tags: [formbuilder, input, url, textarea] category: Text --- diff --git a/src/_icons/hand-finger.svg b/src/_icons/hand-finger.svg index f9a93231..b7ed951a 100644 --- a/src/_icons/hand-finger.svg +++ b/src/_icons/hand-finger.svg @@ -1,4 +1,5 @@ --- +tags: [point, show, index, forefinger, body, human, palm] category: Gestures --- diff --git a/src/_icons/hand-little-finger.svg b/src/_icons/hand-little-finger.svg index 678feec1..89c09e3b 100644 --- a/src/_icons/hand-little-finger.svg +++ b/src/_icons/hand-little-finger.svg @@ -1,4 +1,5 @@ --- +tags: [small, body, human, palm] category: Gestures --- diff --git a/src/_icons/hand-ring-finger.svg b/src/_icons/hand-ring-finger.svg index 95c38a8d..3045131c 100644 --- a/src/_icons/hand-ring-finger.svg +++ b/src/_icons/hand-ring-finger.svg @@ -1,4 +1,5 @@ --- +tags: [body, human, palm] category: Gestures --- diff --git a/src/_icons/hand-rock.svg b/src/_icons/hand-rock.svg index 315fff7a..8ea4e3bd 100644 --- a/src/_icons/hand-rock.svg +++ b/src/_icons/hand-rock.svg @@ -1,4 +1,5 @@ --- +tags: [heavy, metal, party, concert, rebel] category: Gestures --- diff --git a/src/_icons/hand-three-fingers.svg b/src/_icons/hand-three-fingers.svg index b871ebb8..122d31c1 100644 --- a/src/_icons/hand-three-fingers.svg +++ b/src/_icons/hand-three-fingers.svg @@ -1,4 +1,5 @@ --- +tags: [body, human, palm] category: Gestures --- diff --git a/src/_icons/hand-two-fingers.svg b/src/_icons/hand-two-fingers.svg index efed3772..10fef7cd 100644 --- a/src/_icons/hand-two-fingers.svg +++ b/src/_icons/hand-two-fingers.svg @@ -1,4 +1,5 @@ --- +tags: [body, human, palm, gesture] category: Gestures --- diff --git a/src/_icons/lock-access.svg b/src/_icons/lock-access.svg index 9445483a..a2382dfd 100644 --- a/src/_icons/lock-access.svg +++ b/src/_icons/lock-access.svg @@ -1,4 +1,5 @@ --- +tags: [block, limited, restricted, unavailable, confidential] --- diff --git a/src/_icons/mail-forward.svg b/src/_icons/mail-forward.svg index 9e0e1294..ac0f7db5 100644 --- a/src/_icons/mail-forward.svg +++ b/src/_icons/mail-forward.svg @@ -1,4 +1,5 @@ --- +tags: [send, recipient, email, inbox, message] category: Communication --- diff --git a/src/_icons/mailbox.svg b/src/_icons/mailbox.svg index 67324d2d..1e58d3e8 100644 --- a/src/_icons/mailbox.svg +++ b/src/_icons/mailbox.svg @@ -1,4 +1,5 @@ --- +tags: [send, recipient, email, inbox, message, reply, post] --- diff --git a/src/_icons/massage.svg b/src/_icons/massage.svg index b519567b..5ad4758e 100644 --- a/src/_icons/massage.svg +++ b/src/_icons/massage.svg @@ -1,4 +1,5 @@ --- +tags: [physiotherapy, spa, relax, sports, therapy, treatment, spine] --- diff --git a/src/_icons/old.svg b/src/_icons/old.svg index d35cd4f4..2fa98802 100644 --- a/src/_icons/old.svg +++ b/src/_icons/old.svg @@ -1,4 +1,5 @@ --- +tags: [senior, person, elderly, age] --- diff --git a/src/_icons/physotherapist.svg b/src/_icons/physotherapist.svg index d81d4fdf..ae7c21d3 100644 --- a/src/_icons/physotherapist.svg +++ b/src/_icons/physotherapist.svg @@ -1,4 +1,5 @@ --- +tags: [physiotherapy, spa, therapy, treatment, pain, exercise] --- diff --git a/src/_icons/pizza.svg b/src/_icons/pizza.svg index 70a8ffab..9cb6ac16 100644 --- a/src/_icons/pizza.svg +++ b/src/_icons/pizza.svg @@ -1,4 +1,5 @@ --- +tags: [eat, food, cheese, italian, snack, fast, delivery, takeaway, restaurant] --- diff --git a/src/_icons/rainbow.svg b/src/_icons/rainbow.svg index bb0c37c1..fdc33291 100644 --- a/src/_icons/rainbow.svg +++ b/src/_icons/rainbow.svg @@ -1,4 +1,5 @@ --- +tags: [rain, sun, colours, weather, forecast, pride] category: Weather --- diff --git a/src/_icons/scuba-mask.svg b/src/_icons/scuba-mask.svg index 632ec89f..bae63b25 100644 --- a/src/_icons/scuba-mask.svg +++ b/src/_icons/scuba-mask.svg @@ -1,4 +1,5 @@ --- +tags: [dive, diving, water, holiday, underwater, snorkeling, equipment] category: Sport --- diff --git a/src/_icons/sport-billard.svg b/src/_icons/sport-billard.svg index 5c841757..16a3cd19 100644 --- a/src/_icons/sport-billard.svg +++ b/src/_icons/sport-billard.svg @@ -1,4 +1,5 @@ --- +tags: [pool, game, ball, pub, entertainment] --- diff --git a/src/_icons/square-root-2.svg b/src/_icons/square-root-2.svg index 6c54db8c..bddde737 100644 --- a/src/_icons/square-root-2.svg +++ b/src/_icons/square-root-2.svg @@ -1,4 +1,5 @@ --- +tags: [mathematics, maths, science, calculate, calculator, algebra] category: Math --- diff --git a/src/_icons/square-root.svg b/src/_icons/square-root.svg index 7d67530a..788ed514 100644 --- a/src/_icons/square-root.svg +++ b/src/_icons/square-root.svg @@ -1,4 +1,5 @@ --- +tags: [mathematics, maths, science, calculate, calculator, algebra] category: Math --- diff --git a/src/_icons/tent.svg b/src/_icons/tent.svg index 97b0cf4c..e73fce48 100644 --- a/src/_icons/tent.svg +++ b/src/_icons/tent.svg @@ -1,4 +1,5 @@ --- +tags: [camping, holiday, vacation, outdoor, survival, travel, adventure] --- diff --git a/src/_icons/vaccine.svg b/src/_icons/vaccine.svg index a049756b..54f871e2 100644 --- a/src/_icons/vaccine.svg +++ b/src/_icons/vaccine.svg @@ -1,4 +1,5 @@ --- +tags: [illness, sickness, disease, injection, medicine, medical, doctor, nurse] --- diff --git a/src/tags.html b/src/tags.html index 54253f9b..8148f92e 100644 --- a/src/tags.html +++ b/src/tags.html @@ -7,7 +7,6 @@ layout: default {% assign i = 0 %}
{% include icon.html name=icon.slug %} {{ icon.slug }}{{ icon.category }} {{ icon.version }}
{% for icon in site.icons %} - {% if icon.tags.size == 0 %} @@ -15,6 +14,7 @@ layout: default + {% if icon.tags.size == 0 %} {% assign i = i | plus: 1 %} {% endif %} {% endfor %} -- cgit v1.2.1 From cd8a5d21cdfb803e75291819cee78810bc22eab1 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 13 Dec 2020 21:17:34 +0100 Subject: `lock-access` fix --- src/_icons/lock-access.svg | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/_icons/lock-access.svg b/src/_icons/lock-access.svg index a2382dfd..2b49f909 100644 --- a/src/_icons/lock-access.svg +++ b/src/_icons/lock-access.svg @@ -2,7 +2,6 @@ tags: [block, limited, restricted, unavailable, confidential] --- - -- cgit v1.2.1
{% include icon.html name=icon.slug %} {{ icon.slug }}{{ icon.category }} {{ icon.version }}