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 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 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 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 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(-) 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(-) 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 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(-) 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 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 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 --- .gitignore | 1 + _import.csv | 169 ++++++++++++++++++++++++++++++++++++ gulpfile.js | 40 +++++++++ package.json | 4 +- 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 + 174 files changed, 383 insertions(+), 3 deletions(-) create mode 100644 _import.csv diff --git a/.gitignore b/.gitignore index 143e1fcd..4aa836dc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ src/test.svg src/test*.svg .jekyll-metadata icons-react/dist/ +/_import.csv diff --git a/_import.csv b/_import.csv new file mode 100644 index 00000000..f92cf7ea --- /dev/null +++ b/_import.csv @@ -0,0 +1,169 @@ +2fa login, password, verification, code, two-step +3d-cube-sphere printing, vector, shape +a-b test, visual, user +access-point-off device, hosts, airwaves, wireless, network +access-point device, hosts, airwaves, wireless, network +alert-octagon warning, danger, caution, risk +alien universe, extraterrestrial, ufo, space, galaxy, planet +ambulance vehicle, car, hospital, ward, doctor, rescuer +antenna-bars-1 signal, wireless, wi-fi, quality, +antenna-bars-2 signal, wireless, wi-fi, quality, +antenna-bars-3 signal, wireless, wi-fi, quality, +antenna-bars-4 signal, wireless, wi-fi, quality, +antenna-bars-5 signal, wireless, wi-fi, quality, +aspect-ratio size, dimension, width, height, orientation +atom-2 unit, element, part, electrons, protons, neutrons +ball-basketball game, round, quarter, basket, NBA, +ball-bowling round, strike, spare, pin +ball-tennis game, set, match, court, racket, +ball-volleyball point, set, match, attacker, ace, setter, serve +basket shop, store, online, shopping, +bell-off alarm, sound, notification +biohazard danger, radioactive, toxic, microbe, virus, biotoxin +bluetooth-off wireless, conection, connect +bolt-off energy, power, electricity, storm +bookmarks read, clip, marker, tag +brand-android OS, company, system, interface, software, logo +brand-apple OS, company, system, interface, software, devices, logo +brand-appstore shop, online, application, logo +brand-behance logo, website, Adobe, project, views, marks, platform, designer +brand-codepen logo, community, internet, codes, programing, programmer, source, website, platform, designer +brand-deviantart logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform, +brand-discord app, application, logo, communication, talks, gamers, freeware, platform +brand-dribbble logo, website, community, project, platform, self-promotion, designer, portfolio +brand-facebook logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback, +brand-figma logo, editor, graphic, image, implement, prototyping, +brand-flickr logo, website, house, facilitate, sharing, digital, photos, images +brand-foursquare logo, website, community, social, network, +brand-framer logo, application, app, prototyping, prototype, animations, +brand-github logo, website, hosting, project, programming, software, development +brand-gitlab logo, website, software, code, programming, programmers +brand-google-drive logo, cloud, disc, documents, sheet, presentation, file, edit +brand-google-play logo, application, app, shop, store, online, +brand-google logo, enterprise, browser, internet, web, discover +brand-instagram logo, app, application, images, photos, videos, post, stories, online, community +brand-linkedin logo, website, corporation, work, business, internet +brand-medium logo, website, brand, wordmark, design +brand-messenger logo, app, application, communication, text, messages, communicator, photos, images, videos, giphy +brand-opera logo, browser, internet, free, program +brand-paypal logo, enterprise, service, payment, internet, businessman, consumer +brand-pinterest logo, website, images, materials, +brand-pocket logo, software, application, app, mobile, device, gathering, storage +brand-python logo, language, programming, source, +brand-reddit logo, website, information, link, internet, +brand-safari logo, browser, internet, iPhone, iPad, MacBook, compass, apple, discover +brand-sketch logo, editor, edit, graphic, apple, commercial +brand-skype logo, application, app, communication, talks, call, video, internet, camera +brand-slack logo, free, internet, service, stuff, Electron, app, application, communicator, textual, audio, multimedia +brand-snapchat logo, app, application, photos, sending, images, mobile, video, +brand-spotify logo, app, application, platform, music, listening, streaming, podcast +brand-tabler logo, website, dashboard, download, open-source, UI +brand-tailwind logo, firm, website, +brand-telegram logo, app, application, communicator, internet, cloud, messages, text, images, photos, videos, record, file, send +brand-tiktok logo, app, application, mobile, video, music +brand-tumblr logo, website, platform, blog, community +brand-twitch logo, platform, streaming, streamers, videos, films, chat, subs, +brand-twitter logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback, +brand-vimeo logo, website, sharing, watching, video, users +brand-whatsapp logo, app, application, communication, text, messages, communicator, photos, images, videos, giphy +brand-windows logo, system, OS, computer, Microsoft +brand-youtube logo, platform, channel, film, video, youtuber, maker, comments, stream, streamer +building-bank architecture, city, urban, construction, money, credit, loan, workplace +building-community place, skyscraper, district neighborhood, area +building-monument history, memorial, commemorative, +building-pavilon place, party, residence, ornamentation +building-skyscraper city, urban, office, workplace, corporation, hotel, apartments +building-warehouse store, inventory, stuff, things, machinery, +camera-off video, photo, aperture +capture photo, photographer, sharpen +caravan journey, trip, holidays, camping, trailer +chart-bubble statistics, diagram, graph, rhythm, data, analysis +chevron-down-left move, aside, bottom +chevron-down-right move, aside, bottom +chevron-up-left move, aside, top +chevron-up-right move, aside, top +chevrons-down-left move, aside, bottom +chevrons-down-right move, aside, bottom +chevrons-up-left move, aside, top +chevrons-up-right move, aside, top +circle-dashed shape, line, check +circle-dotted shape, point, check +circle-square shape, spot, math, +circles shape, marbles, balls, juggle, spots +clear-formatting text, return, default +color-picker timbre, saturation, paint, image, brush, choice, selection, sample +comet space, universe, star, orb, glow, night +contrast edit, paint, photo +crosshair reticle, tag, tracer, measurement, target +crown symbol, queen, king, prince, princess, dynasty, royalty +curly-loop voicemail, power, infinity +current-location localization, maps, navigation, pin, target, +device-watch arm, hour, date, minutes, sec., timer, +devices-2 computer, monitor, keyboard, +direction-horizontal travel, navigation discover, plane +direction travel, navigation discover +exchange cantor, money, product, product, student +eye-off view, watch +fall collapse, damage, cliff, height +file-off new, close, gap, paper +filter-off funnel, hopper, filtration +firetruck help, rescuer, vehicle, fireman, extinguishing +flame fire, love, spirit, +forklift store, warehouse, inventory, exporting, +gas-station fuel, oil, cars, vehicles, shop, distributor +grip-horizontal picture, abstract, symbol, design, across +grip-vertical picture, abstract, symbol, design, upright +h-1 header, text, editor +h-2 header, text, editor +h-3 header, text, editor +h-4 header, text, editor +h-5 header, text, editor +h-6 header, text, editor +hand-middle-finger signal, gesture, curse, vulgarism, abuse +hand-off disclaimer, body +hand-stop forbiddance, nixing, ban, interdicting +hexagon shape, geometric, math, 2D +history search, see, past, card, website +layout-cards position, element, design, arrangement +layout-kanban position, element, design, board, processing, task +layout-list position, design, element, doable, +letter-a alphabet, symbol, text, code +letter-b alphabet, symbol, text, code +letter-c alphabet, symbol, text, code +letter-d alphabet, symbol, text, code +letter-e alphabet, symbol, text, code +letter-f alphabet, symbol, text, code +letter-g alphabet, symbol, text, code +letter-h alphabet, symbol, text, code +letter-i alphabet, symbol, text, code +letter-j alphabet, symbol, text, code +letter-k alphabet, symbol, text, code +letter-l alphabet, symbol, text, code +letter-m alphabet, symbol, text, code +letter-n alphabet, symbol, text, code +letter-o alphabet, symbol, text, code +letter-p alphabet, symbol, text, code +letter-q alphabet, symbol, text, code +letter-r alphabet, symbol, text, code +letter-s alphabet, symbol, text, code +letter-t alphabet, symbol, text, code +letter-u alphabet, symbol, text, code +letter-v alphabet, symbol, text, code +letter-w alphabet, symbol, text, code +letter-x alphabet, symbol, text, code +letter-y alphabet, symbol, text, code +letter-z alphabet, symbol, text, code +line geometric, segment, link, connection, +live-view camera, preview, image, photo +loader-quarter process, download, upload +loader process, download, upload +lock-off security, password, secure +map-pin-off navigation, location, travel, pin, position, marker +markdown price, valuation, cost, exchange +marquee tag, tracer, html, animation, text, graphic +mars male +math subject, count, plus, minus, times +medal decorate, uniform +medical-cross sign, hospital, help, indication +microphone-off record, sound, listen, blocked, mute +mist weather, visibility diff --git a/gulpfile.js b/gulpfile.js index da9f4aa0..8f6da156 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,6 +4,7 @@ const gulp = require('gulp'), fs = require('fs'), path = require('path'), p = require('./package.json'), + csv = require('csv-parser'), zip = require('gulp-zip'), puppeteer = require('puppeteer'), outlineStroke = require('svg-outline-stroke'), @@ -12,6 +13,7 @@ const gulp = require('gulp'), sass = require('node-sass'), cleanCSS = require('clean-css'), argv = require('minimist')(process.argv.slice(2)), + svgpath = require('svgpath'), svgr = require('@svgr/core').default; async function asyncForEach(array, callback) { @@ -650,6 +652,44 @@ gulp.task('update-icons-version', function (cb) { cb(); }); +// gulp.task('svg-path', function (cb) { +// let transformed = svgpath('m 9 5 a 2.4 2.4 0 0 1 2 -1 a 2.4 2.4 0 0 1 2 1 a 2.4 2.4 0 0 0 2 1 a 2.4 2.4 0 0 0 2 -1 a 2.4 2.4 0 0 1 2 -1 a 2.4 2.4 0 0 1 2 1') +// .rel() +// .toString(); +// +// console.log('transformed', transformed); +// cb(); +// }); + +gulp.task('import-tags', function(cb) { + fs.createReadStream('./_import.csv') + .pipe(csv({ + headers: false, + separator: "\t" + })) + .on('data', (row) => { + console.log(row[0], row[1]); + + const filename = `src/_icons/${row[0]}.svg`; + + let data = fs.readFileSync(filename).toString(); + data = data.replace(/(---[\s\S]+?---)/, function(m, headerContent){ + + headerContent = headerContent.replace(/tags: .*\n/, ''); + headerContent = headerContent.replace(/---/, `---\ntags: [${row[1]}]`); + + return headerContent; + }); + + fs.writeFileSync(filename, data); + + }) + .on('end', () => { + console.log('CSV file successfully processed'); + }); + cb(); +}); + gulp.task("build-react", function (cb) { cp.exec("npm run build-react", function () { cb(); diff --git a/package.json b/package.json index eaf387a7..55604488 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "@svgr/babel-plugin-replace-jsx-attribute-value": "5.0.1", "@svgr/core": "5.4.0", "clean-css": "4.2.3", + "csv-parser": "^2.3.3", "glob": "7.1.6", "gulp": "4.0.2", "gulp-iconfont": "10.0.3", @@ -61,7 +62,8 @@ "rollup-plugin-peer-deps-external": "2.2.3", "rollup-plugin-terser": "7.0.2", "rollup-plugin-uglify": "6.0.4", - "svg-outline-stroke": "1.3.0" + "svg-outline-stroke": "1.3.0", + "svgpath": "^2.3.0" }, "release-it": { "hooks": { 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 --- gulpfile.js | 29 +++++++++++++++++------------ package.json | 1 + 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 +++--- 244 files changed, 493 insertions(+), 488 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8f6da156..1817ff9d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,6 +13,7 @@ const gulp = require('gulp'), sass = require('node-sass'), cleanCSS = require('clean-css'), argv = require('minimist')(process.argv.slice(2)), + svgParse = require('parse-svg-path'), svgpath = require('svgpath'), svgr = require('@svgr/core').default; @@ -406,6 +407,17 @@ gulp.task('optimize', function (cb) { return Math.round((parseFloat(n1) + parseFloat(n2)) * 1000) / 1000 }; + const optimizePath = function(path) { + let transformed = svgpath(path) + .rel() + .round(3) + .toString(); + + return svgParse(transformed).map(function(a){ + return a.join(' '); + }).join(' '); + }; + glob("src/_icons/*.svg", {}, function (er, files) { files.forEach(function (file, i) { @@ -418,6 +430,11 @@ gulp.task('optimize', function (cb) { .replace(/\s?\/>/g, ' />') .replace(/\n\s*<(line|circle|path|polyline|rect)/g, "\n <$1") .replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"') + .replace(/ - + 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(-) 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` --- icons/square-rotated.svg | 9 ++++----- icons/underline.svg | 11 +++++------ 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 ++----- 28 files changed, 180 insertions(+), 29 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 diff --git a/icons/square-rotated.svg b/icons/square-rotated.svg index d0be599d..7e331bdf 100644 --- a/icons/square-rotated.svg +++ b/icons/square-rotated.svg @@ -1,6 +1,5 @@ - - - +--- +--- + + - - diff --git a/icons/underline.svg b/icons/underline.svg index 342e4f3d..dc75b0f8 100644 --- a/icons/underline.svg +++ b/icons/underline.svg @@ -1,7 +1,6 @@ - - - - +--- +--- + + + - - 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` --- icons/calendar-stats.svg | 10 ++++++++++ icons/calendar-time.svg | 10 ++++++++++ icons/circle-half-vertical.svg | 6 ++++++ icons/circle-half.svg | 6 ++++++ icons/cursor-text.svg | 7 +++++++ icons/dimensions.svg | 13 +++++++++++++ icons/letter-case-lower.svg | 8 ++++++++ icons/letter-case-toggle.svg | 8 ++++++++ icons/letter-case-upper.svg | 8 ++++++++ icons/letter-case.svg | 8 ++++++++ icons/letter-spacing.svg | 9 +++++++++ icons/line-dashed.svg | 7 +++++++ icons/line-dotted.svg | 9 +++++++++ icons/mask-off.svg | 7 +++++++ icons/mask.svg | 6 ++++++ icons/minus-vertical.svg | 5 +++++ icons/overline.svg | 6 ++++++ icons/radius-bottom-left.svg | 5 +++++ icons/radius-bottom-right.svg | 5 +++++ icons/radius-top-left.svg | 5 +++++ icons/radius-top-right.svg | 5 +++++ icons/report.svg | 11 +++++++++++ icons/square-rotated-off.svg | 6 ++++++ 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 ++ 55 files changed, 363 insertions(+), 33 deletions(-) create mode 100644 icons/calendar-stats.svg create mode 100644 icons/calendar-time.svg create mode 100644 icons/circle-half-vertical.svg create mode 100644 icons/circle-half.svg create mode 100644 icons/cursor-text.svg create mode 100644 icons/dimensions.svg create mode 100644 icons/letter-case-lower.svg create mode 100644 icons/letter-case-toggle.svg create mode 100644 icons/letter-case-upper.svg create mode 100644 icons/letter-case.svg create mode 100644 icons/letter-spacing.svg create mode 100644 icons/line-dashed.svg create mode 100644 icons/line-dotted.svg create mode 100644 icons/mask-off.svg create mode 100644 icons/mask.svg create mode 100644 icons/minus-vertical.svg create mode 100644 icons/overline.svg create mode 100644 icons/radius-bottom-left.svg create mode 100644 icons/radius-bottom-right.svg create mode 100644 icons/radius-top-left.svg create mode 100644 icons/radius-top-right.svg create mode 100644 icons/report.svg create mode 100644 icons/square-rotated-off.svg 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 diff --git a/icons/calendar-stats.svg b/icons/calendar-stats.svg new file mode 100644 index 00000000..f9820d52 --- /dev/null +++ b/icons/calendar-stats.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/icons/calendar-time.svg b/icons/calendar-time.svg new file mode 100644 index 00000000..62f8b31f --- /dev/null +++ b/icons/calendar-time.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/icons/circle-half-vertical.svg b/icons/circle-half-vertical.svg new file mode 100644 index 00000000..daa19e17 --- /dev/null +++ b/icons/circle-half-vertical.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/icons/circle-half.svg b/icons/circle-half.svg new file mode 100644 index 00000000..440a60a8 --- /dev/null +++ b/icons/circle-half.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/icons/cursor-text.svg b/icons/cursor-text.svg new file mode 100644 index 00000000..602d9ae5 --- /dev/null +++ b/icons/cursor-text.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/icons/dimensions.svg b/icons/dimensions.svg new file mode 100644 index 00000000..44610d2d --- /dev/null +++ b/icons/dimensions.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/icons/letter-case-lower.svg b/icons/letter-case-lower.svg new file mode 100644 index 00000000..683efb94 --- /dev/null +++ b/icons/letter-case-lower.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/icons/letter-case-toggle.svg b/icons/letter-case-toggle.svg new file mode 100644 index 00000000..f7c85163 --- /dev/null +++ b/icons/letter-case-toggle.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/icons/letter-case-upper.svg b/icons/letter-case-upper.svg new file mode 100644 index 00000000..e8c9f4bb --- /dev/null +++ b/icons/letter-case-upper.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/icons/letter-case.svg b/icons/letter-case.svg new file mode 100644 index 00000000..d45a48bc --- /dev/null +++ b/icons/letter-case.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/icons/letter-spacing.svg b/icons/letter-spacing.svg new file mode 100644 index 00000000..f4772469 --- /dev/null +++ b/icons/letter-spacing.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/icons/line-dashed.svg b/icons/line-dashed.svg new file mode 100644 index 00000000..0fd9ba6e --- /dev/null +++ b/icons/line-dashed.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/icons/line-dotted.svg b/icons/line-dotted.svg new file mode 100644 index 00000000..277af435 --- /dev/null +++ b/icons/line-dotted.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/icons/mask-off.svg b/icons/mask-off.svg new file mode 100644 index 00000000..6a3f51f0 --- /dev/null +++ b/icons/mask-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/icons/mask.svg b/icons/mask.svg new file mode 100644 index 00000000..82b4eb37 --- /dev/null +++ b/icons/mask.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/icons/minus-vertical.svg b/icons/minus-vertical.svg new file mode 100644 index 00000000..d32865c1 --- /dev/null +++ b/icons/minus-vertical.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/overline.svg b/icons/overline.svg new file mode 100644 index 00000000..7b86c404 --- /dev/null +++ b/icons/overline.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/icons/radius-bottom-left.svg b/icons/radius-bottom-left.svg new file mode 100644 index 00000000..c1c1089b --- /dev/null +++ b/icons/radius-bottom-left.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/radius-bottom-right.svg b/icons/radius-bottom-right.svg new file mode 100644 index 00000000..6b14c98d --- /dev/null +++ b/icons/radius-bottom-right.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/radius-top-left.svg b/icons/radius-top-left.svg new file mode 100644 index 00000000..f664655a --- /dev/null +++ b/icons/radius-top-left.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/radius-top-right.svg b/icons/radius-top-right.svg new file mode 100644 index 00000000..6030c69b --- /dev/null +++ b/icons/radius-top-right.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/icons/report.svg b/icons/report.svg new file mode 100644 index 00000000..09ac638a --- /dev/null +++ b/icons/report.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/icons/square-rotated-off.svg b/icons/square-rotated-off.svg new file mode 100644 index 00000000..462feed5 --- /dev/null +++ b/icons/square-rotated-off.svg @@ -0,0 +1,6 @@ +--- +--- + + + + 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(-) 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(+) 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(-) 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 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 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 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 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 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 --- icons/3d-cube-sphere.svg | 2 +- icons/aerial-lift.svg | 6 + icons/affiliate.svg | 11 + icons/alert-octagon.svg | 2 +- icons/arrows-sort.svg | 4 +- icons/backhoe.svg | 2 +- icons/backspace.svg | 2 +- icons/ball-american-football.svg | 11 + icons/ball-football-off.svg | 13 + icons/ball-football.svg | 8 + icons/basket.svg | 2 +- icons/battery-1.svg | 2 +- icons/battery-2.svg | 2 +- icons/battery-3.svg | 2 +- icons/battery-4.svg | 2 +- icons/battery-automotive.svg | 11 + icons/battery-charging.svg | 2 +- icons/battery.svg | 2 +- icons/bell-ringing-2.svg | 7 + icons/binary.svg | 9 + icons/biohazard.svg | 2 +- icons/blockquote.svg | 11 + icons/bookmark.svg | 2 +- icons/box-margin.svg | 22 + icons/box-model.svg | 11 + icons/box-multiple-0.svg | 8 + icons/box-multiple-1.svg | 8 + icons/box-multiple-2.svg | 8 + icons/box-multiple-3.svg | 9 + icons/box-multiple-4.svg | 8 + icons/box-multiple-5.svg | 8 + icons/box-multiple-6.svg | 9 + icons/box-multiple-7.svg | 8 + icons/box-multiple-8.svg | 9 + icons/box-multiple-9.svg | 9 + icons/box-multiple.svg | 7 + icons/box-padding.svg | 14 + icons/brand-apple.svg | 2 +- icons/brand-asana.svg | 8 + icons/brand-bing.svg | 6 + icons/brand-bitbucket.svg | 7 + icons/brand-discord.svg | 2 +- icons/brand-disqus.svg | 7 + icons/brand-docker.svg | 14 + icons/brand-edge.svg | 4 +- icons/brand-gravatar.svg | 6 + icons/brand-hipchat.svg | 7 + icons/brand-kickstarter.svg | 6 + icons/brand-kotlin.svg | 2 +- icons/brand-netflix.svg | 6 + icons/brand-pagekit.svg | 6 + icons/brand-paypal.svg | 2 +- icons/brand-producthunt.svg | 7 + icons/brand-reddit.svg | 2 +- icons/brand-sass.svg | 7 + icons/brand-sentry.svg | 6 + icons/brand-spotify.svg | 6 +- icons/brand-stripe.svg | 6 + icons/brand-tailwind.svg | 2 +- icons/brand-unsplash.svg | 6 + icons/brand-whatsapp.svg | 2 +- icons/brand-yahoo.svg | 2 +- icons/brand-ycombinator.svg | 8 + icons/brightness-2.svg | 7 + icons/brightness-half.svg | 7 + icons/bucket.svg | 2 +- icons/building-carousel.svg | 2 +- icons/building-cottage.svg | 9 + icons/building-factory.svg | 9 + icons/building-warehouse.svg | 2 +- icons/businessplan.svg | 11 + icons/calendar-off.svg | 12 + icons/calendar-stats.svg | 19 +- icons/calendar-time.svg | 19 +- icons/camera-rotate.svg | 9 + icons/camera-selfie.svg | 9 + icons/car.svg | 2 +- icons/caret-down.svg | 2 +- icons/caret-left.svg | 2 +- icons/caret-right.svg | 2 +- icons/caret-up.svg | 2 +- icons/cash-banknote-off.svg | 10 + icons/cash-banknote.svg | 9 + icons/charging-pile.svg | 11 + icons/chart-arcs-3.svg | 8 + icons/chart-arcs.svg | 8 + icons/chart-arrows-vertical.svg | 12 + icons/chart-arrows.svg | 12 + icons/chart-donut-2.svg | 8 + icons/chart-donut-3.svg | 9 + icons/chart-donut-4.svg | 10 + icons/chart-donut.svg | 2 +- icons/chart-dots.svg | 11 + icons/chart-infographic.svg | 11 + icons/chart-pie-2.svg | 7 + icons/chart-pie-3.svg | 8 + icons/chart-pie-4.svg | 9 + icons/chart-pie.svg | 2 +- icons/chart-radar.svg | 4 +- icons/circle-0.svg | 7 + icons/circle-1.svg | 7 + icons/circle-2.svg | 7 + icons/circle-3.svg | 8 + icons/circle-4.svg | 7 + icons/circle-5.svg | 7 + icons/circle-6.svg | 8 + icons/circle-7.svg | 7 + icons/circle-8.svg | 8 + icons/circle-9.svg | 8 + icons/circle-half-vertical.svg | 11 +- icons/circle-half.svg | 11 +- icons/circle-off.svg | 7 + icons/clipboard-check.svg | 2 +- icons/code-minus.svg | 8 + icons/code-plus.svg | 9 + icons/color-picker.svg | 4 +- icons/column-insert-left.svg | 8 + icons/column-insert-right.svg | 8 + icons/comet.svg | 2 +- icons/confetti.svg | 15 + icons/container.svg | 16 + icons/corner-down-left-double.svg | 7 + icons/corner-down-right-double.svg | 7 + icons/corner-left-down-double.svg | 7 + icons/corner-left-up-double.svg | 7 + icons/corner-right-down-double.svg | 7 + icons/corner-right-up-double.svg | 7 + icons/corner-up-left-double.svg | 7 + icons/corner-up-right-double.svg | 7 + icons/credit-card-off.svg | 2 +- icons/crown-off.svg | 7 + icons/curly-loop.svg | 2 +- icons/cursor-text.svg | 13 +- icons/dashboard.svg | 2 +- icons/database-export.svg | 8 + icons/database-import.svg | 8 + icons/database-off.svg | 9 + icons/device-analytics.svg | 10 + icons/device-audio-tape.svg | 9 + icons/device-cctv.svg | 9 + icons/device-computer-camera-off.svg | 9 + icons/device-computer-camera.svg | 8 + icons/device-desktop-analytics.svg | 13 + icons/device-desktop-off.svg | 10 + icons/diamond.svg | 2 +- icons/dimensions.svg | 23 +- icons/dna.svg | 8 + icons/drone-off.svg | 15 + icons/drone.svg | 2 +- icons/droplet-off.svg | 8 + icons/droplet.svg | 2 +- icons/ear-off.svg | 8 + icons/equal-not.svg | 6 + icons/equal.svg | 6 + icons/eyeglass-2.svg | 10 + icons/eyeglass.svg | 10 + icons/fall.svg | 4 +- icons/feather.svg | 7 + icons/file-analytics.svg | 10 + icons/file-export.svg | 7 + icons/file-import.svg | 7 + icons/file-phone.svg | 2 +- icons/file-report.svg | 9 + icons/file-symlink.svg | 2 +- icons/files-off.svg | 9 + icons/files.svg | 8 + icons/flame.svg | 2 +- icons/flask.svg | 2 +- icons/friends.svg | 2 +- icons/gas-station.svg | 10 +- icons/glass-full.svg | 4 +- icons/glass-off.svg | 9 + icons/glass.svg | 2 +- icons/grid.svg | 9 - icons/growth.svg | 6 + icons/h-1.svg | 12 +- icons/h-2.svg | 12 +- icons/h-3.svg | 13 +- icons/h-4.svg | 12 +- icons/h-5.svg | 12 +- icons/h-6.svg | 14 +- icons/hanger.svg | 6 + icons/heading.svg | 12 + icons/headphones-off.svg | 2 +- icons/hexagon-off.svg | 7 + icons/hierarchy-2.svg | 10 + icons/hierarchy.svg | 10 + icons/ice-cream-2.svg | 7 + icons/ice-cream.svg | 5 +- icons/karate.svg | 2 +- icons/keyboard-off.svg | 14 + icons/layout-grid-add.svg | 9 + icons/layout-grid.svg | 9 + icons/letter-case-lower.svg | 15 +- icons/letter-case-toggle.svg | 15 +- icons/letter-case-upper.svg | 15 +- icons/letter-case.svg | 15 +- icons/letter-spacing.svg | 17 +- icons/line-dashed.svg | 13 +- icons/line-dotted.svg | 17 +- icons/macro.svg | 10 + icons/man.svg | 2 +- icons/marquee-2.svg | 6 + icons/mask-off.svg | 13 +- icons/mask.svg | 11 +- icons/math-function.svg | 9 + icons/math-symbols.svg | 14 + icons/medal.svg | 2 +- icons/minus-vertical.svg | 9 +- icons/mood-crazy-happy.svg | 4 +- icons/mood-cry.svg | 2 +- icons/moon-stars.svg | 2 +- icons/moon.svg | 2 +- icons/motorbike.svg | 9 + icons/mouse.svg | 4 +- icons/mug.svg | 4 +- icons/number-0.svg | 7 + icons/number-1.svg | 6 + icons/number-2.svg | 6 + icons/number-3.svg | 7 + icons/number-4.svg | 6 + icons/number-5.svg | 6 + icons/number-6.svg | 7 + icons/number-7.svg | 6 + icons/number-8.svg | 7 + icons/number-9.svg | 7 + icons/octagon-off.svg | 7 + icons/octagon.svg | 2 +- icons/olympics.svg | 10 + icons/overline.svg | 11 +- icons/pacman.svg | 7 + icons/panorama-vertical.svg | 2 +- icons/pennant.svg | 2 +- icons/plane.svg | 2 +- icons/planet.svg | 2 +- icons/play-card.svg | 9 + icons/player-track-next.svg | 4 +- icons/playlist.svg | 10 + icons/pokeball.svg | 8 + icons/polaroid.svg | 10 + icons/pool.svg | 4 +- icons/presentation-analytics.svg | 12 + icons/propeller.svg | 9 + icons/radius-bottom-left.svg | 9 +- icons/radius-bottom-right.svg | 9 +- icons/radius-top-left.svg | 9 +- icons/radius-top-right.svg | 9 +- icons/receipt-2.svg | 7 + icons/receipt-off.svg | 11 + icons/receipt-refund.svg | 7 + icons/receipt-tax.svg | 9 + icons/receipt.svg | 6 + icons/recharging.svg | 15 + icons/repeat-once.svg | 2 +- icons/repeat.svg | 2 +- icons/report-analytics.svg | 10 + icons/report-medical.svg | 9 + icons/report-money.svg | 9 + icons/report.svg | 21 +- icons/resize.svg | 7 + icons/ripple.svg | 6 +- icons/road-sign.svg | 6 +- icons/row-insert-bottom.svg | 8 + icons/row-insert-top.svg | 8 + icons/satellite.svg | 11 + icons/scale.svg | 10 +- icons/screen-share.svg | 2 +- icons/section.svg | 16 + icons/settings-automation.svg | 7 + icons/shadow-off.svg | 12 + icons/shadow.svg | 11 + icons/shape-2.svg | 10 + icons/shape-3.svg | 10 + icons/shopping-cart-off.svg | 10 + icons/shopping-cart-plus.svg | 10 + icons/shopping-cart-x.svg | 11 + icons/shopping-cart.svg | 7 +- icons/shredder.svg | 7 + icons/smart-home.svg | 2 +- icons/sock.svg | 7 + icons/square-0.svg | 7 + icons/square-1.svg | 7 + icons/square-2.svg | 7 + icons/square-3.svg | 8 + icons/square-4.svg | 7 + icons/square-5.svg | 7 + icons/square-6.svg | 8 + icons/square-7.svg | 7 + icons/square-8.svg | 8 + icons/square-9.svg | 8 + icons/square-off.svg | 7 + icons/square-rotated-off.svg | 11 +- icons/square-rotated.svg | 9 +- icons/square-toggle-horizontal.svg | 10 + icons/square-toggle.svg | 10 + icons/stack-2.svg | 7 + icons/stethoscope.svg | 10 + icons/sthetoscope.svg | 10 - icons/strikethrough.svg | 5 +- icons/sum.svg | 2 +- icons/table-export.svg | 6 + icons/table-import.svg | 6 + icons/table-off.svg | 9 + icons/tax.svg | 9 - icons/tool.svg | 2 +- icons/tools-kitchen-2.svg | 6 + icons/tools-kitchen.svg | 2 +- icons/tournament.svg | 8 +- icons/track.svg | 6 + icons/tree.svg | 9 + icons/trees.svg | 10 +- icons/triangle-off.svg | 7 + icons/truck-off.svg | 9 + icons/umbrella.svg | 2 +- icons/underline.svg | 11 +- icons/variable.svg | 7 + icons/volume-2.svg | 2 +- icons/volume-3.svg | 2 +- icons/volume.svg | 2 +- icons/wave-sine.svg | 2 +- icons/wifi-off.svg | 4 +- icons/wifi.svg | 2 +- icons/windmill.svg | 8 +- icons/window.svg | 8 + icons/zodiac-aquarius.svg | 4 +- icons/zodiac-leo.svg | 2 +- icons/zoom-check.svg | 8 + icons/zoom-money.svg | 9 + 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 +- tags.json | 1521 +++++++++++++++++++++++++++++----- 339 files changed, 3475 insertions(+), 564 deletions(-) create mode 100644 icons/aerial-lift.svg create mode 100644 icons/affiliate.svg create mode 100644 icons/ball-american-football.svg create mode 100644 icons/ball-football-off.svg create mode 100644 icons/ball-football.svg create mode 100644 icons/battery-automotive.svg create mode 100644 icons/bell-ringing-2.svg create mode 100644 icons/binary.svg create mode 100644 icons/blockquote.svg create mode 100644 icons/box-margin.svg create mode 100644 icons/box-model.svg create mode 100644 icons/box-multiple-0.svg create mode 100644 icons/box-multiple-1.svg create mode 100644 icons/box-multiple-2.svg create mode 100644 icons/box-multiple-3.svg create mode 100644 icons/box-multiple-4.svg create mode 100644 icons/box-multiple-5.svg create mode 100644 icons/box-multiple-6.svg create mode 100644 icons/box-multiple-7.svg create mode 100644 icons/box-multiple-8.svg create mode 100644 icons/box-multiple-9.svg create mode 100644 icons/box-multiple.svg create mode 100644 icons/box-padding.svg create mode 100644 icons/brand-asana.svg create mode 100644 icons/brand-bing.svg create mode 100644 icons/brand-bitbucket.svg create mode 100644 icons/brand-disqus.svg create mode 100644 icons/brand-docker.svg create mode 100644 icons/brand-gravatar.svg create mode 100644 icons/brand-hipchat.svg create mode 100644 icons/brand-kickstarter.svg create mode 100644 icons/brand-netflix.svg create mode 100644 icons/brand-pagekit.svg create mode 100644 icons/brand-producthunt.svg create mode 100644 icons/brand-sass.svg create mode 100644 icons/brand-sentry.svg create mode 100644 icons/brand-stripe.svg create mode 100644 icons/brand-unsplash.svg create mode 100644 icons/brand-ycombinator.svg create mode 100644 icons/brightness-2.svg create mode 100644 icons/brightness-half.svg create mode 100644 icons/building-cottage.svg create mode 100644 icons/building-factory.svg create mode 100644 icons/businessplan.svg create mode 100644 icons/calendar-off.svg create mode 100644 icons/camera-rotate.svg create mode 100644 icons/camera-selfie.svg create mode 100644 icons/cash-banknote-off.svg create mode 100644 icons/cash-banknote.svg create mode 100644 icons/charging-pile.svg create mode 100644 icons/chart-arcs-3.svg create mode 100644 icons/chart-arcs.svg create mode 100644 icons/chart-arrows-vertical.svg create mode 100644 icons/chart-arrows.svg create mode 100644 icons/chart-donut-2.svg create mode 100644 icons/chart-donut-3.svg create mode 100644 icons/chart-donut-4.svg create mode 100644 icons/chart-dots.svg create mode 100644 icons/chart-infographic.svg create mode 100644 icons/chart-pie-2.svg create mode 100644 icons/chart-pie-3.svg create mode 100644 icons/chart-pie-4.svg create mode 100644 icons/circle-0.svg create mode 100644 icons/circle-1.svg create mode 100644 icons/circle-2.svg create mode 100644 icons/circle-3.svg create mode 100644 icons/circle-4.svg create mode 100644 icons/circle-5.svg create mode 100644 icons/circle-6.svg create mode 100644 icons/circle-7.svg create mode 100644 icons/circle-8.svg create mode 100644 icons/circle-9.svg create mode 100644 icons/circle-off.svg create mode 100644 icons/code-minus.svg create mode 100644 icons/code-plus.svg create mode 100644 icons/column-insert-left.svg create mode 100644 icons/column-insert-right.svg create mode 100644 icons/confetti.svg create mode 100644 icons/container.svg create mode 100644 icons/corner-down-left-double.svg create mode 100644 icons/corner-down-right-double.svg create mode 100644 icons/corner-left-down-double.svg create mode 100644 icons/corner-left-up-double.svg create mode 100644 icons/corner-right-down-double.svg create mode 100644 icons/corner-right-up-double.svg create mode 100644 icons/corner-up-left-double.svg create mode 100644 icons/corner-up-right-double.svg create mode 100644 icons/crown-off.svg create mode 100644 icons/database-export.svg create mode 100644 icons/database-import.svg create mode 100644 icons/database-off.svg create mode 100644 icons/device-analytics.svg create mode 100644 icons/device-audio-tape.svg create mode 100644 icons/device-cctv.svg create mode 100644 icons/device-computer-camera-off.svg create mode 100644 icons/device-computer-camera.svg create mode 100644 icons/device-desktop-analytics.svg create mode 100644 icons/device-desktop-off.svg create mode 100644 icons/dna.svg create mode 100644 icons/drone-off.svg create mode 100644 icons/droplet-off.svg create mode 100644 icons/ear-off.svg create mode 100644 icons/equal-not.svg create mode 100644 icons/equal.svg create mode 100644 icons/eyeglass-2.svg create mode 100644 icons/eyeglass.svg create mode 100644 icons/feather.svg create mode 100644 icons/file-analytics.svg create mode 100644 icons/file-export.svg create mode 100644 icons/file-import.svg create mode 100644 icons/file-report.svg create mode 100644 icons/files-off.svg create mode 100644 icons/files.svg create mode 100644 icons/glass-off.svg delete mode 100644 icons/grid.svg create mode 100644 icons/growth.svg create mode 100644 icons/hanger.svg create mode 100644 icons/heading.svg create mode 100644 icons/hexagon-off.svg create mode 100644 icons/hierarchy-2.svg create mode 100644 icons/hierarchy.svg create mode 100644 icons/ice-cream-2.svg create mode 100644 icons/keyboard-off.svg create mode 100644 icons/layout-grid-add.svg create mode 100644 icons/layout-grid.svg create mode 100644 icons/macro.svg create mode 100644 icons/marquee-2.svg create mode 100644 icons/math-function.svg create mode 100644 icons/math-symbols.svg create mode 100644 icons/motorbike.svg create mode 100644 icons/number-0.svg create mode 100644 icons/number-1.svg create mode 100644 icons/number-2.svg create mode 100644 icons/number-3.svg create mode 100644 icons/number-4.svg create mode 100644 icons/number-5.svg create mode 100644 icons/number-6.svg create mode 100644 icons/number-7.svg create mode 100644 icons/number-8.svg create mode 100644 icons/number-9.svg create mode 100644 icons/octagon-off.svg create mode 100644 icons/olympics.svg create mode 100644 icons/pacman.svg create mode 100644 icons/play-card.svg create mode 100644 icons/playlist.svg create mode 100644 icons/pokeball.svg create mode 100644 icons/polaroid.svg create mode 100644 icons/presentation-analytics.svg create mode 100644 icons/propeller.svg create mode 100644 icons/receipt-2.svg create mode 100644 icons/receipt-off.svg create mode 100644 icons/receipt-refund.svg create mode 100644 icons/receipt-tax.svg create mode 100644 icons/receipt.svg create mode 100644 icons/recharging.svg create mode 100644 icons/report-analytics.svg create mode 100644 icons/report-medical.svg create mode 100644 icons/report-money.svg create mode 100644 icons/resize.svg create mode 100644 icons/row-insert-bottom.svg create mode 100644 icons/row-insert-top.svg create mode 100644 icons/satellite.svg create mode 100644 icons/section.svg create mode 100644 icons/settings-automation.svg create mode 100644 icons/shadow-off.svg create mode 100644 icons/shadow.svg create mode 100644 icons/shape-2.svg create mode 100644 icons/shape-3.svg create mode 100644 icons/shopping-cart-off.svg create mode 100644 icons/shopping-cart-plus.svg create mode 100644 icons/shopping-cart-x.svg create mode 100644 icons/shredder.svg create mode 100644 icons/sock.svg create mode 100644 icons/square-0.svg create mode 100644 icons/square-1.svg create mode 100644 icons/square-2.svg create mode 100644 icons/square-3.svg create mode 100644 icons/square-4.svg create mode 100644 icons/square-5.svg create mode 100644 icons/square-6.svg create mode 100644 icons/square-7.svg create mode 100644 icons/square-8.svg create mode 100644 icons/square-9.svg create mode 100644 icons/square-off.svg create mode 100644 icons/square-toggle-horizontal.svg create mode 100644 icons/square-toggle.svg create mode 100644 icons/stack-2.svg create mode 100644 icons/stethoscope.svg delete mode 100644 icons/sthetoscope.svg create mode 100644 icons/table-export.svg create mode 100644 icons/table-import.svg create mode 100644 icons/table-off.svg delete mode 100644 icons/tax.svg create mode 100644 icons/tools-kitchen-2.svg create mode 100644 icons/track.svg create mode 100644 icons/tree.svg create mode 100644 icons/triangle-off.svg create mode 100644 icons/truck-off.svg create mode 100644 icons/variable.svg create mode 100644 icons/window.svg create mode 100644 icons/zoom-check.svg create mode 100644 icons/zoom-money.svg 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 diff --git a/icons/3d-cube-sphere.svg b/icons/3d-cube-sphere.svg index b8b80299..5ebf6558 100644 --- a/icons/3d-cube-sphere.svg +++ b/icons/3d-cube-sphere.svg @@ -10,7 +10,7 @@ - + diff --git a/icons/aerial-lift.svg b/icons/aerial-lift.svg new file mode 100644 index 00000000..78597857 --- /dev/null +++ b/icons/aerial-lift.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/affiliate.svg b/icons/affiliate.svg new file mode 100644 index 00000000..9b78238b --- /dev/null +++ b/icons/affiliate.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/alert-octagon.svg b/icons/alert-octagon.svg index b823e7ad..cbfdd9ea 100644 --- a/icons/alert-octagon.svg +++ b/icons/alert-octagon.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/arrows-sort.svg b/icons/arrows-sort.svg index 188cfa25..74c10569 100644 --- a/icons/arrows-sort.svg +++ b/icons/arrows-sort.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/backhoe.svg b/icons/backhoe.svg index 01519044..4f3b3abc 100644 --- a/icons/backhoe.svg +++ b/icons/backhoe.svg @@ -4,7 +4,7 @@ - + diff --git a/icons/backspace.svg b/icons/backspace.svg index e2b7948e..bbb80c19 100644 --- a/icons/backspace.svg +++ b/icons/backspace.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/ball-american-football.svg b/icons/ball-american-football.svg new file mode 100644 index 00000000..9c09d26d --- /dev/null +++ b/icons/ball-american-football.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/ball-football-off.svg b/icons/ball-football-off.svg new file mode 100644 index 00000000..80dd8caa --- /dev/null +++ b/icons/ball-football-off.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/ball-football.svg b/icons/ball-football.svg new file mode 100644 index 00000000..37ae8528 --- /dev/null +++ b/icons/ball-football.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/basket.svg b/icons/basket.svg index 9a06b231..43d7d0d0 100644 --- a/icons/basket.svg +++ b/icons/basket.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/battery-1.svg b/icons/battery-1.svg index f4d9f65b..7dd6b4a3 100644 --- a/icons/battery-1.svg +++ b/icons/battery-1.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/battery-2.svg b/icons/battery-2.svg index 08d7b70b..548fa957 100644 --- a/icons/battery-2.svg +++ b/icons/battery-2.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/battery-3.svg b/icons/battery-3.svg index 4e3090a9..33585bfa 100644 --- a/icons/battery-3.svg +++ b/icons/battery-3.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/battery-4.svg b/icons/battery-4.svg index 9821bc15..58b58b30 100644 --- a/icons/battery-4.svg +++ b/icons/battery-4.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/battery-automotive.svg b/icons/battery-automotive.svg new file mode 100644 index 00000000..1b694cd7 --- /dev/null +++ b/icons/battery-automotive.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/battery-charging.svg b/icons/battery-charging.svg index 1c18d46b..2d5932b2 100644 --- a/icons/battery-charging.svg +++ b/icons/battery-charging.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/battery.svg b/icons/battery.svg index abacc0fe..6f27c9de 100644 --- a/icons/battery.svg +++ b/icons/battery.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/bell-ringing-2.svg b/icons/bell-ringing-2.svg new file mode 100644 index 00000000..ecdc8adc --- /dev/null +++ b/icons/bell-ringing-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/binary.svg b/icons/binary.svg new file mode 100644 index 00000000..5e9ca39e --- /dev/null +++ b/icons/binary.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/biohazard.svg b/icons/biohazard.svg index 4138a865..6a58d35b 100644 --- a/icons/biohazard.svg +++ b/icons/biohazard.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/blockquote.svg b/icons/blockquote.svg new file mode 100644 index 00000000..635f1fa4 --- /dev/null +++ b/icons/blockquote.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/bookmark.svg b/icons/bookmark.svg index 25e79803..fc11d8fb 100644 --- a/icons/bookmark.svg +++ b/icons/bookmark.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/box-margin.svg b/icons/box-margin.svg new file mode 100644 index 00000000..d9c8e269 --- /dev/null +++ b/icons/box-margin.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/box-model.svg b/icons/box-model.svg new file mode 100644 index 00000000..8fe69362 --- /dev/null +++ b/icons/box-model.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/box-multiple-0.svg b/icons/box-multiple-0.svg new file mode 100644 index 00000000..1cf5796b --- /dev/null +++ b/icons/box-multiple-0.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/box-multiple-1.svg b/icons/box-multiple-1.svg new file mode 100644 index 00000000..90319498 --- /dev/null +++ b/icons/box-multiple-1.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/box-multiple-2.svg b/icons/box-multiple-2.svg new file mode 100644 index 00000000..1c0786fb --- /dev/null +++ b/icons/box-multiple-2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/box-multiple-3.svg b/icons/box-multiple-3.svg new file mode 100644 index 00000000..5b6a3846 --- /dev/null +++ b/icons/box-multiple-3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/box-multiple-4.svg b/icons/box-multiple-4.svg new file mode 100644 index 00000000..29a26cda --- /dev/null +++ b/icons/box-multiple-4.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/box-multiple-5.svg b/icons/box-multiple-5.svg new file mode 100644 index 00000000..e5abb8eb --- /dev/null +++ b/icons/box-multiple-5.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/box-multiple-6.svg b/icons/box-multiple-6.svg new file mode 100644 index 00000000..46427126 --- /dev/null +++ b/icons/box-multiple-6.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/box-multiple-7.svg b/icons/box-multiple-7.svg new file mode 100644 index 00000000..ccb01d63 --- /dev/null +++ b/icons/box-multiple-7.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/box-multiple-8.svg b/icons/box-multiple-8.svg new file mode 100644 index 00000000..c799f55f --- /dev/null +++ b/icons/box-multiple-8.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/box-multiple-9.svg b/icons/box-multiple-9.svg new file mode 100644 index 00000000..fca04b3c --- /dev/null +++ b/icons/box-multiple-9.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/box-multiple.svg b/icons/box-multiple.svg new file mode 100644 index 00000000..b556fee4 --- /dev/null +++ b/icons/box-multiple.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/box-padding.svg b/icons/box-padding.svg new file mode 100644 index 00000000..ea0b75d7 --- /dev/null +++ b/icons/box-padding.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/brand-apple.svg b/icons/brand-apple.svg index cec025c5..a559be93 100644 --- a/icons/brand-apple.svg +++ b/icons/brand-apple.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/brand-asana.svg b/icons/brand-asana.svg new file mode 100644 index 00000000..305123ac --- /dev/null +++ b/icons/brand-asana.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/brand-bing.svg b/icons/brand-bing.svg new file mode 100644 index 00000000..ce2866bd --- /dev/null +++ b/icons/brand-bing.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-bitbucket.svg b/icons/brand-bitbucket.svg new file mode 100644 index 00000000..5243c24e --- /dev/null +++ b/icons/brand-bitbucket.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/brand-discord.svg b/icons/brand-discord.svg index d758e4fb..5a818d2b 100644 --- a/icons/brand-discord.svg +++ b/icons/brand-discord.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/brand-disqus.svg b/icons/brand-disqus.svg new file mode 100644 index 00000000..8070dd9a --- /dev/null +++ b/icons/brand-disqus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/brand-docker.svg b/icons/brand-docker.svg new file mode 100644 index 00000000..5913921d --- /dev/null +++ b/icons/brand-docker.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/brand-edge.svg b/icons/brand-edge.svg index 66246689..9c3840f7 100644 --- a/icons/brand-edge.svg +++ b/icons/brand-edge.svg @@ -1,9 +1,9 @@ - + - + diff --git a/icons/brand-gravatar.svg b/icons/brand-gravatar.svg new file mode 100644 index 00000000..426bea51 --- /dev/null +++ b/icons/brand-gravatar.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-hipchat.svg b/icons/brand-hipchat.svg new file mode 100644 index 00000000..afecbad5 --- /dev/null +++ b/icons/brand-hipchat.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/brand-kickstarter.svg b/icons/brand-kickstarter.svg new file mode 100644 index 00000000..dc532b05 --- /dev/null +++ b/icons/brand-kickstarter.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-kotlin.svg b/icons/brand-kotlin.svg index 101bb68b..9870f7e6 100644 --- a/icons/brand-kotlin.svg +++ b/icons/brand-kotlin.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/brand-netflix.svg b/icons/brand-netflix.svg new file mode 100644 index 00000000..d3a48828 --- /dev/null +++ b/icons/brand-netflix.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-pagekit.svg b/icons/brand-pagekit.svg new file mode 100644 index 00000000..eedb55be --- /dev/null +++ b/icons/brand-pagekit.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-paypal.svg b/icons/brand-paypal.svg index 57d71c72..6a47c663 100644 --- a/icons/brand-paypal.svg +++ b/icons/brand-paypal.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/brand-producthunt.svg b/icons/brand-producthunt.svg new file mode 100644 index 00000000..97ddde5b --- /dev/null +++ b/icons/brand-producthunt.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/brand-reddit.svg b/icons/brand-reddit.svg index b85fcd4b..0acfb1af 100644 --- a/icons/brand-reddit.svg +++ b/icons/brand-reddit.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/brand-sass.svg b/icons/brand-sass.svg new file mode 100644 index 00000000..6bd0c523 --- /dev/null +++ b/icons/brand-sass.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/brand-sentry.svg b/icons/brand-sentry.svg new file mode 100644 index 00000000..ddade102 --- /dev/null +++ b/icons/brand-sentry.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-spotify.svg b/icons/brand-spotify.svg index 0e7d52d5..60882ab1 100644 --- a/icons/brand-spotify.svg +++ b/icons/brand-spotify.svg @@ -1,9 +1,9 @@ - - - + + + diff --git a/icons/brand-stripe.svg b/icons/brand-stripe.svg new file mode 100644 index 00000000..26e03abf --- /dev/null +++ b/icons/brand-stripe.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-tailwind.svg b/icons/brand-tailwind.svg index 68e30bba..1613c151 100644 --- a/icons/brand-tailwind.svg +++ b/icons/brand-tailwind.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/brand-unsplash.svg b/icons/brand-unsplash.svg new file mode 100644 index 00000000..4c4364b8 --- /dev/null +++ b/icons/brand-unsplash.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-whatsapp.svg b/icons/brand-whatsapp.svg index aefaf316..03b0a4fa 100644 --- a/icons/brand-whatsapp.svg +++ b/icons/brand-whatsapp.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/brand-yahoo.svg b/icons/brand-yahoo.svg index 5dbc92d3..c74f3e7b 100644 --- a/icons/brand-yahoo.svg +++ b/icons/brand-yahoo.svg @@ -3,7 +3,7 @@ - + diff --git a/icons/brand-ycombinator.svg b/icons/brand-ycombinator.svg new file mode 100644 index 00000000..2ffb3871 --- /dev/null +++ b/icons/brand-ycombinator.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/brightness-2.svg b/icons/brightness-2.svg new file mode 100644 index 00000000..9e46e71f --- /dev/null +++ b/icons/brightness-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/brightness-half.svg b/icons/brightness-half.svg new file mode 100644 index 00000000..becab8a3 --- /dev/null +++ b/icons/brightness-half.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/bucket.svg b/icons/bucket.svg index c8d0af3a..2cab1f6b 100644 --- a/icons/bucket.svg +++ b/icons/bucket.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/building-carousel.svg b/icons/building-carousel.svg index fcf5c2d2..024d1a34 100644 --- a/icons/building-carousel.svg +++ b/icons/building-carousel.svg @@ -6,7 +6,7 @@ - + diff --git a/icons/building-cottage.svg b/icons/building-cottage.svg new file mode 100644 index 00000000..bdde53ef --- /dev/null +++ b/icons/building-cottage.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/building-factory.svg b/icons/building-factory.svg new file mode 100644 index 00000000..4e307cab --- /dev/null +++ b/icons/building-factory.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/building-warehouse.svg b/icons/building-warehouse.svg index 093d00f2..bbab84e9 100644 --- a/icons/building-warehouse.svg +++ b/icons/building-warehouse.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/businessplan.svg b/icons/businessplan.svg new file mode 100644 index 00000000..1b718feb --- /dev/null +++ b/icons/businessplan.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/calendar-off.svg b/icons/calendar-off.svg new file mode 100644 index 00000000..c3b549d5 --- /dev/null +++ b/icons/calendar-off.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/calendar-stats.svg b/icons/calendar-stats.svg index f9820d52..c26c83e2 100644 --- a/icons/calendar-stats.svg +++ b/icons/calendar-stats.svg @@ -1,10 +1,11 @@ ---- ---- - - - - - - - + + + + + + + + + + diff --git a/icons/calendar-time.svg b/icons/calendar-time.svg index 62f8b31f..e7a99a97 100644 --- a/icons/calendar-time.svg +++ b/icons/calendar-time.svg @@ -1,10 +1,11 @@ ---- ---- - - - - - - - + + + + + + + + + + diff --git a/icons/camera-rotate.svg b/icons/camera-rotate.svg new file mode 100644 index 00000000..6ba5da12 --- /dev/null +++ b/icons/camera-rotate.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/camera-selfie.svg b/icons/camera-selfie.svg new file mode 100644 index 00000000..59925b2e --- /dev/null +++ b/icons/camera-selfie.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/car.svg b/icons/car.svg index 86511e7e..846f8560 100644 --- a/icons/car.svg +++ b/icons/car.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/caret-down.svg b/icons/caret-down.svg index 8c9be3a1..471f4b28 100644 --- a/icons/caret-down.svg +++ b/icons/caret-down.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/caret-left.svg b/icons/caret-left.svg index e192afee..ddc2b370 100644 --- a/icons/caret-left.svg +++ b/icons/caret-left.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/caret-right.svg b/icons/caret-right.svg index 44ea6c76..20581e8e 100644 --- a/icons/caret-right.svg +++ b/icons/caret-right.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/caret-up.svg b/icons/caret-up.svg index 84fbdfcf..09a0d8bf 100644 --- a/icons/caret-up.svg +++ b/icons/caret-up.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/cash-banknote-off.svg b/icons/cash-banknote-off.svg new file mode 100644 index 00000000..43489570 --- /dev/null +++ b/icons/cash-banknote-off.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/cash-banknote.svg b/icons/cash-banknote.svg new file mode 100644 index 00000000..27a4e400 --- /dev/null +++ b/icons/cash-banknote.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/charging-pile.svg b/icons/charging-pile.svg new file mode 100644 index 00000000..1ecfeecb --- /dev/null +++ b/icons/charging-pile.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/chart-arcs-3.svg b/icons/chart-arcs-3.svg new file mode 100644 index 00000000..f99f1f5e --- /dev/null +++ b/icons/chart-arcs-3.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/chart-arcs.svg b/icons/chart-arcs.svg new file mode 100644 index 00000000..e5444157 --- /dev/null +++ b/icons/chart-arcs.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/chart-arrows-vertical.svg b/icons/chart-arrows-vertical.svg new file mode 100644 index 00000000..dfb6d363 --- /dev/null +++ b/icons/chart-arrows-vertical.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/chart-arrows.svg b/icons/chart-arrows.svg new file mode 100644 index 00000000..953d1726 --- /dev/null +++ b/icons/chart-arrows.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/chart-donut-2.svg b/icons/chart-donut-2.svg new file mode 100644 index 00000000..23950988 --- /dev/null +++ b/icons/chart-donut-2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/chart-donut-3.svg b/icons/chart-donut-3.svg new file mode 100644 index 00000000..20d10c32 --- /dev/null +++ b/icons/chart-donut-3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/chart-donut-4.svg b/icons/chart-donut-4.svg new file mode 100644 index 00000000..3bf8d046 --- /dev/null +++ b/icons/chart-donut-4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/chart-donut.svg b/icons/chart-donut.svg index 540e13d2..519f26f0 100644 --- a/icons/chart-donut.svg +++ b/icons/chart-donut.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/chart-dots.svg b/icons/chart-dots.svg new file mode 100644 index 00000000..303628b8 --- /dev/null +++ b/icons/chart-dots.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/chart-infographic.svg b/icons/chart-infographic.svg new file mode 100644 index 00000000..98f8718b --- /dev/null +++ b/icons/chart-infographic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/chart-pie-2.svg b/icons/chart-pie-2.svg new file mode 100644 index 00000000..15191519 --- /dev/null +++ b/icons/chart-pie-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/chart-pie-3.svg b/icons/chart-pie-3.svg new file mode 100644 index 00000000..fce51858 --- /dev/null +++ b/icons/chart-pie-3.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/chart-pie-4.svg b/icons/chart-pie-4.svg new file mode 100644 index 00000000..d83429f2 --- /dev/null +++ b/icons/chart-pie-4.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/chart-pie.svg b/icons/chart-pie.svg index 92bcd07d..8ebf0d30 100644 --- a/icons/chart-pie.svg +++ b/icons/chart-pie.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/chart-radar.svg b/icons/chart-radar.svg index d9cc2653..957d0f2a 100644 --- a/icons/chart-radar.svg +++ b/icons/chart-radar.svg @@ -2,9 +2,9 @@ - + - + diff --git a/icons/circle-0.svg b/icons/circle-0.svg new file mode 100644 index 00000000..eaadc7eb --- /dev/null +++ b/icons/circle-0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/circle-1.svg b/icons/circle-1.svg new file mode 100644 index 00000000..ce1c84c6 --- /dev/null +++ b/icons/circle-1.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/circle-2.svg b/icons/circle-2.svg new file mode 100644 index 00000000..3267655c --- /dev/null +++ b/icons/circle-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/circle-3.svg b/icons/circle-3.svg new file mode 100644 index 00000000..126d600e --- /dev/null +++ b/icons/circle-3.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/circle-4.svg b/icons/circle-4.svg new file mode 100644 index 00000000..0513140b --- /dev/null +++ b/icons/circle-4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/circle-5.svg b/icons/circle-5.svg new file mode 100644 index 00000000..b6393b32 --- /dev/null +++ b/icons/circle-5.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/circle-6.svg b/icons/circle-6.svg new file mode 100644 index 00000000..e4d07262 --- /dev/null +++ b/icons/circle-6.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/circle-7.svg b/icons/circle-7.svg new file mode 100644 index 00000000..535a976a --- /dev/null +++ b/icons/circle-7.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/circle-8.svg b/icons/circle-8.svg new file mode 100644 index 00000000..629fa75c --- /dev/null +++ b/icons/circle-8.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/circle-9.svg b/icons/circle-9.svg new file mode 100644 index 00000000..a25ca90b --- /dev/null +++ b/icons/circle-9.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/circle-half-vertical.svg b/icons/circle-half-vertical.svg index daa19e17..88f83fd5 100644 --- a/icons/circle-half-vertical.svg +++ b/icons/circle-half-vertical.svg @@ -1,6 +1,7 @@ ---- ---- - - - + + + + + + diff --git a/icons/circle-half.svg b/icons/circle-half.svg index 440a60a8..74b4247e 100644 --- a/icons/circle-half.svg +++ b/icons/circle-half.svg @@ -1,6 +1,7 @@ ---- ---- - - - + + + + + + diff --git a/icons/circle-off.svg b/icons/circle-off.svg new file mode 100644 index 00000000..0dd5f5a1 --- /dev/null +++ b/icons/circle-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/clipboard-check.svg b/icons/clipboard-check.svg index 95c237b4..9990a0c1 100644 --- a/icons/clipboard-check.svg +++ b/icons/clipboard-check.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/code-minus.svg b/icons/code-minus.svg new file mode 100644 index 00000000..04b8b360 --- /dev/null +++ b/icons/code-minus.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/code-plus.svg b/icons/code-plus.svg new file mode 100644 index 00000000..c1c50e96 --- /dev/null +++ b/icons/code-plus.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/color-picker.svg b/icons/color-picker.svg index 39e00744..ee0a68fc 100644 --- a/icons/color-picker.svg +++ b/icons/color-picker.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/column-insert-left.svg b/icons/column-insert-left.svg new file mode 100644 index 00000000..1d8860c8 --- /dev/null +++ b/icons/column-insert-left.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/column-insert-right.svg b/icons/column-insert-right.svg new file mode 100644 index 00000000..7270b845 --- /dev/null +++ b/icons/column-insert-right.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/comet.svg b/icons/comet.svg index 0a2926c9..fc5b1ff6 100644 --- a/icons/comet.svg +++ b/icons/comet.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/confetti.svg b/icons/confetti.svg new file mode 100644 index 00000000..e46f0fda --- /dev/null +++ b/icons/confetti.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/container.svg b/icons/container.svg new file mode 100644 index 00000000..ca7e7291 --- /dev/null +++ b/icons/container.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/icons/corner-down-left-double.svg b/icons/corner-down-left-double.svg new file mode 100644 index 00000000..98997cab --- /dev/null +++ b/icons/corner-down-left-double.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-down-right-double.svg b/icons/corner-down-right-double.svg new file mode 100644 index 00000000..a4d916d9 --- /dev/null +++ b/icons/corner-down-right-double.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-left-down-double.svg b/icons/corner-left-down-double.svg new file mode 100644 index 00000000..aeaacd23 --- /dev/null +++ b/icons/corner-left-down-double.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-left-up-double.svg b/icons/corner-left-up-double.svg new file mode 100644 index 00000000..8ec8ffec --- /dev/null +++ b/icons/corner-left-up-double.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-right-down-double.svg b/icons/corner-right-down-double.svg new file mode 100644 index 00000000..49d07eb8 --- /dev/null +++ b/icons/corner-right-down-double.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-right-up-double.svg b/icons/corner-right-up-double.svg new file mode 100644 index 00000000..3a8c9b80 --- /dev/null +++ b/icons/corner-right-up-double.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-up-left-double.svg b/icons/corner-up-left-double.svg new file mode 100644 index 00000000..441f340c --- /dev/null +++ b/icons/corner-up-left-double.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/corner-up-right-double.svg b/icons/corner-up-right-double.svg new file mode 100644 index 00000000..dbf8a6fa --- /dev/null +++ b/icons/corner-up-right-double.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/credit-card-off.svg b/icons/credit-card-off.svg index e91b5026..c681c2ee 100644 --- a/icons/credit-card-off.svg +++ b/icons/credit-card-off.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/crown-off.svg b/icons/crown-off.svg new file mode 100644 index 00000000..e612fd25 --- /dev/null +++ b/icons/crown-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/curly-loop.svg b/icons/curly-loop.svg index ca48696c..f0eec5a1 100644 --- a/icons/curly-loop.svg +++ b/icons/curly-loop.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/cursor-text.svg b/icons/cursor-text.svg index 602d9ae5..2662e65b 100644 --- a/icons/cursor-text.svg +++ b/icons/cursor-text.svg @@ -1,7 +1,8 @@ ---- ---- - - - - + + + + + + + diff --git a/icons/dashboard.svg b/icons/dashboard.svg index aa0254f7..7f0dbad9 100644 --- a/icons/dashboard.svg +++ b/icons/dashboard.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/database-export.svg b/icons/database-export.svg new file mode 100644 index 00000000..c7f302d1 --- /dev/null +++ b/icons/database-export.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/database-import.svg b/icons/database-import.svg new file mode 100644 index 00000000..d9e455de --- /dev/null +++ b/icons/database-import.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/database-off.svg b/icons/database-off.svg new file mode 100644 index 00000000..cbeb8637 --- /dev/null +++ b/icons/database-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/device-analytics.svg b/icons/device-analytics.svg new file mode 100644 index 00000000..aafe348c --- /dev/null +++ b/icons/device-analytics.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/device-audio-tape.svg b/icons/device-audio-tape.svg new file mode 100644 index 00000000..622006e0 --- /dev/null +++ b/icons/device-audio-tape.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/device-cctv.svg b/icons/device-cctv.svg new file mode 100644 index 00000000..ef6e1183 --- /dev/null +++ b/icons/device-cctv.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/device-computer-camera-off.svg b/icons/device-computer-camera-off.svg new file mode 100644 index 00000000..b44a58fe --- /dev/null +++ b/icons/device-computer-camera-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/device-computer-camera.svg b/icons/device-computer-camera.svg new file mode 100644 index 00000000..cdbdfacf --- /dev/null +++ b/icons/device-computer-camera.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/device-desktop-analytics.svg b/icons/device-desktop-analytics.svg new file mode 100644 index 00000000..575f84f2 --- /dev/null +++ b/icons/device-desktop-analytics.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/device-desktop-off.svg b/icons/device-desktop-off.svg new file mode 100644 index 00000000..810d0533 --- /dev/null +++ b/icons/device-desktop-off.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/diamond.svg b/icons/diamond.svg index a92a708a..00c39cee 100644 --- a/icons/diamond.svg +++ b/icons/diamond.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/dimensions.svg b/icons/dimensions.svg index 44610d2d..1c909cdc 100644 --- a/icons/dimensions.svg +++ b/icons/dimensions.svg @@ -1,13 +1,12 @@ ---- ---- - - - - - - - - - - + + + + + + + + + + + diff --git a/icons/dna.svg b/icons/dna.svg new file mode 100644 index 00000000..fb73b9da --- /dev/null +++ b/icons/dna.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/drone-off.svg b/icons/drone-off.svg new file mode 100644 index 00000000..d605b4a7 --- /dev/null +++ b/icons/drone-off.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/drone.svg b/icons/drone.svg index 0b97dd16..3175ac49 100644 --- a/icons/drone.svg +++ b/icons/drone.svg @@ -3,7 +3,7 @@ - + diff --git a/icons/droplet-off.svg b/icons/droplet-off.svg new file mode 100644 index 00000000..1e29fb23 --- /dev/null +++ b/icons/droplet-off.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/droplet.svg b/icons/droplet.svg index a9dffed3..10a2c8b5 100644 --- a/icons/droplet.svg +++ b/icons/droplet.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/ear-off.svg b/icons/ear-off.svg new file mode 100644 index 00000000..9eaae21e --- /dev/null +++ b/icons/ear-off.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/equal-not.svg b/icons/equal-not.svg new file mode 100644 index 00000000..20e232f6 --- /dev/null +++ b/icons/equal-not.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/equal.svg b/icons/equal.svg new file mode 100644 index 00000000..92219f2a --- /dev/null +++ b/icons/equal.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/eyeglass-2.svg b/icons/eyeglass-2.svg new file mode 100644 index 00000000..9ca6c5fe --- /dev/null +++ b/icons/eyeglass-2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/eyeglass.svg b/icons/eyeglass.svg new file mode 100644 index 00000000..590d5cdf --- /dev/null +++ b/icons/eyeglass.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/fall.svg b/icons/fall.svg index 3cc05f09..a037bb9d 100644 --- a/icons/fall.svg +++ b/icons/fall.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/feather.svg b/icons/feather.svg new file mode 100644 index 00000000..fe311de7 --- /dev/null +++ b/icons/feather.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/file-analytics.svg b/icons/file-analytics.svg new file mode 100644 index 00000000..f16b53a2 --- /dev/null +++ b/icons/file-analytics.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/file-export.svg b/icons/file-export.svg new file mode 100644 index 00000000..cb5268f0 --- /dev/null +++ b/icons/file-export.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/file-import.svg b/icons/file-import.svg new file mode 100644 index 00000000..ce023f99 --- /dev/null +++ b/icons/file-import.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/file-phone.svg b/icons/file-phone.svg index fbaf9591..12e981a0 100644 --- a/icons/file-phone.svg +++ b/icons/file-phone.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/file-report.svg b/icons/file-report.svg new file mode 100644 index 00000000..3d653455 --- /dev/null +++ b/icons/file-report.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/file-symlink.svg b/icons/file-symlink.svg index e68034ae..f7527c35 100644 --- a/icons/file-symlink.svg +++ b/icons/file-symlink.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/files-off.svg b/icons/files-off.svg new file mode 100644 index 00000000..2caffb19 --- /dev/null +++ b/icons/files-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/files.svg b/icons/files.svg new file mode 100644 index 00000000..d6662f18 --- /dev/null +++ b/icons/files.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/flame.svg b/icons/flame.svg index 4bdf7c0a..3842bd1f 100644 --- a/icons/flame.svg +++ b/icons/flame.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/flask.svg b/icons/flask.svg index d6b53082..af4be32a 100644 --- a/icons/flask.svg +++ b/icons/flask.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/friends.svg b/icons/friends.svg index e8d64607..03eb5b50 100644 --- a/icons/friends.svg +++ b/icons/friends.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/gas-station.svg b/icons/gas-station.svg index dcaf2aa9..e4bd688d 100644 --- a/icons/gas-station.svg +++ b/icons/gas-station.svg @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/icons/glass-full.svg b/icons/glass-full.svg index 54c6fae6..111e9b22 100644 --- a/icons/glass-full.svg +++ b/icons/glass-full.svg @@ -2,8 +2,8 @@ - - + + diff --git a/icons/glass-off.svg b/icons/glass-off.svg new file mode 100644 index 00000000..424ac1e3 --- /dev/null +++ b/icons/glass-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/glass.svg b/icons/glass.svg index b31c17c7..c958b937 100644 --- a/icons/glass.svg +++ b/icons/glass.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/grid.svg b/icons/grid.svg deleted file mode 100644 index 70e6e0ff..00000000 --- a/icons/grid.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/icons/growth.svg b/icons/growth.svg new file mode 100644 index 00000000..30e17f21 --- /dev/null +++ b/icons/growth.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/h-1.svg b/icons/h-1.svg index 25dd45d9..256f6e38 100644 --- a/icons/h-1.svg +++ b/icons/h-1.svg @@ -1,9 +1,13 @@ - - - - + + + + + + + + diff --git a/icons/h-2.svg b/icons/h-2.svg index fd4a72e0..7bdfd8c9 100644 --- a/icons/h-2.svg +++ b/icons/h-2.svg @@ -1,9 +1,13 @@ - - - - + + + + + + + + diff --git a/icons/h-3.svg b/icons/h-3.svg index ddafa377..d6d00fae 100644 --- a/icons/h-3.svg +++ b/icons/h-3.svg @@ -1,9 +1,14 @@ - - - - + + + + + + + + + diff --git a/icons/h-4.svg b/icons/h-4.svg index b72b8cec..54be138d 100644 --- a/icons/h-4.svg +++ b/icons/h-4.svg @@ -1,9 +1,13 @@ - - - - + + + + + + + + diff --git a/icons/h-5.svg b/icons/h-5.svg index 2cd580e1..2bb08f48 100644 --- a/icons/h-5.svg +++ b/icons/h-5.svg @@ -1,9 +1,13 @@ - - - - + + + + + + + + diff --git a/icons/h-6.svg b/icons/h-6.svg index 205d76e6..d7496955 100644 --- a/icons/h-6.svg +++ b/icons/h-6.svg @@ -1,10 +1,14 @@ - - - - - + + + + + + + + + diff --git a/icons/hanger.svg b/icons/hanger.svg new file mode 100644 index 00000000..3130c89c --- /dev/null +++ b/icons/hanger.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/heading.svg b/icons/heading.svg new file mode 100644 index 00000000..2b72ab2e --- /dev/null +++ b/icons/heading.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/headphones-off.svg b/icons/headphones-off.svg index 34201b59..6a323b7b 100644 --- a/icons/headphones-off.svg +++ b/icons/headphones-off.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/hexagon-off.svg b/icons/hexagon-off.svg new file mode 100644 index 00000000..018a13a7 --- /dev/null +++ b/icons/hexagon-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/hierarchy-2.svg b/icons/hierarchy-2.svg new file mode 100644 index 00000000..5c4a933a --- /dev/null +++ b/icons/hierarchy-2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/hierarchy.svg b/icons/hierarchy.svg new file mode 100644 index 00000000..4833d16b --- /dev/null +++ b/icons/hierarchy.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/ice-cream-2.svg b/icons/ice-cream-2.svg new file mode 100644 index 00000000..b83335fc --- /dev/null +++ b/icons/ice-cream-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/ice-cream.svg b/icons/ice-cream.svg index 07a7e061..cef64d0c 100644 --- a/icons/ice-cream.svg +++ b/icons/ice-cream.svg @@ -1,8 +1,7 @@ - - - + + diff --git a/icons/karate.svg b/icons/karate.svg index 18b09263..8221bb77 100644 --- a/icons/karate.svg +++ b/icons/karate.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/keyboard-off.svg b/icons/keyboard-off.svg new file mode 100644 index 00000000..99e0e3ed --- /dev/null +++ b/icons/keyboard-off.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/layout-grid-add.svg b/icons/layout-grid-add.svg new file mode 100644 index 00000000..7b1f3c18 --- /dev/null +++ b/icons/layout-grid-add.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/layout-grid.svg b/icons/layout-grid.svg new file mode 100644 index 00000000..af2bc700 --- /dev/null +++ b/icons/layout-grid.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/letter-case-lower.svg b/icons/letter-case-lower.svg index 683efb94..ca561c64 100644 --- a/icons/letter-case-lower.svg +++ b/icons/letter-case-lower.svg @@ -1,8 +1,9 @@ ---- ---- - - - - - + + + + + + + + diff --git a/icons/letter-case-toggle.svg b/icons/letter-case-toggle.svg index f7c85163..46ae81eb 100644 --- a/icons/letter-case-toggle.svg +++ b/icons/letter-case-toggle.svg @@ -1,8 +1,9 @@ ---- ---- - - - - - + + + + + + + + diff --git a/icons/letter-case-upper.svg b/icons/letter-case-upper.svg index e8c9f4bb..97771a31 100644 --- a/icons/letter-case-upper.svg +++ b/icons/letter-case-upper.svg @@ -1,8 +1,9 @@ ---- ---- - - - - - + + + + + + + + diff --git a/icons/letter-case.svg b/icons/letter-case.svg index d45a48bc..059ad8d1 100644 --- a/icons/letter-case.svg +++ b/icons/letter-case.svg @@ -1,8 +1,9 @@ ---- ---- - - - - - + + + + + + + + diff --git a/icons/letter-spacing.svg b/icons/letter-spacing.svg index f4772469..e6bf5234 100644 --- a/icons/letter-spacing.svg +++ b/icons/letter-spacing.svg @@ -1,9 +1,10 @@ ---- ---- - - - - - - + + + + + + + + + diff --git a/icons/line-dashed.svg b/icons/line-dashed.svg index 0fd9ba6e..4d6c0905 100644 --- a/icons/line-dashed.svg +++ b/icons/line-dashed.svg @@ -1,7 +1,8 @@ ---- ---- - - - - + + + + + + + diff --git a/icons/line-dotted.svg b/icons/line-dotted.svg index 277af435..db4f7b1c 100644 --- a/icons/line-dotted.svg +++ b/icons/line-dotted.svg @@ -1,9 +1,10 @@ ---- ---- - - - - - - + + + + + + + + + diff --git a/icons/macro.svg b/icons/macro.svg new file mode 100644 index 00000000..b2d700d8 --- /dev/null +++ b/icons/macro.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/man.svg b/icons/man.svg index 2668248b..76db3268 100644 --- a/icons/man.svg +++ b/icons/man.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/marquee-2.svg b/icons/marquee-2.svg new file mode 100644 index 00000000..f808ef44 --- /dev/null +++ b/icons/marquee-2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/mask-off.svg b/icons/mask-off.svg index 6a3f51f0..696dc6b1 100644 --- a/icons/mask-off.svg +++ b/icons/mask-off.svg @@ -1,7 +1,8 @@ ---- ---- - - - - + + + + + + + diff --git a/icons/mask.svg b/icons/mask.svg index 82b4eb37..895065f8 100644 --- a/icons/mask.svg +++ b/icons/mask.svg @@ -1,6 +1,7 @@ ---- ---- - - - + + + + + + diff --git a/icons/math-function.svg b/icons/math-function.svg new file mode 100644 index 00000000..7692ae05 --- /dev/null +++ b/icons/math-function.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/math-symbols.svg b/icons/math-symbols.svg new file mode 100644 index 00000000..41a2a394 --- /dev/null +++ b/icons/math-symbols.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/medal.svg b/icons/medal.svg index fe95961e..0a8224f1 100644 --- a/icons/medal.svg +++ b/icons/medal.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/minus-vertical.svg b/icons/minus-vertical.svg index d32865c1..61b4f3bf 100644 --- a/icons/minus-vertical.svg +++ b/icons/minus-vertical.svg @@ -1,5 +1,6 @@ ---- ---- - - + + + + + diff --git a/icons/mood-crazy-happy.svg b/icons/mood-crazy-happy.svg index 07111eab..8e38b082 100644 --- a/icons/mood-crazy-happy.svg +++ b/icons/mood-crazy-happy.svg @@ -2,9 +2,9 @@ - + - + diff --git a/icons/mood-cry.svg b/icons/mood-cry.svg index bce5d870..cb881130 100644 --- a/icons/mood-cry.svg +++ b/icons/mood-cry.svg @@ -4,7 +4,7 @@ - + diff --git a/icons/moon-stars.svg b/icons/moon-stars.svg index 4aebe1de..6012408c 100644 --- a/icons/moon-stars.svg +++ b/icons/moon-stars.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/moon.svg b/icons/moon.svg index 578c98a6..84e2554b 100644 --- a/icons/moon.svg +++ b/icons/moon.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/motorbike.svg b/icons/motorbike.svg new file mode 100644 index 00000000..1a8c6c93 --- /dev/null +++ b/icons/motorbike.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/mouse.svg b/icons/mouse.svg index b071b457..e5b832db 100644 --- a/icons/mouse.svg +++ b/icons/mouse.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/mug.svg b/icons/mug.svg index 3ba142d1..35718be6 100644 --- a/icons/mug.svg +++ b/icons/mug.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/number-0.svg b/icons/number-0.svg new file mode 100644 index 00000000..c0e3432b --- /dev/null +++ b/icons/number-0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/number-1.svg b/icons/number-1.svg new file mode 100644 index 00000000..0a36eebf --- /dev/null +++ b/icons/number-1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-2.svg b/icons/number-2.svg new file mode 100644 index 00000000..c4b2c653 --- /dev/null +++ b/icons/number-2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-3.svg b/icons/number-3.svg new file mode 100644 index 00000000..5ea8bce7 --- /dev/null +++ b/icons/number-3.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/number-4.svg b/icons/number-4.svg new file mode 100644 index 00000000..2ae3192a --- /dev/null +++ b/icons/number-4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-5.svg b/icons/number-5.svg new file mode 100644 index 00000000..f9b65ff4 --- /dev/null +++ b/icons/number-5.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-6.svg b/icons/number-6.svg new file mode 100644 index 00000000..34a95a86 --- /dev/null +++ b/icons/number-6.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/number-7.svg b/icons/number-7.svg new file mode 100644 index 00000000..811929a4 --- /dev/null +++ b/icons/number-7.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/number-8.svg b/icons/number-8.svg new file mode 100644 index 00000000..23290db7 --- /dev/null +++ b/icons/number-8.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/number-9.svg b/icons/number-9.svg new file mode 100644 index 00000000..37ed08a4 --- /dev/null +++ b/icons/number-9.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/octagon-off.svg b/icons/octagon-off.svg new file mode 100644 index 00000000..764a634c --- /dev/null +++ b/icons/octagon-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/octagon.svg b/icons/octagon.svg index ce961f62..f3ccb34a 100644 --- a/icons/octagon.svg +++ b/icons/octagon.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/olympics.svg b/icons/olympics.svg new file mode 100644 index 00000000..1c61d888 --- /dev/null +++ b/icons/olympics.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/overline.svg b/icons/overline.svg index 7b86c404..fd90d274 100644 --- a/icons/overline.svg +++ b/icons/overline.svg @@ -1,6 +1,7 @@ ---- ---- - - - + + + + + + diff --git a/icons/pacman.svg b/icons/pacman.svg new file mode 100644 index 00000000..a99222dd --- /dev/null +++ b/icons/pacman.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/panorama-vertical.svg b/icons/panorama-vertical.svg index f708b844..f593eecb 100644 --- a/icons/panorama-vertical.svg +++ b/icons/panorama-vertical.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/pennant.svg b/icons/pennant.svg index 765eab2d..d67101cb 100644 --- a/icons/pennant.svg +++ b/icons/pennant.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/plane.svg b/icons/plane.svg index bc89fdb9..dcce5f73 100644 --- a/icons/plane.svg +++ b/icons/plane.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/planet.svg b/icons/planet.svg index 2c45cae7..df3e3b67 100644 --- a/icons/planet.svg +++ b/icons/planet.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/play-card.svg b/icons/play-card.svg new file mode 100644 index 00000000..c8a53e6e --- /dev/null +++ b/icons/play-card.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/player-track-next.svg b/icons/player-track-next.svg index 0ce603e6..e097dcf9 100644 --- a/icons/player-track-next.svg +++ b/icons/player-track-next.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/playlist.svg b/icons/playlist.svg new file mode 100644 index 00000000..07567d13 --- /dev/null +++ b/icons/playlist.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/pokeball.svg b/icons/pokeball.svg new file mode 100644 index 00000000..497f8b83 --- /dev/null +++ b/icons/pokeball.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/polaroid.svg b/icons/polaroid.svg new file mode 100644 index 00000000..0e295f6f --- /dev/null +++ b/icons/polaroid.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/pool.svg b/icons/pool.svg index 9c7c6b3b..3d020974 100644 --- a/icons/pool.svg +++ b/icons/pool.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/presentation-analytics.svg b/icons/presentation-analytics.svg new file mode 100644 index 00000000..250839cc --- /dev/null +++ b/icons/presentation-analytics.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/propeller.svg b/icons/propeller.svg new file mode 100644 index 00000000..233ec6f9 --- /dev/null +++ b/icons/propeller.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/radius-bottom-left.svg b/icons/radius-bottom-left.svg index c1c1089b..d45e8d01 100644 --- a/icons/radius-bottom-left.svg +++ b/icons/radius-bottom-left.svg @@ -1,5 +1,6 @@ ---- ---- - - + + + + + diff --git a/icons/radius-bottom-right.svg b/icons/radius-bottom-right.svg index 6b14c98d..8ce6ab17 100644 --- a/icons/radius-bottom-right.svg +++ b/icons/radius-bottom-right.svg @@ -1,5 +1,6 @@ ---- ---- - - + + + + + diff --git a/icons/radius-top-left.svg b/icons/radius-top-left.svg index f664655a..569f2f02 100644 --- a/icons/radius-top-left.svg +++ b/icons/radius-top-left.svg @@ -1,5 +1,6 @@ ---- ---- - - + + + + + diff --git a/icons/radius-top-right.svg b/icons/radius-top-right.svg index 6030c69b..d0494ae8 100644 --- a/icons/radius-top-right.svg +++ b/icons/radius-top-right.svg @@ -1,5 +1,6 @@ ---- ---- - - + + + + + diff --git a/icons/receipt-2.svg b/icons/receipt-2.svg new file mode 100644 index 00000000..4ad45ac8 --- /dev/null +++ b/icons/receipt-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/receipt-off.svg b/icons/receipt-off.svg new file mode 100644 index 00000000..2c0e6edf --- /dev/null +++ b/icons/receipt-off.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/receipt-refund.svg b/icons/receipt-refund.svg new file mode 100644 index 00000000..a80eb75c --- /dev/null +++ b/icons/receipt-refund.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/receipt-tax.svg b/icons/receipt-tax.svg new file mode 100644 index 00000000..ea40b7ea --- /dev/null +++ b/icons/receipt-tax.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/receipt.svg b/icons/receipt.svg new file mode 100644 index 00000000..8e3d7b9c --- /dev/null +++ b/icons/receipt.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/recharging.svg b/icons/recharging.svg new file mode 100644 index 00000000..7e63a352 --- /dev/null +++ b/icons/recharging.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/repeat-once.svg b/icons/repeat-once.svg index 55e1ae81..de3ae84c 100644 --- a/icons/repeat-once.svg +++ b/icons/repeat-once.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/repeat.svg b/icons/repeat.svg index ac61e3ae..7e58a474 100644 --- a/icons/repeat.svg +++ b/icons/repeat.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/report-analytics.svg b/icons/report-analytics.svg new file mode 100644 index 00000000..d87fde22 --- /dev/null +++ b/icons/report-analytics.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/report-medical.svg b/icons/report-medical.svg new file mode 100644 index 00000000..9e8b5000 --- /dev/null +++ b/icons/report-medical.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/report-money.svg b/icons/report-money.svg new file mode 100644 index 00000000..2855a188 --- /dev/null +++ b/icons/report-money.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/report.svg b/icons/report.svg index 09ac638a..35b4ce92 100644 --- a/icons/report.svg +++ b/icons/report.svg @@ -1,11 +1,12 @@ ---- ---- - - - - - - - - + + + + + + + + + + + diff --git a/icons/resize.svg b/icons/resize.svg new file mode 100644 index 00000000..32d2fc87 --- /dev/null +++ b/icons/resize.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/ripple.svg b/icons/ripple.svg index e4960e16..8df361f0 100644 --- a/icons/ripple.svg +++ b/icons/ripple.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/icons/road-sign.svg b/icons/road-sign.svg index 436d49ee..d3a8b763 100644 --- a/icons/road-sign.svg +++ b/icons/road-sign.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/icons/row-insert-bottom.svg b/icons/row-insert-bottom.svg new file mode 100644 index 00000000..4e5a66db --- /dev/null +++ b/icons/row-insert-bottom.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/row-insert-top.svg b/icons/row-insert-top.svg new file mode 100644 index 00000000..77eb5d55 --- /dev/null +++ b/icons/row-insert-top.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/satellite.svg b/icons/satellite.svg new file mode 100644 index 00000000..00029686 --- /dev/null +++ b/icons/satellite.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/scale.svg b/icons/scale.svg index 7f9fce31..6ae4b838 100644 --- a/icons/scale.svg +++ b/icons/scale.svg @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/icons/screen-share.svg b/icons/screen-share.svg index d592eae8..05e59f0b 100644 --- a/icons/screen-share.svg +++ b/icons/screen-share.svg @@ -5,7 +5,7 @@ - + diff --git a/icons/section.svg b/icons/section.svg new file mode 100644 index 00000000..3f1b810a --- /dev/null +++ b/icons/section.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/icons/settings-automation.svg b/icons/settings-automation.svg new file mode 100644 index 00000000..2c93327e --- /dev/null +++ b/icons/settings-automation.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/shadow-off.svg b/icons/shadow-off.svg new file mode 100644 index 00000000..48bd312e --- /dev/null +++ b/icons/shadow-off.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/shadow.svg b/icons/shadow.svg new file mode 100644 index 00000000..5b92feb3 --- /dev/null +++ b/icons/shadow.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/shape-2.svg b/icons/shape-2.svg new file mode 100644 index 00000000..9623595c --- /dev/null +++ b/icons/shape-2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/shape-3.svg b/icons/shape-3.svg new file mode 100644 index 00000000..2df660df --- /dev/null +++ b/icons/shape-3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/shopping-cart-off.svg b/icons/shopping-cart-off.svg new file mode 100644 index 00000000..56476778 --- /dev/null +++ b/icons/shopping-cart-off.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/shopping-cart-plus.svg b/icons/shopping-cart-plus.svg new file mode 100644 index 00000000..a7b3a2bf --- /dev/null +++ b/icons/shopping-cart-plus.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/shopping-cart-x.svg b/icons/shopping-cart-x.svg new file mode 100644 index 00000000..b5e1aaf9 --- /dev/null +++ b/icons/shopping-cart-x.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/shopping-cart.svg b/icons/shopping-cart.svg index 04ff751e..c5c80ce7 100644 --- a/icons/shopping-cart.svg +++ b/icons/shopping-cart.svg @@ -1,8 +1,9 @@ - - - + + + + diff --git a/icons/shredder.svg b/icons/shredder.svg new file mode 100644 index 00000000..32c00026 --- /dev/null +++ b/icons/shredder.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/smart-home.svg b/icons/smart-home.svg index de157cbc..1b8665e5 100644 --- a/icons/smart-home.svg +++ b/icons/smart-home.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/sock.svg b/icons/sock.svg new file mode 100644 index 00000000..acd17491 --- /dev/null +++ b/icons/sock.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-0.svg b/icons/square-0.svg new file mode 100644 index 00000000..8dea7a87 --- /dev/null +++ b/icons/square-0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-1.svg b/icons/square-1.svg new file mode 100644 index 00000000..210b3ad8 --- /dev/null +++ b/icons/square-1.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-2.svg b/icons/square-2.svg new file mode 100644 index 00000000..47695677 --- /dev/null +++ b/icons/square-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-3.svg b/icons/square-3.svg new file mode 100644 index 00000000..6050f9ce --- /dev/null +++ b/icons/square-3.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/square-4.svg b/icons/square-4.svg new file mode 100644 index 00000000..81aaf537 --- /dev/null +++ b/icons/square-4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-5.svg b/icons/square-5.svg new file mode 100644 index 00000000..70073b6f --- /dev/null +++ b/icons/square-5.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-6.svg b/icons/square-6.svg new file mode 100644 index 00000000..cae01375 --- /dev/null +++ b/icons/square-6.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/square-7.svg b/icons/square-7.svg new file mode 100644 index 00000000..a20515d2 --- /dev/null +++ b/icons/square-7.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-8.svg b/icons/square-8.svg new file mode 100644 index 00000000..8ee96b51 --- /dev/null +++ b/icons/square-8.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/square-9.svg b/icons/square-9.svg new file mode 100644 index 00000000..913ac82c --- /dev/null +++ b/icons/square-9.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/square-off.svg b/icons/square-off.svg new file mode 100644 index 00000000..e0cc166e --- /dev/null +++ b/icons/square-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-rotated-off.svg b/icons/square-rotated-off.svg index 462feed5..2f83ec23 100644 --- a/icons/square-rotated-off.svg +++ b/icons/square-rotated-off.svg @@ -1,6 +1,7 @@ ---- ---- - - - + + + + + + diff --git a/icons/square-rotated.svg b/icons/square-rotated.svg index 7e331bdf..8062d262 100644 --- a/icons/square-rotated.svg +++ b/icons/square-rotated.svg @@ -1,5 +1,6 @@ ---- ---- - - + + + + + diff --git a/icons/square-toggle-horizontal.svg b/icons/square-toggle-horizontal.svg new file mode 100644 index 00000000..0e120238 --- /dev/null +++ b/icons/square-toggle-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/square-toggle.svg b/icons/square-toggle.svg new file mode 100644 index 00000000..da0c4313 --- /dev/null +++ b/icons/square-toggle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/stack-2.svg b/icons/stack-2.svg new file mode 100644 index 00000000..2f90072f --- /dev/null +++ b/icons/stack-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/stethoscope.svg b/icons/stethoscope.svg new file mode 100644 index 00000000..c17fc38b --- /dev/null +++ b/icons/stethoscope.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/sthetoscope.svg b/icons/sthetoscope.svg deleted file mode 100644 index 34df0631..00000000 --- a/icons/sthetoscope.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/icons/strikethrough.svg b/icons/strikethrough.svg index 19f2d08b..2e14785c 100644 --- a/icons/strikethrough.svg +++ b/icons/strikethrough.svg @@ -1,8 +1,7 @@ - - - + + diff --git a/icons/sum.svg b/icons/sum.svg index 3e865f2d..11ebb853 100644 --- a/icons/sum.svg +++ b/icons/sum.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/table-export.svg b/icons/table-export.svg new file mode 100644 index 00000000..4ff1b320 --- /dev/null +++ b/icons/table-export.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/table-import.svg b/icons/table-import.svg new file mode 100644 index 00000000..eb7b71ea --- /dev/null +++ b/icons/table-import.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/table-off.svg b/icons/table-off.svg new file mode 100644 index 00000000..ff5d9a1b --- /dev/null +++ b/icons/table-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/tax.svg b/icons/tax.svg deleted file mode 100644 index bac20483..00000000 --- a/icons/tax.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/icons/tool.svg b/icons/tool.svg index c985b64a..703f16e2 100644 --- a/icons/tool.svg +++ b/icons/tool.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/tools-kitchen-2.svg b/icons/tools-kitchen-2.svg new file mode 100644 index 00000000..eec25477 --- /dev/null +++ b/icons/tools-kitchen-2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/tools-kitchen.svg b/icons/tools-kitchen.svg index 6c34e8a6..7f34d22a 100644 --- a/icons/tools-kitchen.svg +++ b/icons/tools-kitchen.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/tournament.svg b/icons/tournament.svg index a9513d00..e0b03d40 100644 --- a/icons/tournament.svg +++ b/icons/tournament.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/track.svg b/icons/track.svg new file mode 100644 index 00000000..331dc932 --- /dev/null +++ b/icons/track.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/tree.svg b/icons/tree.svg new file mode 100644 index 00000000..4970e379 --- /dev/null +++ b/icons/tree.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/trees.svg b/icons/trees.svg index 7ee89bd2..b68cf5f4 100644 --- a/icons/trees.svg +++ b/icons/trees.svg @@ -1,9 +1,11 @@ - - - - + + + + + + diff --git a/icons/triangle-off.svg b/icons/triangle-off.svg new file mode 100644 index 00000000..48fa4e26 --- /dev/null +++ b/icons/triangle-off.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/truck-off.svg b/icons/truck-off.svg new file mode 100644 index 00000000..0eac2adb --- /dev/null +++ b/icons/truck-off.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/umbrella.svg b/icons/umbrella.svg index a318fcd5..dd275df3 100644 --- a/icons/umbrella.svg +++ b/icons/umbrella.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/underline.svg b/icons/underline.svg index dc75b0f8..2e9f7278 100644 --- a/icons/underline.svg +++ b/icons/underline.svg @@ -1,6 +1,7 @@ ---- ---- - - - + + + + + + diff --git a/icons/variable.svg b/icons/variable.svg new file mode 100644 index 00000000..c75c9212 --- /dev/null +++ b/icons/variable.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/volume-2.svg b/icons/volume-2.svg index 56b6f1d4..3a59422b 100644 --- a/icons/volume-2.svg +++ b/icons/volume-2.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/volume-3.svg b/icons/volume-3.svg index 283c40e1..698018a0 100644 --- a/icons/volume-3.svg +++ b/icons/volume-3.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/volume.svg b/icons/volume.svg index 1896dde5..6cc74147 100644 --- a/icons/volume.svg +++ b/icons/volume.svg @@ -2,7 +2,7 @@ - + diff --git a/icons/wave-sine.svg b/icons/wave-sine.svg index 1e22f9f7..a318081a 100644 --- a/icons/wave-sine.svg +++ b/icons/wave-sine.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/wifi-off.svg b/icons/wifi-off.svg index 0253f951..f06c593b 100644 --- a/icons/wifi-off.svg +++ b/icons/wifi-off.svg @@ -2,8 +2,8 @@ - - + + diff --git a/icons/wifi.svg b/icons/wifi.svg index 43794397..b8a48fe1 100644 --- a/icons/wifi.svg +++ b/icons/wifi.svg @@ -3,7 +3,7 @@ - + diff --git a/icons/windmill.svg b/icons/windmill.svg index a6c307db..69cdf388 100644 --- a/icons/windmill.svg +++ b/icons/windmill.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/window.svg b/icons/window.svg new file mode 100644 index 00000000..5c46d945 --- /dev/null +++ b/icons/window.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/zodiac-aquarius.svg b/icons/zodiac-aquarius.svg index b35343a0..1fac2bf2 100644 --- a/icons/zodiac-aquarius.svg +++ b/icons/zodiac-aquarius.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/zodiac-leo.svg b/icons/zodiac-leo.svg index 79d4fc41..d263c16e 100644 --- a/icons/zodiac-leo.svg +++ b/icons/zodiac-leo.svg @@ -4,7 +4,7 @@ - + diff --git a/icons/zoom-check.svg b/icons/zoom-check.svg new file mode 100644 index 00000000..14b7dfbb --- /dev/null +++ b/icons/zoom-check.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/zoom-money.svg b/icons/zoom-money.svg new file mode 100644 index 00000000..b0d80071 --- /dev/null +++ b/icons/zoom-money.svg @@ -0,0 +1,9 @@ + + + + + + + + + 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 --- - - - + + + + diff --git a/tags.json b/tags.json index 3dcf28e4..b2908bf1 100644 --- a/tags.json +++ b/tags.json @@ -1,27 +1,27 @@ { "2fa": { "category": "", - "tags": ["2fa"], + "tags": ["2fa", "login", "password", "verification", "code", "two-step"], "version": "1.17" }, "3d-cube-sphere": { "category": "", - "tags": ["3d", "cube", "sphere"], + "tags": ["3d", "cube", "sphere", "printing", "vector", "shape"], "version": "1.2" }, "a-b": { "category": "", - "tags": ["a", "b"], + "tags": ["a", "b", "test", "visual", "user"], "version": "1.11" }, "access-point-off": { "category": "Devices", - "tags": ["access", "point", "off"], + "tags": ["access", "point", "off", "device", "hosts", "airwaves", "wireless", "network"], "version": "1.25" }, "access-point": { "category": "Devices", - "tags": ["access", "point"], + "tags": ["access", "point", "device", "hosts", "airwaves", "wireless", "network"], "version": "1.25" }, "accessible": { @@ -54,6 +54,16 @@ "tags": ["adjustments", "equalizer", "sliders", "controls", "settings", "filter"], "version": "1.0" }, + "aerial-lift": { + "category": "Vehicles", + "tags": ["aerial", "lift"], + "version": "" + }, + "affiliate": { + "category": "", + "tags": ["affiliate"], + "version": "" + }, "alarm": { "category": "", "tags": ["alarm", "time", "watch", "clock", "ring"], @@ -66,7 +76,7 @@ }, "alert-octagon": { "category": "", - "tags": ["alert", "octagon"], + "tags": ["alert", "octagon", "warning", "danger", "caution", "risk"], "version": "1.19" }, "alert-triangle": { @@ -76,7 +86,7 @@ }, "alien": { "category": "", - "tags": ["alien"], + "tags": ["alien", "universe", "extraterrestrial", "ufo", "space", "galaxy", "planet"], "version": "1.7" }, "align-center": { @@ -101,7 +111,7 @@ }, "ambulance": { "category": "Vehicles", - "tags": ["ambulance"], + "tags": ["ambulance", "vehicle", "car", "hospital", "ward", "doctor", "rescuer"], "version": "1.8" }, "anchor": { @@ -111,27 +121,27 @@ }, "antenna-bars-1": { "category": "Devices", - "tags": ["antenna", "bars", "1"], + "tags": ["antenna", "bars", "1", "signal", "wireless", "wi-fi", "quality"], "version": "1.19" }, "antenna-bars-2": { "category": "Devices", - "tags": ["antenna", "bars", "2"], + "tags": ["antenna", "bars", "2", "signal", "wireless", "wi-fi", "quality"], "version": "1.19" }, "antenna-bars-3": { "category": "Devices", - "tags": ["antenna", "bars", "3"], + "tags": ["antenna", "bars", "3", "signal", "wireless", "wi-fi", "quality"], "version": "1.19" }, "antenna-bars-4": { "category": "Devices", - "tags": ["antenna", "bars", "4"], + "tags": ["antenna", "bars", "4", "signal", "wireless", "wi-fi", "quality"], "version": "1.19" }, "antenna-bars-5": { "category": "Devices", - "tags": ["antenna", "bars", "5"], + "tags": ["antenna", "bars", "5", "signal", "wireless", "wi-fi", "quality"], "version": "1.19" }, "aperture": { @@ -361,7 +371,7 @@ }, "aspect-ratio": { "category": "Media", - "tags": ["aspect", "ratio"], + "tags": ["aspect", "ratio", "size", "dimension", "width", "height", "orientation"], "version": "1.27" }, "at": { @@ -371,7 +381,7 @@ }, "atom-2": { "category": "", - "tags": ["atom", "2"], + "tags": ["atom", "2", "unit", "element", "part", "electrons", "protons", "neutrons"], "version": "1.7" }, "atom": { @@ -394,24 +404,39 @@ "tags": ["backspace", "delete", "remove", "eliminate"], "version": "1.0" }, + "ball-american-football": { + "category": "Sport", + "tags": ["ball", "american", "football"], + "version": "" + }, "ball-basketball": { "category": "Sport", - "tags": ["ball", "basketball"], + "tags": ["ball", "basketball", "game", "round", "quarter", "basket", "NBA"], "version": "1.1" }, "ball-bowling": { "category": "Sport", - "tags": ["ball", "bowling"], + "tags": ["ball", "bowling", "round", "strike", "spare", "pin"], "version": "1.1" }, + "ball-football-off": { + "category": "Sport", + "tags": ["ball", "football", "off"], + "version": "" + }, + "ball-football": { + "category": "Sport", + "tags": ["ball", "football"], + "version": "" + }, "ball-tennis": { "category": "Sport", - "tags": ["ball", "tennis"], + "tags": ["ball", "tennis", "game", "set", "match", "court", "racket"], "version": "1.1" }, "ball-volleyball": { "category": "Sport", - "tags": ["ball", "volleyball"], + "tags": ["ball", "volleyball", "point", "set", "match", "attacker", "ace", "setter", "serve"], "version": "1.1" }, "ban": { @@ -431,7 +456,7 @@ }, "basket": { "category": "", - "tags": ["basket"], + "tags": ["basket", "shop", "store", "online", "shopping"], "version": "1.7" }, "battery-1": { @@ -454,6 +479,11 @@ "tags": ["battery", "4", "energy", "power", "electricity"], "version": "1.0" }, + "battery-automotive": { + "category": "Vehicles", + "tags": ["battery", "automotive"], + "version": "" + }, "battery-charging": { "category": "Devices", "tags": ["battery", "charging", "charge", "energy", "power", "electricity"], @@ -476,9 +506,14 @@ }, "bell-off": { "category": "", - "tags": ["bell", "off"], + "tags": ["bell", "off", "alarm", "sound", "notification"], "version": "1.22" }, + "bell-ringing-2": { + "category": "", + "tags": ["bell", "ringing", "2", "alarm", "sound", "notification"], + "version": "" + }, "bell-ringing": { "category": "", "tags": ["bell", "ringing", "alarm", "sound", "notification"], @@ -490,15 +525,25 @@ "version": "1.0" }, "bike": { - "category": "Sport", + "category": "Vehicles", "tags": ["bike", "cycling", "bicycle", "sport", "wheel"], "version": "1.0" }, + "binary": { + "category": "", + "tags": ["binary", "binary"], + "version": "" + }, "biohazard": { "category": "Symbols", - "tags": ["biohazard"], + "tags": ["biohazard", "danger", "radioactive", "toxic", "microbe", "virus", "biotoxin"], "version": "1.18" }, + "blockquote": { + "category": "", + "tags": ["blockquote"], + "version": "" + }, "bluetooth-connected": { "category": "Devices", "tags": ["bluetooth", "connected", "wireless", "connection", "connect"], @@ -506,7 +551,7 @@ }, "bluetooth-off": { "category": "Devices", - "tags": ["bluetooth", "off"], + "tags": ["bluetooth", "off", "wireless", "conection", "connect"], "version": "1.22" }, "bluetooth": { @@ -521,7 +566,7 @@ }, "bolt-off": { "category": "", - "tags": ["bolt", "off"], + "tags": ["bolt", "off", "energy", "power", "electricity", "storm"], "version": "1.22" }, "bolt": { @@ -546,7 +591,7 @@ }, "bookmarks": { "category": "Document", - "tags": ["bookmarks"], + "tags": ["bookmarks", "read", "clip", "marker", "tag"], "version": "1.24" }, "border-all": { @@ -604,6 +649,76 @@ "tags": ["border", "vertical", "table", "side", "line"], "version": "1.0" }, + "box-margin": { + "category": "Design", + "tags": ["box", "margin"], + "version": "" + }, + "box-model": { + "category": "Design", + "tags": ["box", "model"], + "version": "" + }, + "box-multiple-0": { + "category": "Numbers", + "tags": ["box", "multiple", "0"], + "version": "" + }, + "box-multiple-1": { + "category": "Numbers", + "tags": ["box", "multiple", "1"], + "version": "" + }, + "box-multiple-2": { + "category": "Numbers", + "tags": ["box", "multiple", "2"], + "version": "" + }, + "box-multiple-3": { + "category": "Numbers", + "tags": ["box", "multiple", "3"], + "version": "" + }, + "box-multiple-4": { + "category": "Numbers", + "tags": ["box", "multiple", "4"], + "version": "" + }, + "box-multiple-5": { + "category": "Numbers", + "tags": ["box", "multiple", "5"], + "version": "" + }, + "box-multiple-6": { + "category": "Numbers", + "tags": ["box", "multiple", "6"], + "version": "" + }, + "box-multiple-7": { + "category": "Numbers", + "tags": ["box", "multiple", "7"], + "version": "" + }, + "box-multiple-8": { + "category": "Numbers", + "tags": ["box", "multiple", "8"], + "version": "" + }, + "box-multiple-9": { + "category": "Numbers", + "tags": ["box", "multiple", "9"], + "version": "" + }, + "box-multiple": { + "category": "", + "tags": ["box", "multiple"], + "version": "" + }, + "box-padding": { + "category": "Design", + "tags": ["box", "padding"], + "version": "" + }, "box": { "category": "", "tags": ["box", "cube", "app", "application", "package", "container"], @@ -626,7 +741,7 @@ }, "brand-android": { "category": "Brand", - "tags": ["brand", "android"], + "tags": ["brand", "android", "OS", "company", "system", "interface", "software", "logo"], "version": "1.9" }, "brand-apple-arcade": { @@ -636,19 +751,34 @@ }, "brand-apple": { "category": "Brand", - "tags": ["brand", "apple"], + "tags": ["brand", "apple", "OS", "company", "system", "interface", "software", "devices", "logo"], "version": "1.9" }, "brand-appstore": { "category": "Brand", - "tags": ["brand", "appstore"], + "tags": ["brand", "appstore", "shop", "online", "application", "logo"], "version": "1.26" }, + "brand-asana": { + "category": "Brand", + "tags": ["brand", "asana"], + "version": "" + }, "brand-behance": { "category": "Brand", - "tags": ["brand", "behance"], + "tags": ["brand", "behance", "logo", "website", "Adobe", "project", "views", "marks", "platform", "designer"], "version": "1.13" }, + "brand-bing": { + "category": "Brand", + "tags": ["brand", "bing"], + "version": "" + }, + "brand-bitbucket": { + "category": "Brand", + "tags": ["brand", "bitbucket"], + "version": "" + }, "brand-chrome": { "category": "Brand", "tags": ["brand", "chrome", "browser", "internet", "web", "logo"], @@ -656,7 +786,7 @@ }, "brand-codepen": { "category": "Brand", - "tags": ["brand", "codepen"], + "tags": ["brand", "codepen", "logo", "community", "internet", "codes", "programing", "programmer", "source", "website", "platform", "designer"], "version": "1.13" }, "brand-codesandbox": { @@ -671,17 +801,27 @@ }, "brand-deviantart": { "category": "Brand", - "tags": ["brand", "deviantart"], + "tags": ["brand", "deviantart", "logo", "community", "internet", "works", "designer", "project", "presenting", "artist", "discussion", "website", "platform"], "version": "1.23" }, "brand-discord": { "category": "Brand", - "tags": ["brand", "discord"], + "tags": ["brand", "discord", "app", "application", "logo", "communication", "talks", "gamers", "freeware", "platform"], "version": "1.21" }, + "brand-disqus": { + "category": "Brand", + "tags": ["brand", "disqus"], + "version": "" + }, + "brand-docker": { + "category": "Brand", + "tags": ["brand", "docker"], + "version": "" + }, "brand-dribbble": { "category": "Brand", - "tags": ["brand", "dribbble"], + "tags": ["brand", "dribbble", "logo", "website", "community", "project", "platform", "self-promotion", "designer", "portfolio"], "version": "1.18" }, "brand-edge": { @@ -691,12 +831,12 @@ }, "brand-facebook": { "category": "Brand", - "tags": ["brand", "facebook"], + "tags": ["brand", "facebook", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback"], "version": "1.18" }, "brand-figma": { "category": "Brand", - "tags": ["brand", "figma"], + "tags": ["brand", "figma", "logo", "editor", "graphic", "image", "implement", "prototyping"], "version": "1.16" }, "brand-firefox": { @@ -706,44 +846,54 @@ }, "brand-flickr": { "category": "Brand", - "tags": ["brand", "flickr"], + "tags": ["brand", "flickr", "logo", "website", "house", "facilitate", "sharing", "digital", "photos", "images"], "version": "1.23" }, "brand-foursquare": { "category": "Brand", - "tags": ["brand", "foursquare"], + "tags": ["brand", "foursquare", "logo", "website", "community", "social", "network"], "version": "1.23" }, "brand-framer": { "category": "Brand", - "tags": ["brand", "framer"], + "tags": ["brand", "framer", "logo", "application", "app", "prototyping", "prototype", "animations"], "version": "1.9" }, "brand-github": { "category": "Brand", - "tags": ["brand", "github"], + "tags": ["brand", "github", "logo", "website", "hosting", "project", "programming", "software", "development"], "version": "1.18" }, "brand-gitlab": { "category": "Brand", - "tags": ["brand", "gitlab"], + "tags": ["brand", "gitlab", "logo", "website", "software", "code", "programming", "programmers"], "version": "1.9" }, "brand-google-drive": { "category": "Brand", - "tags": ["brand", "google", "drive"], + "tags": ["brand", "google", "drive", "logo", "cloud", "disc", "documents", "sheet", "presentation", "file", "edit"], "version": "1.9" }, "brand-google-play": { "category": "Brand", - "tags": ["brand", "google", "play"], + "tags": ["brand", "google", "play", "logo", "application", "app", "shop", "store", "online"], "version": "1.26" }, "brand-google": { "category": "Brand", - "tags": ["brand", "google"], + "tags": ["brand", "google", "logo", "enterprise", "browser", "internet", "web", "discover"], "version": "1.18" }, + "brand-gravatar": { + "category": "Brand", + "tags": ["brand", "gravatar"], + "version": "" + }, + "brand-hipchat": { + "category": "Brand", + "tags": ["brand", "hipchat"], + "version": "" + }, "brand-html5": { "category": "Brand", "tags": ["brand", "html5"], @@ -751,9 +901,14 @@ }, "brand-instagram": { "category": "Brand", - "tags": ["brand", "instagram"], + "tags": ["brand", "instagram", "logo", "app", "application", "images", "photos", "videos", "post", "stories", "online", "community"], "version": "1.9" }, + "brand-kickstarter": { + "category": "Brand", + "tags": ["brand", "kickstarter"], + "version": "" + }, "brand-kotlin": { "category": "Brand", "tags": ["brand", "kotlin"], @@ -761,72 +916,97 @@ }, "brand-linkedin": { "category": "Brand", - "tags": ["brand", "linkedin"], + "tags": ["brand", "linkedin", "logo", "website", "corporation", "work", "business", "internet"], "version": "1.15" }, "brand-medium": { "category": "Brand", - "tags": ["brand", "medium"], + "tags": ["brand", "medium", "logo", "website", "brand", "wordmark", "design"], "version": "1.13" }, "brand-messenger": { "category": "Brand", - "tags": ["brand", "messenger"], + "tags": ["brand", "messenger", "logo", "app", "application", "communication", "text", "messages", "communicator", "photos", "images", "videos", "giphy"], "version": "1.13" }, + "brand-netflix": { + "category": "Brand", + "tags": ["brand", "netflix"], + "version": "" + }, "brand-opera": { "category": "Brand", - "tags": ["brand", "opera", "browser", "internet", "web", "logo"], + "tags": ["brand", "opera", "logo", "browser", "internet", "free", "program"], "version": "1.9" }, + "brand-pagekit": { + "category": "Brand", + "tags": ["brand", "pagekit"], + "version": "" + }, "brand-paypal": { "category": "Brand", - "tags": ["brand", "paypal"], + "tags": ["brand", "paypal", "logo", "enterprise", "service", "payment", "internet", "businessman", "consumer"], "version": "1.9" }, "brand-pinterest": { "category": "Brand", - "tags": ["brand", "pinterest"], + "tags": ["brand", "pinterest", "logo", "website", "images", "materials"], "version": "1.15" }, "brand-pocket": { "category": "Brand", - "tags": ["brand", "pocket"], + "tags": ["brand", "pocket", "logo", "software", "application", "app", "mobile", "device", "gathering", "storage"], "version": "1.23" }, + "brand-producthunt": { + "category": "Brand", + "tags": ["brand", "producthunt"], + "version": "" + }, "brand-python": { "category": "Brand", - "tags": ["brand", "python"], + "tags": ["brand", "python", "logo", "language", "programming", "source"], "version": "1.23" }, "brand-reddit": { "category": "Brand", - "tags": ["brand", "reddit"], + "tags": ["brand", "reddit", "logo", "website", "information", "link", "internet"], "version": "1.15" }, "brand-safari": { "category": "Brand", - "tags": ["brand", "safari", "navigation", "compass", "travel", "direction", "discover", "browser", "internet", "web", "logo"], + "tags": ["brand", "safari", "logo", "browser", "internet", "iPhone", "iPad", "MacBook", "compass", "apple", "discover"], "version": "1.9" }, + "brand-sass": { + "category": "Brand", + "tags": ["brand", "sass"], + "version": "" + }, + "brand-sentry": { + "category": "Brand", + "tags": ["brand", "sentry"], + "version": "" + }, "brand-sketch": { "category": "Brand", - "tags": ["brand", "sketch"], + "tags": ["brand", "sketch", "logo", "editor", "edit", "graphic", "apple", "commercial"], "version": "1.9" }, "brand-skype": { "category": "Brand", - "tags": ["brand", "skype"], + "tags": ["brand", "skype", "logo", "application", "app", "communication", "talks", "call", "video", "internet", "camera"], "version": "1.23" }, "brand-slack": { "category": "Brand", - "tags": ["brand", "slack"], + "tags": ["brand", "slack", "logo", "free", "internet", "service", "stuff", "Electron", "app", "application", "communicator", "textual", "audio", "multimedia"], "version": "1.13" }, "brand-snapchat": { "category": "Brand", - "tags": ["brand", "snapchat"], + "tags": ["brand", "snapchat", "logo", "app", "application", "photos", "sending", "images", "mobile", "video"], "version": "1.9" }, "brand-soundcloud": { @@ -836,7 +1016,7 @@ }, "brand-spotify": { "category": "Brand", - "tags": ["brand", "spotify"], + "tags": ["brand", "spotify", "logo", "app", "application", "platform", "music", "listening", "streaming", "podcast"], "version": "1.23" }, "brand-steam": { @@ -844,19 +1024,24 @@ "tags": ["brand", "steam"], "version": "1.32" }, + "brand-stripe": { + "category": "Brand", + "tags": ["brand", "stripe"], + "version": "" + }, "brand-tabler": { "category": "Brand", - "tags": ["brand", "tabler"], + "tags": ["brand", "tabler", "logo", "website", "dashboard", "download", "open-source", "UI"], "version": "1.15" }, "brand-tailwind": { "category": "Brand", - "tags": ["brand", "tailwind"], + "tags": ["brand", "tailwind", "logo", "firm", "website"], "version": "1.17" }, "brand-telegram": { "category": "Brand", - "tags": ["brand", "telegram"], + "tags": ["brand", "telegram", "logo", "app", "application", "communicator", "internet", "cloud", "messages", "text", "images", "photos", "videos", "record", "file", "send"], "version": "1.9" }, "brand-tidal": { @@ -866,7 +1051,7 @@ }, "brand-tiktok": { "category": "Brand", - "tags": ["brand", "tiktok"], + "tags": ["brand", "tiktok", "logo", "app", "application", "mobile", "video", "music"], "version": "1.13" }, "brand-tinder": { @@ -876,22 +1061,27 @@ }, "brand-tumblr": { "category": "Brand", - "tags": ["brand", "tumblr"], + "tags": ["brand", "tumblr", "logo", "website", "platform", "blog", "community"], "version": "1.23" }, "brand-twitch": { "category": "Brand", - "tags": ["brand", "twitch"], + "tags": ["brand", "twitch", "logo", "platform", "streaming", "streamers", "videos", "films", "chat", "subs"], "version": "1.23" }, "brand-twitter": { "category": "Brand", - "tags": ["brand", "twitter"], + "tags": ["brand", "twitter", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback"], "version": "1.18" }, + "brand-unsplash": { + "category": "Brands", + "tags": ["brand", "unsplash"], + "version": "" + }, "brand-vimeo": { "category": "Brand", - "tags": ["brand", "vimeo"], + "tags": ["brand", "vimeo", "logo", "website", "sharing", "watching", "video", "users"], "version": "1.23" }, "brand-vk": { @@ -901,12 +1091,12 @@ }, "brand-whatsapp": { "category": "Brand", - "tags": ["brand", "whatsapp"], + "tags": ["brand", "whatsapp", "logo", "app", "application", "communication", "text", "messages", "communicator", "photos", "images", "videos", "giphy"], "version": "1.13" }, "brand-windows": { "category": "Brand", - "tags": ["brand", "windows"], + "tags": ["brand", "windows", "logo", "system", "OS", "computer", "Microsoft"], "version": "1.2" }, "brand-yahoo": { @@ -914,9 +1104,14 @@ "tags": ["brand", "yahoo"], "version": "1.32" }, + "brand-ycombinator": { + "category": "Brand", + "tags": ["brand", "ycombinator"], + "version": "" + }, "brand-youtube": { "category": "Brand", - "tags": ["brand", "youtube"], + "tags": ["brand", "youtube", "logo", "platform", "channel", "film", "video", "youtuber", "maker", "comments", "stream", "streamer"], "version": "1.15" }, "briefcase": { @@ -924,11 +1119,21 @@ "tags": ["briefcase", "bag", "baggage", "folder", "carrier", "documents"], "version": "1.0" }, + "brightness-2": { + "category": "Photos", + "tags": ["brightness", "2"], + "version": "" + }, "brightness-down": { "category": "Photos", "tags": ["brightness", "down", "dark", "darker", "screen"], "version": "1.3" }, + "brightness-half": { + "category": "Photos", + "tags": ["brightness", "half"], + "version": "" + }, "brightness-up": { "category": "Photos", "tags": ["brightness", "up", "light", "screen"], @@ -955,7 +1160,7 @@ "version": "1.0" }, "bug": { - "category": "", + "category": "Nature", "tags": ["bug", "germ", "insect", "error", "nature"], "version": "1.1" }, @@ -966,7 +1171,7 @@ }, "building-bank": { "category": "Buildings", - "tags": ["building", "bank"], + "tags": ["building", "bank", "architecture", "city", "urban", "construction", "money", "credit", "loan", "workplace"], "version": "1.7" }, "building-bridge-2": { @@ -996,9 +1201,19 @@ }, "building-community": { "category": "Buildings", - "tags": ["building", "community"], + "tags": ["building", "community", "place", "skyscraper", "district neighborhood", "area"], "version": "1.8" }, + "building-cottage": { + "category": "Buildings", + "tags": ["building", "cottage"], + "version": "" + }, + "building-factory": { + "category": "Buildings", + "tags": ["building", "factory"], + "version": "" + }, "building-fortress": { "category": "Buildings", "tags": ["building", "fortress"], @@ -1016,17 +1231,17 @@ }, "building-monument": { "category": "Buildings", - "tags": ["building", "monument"], + "tags": ["building", "monument", "history", "memorial", "commemorative"], "version": "1.26" }, "building-pavilon": { "category": "Buildings", - "tags": ["building", "pavilon"], + "tags": ["building", "pavilon", "place", "party", "residence", "ornamentation"], "version": "1.8" }, "building-skyscraper": { "category": "Buildings", - "tags": ["building", "skyscraper"], + "tags": ["building", "skyscraper", "city", "urban", "office", "workplace", "corporation", "hotel", "apartments"], "version": "1.8" }, "building-store": { @@ -1036,7 +1251,7 @@ }, "building-warehouse": { "category": "Buildings", - "tags": ["building", "warehouse"], + "tags": ["building", "warehouse", "store", "inventory", "stuff", "things", "machinery"], "version": "1.7" }, "building": { @@ -1064,6 +1279,11 @@ "tags": ["bus", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], "version": "1.7" }, + "businessplan": { + "category": "", + "tags": ["businessplan"], + "version": "" + }, "calculator": { "category": "", "tags": ["calculator", "math", "count", "add", "subtract", "multiply", "divide", "amount"], @@ -1079,11 +1299,26 @@ "tags": ["calendar", "minus", "date", "day", "plan", "schedule", "agenda"], "version": "1.5" }, + "calendar-off": { + "category": "", + "tags": ["calendar", "off"], + "version": "" + }, "calendar-plus": { "category": "", "tags": ["calendar", "plus", "date", "day", "plan", "schedule", "agenda", "add"], "version": "1.5" }, + "calendar-stats": { + "category": "", + "tags": ["calendar", "stats"], + "version": "" + }, + "calendar-time": { + "category": "", + "tags": ["calendar", "time"], + "version": "" + }, "calendar": { "category": "", "tags": ["calendar", "date", "day", "plan", "schedule", "agenda"], @@ -1096,7 +1331,7 @@ }, "camera-off": { "category": "Media", - "tags": ["camera", "off"], + "tags": ["camera", "off", "video", "photo", "aperture"], "version": "1.22" }, "camera-plus": { @@ -1104,6 +1339,16 @@ "tags": ["camera", "plus", "video", "photo", "aperture"], "version": "1.11" }, + "camera-rotate": { + "category": "Photos", + "tags": ["camera", "rotate"], + "version": "" + }, + "camera-selfie": { + "category": "Photos", + "tags": ["camera", "selfie"], + "version": "" + }, "camera": { "category": "Media", "tags": ["camera", "video", "photo", "aperture"], @@ -1111,7 +1356,7 @@ }, "capture": { "category": "Media", - "tags": ["capture"], + "tags": ["capture", "photo", "photographer", "sharpen"], "version": "1.11" }, "car": { @@ -1121,7 +1366,7 @@ }, "caravan": { "category": "Vehicles", - "tags": ["caravan"], + "tags": ["caravan", "journey", "trip", "holidays", "camping", "trailer"], "version": "1.14" }, "cardboards": { @@ -1149,6 +1394,16 @@ "tags": ["caret", "up", "dropdown", "less", "up"], "version": "1.2" }, + "cash-banknote-off": { + "category": "", + "tags": ["cash", "banknote", "off"], + "version": "" + }, + "cash-banknote": { + "category": "", + "tags": ["cash", "banknote"], + "version": "" + }, "cash": { "category": "", "tags": ["cash", "currency", "payment", "money", "pay"], @@ -1169,6 +1424,21 @@ "tags": ["certificate"], "version": "1.33" }, + "charging-pile": { + "category": "Vehicles", + "tags": ["charging", "pile"], + "version": "" + }, + "chart-arcs-3": { + "category": "Charts", + "tags": ["chart", "arcs", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], + "version": "" + }, + "chart-arcs": { + "category": "Charts", + "tags": ["chart", "arcs", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], + "version": "" + }, "chart-area-line": { "category": "Charts", "tags": ["chart", "area", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], @@ -1179,6 +1449,16 @@ "tags": ["chart", "area", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], "version": "1.0" }, + "chart-arrows-vertical": { + "category": "Charts", + "tags": ["chart", "arrows", "vertical"], + "version": "" + }, + "chart-arrows": { + "category": "Charts", + "tags": ["chart", "arrows"], + "version": "" + }, "chart-bar": { "category": "Charts", "tags": ["chart", "bar", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], @@ -1186,7 +1466,7 @@ }, "chart-bubble": { "category": "Charts", - "tags": ["chart", "bubble"], + "tags": ["chart", "bubble", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], "version": "1.13" }, "chart-candle": { @@ -1194,16 +1474,56 @@ "tags": ["chart", "candle", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], "version": "1.0" }, + "chart-donut-2": { + "category": "Charts", + "tags": ["chart", "donut", "2", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], + "version": "" + }, + "chart-donut-3": { + "category": "Charts", + "tags": ["chart", "donut", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], + "version": "" + }, + "chart-donut-4": { + "category": "Charts", + "tags": ["chart", "donut", "4", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], + "version": "" + }, "chart-donut": { "category": "Charts", "tags": ["chart", "donut", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], "version": "1.0" }, + "chart-dots": { + "category": "Charts", + "tags": ["chart", "dots"], + "version": "" + }, + "chart-infographic": { + "category": "Charts", + "tags": ["chart", "infographic"], + "version": "" + }, "chart-line": { "category": "Charts", "tags": ["chart", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], "version": "1.0" }, + "chart-pie-2": { + "category": "Charts", + "tags": ["chart", "pie", "2", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], + "version": "" + }, + "chart-pie-3": { + "category": "Charts", + "tags": ["chart", "pie", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], + "version": "" + }, + "chart-pie-4": { + "category": "Charts", + "tags": ["chart", "pie", "4", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], + "version": "" + }, "chart-pie": { "category": "Charts", "tags": ["chart", "pie", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], @@ -1231,12 +1551,12 @@ }, "chevron-down-left": { "category": "Arrows", - "tags": ["chevron", "down", "left"], + "tags": ["chevron", "down", "left", "move", "aside", "bottom"], "version": "1.24" }, "chevron-down-right": { "category": "Arrows", - "tags": ["chevron", "down", "right"], + "tags": ["chevron", "down", "right", "move", "aside", "bottom"], "version": "1.24" }, "chevron-down": { @@ -1256,12 +1576,12 @@ }, "chevron-up-left": { "category": "Arrows", - "tags": ["chevron", "up", "left"], + "tags": ["chevron", "up", "left", "move", "aside", "top"], "version": "1.24" }, "chevron-up-right": { "category": "Arrows", - "tags": ["chevron", "up", "right"], + "tags": ["chevron", "up", "right", "move", "aside", "top"], "version": "1.24" }, "chevron-up": { @@ -1271,12 +1591,12 @@ }, "chevrons-down-left": { "category": "Arrows", - "tags": ["chevrons", "down", "left"], + "tags": ["chevrons", "down", "left", "move", "aside", "bottom"], "version": "1.24" }, "chevrons-down-right": { "category": "Arrows", - "tags": ["chevrons", "down", "right"], + "tags": ["chevrons", "down", "right", "move", "aside", "bottom"], "version": "1.24" }, "chevrons-down": { @@ -1296,12 +1616,12 @@ }, "chevrons-up-left": { "category": "Arrows", - "tags": ["chevrons", "up", "left"], + "tags": ["chevrons", "up", "left", "move", "aside", "top"], "version": "1.24" }, "chevrons-up-right": { "category": "Arrows", - "tags": ["chevrons", "up", "right"], + "tags": ["chevrons", "up", "right", "move", "aside", "top"], "version": "1.24" }, "chevrons-up": { @@ -1310,10 +1630,60 @@ "version": "1.0" }, "christmas-tree": { - "category": "", + "category": "Nature", "tags": ["christmas", "tree"], "version": "1.33" }, + "circle-0": { + "category": "Numbers", + "tags": ["circle", "0"], + "version": "" + }, + "circle-1": { + "category": "Numbers", + "tags": ["circle", "1"], + "version": "" + }, + "circle-2": { + "category": "Numbers", + "tags": ["circle", "2"], + "version": "" + }, + "circle-3": { + "category": "Numbers", + "tags": ["circle", "3"], + "version": "" + }, + "circle-4": { + "category": "Numbers", + "tags": ["circle", "4"], + "version": "" + }, + "circle-5": { + "category": "Numbers", + "tags": ["circle", "5"], + "version": "" + }, + "circle-6": { + "category": "Numbers", + "tags": ["circle", "6"], + "version": "" + }, + "circle-7": { + "category": "Numbers", + "tags": ["circle", "7"], + "version": "" + }, + "circle-8": { + "category": "Numbers", + "tags": ["circle", "8"], + "version": "" + }, + "circle-9": { + "category": "Numbers", + "tags": ["circle", "9"], + "version": "" + }, "circle-check": { "category": "", "tags": ["circle", "check", "yes", "confirm"], @@ -1321,19 +1691,34 @@ }, "circle-dashed": { "category": "", - "tags": ["circle", "dashed"], + "tags": ["circle", "dashed", "shape", "line", "check"], "version": "1.26" }, "circle-dotted": { "category": "", - "tags": ["circle", "dotted"], + "tags": ["circle", "dotted", "shape", "point", "check"], "version": "1.26" }, + "circle-half-vertical": { + "category": "", + "tags": ["circle", "half", "vertical"], + "version": "" + }, + "circle-half": { + "category": "", + "tags": ["circle", "half"], + "version": "" + }, "circle-minus": { "category": "", "tags": ["circle", "minus", "remove", "delete"], "version": "1.0" }, + "circle-off": { + "category": "Shapes", + "tags": ["circle", "off"], + "version": "" + }, "circle-plus": { "category": "", "tags": ["circle", "plus", "add", "create", "new"], @@ -1341,7 +1726,7 @@ }, "circle-square": { "category": "Shapes", - "tags": ["circle", "square"], + "tags": ["circle", "square", "shape", "spot", "math"], "version": "1.21" }, "circle-x": { @@ -1356,12 +1741,12 @@ }, "circles": { "category": "Shapes", - "tags": ["circles"], + "tags": ["circles", "shape", "marbles", "balls", "juggle", "spots"], "version": "1.21" }, "clear-formatting": { "category": "Text", - "tags": ["clear", "formatting"], + "tags": ["clear", "formatting", "text", "return", "default"], "version": "1.7" }, "click": { @@ -1434,6 +1819,16 @@ "tags": ["cloud", "weather", "online"], "version": "1.0" }, + "code-minus": { + "category": "", + "tags": ["code", "minus"], + "version": "" + }, + "code-plus": { + "category": "", + "tags": ["code", "plus"], + "version": "" + }, "code": { "category": "", "tags": ["code", "brackets", "source", "programming", "command"], @@ -1446,7 +1841,7 @@ }, "color-picker": { "category": "Design", - "tags": ["color", "picker"], + "tags": ["color", "picker", "timbre", "saturation", "paint", "image", "brush", "choice", "selection", "sample"], "version": "1.7" }, "color-swatch": { @@ -1454,6 +1849,16 @@ "tags": ["color", "swatch", "sample", "choice", "selection"], "version": "1.2" }, + "column-insert-left": { + "category": "Database", + "tags": ["column", "insert", "left"], + "version": "" + }, + "column-insert-right": { + "category": "Database", + "tags": ["column", "insert", "right"], + "version": "" + }, "columns": { "category": "Text", "tags": ["columns", "text", "gap", "table"], @@ -1461,7 +1866,7 @@ }, "comet": { "category": "Weather", - "tags": ["comet"], + "tags": ["comet", "space", "universe", "star", "orb", "glow", "night"], "version": "1.13" }, "command": { @@ -1474,9 +1879,19 @@ "tags": ["compass", "navigation", "safari", "travel", "direction", "discover"], "version": "1.0" }, + "confetti": { + "category": "", + "tags": ["confetti"], + "version": "" + }, + "container": { + "category": "Design", + "tags": ["container"], + "version": "" + }, "contrast": { "category": "Photos", - "tags": ["contrast"], + "tags": ["contrast", "edit", "paint", "photo"], "version": "1.12" }, "copy": { @@ -1494,41 +1909,81 @@ "tags": ["copyright", "licence", "license"], "version": "1.0" }, + "corner-down-left-double": { + "category": "Arrows", + "tags": ["corner", "down", "left", "double"], + "version": "" + }, "corner-down-left": { "category": "Arrows", "tags": ["corner", "down", "left", "move", "arrow"], "version": "1.0" }, + "corner-down-right-double": { + "category": "Arrows", + "tags": ["corner", "down", "right", "double"], + "version": "" + }, "corner-down-right": { "category": "Arrows", "tags": ["corner", "down", "right", "move", "arrow"], "version": "1.0" }, + "corner-left-down-double": { + "category": "Arrows", + "tags": ["corner", "left", "down", "double"], + "version": "" + }, "corner-left-down": { "category": "Arrows", "tags": ["corner", "left", "down", "move", "arrow"], "version": "1.0" }, + "corner-left-up-double": { + "category": "Arrows", + "tags": ["corner", "left", "up", "double"], + "version": "" + }, "corner-left-up": { "category": "Arrows", "tags": ["corner", "left", "up", "move", "arrow"], "version": "1.0" }, + "corner-right-down-double": { + "category": "Arrows", + "tags": ["corner", "right", "down", "double"], + "version": "" + }, "corner-right-down": { "category": "Arrows", "tags": ["corner", "right", "down", "move", "arrow"], "version": "1.0" }, + "corner-right-up-double": { + "category": "Arrows", + "tags": ["corner", "right", "up", "double"], + "version": "" + }, "corner-right-up": { "category": "Arrows", "tags": ["corner", "right", "up", "move", "arrow"], "version": "1.0" }, + "corner-up-left-double": { + "category": "Arrows", + "tags": ["corner", "up", "left", "double"], + "version": "" + }, "corner-up-left": { "category": "Arrows", "tags": ["corner", "up", "left", "move", "arrow"], "version": "1.0" }, + "corner-up-right-double": { + "category": "Arrows", + "tags": ["corner", "up", "right", "double"], + "version": "" + }, "corner-up-right": { "category": "Arrows", "tags": ["corner", "up", "right", "move", "arrow"], @@ -1545,23 +2000,28 @@ "version": "1.0" }, "crop": { - "category": "", + "category": "Design", "tags": ["crop", "photo", "image"], "version": "1.0" }, "crosshair": { "category": "", - "tags": ["crosshair"], + "tags": ["crosshair", "reticle", "tag", "tracer", "measurement", "target"], "version": "1.11" }, + "crown-off": { + "category": "", + "tags": ["crown", "off"], + "version": "" + }, "crown": { "category": "", - "tags": ["crown"], + "tags": ["crown", "symbol", "queen", "king", "prince", "princess", "dynasty", "royalty"], "version": "1.24" }, "curly-loop": { "category": "", - "tags": ["curly", "loop"], + "tags": ["curly", "loop", "voicemail", "power", "infinity"], "version": "1.2" }, "currency-bitcoin": { @@ -1596,9 +2056,14 @@ }, "current-location": { "category": "Map", - "tags": ["current", "location"], + "tags": ["current", "location", "localization", "maps", "navigation", "pin", "target"], "version": "1.22" }, + "cursor-text": { + "category": "", + "tags": ["cursor", "text"], + "version": "" + }, "cut": { "category": "Design", "tags": ["cut", "scissors", "divide", "hairdresser", "sharp"], @@ -1609,11 +2074,61 @@ "tags": ["dashboard", "home", "car"], "version": "1.0" }, + "database-export": { + "category": "Database", + "tags": ["database", "export"], + "version": "" + }, + "database-import": { + "category": "Database", + "tags": ["database", "import"], + "version": "" + }, + "database-off": { + "category": "Database", + "tags": ["database", "off"], + "version": "" + }, "database": { - "category": "Devices", + "category": "Database", "tags": ["database", "storage", "data", "memory"], "version": "1.0" }, + "device-analytics": { + "category": "Devices", + "tags": ["device", "analytics"], + "version": "" + }, + "device-audio-tape": { + "category": "Devices", + "tags": ["device", "audio", "tape"], + "version": "" + }, + "device-cctv": { + "category": "Devices", + "tags": ["device", "cctv"], + "version": "" + }, + "device-computer-camera-off": { + "category": "Devices", + "tags": ["device", "computer", "camera", "off"], + "version": "" + }, + "device-computer-camera": { + "category": "Devices", + "tags": ["device", "computer", "camera"], + "version": "" + }, + "device-desktop-analytics": { + "category": "Devices", + "tags": ["device", "desktop", "analytics", "monitor", "computer", "imac", "stats", "charts"], + "version": "" + }, + "device-desktop-off": { + "category": "Devices", + "tags": ["device", "desktop", "off", "monitor", "computer", "imac"], + "version": "" + }, "device-desktop": { "category": "Devices", "tags": ["device", "desktop", "monitor", "computer", "imac"], @@ -1666,12 +2181,12 @@ }, "device-watch": { "category": "Devices", - "tags": ["device", "watch"], + "tags": ["device", "watch", "arm", "hour", "date", "minutes", "sec.", "timer"], "version": "1.8" }, "devices-2": { "category": "Devices", - "tags": ["devices", "2"], + "tags": ["devices", "2", "computer", "monitor", "keyboard"], "version": "1.26" }, "devices": { @@ -1689,14 +2204,19 @@ "tags": ["dice", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling"], "version": "1.2" }, + "dimensions": { + "category": "Design", + "tags": ["dimensions"], + "version": "" + }, "direction-horizontal": { "category": "", - "tags": ["direction", "horizontal"], + "tags": ["direction", "horizontal", "travel", "navigation discover", "plane"], "version": "1.8" }, "direction": { "category": "", - "tags": ["direction"], + "tags": ["direction", "travel", "navigation discover"], "version": "1.8" }, "directions": { @@ -1729,6 +2249,11 @@ "tags": ["divide"], "version": "1.31" }, + "dna": { + "category": "", + "tags": ["dna"], + "version": "" + }, "dots-circle-horizontal": { "category": "System", "tags": ["dots", "circle", "horizontal", "more", "options"], @@ -1769,16 +2294,31 @@ "tags": ["drag", "drop", "location", "gesture", "move"], "version": "1.3" }, + "drone-off": { + "category": "Vehicles", + "tags": ["drone", "off"], + "version": "" + }, "drone": { "category": "Vehicles", "tags": ["drone"], "version": "1.33" }, + "droplet-off": { + "category": "Design", + "tags": ["droplet", "off", "water", "rain", "liquid"], + "version": "" + }, "droplet": { "category": "Design", "tags": ["droplet", "water", "rain", "liquid"], "version": "1.0" }, + "ear-off": { + "category": "", + "tags": ["ear", "off"], + "version": "" + }, "ear": { "category": "Media", "tags": ["ear", "sound", "listen", "music", "hear", "loud", "speakers"], @@ -1799,6 +2339,16 @@ "tags": ["emphasis", "highlight", "priority", "stress"], "version": "1.6" }, + "equal-not": { + "category": "Math", + "tags": ["equal", "not"], + "version": "" + }, + "equal": { + "category": "Math", + "tags": ["equal"], + "version": "" + }, "eraser": { "category": "Text", "tags": ["eraser", "delete", "remove", "eliminate", "wipe-out"], @@ -1806,7 +2356,7 @@ }, "exchange": { "category": "", - "tags": ["exchange"], + "tags": ["exchange", "cantor", "money", "product", "product", "student"], "version": "1.7" }, "exposure": { @@ -1821,7 +2371,7 @@ }, "eye-off": { "category": "", - "tags": ["eye", "off"], + "tags": ["eye", "off", "view", "watch"], "version": "1.22" }, "eye": { @@ -1829,6 +2379,16 @@ "tags": ["eye", "view", "watch"], "version": "1.0" }, + "eyeglass-2": { + "category": "", + "tags": ["eyeglass", "2"], + "version": "" + }, + "eyeglass": { + "category": "", + "tags": ["eyeglass"], + "version": "" + }, "face-id": { "category": "", "tags": ["face", "id", "apple", "iphone", "ipad"], @@ -1836,9 +2396,19 @@ }, "fall": { "category": "", - "tags": ["fall"], + "tags": ["fall", "collapse", "damage", "cliff", "height"], "version": "1.18" }, + "feather": { + "category": "", + "tags": ["feather"], + "version": "" + }, + "file-analytics": { + "category": "Document", + "tags": ["file", "analytics"], + "version": "" + }, "file-certificate": { "category": "Document", "tags": ["file", "certificate"], @@ -1869,11 +2439,21 @@ "tags": ["file", "download", "save", "transfer", "input"], "version": "1.0" }, + "file-export": { + "category": "Document", + "tags": ["file", "export"], + "version": "" + }, "file-horizontal": { "category": "Document", "tags": ["file", "horizontal", "paper", "new"], "version": "1.4" }, + "file-import": { + "category": "Document", + "tags": ["file", "import"], + "version": "" + }, "file-invoice": { "category": "Document", "tags": ["file", "invoice", "accounting", "bill", "statement", "settlement", "finance"], @@ -1896,7 +2476,7 @@ }, "file-off": { "category": "Document", - "tags": ["file", "off"], + "tags": ["file", "off", "new", "close", "gap", "paper"], "version": "1.22" }, "file-phone": { @@ -1909,6 +2489,11 @@ "tags": ["file", "plus", "add", "create", "new"], "version": "1.0" }, + "file-report": { + "category": "Document", + "tags": ["file", "report"], + "version": "" + }, "file-search": { "category": "Document", "tags": ["file", "search"], @@ -1949,9 +2534,19 @@ "tags": ["file", "paper", "new"], "version": "1.0" }, + "files-off": { + "category": "Document", + "tags": ["files", "off"], + "version": "" + }, + "files": { + "category": "Document", + "tags": ["files"], + "version": "" + }, "filter-off": { "category": "System", - "tags": ["filter", "off"], + "tags": ["filter", "off", "funnel", "hopper", "filtration"], "version": "1.26" }, "filter": { @@ -1966,7 +2561,7 @@ }, "firetruck": { "category": "Vehicles", - "tags": ["firetruck"], + "tags": ["firetruck", "help", "rescuer", "vehicle", "fireman", "extinguishing"], "version": "1.7" }, "flag": { @@ -1977,7 +2572,7 @@ "flame": { "category": "", "tags": ["flame"], - "version": "1.1" + "version": "" }, "flask": { "category": "", @@ -2015,12 +2610,12 @@ "version": "1.4" }, "focus-2": { - "category": "Design", + "category": "Photos", "tags": ["focus", "2", "spotlight", "attention", "center", "aim", "target"], "version": "1.6" }, "focus": { - "category": "Design", + "category": "Photos", "tags": ["focus", "target", "bullseye", "aim"], "version": "1.3" }, @@ -2081,11 +2676,11 @@ }, "forklift": { "category": "Vehicles", - "tags": ["forklift"], + "tags": ["forklift", "store", "warehouse", "inventory", "exporting"], "version": "1.7" }, "frame": { - "category": "", + "category": "Design", "tags": ["frame", "crop"], "version": "1.0" }, @@ -2096,7 +2691,7 @@ }, "gas-station": { "category": "Vehicles", - "tags": ["gas", "station"], + "tags": ["gas", "station", "fuel", "oil", "cars", "vehicles", "shop", "distributor"], "version": "1.14" }, "gauge": { @@ -2149,6 +2744,11 @@ "tags": ["glass", "full", "wine", "cup", "goblet"], "version": "1.0" }, + "glass-off": { + "category": "", + "tags": ["glass", "off"], + "version": "" + }, "glass": { "category": "", "tags": ["glass", "wine", "cup", "goblet"], @@ -2174,71 +2774,81 @@ "tags": ["grid", "dots", "network", "pattern", "layout"], "version": "1.0" }, - "grid": { - "category": "System", - "tags": ["grid", "layout", "table", "network", "pattern"], - "version": "1.0" - }, "grip-horizontal": { "category": "System", - "tags": ["grip", "horizontal"], + "tags": ["grip", "horizontal", "picture", "abstract", "symbol", "design", "across"], "version": "1.8" }, "grip-vertical": { "category": "System", - "tags": ["grip", "vertical"], + "tags": ["grip", "vertical", "picture", "abstract", "symbol", "design", "upright"], "version": "1.8" }, + "growth": { + "category": "Nature", + "tags": ["growth"], + "version": "" + }, "h-1": { "category": "Text", - "tags": ["h", "1"], + "tags": ["h", "1", "header", "text", "editor"], "version": "1.16" }, "h-2": { "category": "Text", - "tags": ["h", "2"], + "tags": ["h", "2", "header", "text", "editor"], "version": "1.16" }, "h-3": { "category": "Text", - "tags": ["h", "3"], + "tags": ["h", "3", "header", "text", "editor"], "version": "1.16" }, "h-4": { "category": "Text", - "tags": ["h", "4"], + "tags": ["h", "4", "header", "text", "editor"], "version": "1.16" }, "h-5": { "category": "Text", - "tags": ["h", "5"], + "tags": ["h", "5", "header", "text", "editor"], "version": "1.16" }, "h-6": { "category": "Text", - "tags": ["h", "6"], + "tags": ["h", "6", "header", "text", "editor"], "version": "1.16" }, "hand-middle-finger": { "category": "", - "tags": ["hand", "middle", "finger"], + "tags": ["hand", "middle", "finger", "signal", "gesture", "curse", "vulgarism", "abuse"], "version": "1.1" }, "hand-off": { "category": "", - "tags": ["hand", "off"], + "tags": ["hand", "off", "disclaimer", "body"], "version": "1.24" }, "hand-stop": { "category": "", - "tags": ["hand", "stop"], + "tags": ["hand", "stop", "forbiddance", "nixing", "ban", "interdicting"], "version": "1.1" }, + "hanger": { + "category": "", + "tags": ["hanger"], + "version": "" + }, "hash": { "category": "", "tags": ["hash", "hashtag", "#", "instagram"], "version": "1.0" }, + "heading": { + "category": "Text", + "tags": ["heading"], + "version": "" + }, "headphones-off": { "category": "Media", "tags": ["headphones", "off"], @@ -2270,7 +2880,7 @@ "version": "1.34" }, "helicopter": { - "category": "Map", + "category": "Vehicles", "tags": ["helicopter"], "version": "1.34" }, @@ -2279,14 +2889,29 @@ "tags": ["help", "tooltip", "assistance", "advice", "support"], "version": "1.1" }, + "hexagon-off": { + "category": "Shapes", + "tags": ["hexagon", "off"], + "version": "" + }, "hexagon": { "category": "Shapes", - "tags": ["hexagon"], + "tags": ["hexagon", "shape", "geometric", "math", "2D"], "version": "1.8" }, + "hierarchy-2": { + "category": "Design", + "tags": ["hierarchy", "2"], + "version": "" + }, + "hierarchy": { + "category": "Design", + "tags": ["hierarchy"], + "version": "" + }, "history": { "category": "System", - "tags": ["history"], + "tags": ["history", "search", "see", "past", "card", "website"], "version": "1.7" }, "home-2": { @@ -2299,6 +2924,11 @@ "tags": ["home", "house", "dashboard", "living", "building"], "version": "1.0" }, + "ice-cream-2": { + "category": "", + "tags": ["ice", "cream", "2"], + "version": "" + }, "ice-cream": { "category": "", "tags": ["ice", "cream", "candy", "dessert", "frozen", "sweet"], @@ -2364,6 +2994,11 @@ "tags": ["keyboard", "hide", "computer", "laptop", "device", "type"], "version": "1.14" }, + "keyboard-off": { + "category": "", + "tags": ["keyboard", "off"], + "version": "" + }, "keyboard-show": { "category": "Devices", "tags": ["keyboard", "show", "computer", "laptop", "device", "type"], @@ -2441,7 +3076,7 @@ }, "layout-cards": { "category": "Design", - "tags": ["layout", "cards"], + "tags": ["layout", "cards", "position", "element", "design", "arrangement"], "version": "1.8" }, "layout-columns": { @@ -2459,14 +3094,24 @@ "tags": ["layout", "distribute", "vertical", "position", "element", "design", "around"], "version": "1.0" }, + "layout-grid-add": { + "category": "Design", + "tags": ["layout", "grid", "add", "layout", "table", "network", "pattern"], + "version": "1.0" + }, + "layout-grid": { + "category": "Design", + "tags": ["layout", "grid", "layout", "table", "network", "pattern"], + "version": "1.0" + }, "layout-kanban": { "category": "Design", - "tags": ["layout", "kanban"], + "tags": ["layout", "kanban", "position", "element", "design", "board", "processing", "task"], "version": "1.11" }, "layout-list": { "category": "Design", - "tags": ["layout", "list"], + "tags": ["layout", "list", "position", "design", "element", "doable"], "version": "1.8" }, "layout-navbar": { @@ -2495,7 +3140,7 @@ "version": "1.0" }, "leaf": { - "category": "", + "category": "Nature", "tags": ["leaf"], "version": "1.29" }, @@ -2506,132 +3151,157 @@ }, "letter-a": { "category": "Letters", - "tags": ["letter", "a"], + "tags": ["letter", "a", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-b": { "category": "Letters", - "tags": ["letter", "b"], + "tags": ["letter", "b", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-c": { "category": "Letters", - "tags": ["letter", "c"], + "tags": ["letter", "c", "alphabet", "symbol", "text", "code"], "version": "1.12" }, + "letter-case-lower": { + "category": "Text", + "tags": ["letter", "case", "lower"], + "version": "" + }, + "letter-case-toggle": { + "category": "Text", + "tags": ["letter", "case", "toggle"], + "version": "" + }, + "letter-case-upper": { + "category": "Text", + "tags": ["letter", "case", "upper"], + "version": "" + }, + "letter-case": { + "category": "Text", + "tags": ["letter", "case"], + "version": "" + }, "letter-d": { "category": "Letters", - "tags": ["letter", "d"], + "tags": ["letter", "d", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-e": { "category": "Letters", - "tags": ["letter", "e"], + "tags": ["letter", "e", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-f": { "category": "Letters", - "tags": ["letter", "f"], + "tags": ["letter", "f", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-g": { "category": "Letters", - "tags": ["letter", "g"], + "tags": ["letter", "g", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-h": { "category": "Letters", - "tags": ["letter", "h"], + "tags": ["letter", "h", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-i": { "category": "Letters", - "tags": ["letter", "i"], + "tags": ["letter", "i", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-j": { "category": "Letters", - "tags": ["letter", "j"], + "tags": ["letter", "j", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-k": { "category": "Letters", - "tags": ["letter", "k"], + "tags": ["letter", "k", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-l": { "category": "Letters", - "tags": ["letter", "l"], + "tags": ["letter", "l", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-m": { "category": "Letters", - "tags": ["letter", "m"], + "tags": ["letter", "m", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-n": { "category": "Letters", - "tags": ["letter", "n"], + "tags": ["letter", "n", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-o": { "category": "Letters", - "tags": ["letter", "o"], + "tags": ["letter", "o", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-p": { "category": "Letters", - "tags": ["letter", "p"], + "tags": ["letter", "p", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-q": { "category": "Letters", - "tags": ["letter", "q"], + "tags": ["letter", "q", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-r": { "category": "Letters", - "tags": ["letter", "r"], + "tags": ["letter", "r", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-s": { "category": "Letters", - "tags": ["letter", "s"], + "tags": ["letter", "s", "alphabet", "symbol", "text", "code"], "version": "1.12" }, + "letter-spacing": { + "category": "Text", + "tags": ["letter", "spacing"], + "version": "" + }, "letter-t": { "category": "Letters", - "tags": ["letter", "t"], + "tags": ["letter", "t", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-u": { "category": "Letters", - "tags": ["letter", "u"], + "tags": ["letter", "u", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-v": { "category": "Letters", - "tags": ["letter", "v"], + "tags": ["letter", "v", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-w": { "category": "Letters", - "tags": ["letter", "w"], + "tags": ["letter", "w", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-x": { "category": "Letters", - "tags": ["letter", "x"], + "tags": ["letter", "x", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-y": { "category": "Letters", - "tags": ["letter", "y"], + "tags": ["letter", "y", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letter-z": { "category": "Letters", - "tags": ["letter", "z"], + "tags": ["letter", "z", "alphabet", "symbol", "text", "code"], "version": "1.12" }, "letters-case": { @@ -2649,6 +3319,16 @@ "tags": ["lifebuoy", "life ring", "help", "support"], "version": "1.0" }, + "line-dashed": { + "category": "", + "tags": ["line", "dashed"], + "version": "" + }, + "line-dotted": { + "category": "", + "tags": ["line", "dotted"], + "version": "" + }, "line-height": { "category": "Text", "tags": ["line", "height", "space", "inline", "display"], @@ -2656,7 +3336,7 @@ }, "line": { "category": "Design", - "tags": ["line"], + "tags": ["line", "geometric", "segment", "link", "connection"], "version": "1.11" }, "link": { @@ -2681,17 +3361,17 @@ }, "live-view": { "category": "Map", - "tags": ["live", "view"], + "tags": ["live", "view", "camera", "preview", "image", "photo"], "version": "1.12" }, "loader-quarter": { "category": "System", - "tags": ["loader", "quarter"], + "tags": ["loader", "quarter", "process", "download", "upload"], "version": "1.17" }, "loader": { "category": "System", - "tags": ["loader"], + "tags": ["loader", "process", "download", "upload"], "version": "1.17" }, "location": { @@ -2701,7 +3381,7 @@ }, "lock-off": { "category": "", - "tags": ["lock", "off"], + "tags": ["lock", "off", "security", "password", "secure"], "version": "1.25" }, "lock-open": { @@ -2724,6 +3404,11 @@ "tags": ["logout", "exit", "shut", "unplug", "close"], "version": "1.4" }, + "macro": { + "category": "Photos", + "tags": ["macro"], + "version": "" + }, "magnet": { "category": "", "tags": ["magnet", "magnetic field", "pole", "iron", "attract"], @@ -2756,7 +3441,7 @@ }, "map-pin-off": { "category": "Map", - "tags": ["map", "pin", "off"], + "tags": ["map", "pin", "off", "navigation", "location", "travel", "pin", "position", "marker"], "version": "1.22" }, "map-pin": { @@ -2776,22 +3461,47 @@ }, "markdown": { "category": "Text", - "tags": ["markdown"], + "tags": ["markdown", "price", "valuation", "cost", "exchange"], "version": "1.11" }, + "marquee-2": { + "category": "", + "tags": ["marquee", "2"], + "version": "" + }, "marquee": { "category": "", - "tags": ["marquee"], + "tags": ["marquee", "tag", "tracer", "html", "animation", "text", "graphic"], "version": "1.13" }, "mars": { "category": "Symbols", - "tags": ["mars"], + "tags": ["mars", "male"], "version": "1.14" }, + "mask-off": { + "category": "Design", + "tags": ["mask", "off"], + "version": "" + }, + "mask": { + "category": "Design", + "tags": ["mask"], + "version": "" + }, + "math-function": { + "category": "Math", + "tags": ["math", "function", "sdfsfg"], + "version": "" + }, + "math-symbols": { + "category": "Math", + "tags": ["math", "symbols"], + "version": "" + }, "math": { "category": "Math", - "tags": ["math"], + "tags": ["math", "subject", "count", "plus", "minus", "times"], "version": "1.7" }, "maximize": { @@ -2801,12 +3511,12 @@ }, "medal": { "category": "", - "tags": ["medal"], + "tags": ["medal", "decorate", "uniform"], "version": "1.13" }, "medical-cross": { "category": "Map", - "tags": ["medical", "cross"], + "tags": ["medical", "cross", "sign", "hospital", "help", "indication"], "version": "1.1" }, "menu-2": { @@ -2876,7 +3586,7 @@ }, "microphone-off": { "category": "Media", - "tags": ["microphone", "off"], + "tags": ["microphone", "off", "record", "sound", "listen", "blocked", "mute"], "version": "1.24" }, "microphone": { @@ -2889,6 +3599,11 @@ "tags": ["minimize", "exit", "close"], "version": "1.0" }, + "minus-vertical": { + "category": "", + "tags": ["minus", "vertical"], + "version": "" + }, "minus": { "category": "Math", "tags": ["minus", "subtract", "less"], @@ -2896,7 +3611,7 @@ }, "mist": { "category": "Weather", - "tags": ["mist"], + "tags": ["mist", "weather", "visibility"], "version": "1.1" }, "mood-boy": { @@ -2974,8 +3689,13 @@ "tags": ["moped", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip"], "version": "1.18" }, + "motorbike": { + "category": "Vehicles", + "tags": ["motorbike"], + "version": "" + }, "mouse": { - "category": "", + "category": "Devices", "tags": ["mouse", "pointer", "cursor", "device"], "version": "1.0" }, @@ -3024,11 +3744,71 @@ "tags": ["notification", "bell", "alarm", "reminder", "important"], "version": "1.0" }, + "number-0": { + "category": "Numbers", + "tags": ["number", "0"], + "version": "" + }, + "number-1": { + "category": "Numbers", + "tags": ["number", "1"], + "version": "" + }, + "number-2": { + "category": "Numbers", + "tags": ["number", "2"], + "version": "" + }, + "number-3": { + "category": "Numbers", + "tags": ["number", "3"], + "version": "" + }, + "number-4": { + "category": "Numbers", + "tags": ["number", "4"], + "version": "" + }, + "number-5": { + "category": "Numbers", + "tags": ["number", "5"], + "version": "" + }, + "number-6": { + "category": "Numbers", + "tags": ["number", "6"], + "version": "" + }, + "number-7": { + "category": "Numbers", + "tags": ["number", "7"], + "version": "" + }, + "number-8": { + "category": "Numbers", + "tags": ["number", "8"], + "version": "" + }, + "number-9": { + "category": "Numbers", + "tags": ["number", "9"], + "version": "" + }, + "octagon-off": { + "category": "Shapes", + "tags": ["octagon", "off"], + "version": "" + }, "octagon": { "category": "Shapes", "tags": ["octagon"], "version": "1.18" }, + "olympics": { + "category": "Sport", + "tags": ["olympics"], + "version": "" + }, "omega": { "category": "", "tags": ["omega", "alphabet", "greek", "symbol", "final", "last"], @@ -3039,11 +3819,21 @@ "tags": ["outlet", "socket", "electricity", "electrical", "plug in", "device"], "version": "1.6" }, + "overline": { + "category": "Text", + "tags": ["overline"], + "version": "" + }, "package": { "category": "", "tags": ["package", "npm", "box", "container"], "version": "1.0" }, + "pacman": { + "category": "", + "tags": ["pacman"], + "version": "" + }, "page-break": { "category": "", "tags": ["page", "break"], @@ -3075,7 +3865,7 @@ "version": "1.0" }, "parachute": { - "category": "", + "category": "Vehicles", "tags": ["parachute"], "version": "1.33" }, @@ -3225,15 +4015,20 @@ "version": "1.8" }, "plant-2": { - "category": "", + "category": "Nature", "tags": ["plant", "2"], "version": "1.33" }, "plant": { - "category": "", + "category": "Nature", "tags": ["plant"], "version": "1.29" }, + "play-card": { + "category": "", + "tags": ["play", "card"], + "version": "" + }, "player-pause": { "category": "Media", "tags": ["player", "pause"], @@ -3274,6 +4069,11 @@ "tags": ["player", "track", "prev"], "version": "1.28" }, + "playlist": { + "category": "Media", + "tags": ["playlist"], + "version": "" + }, "plug": { "category": "", "tags": ["plug", "electricity", "charger", "socket", "connection"], @@ -3289,6 +4089,16 @@ "tags": ["point", "dot", "label"], "version": "1.0" }, + "pokeball": { + "category": "", + "tags": ["pokeball"], + "version": "" + }, + "polaroid": { + "category": "Photos", + "tags": ["polaroid"], + "version": "" + }, "pool": { "category": "Sport", "tags": ["pool"], @@ -3304,6 +4114,11 @@ "tags": ["pray"], "version": "1.18" }, + "presentation-analytics": { + "category": "", + "tags": ["presentation", "analytics", "slideshow", "display", "exhibition", "speech", "topic", "conference"], + "version": "" + }, "presentation": { "category": "", "tags": ["presentation", "slideshow", "display", "exhibition", "speech", "topic", "conference"], @@ -3319,6 +4134,11 @@ "tags": ["prompt", "command line", "terminal", "code"], "version": "1.0" }, + "propeller": { + "category": "", + "tags": ["propeller"], + "version": "" + }, "puzzle": { "category": "", "tags": ["puzzle", "jigsaw", "extension", "add-on"], @@ -3339,6 +4159,56 @@ "tags": ["radioactive"], "version": "1.18" }, + "radius-bottom-left": { + "category": "", + "tags": ["radius", "bottom", "left"], + "version": "" + }, + "radius-bottom-right": { + "category": "", + "tags": ["radius", "bottom", "right"], + "version": "" + }, + "radius-top-left": { + "category": "", + "tags": ["radius", "top", "left"], + "version": "" + }, + "radius-top-right": { + "category": "", + "tags": ["radius", "top", "right"], + "version": "" + }, + "receipt-2": { + "category": "Document", + "tags": ["receipt", "2"], + "version": "" + }, + "receipt-off": { + "category": "Document", + "tags": ["receipt", "off"], + "version": "" + }, + "receipt-refund": { + "category": "Document", + "tags": ["receipt", "refund"], + "version": "" + }, + "receipt-tax": { + "category": "Document", + "tags": ["receipt", "tax", "income", "percentage", "money", "finance", "charge", "obligation", "taxpayer", "vat"], + "version": "1.5" + }, + "receipt": { + "category": "Document", + "tags": ["receipt"], + "version": "" + }, + "recharging": { + "category": "", + "tags": ["recharging"], + "version": "" + }, "record-mail": { "category": "", "tags": ["record", "mail", "voice", "voicemail", "message"], @@ -3375,17 +4245,17 @@ "version": "1.0" }, "relation-many-to-many": { - "category": "", + "category": "Database", "tags": ["relation", "many", "to", "many"], "version": "1.33" }, "relation-one-to-many": { - "category": "", + "category": "Database", "tags": ["relation", "one", "to", "many"], "version": "1.33" }, "relation-one-to-one": { - "category": "", + "category": "Database", "tags": ["relation", "one", "to", "one"], "version": "1.33" }, @@ -3404,6 +4274,31 @@ "tags": ["replace", "change", "place", "position", "move", "exchange"], "version": "1.5" }, + "report-analytics": { + "category": "Document", + "tags": ["report", "analytics"], + "version": "" + }, + "report-medical": { + "category": "Document", + "tags": ["report", "medical"], + "version": "" + }, + "report-money": { + "category": "Document", + "tags": ["report", "money"], + "version": "" + }, + "report": { + "category": "Document", + "tags": ["report"], + "version": "" + }, + "resize": { + "category": "Design", + "tags": ["resize"], + "version": "" + }, "ripple": { "category": "", "tags": ["ripple"], @@ -3454,6 +4349,16 @@ "tags": ["router", "wifi", "device", "wireless", "signal", "station", "cast"], "version": "1.0" }, + "row-insert-bottom": { + "category": "Database", + "tags": ["row", "insert", "bottom"], + "version": "" + }, + "row-insert-top": { + "category": "Database", + "tags": ["row", "insert", "top"], + "version": "" + }, "rss": { "category": "", "tags": ["rss", "feed", "subscribe"], @@ -3474,10 +4379,15 @@ "tags": ["sailboat"], "version": "1.14" }, + "satellite": { + "category": "Map", + "tags": ["satellite"], + "version": "" + }, "scale": { "category": "", - "tags": ["scale", "maths", "measure", "weight", "weigh", "balance", "worth"], - "version": "1.5" + "tags": ["scale"], + "version": "" }, "scan": { "category": "", @@ -3519,8 +4429,13 @@ "tags": ["search", "find", "magnifier", "magnifying glass"], "version": "1.0" }, + "section": { + "category": "Design", + "tags": ["section"], + "version": "" + }, "seeding": { - "category": "", + "category": "Ecology", "tags": ["seeding"], "version": "1.29" }, @@ -3564,11 +4479,36 @@ "tags": ["servicemark"], "version": "1.8" }, + "settings-automation": { + "category": "", + "tags": ["settings", "automation"], + "version": "" + }, "settings": { "category": "System", "tags": ["settings", "cog", "edit", "gear", "preferences", "tools"], "version": "1.0" }, + "shadow-off": { + "category": "Photos", + "tags": ["shadow", "off"], + "version": "" + }, + "shadow": { + "category": "Photos", + "tags": ["shadow"], + "version": "" + }, + "shape-2": { + "category": "Design", + "tags": ["shape", "2", "draw", "square", "form", "create", "outline"], + "version": "" + }, + "shape-3": { + "category": "Design", + "tags": ["shape", "3", "draw", "square", "form", "create", "outline"], + "version": "" + }, "shape": { "category": "Design", "tags": ["shape", "draw", "square", "form", "create", "outline"], @@ -3614,10 +4554,30 @@ "tags": ["shirt"], "version": "1.8" }, + "shopping-cart-off": { + "category": "", + "tags": ["shopping", "cart", "off"], + "version": "" + }, + "shopping-cart-plus": { + "category": "", + "tags": ["shopping", "cart", "plus"], + "version": "" + }, + "shopping-cart-x": { + "category": "", + "tags": ["shopping", "cart", "x"], + "version": "" + }, "shopping-cart": { "category": "", - "tags": ["shopping", "cart", "bag", "ecommerce", "purchase", "store", "online"], - "version": "1.0" + "tags": ["shopping", "cart"], + "version": "" + }, + "shredder": { + "category": "Devices", + "tags": ["shredder"], + "version": "" }, "sitemap": { "category": "", @@ -3669,6 +4629,11 @@ "tags": ["social"], "version": "1.7" }, + "sock": { + "category": "", + "tags": ["sock"], + "version": "" + }, "sort-ascending": { "category": "Text", "tags": ["sort", "ascending", "arrange"], @@ -3685,7 +4650,7 @@ "version": "1.8" }, "speakerphone": { - "category": "", + "category": "Media", "tags": ["speakerphone"], "version": "1.31" }, @@ -3694,6 +4659,56 @@ "tags": ["speedboat"], "version": "1.34" }, + "square-0": { + "category": "Numbers", + "tags": ["square", "0"], + "version": "" + }, + "square-1": { + "category": "Numbers", + "tags": ["square", "1"], + "version": "" + }, + "square-2": { + "category": "Numbers", + "tags": ["square", "2"], + "version": "" + }, + "square-3": { + "category": "Numbers", + "tags": ["square", "3"], + "version": "" + }, + "square-4": { + "category": "Numbers", + "tags": ["square", "4"], + "version": "" + }, + "square-5": { + "category": "Numbers", + "tags": ["square", "5"], + "version": "" + }, + "square-6": { + "category": "Numbers", + "tags": ["square", "6"], + "version": "" + }, + "square-7": { + "category": "Numbers", + "tags": ["square", "7"], + "version": "" + }, + "square-8": { + "category": "Numbers", + "tags": ["square", "8"], + "version": "" + }, + "square-9": { + "category": "Numbers", + "tags": ["square", "9"], + "version": "" + }, "square-check": { "category": "", "tags": ["square", "check", "checkbox", "yes"], @@ -3719,15 +4734,35 @@ "tags": ["square", "minus", "remove", "indeterminate"], "version": "1.0" }, + "square-off": { + "category": "Shapes", + "tags": ["square", "off"], + "version": "" + }, "square-plus": { "category": "", "tags": ["square", "plus", "add", "create", "new"], "version": "1.0" }, + "square-rotated-off": { + "category": "Shapes", + "tags": ["square", "rotated", "off"], + "version": "" + }, "square-rotated": { "category": "Shapes", "tags": ["square", "rotated"], - "version": "1.2" + "version": "" + }, + "square-toggle-horizontal": { + "category": "Design", + "tags": ["square", "toggle", "horizontal"], + "version": "" + }, + "square-toggle": { + "category": "Design", + "tags": ["square", "toggle"], + "version": "" }, "square-x": { "category": "", @@ -3739,8 +4774,13 @@ "tags": ["square", "checkbox"], "version": "1.0" }, + "stack-2": { + "category": "Design", + "tags": ["stack", "2", "pile", "elements", "layout", "wrap"], + "version": "" + }, "stack": { - "category": "", + "category": "Design", "tags": ["stack", "pile", "elements", "layout", "wrap"], "version": "1.1" }, @@ -3794,9 +4834,9 @@ "tags": ["step", "out"], "version": "1.2" }, - "sthetoscope": { + "stethoscope": { "category": "", - "tags": ["sthetoscope"], + "tags": ["stethoscope"], "version": "1.33" }, "sticker": { @@ -3825,7 +4865,7 @@ "version": "1.16" }, "sum": { - "category": "", + "category": "Math", "tags": ["sum", "equation", "add", "plus", "amount", "total"], "version": "1.2" }, @@ -3874,8 +4914,23 @@ "tags": ["switch", "toggle", "arrows"], "version": "1.0" }, + "table-export": { + "category": "Database", + "tags": ["table", "export"], + "version": "" + }, + "table-import": { + "category": "Database", + "tags": ["table", "import"], + "version": "" + }, + "table-off": { + "category": "Database", + "tags": ["table", "off"], + "version": "" + }, "table": { - "category": "Text", + "category": "Database", "tags": ["table", "spreadsheet", "layout", "grid", "arrange", "row", "column"], "version": "1.3" }, @@ -3919,11 +4974,6 @@ "tags": ["target", "focus", "bullseye", "aim"], "version": "1.0" }, - "tax": { - "category": "", - "tags": ["tax", "income", "percentage", "money", "finance", "charge", "obligation", "taxpayer", "vat"], - "version": "1.5" - }, "temperature-celsius": { "category": "Weather", "tags": ["temperature", "celsius", "weather", "celcius", "fahrenheit", "cold", "hot"], @@ -4014,8 +5064,13 @@ "tags": ["tool", "preferences", "edit", "settings"], "version": "1.0" }, + "tools-kitchen-2": { + "category": "Map", + "tags": ["tools", "kitchen", "2"], + "version": "" + }, "tools-kitchen": { - "category": "", + "category": "Map", "tags": ["tools", "kitchen"], "version": "1.31" }, @@ -4034,6 +5089,11 @@ "tags": ["tournament"], "version": "1.19" }, + "track": { + "category": "Vehicles", + "tags": ["track"], + "version": "" + }, "tractor": { "category": "Vehicles", "tags": ["tractor"], @@ -4045,7 +5105,7 @@ "version": "1.8" }, "traffic-cone": { - "category": "", + "category": "Map", "tags": ["traffic", "cone"], "version": "1.8" }, @@ -4069,10 +5129,15 @@ "tags": ["trash", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin"], "version": "1.0" }, + "tree": { + "category": "Map", + "tags": ["tree"], + "version": "" + }, "trees": { - "category": "", + "category": "Map", "tags": ["trees"], - "version": "1.8" + "version": "" }, "trending-down": { "category": "Arrows", @@ -4084,6 +5149,11 @@ "tags": ["trending", "up", "arrow", "grow", "increase"], "version": "1.0" }, + "triangle-off": { + "category": "Shapes", + "tags": ["triangle", "off"], + "version": "" + }, "triangle-square-circle": { "category": "Shapes", "tags": ["triangle", "square", "circle"], @@ -4109,6 +5179,11 @@ "tags": ["truck", "delivery"], "version": "1.11" }, + "truck-off": { + "category": "Vehicles", + "tags": ["truck", "off"], + "version": "" + }, "truck-return": { "category": "Vehicles", "tags": ["truck", "return"], @@ -4132,7 +5207,7 @@ "underline": { "category": "Text", "tags": ["underline", "underscore", "emphasis", "horizontal", "typography"], - "version": "1.3" + "version": "" }, "unlink": { "category": "Text", @@ -4189,6 +5264,11 @@ "tags": ["users"], "version": "1.7" }, + "variable": { + "category": "Math", + "tags": ["variable"], + "version": "" + }, "vector-beizer-2": { "category": "Design", "tags": ["vector", "beizer", "2"], @@ -4354,6 +5434,11 @@ "tags": ["windmill"], "version": "1.33" }, + "window": { + "category": "", + "tags": ["window"], + "version": "" + }, "wiper-wash": { "category": "Vehicles", "tags": ["wiper", "wash"], @@ -4464,11 +5549,21 @@ "tags": ["zoom", "cancel", "magnifying glass"], "version": "1.11" }, + "zoom-check": { + "category": "", + "tags": ["zoom", "check"], + "version": "" + }, "zoom-in": { "category": "Map", "tags": ["zoom", "in", "magnifying glass"], "version": "1.0" }, + "zoom-money": { + "category": "", + "tags": ["zoom", "money"], + "version": "" + }, "zoom-out": { "category": "Map", "tags": ["zoom", "out", "magnifying glass"], -- 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 --- _import.csv | 255 ++++++++++++------------------------ 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 +- 120 files changed, 206 insertions(+), 200 deletions(-) diff --git a/_import.csv b/_import.csv index f92cf7ea..7482d7b4 100644 --- a/_import.csv +++ b/_import.csv @@ -1,169 +1,86 @@ -2fa login, password, verification, code, two-step -3d-cube-sphere printing, vector, shape -a-b test, visual, user -access-point-off device, hosts, airwaves, wireless, network -access-point device, hosts, airwaves, wireless, network -alert-octagon warning, danger, caution, risk -alien universe, extraterrestrial, ufo, space, galaxy, planet -ambulance vehicle, car, hospital, ward, doctor, rescuer -antenna-bars-1 signal, wireless, wi-fi, quality, -antenna-bars-2 signal, wireless, wi-fi, quality, -antenna-bars-3 signal, wireless, wi-fi, quality, -antenna-bars-4 signal, wireless, wi-fi, quality, -antenna-bars-5 signal, wireless, wi-fi, quality, -aspect-ratio size, dimension, width, height, orientation -atom-2 unit, element, part, electrons, protons, neutrons -ball-basketball game, round, quarter, basket, NBA, -ball-bowling round, strike, spare, pin -ball-tennis game, set, match, court, racket, -ball-volleyball point, set, match, attacker, ace, setter, serve -basket shop, store, online, shopping, -bell-off alarm, sound, notification -biohazard danger, radioactive, toxic, microbe, virus, biotoxin -bluetooth-off wireless, conection, connect -bolt-off energy, power, electricity, storm -bookmarks read, clip, marker, tag -brand-android OS, company, system, interface, software, logo -brand-apple OS, company, system, interface, software, devices, logo -brand-appstore shop, online, application, logo -brand-behance logo, website, Adobe, project, views, marks, platform, designer -brand-codepen logo, community, internet, codes, programing, programmer, source, website, platform, designer -brand-deviantart logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform, -brand-discord app, application, logo, communication, talks, gamers, freeware, platform -brand-dribbble logo, website, community, project, platform, self-promotion, designer, portfolio -brand-facebook logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback, -brand-figma logo, editor, graphic, image, implement, prototyping, -brand-flickr logo, website, house, facilitate, sharing, digital, photos, images -brand-foursquare logo, website, community, social, network, -brand-framer logo, application, app, prototyping, prototype, animations, -brand-github logo, website, hosting, project, programming, software, development -brand-gitlab logo, website, software, code, programming, programmers -brand-google-drive logo, cloud, disc, documents, sheet, presentation, file, edit -brand-google-play logo, application, app, shop, store, online, -brand-google logo, enterprise, browser, internet, web, discover -brand-instagram logo, app, application, images, photos, videos, post, stories, online, community -brand-linkedin logo, website, corporation, work, business, internet -brand-medium logo, website, brand, wordmark, design -brand-messenger logo, app, application, communication, text, messages, communicator, photos, images, videos, giphy -brand-opera logo, browser, internet, free, program -brand-paypal logo, enterprise, service, payment, internet, businessman, consumer -brand-pinterest logo, website, images, materials, -brand-pocket logo, software, application, app, mobile, device, gathering, storage -brand-python logo, language, programming, source, -brand-reddit logo, website, information, link, internet, -brand-safari logo, browser, internet, iPhone, iPad, MacBook, compass, apple, discover -brand-sketch logo, editor, edit, graphic, apple, commercial -brand-skype logo, application, app, communication, talks, call, video, internet, camera -brand-slack logo, free, internet, service, stuff, Electron, app, application, communicator, textual, audio, multimedia -brand-snapchat logo, app, application, photos, sending, images, mobile, video, -brand-spotify logo, app, application, platform, music, listening, streaming, podcast -brand-tabler logo, website, dashboard, download, open-source, UI -brand-tailwind logo, firm, website, -brand-telegram logo, app, application, communicator, internet, cloud, messages, text, images, photos, videos, record, file, send -brand-tiktok logo, app, application, mobile, video, music -brand-tumblr logo, website, platform, blog, community -brand-twitch logo, platform, streaming, streamers, videos, films, chat, subs, -brand-twitter logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback, -brand-vimeo logo, website, sharing, watching, video, users -brand-whatsapp logo, app, application, communication, text, messages, communicator, photos, images, videos, giphy -brand-windows logo, system, OS, computer, Microsoft -brand-youtube logo, platform, channel, film, video, youtuber, maker, comments, stream, streamer -building-bank architecture, city, urban, construction, money, credit, loan, workplace -building-community place, skyscraper, district neighborhood, area -building-monument history, memorial, commemorative, -building-pavilon place, party, residence, ornamentation -building-skyscraper city, urban, office, workplace, corporation, hotel, apartments -building-warehouse store, inventory, stuff, things, machinery, -camera-off video, photo, aperture -capture photo, photographer, sharpen -caravan journey, trip, holidays, camping, trailer -chart-bubble statistics, diagram, graph, rhythm, data, analysis -chevron-down-left move, aside, bottom -chevron-down-right move, aside, bottom -chevron-up-left move, aside, top -chevron-up-right move, aside, top -chevrons-down-left move, aside, bottom -chevrons-down-right move, aside, bottom -chevrons-up-left move, aside, top -chevrons-up-right move, aside, top -circle-dashed shape, line, check -circle-dotted shape, point, check -circle-square shape, spot, math, -circles shape, marbles, balls, juggle, spots -clear-formatting text, return, default -color-picker timbre, saturation, paint, image, brush, choice, selection, sample -comet space, universe, star, orb, glow, night -contrast edit, paint, photo -crosshair reticle, tag, tracer, measurement, target -crown symbol, queen, king, prince, princess, dynasty, royalty -curly-loop voicemail, power, infinity -current-location localization, maps, navigation, pin, target, -device-watch arm, hour, date, minutes, sec., timer, -devices-2 computer, monitor, keyboard, -direction-horizontal travel, navigation discover, plane -direction travel, navigation discover -exchange cantor, money, product, product, student -eye-off view, watch -fall collapse, damage, cliff, height -file-off new, close, gap, paper -filter-off funnel, hopper, filtration -firetruck help, rescuer, vehicle, fireman, extinguishing -flame fire, love, spirit, -forklift store, warehouse, inventory, exporting, -gas-station fuel, oil, cars, vehicles, shop, distributor -grip-horizontal picture, abstract, symbol, design, across -grip-vertical picture, abstract, symbol, design, upright -h-1 header, text, editor -h-2 header, text, editor -h-3 header, text, editor -h-4 header, text, editor -h-5 header, text, editor -h-6 header, text, editor -hand-middle-finger signal, gesture, curse, vulgarism, abuse -hand-off disclaimer, body -hand-stop forbiddance, nixing, ban, interdicting -hexagon shape, geometric, math, 2D -history search, see, past, card, website -layout-cards position, element, design, arrangement -layout-kanban position, element, design, board, processing, task -layout-list position, design, element, doable, -letter-a alphabet, symbol, text, code -letter-b alphabet, symbol, text, code -letter-c alphabet, symbol, text, code -letter-d alphabet, symbol, text, code -letter-e alphabet, symbol, text, code -letter-f alphabet, symbol, text, code -letter-g alphabet, symbol, text, code -letter-h alphabet, symbol, text, code -letter-i alphabet, symbol, text, code -letter-j alphabet, symbol, text, code -letter-k alphabet, symbol, text, code -letter-l alphabet, symbol, text, code -letter-m alphabet, symbol, text, code -letter-n alphabet, symbol, text, code -letter-o alphabet, symbol, text, code -letter-p alphabet, symbol, text, code -letter-q alphabet, symbol, text, code -letter-r alphabet, symbol, text, code -letter-s alphabet, symbol, text, code -letter-t alphabet, symbol, text, code -letter-u alphabet, symbol, text, code -letter-v alphabet, symbol, text, code -letter-w alphabet, symbol, text, code -letter-x alphabet, symbol, text, code -letter-y alphabet, symbol, text, code -letter-z alphabet, symbol, text, code -line geometric, segment, link, connection, -live-view camera, preview, image, photo -loader-quarter process, download, upload -loader process, download, upload -lock-off security, password, secure -map-pin-off navigation, location, travel, pin, position, marker -markdown price, valuation, cost, exchange -marquee tag, tracer, html, animation, text, graphic -mars male -math subject, count, plus, minus, times -medal decorate, uniform -medical-cross sign, hospital, help, indication -microphone-off record, sound, listen, blocked, mute -mist weather, visibility +moon-2 night, dark mode +octagon shape, geometric, math, 2D, building, government +page-break summary, feature, element, css +peace love, hippy, minority, opinion, equilibrium +percentage sign, symbol, math, economics, cash, bank account, chart, graph, diagram, statistic +photo-off image, picture, landscape, camera +pin thing, localization, maps, clip, place, location +planet earth, uranus, universe, space, galaxy, orbit, atmosphere +pray religion, faith, christianity, islam, buddhism, judaism +question-mark sign, symbol, ask, sentence, word, letters +radioactive dangerous, precarious, danger, sign, symbol, warning, caution, chernobyl, reactor, atomic, powerhouses, generator +rectangle-vertical shape, geometric, math, upright +rectangle shape, geometric, math +road-sign telltale, prohibitive, indicative, cautionary, codex, restrictions +rocket universe, galaxy, space, journey, discover, extraterrestrial, spaceship +rotate-rectangle refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows +run jog, dislocating, movement, motion, sprint +sailboat sailor, journey, sea, lake, ocean, river +school students, class, teachers, professors, doctors, hall, classroom, subject, science, break, lesson +screen-share-off monitor, stream, tv, mirroring, cast, online +screen-share monitor, stream, tv, mirroring, cast, online +separator-horizontal divider, space, separate, set apart, flat-lying +separator-vertical divider, space, separate, set apart, upright +servicemark trademark, sign, symbol, registration +shield-off unprotected, protection, cancel, no +ship sail, sail across, ocean, river, lake, sea, sailor, journey, transit, manufactures, containers +shirt gear, outfit, mocker, +skateboard toy, vehicle, electrical +player-skip-back button, player, video, film, music, cancel, rewind, reverse +player-skip-forward button, player, video, film, music, omit, +smart-home apple, devices, connection, link, WiFi, bluetooth +smoking-no ban, prohibition, cigarette, public place +smoking cigarette, public place +snowflake winter, weather, cold, frost +social society, community, collectivity +space keyboard, type, gap +square-rotated symmetry, turn, spin +stairs-down building, step, floor, staircase, clamber +stairs-up building, step, floor, staircase, entryway +stairs building, step, floor, staircase +stars favorite, like, mark, grade, bookmark, grade, space, universe, extraterrestrial, galaxy +steering-wheel drive, vehicle, direction, turn, holding, racing +step-into vector, placement, among, within +step-out vector, placement, outside, except +subtask management, break down, work +sunset west, horizon, landscape, evening +sunshine east, horizon, landscape, morning +swimming sport, water, pool, style, athletics, competitive +tallymark-1 sign, symbol, numerical, consistent, system, counting +tallymark-2 sign, symbol, numerical, consistent, system, counting +tallymark-3 sign, symbol, numerical, consistent, system, counting +tallymark-4 sign, symbol, numerical, consistent, system, counting +tallymarks sign, symbol, numerical, consistent, system, counting +user-exclamation user, account, note, excitement, admiration, mark +users people, persons, accounts +vector-beizer-2 curve, parametric, design, vector graphics, representation, +vector-beizer curve, parametric, design, vector graphics, representation, +vector-triangle curve, parametric, design, vector graphics, placement +vector curve, parametric, design, vector graphics, placement +venus female +video-minus film, shoot, recording, taping, camera, remotion +video-off film, shoot, recording, taping, camera, end, complete +video-plus film, shoot, recording, taping, camera, closeup +video film, shoot, recording, taping, camera +viewport-wide data, account, broad, excel +viewport-narrow data, account, excel, tight +walk ambulation, dislocating, movement, motion, destination +wave-saw-tool pulse, signal, ratio, rate, volume +wave-sine pulse, signal, ratio, rate, volume +wave-square pulse, signal, ratio, rate, volume +wind weather, breeze, tornado, typhoon, cyclone, hurricane +wiper-wash car, pane, vehicle, sprinkler, scour +wiper car, pane, vehicle, sprinkler, scour +yin-yang equality, good, evil, balance, peace +zodiac-aquarius sign, horoscope, constellation, stars +zodiac-aries sign, horoscope, constellation, stars +zodiac-cancer sign, horoscope, constellation, stars +zodiac-capricorn sign, horoscope, constellation, stars +zodiac-gemini sign, horoscope, constellation, stars +zodiac-leo sign, horoscope, constellation, stars +zodiac-libra sign, horoscope, constellation, stars +zodiac-pisces sign, horoscope, constellation, stars +zodiac-sagittarius sign, horoscope, constellation, stars +zodiac-scorpio sign, horoscope, constellation, stars +zodiac-taurus sign, horoscope, constellation, stars +zodiac-virgo sign, horoscope, constellation, stars 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` --- icons/affiliate.svg | 12 +- icons/blockquote.svg | 12 +- icons/border-style.svg | 13 ++ icons/brightness-3.svg | 7 + icons/clear-all.svg | 8 + icons/code-minus.svg | 6 +- icons/code-plus.svg | 8 +- icons/confetti.svg | 20 +-- icons/details.svg | 7 + icons/droplet-filled-2.svg | 9 + icons/droplet-filled.svg | 9 + icons/droplet-half-2.svg | 7 + icons/droplet-half.svg | 7 + icons/edit-circle.svg | 8 + icons/file-info.svg | 9 + icons/flag-2.svg | 6 + icons/flag-3.svg | 6 + icons/flare.svg | 7 + icons/geometry.svg | 9 + icons/grain.svg | 13 ++ icons/layers-linked.svg | 7 + icons/list-search.svg | 10 ++ icons/nfc.svg | 8 + icons/perspective.svg | 6 + icons/pyramid.svg | 7 + icons/ruler-2.svg | 10 ++ icons/settings-automation.svg | 4 +- icons/shopping-cart-off.svg | 10 +- icons/shopping-cart-plus.svg | 10 +- icons/shopping-cart-x.svg | 12 +- icons/shopping-cart.svg | 8 +- icons/signature.svg | 6 + icons/sort-ascending-2.svg | 9 + icons/sort-descending-2.svg | 9 + icons/squares-diagonal.svg | 8 + icons/squares-filled.svg | 10 ++ icons/text-direction-ltr.svg | 10 ++ icons/text-direction-rtl.svg | 10 ++ icons/tilt-shift.svg | 14 ++ icons/writing-sign.svg | 8 + icons/writing.svg | 8 + 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 +- tags.json | 331 +++++++++++++++++++++++++++---------- 115 files changed, 876 insertions(+), 223 deletions(-) create mode 100644 icons/border-style.svg create mode 100644 icons/brightness-3.svg create mode 100644 icons/clear-all.svg create mode 100644 icons/details.svg create mode 100644 icons/droplet-filled-2.svg create mode 100644 icons/droplet-filled.svg create mode 100644 icons/droplet-half-2.svg create mode 100644 icons/droplet-half.svg create mode 100644 icons/edit-circle.svg create mode 100644 icons/file-info.svg create mode 100644 icons/flag-2.svg create mode 100644 icons/flag-3.svg create mode 100644 icons/flare.svg create mode 100644 icons/geometry.svg create mode 100644 icons/grain.svg create mode 100644 icons/layers-linked.svg create mode 100644 icons/list-search.svg create mode 100644 icons/nfc.svg create mode 100644 icons/perspective.svg create mode 100644 icons/pyramid.svg create mode 100644 icons/ruler-2.svg create mode 100644 icons/signature.svg create mode 100644 icons/sort-ascending-2.svg create mode 100644 icons/sort-descending-2.svg create mode 100644 icons/squares-diagonal.svg create mode 100644 icons/squares-filled.svg create mode 100644 icons/text-direction-ltr.svg create mode 100644 icons/text-direction-rtl.svg create mode 100644 icons/tilt-shift.svg create mode 100644 icons/writing-sign.svg create mode 100644 icons/writing.svg 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 diff --git a/icons/affiliate.svg b/icons/affiliate.svg index 9b78238b..32522d2a 100644 --- a/icons/affiliate.svg +++ b/icons/affiliate.svg @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/icons/blockquote.svg b/icons/blockquote.svg index 635f1fa4..f21cc58b 100644 --- a/icons/blockquote.svg +++ b/icons/blockquote.svg @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/icons/border-style.svg b/icons/border-style.svg new file mode 100644 index 00000000..b0f8f2ae --- /dev/null +++ b/icons/border-style.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/brightness-3.svg b/icons/brightness-3.svg new file mode 100644 index 00000000..a43e90b9 --- /dev/null +++ b/icons/brightness-3.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/clear-all.svg b/icons/clear-all.svg new file mode 100644 index 00000000..9f97df12 --- /dev/null +++ b/icons/clear-all.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/code-minus.svg b/icons/code-minus.svg index 04b8b360..03d880ea 100644 --- a/icons/code-minus.svg +++ b/icons/code-minus.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/icons/code-plus.svg b/icons/code-plus.svg index c1c50e96..84e5bf62 100644 --- a/icons/code-plus.svg +++ b/icons/code-plus.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/confetti.svg b/icons/confetti.svg index e46f0fda..a07d96db 100644 --- a/icons/confetti.svg +++ b/icons/confetti.svg @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/icons/details.svg b/icons/details.svg new file mode 100644 index 00000000..40d89b54 --- /dev/null +++ b/icons/details.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/droplet-filled-2.svg b/icons/droplet-filled-2.svg new file mode 100644 index 00000000..2d033c7c --- /dev/null +++ b/icons/droplet-filled-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/droplet-filled.svg b/icons/droplet-filled.svg new file mode 100644 index 00000000..e813630b --- /dev/null +++ b/icons/droplet-filled.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/droplet-half-2.svg b/icons/droplet-half-2.svg new file mode 100644 index 00000000..21e50338 --- /dev/null +++ b/icons/droplet-half-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/droplet-half.svg b/icons/droplet-half.svg new file mode 100644 index 00000000..47d6916a --- /dev/null +++ b/icons/droplet-half.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/edit-circle.svg b/icons/edit-circle.svg new file mode 100644 index 00000000..26144855 --- /dev/null +++ b/icons/edit-circle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/file-info.svg b/icons/file-info.svg new file mode 100644 index 00000000..a464aef9 --- /dev/null +++ b/icons/file-info.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/flag-2.svg b/icons/flag-2.svg new file mode 100644 index 00000000..f8e8d3db --- /dev/null +++ b/icons/flag-2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/flag-3.svg b/icons/flag-3.svg new file mode 100644 index 00000000..e845ac5c --- /dev/null +++ b/icons/flag-3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/flare.svg b/icons/flare.svg new file mode 100644 index 00000000..548ea819 --- /dev/null +++ b/icons/flare.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/geometry.svg b/icons/geometry.svg new file mode 100644 index 00000000..fc6133df --- /dev/null +++ b/icons/geometry.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/grain.svg b/icons/grain.svg new file mode 100644 index 00000000..2b29e79d --- /dev/null +++ b/icons/grain.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/layers-linked.svg b/icons/layers-linked.svg new file mode 100644 index 00000000..9df076c7 --- /dev/null +++ b/icons/layers-linked.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/list-search.svg b/icons/list-search.svg new file mode 100644 index 00000000..8f859ac3 --- /dev/null +++ b/icons/list-search.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/nfc.svg b/icons/nfc.svg new file mode 100644 index 00000000..d7a3cf4e --- /dev/null +++ b/icons/nfc.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/perspective.svg b/icons/perspective.svg new file mode 100644 index 00000000..fa5d61ec --- /dev/null +++ b/icons/perspective.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/pyramid.svg b/icons/pyramid.svg new file mode 100644 index 00000000..33d1e398 --- /dev/null +++ b/icons/pyramid.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/ruler-2.svg b/icons/ruler-2.svg new file mode 100644 index 00000000..f946cdc8 --- /dev/null +++ b/icons/ruler-2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/settings-automation.svg b/icons/settings-automation.svg index 2c93327e..027e8158 100644 --- a/icons/settings-automation.svg +++ b/icons/settings-automation.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/shopping-cart-off.svg b/icons/shopping-cart-off.svg index 56476778..85335715 100644 --- a/icons/shopping-cart-off.svg +++ b/icons/shopping-cart-off.svg @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/icons/shopping-cart-plus.svg b/icons/shopping-cart-plus.svg index a7b3a2bf..b19e178b 100644 --- a/icons/shopping-cart-plus.svg +++ b/icons/shopping-cart-plus.svg @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/icons/shopping-cart-x.svg b/icons/shopping-cart-x.svg index b5e1aaf9..bd6ffd22 100644 --- a/icons/shopping-cart-x.svg +++ b/icons/shopping-cart-x.svg @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/icons/shopping-cart.svg b/icons/shopping-cart.svg index c5c80ce7..39287d19 100644 --- a/icons/shopping-cart.svg +++ b/icons/shopping-cart.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/signature.svg b/icons/signature.svg new file mode 100644 index 00000000..f59d9fce --- /dev/null +++ b/icons/signature.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/sort-ascending-2.svg b/icons/sort-ascending-2.svg new file mode 100644 index 00000000..662fb627 --- /dev/null +++ b/icons/sort-ascending-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/sort-descending-2.svg b/icons/sort-descending-2.svg new file mode 100644 index 00000000..b3f153f1 --- /dev/null +++ b/icons/sort-descending-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/squares-diagonal.svg b/icons/squares-diagonal.svg new file mode 100644 index 00000000..846d0fa1 --- /dev/null +++ b/icons/squares-diagonal.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/squares-filled.svg b/icons/squares-filled.svg new file mode 100644 index 00000000..5c0713bf --- /dev/null +++ b/icons/squares-filled.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/text-direction-ltr.svg b/icons/text-direction-ltr.svg new file mode 100644 index 00000000..40deea3a --- /dev/null +++ b/icons/text-direction-ltr.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/text-direction-rtl.svg b/icons/text-direction-rtl.svg new file mode 100644 index 00000000..06c7bab1 --- /dev/null +++ b/icons/text-direction-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/tilt-shift.svg b/icons/tilt-shift.svg new file mode 100644 index 00000000..1d1417d5 --- /dev/null +++ b/icons/tilt-shift.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/writing-sign.svg b/icons/writing-sign.svg new file mode 100644 index 00000000..ab42ef04 --- /dev/null +++ b/icons/writing-sign.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/writing.svg b/icons/writing.svg new file mode 100644 index 00000000..134318dd --- /dev/null +++ b/icons/writing.svg @@ -0,0 +1,8 @@ + + + + + + + + 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 %} diff --git a/tags.json b/tags.json index b2908bf1..8049b297 100644 --- a/tags.json +++ b/tags.json @@ -639,6 +639,11 @@ "tags": ["border", "right", "table", "side", "line"], "version": "1.0" }, + "border-style": { + "category": "", + "tags": ["border", "style"], + "version": "" + }, "border-top": { "category": "Design", "tags": ["border", "top", "table", "side", "line"], @@ -1124,6 +1129,11 @@ "tags": ["brightness", "2"], "version": "" }, + "brightness-3": { + "category": "", + "tags": ["brightness", "3"], + "version": "" + }, "brightness-down": { "category": "Photos", "tags": ["brightness", "down", "dark", "darker", "screen"], @@ -1744,6 +1754,11 @@ "tags": ["circles", "shape", "marbles", "balls", "juggle", "spots"], "version": "1.21" }, + "clear-all": { + "category": "", + "tags": ["clear", "all"], + "version": "" + }, "clear-formatting": { "category": "Text", "tags": ["clear", "formatting", "text", "return", "default"], @@ -2094,6 +2109,11 @@ "tags": ["database", "storage", "data", "memory"], "version": "1.0" }, + "details": { + "category": "", + "tags": ["details"], + "version": "" + }, "device-analytics": { "category": "Devices", "tags": ["device", "analytics"], @@ -2304,6 +2324,26 @@ "tags": ["drone"], "version": "1.33" }, + "droplet-filled-2": { + "category": "", + "tags": ["droplet", "filled", "2"], + "version": "" + }, + "droplet-filled": { + "category": "", + "tags": ["droplet", "filled"], + "version": "" + }, + "droplet-half-2": { + "category": "", + "tags": ["droplet", "half", "2"], + "version": "" + }, + "droplet-half": { + "category": "", + "tags": ["droplet", "half"], + "version": "" + }, "droplet-off": { "category": "Design", "tags": ["droplet", "off", "water", "rain", "liquid"], @@ -2324,6 +2364,11 @@ "tags": ["ear", "sound", "listen", "music", "hear", "loud", "speakers"], "version": "1.6" }, + "edit-circle": { + "category": "", + "tags": ["edit", "circle"], + "version": "" + }, "edit": { "category": "Design", "tags": ["edit", "pencil", "change", "update"], @@ -2454,6 +2499,11 @@ "tags": ["file", "import"], "version": "" }, + "file-info": { + "category": "", + "tags": ["file", "info"], + "version": "" + }, "file-invoice": { "category": "Document", "tags": ["file", "invoice", "accounting", "bill", "statement", "settlement", "finance"], @@ -2564,6 +2614,16 @@ "tags": ["firetruck", "help", "rescuer", "vehicle", "fireman", "extinguishing"], "version": "1.7" }, + "flag-2": { + "category": "", + "tags": ["flag", "2"], + "version": "" + }, + "flag-3": { + "category": "", + "tags": ["flag", "3"], + "version": "" + }, "flag": { "category": "Map", "tags": ["flag", "banner", "pin", "report", "map"], @@ -2574,6 +2634,11 @@ "tags": ["flame"], "version": "" }, + "flare": { + "category": "", + "tags": ["flare"], + "version": "" + }, "flask": { "category": "", "tags": ["flask", "liquid", "container", "glass", "chemistry"], @@ -2699,6 +2764,11 @@ "tags": ["gauge", "car", "dashboard"], "version": "1.0" }, + "geometry": { + "category": "", + "tags": ["geometry"], + "version": "" + }, "ghost": { "category": "", "tags": ["ghost", "spirit", "transparent", "fairytale", "horror", "movie", "shadow", "haunt"], @@ -2769,6 +2839,11 @@ "tags": ["gps"], "version": "1.33" }, + "grain": { + "category": "", + "tags": ["grain"], + "version": "" + }, "grid-dots": { "category": "System", "tags": ["grid", "dots", "network", "pattern", "layout"], @@ -3024,6 +3099,11 @@ "tags": ["layers", "intersect", "stack"], "version": "1.0" }, + "layers-linked": { + "category": "", + "tags": ["layers", "linked"], + "version": "" + }, "layers-subtract": { "category": "Design", "tags": ["layers", "subtract", "stack"], @@ -3349,6 +3429,11 @@ "tags": ["list", "check", "to-do", "checklist", "form", "template", "task", "reminder", "schedule", "agenda"], "version": "1.2" }, + "list-search": { + "category": "", + "tags": ["list", "search"], + "version": "" + }, "list": { "category": "Text", "tags": ["list", "task", "unordered", "bullets", "agenda", "shopping"], @@ -3671,7 +3756,7 @@ }, "moon-2": { "category": "Weather", - "tags": ["moon", "2"], + "tags": ["moon", "2", "night", "dark mode"], "version": "1.21" }, "moon-stars": { @@ -3724,6 +3809,11 @@ "tags": ["news", "newspaper", "article"], "version": "1.0" }, + "nfc": { + "category": "", + "tags": ["nfc"], + "version": "" + }, "note": { "category": "Document", "tags": ["note", "checkbox", "brief", "record", "write", "message"], @@ -3801,7 +3891,7 @@ }, "octagon": { "category": "Shapes", - "tags": ["octagon"], + "tags": ["octagon", "shape", "geometric", "math", "2D", "building", "government"], "version": "1.18" }, "olympics": { @@ -3836,7 +3926,7 @@ }, "page-break": { "category": "", - "tags": ["page", "break"], + "tags": ["page", "break", "summary", "feature", "element", "css"], "version": "1.14" }, "paint": { @@ -3881,7 +3971,7 @@ }, "peace": { "category": "Symbols", - "tags": ["peace"], + "tags": ["peace", "love", "hippy", "minority", "opinion", "equilibrium"], "version": "1.18" }, "pencil": { @@ -3896,9 +3986,14 @@ }, "percentage": { "category": "Math", - "tags": ["percentage"], + "tags": ["percentage", "sign", "symbol", "math", "economics", "cash", "bank account", "chart", "graph", "diagram", "statistic"], "version": "1.22" }, + "perspective": { + "category": "", + "tags": ["perspective"], + "version": "" + }, "phone-call": { "category": "Devices", "tags": ["phone", "call", "ring", "mobile", "conversation", "answer", "dial", "landline"], @@ -3951,7 +4046,7 @@ }, "photo-off": { "category": "Media", - "tags": ["photo", "off"], + "tags": ["photo", "off", "image", "picture", "landscape", "camera"], "version": "1.22" }, "photo": { @@ -3981,7 +4076,7 @@ }, "pin": { "category": "Map", - "tags": ["pin"], + "tags": ["pin", "thing", "localization", "maps", "clip", "place", "location"], "version": "1.16" }, "pinned-off": { @@ -4011,7 +4106,7 @@ }, "planet": { "category": "Map", - "tags": ["planet"], + "tags": ["planet", "earth", "uranus", "universe", "space", "galaxy", "orbit", "atmosphere"], "version": "1.8" }, "plant-2": { @@ -4031,12 +4126,12 @@ }, "player-pause": { "category": "Media", - "tags": ["player", "pause"], + "tags": ["player", "pause", "video", "film", "music", "player", "stop"], "version": "1.28" }, "player-play": { "category": "Media", - "tags": ["player", "play"], + "tags": ["player", "play", "start", "video", "film", "music", "player"], "version": "1.28" }, "player-record": { @@ -4046,12 +4141,12 @@ }, "player-skip-back": { "category": "Media", - "tags": ["player", "skip", "back"], + "tags": ["player", "skip", "back", "button", "player", "video", "film", "music", "cancel", "rewind", "reverse"], "version": "1.28" }, "player-skip-forward": { "category": "Media", - "tags": ["player", "skip", "forward"], + "tags": ["player", "skip", "forward", "button", "player", "video", "film", "music", "omit"], "version": "1.28" }, "player-stop": { @@ -4111,7 +4206,7 @@ }, "pray": { "category": "", - "tags": ["pray"], + "tags": ["pray", "religion", "faith", "christianity", "islam", "buddhism", "judaism"], "version": "1.18" }, "presentation-analytics": { @@ -4144,6 +4239,11 @@ "tags": ["puzzle", "jigsaw", "extension", "add-on"], "version": "1.0" }, + "pyramid": { + "category": "", + "tags": ["pyramid"], + "version": "" + }, "qrcode": { "category": "Devices", "tags": ["qrcode", "scan", "data"], @@ -4151,12 +4251,12 @@ }, "question-mark": { "category": "", - "tags": ["question", "mark"], + "tags": ["question", "mark", "sign", "symbol", "ask", "sentence", "word", "letters"], "version": "1.16" }, "radioactive": { "category": "Symbols", - "tags": ["radioactive"], + "tags": ["radioactive", "dangerous", "precarious", "danger", "sign", "symbol", "warning", "caution", "chernobyl", "reactor", "atomic", "powerhouses", "generator"], "version": "1.18" }, "radius-bottom-left": { @@ -4216,12 +4316,12 @@ }, "rectangle-vertical": { "category": "Shapes", - "tags": ["rectangle", "vertical"], + "tags": ["rectangle", "vertical", "shape", "geometric", "math", "upright"], "version": "1.27" }, "rectangle": { "category": "Shapes", - "tags": ["rectangle"], + "tags": ["rectangle", "shape", "geometric", "math"], "version": "1.27" }, "recycle": { @@ -4306,12 +4406,12 @@ }, "road-sign": { "category": "Map", - "tags": ["road", "sign"], + "tags": ["road", "sign", "telltale", "prohibitive", "indicative", "cautionary", "codex", "restrictions"], "version": "1.2" }, "rocket": { "category": "Map", - "tags": ["rocket"], + "tags": ["rocket", "universe", "galaxy", "space", "journey", "discover", "extraterrestrial", "spaceship"], "version": "1.11" }, "rotate-2": { @@ -4331,7 +4431,7 @@ }, "rotate-rectangle": { "category": "Arrows", - "tags": ["rotate", "rectangle"], + "tags": ["rotate", "rectangle", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], "version": "1.8" }, "rotate": { @@ -4364,6 +4464,11 @@ "tags": ["rss", "feed", "subscribe"], "version": "1.0" }, + "ruler-2": { + "category": "", + "tags": ["ruler", "2"], + "version": "" + }, "ruler": { "category": "", "tags": ["ruler", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical"], @@ -4371,12 +4476,12 @@ }, "run": { "category": "Sport", - "tags": ["run"], + "tags": ["run", "jog", "dislocating", "movement", "motion", "sprint"], "version": "1.14" }, "sailboat": { "category": "Vehicles", - "tags": ["sailboat"], + "tags": ["sailboat", "sailor", "journey", "sea", "lake", "ocean", "river"], "version": "1.14" }, "satellite": { @@ -4396,7 +4501,7 @@ }, "school": { "category": "", - "tags": ["school"], + "tags": ["school", "students", "class", "teachers", "professors", "doctors", "hall", "classroom", "subject", "science", "break", "lesson"], "version": "1.22" }, "scissors": { @@ -4416,12 +4521,12 @@ }, "screen-share-off": { "category": "Devices", - "tags": ["screen", "share", "off"], + "tags": ["screen", "share", "off", "monitor", "stream", "tv", "mirroring", "cast", "online"], "version": "1.24" }, "screen-share": { "category": "Devices", - "tags": ["screen", "share"], + "tags": ["screen", "share", "monitor", "stream", "tv", "mirroring", "cast", "online"], "version": "1.24" }, "search": { @@ -4456,12 +4561,12 @@ }, "separator-horizontal": { "category": "Text", - "tags": ["separator", "horizontal"], + "tags": ["separator", "horizontal", "divider", "space", "separate", "set apart", "flat-lying"], "version": "1.13" }, "separator-vertical": { "category": "Text", - "tags": ["separator", "vertical"], + "tags": ["separator", "vertical", "divider", "space", "separate", "set apart", "upright"], "version": "1.13" }, "separator": { @@ -4476,7 +4581,7 @@ }, "servicemark": { "category": "Symbols", - "tags": ["servicemark"], + "tags": ["servicemark", "trademark", "sign", "symbol", "registration"], "version": "1.8" }, "settings-automation": { @@ -4531,7 +4636,7 @@ }, "shield-off": { "category": "", - "tags": ["shield", "off"], + "tags": ["shield", "off", "unprotected", "protection", "cancel", "false"], "version": "1.22" }, "shield-x": { @@ -4546,12 +4651,12 @@ }, "ship": { "category": "Vehicles", - "tags": ["ship"], + "tags": ["ship", "sail", "sail across", "ocean", "river", "lake", "sea", "sailor", "journey", "transit", "manufactures", "containers"], "version": "1.14" }, "shirt": { "category": "", - "tags": ["shirt"], + "tags": ["shirt", "gear", "outfit", "mocker"], "version": "1.8" }, "shopping-cart-off": { @@ -4579,6 +4684,11 @@ "tags": ["shredder"], "version": "" }, + "signature": { + "category": "", + "tags": ["signature"], + "version": "" + }, "sitemap": { "category": "", "tags": ["sitemap", "page", "webpage", "website", "list", "roadmap", "index"], @@ -4586,7 +4696,7 @@ }, "skateboard": { "category": "Vehicles", - "tags": ["skateboard"], + "tags": ["skateboard", "toy", "vehicle", "electrical"], "version": "1.18" }, "slice": { @@ -4601,22 +4711,22 @@ }, "smart-home": { "category": "Buildings", - "tags": ["smart", "home"], + "tags": ["smart", "home", "apple", "devices", "connection", "link", "WiFi", "bluetooth"], "version": "1.2" }, "smoking-no": { "category": "", - "tags": ["smoking", "no"], + "tags": ["smoking", "no", "ban", "prohibition", "cigarette", "public place"], "version": "1.18" }, "smoking": { "category": "", - "tags": ["smoking"], + "tags": ["smoking", "cigarette", "public place"], "version": "1.18" }, "snowflake": { "category": "Weather", - "tags": ["snowflake"], + "tags": ["snowflake", "winter", "weather", "cold", "frost"], "version": "1.8" }, "soccer-field": { @@ -4626,7 +4736,7 @@ }, "social": { "category": "", - "tags": ["social"], + "tags": ["social", "society", "community", "collectivity"], "version": "1.7" }, "sock": { @@ -4634,11 +4744,21 @@ "tags": ["sock"], "version": "" }, + "sort-ascending-2": { + "category": "", + "tags": ["sort", "ascending", "2"], + "version": "" + }, "sort-ascending": { "category": "Text", "tags": ["sort", "ascending", "arrange"], "version": "1.0" }, + "sort-descending-2": { + "category": "", + "tags": ["sort", "descending", "2"], + "version": "" + }, "sort-descending": { "category": "Text", "tags": ["sort", "descending", "arrange"], @@ -4646,7 +4766,7 @@ }, "space": { "category": "Text", - "tags": ["space"], + "tags": ["space", "keyboard", "type", "gap"], "version": "1.8" }, "speakerphone": { @@ -4751,7 +4871,7 @@ }, "square-rotated": { "category": "Shapes", - "tags": ["square", "rotated"], + "tags": ["square", "rotated", "symmetry", "turn", "spin"], "version": "" }, "square-toggle-horizontal": { @@ -4774,6 +4894,16 @@ "tags": ["square", "checkbox"], "version": "1.0" }, + "squares-diagonal": { + "category": "", + "tags": ["squares", "diagonal"], + "version": "" + }, + "squares-filled": { + "category": "", + "tags": ["squares", "filled"], + "version": "" + }, "stack-2": { "category": "Design", "tags": ["stack", "2", "pile", "elements", "layout", "wrap"], @@ -4786,17 +4916,17 @@ }, "stairs-down": { "category": "", - "tags": ["stairs", "down"], + "tags": ["stairs", "down", "building", "step", "floor", "staircase", "clamber"], "version": "1.17" }, "stairs-up": { "category": "", - "tags": ["stairs", "up"], + "tags": ["stairs", "up", "building", "step", "floor", "staircase", "entryway"], "version": "1.17" }, "stairs": { "category": "", - "tags": ["stairs"], + "tags": ["stairs", "building", "step", "floor", "staircase"], "version": "1.17" }, "star-half": { @@ -4816,22 +4946,22 @@ }, "stars": { "category": "", - "tags": ["stars"], + "tags": ["stars", "favorite", "like", "mark", "grade", "bookmark", "grade", "space", "universe", "extraterrestrial", "galaxy"], "version": "1.27" }, "steering-wheel": { "category": "Vehicles", - "tags": ["steering", "wheel"], + "tags": ["steering", "wheel", "drive", "vehicle", "direction", "turn", "holding", "racing"], "version": "1.13" }, "step-into": { "category": "Arrows", - "tags": ["step", "into"], + "tags": ["step", "into", "vector", "placement", "among", "within"], "version": "1.2" }, "step-out": { "category": "Arrows", - "tags": ["step", "out"], + "tags": ["step", "out", "vector", "placement", "outside", "except"], "version": "1.2" }, "stethoscope": { @@ -4861,7 +4991,7 @@ }, "subtask": { "category": "", - "tags": ["subtask"], + "tags": ["subtask", "management", "break down", "work"], "version": "1.16" }, "sum": { @@ -4881,12 +5011,12 @@ }, "sunset": { "category": "Weather", - "tags": ["sunset"], + "tags": ["sunset", "west", "horizon", "landscape", "evening"], "version": "1.1" }, "sunshine": { "category": "Weather", - "tags": ["sunshine"], + "tags": ["sunshine", "east", "horizon", "landscape", "morning"], "version": "1.1" }, "superscript": { @@ -4896,7 +5026,7 @@ }, "swimming": { "category": "Sport", - "tags": ["swimming"], + "tags": ["swimming", "sport", "water", "pool", "style", "athletics", "competitive"], "version": "1.14" }, "switch-horizontal": { @@ -4941,27 +5071,27 @@ }, "tallymark-1": { "category": "Math", - "tags": ["tallymark", "1"], + "tags": ["tallymark", "1", "sign", "symbol", "numerical", "consistent", "system", "counting"], "version": "1.11" }, "tallymark-2": { "category": "Math", - "tags": ["tallymark", "2"], + "tags": ["tallymark", "2", "sign", "symbol", "numerical", "consistent", "system", "counting"], "version": "1.11" }, "tallymark-3": { "category": "Math", - "tags": ["tallymark", "3"], + "tags": ["tallymark", "3", "sign", "symbol", "numerical", "consistent", "system", "counting"], "version": "1.11" }, "tallymark-4": { "category": "Math", - "tags": ["tallymark", "4"], + "tags": ["tallymark", "4", "sign", "symbol", "numerical", "consistent", "system", "counting"], "version": "1.11" }, "tallymarks": { "category": "Math", - "tags": ["tallymarks"], + "tags": ["tallymarks", "sign", "symbol", "numerical", "consistent", "system", "counting"], "version": "1.11" }, "tank": { @@ -5019,6 +5149,16 @@ "tags": ["test", "pipe", "sample", "color"], "version": "1.0" }, + "text-direction-ltr": { + "category": "", + "tags": ["text", "direction", "ltr"], + "version": "" + }, + "text-direction-rtl": { + "category": "", + "tags": ["text", "direction", "rtl"], + "version": "" + }, "text-wrap-disabled": { "category": "Text", "tags": ["text", "wrap", "disabled", "text", "alignment", "position"], @@ -5044,6 +5184,11 @@ "tags": ["ticket", "cinema", "event", "theatre", "entry", "fine", "coupon", "pass"], "version": "1.0" }, + "tilt-shift": { + "category": "", + "tags": ["tilt", "shift"], + "version": "" + }, "tir": { "category": "Vehicles", "tags": ["tir"], @@ -5231,7 +5376,7 @@ }, "user-exclamation": { "category": "", - "tags": ["user", "exclamation"], + "tags": ["user", "exclamation", "user", "account", "note", "excitement", "admiration", "mark"], "version": "1.8" }, "user-minus": { @@ -5261,7 +5406,7 @@ }, "users": { "category": "", - "tags": ["users"], + "tags": ["users", "people", "persons", "accounts"], "version": "1.7" }, "variable": { @@ -5271,27 +5416,27 @@ }, "vector-beizer-2": { "category": "Design", - "tags": ["vector", "beizer", "2"], + "tags": ["vector", "beizer", "2", "curve", "parametric", "design", "vector graphics", "representation"], "version": "1.27" }, "vector-beizer": { "category": "Design", - "tags": ["vector", "beizer"], + "tags": ["vector", "beizer", "curve", "parametric", "design", "vector graphics", "representation"], "version": "1.27" }, "vector-triangle": { "category": "Design", - "tags": ["vector", "triangle"], + "tags": ["vector", "triangle", "curve", "parametric", "design", "vector graphics", "placement"], "version": "1.17" }, "vector": { "category": "Design", - "tags": ["vector"], + "tags": ["vector", "curve", "parametric", "design", "vector graphics", "placement"], "version": "1.17" }, "venus": { "category": "Symbols", - "tags": ["venus"], + "tags": ["venus", "female"], "version": "1.14" }, "versions": { @@ -5301,22 +5446,22 @@ }, "video-minus": { "category": "Media", - "tags": ["video", "minus"], + "tags": ["video", "minus", "film", "shoot", "recording", "taping", "camera", "remotion"], "version": "1.25" }, "video-off": { "category": "Media", - "tags": ["video", "off"], + "tags": ["video", "off", "film", "shoot", "recording", "taping", "camera", "end", "complete"], "version": "1.25" }, "video-plus": { "category": "Media", - "tags": ["video", "plus"], + "tags": ["video", "plus", "film", "shoot", "recording", "taping", "camera", "closeup"], "version": "1.25" }, "video": { "category": "Media", - "tags": ["video"], + "tags": ["video", "film", "shoot", "recording", "taping", "camera"], "version": "1.25" }, "view-360": { @@ -5331,12 +5476,12 @@ }, "viewport-narrow": { "category": "Devices", - "tags": ["viewport", "narrow"], + "tags": ["viewport", "narrow", "data", "account", "excel", "tight"], "version": "1.7" }, "viewport-wide": { "category": "Devices", - "tags": ["viewport", "wide"], + "tags": ["viewport", "wide", "data", "account", "broad", "excel"], "version": "1.7" }, "virus-off": { @@ -5371,7 +5516,7 @@ }, "walk": { "category": "Sport", - "tags": ["walk"], + "tags": ["walk", "ambulation", "dislocating", "movement", "motion", "destination"], "version": "1.14" }, "wallet": { @@ -5386,17 +5531,17 @@ }, "wave-saw-tool": { "category": "", - "tags": ["wave", "saw", "tool"], + "tags": ["wave", "saw", "tool", "pulse", "signal", "ratio", "rate", "volume"], "version": "1.19" }, "wave-sine": { "category": "", - "tags": ["wave", "sine"], + "tags": ["wave", "sine", "pulse", "signal", "ratio", "rate", "volume"], "version": "1.19" }, "wave-square": { "category": "", - "tags": ["wave", "square"], + "tags": ["wave", "square", "pulse", "signal", "ratio", "rate", "volume"], "version": "1.19" }, "wifi-0": { @@ -5426,7 +5571,7 @@ }, "wind": { "category": "Weather", - "tags": ["wind"], + "tags": ["wind", "weather", "breeze", "tornado", "typhoon", "cyclone", "hurricane"], "version": "1.1" }, "windmill": { @@ -5441,12 +5586,12 @@ }, "wiper-wash": { "category": "Vehicles", - "tags": ["wiper", "wash"], + "tags": ["wiper", "wash", "car", "pane", "vehicle", "sprinkler", "scour"], "version": "1.17" }, "wiper": { "category": "Vehicles", - "tags": ["wiper"], + "tags": ["wiper", "car", "pane", "vehicle", "sprinkler", "scour"], "version": "1.17" }, "woman": { @@ -5474,6 +5619,16 @@ "tags": ["wrecking", "ball"], "version": "1.34" }, + "writing-sign": { + "category": "", + "tags": ["writing", "sign"], + "version": "" + }, + "writing": { + "category": "", + "tags": ["writing"], + "version": "" + }, "x": { "category": "", "tags": ["x", "cancel", "remove", "delete", "empty"], @@ -5481,67 +5636,67 @@ }, "yin-yang": { "category": "Symbols", - "tags": ["yin", "yang"], + "tags": ["yin", "yang", "equality", "good", "evil", "balance", "peace"], "version": "1.1" }, "zodiac-aquarius": { "category": "Zodiac", - "tags": ["zodiac", "aquarius"], + "tags": ["zodiac", "aquarius", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-aries": { "category": "Zodiac", - "tags": ["zodiac", "aries"], + "tags": ["zodiac", "aries", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-cancer": { "category": "Zodiac", - "tags": ["zodiac", "cancer"], + "tags": ["zodiac", "cancer", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-capricorn": { "category": "Zodiac", - "tags": ["zodiac", "capricorn"], + "tags": ["zodiac", "capricorn", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-gemini": { "category": "Zodiac", - "tags": ["zodiac", "gemini"], + "tags": ["zodiac", "gemini", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-leo": { "category": "Zodiac", - "tags": ["zodiac", "leo"], + "tags": ["zodiac", "leo", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-libra": { "category": "Zodiac", - "tags": ["zodiac", "libra"], + "tags": ["zodiac", "libra", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-pisces": { "category": "Zodiac", - "tags": ["zodiac", "pisces"], + "tags": ["zodiac", "pisces", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-sagittarius": { "category": "Zodiac", - "tags": ["zodiac", "sagittarius"], + "tags": ["zodiac", "sagittarius", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-scorpio": { "category": "Zodiac", - "tags": ["zodiac", "scorpio"], + "tags": ["zodiac", "scorpio", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-taurus": { "category": "Zodiac", - "tags": ["zodiac", "taurus"], + "tags": ["zodiac", "taurus", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zodiac-virgo": { "category": "Zodiac", - "tags": ["zodiac", "virgo"], + "tags": ["zodiac", "virgo", "sign", "horoscope", "constellation", "stars"], "version": "1.17" }, "zoom-cancel": { -- 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 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` --- icons/border-style.svg | 2 +- icons/buldozer.svg | 13 --- icons/bulldozer.svg | 13 +++ icons/currency-bahraini.svg | 9 ++ icons/currency-bath.svg | 10 +++ icons/currency-cent.svg | 8 ++ icons/currency-dinar.svg | 9 ++ icons/currency-dirham.svg | 10 +++ icons/currency-dollar-australian.svg | 10 +++ icons/currency-dollar-canadian.svg | 9 ++ icons/currency-dollar-singapore.svg | 9 ++ icons/currency-ethereum.svg | 7 ++ icons/currency-forint.svg | 9 ++ icons/currency-frank.svg | 8 ++ icons/currency-krone-czech.svg | 6 ++ icons/currency-krone-danish.svg | 11 +++ icons/currency-krone-swedish.svg | 7 ++ icons/currency-leu.svg | 6 ++ icons/currency-lira.svg | 8 ++ icons/currency-litecoin.svg | 7 ++ icons/currency-naira.svg | 8 ++ icons/currency-real.svg | 9 ++ icons/currency-renminbi.svg | 9 ++ icons/currency-ripple.svg | 10 +++ icons/currency-riyal.svg | 8 ++ icons/currency-rubel.svg | 7 ++ icons/currency-rupee.svg | 4 +- icons/currency-shekel.svg | 7 ++ icons/currency-taka.svg | 8 ++ icons/currency-tugrik.svg | 9 ++ icons/currency-won.svg | 8 ++ icons/currency-zloty.svg | 8 ++ 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 ++ tags.json | 134 +++++++++++++++++++++++++++++- 63 files changed, 619 insertions(+), 21 deletions(-) delete mode 100644 icons/buldozer.svg create mode 100644 icons/bulldozer.svg create mode 100644 icons/currency-bahraini.svg create mode 100644 icons/currency-bath.svg create mode 100644 icons/currency-cent.svg create mode 100644 icons/currency-dinar.svg create mode 100644 icons/currency-dirham.svg create mode 100644 icons/currency-dollar-australian.svg create mode 100644 icons/currency-dollar-canadian.svg create mode 100644 icons/currency-dollar-singapore.svg create mode 100644 icons/currency-ethereum.svg create mode 100644 icons/currency-forint.svg create mode 100644 icons/currency-frank.svg create mode 100644 icons/currency-krone-czech.svg create mode 100644 icons/currency-krone-danish.svg create mode 100644 icons/currency-krone-swedish.svg create mode 100644 icons/currency-leu.svg create mode 100644 icons/currency-lira.svg create mode 100644 icons/currency-litecoin.svg create mode 100644 icons/currency-naira.svg create mode 100644 icons/currency-real.svg create mode 100644 icons/currency-renminbi.svg create mode 100644 icons/currency-ripple.svg create mode 100644 icons/currency-riyal.svg create mode 100644 icons/currency-rubel.svg create mode 100644 icons/currency-shekel.svg create mode 100644 icons/currency-taka.svg create mode 100644 icons/currency-tugrik.svg create mode 100644 icons/currency-won.svg create mode 100644 icons/currency-zloty.svg 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 diff --git a/icons/border-style.svg b/icons/border-style.svg index b0f8f2ae..b5196f86 100644 --- a/icons/border-style.svg +++ b/icons/border-style.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/buldozer.svg b/icons/buldozer.svg deleted file mode 100644 index 12899b4f..00000000 --- a/icons/buldozer.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/icons/bulldozer.svg b/icons/bulldozer.svg new file mode 100644 index 00000000..3e2c3bfd --- /dev/null +++ b/icons/bulldozer.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/currency-bahraini.svg b/icons/currency-bahraini.svg new file mode 100644 index 00000000..e8f8ac14 --- /dev/null +++ b/icons/currency-bahraini.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/currency-bath.svg b/icons/currency-bath.svg new file mode 100644 index 00000000..4051da0e --- /dev/null +++ b/icons/currency-bath.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/currency-cent.svg b/icons/currency-cent.svg new file mode 100644 index 00000000..808afc4e --- /dev/null +++ b/icons/currency-cent.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/currency-dinar.svg b/icons/currency-dinar.svg new file mode 100644 index 00000000..09193c55 --- /dev/null +++ b/icons/currency-dinar.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/currency-dirham.svg b/icons/currency-dirham.svg new file mode 100644 index 00000000..12e66093 --- /dev/null +++ b/icons/currency-dirham.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/currency-dollar-australian.svg b/icons/currency-dollar-australian.svg new file mode 100644 index 00000000..5fca43f1 --- /dev/null +++ b/icons/currency-dollar-australian.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/currency-dollar-canadian.svg b/icons/currency-dollar-canadian.svg new file mode 100644 index 00000000..d518fe46 --- /dev/null +++ b/icons/currency-dollar-canadian.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/currency-dollar-singapore.svg b/icons/currency-dollar-singapore.svg new file mode 100644 index 00000000..340b226b --- /dev/null +++ b/icons/currency-dollar-singapore.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/currency-ethereum.svg b/icons/currency-ethereum.svg new file mode 100644 index 00000000..0b3e736f --- /dev/null +++ b/icons/currency-ethereum.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/currency-forint.svg b/icons/currency-forint.svg new file mode 100644 index 00000000..6ddc7315 --- /dev/null +++ b/icons/currency-forint.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/currency-frank.svg b/icons/currency-frank.svg new file mode 100644 index 00000000..a4ba0fcb --- /dev/null +++ b/icons/currency-frank.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/currency-krone-czech.svg b/icons/currency-krone-czech.svg new file mode 100644 index 00000000..4d845def --- /dev/null +++ b/icons/currency-krone-czech.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/currency-krone-danish.svg b/icons/currency-krone-danish.svg new file mode 100644 index 00000000..8544d039 --- /dev/null +++ b/icons/currency-krone-danish.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/currency-krone-swedish.svg b/icons/currency-krone-swedish.svg new file mode 100644 index 00000000..1582a031 --- /dev/null +++ b/icons/currency-krone-swedish.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/currency-leu.svg b/icons/currency-leu.svg new file mode 100644 index 00000000..28a7e746 --- /dev/null +++ b/icons/currency-leu.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/currency-lira.svg b/icons/currency-lira.svg new file mode 100644 index 00000000..e2941c60 --- /dev/null +++ b/icons/currency-lira.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/currency-litecoin.svg b/icons/currency-litecoin.svg new file mode 100644 index 00000000..052f18ce --- /dev/null +++ b/icons/currency-litecoin.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/currency-naira.svg b/icons/currency-naira.svg new file mode 100644 index 00000000..c5e33d49 --- /dev/null +++ b/icons/currency-naira.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/currency-real.svg b/icons/currency-real.svg new file mode 100644 index 00000000..5f839607 --- /dev/null +++ b/icons/currency-real.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/currency-renminbi.svg b/icons/currency-renminbi.svg new file mode 100644 index 00000000..c034d641 --- /dev/null +++ b/icons/currency-renminbi.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/currency-ripple.svg b/icons/currency-ripple.svg new file mode 100644 index 00000000..3e7bef32 --- /dev/null +++ b/icons/currency-ripple.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/currency-riyal.svg b/icons/currency-riyal.svg new file mode 100644 index 00000000..4fb94587 --- /dev/null +++ b/icons/currency-riyal.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/currency-rubel.svg b/icons/currency-rubel.svg new file mode 100644 index 00000000..eac1d07d --- /dev/null +++ b/icons/currency-rubel.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/currency-rupee.svg b/icons/currency-rupee.svg index f97887dd..3ec68704 100644 --- a/icons/currency-rupee.svg +++ b/icons/currency-rupee.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/currency-shekel.svg b/icons/currency-shekel.svg new file mode 100644 index 00000000..caf0025a --- /dev/null +++ b/icons/currency-shekel.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/currency-taka.svg b/icons/currency-taka.svg new file mode 100644 index 00000000..84876eb2 --- /dev/null +++ b/icons/currency-taka.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/currency-tugrik.svg b/icons/currency-tugrik.svg new file mode 100644 index 00000000..7f0a640e --- /dev/null +++ b/icons/currency-tugrik.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/currency-won.svg b/icons/currency-won.svg new file mode 100644 index 00000000..803d0632 --- /dev/null +++ b/icons/currency-won.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/currency-zloty.svg b/icons/currency-zloty.svg new file mode 100644 index 00000000..36162420 --- /dev/null +++ b/icons/currency-zloty.svg @@ -0,0 +1,8 @@ + + + + + + + + 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 +--- + + + + + diff --git a/tags.json b/tags.json index 8049b297..cc3d42d4 100644 --- a/tags.json +++ b/tags.json @@ -1279,9 +1279,9 @@ "tags": ["bulb", "energy", "power", "electricity", "creativity", "light", "idea"], "version": "1.0" }, - "buldozer": { + "bulldozer": { "category": "Vehicles", - "tags": ["buldozer"], + "tags": ["bulldozer"], "version": "1.34" }, "bus": { @@ -2039,36 +2039,166 @@ "tags": ["curly", "loop", "voicemail", "power", "infinity"], "version": "1.2" }, + "currency-bahraini": { + "category": "Currencies", + "tags": ["currency", "bahraini"], + "version": "" + }, + "currency-bath": { + "category": "Currencies", + "tags": ["currency", "bath"], + "version": "" + }, "currency-bitcoin": { "category": "Currencies", "tags": ["currency", "bitcoin", "digital", "network", "peer-to-peer", "mining"], "version": "1.4" }, + "currency-cent": { + "category": "Currencies", + "tags": ["currency", "cent"], + "version": "" + }, + "currency-dinar": { + "category": "Currencies", + "tags": ["currency", "dinar"], + "version": "" + }, + "currency-dirham": { + "category": "Currencies", + "tags": ["currency", "dirham"], + "version": "" + }, + "currency-dollar-australian": { + "category": "Currencies", + "tags": ["currency", "dollar", "australian"], + "version": "" + }, + "currency-dollar-canadian": { + "category": "Currencies", + "tags": ["currency", "dollar", "canadian"], + "version": "" + }, + "currency-dollar-singapore": { + "category": "Currencies", + "tags": ["currency", "dollar", "singapore"], + "version": "" + }, "currency-dollar": { "category": "Currencies", "tags": ["currency", "dollar", "money", "bucks", "usa", "banknote", "pay"], "version": "1.3" }, + "currency-ethereum": { + "category": "Currencies", + "tags": ["currency", "ethereum"], + "version": "" + }, "currency-euro": { "category": "Currencies", "tags": ["currency", "euro", "money", "banknote", "pay", "europe", "eu"], "version": "1.3" }, + "currency-forint": { + "category": "Currencies", + "tags": ["currency", "forint"], + "version": "" + }, + "currency-frank": { + "category": "Currencies", + "tags": ["currency", "frank"], + "version": "" + }, + "currency-krone-danish": { + "category": "Currencies", + "tags": ["currency", "krone", "danish"], + "version": "" + }, + "currency-leu": { + "category": "Currencies", + "tags": ["currency", "leu"], + "version": "" + }, + "currency-lira": { + "category": "Currencies", + "tags": ["currency", "lira"], + "version": "" + }, + "currency-litecoin": { + "category": "Currencies", + "tags": ["currency", "litecoin"], + "version": "" + }, + "currency-naira": { + "category": "Currencies", + "tags": ["currency", "naira"], + "version": "" + }, "currency-pound": { "category": "Currencies", "tags": ["currency", "pound", "money", "banknote", "pay", "britain", "uk"], "version": "1.4" }, + "currency-real": { + "category": "Currencies", + "tags": ["currency", "real"], + "version": "" + }, + "currency-renminbi": { + "category": "Currencies", + "tags": ["currency", "renminbi"], + "version": "" + }, + "currency-ripple": { + "category": "Currencies", + "tags": ["currency", "ripple"], + "version": "" + }, + "currency-riyal": { + "category": "Currencies", + "tags": ["currency", "riyal"], + "version": "" + }, + "currency-rubel": { + "category": "Currencies", + "tags": ["currency", "rubel"], + "version": "" + }, "currency-rupee": { "category": "Currencies", "tags": ["currency", "rupee", "money", "banknote", "pay", "india"], "version": "1.4" }, + "currency-shekel": { + "category": "Currencies", + "tags": ["currency", "shekel"], + "version": "" + }, + "currency-taka": { + "category": "Currencies", + "tags": ["currency", "taka"], + "version": "" + }, + "currency-tugrik": { + "category": "Currencies", + "tags": ["currency", "tugrik"], + "version": "" + }, + "currency-won": { + "category": "Currencies", + "tags": ["currency", "won"], + "version": "" + }, "currency-yen": { "category": "Currencies", "tags": ["currency", "yen", "money", "banknote", "pay", "japan"], "version": "1.4" }, + "currency-zloty": { + "category": "Currencies", + "tags": ["currency", "zloty"], + "version": "" + }, "current-location": { "category": "Map", "tags": ["current", "location", "localization", "maps", "navigation", "pin", "target"], -- 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` --- icons/currency-krone-czech.svg | 5 ++++- icons/currency-krone-swedish.svg | 5 ++++- src/_icons/currency-krone-czech.svg | 3 +++ src/_icons/currency-krone-swedish.svg | 3 +++ tags.json | 10 ++++++++++ 5 files changed, 24 insertions(+), 2 deletions(-) diff --git a/icons/currency-krone-czech.svg b/icons/currency-krone-czech.svg index 4d845def..5e9193e8 100644 --- a/icons/currency-krone-czech.svg +++ b/icons/currency-krone-czech.svg @@ -1,6 +1,9 @@ - + + + + diff --git a/icons/currency-krone-swedish.svg b/icons/currency-krone-swedish.svg index 1582a031..644ca039 100644 --- a/icons/currency-krone-swedish.svg +++ b/icons/currency-krone-swedish.svg @@ -1,7 +1,10 @@ - + + + + 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 +--- diff --git a/tags.json b/tags.json index cc3d42d4..e7f99285 100644 --- a/tags.json +++ b/tags.json @@ -2109,11 +2109,21 @@ "tags": ["currency", "frank"], "version": "" }, + "currency-krone-czech": { + "category": "Currencies", + "tags": ["currency", "krone", "czech"], + "version": "" + }, "currency-krone-danish": { "category": "Currencies", "tags": ["currency", "krone", "danish"], "version": "" }, + "currency-krone-swedish": { + "category": "Currencies", + "tags": ["currency", "krone", "swedish"], + "version": "" + }, "currency-leu": { "category": "Currencies", "tags": ["currency", "leu"], -- 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` --- _import.csv | 119 +++++++++--------------------- 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 + 35 files changed, 87 insertions(+), 111 deletions(-) diff --git a/_import.csv b/_import.csv index 7482d7b4..6d2e747d 100644 --- a/_import.csv +++ b/_import.csv @@ -1,86 +1,33 @@ -moon-2 night, dark mode -octagon shape, geometric, math, 2D, building, government -page-break summary, feature, element, css -peace love, hippy, minority, opinion, equilibrium -percentage sign, symbol, math, economics, cash, bank account, chart, graph, diagram, statistic -photo-off image, picture, landscape, camera -pin thing, localization, maps, clip, place, location -planet earth, uranus, universe, space, galaxy, orbit, atmosphere -pray religion, faith, christianity, islam, buddhism, judaism -question-mark sign, symbol, ask, sentence, word, letters -radioactive dangerous, precarious, danger, sign, symbol, warning, caution, chernobyl, reactor, atomic, powerhouses, generator -rectangle-vertical shape, geometric, math, upright -rectangle shape, geometric, math -road-sign telltale, prohibitive, indicative, cautionary, codex, restrictions -rocket universe, galaxy, space, journey, discover, extraterrestrial, spaceship -rotate-rectangle refresh, synchronization, reload, restart, spinner, loader, ajax, update, arrows -run jog, dislocating, movement, motion, sprint -sailboat sailor, journey, sea, lake, ocean, river -school students, class, teachers, professors, doctors, hall, classroom, subject, science, break, lesson -screen-share-off monitor, stream, tv, mirroring, cast, online -screen-share monitor, stream, tv, mirroring, cast, online -separator-horizontal divider, space, separate, set apart, flat-lying -separator-vertical divider, space, separate, set apart, upright -servicemark trademark, sign, symbol, registration -shield-off unprotected, protection, cancel, no -ship sail, sail across, ocean, river, lake, sea, sailor, journey, transit, manufactures, containers -shirt gear, outfit, mocker, -skateboard toy, vehicle, electrical -player-skip-back button, player, video, film, music, cancel, rewind, reverse -player-skip-forward button, player, video, film, music, omit, -smart-home apple, devices, connection, link, WiFi, bluetooth -smoking-no ban, prohibition, cigarette, public place -smoking cigarette, public place -snowflake winter, weather, cold, frost -social society, community, collectivity -space keyboard, type, gap -square-rotated symmetry, turn, spin -stairs-down building, step, floor, staircase, clamber -stairs-up building, step, floor, staircase, entryway -stairs building, step, floor, staircase -stars favorite, like, mark, grade, bookmark, grade, space, universe, extraterrestrial, galaxy -steering-wheel drive, vehicle, direction, turn, holding, racing -step-into vector, placement, among, within -step-out vector, placement, outside, except -subtask management, break down, work -sunset west, horizon, landscape, evening -sunshine east, horizon, landscape, morning -swimming sport, water, pool, style, athletics, competitive -tallymark-1 sign, symbol, numerical, consistent, system, counting -tallymark-2 sign, symbol, numerical, consistent, system, counting -tallymark-3 sign, symbol, numerical, consistent, system, counting -tallymark-4 sign, symbol, numerical, consistent, system, counting -tallymarks sign, symbol, numerical, consistent, system, counting -user-exclamation user, account, note, excitement, admiration, mark -users people, persons, accounts -vector-beizer-2 curve, parametric, design, vector graphics, representation, -vector-beizer curve, parametric, design, vector graphics, representation, -vector-triangle curve, parametric, design, vector graphics, placement -vector curve, parametric, design, vector graphics, placement -venus female -video-minus film, shoot, recording, taping, camera, remotion -video-off film, shoot, recording, taping, camera, end, complete -video-plus film, shoot, recording, taping, camera, closeup -video film, shoot, recording, taping, camera -viewport-wide data, account, broad, excel -viewport-narrow data, account, excel, tight -walk ambulation, dislocating, movement, motion, destination -wave-saw-tool pulse, signal, ratio, rate, volume -wave-sine pulse, signal, ratio, rate, volume -wave-square pulse, signal, ratio, rate, volume -wind weather, breeze, tornado, typhoon, cyclone, hurricane -wiper-wash car, pane, vehicle, sprinkler, scour -wiper car, pane, vehicle, sprinkler, scour -yin-yang equality, good, evil, balance, peace -zodiac-aquarius sign, horoscope, constellation, stars -zodiac-aries sign, horoscope, constellation, stars -zodiac-cancer sign, horoscope, constellation, stars -zodiac-capricorn sign, horoscope, constellation, stars -zodiac-gemini sign, horoscope, constellation, stars -zodiac-leo sign, horoscope, constellation, stars -zodiac-libra sign, horoscope, constellation, stars -zodiac-pisces sign, horoscope, constellation, stars -zodiac-sagittarius sign, horoscope, constellation, stars -zodiac-scorpio sign, horoscope, constellation, stars -zodiac-taurus sign, horoscope, constellation, stars -zodiac-virgo sign, horoscope, constellation, stars +currency-bath thb, thai, baht, money, banknote, pay +currency-bitcoin crypto, bitcoin, lightning network, mining, digital , blockchain, p2p, peer, money, banknote, pay +currency-cent cent, coin, money, centavo, penny, money, banknote, pay +currency-dinar kwd, dinar, kuwait, money, banknote, pay +currency-dirham trade, aed, uae, dirham, money, banknote, pay +currency-dollar american, us, dollar, usd, sign, bucks, usa, money, banknote, pay +currency-dollar-australian dollar, aud, australian, money, banknote, pay +currency-dollar-canadian trade, dollar, cad, canadian, money, banknote, pay +currency-dollar-singapore singapore, dollar, exchange, sgd, money, banknote, pay +currency-ethereum ethereum, digital, crypto, ether, blockchain, money, banknote, pay +currency-euro euro, eur, trade, finance, europe, eu, money, banknote, pay +currency-forint huf, hungarian, business, forint, money, banknote, pay +currency-frank chf, business, swiss, franc, money, banknote, pay +currency-krone-czech czech, czk, koruna, money, banknote, pay +currency-krone-danish krone, dkk, danish, finance, money, banknote, pay +currency-krone-swedish krone, kronor, krona, swedish, icelandic, norwegian, estonian, money, banknote, pay +currency-leu leu, loti, lempira, lek, lilangani, money, banknote, pay +currency-lira lira, trade, turkish, try, money, banknote, pay +currency-litecoin litecoin, crypto, segwit, lightning network, blockchain, p2p, peer, transaction, money, banknote, pay +currency-naira naira, ngn, nigerian, trade, money, banknote, pay, money, banknote, pay +currency-pound gbp, pound, sterling, british, britain, uk, money, banknote, pay +currency-real brl, brazilian, real, finance, money, banknote, pay +currency-renminbi renminbi, cny, chinese, yuan, money, banknote, pay +currency-ripple ripple, xrp, digital, crypto, money, banknote, pay +currency-riyal riyal, sar, saudi, money, banknote, pay +currency-rubel rub, russian, ruble, money, banknote, pay +currency-rupee inr, indian, rupee, exchange, money, banknote, pay +currency-shekel curency, ils, israeli, shekel, money, banknote, pay +currency-taka trade, bangladesh, bdt, taka, money, banknote, pay +currency-tugrik tgrg, mnt, tugrik, mongolian, money, banknote, pay +currency-won korean, kpw, north, won, money, banknote, pay +currency-yen japanese, yen, jpy, chinese, money, banknote, pay +currency-zloty poland, pln, zloty, polish, money, banknote, pay 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 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 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 --- _import.csv | 368 +++++++++++++++++++++++++++--- 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 + 336 files changed, 670 insertions(+), 34 deletions(-) diff --git a/_import.csv b/_import.csv index 6d2e747d..9a825f80 100644 --- a/_import.csv +++ b/_import.csv @@ -1,33 +1,335 @@ -currency-bath thb, thai, baht, money, banknote, pay -currency-bitcoin crypto, bitcoin, lightning network, mining, digital , blockchain, p2p, peer, money, banknote, pay -currency-cent cent, coin, money, centavo, penny, money, banknote, pay -currency-dinar kwd, dinar, kuwait, money, banknote, pay -currency-dirham trade, aed, uae, dirham, money, banknote, pay -currency-dollar american, us, dollar, usd, sign, bucks, usa, money, banknote, pay -currency-dollar-australian dollar, aud, australian, money, banknote, pay -currency-dollar-canadian trade, dollar, cad, canadian, money, banknote, pay -currency-dollar-singapore singapore, dollar, exchange, sgd, money, banknote, pay -currency-ethereum ethereum, digital, crypto, ether, blockchain, money, banknote, pay -currency-euro euro, eur, trade, finance, europe, eu, money, banknote, pay -currency-forint huf, hungarian, business, forint, money, banknote, pay -currency-frank chf, business, swiss, franc, money, banknote, pay -currency-krone-czech czech, czk, koruna, money, banknote, pay -currency-krone-danish krone, dkk, danish, finance, money, banknote, pay -currency-krone-swedish krone, kronor, krona, swedish, icelandic, norwegian, estonian, money, banknote, pay -currency-leu leu, loti, lempira, lek, lilangani, money, banknote, pay -currency-lira lira, trade, turkish, try, money, banknote, pay -currency-litecoin litecoin, crypto, segwit, lightning network, blockchain, p2p, peer, transaction, money, banknote, pay -currency-naira naira, ngn, nigerian, trade, money, banknote, pay, money, banknote, pay -currency-pound gbp, pound, sterling, british, britain, uk, money, banknote, pay -currency-real brl, brazilian, real, finance, money, banknote, pay -currency-renminbi renminbi, cny, chinese, yuan, money, banknote, pay -currency-ripple ripple, xrp, digital, crypto, money, banknote, pay -currency-riyal riyal, sar, saudi, money, banknote, pay -currency-rubel rub, russian, ruble, money, banknote, pay -currency-rupee inr, indian, rupee, exchange, money, banknote, pay -currency-shekel curency, ils, israeli, shekel, money, banknote, pay -currency-taka trade, bangladesh, bdt, taka, money, banknote, pay -currency-tugrik tgrg, mnt, tugrik, mongolian, money, banknote, pay -currency-won korean, kpw, north, won, money, banknote, pay -currency-yen japanese, yen, jpy, chinese, money, banknote, pay -currency-zloty poland, pln, zloty, polish, money, banknote, pay +border-style google, excel, sheets, sheets +clear-all app, clear, all, emails, phone +details geometric, half, shape, highlight, triangle +droplet-filled water, rain, liquid, fill +droplet-filled-2 water, rain, liquid, fill +droplet-half water, rain, liquid, fill +droplet-half-2 water, rain, liquid, fill +edit-circle pencil, change, update +file-info info, information, informations, paper, file, document, page +flag banner, pin, report, map, warning, alert +flag-2 banner, pin, report, map, warning, alert +flag-3 banner, pin, report, map, warning, alert +flare shine, flare, heat, sunlight, hot, sun, heat +geometry build, architecture, create, compass +grain dots, pattern, random, round, circle, nodes +layers-linked data, network +list-search find, agenda, shopping +nfc payment, nfc, cash, chip, shopping, cashless, pass, contactless +perspective 3d, perspective, transform, reshape, scale +pyramid pattern, abstract, geometric, shape +ruler-2 maths, dimensions, size, width, length, geometry, measure, technical +signature name, certficate, sign, edit, write, document, writing +sort-ascending-2 filter, classify, arrange, order +sort-descending-2 filter, classify, arrange, order +squares-diagonal boxes, layers +squares-filled boxes, layers +text-direction-ltr left, right +text-direction-rtl left, right +tilt-shift filter, shift, photography, photo +writing name, certficate, sign, edit, write, document, pen, drawing, contract, signature +writing-sign name, certficate, sign, edit, write, document, writing, pen +aerial-lift cable, car, gondola, mountains, ski, tramway +affiliate network, connection, collaboration, people, connect, organization, networking +arrow-ramp-left direction, side, turn +arrow-ramp-right direction, side, turn +backhoe rear, equipment, digger, excavation, tractor, loader, construction, site, excavator +ball-american-football sport, game, sportsman, play, match, pitch +ball-football-off sport, game, sportsman, play, match, pitch +ball-football sport, game, sportsman, play, match, pitch +battery-automotive vehicle, charge, motor, current, car, electricity, electric, power +blockquote citation, quotation, saying, text, section, style, styling, css +box-margin css, cascading, style, section, space, text, content, outside, container +box-model css, cascading, style, section, element, square, website, container +box-multiple-0 css, cascading, style, sheet, background, section, zero, website, layer +box-multiple-1 css, cascading, style, sheet, background, section, one, website, layer +box-multiple-2 css, cascading, style, sheet, background, section, two, website, layer +box-multiple-3 css, cascading, style, sheet, background, section, three, website, layer +box-multiple-4 css, cascading, style, sheet, background, section, four, website, layer +box-multiple-5 css, cascading, style, sheet, background, section, five, website, layer +box-multiple-6 css, cascading, style, sheet, background, section, six, website, layer +box-multiple-7 css, cascading, style, sheet, background, section, seven, website, layer +box-multiple-8 css, cascading, style, sheet, background, section, eight, website, layer +box-multiple-9 css, cascading, style, sheet, background, section, nine, website, layer +box-multiple css, cascading, style, sheet, background, section, website, layer +box-padding css, cascading, style, section, space, text, content, website, container, inside +brand-airbnb flat, apartment, holiday, vacation, city, break, book +brand-apple-arcade technology, video, game, service, macOS, device, play, online +brand-asana task, management, project management, manage, collaborate, collaboration, team, teamwork, technology +brand-bing search, result, find, search, engine, internet, microsoft, web, technology +brand-bitbucket version, control, repository, hosting, atlassian, source, code, development, git, technology +brand-codesandbox online, code, editor, prototyping, prototype, web, app, programming, integrated, development, environment, technology +brand-css3 cascading, style, sheet, programming, development, web, website, technology +brand-disqus comment, blog, service, website, online, platform, social, networking, technology +brand-docker app, development, hub, platform, software, developer, programming, programmer, virtualization, technology +brand-gravatar avatar, image, face, blog, comment, represent, online, technology +brand-hipchat chat, communicate, communication, talk, discuss, app, collaborate, collaboration, technology +brand-html5 programming, development, web, website, technology, markup, language, technology +brand-kickstarter crowdfunding, platform, project, creative, idea, business, launch, technology +brand-kotlin programming, language, programmer, development, developer, technology +brand-netflix series, tv, episode, movie, film, media, watch, app, technology +brand-pagekit content, management, system, website, component, modular, technology +brand-producthunt technology, product, share, discover, new, novelty, web, geek +brand-sass technology, preprocessor, script, language, programming, css, syntax, compile +brand-sentry technology, application, monitoring, error, tracking, software, cloud, development, app +brand-soundcloud technology, audio, distribution, platform, music, upload, promote, streaming +brand-steam technology, video, game, digital, distribution, software, player, pc +brand-stripe technology, payment, processing, money, subscription, finance, financial, software, e-commerce +brand-tidal technology, subscription, music, podcast, video, streaming, playlist, party, track, song +brand-tinder date, dating, app, love, affection, affair, couple, technology, networking, swipe, match +brand-unsplash picture, photo, photography, search, image, stock +brand-vk technology, social, media, networking, service, russian +brand-yahoo web, services, technology, inbox, mail, web, news, search +brand-ycombinator startup, accelerator, seed, money, launch, company, business, invest, funding +brightness-2 light, screen, level, daytime, sun +brightness-half light, screen, level, daytime, sun +building-carousel amusement, park, fair, merry-go-round, fun, entertaianment +building-castle king, queen, royal, architecture, medieval, middle, ages, nobility, tower, fortress, fort, fortification, princess, prince +building-cottage small, house, countryside, live, farm, rural, outskirts +building-factory goods, manufature, machine, trade, produce, product, worker, industry, industrial, site +building-fortress military, town, defend, attack, stronghold, protect, protection, medieval +building-lighthouse light, sea, tower, beacon, flash, ship, guide, lightship, leading, watchtower, signal +bulldozer tractor, construction, site, build, rear, machine +businessplan business, money, corporate, document, goal, achieve, manage, roadmap, grow +calendar-off unavailable, unavailability, leave, plan, schedule, busy, date, month, year, meeting +calendar-stats plan, timetable, schedule, meeting, busy, month, year, date, statistics +calendar-time plan, timetable, schedule, meeting, busy, month, year, date +camera-rotate photo, photography, picture, face, instagram, portrait, digital, smartphone, selfie +camera-selfie photo, photography, picture, face, instagram, portrait, digital, smartphone +cardboards vr, virtual reality, watch, viewer, technology +cash-banknote-off money, pay, bank, dollar, pound, bank, yen, business +cash-banknote money, pay, bank, dollar, pound, bank, yen, business +ce sign, marking, administration, administrative, conformity, health, safety, environment, protection, standards, product, europe, eea, economic, area, manufacture +certificate document, official, attest, signature, birth, death, gift, authenticity, seal, course, complete, qualification +charging-pile electric, electricity, hybrid, tesla, station, electronic, point +chart-arrows-vertical statistics, data, value, variable, scale, statistical, level, increase, decrease +chart-arrows statistics, data, value, variable, scale, statistical, level, increase, decrease +chart-dots statistics, data, value, variable, scale, statistical +chart-infographic statistics, data, value, variable, scale, statistical, bar, information, report +chart-radar statistics, data, value, two, dimensions, variable, report, points +christmas-tree holidays, pine, decorate, decoration, gift, present, carol, evergreen, spruce, fir, winter +circle-0 zero, number, digit, quantity, amount, order, maths, sum, total +circle-1 one, zero, number, digit, quantity, amount, order, maths, sum, total +circle-2 two, zero, number, digit, quantity, amount, order, maths, sum, total +circle-3 three, zero, number, digit, quantity, amount, order, maths, sum, total +circle-4 four, zero, number, digit, quantity, amount, order, maths, sum, total +circle-5 five, zero, number, digit, quantity, amount, order, maths, sum, total +circle-6 six, zero, number, digit, quantity, amount, order, maths, sum, total +circle-7 seven, zero, number, digit, quantity, amount, order, maths, sum, total +circle-8 eight, zero, number, digit, quantity, amount, order, maths, sum, total +circle-9 nine, zero, number, digit, quantity, amount, order, maths, sum, total +circle-half-vertical shape, split, slash +circle-half shape, split, slash +circle-off shape, split, slash, disabled +cloud-off auto, backup, storage, memory, files, pictures, store +code-minus remove, delete, insert, braces +code-plus add, insert, braces +column-insert-left database, table, cells, arrow +column-insert-right database, table, cells, arrow +confetti party, celebrate, streamers, paper, parade, wedding, celebration +container element, html, block, store, inside +corner-down-left-double arrow, previous, back, return, below, point +corner-down-right-double arrow, next, below, forward, point +corner-left-down-double arrow, point, below, bottom +corner-left-up-double arrow, point, above, top +corner-right-down-double arrow, point, below, bottom +corner-right-up-double arrow, point, above, top +corner-up-left-double arrow, point, side, previous, back, return +corner-up-right-double arrow, next, above, forward, point +crown-off king, queen, royal, throne, power +cursor-text editor, indicate, position, input, mouse, type +database-export data, backup, file, storage, system +database-import data, file, storage, backup, system +database-off data, file, storage, table, system +device-analytics analyze, analyse, data, traffic, user +device-audio-tape record, music, radio, cassette, recording, play +device-cctv closed, circuit, television, video, surveillance, signal, monitor, record +device-computer-camera-off video, meeting, record, recording, webcam +device-computer-camera video, meeting, record, recording, webcam +dimensions width, height, size, breadth, depth +divide separate, element, multiple, apart, separator, parts +dna genetics, biology, chain, genetic, code, virus, organism +drone-off device, fly, aircraft, surveillance, control, autonomous, forbidden, banned, unlicensed +drone device, fly, aircraft, surveillance, control, autonomous +ear-off sound, deaf, hearing, impaired, handicapped, hard-of-hearing, mute +equal-not maths, mathematics, equation, different, value +equal maths, mathematics, equation, same, value +eyeglass-2 sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted +eyeglass sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted +feather bird, animal, nature +file-analytics data, statistics, report, chart, document, paper +file-certificate certificate, license, diploma, document, format, data, paper +file-export arrow, data, paper, document, format +file-import arrow, data, paper, document, format +file-report stats, data, paper, document, chart, format +file-search search, data, paper, document, format +file-symlink text, format, extension, document, format +file-zip forms, documents, stack, letter, archive, rar, zipped, extention, bundle, format +files-off forms, documents, stack, letter +files forms, documents, stack, letter +flame fire, fireplace, light, burn, bonfire, smoke, barbecue +fold-down arrow, move, toggle +fold-up arrow, move, toggle +fold arrow, move, merge +glass-off drink, alcohol, not-allowed, sober, non-alcoholic, wine +golf game, ball, play, hole, club-and-ball, stroke, luxury, pitch +gps navigation, directions, global, positioning, system, satnav, radionavigation, system, travel, car +growth seed, harvest, plant, tree, flower, grain, greenery, garden +hanger clothes, wardrobe, hook, hang, wooden, plastic, wire, shop, store, clothing, fashion +heading main, text, headline, style, styling, html +headphones-off sound, silence, mute, earphones, electronics, wireless, listen +helicopter-landing pad, helipad, land, takeoff, navy, travel, aircraft, platform, fly +helicopter land, takeoff, navy, travel, aircraft, platform, fly, pilot, journey, rotorcraft, hover +hexagon-off six, angle, shape, crossed +hierarchy-2 relation, above, below, status, society, important +hierarchy relation, above, below, status, society, important +ice-cream-2 sweet, cold, dessert, food, taste, frozen, snack, flavour, flavor, cone +jump-rope sport, fitness, workout, gym, skipping, cardio, fit, shape +karate martial, art, self, defence, defend, strike, compat, oriental, fight, kick +keyboard-off device, type, disconnect, unplug +leaf nature, plant, tree, autumn, fall, greenery, flower, forest, garden +letter-case-lower typography, font, text, style, content +letter-case-toggle typography, font, text, style, content +letter-case-upper typography, font, text, style, content +letter-case typography, font, text, style, content +letter-spacing typography, font, space, character, word +line-dashed geometric, segment, link, connection +line-dotted geometric, segment, link, connection +macro video, photography, photo, camera +manual-gearbox car, vehicle, torque, transmission, mechanics, motor, engine +map-pins place, direction, travel, destination, mark, location, address +marquee-2 tag, tracer, html, animation, text, graphic +mask-off edit, layer, mask, tool, design +mask edit, layer, mask, tool, design +math-symbols calculator, equal, plus, multiplication, minus, math +minus-vertical subtract, less, divide +mood-crazy-happy good, excited, cheerful, jolly, delighted, lucky +motorbike engine, ride, trip, journey, road, street, vehicle, motorcycle +number-0 zero, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-1 one, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-2 two, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-3 three, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-4 four, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-5 five, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-6 six, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-7 seven, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-8 eight, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +number-9 nine, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit +octagon-off shape, eight, angle, crossed +olympics game, play, sport, sportsman, champion, win, medal, sporting, event, competition, athlete +overline above, overbar, overscore, horizontal +pacman game, play, online, maze, eat, dot, ghost +panorama-horizontal photo, picture, panoramic +panorama-vertical photo, picture, panoramic +parachute plane, aircraft, land, float, pilot +pennant flag, ship, sports, championship, mark, spot, winner +picture-in-picture-off size, photo, elements, adjust, image +picture-in-picture-on size, photo, elements, adjust, image +picture-in-picture size, photo, elements, adjust, image +pinned-off removed, attach, corkboard, unfasten, noticeboard +pinned board, attach, nail, pointed, corkboard, favourite, noticeboard +plant-2 nature, green, flower, pot, tree, leaf, greenery, root, stem, seed +plant nature, green, flower, pot, tree, leaf, greenery, root, stem, seed +play-card game, magic, trick, casino, entertainment, spade, heart, diamond, club, playing +player-record music, song, playlist, melody, device, voice, recorder, dictation, machine +player-stop music, song, playlist, melody, device, voice, silence, break +player-track-next music, forward, play, song, playlist +player-track-prev music, forward, play, song, playlist +playlist music, song, artist, spotify, track, play, record +pokeball pokemon, go, catch, game, play +polaroid picture, photo, camera, polarization, develop, film, lens +pool swim, water, swimmer, holiday, swimming, vacation, relax, sport +propeller rotate, blade, spiral, air, ship, fan, power +radius-bottom-left round, corner, rounded, border, css, style, bottom +radius-bottom-right round, corner, rounded, border, css, style, top +radius-top-left round, corner, rounded, border, css, style, bottom +radius-top-right round, corner, rounded, border, css, style, top +receipt-2 bill, restaurant, shop, price, pay, money, total, tax +receipt-off bill, restaurant, shop, price, pay, money, total, tax, free +receipt-refund bill, restaurant, shop, price, pay, money, total, give, back, return +receipt bill, restaurant, shop, price, pay, money, total, tax +recharging battery, power, charge, socket, electricity, device, phone, laptop, low +relation-many-to-many data, model, analysis, multiple, connection, database, link +relation-one-to-many data, model, analysis, multiple, connection, database, link +relation-one-to-one data, model, analysis, connection, database, link +report-analytics statistics, results, business, sales, analysis, analyse, bar, chart +report-medical hospital, doctor, health, sickness, illness, test, results +report-money results, business, sales, analysis, analyse, finance, financial, total +report time, timesheet, analysis, analyse, results, business, company +resize picture, photo, alter, change, height, width +ripple wave, water, breeze, ocean, sea +row-insert-bottom table, layout, add, below, macro, excel +row-insert-top table, layout, add, below, macro, excel +satellite orbit, space, moon, earth, planet, communication, information, celestial +scale weigh, balance, amount, heavy, light, libra +section html, element, layout, divide, position, website +seeding nature, greenery, grow, soil, harvest, plant, flower, tree, leaf +settings-automation system, technology, automate, configure, device, program +shadow-off dark, sun, area, light, css, effect, clear +shadow dark, sun, area, covered, dim, light, css, effect +shield-lock secure, security, closed, key, safety +shopping-cart-off shop, store, buy, purchase, product, bag, trolley, supermarket, grocery +shopping-cart-plus shop, store, buy, purchase, product, bag, trolley, supermarket, grocery +shopping-cart-x shop, store, buy, purchase, product, bag, trolley, supermarket, grocery +shopping-cart shop, store, buy, purchase, product, bag, trolley, supermarket, grocery +shredder paper, document, destroy, device, office, confidential +soccer-field football, pitch, player, vall, goal, goalkeeper, kick, ball, score, sport, sportsman +sock clothing, clothes, foot, feet, leg, knit, wool, cotton, ankle +speakerphone voice, loud, microphone, loudspeaker, event, protest, speaker, shout, listen +speedboat motorboat, holiday, sea, ocean, engine, travel, lake, summer +square-0 zero, number, digit, quantity, amount, order, maths, sum, total +square-1 one, zero, number, digit, quantity, amount, order, maths, sum, total +square-2 two, zero, number, digit, quantity, amount, order, maths, sum, total +square-3 three, zero, number, digit, quantity, amount, order, maths, sum, total +square-4 four, zero, number, digit, quantity, amount, order, maths, sum, total +square-5 five, zero, number, digit, quantity, amount, order, maths, sum, total +square-6 six, zero, number, digit, quantity, amount, order, maths, sum, total +square-7 seven, zero, number, digit, quantity, amount, order, maths, sum, total +square-8 eight, zero, number, digit, quantity, amount, order, maths, sum, total +square-9 nine, zero, number, digit, quantity, amount, order, maths, sum, total +square-dot corner, shape, element, point +square-forbid-2 box, disabled, off, block +square-forbid box, disabled, off, block +square-off box, disabled, block +square-rotated-off box, disabled, block +square-toggle-horizontal box, clone, move +square-toggle box, clone, move +star-off favorite, like, mark, bookmark, grade +stethoscope doctor, medical, physician, test, examination, health, illness, sickness, scrutiny, test, hospital +submarine sea, ocean, underwater, shipwater, war +sun-off dark, darkmode, summer, light, brightness +table-export spreadsheet, layout, grid, arrange, row, column, cells, sheet, arrow +table-import spreadsheet, layout, grid, arrange, row, column, cells, sheet, arrow +table-off spreadsheet, layout, grid, arrange, row, column +tank war, military, armour, vehicle, gun, attack, shoot, battle, battlefield +tir delivery, transportation, transport, logistics, vehicle, goods +tools-kitchen-2 knife, fork, spoon, cutlery, eat, restaurant, menu, cafe, cook, cut, soup, dinner, breakfast, dining, plate, dish +tools-kitchen knife, fork, spoon, cutlery, eat, restaurant, menu, cafe, cook, cut, soup, dinner, breakfast, dining, plate, dish +tornado wind, rotate, storm, spin, spinning, air, catastrophe, vortex +tournament competition, competitor, sport, game, play, champion +track trail, path, route, train, railway, railroad +tractor countryside, vehicle, harvest, machine, motor, farm, trailer +trademark legal, product, company, own, ownership, brand, law, right, certificate +traffic-cone street, road, vehicle, repair, warning, lane, drive +traffic-lights street, road, green, red, yellow, vehicle, stop, drive, crossing, pedestrian, crossroads, junction, intersection +train railway, rails, tgv, journey, travel, network, route, passenger +trash-off bin, litter, recycle, remove, delete, throw, away, waste +tree nature, greenery, park, leaf, trunk, stem, root, forest, garden +trees nature, greenery, park, leaf, trunk, stem, root, forest, garden +triangle-off shape, crossed, angle +triangle-square-circle shape, geometry, round, angle +trident three, spear, weapon, sharp, tool +truck-delivery order, purchase, online, shop, store, e-commerce, lorry +truck-off order, purchase, online, shop, store, e-commerce, lorry +truck-return order, purchase, online, shop, store, e-commerce, lorry +umbrella rain, weather, storm, wet, autumn, fall +variable maths, mathematics, science, calculate, function +versions app, variation, different, variant, alternative +view-360 panoramic, degrees, image, around +virus-off covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease +virus-search covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease +windmill generate, power, blade, energy, electricity +window house, view, glass, apartment, vehicle, light, frame, home, building +wrecking-ball demolish, building, wrecker, metal, swing, knock, down +zoom-check verify, magnifying, glass, magnifier, ok, done +zoom-money magnifying, glass, magnifier, earn, pay, sum, total, finance, financial 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(-) 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 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 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 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 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 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 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 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 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 --- icons/arrow-bottom-bar.svg | 8 + icons/arrow-bottom-circle.svg | 8 + icons/arrow-bottom-square.svg | 8 + icons/arrow-bottom-tail.svg | 8 + icons/arrow-left-bar.svg | 8 + icons/arrow-left-circle.svg | 7 +- icons/arrow-left-square.svg | 8 + icons/arrow-left-tail.svg | 8 + icons/arrow-loop-left.svg | 7 + icons/arrow-loop-right.svg | 7 + icons/arrow-right-bar.svg | 8 + icons/arrow-right-circle.svg | 7 +- icons/arrow-right-square.svg | 8 + icons/arrow-right-tail.svg | 8 + icons/arrow-top-bar.svg | 8 + icons/arrow-top-circle.svg | 8 + icons/arrow-top-square.svg | 8 + icons/arrow-top-tail.svg | 8 + icons/arrow-wave-left-down.svg | 7 + icons/arrow-wave-left-up.svg | 7 + icons/arrow-wave-right-down.svg | 7 + icons/arrow-wave-right-up.svg | 7 + icons/arrows-down-up.svg | 9 + icons/arrows-down.svg | 9 + icons/arrows-join-2.svg | 8 + icons/arrows-join.svg | 8 + icons/arrows-left-down.svg | 8 + icons/arrows-left-right.svg | 9 + icons/arrows-left.svg | 9 + icons/arrows-right-down.svg | 8 + icons/arrows-right-left.svg | 9 + icons/arrows-right.svg | 9 + icons/arrows-split-2.svg | 9 + icons/arrows-split.svg | 9 + icons/arrows-up-down.svg | 9 + icons/arrows-up-left.svg | 8 + icons/arrows-up-right.svg | 8 + icons/arrows-up.svg | 9 + icons/bone.svg | 6 + icons/brand-booking.svg | 8 + icons/brand-google-analytics.svg | 8 + icons/brand-open-source.svg | 6 + icons/brand-patreon.svg | 7 + icons/brand-shazam.svg | 8 + icons/brightness-3.svg | 7 - icons/chart-circles.svg | 7 + icons/currency-cent.svg | 6 +- icons/currency-dollar-australian.svg | 10 +- icons/currency-dollar-canadian.svg | 8 +- icons/currency-dollar-singapore.svg | 8 +- icons/currency-krone-czech.svg | 1 + icons/currency-real.svg | 6 +- icons/device-mobile-message.svg | 8 + icons/devices-pc.svg | 11 + icons/discount-2.svg | 9 + icons/discount.svg | 2 +- icons/droplet-filled-2.svg | 2 +- icons/droplet-filled.svg | 2 +- icons/droplet-half-2.svg | 2 +- icons/droplet-half.svg | 2 +- icons/droplet.svg | 2 +- icons/eye-check.svg | 8 + icons/file-alert.svg | 9 + icons/file-code-2.svg | 9 + icons/forms.svg | 11 + icons/hand-finger.svg | 9 + icons/hand-little-finger.svg | 9 + icons/hand-middle-finger.svg | 5 +- icons/hand-ring-finger.svg | 9 + icons/hand-rock.svg | 9 + icons/hand-stop.svg | 5 +- icons/hand-three-fingers.svg | 9 + icons/hand-two-fingers.svg | 9 + icons/ice-cream.svg | 6 +- icons/lock-access.svg | 12 + icons/mail-forward.svg | 9 + icons/mailbox.svg | 8 + icons/massage.svg | 10 + icons/mood-empty.svg | 9 + icons/mood-neutral.svg | 1 - icons/old.svg | 10 + icons/physotherapist.svg | 11 + icons/pizza.svg | 9 + icons/rainbow.svg | 8 + icons/scuba-mask.svg | 7 + icons/shopping-cart-discount.svg | 12 + icons/sport-billard.svg | 8 + icons/square-root-2.svg | 8 + icons/square-root.svg | 6 + icons/switch-2.svg | 9 + icons/switch-3.svg | 9 + icons/tent.svg | 6 + icons/trending-down-2.svg | 7 + icons/trending-down-3.svg | 7 + icons/trending-up-2.svg | 7 + icons/trending-up-3.svg | 7 + icons/vaccine.svg | 12 + src/tags.html | 2 +- tags.json | 1391 ++++++++++++++++++++++------------ 99 files changed, 1585 insertions(+), 549 deletions(-) create mode 100644 icons/arrow-bottom-bar.svg create mode 100644 icons/arrow-bottom-circle.svg create mode 100644 icons/arrow-bottom-square.svg create mode 100644 icons/arrow-bottom-tail.svg create mode 100644 icons/arrow-left-bar.svg create mode 100644 icons/arrow-left-square.svg create mode 100644 icons/arrow-left-tail.svg create mode 100644 icons/arrow-loop-left.svg create mode 100644 icons/arrow-loop-right.svg create mode 100644 icons/arrow-right-bar.svg create mode 100644 icons/arrow-right-square.svg create mode 100644 icons/arrow-right-tail.svg create mode 100644 icons/arrow-top-bar.svg create mode 100644 icons/arrow-top-circle.svg create mode 100644 icons/arrow-top-square.svg create mode 100644 icons/arrow-top-tail.svg create mode 100644 icons/arrow-wave-left-down.svg create mode 100644 icons/arrow-wave-left-up.svg create mode 100644 icons/arrow-wave-right-down.svg create mode 100644 icons/arrow-wave-right-up.svg create mode 100644 icons/arrows-down-up.svg create mode 100644 icons/arrows-down.svg create mode 100644 icons/arrows-join-2.svg create mode 100644 icons/arrows-join.svg create mode 100644 icons/arrows-left-down.svg create mode 100644 icons/arrows-left-right.svg create mode 100644 icons/arrows-left.svg create mode 100644 icons/arrows-right-down.svg create mode 100644 icons/arrows-right-left.svg create mode 100644 icons/arrows-right.svg create mode 100644 icons/arrows-split-2.svg create mode 100644 icons/arrows-split.svg create mode 100644 icons/arrows-up-down.svg create mode 100644 icons/arrows-up-left.svg create mode 100644 icons/arrows-up-right.svg create mode 100644 icons/arrows-up.svg create mode 100644 icons/bone.svg create mode 100644 icons/brand-booking.svg create mode 100644 icons/brand-google-analytics.svg create mode 100644 icons/brand-open-source.svg create mode 100644 icons/brand-patreon.svg create mode 100644 icons/brand-shazam.svg delete mode 100644 icons/brightness-3.svg create mode 100644 icons/chart-circles.svg create mode 100644 icons/device-mobile-message.svg create mode 100644 icons/devices-pc.svg create mode 100644 icons/discount-2.svg create mode 100644 icons/eye-check.svg create mode 100644 icons/file-alert.svg create mode 100644 icons/file-code-2.svg create mode 100644 icons/forms.svg create mode 100644 icons/hand-finger.svg create mode 100644 icons/hand-little-finger.svg create mode 100644 icons/hand-ring-finger.svg create mode 100644 icons/hand-rock.svg create mode 100644 icons/hand-three-fingers.svg create mode 100644 icons/hand-two-fingers.svg create mode 100644 icons/lock-access.svg create mode 100644 icons/mail-forward.svg create mode 100644 icons/mailbox.svg create mode 100644 icons/massage.svg create mode 100644 icons/mood-empty.svg create mode 100644 icons/old.svg create mode 100644 icons/physotherapist.svg create mode 100644 icons/pizza.svg create mode 100644 icons/rainbow.svg create mode 100644 icons/scuba-mask.svg create mode 100644 icons/shopping-cart-discount.svg create mode 100644 icons/sport-billard.svg create mode 100644 icons/square-root-2.svg create mode 100644 icons/square-root.svg create mode 100644 icons/switch-2.svg create mode 100644 icons/switch-3.svg create mode 100644 icons/tent.svg create mode 100644 icons/trending-down-2.svg create mode 100644 icons/trending-down-3.svg create mode 100644 icons/trending-up-2.svg create mode 100644 icons/trending-up-3.svg create mode 100644 icons/vaccine.svg diff --git a/icons/arrow-bottom-bar.svg b/icons/arrow-bottom-bar.svg new file mode 100644 index 00000000..30feafed --- /dev/null +++ b/icons/arrow-bottom-bar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-bottom-circle.svg b/icons/arrow-bottom-circle.svg new file mode 100644 index 00000000..0e6c1d35 --- /dev/null +++ b/icons/arrow-bottom-circle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-bottom-square.svg b/icons/arrow-bottom-square.svg new file mode 100644 index 00000000..5162c7ed --- /dev/null +++ b/icons/arrow-bottom-square.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-bottom-tail.svg b/icons/arrow-bottom-tail.svg new file mode 100644 index 00000000..097fd5b0 --- /dev/null +++ b/icons/arrow-bottom-tail.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-left-bar.svg b/icons/arrow-left-bar.svg new file mode 100644 index 00000000..36358254 --- /dev/null +++ b/icons/arrow-left-bar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-left-circle.svg b/icons/arrow-left-circle.svg index 7c1627cf..9ae0a504 100644 --- a/icons/arrow-left-circle.svg +++ b/icons/arrow-left-circle.svg @@ -1,9 +1,8 @@ - - - - + + + diff --git a/icons/arrow-left-square.svg b/icons/arrow-left-square.svg new file mode 100644 index 00000000..c82f79f3 --- /dev/null +++ b/icons/arrow-left-square.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-left-tail.svg b/icons/arrow-left-tail.svg new file mode 100644 index 00000000..2f72e5f8 --- /dev/null +++ b/icons/arrow-left-tail.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-loop-left.svg b/icons/arrow-loop-left.svg new file mode 100644 index 00000000..2579a511 --- /dev/null +++ b/icons/arrow-loop-left.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/arrow-loop-right.svg b/icons/arrow-loop-right.svg new file mode 100644 index 00000000..330ce283 --- /dev/null +++ b/icons/arrow-loop-right.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/arrow-right-bar.svg b/icons/arrow-right-bar.svg new file mode 100644 index 00000000..369de398 --- /dev/null +++ b/icons/arrow-right-bar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-right-circle.svg b/icons/arrow-right-circle.svg index 16688330..7e9a8ab0 100644 --- a/icons/arrow-right-circle.svg +++ b/icons/arrow-right-circle.svg @@ -1,9 +1,8 @@ - - - - + + + diff --git a/icons/arrow-right-square.svg b/icons/arrow-right-square.svg new file mode 100644 index 00000000..516f99da --- /dev/null +++ b/icons/arrow-right-square.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-right-tail.svg b/icons/arrow-right-tail.svg new file mode 100644 index 00000000..b7ea8638 --- /dev/null +++ b/icons/arrow-right-tail.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-top-bar.svg b/icons/arrow-top-bar.svg new file mode 100644 index 00000000..2fb718d1 --- /dev/null +++ b/icons/arrow-top-bar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-top-circle.svg b/icons/arrow-top-circle.svg new file mode 100644 index 00000000..fa159ac0 --- /dev/null +++ b/icons/arrow-top-circle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-top-square.svg b/icons/arrow-top-square.svg new file mode 100644 index 00000000..d4c30207 --- /dev/null +++ b/icons/arrow-top-square.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-top-tail.svg b/icons/arrow-top-tail.svg new file mode 100644 index 00000000..f0ae5d29 --- /dev/null +++ b/icons/arrow-top-tail.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-wave-left-down.svg b/icons/arrow-wave-left-down.svg new file mode 100644 index 00000000..bccc539d --- /dev/null +++ b/icons/arrow-wave-left-down.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/arrow-wave-left-up.svg b/icons/arrow-wave-left-up.svg new file mode 100644 index 00000000..6e990895 --- /dev/null +++ b/icons/arrow-wave-left-up.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/arrow-wave-right-down.svg b/icons/arrow-wave-right-down.svg new file mode 100644 index 00000000..cfab6bf4 --- /dev/null +++ b/icons/arrow-wave-right-down.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/arrow-wave-right-up.svg b/icons/arrow-wave-right-up.svg new file mode 100644 index 00000000..4e6ee9ed --- /dev/null +++ b/icons/arrow-wave-right-up.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/arrows-down-up.svg b/icons/arrows-down-up.svg new file mode 100644 index 00000000..2ad81cd9 --- /dev/null +++ b/icons/arrows-down-up.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-down.svg b/icons/arrows-down.svg new file mode 100644 index 00000000..4c8c4e8d --- /dev/null +++ b/icons/arrows-down.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-join-2.svg b/icons/arrows-join-2.svg new file mode 100644 index 00000000..a174846c --- /dev/null +++ b/icons/arrows-join-2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrows-join.svg b/icons/arrows-join.svg new file mode 100644 index 00000000..a0ca7f99 --- /dev/null +++ b/icons/arrows-join.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrows-left-down.svg b/icons/arrows-left-down.svg new file mode 100644 index 00000000..382c8c3f --- /dev/null +++ b/icons/arrows-left-down.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrows-left-right.svg b/icons/arrows-left-right.svg new file mode 100644 index 00000000..06b20241 --- /dev/null +++ b/icons/arrows-left-right.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-left.svg b/icons/arrows-left.svg new file mode 100644 index 00000000..978604a6 --- /dev/null +++ b/icons/arrows-left.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-right-down.svg b/icons/arrows-right-down.svg new file mode 100644 index 00000000..f0f74a8d --- /dev/null +++ b/icons/arrows-right-down.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrows-right-left.svg b/icons/arrows-right-left.svg new file mode 100644 index 00000000..fb6d81a9 --- /dev/null +++ b/icons/arrows-right-left.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-right.svg b/icons/arrows-right.svg new file mode 100644 index 00000000..307afed0 --- /dev/null +++ b/icons/arrows-right.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-split-2.svg b/icons/arrows-split-2.svg new file mode 100644 index 00000000..3d995925 --- /dev/null +++ b/icons/arrows-split-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-split.svg b/icons/arrows-split.svg new file mode 100644 index 00000000..4ec09aee --- /dev/null +++ b/icons/arrows-split.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-up-down.svg b/icons/arrows-up-down.svg new file mode 100644 index 00000000..965dc214 --- /dev/null +++ b/icons/arrows-up-down.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrows-up-left.svg b/icons/arrows-up-left.svg new file mode 100644 index 00000000..a8b3eff8 --- /dev/null +++ b/icons/arrows-up-left.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrows-up-right.svg b/icons/arrows-up-right.svg new file mode 100644 index 00000000..6d0227cc --- /dev/null +++ b/icons/arrows-up-right.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrows-up.svg b/icons/arrows-up.svg new file mode 100644 index 00000000..8f40ab4a --- /dev/null +++ b/icons/arrows-up.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/bone.svg b/icons/bone.svg new file mode 100644 index 00000000..c02c52a8 --- /dev/null +++ b/icons/bone.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-booking.svg b/icons/brand-booking.svg new file mode 100644 index 00000000..3fd4068d --- /dev/null +++ b/icons/brand-booking.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/brand-google-analytics.svg b/icons/brand-google-analytics.svg new file mode 100644 index 00000000..d2d82e50 --- /dev/null +++ b/icons/brand-google-analytics.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/brand-open-source.svg b/icons/brand-open-source.svg new file mode 100644 index 00000000..20b2d8e6 --- /dev/null +++ b/icons/brand-open-source.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/brand-patreon.svg b/icons/brand-patreon.svg new file mode 100644 index 00000000..52a5f46e --- /dev/null +++ b/icons/brand-patreon.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/brand-shazam.svg b/icons/brand-shazam.svg new file mode 100644 index 00000000..23820fbb --- /dev/null +++ b/icons/brand-shazam.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/brightness-3.svg b/icons/brightness-3.svg deleted file mode 100644 index a43e90b9..00000000 --- a/icons/brightness-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/chart-circles.svg b/icons/chart-circles.svg new file mode 100644 index 00000000..293fcb0e --- /dev/null +++ b/icons/chart-circles.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/currency-cent.svg b/icons/currency-cent.svg index 808afc4e..dfdc0d48 100644 --- a/icons/currency-cent.svg +++ b/icons/currency-cent.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/icons/currency-dollar-australian.svg b/icons/currency-dollar-australian.svg index 5fca43f1..30ddedd7 100644 --- a/icons/currency-dollar-australian.svg +++ b/icons/currency-dollar-australian.svg @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/icons/currency-dollar-canadian.svg b/icons/currency-dollar-canadian.svg index d518fe46..662e7046 100644 --- a/icons/currency-dollar-canadian.svg +++ b/icons/currency-dollar-canadian.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/currency-dollar-singapore.svg b/icons/currency-dollar-singapore.svg index 340b226b..ca5c3cc9 100644 --- a/icons/currency-dollar-singapore.svg +++ b/icons/currency-dollar-singapore.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/icons/currency-krone-czech.svg b/icons/currency-krone-czech.svg index 5e9193e8..82d178f7 100644 --- a/icons/currency-krone-czech.svg +++ b/icons/currency-krone-czech.svg @@ -4,6 +4,7 @@ + diff --git a/icons/currency-real.svg b/icons/currency-real.svg index 5f839607..ef78891e 100644 --- a/icons/currency-real.svg +++ b/icons/currency-real.svg @@ -1,9 +1,9 @@ - - - + + + diff --git a/icons/device-mobile-message.svg b/icons/device-mobile-message.svg new file mode 100644 index 00000000..1cd1bfe8 --- /dev/null +++ b/icons/device-mobile-message.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/devices-pc.svg b/icons/devices-pc.svg new file mode 100644 index 00000000..e0fcc751 --- /dev/null +++ b/icons/devices-pc.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/discount-2.svg b/icons/discount-2.svg new file mode 100644 index 00000000..c57c2b9d --- /dev/null +++ b/icons/discount-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/discount.svg b/icons/discount.svg index e4a4482d..dbbd6b3d 100644 --- a/icons/discount.svg +++ b/icons/discount.svg @@ -3,7 +3,7 @@ - + diff --git a/icons/droplet-filled-2.svg b/icons/droplet-filled-2.svg index 2d033c7c..fadf5197 100644 --- a/icons/droplet-filled-2.svg +++ b/icons/droplet-filled-2.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/droplet-filled.svg b/icons/droplet-filled.svg index e813630b..f08fb081 100644 --- a/icons/droplet-filled.svg +++ b/icons/droplet-filled.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/droplet-half-2.svg b/icons/droplet-half-2.svg index 21e50338..e2420df2 100644 --- a/icons/droplet-half-2.svg +++ b/icons/droplet-half-2.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/droplet-half.svg b/icons/droplet-half.svg index 47d6916a..b897bdd1 100644 --- a/icons/droplet-half.svg +++ b/icons/droplet-half.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/droplet.svg b/icons/droplet.svg index 10a2c8b5..4cf6bbf2 100644 --- a/icons/droplet.svg +++ b/icons/droplet.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/eye-check.svg b/icons/eye-check.svg new file mode 100644 index 00000000..af178406 --- /dev/null +++ b/icons/eye-check.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/file-alert.svg b/icons/file-alert.svg new file mode 100644 index 00000000..5fdc328a --- /dev/null +++ b/icons/file-alert.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/file-code-2.svg b/icons/file-code-2.svg new file mode 100644 index 00000000..e703247f --- /dev/null +++ b/icons/file-code-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/forms.svg b/icons/forms.svg new file mode 100644 index 00000000..5e1edab6 --- /dev/null +++ b/icons/forms.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/hand-finger.svg b/icons/hand-finger.svg new file mode 100644 index 00000000..bb62c855 --- /dev/null +++ b/icons/hand-finger.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/hand-little-finger.svg b/icons/hand-little-finger.svg new file mode 100644 index 00000000..a9c193a8 --- /dev/null +++ b/icons/hand-little-finger.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/hand-middle-finger.svg b/icons/hand-middle-finger.svg index 7f7805d4..071b05e1 100644 --- a/icons/hand-middle-finger.svg +++ b/icons/hand-middle-finger.svg @@ -1,6 +1,9 @@ - + + + + diff --git a/icons/hand-ring-finger.svg b/icons/hand-ring-finger.svg new file mode 100644 index 00000000..b21e3a60 --- /dev/null +++ b/icons/hand-ring-finger.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/hand-rock.svg b/icons/hand-rock.svg new file mode 100644 index 00000000..0ad1e0f2 --- /dev/null +++ b/icons/hand-rock.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/hand-stop.svg b/icons/hand-stop.svg index 7ede4c54..3660f2a3 100644 --- a/icons/hand-stop.svg +++ b/icons/hand-stop.svg @@ -1,6 +1,9 @@ - + + + + diff --git a/icons/hand-three-fingers.svg b/icons/hand-three-fingers.svg new file mode 100644 index 00000000..b4b30cd9 --- /dev/null +++ b/icons/hand-three-fingers.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/hand-two-fingers.svg b/icons/hand-two-fingers.svg new file mode 100644 index 00000000..2f0ffc9a --- /dev/null +++ b/icons/hand-two-fingers.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/ice-cream.svg b/icons/ice-cream.svg index cef64d0c..781affbc 100644 --- a/icons/ice-cream.svg +++ b/icons/ice-cream.svg @@ -1,7 +1,9 @@ - - + + + + diff --git a/icons/lock-access.svg b/icons/lock-access.svg new file mode 100644 index 00000000..a789d5b7 --- /dev/null +++ b/icons/lock-access.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/mail-forward.svg b/icons/mail-forward.svg new file mode 100644 index 00000000..d0222340 --- /dev/null +++ b/icons/mail-forward.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/mailbox.svg b/icons/mailbox.svg new file mode 100644 index 00000000..4de0d25b --- /dev/null +++ b/icons/mailbox.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/massage.svg b/icons/massage.svg new file mode 100644 index 00000000..4ebf9267 --- /dev/null +++ b/icons/massage.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/mood-empty.svg b/icons/mood-empty.svg new file mode 100644 index 00000000..f4307823 --- /dev/null +++ b/icons/mood-empty.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/mood-neutral.svg b/icons/mood-neutral.svg index 7349743d..c3fbc207 100644 --- a/icons/mood-neutral.svg +++ b/icons/mood-neutral.svg @@ -3,7 +3,6 @@ - diff --git a/icons/old.svg b/icons/old.svg new file mode 100644 index 00000000..df35bbb9 --- /dev/null +++ b/icons/old.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/physotherapist.svg b/icons/physotherapist.svg new file mode 100644 index 00000000..b2feca8b --- /dev/null +++ b/icons/physotherapist.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/pizza.svg b/icons/pizza.svg new file mode 100644 index 00000000..bbb6582b --- /dev/null +++ b/icons/pizza.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/rainbow.svg b/icons/rainbow.svg new file mode 100644 index 00000000..19d520cd --- /dev/null +++ b/icons/rainbow.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/scuba-mask.svg b/icons/scuba-mask.svg new file mode 100644 index 00000000..f7479340 --- /dev/null +++ b/icons/scuba-mask.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/shopping-cart-discount.svg b/icons/shopping-cart-discount.svg new file mode 100644 index 00000000..aa331a18 --- /dev/null +++ b/icons/shopping-cart-discount.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/sport-billard.svg b/icons/sport-billard.svg new file mode 100644 index 00000000..2d86bbd4 --- /dev/null +++ b/icons/sport-billard.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/square-root-2.svg b/icons/square-root-2.svg new file mode 100644 index 00000000..da3952ba --- /dev/null +++ b/icons/square-root-2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/square-root.svg b/icons/square-root.svg new file mode 100644 index 00000000..f2879b64 --- /dev/null +++ b/icons/square-root.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/switch-2.svg b/icons/switch-2.svg new file mode 100644 index 00000000..650d26bc --- /dev/null +++ b/icons/switch-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/switch-3.svg b/icons/switch-3.svg new file mode 100644 index 00000000..4a1615bc --- /dev/null +++ b/icons/switch-3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/tent.svg b/icons/tent.svg new file mode 100644 index 00000000..c6be117d --- /dev/null +++ b/icons/tent.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/trending-down-2.svg b/icons/trending-down-2.svg new file mode 100644 index 00000000..d72d30fb --- /dev/null +++ b/icons/trending-down-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/trending-down-3.svg b/icons/trending-down-3.svg new file mode 100644 index 00000000..e3838111 --- /dev/null +++ b/icons/trending-down-3.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/trending-up-2.svg b/icons/trending-up-2.svg new file mode 100644 index 00000000..ac70a9a8 --- /dev/null +++ b/icons/trending-up-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/trending-up-3.svg b/icons/trending-up-3.svg new file mode 100644 index 00000000..1993a34a --- /dev/null +++ b/icons/trending-up-3.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/vaccine.svg b/icons/vaccine.svg new file mode 100644 index 00000000..f9e84f55 --- /dev/null +++ b/icons/vaccine.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + 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 %} diff --git a/tags.json b/tags.json index e7f99285..c81dfadb 100644 --- a/tags.json +++ b/tags.json @@ -40,28 +40,28 @@ "version": "1.1" }, "adjustments-alt": { - "category": "", + "category": "System", "tags": ["adjustments", "alt", "equalizer", "sliders", "controls", "settings", "filter"], "version": "1.11" }, "adjustments-horizontal": { - "category": "", + "category": "System", "tags": ["adjustments", "horizontal", "equalizer", "sliders", "controls", "settings", "filter"], "version": "1.11" }, "adjustments": { - "category": "", + "category": "System", "tags": ["adjustments", "equalizer", "sliders", "controls", "settings", "filter"], "version": "1.0" }, "aerial-lift": { "category": "Vehicles", - "tags": ["aerial", "lift"], + "tags": ["aerial", "lift", "cable", "car", "gondola", "mountains", "ski", "tramway"], "version": "" }, "affiliate": { "category": "", - "tags": ["affiliate"], + "tags": ["affiliate", "network", "connection", "collaboration", "people", "connect", "organization", "networking"], "version": "" }, "alarm": { @@ -145,7 +145,7 @@ "version": "1.19" }, "aperture": { - "category": "Photos", + "category": "Photography", "tags": ["aperture", "hole", "opening", "vent"], "version": "1.2" }, @@ -209,6 +209,26 @@ "tags": ["arrow", "bar", "up", "drag", "move"], "version": "1.0" }, + "arrow-bottom-bar": { + "category": "Arrows", + "tags": ["arrow", "bottom", "bar"], + "version": "" + }, + "arrow-bottom-circle": { + "category": "Arrows", + "tags": ["arrow", "bottom", "circle"], + "version": "" + }, + "arrow-bottom-square": { + "category": "Arrows", + "tags": ["arrow", "bottom", "square"], + "version": "" + }, + "arrow-bottom-tail": { + "category": "Arrows", + "tags": ["arrow", "bottom", "tail"], + "version": "" + }, "arrow-down-circle": { "category": "Arrows", "tags": ["arrow", "down", "circle", "proceed", "swipe", "below", "bottom"], @@ -249,16 +269,41 @@ "tags": ["arrow", "forward", "point", "turn", "next"], "version": "1.1" }, + "arrow-left-bar": { + "category": "Arrows", + "tags": ["arrow", "left", "bar"], + "version": "" + }, "arrow-left-circle": { "category": "Arrows", - "tags": ["arrow", "left", "circle", "back", "swipe", "return"], - "version": "1.0" + "tags": ["arrow", "left", "circle"], + "version": "" + }, + "arrow-left-square": { + "category": "Arrows", + "tags": ["arrow", "left", "square"], + "version": "" + }, + "arrow-left-tail": { + "category": "Arrows", + "tags": ["arrow", "left", "tail"], + "version": "" }, "arrow-left": { "category": "Arrows", "tags": ["arrow", "left", "back", "swipe", "return"], "version": "1.0" }, + "arrow-loop-left": { + "category": "Arrows", + "tags": ["arrow", "loop", "left"], + "version": "" + }, + "arrow-loop-right": { + "category": "Arrows", + "tags": ["arrow", "loop", "right"], + "version": "" + }, "arrow-narrow-down": { "category": "Arrows", "tags": ["arrow", "narrow", "down", "bottom", "proceed", "swipe", "next"], @@ -281,24 +326,59 @@ }, "arrow-ramp-left": { "category": "Arrows", - "tags": ["arrow", "ramp", "left"], + "tags": ["arrow", "ramp", "left", "direction", "side", "turn"], "version": "1.28" }, "arrow-ramp-right": { "category": "Arrows", - "tags": ["arrow", "ramp", "right"], + "tags": ["arrow", "ramp", "right", "direction", "side", "turn"], "version": "1.28" }, + "arrow-right-bar": { + "category": "Arrows", + "tags": ["arrow", "right", "bar"], + "version": "" + }, "arrow-right-circle": { "category": "Arrows", - "tags": ["arrow", "right", "circle", "next", "proceed", "swipe"], - "version": "1.0" + "tags": ["arrow", "right", "circle"], + "version": "" + }, + "arrow-right-square": { + "category": "Arrows", + "tags": ["arrow", "right", "square"], + "version": "" + }, + "arrow-right-tail": { + "category": "Arrows", + "tags": ["arrow", "right", "tail"], + "version": "" }, "arrow-right": { "category": "Arrows", "tags": ["arrow", "right", "next", "proceed", "swipe"], "version": "1.0" }, + "arrow-top-bar": { + "category": "Arrows", + "tags": ["arrow", "top", "bar"], + "version": "" + }, + "arrow-top-circle": { + "category": "Arrows", + "tags": ["arrow", "top", "circle"], + "version": "" + }, + "arrow-top-square": { + "category": "Arrows", + "tags": ["arrow", "top", "square"], + "version": "" + }, + "arrow-top-tail": { + "category": "Arrows", + "tags": ["arrow", "top", "tail"], + "version": "" + }, "arrow-up-circle": { "category": "Arrows", "tags": ["arrow", "up", "circle", "top", "point"], @@ -329,6 +409,26 @@ "tags": ["arrow", "up", "top", "point"], "version": "1.0" }, + "arrow-wave-left-down": { + "category": "Arrows", + "tags": ["arrow", "wave", "left", "down"], + "version": "" + }, + "arrow-wave-left-up": { + "category": "Arrows", + "tags": ["arrow", "wave", "left", "up"], + "version": "" + }, + "arrow-wave-right-down": { + "category": "Arrows", + "tags": ["arrow", "wave", "right", "down"], + "version": "" + }, + "arrow-wave-right-up": { + "category": "Arrows", + "tags": ["arrow", "wave", "right", "up"], + "version": "" + }, "arrows-diagonal-2": { "category": "Arrows", "tags": ["arrows", "diagonal", "2", "zoom", "corners", "stretch"], @@ -339,11 +439,46 @@ "tags": ["arrows", "diagonal", "zoom", "corners", "stretch"], "version": "1.0" }, + "arrows-down-up": { + "category": "Arrows", + "tags": ["arrows", "down", "up"], + "version": "" + }, + "arrows-down": { + "category": "Arrows", + "tags": ["arrows", "down"], + "version": "" + }, "arrows-horizontal": { "category": "Arrows", "tags": ["arrows", "horizontal", "zoom", "stretch", "left", "right"], "version": "1.2" }, + "arrows-join-2": { + "category": "Arrows", + "tags": ["arrows", "join", "2"], + "version": "" + }, + "arrows-join": { + "category": "Arrows", + "tags": ["arrows", "join"], + "version": "" + }, + "arrows-left-down": { + "category": "", + "tags": ["arrows", "left", "down"], + "version": "" + }, + "arrows-left-right": { + "category": "Arrows", + "tags": ["arrows", "left", "right"], + "version": "" + }, + "arrows-left": { + "category": "Arrows", + "tags": ["arrows", "left"], + "version": "" + }, "arrows-maximize": { "category": "Arrows", "tags": ["arrows", "maximize", "fullscreen", "expand"], @@ -354,11 +489,56 @@ "tags": ["arrows", "minimize", "fullscreen", "exit", "close"], "version": "1.0" }, + "arrows-right-down": { + "category": "", + "tags": ["arrows", "right", "down"], + "version": "" + }, + "arrows-right-left": { + "category": "Arrows", + "tags": ["arrows", "right", "left"], + "version": "" + }, + "arrows-right": { + "category": "Arrows", + "tags": ["arrows", "right"], + "version": "" + }, "arrows-sort": { "category": "Arrows", "tags": ["arrows", "sort", "top", "bottom", "parallel", "order"], "version": "1.2" }, + "arrows-split-2": { + "category": "Arrows", + "tags": ["arrows", "split", "2"], + "version": "" + }, + "arrows-split": { + "category": "Arrows", + "tags": ["arrows", "split"], + "version": "" + }, + "arrows-up-down": { + "category": "Arrows", + "tags": ["arrows", "up", "down"], + "version": "" + }, + "arrows-up-left": { + "category": "", + "tags": ["arrows", "up", "left"], + "version": "" + }, + "arrows-up-right": { + "category": "", + "tags": ["arrows", "up", "right"], + "version": "" + }, + "arrows-up": { + "category": "Arrows", + "tags": ["arrows", "up"], + "version": "" + }, "arrows-vertical": { "category": "Arrows", "tags": ["arrows", "vertical", "expand", "stretch", "top", "bottom"], @@ -396,7 +576,7 @@ }, "backhoe": { "category": "Vehicles", - "tags": ["backhoe"], + "tags": ["backhoe", "rear", "equipment", "digger", "excavation", "tractor", "loader", "construction", "site", "excavator"], "version": "1.34" }, "backspace": { @@ -406,7 +586,7 @@ }, "ball-american-football": { "category": "Sport", - "tags": ["ball", "american", "football"], + "tags": ["ball", "american", "football", "sport", "game", "sportsman", "play", "match", "pitch"], "version": "" }, "ball-basketball": { @@ -421,12 +601,12 @@ }, "ball-football-off": { "category": "Sport", - "tags": ["ball", "football", "off"], + "tags": ["ball", "football", "off", "sport", "game", "sportsman", "play", "match", "pitch"], "version": "" }, "ball-football": { "category": "Sport", - "tags": ["ball", "football"], + "tags": ["ball", "football", "sport", "game", "sportsman", "play", "match", "pitch"], "version": "" }, "ball-tennis": { @@ -455,7 +635,7 @@ "version": "1.5" }, "basket": { - "category": "", + "category": "E-commerce", "tags": ["basket", "shop", "store", "online", "shopping"], "version": "1.7" }, @@ -481,7 +661,7 @@ }, "battery-automotive": { "category": "Vehicles", - "tags": ["battery", "automotive"], + "tags": ["battery", "automotive", "vehicle", "charge", "motor", "current", "car", "electricity", "electric", "power"], "version": "" }, "battery-charging": { @@ -500,27 +680,27 @@ "version": "1.0" }, "bed": { - "category": "", + "category": "Map", "tags": ["bed", "sleep", "night", "bedroom", "rest"], "version": "1.2" }, "bell-off": { - "category": "", + "category": "System", "tags": ["bell", "off", "alarm", "sound", "notification"], "version": "1.22" }, "bell-ringing-2": { - "category": "", + "category": "System", "tags": ["bell", "ringing", "2", "alarm", "sound", "notification"], "version": "" }, "bell-ringing": { - "category": "", + "category": "System", "tags": ["bell", "ringing", "alarm", "sound", "notification"], "version": "1.24" }, "bell": { - "category": "", + "category": "System", "tags": ["bell", "alarm", "sound", "notification"], "version": "1.0" }, @@ -541,7 +721,7 @@ }, "blockquote": { "category": "", - "tags": ["blockquote"], + "tags": ["blockquote", "citation", "quotation", "saying", "text", "section", "style", "styling", "css"], "version": "" }, "bluetooth-connected": { @@ -574,6 +754,11 @@ "tags": ["bolt", "energy", "power", "electricity", "storm"], "version": "1.0" }, + "bone": { + "category": "", + "tags": ["bone"], + "version": "" + }, "book": { "category": "Document", "tags": ["book", "read", "dictionary", "magazine", "library", "booklet", "novel"], @@ -641,7 +826,7 @@ }, "border-style": { "category": "", - "tags": ["border", "style"], + "tags": ["border", "style", "google", "excel", "sheets", "sheets"], "version": "" }, "border-top": { @@ -656,72 +841,72 @@ }, "box-margin": { "category": "Design", - "tags": ["box", "margin"], + "tags": ["box", "margin", "css", "cascading", "style", "section", "space", "text", "content", "outside", "container"], "version": "" }, "box-model": { "category": "Design", - "tags": ["box", "model"], + "tags": ["box", "model", "css", "cascading", "style", "section", "element", "square", "website", "container"], "version": "" }, "box-multiple-0": { "category": "Numbers", - "tags": ["box", "multiple", "0"], + "tags": ["box", "multiple", "0", "css", "cascading", "style", "sheet", "background", "section", "zero", "website", "layer"], "version": "" }, "box-multiple-1": { "category": "Numbers", - "tags": ["box", "multiple", "1"], + "tags": ["box", "multiple", "1", "css", "cascading", "style", "sheet", "background", "section", "one", "website", "layer"], "version": "" }, "box-multiple-2": { "category": "Numbers", - "tags": ["box", "multiple", "2"], + "tags": ["box", "multiple", "2", "css", "cascading", "style", "sheet", "background", "section", "two", "website", "layer"], "version": "" }, "box-multiple-3": { "category": "Numbers", - "tags": ["box", "multiple", "3"], + "tags": ["box", "multiple", "3", "css", "cascading", "style", "sheet", "background", "section", "three", "website", "layer"], "version": "" }, "box-multiple-4": { "category": "Numbers", - "tags": ["box", "multiple", "4"], + "tags": ["box", "multiple", "4", "css", "cascading", "style", "sheet", "background", "section", "four", "website", "layer"], "version": "" }, "box-multiple-5": { "category": "Numbers", - "tags": ["box", "multiple", "5"], + "tags": ["box", "multiple", "5", "css", "cascading", "style", "sheet", "background", "section", "five", "website", "layer"], "version": "" }, "box-multiple-6": { "category": "Numbers", - "tags": ["box", "multiple", "6"], + "tags": ["box", "multiple", "6", "css", "cascading", "style", "sheet", "background", "section", "six", "website", "layer"], "version": "" }, "box-multiple-7": { "category": "Numbers", - "tags": ["box", "multiple", "7"], + "tags": ["box", "multiple", "7", "css", "cascading", "style", "sheet", "background", "section", "seven", "website", "layer"], "version": "" }, "box-multiple-8": { "category": "Numbers", - "tags": ["box", "multiple", "8"], + "tags": ["box", "multiple", "8", "css", "cascading", "style", "sheet", "background", "section", "eight", "website", "layer"], "version": "" }, "box-multiple-9": { "category": "Numbers", - "tags": ["box", "multiple", "9"], + "tags": ["box", "multiple", "9", "css", "cascading", "style", "sheet", "background", "section", "nine", "website", "layer"], "version": "" }, "box-multiple": { "category": "", - "tags": ["box", "multiple"], + "tags": ["box", "multiple", "css", "cascading", "style", "sheet", "background", "section", "website", "layer"], "version": "" }, "box-padding": { "category": "Design", - "tags": ["box", "padding"], + "tags": ["box", "padding", "css", "cascading", "style", "section", "space", "text", "content", "website", "container", "inside"], "version": "" }, "box": { @@ -730,18 +915,18 @@ "version": "1.0" }, "braces": { - "category": "", + "category": "Math", "tags": ["braces", "punctuation", "additional", "information"], "version": "1.6" }, "brackets": { - "category": "", + "category": "Math", "tags": ["brackets", "punctuation", "additional", "information"], "version": "1.6" }, "brand-airbnb": { "category": "Brand", - "tags": ["brand", "airbnb"], + "tags": ["brand", "airbnb", "flat", "apartment", "holiday", "vacation", "city", "break", "book"], "version": "1.32" }, "brand-android": { @@ -751,7 +936,7 @@ }, "brand-apple-arcade": { "category": "Brand", - "tags": ["brand", "apple", "arcade"], + "tags": ["brand", "apple", "arcade", "technology", "video", "game", "service", "macOS", "device", "play", "online"], "version": "1.32" }, "brand-apple": { @@ -766,7 +951,7 @@ }, "brand-asana": { "category": "Brand", - "tags": ["brand", "asana"], + "tags": ["brand", "asana", "task", "management", "project management", "manage", "collaborate", "collaboration", "team", "teamwork", "technology"], "version": "" }, "brand-behance": { @@ -776,12 +961,17 @@ }, "brand-bing": { "category": "Brand", - "tags": ["brand", "bing"], + "tags": ["brand", "bing", "search", "result", "find", "search", "engine", "internet", "microsoft", "web", "technology"], "version": "" }, "brand-bitbucket": { "category": "Brand", - "tags": ["brand", "bitbucket"], + "tags": ["brand", "bitbucket", "version", "control", "repository", "hosting", "atlassian", "source", "code", "development", "git", "technology"], + "version": "" + }, + "brand-booking": { + "category": "Brand", + "tags": ["brand", "booking"], "version": "" }, "brand-chrome": { @@ -796,12 +986,12 @@ }, "brand-codesandbox": { "category": "Brand", - "tags": ["brand", "codesandbox"], + "tags": ["brand", "codesandbox", "online", "code", "editor", "prototyping", "prototype", "web", "app", "programming", "integrated", "development", "environment", "technology"], "version": "1.32" }, "brand-css3": { "category": "Brand", - "tags": ["brand", "css3"], + "tags": ["brand", "css3", "cascading", "style", "sheet", "programming", "development", "web", "website", "technology"], "version": "1.32" }, "brand-deviantart": { @@ -816,12 +1006,12 @@ }, "brand-disqus": { "category": "Brand", - "tags": ["brand", "disqus"], + "tags": ["brand", "disqus", "comment", "blog", "service", "website", "online", "platform", "social", "networking", "technology"], "version": "" }, "brand-docker": { "category": "Brand", - "tags": ["brand", "docker"], + "tags": ["brand", "docker", "app", "development", "hub", "platform", "software", "developer", "programming", "programmer", "virtualization", "technology"], "version": "" }, "brand-dribbble": { @@ -874,6 +1064,11 @@ "tags": ["brand", "gitlab", "logo", "website", "software", "code", "programming", "programmers"], "version": "1.9" }, + "brand-google-analytics": { + "category": "Brand", + "tags": ["brand", "google", "analytics"], + "version": "" + }, "brand-google-drive": { "category": "Brand", "tags": ["brand", "google", "drive", "logo", "cloud", "disc", "documents", "sheet", "presentation", "file", "edit"], @@ -891,17 +1086,17 @@ }, "brand-gravatar": { "category": "Brand", - "tags": ["brand", "gravatar"], + "tags": ["brand", "gravatar", "avatar", "image", "face", "blog", "comment", "represent", "online", "technology"], "version": "" }, "brand-hipchat": { "category": "Brand", - "tags": ["brand", "hipchat"], + "tags": ["brand", "hipchat", "chat", "communicate", "communication", "talk", "discuss", "app", "collaborate", "collaboration", "technology"], "version": "" }, "brand-html5": { "category": "Brand", - "tags": ["brand", "html5"], + "tags": ["brand", "html5", "programming", "development", "web", "website", "technology", "markup", "language", "technology"], "version": "1.32" }, "brand-instagram": { @@ -911,12 +1106,12 @@ }, "brand-kickstarter": { "category": "Brand", - "tags": ["brand", "kickstarter"], + "tags": ["brand", "kickstarter", "crowdfunding", "platform", "project", "creative", "idea", "business", "launch", "technology"], "version": "" }, "brand-kotlin": { "category": "Brand", - "tags": ["brand", "kotlin"], + "tags": ["brand", "kotlin", "programming", "language", "programmer", "development", "developer", "technology"], "version": "1.32" }, "brand-linkedin": { @@ -936,7 +1131,12 @@ }, "brand-netflix": { "category": "Brand", - "tags": ["brand", "netflix"], + "tags": ["brand", "netflix", "series", "tv", "episode", "movie", "film", "media", "watch", "app", "technology"], + "version": "" + }, + "brand-open-source": { + "category": "", + "tags": ["brand", "open", "source"], "version": "" }, "brand-opera": { @@ -946,7 +1146,12 @@ }, "brand-pagekit": { "category": "Brand", - "tags": ["brand", "pagekit"], + "tags": ["brand", "pagekit", "content", "management", "system", "website", "component", "modular", "technology"], + "version": "" + }, + "brand-patreon": { + "category": "", + "tags": ["brand", "patreon"], "version": "" }, "brand-paypal": { @@ -966,7 +1171,7 @@ }, "brand-producthunt": { "category": "Brand", - "tags": ["brand", "producthunt"], + "tags": ["brand", "producthunt", "technology", "product", "share", "discover", "new", "novelty", "web", "geek"], "version": "" }, "brand-python": { @@ -986,12 +1191,17 @@ }, "brand-sass": { "category": "Brand", - "tags": ["brand", "sass"], + "tags": ["brand", "sass", "technology", "preprocessor", "script", "language", "programming", "css", "syntax", "compile"], "version": "" }, "brand-sentry": { "category": "Brand", - "tags": ["brand", "sentry"], + "tags": ["brand", "sentry", "technology", "application", "monitoring", "error", "tracking", "software", "cloud", "development", "app"], + "version": "" + }, + "brand-shazam": { + "category": "", + "tags": ["brand", "shazam"], "version": "" }, "brand-sketch": { @@ -1016,7 +1226,7 @@ }, "brand-soundcloud": { "category": "Brand", - "tags": ["brand", "soundcloud"], + "tags": ["brand", "soundcloud", "technology", "audio", "distribution", "platform", "music", "upload", "promote", "streaming"], "version": "1.32" }, "brand-spotify": { @@ -1026,12 +1236,12 @@ }, "brand-steam": { "category": "Brand", - "tags": ["brand", "steam"], + "tags": ["brand", "steam", "technology", "video", "game", "digital", "distribution", "software", "player", "pc"], "version": "1.32" }, "brand-stripe": { "category": "Brand", - "tags": ["brand", "stripe"], + "tags": ["brand", "stripe", "technology", "payment", "processing", "money", "subscription", "finance", "financial", "software", "e-commerce"], "version": "" }, "brand-tabler": { @@ -1051,7 +1261,7 @@ }, "brand-tidal": { "category": "Brand", - "tags": ["brand", "tidal"], + "tags": ["brand", "tidal", "technology", "subscription", "music", "podcast", "video", "streaming", "playlist", "party", "track", "song"], "version": "1.32" }, "brand-tiktok": { @@ -1061,7 +1271,7 @@ }, "brand-tinder": { "category": "Brand", - "tags": ["brand", "tinder"], + "tags": ["brand", "tinder", "date", "dating", "app", "love", "affection", "affair", "couple", "technology", "networking", "swipe", "match"], "version": "1.32" }, "brand-tumblr": { @@ -1080,8 +1290,8 @@ "version": "1.18" }, "brand-unsplash": { - "category": "Brands", - "tags": ["brand", "unsplash"], + "category": "Brand", + "tags": ["brand", "unsplash", "picture", "photo", "photography", "search", "image", "stock"], "version": "" }, "brand-vimeo": { @@ -1091,7 +1301,7 @@ }, "brand-vk": { "category": "Brand", - "tags": ["brand", "vk"], + "tags": ["brand", "vk", "technology", "social", "media", "networking", "service", "russian"], "version": "1.32" }, "brand-whatsapp": { @@ -1106,12 +1316,12 @@ }, "brand-yahoo": { "category": "Brand", - "tags": ["brand", "yahoo"], + "tags": ["brand", "yahoo", "web", "services", "technology", "inbox", "mail", "web", "news", "search"], "version": "1.32" }, "brand-ycombinator": { "category": "Brand", - "tags": ["brand", "ycombinator"], + "tags": ["brand", "ycombinator", "startup", "accelerator", "seed", "money", "launch", "company", "business", "invest", "funding"], "version": "" }, "brand-youtube": { @@ -1125,32 +1335,27 @@ "version": "1.0" }, "brightness-2": { - "category": "Photos", - "tags": ["brightness", "2"], - "version": "" - }, - "brightness-3": { - "category": "", - "tags": ["brightness", "3"], + "category": "Photography", + "tags": ["brightness", "2", "light", "screen", "level", "daytime", "sun"], "version": "" }, "brightness-down": { - "category": "Photos", + "category": "Photography", "tags": ["brightness", "down", "dark", "darker", "screen"], "version": "1.3" }, "brightness-half": { - "category": "Photos", - "tags": ["brightness", "half"], + "category": "Photography", + "tags": ["brightness", "half", "light", "screen", "level", "daytime", "sun"], "version": "" }, "brightness-up": { - "category": "Photos", + "category": "Photography", "tags": ["brightness", "up", "light", "screen"], "version": "1.3" }, "brightness": { - "category": "Photos", + "category": "Photography", "tags": ["brightness", "light", "dark", "screen"], "version": "1.3" }, @@ -1196,12 +1401,12 @@ }, "building-carousel": { "category": "Buildings", - "tags": ["building", "carousel"], + "tags": ["building", "carousel", "amusement", "park", "fair", "merry-go-round", "fun", "entertaianment"], "version": "1.34" }, "building-castle": { "category": "Buildings", - "tags": ["building", "castle"], + "tags": ["building", "castle", "king", "queen", "royal", "architecture", "medieval", "middle", "ages", "nobility", "tower", "fortress", "fort", "fortification", "princess", "prince"], "version": "1.34" }, "building-church": { @@ -1216,17 +1421,17 @@ }, "building-cottage": { "category": "Buildings", - "tags": ["building", "cottage"], + "tags": ["building", "cottage", "small", "house", "countryside", "live", "farm", "rural", "outskirts"], "version": "" }, "building-factory": { "category": "Buildings", - "tags": ["building", "factory"], + "tags": ["building", "factory", "goods", "manufature", "machine", "trade", "produce", "product", "worker", "industry", "industrial", "site"], "version": "" }, "building-fortress": { "category": "Buildings", - "tags": ["building", "fortress"], + "tags": ["building", "fortress", "military", "town", "defend", "attack", "stronghold", "protect", "protection", "medieval"], "version": "1.34" }, "building-hospital": { @@ -1236,7 +1441,7 @@ }, "building-lighthouse": { "category": "Buildings", - "tags": ["building", "lighthouse"], + "tags": ["building", "lighthouse", "light", "sea", "tower", "beacon", "flash", "ship", "guide", "lightship", "leading", "watchtower", "signal"], "version": "1.34" }, "building-monument": { @@ -1281,7 +1486,7 @@ }, "bulldozer": { "category": "Vehicles", - "tags": ["bulldozer"], + "tags": ["bulldozer", "tractor", "construction", "site", "build", "rear", "machine"], "version": "1.34" }, "bus": { @@ -1291,7 +1496,7 @@ }, "businessplan": { "category": "", - "tags": ["businessplan"], + "tags": ["businessplan", "business", "money", "corporate", "document", "goal", "achieve", "manage", "roadmap", "grow"], "version": "" }, "calculator": { @@ -1300,37 +1505,37 @@ "version": "1.3" }, "calendar-event": { - "category": "", + "category": "System", "tags": ["calendar", "event", "date", "day", "plan", "schedule", "agenda"], "version": "1.1" }, "calendar-minus": { - "category": "", + "category": "System", "tags": ["calendar", "minus", "date", "day", "plan", "schedule", "agenda"], "version": "1.5" }, "calendar-off": { - "category": "", - "tags": ["calendar", "off"], + "category": "System", + "tags": ["calendar", "off", "unavailable", "unavailability", "leave", "plan", "schedule", "busy", "date", "month", "year", "meeting"], "version": "" }, "calendar-plus": { - "category": "", + "category": "System", "tags": ["calendar", "plus", "date", "day", "plan", "schedule", "agenda", "add"], "version": "1.5" }, "calendar-stats": { - "category": "", - "tags": ["calendar", "stats"], + "category": "System", + "tags": ["calendar", "stats", "plan", "timetable", "schedule", "meeting", "busy", "month", "year", "date", "statistics"], "version": "" }, "calendar-time": { - "category": "", - "tags": ["calendar", "time"], + "category": "System", + "tags": ["calendar", "time", "plan", "timetable", "schedule", "meeting", "busy", "month", "year", "date"], "version": "" }, "calendar": { - "category": "", + "category": "System", "tags": ["calendar", "date", "day", "plan", "schedule", "agenda"], "version": "1.0" }, @@ -1350,13 +1555,13 @@ "version": "1.11" }, "camera-rotate": { - "category": "Photos", - "tags": ["camera", "rotate"], + "category": "Photography", + "tags": ["camera", "rotate", "photo", "photography", "picture", "face", "instagram", "portrait", "digital", "smartphone", "selfie"], "version": "" }, "camera-selfie": { - "category": "Photos", - "tags": ["camera", "selfie"], + "category": "Photography", + "tags": ["camera", "selfie", "photo", "photography", "picture", "face", "instagram", "portrait", "digital", "smartphone"], "version": "" }, "camera": { @@ -1381,7 +1586,7 @@ }, "cardboards": { "category": "", - "tags": ["cardboards"], + "tags": ["cardboards", "vr", "virtual reality", "watch", "viewer", "technology"], "version": "1.33" }, "caret-down": { @@ -1405,17 +1610,17 @@ "version": "1.2" }, "cash-banknote-off": { - "category": "", - "tags": ["cash", "banknote", "off"], + "category": "E-commerce", + "tags": ["cash", "banknote", "off", "money", "pay", "bank", "dollar", "pound", "bank", "yen", "business"], "version": "" }, "cash-banknote": { - "category": "", - "tags": ["cash", "banknote"], + "category": "E-commerce", + "tags": ["cash", "banknote", "money", "pay", "bank", "dollar", "pound", "bank", "yen", "business"], "version": "" }, "cash": { - "category": "", + "category": "E-commerce", "tags": ["cash", "currency", "payment", "money", "pay"], "version": "1.0" }, @@ -1426,17 +1631,17 @@ }, "ce": { "category": "Symbols", - "tags": ["ce"], + "tags": ["ce", "sign", "marking", "administration", "administrative", "conformity", "health", "safety", "environment", "protection", "standards", "product", "europe", "eea", "economic", "area", "manufacture"], "version": "1.33" }, "certificate": { - "category": "", - "tags": ["certificate"], + "category": "Document", + "tags": ["certificate", "document", "official", "attest", "signature", "birth", "death", "gift", "authenticity", "seal", "course", "complete", "qualification"], "version": "1.33" }, "charging-pile": { "category": "Vehicles", - "tags": ["charging", "pile"], + "tags": ["charging", "pile", "electric", "electricity", "hybrid", "tesla", "station", "electronic", "point"], "version": "" }, "chart-arcs-3": { @@ -1461,12 +1666,12 @@ }, "chart-arrows-vertical": { "category": "Charts", - "tags": ["chart", "arrows", "vertical"], + "tags": ["chart", "arrows", "vertical", "statistics", "data", "value", "variable", "scale", "statistical", "level", "increase", "decrease"], "version": "" }, "chart-arrows": { "category": "Charts", - "tags": ["chart", "arrows"], + "tags": ["chart", "arrows", "statistics", "data", "value", "variable", "scale", "statistical", "level", "increase", "decrease"], "version": "" }, "chart-bar": { @@ -1484,6 +1689,11 @@ "tags": ["chart", "candle", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], "version": "1.0" }, + "chart-circles": { + "category": "Charts", + "tags": ["chart", "circles"], + "version": "" + }, "chart-donut-2": { "category": "Charts", "tags": ["chart", "donut", "2", "statistics", "diagram", "graph", "rhythm", "data", "analysis"], @@ -1506,12 +1716,12 @@ }, "chart-dots": { "category": "Charts", - "tags": ["chart", "dots"], + "tags": ["chart", "dots", "statistics", "data", "value", "variable", "scale", "statistical"], "version": "" }, "chart-infographic": { "category": "Charts", - "tags": ["chart", "infographic"], + "tags": ["chart", "infographic", "statistics", "data", "value", "variable", "scale", "statistical", "bar", "information", "report"], "version": "" }, "chart-line": { @@ -1541,7 +1751,7 @@ }, "chart-radar": { "category": "Charts", - "tags": ["chart", "radar"], + "tags": ["chart", "radar", "statistics", "data", "value", "two", "dimensions", "variable", "report", "points"], "version": "1.33" }, "check": { @@ -1641,57 +1851,57 @@ }, "christmas-tree": { "category": "Nature", - "tags": ["christmas", "tree"], + "tags": ["christmas", "tree", "holidays", "pine", "decorate", "decoration", "gift", "present", "carol", "evergreen", "spruce", "fir", "winter"], "version": "1.33" }, "circle-0": { "category": "Numbers", - "tags": ["circle", "0"], + "tags": ["circle", "0", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-1": { "category": "Numbers", - "tags": ["circle", "1"], + "tags": ["circle", "1", "one", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-2": { "category": "Numbers", - "tags": ["circle", "2"], + "tags": ["circle", "2", "two", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-3": { "category": "Numbers", - "tags": ["circle", "3"], + "tags": ["circle", "3", "three", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-4": { "category": "Numbers", - "tags": ["circle", "4"], + "tags": ["circle", "4", "four", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-5": { "category": "Numbers", - "tags": ["circle", "5"], + "tags": ["circle", "5", "five", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-6": { "category": "Numbers", - "tags": ["circle", "6"], + "tags": ["circle", "6", "six", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-7": { "category": "Numbers", - "tags": ["circle", "7"], + "tags": ["circle", "7", "seven", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-8": { "category": "Numbers", - "tags": ["circle", "8"], + "tags": ["circle", "8", "eight", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-9": { "category": "Numbers", - "tags": ["circle", "9"], + "tags": ["circle", "9", "nine", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "circle-check": { @@ -1711,12 +1921,12 @@ }, "circle-half-vertical": { "category": "", - "tags": ["circle", "half", "vertical"], + "tags": ["circle", "half", "vertical", "shape", "split", "slash"], "version": "" }, "circle-half": { "category": "", - "tags": ["circle", "half"], + "tags": ["circle", "half", "shape", "split", "slash"], "version": "" }, "circle-minus": { @@ -1726,7 +1936,7 @@ }, "circle-off": { "category": "Shapes", - "tags": ["circle", "off"], + "tags": ["circle", "off", "shape", "split", "slash", "disabled"], "version": "" }, "circle-plus": { @@ -1756,7 +1966,7 @@ }, "clear-all": { "category": "", - "tags": ["clear", "all"], + "tags": ["clear", "all", "app", "clear", "all", "emails", "phone"], "version": "" }, "clear-formatting": { @@ -1795,7 +2005,7 @@ "version": "1.0" }, "cloud-download": { - "category": "", + "category": "System", "tags": ["cloud", "download", "files"], "version": "1.0" }, @@ -1806,7 +2016,7 @@ }, "cloud-off": { "category": "Weather", - "tags": ["cloud", "off"], + "tags": ["cloud", "off", "auto", "backup", "storage", "memory", "files", "pictures", "store"], "version": "1.28" }, "cloud-rain": { @@ -1825,7 +2035,7 @@ "version": "1.0" }, "cloud-upload": { - "category": "", + "category": "System", "tags": ["cloud", "upload", "files"], "version": "1.0" }, @@ -1835,17 +2045,17 @@ "version": "1.0" }, "code-minus": { - "category": "", - "tags": ["code", "minus"], + "category": "Text", + "tags": ["code", "minus", "remove", "delete", "insert", "braces"], "version": "" }, "code-plus": { - "category": "", - "tags": ["code", "plus"], + "category": "Text", + "tags": ["code", "plus", "add", "insert", "braces"], "version": "" }, "code": { - "category": "", + "category": "Text", "tags": ["code", "brackets", "source", "programming", "command"], "version": "1.0" }, @@ -1866,12 +2076,12 @@ }, "column-insert-left": { "category": "Database", - "tags": ["column", "insert", "left"], + "tags": ["column", "insert", "left", "database", "table", "cells", "arrow"], "version": "" }, "column-insert-right": { "category": "Database", - "tags": ["column", "insert", "right"], + "tags": ["column", "insert", "right", "database", "table", "cells", "arrow"], "version": "" }, "columns": { @@ -1896,16 +2106,16 @@ }, "confetti": { "category": "", - "tags": ["confetti"], + "tags": ["confetti", "party", "celebrate", "streamers", "paper", "parade", "wedding", "celebration"], "version": "" }, "container": { "category": "Design", - "tags": ["container"], + "tags": ["container", "element", "html", "block", "store", "inside"], "version": "" }, "contrast": { - "category": "Photos", + "category": "Photography", "tags": ["contrast", "edit", "paint", "photo"], "version": "1.12" }, @@ -1915,18 +2125,18 @@ "version": "1.0" }, "copyleft": { - "category": "", + "category": "Symbols", "tags": ["copyleft", "licence", "license"], "version": "1.11" }, "copyright": { - "category": "", + "category": "Symbols", "tags": ["copyright", "licence", "license"], "version": "1.0" }, "corner-down-left-double": { "category": "Arrows", - "tags": ["corner", "down", "left", "double"], + "tags": ["corner", "down", "left", "double", "arrow", "previous", "back", "return", "below", "point"], "version": "" }, "corner-down-left": { @@ -1936,7 +2146,7 @@ }, "corner-down-right-double": { "category": "Arrows", - "tags": ["corner", "down", "right", "double"], + "tags": ["corner", "down", "right", "double", "arrow", "next", "below", "forward", "point"], "version": "" }, "corner-down-right": { @@ -1946,7 +2156,7 @@ }, "corner-left-down-double": { "category": "Arrows", - "tags": ["corner", "left", "down", "double"], + "tags": ["corner", "left", "down", "double", "arrow", "point", "below", "bottom"], "version": "" }, "corner-left-down": { @@ -1956,7 +2166,7 @@ }, "corner-left-up-double": { "category": "Arrows", - "tags": ["corner", "left", "up", "double"], + "tags": ["corner", "left", "up", "double", "arrow", "point", "above", "top"], "version": "" }, "corner-left-up": { @@ -1966,7 +2176,7 @@ }, "corner-right-down-double": { "category": "Arrows", - "tags": ["corner", "right", "down", "double"], + "tags": ["corner", "right", "down", "double", "arrow", "point", "below", "bottom"], "version": "" }, "corner-right-down": { @@ -1976,7 +2186,7 @@ }, "corner-right-up-double": { "category": "Arrows", - "tags": ["corner", "right", "up", "double"], + "tags": ["corner", "right", "up", "double", "arrow", "point", "above", "top"], "version": "" }, "corner-right-up": { @@ -1986,7 +2196,7 @@ }, "corner-up-left-double": { "category": "Arrows", - "tags": ["corner", "up", "left", "double"], + "tags": ["corner", "up", "left", "double", "arrow", "point", "side", "previous", "back", "return"], "version": "" }, "corner-up-left": { @@ -1996,7 +2206,7 @@ }, "corner-up-right-double": { "category": "Arrows", - "tags": ["corner", "up", "right", "double"], + "tags": ["corner", "up", "right", "double", "arrow", "next", "above", "forward", "point"], "version": "" }, "corner-up-right": { @@ -2026,7 +2236,7 @@ }, "crown-off": { "category": "", - "tags": ["crown", "off"], + "tags": ["crown", "off", "king", "queen", "royal", "throne", "power"], "version": "" }, "crown": { @@ -2041,172 +2251,172 @@ }, "currency-bahraini": { "category": "Currencies", - "tags": ["currency", "bahraini"], + "tags": ["currency", "bahraini", "bahraini", "bhd", "commerce", "dinar", "money", "banknote", "pay"], "version": "" }, "currency-bath": { "category": "Currencies", - "tags": ["currency", "bath"], + "tags": ["currency", "bath", "thb", "thai", "baht", "money", "banknote", "pay"], "version": "" }, "currency-bitcoin": { "category": "Currencies", - "tags": ["currency", "bitcoin", "digital", "network", "peer-to-peer", "mining"], + "tags": ["currency", "bitcoin", "crypto", "bitcoin", "lightning network", "mining", "digital", "blockchain", "p2p", "peer", "money", "banknote", "pay"], "version": "1.4" }, "currency-cent": { "category": "Currencies", - "tags": ["currency", "cent"], + "tags": ["currency", "cent", "cent", "coin", "money", "centavo", "penny", "money", "banknote", "pay"], "version": "" }, "currency-dinar": { "category": "Currencies", - "tags": ["currency", "dinar"], + "tags": ["currency", "dinar", "kwd", "dinar", "kuwait", "money", "banknote", "pay"], "version": "" }, "currency-dirham": { "category": "Currencies", - "tags": ["currency", "dirham"], + "tags": ["currency", "dirham", "trade", "aed", "uae", "dirham", "money", "banknote", "pay"], "version": "" }, "currency-dollar-australian": { "category": "Currencies", - "tags": ["currency", "dollar", "australian"], + "tags": ["currency", "dollar", "australian", "dollar", "aud", "australian", "money", "banknote", "pay"], "version": "" }, "currency-dollar-canadian": { "category": "Currencies", - "tags": ["currency", "dollar", "canadian"], + "tags": ["currency", "dollar", "canadian", "trade", "dollar", "cad", "canadian", "money", "banknote", "pay"], "version": "" }, "currency-dollar-singapore": { "category": "Currencies", - "tags": ["currency", "dollar", "singapore"], + "tags": ["currency", "dollar", "singapore", "singapore", "dollar", "exchange", "sgd", "money", "banknote", "pay"], "version": "" }, "currency-dollar": { "category": "Currencies", - "tags": ["currency", "dollar", "money", "bucks", "usa", "banknote", "pay"], + "tags": ["currency", "dollar", "american", "us", "dollar", "usd", "sign", "bucks", "usa", "money", "banknote", "pay"], "version": "1.3" }, "currency-ethereum": { "category": "Currencies", - "tags": ["currency", "ethereum"], + "tags": ["currency", "ethereum", "ethereum", "digital", "crypto", "ether", "blockchain", "money", "banknote", "pay"], "version": "" }, "currency-euro": { "category": "Currencies", - "tags": ["currency", "euro", "money", "banknote", "pay", "europe", "eu"], + "tags": ["currency", "euro", "euro", "eur", "trade", "finance", "europe", "eu", "money", "banknote", "pay"], "version": "1.3" }, "currency-forint": { "category": "Currencies", - "tags": ["currency", "forint"], + "tags": ["currency", "forint", "huf", "hungarian", "business", "forint", "money", "banknote", "pay"], "version": "" }, "currency-frank": { "category": "Currencies", - "tags": ["currency", "frank"], + "tags": ["currency", "frank", "chf", "business", "swiss", "franc", "money", "banknote", "pay"], "version": "" }, "currency-krone-czech": { "category": "Currencies", - "tags": ["currency", "krone", "czech"], + "tags": ["currency", "krone", "czech", "czech", "czk", "koruna", "money", "banknote", "pay"], "version": "" }, "currency-krone-danish": { "category": "Currencies", - "tags": ["currency", "krone", "danish"], + "tags": ["currency", "krone", "danish", "krone", "dkk", "danish", "finance", "money", "banknote", "pay"], "version": "" }, "currency-krone-swedish": { "category": "Currencies", - "tags": ["currency", "krone", "swedish"], + "tags": ["currency", "krone", "swedish", "krone", "kronor", "krona", "swedish", "icelandic", "norwegian", "estonian", "money", "banknote", "pay"], "version": "" }, "currency-leu": { "category": "Currencies", - "tags": ["currency", "leu"], + "tags": ["currency", "leu", "leu", "loti", "lempira", "lek", "lilangani", "money", "banknote", "pay"], "version": "" }, "currency-lira": { "category": "Currencies", - "tags": ["currency", "lira"], + "tags": ["currency", "lira", "lira", "trade", "turkish", "try", "money", "banknote", "pay"], "version": "" }, "currency-litecoin": { "category": "Currencies", - "tags": ["currency", "litecoin"], + "tags": ["currency", "litecoin", "litecoin", "crypto", "segwit", "lightning network", "blockchain", "p2p", "peer", "transaction", "money", "banknote", "pay"], "version": "" }, "currency-naira": { "category": "Currencies", - "tags": ["currency", "naira"], + "tags": ["currency", "naira", "naira", "ngn", "nigerian", "trade", "money", "banknote", "pay", "money", "banknote", "pay"], "version": "" }, "currency-pound": { "category": "Currencies", - "tags": ["currency", "pound", "money", "banknote", "pay", "britain", "uk"], + "tags": ["currency", "pound", "gbp", "pound", "sterling", "british", "britain", "uk", "money", "banknote", "pay"], "version": "1.4" }, "currency-real": { "category": "Currencies", - "tags": ["currency", "real"], + "tags": ["currency", "real", "brl", "brazilian", "real", "finance", "money", "banknote", "pay"], "version": "" }, "currency-renminbi": { "category": "Currencies", - "tags": ["currency", "renminbi"], + "tags": ["currency", "renminbi", "renminbi", "cny", "chinese", "yuan", "money", "banknote", "pay"], "version": "" }, "currency-ripple": { "category": "Currencies", - "tags": ["currency", "ripple"], + "tags": ["currency", "ripple", "ripple", "xrp", "digital", "crypto", "money", "banknote", "pay"], "version": "" }, "currency-riyal": { "category": "Currencies", - "tags": ["currency", "riyal"], + "tags": ["currency", "riyal", "riyal", "sar", "saudi", "money", "banknote", "pay"], "version": "" }, "currency-rubel": { "category": "Currencies", - "tags": ["currency", "rubel"], + "tags": ["currency", "rubel", "rub", "russian", "ruble", "money", "banknote", "pay"], "version": "" }, "currency-rupee": { "category": "Currencies", - "tags": ["currency", "rupee", "money", "banknote", "pay", "india"], + "tags": ["currency", "rupee", "inr", "indian", "rupee", "exchange", "money", "banknote", "pay"], "version": "1.4" }, "currency-shekel": { "category": "Currencies", - "tags": ["currency", "shekel"], + "tags": ["currency", "shekel", "curency", "ils", "israeli", "shekel", "money", "banknote", "pay"], "version": "" }, "currency-taka": { "category": "Currencies", - "tags": ["currency", "taka"], + "tags": ["currency", "taka", "trade", "bangladesh", "bdt", "taka", "money", "banknote", "pay"], "version": "" }, "currency-tugrik": { "category": "Currencies", - "tags": ["currency", "tugrik"], + "tags": ["currency", "tugrik", "tgrg", "mnt", "tugrik", "mongolian", "money", "banknote", "pay"], "version": "" }, "currency-won": { "category": "Currencies", - "tags": ["currency", "won"], + "tags": ["currency", "won", "korean", "kpw", "north", "won", "money", "banknote", "pay"], "version": "" }, "currency-yen": { "category": "Currencies", - "tags": ["currency", "yen", "money", "banknote", "pay", "japan"], + "tags": ["currency", "yen", "japanese", "yen", "jpy", "chinese", "money", "banknote", "pay"], "version": "1.4" }, "currency-zloty": { "category": "Currencies", - "tags": ["currency", "zloty"], + "tags": ["currency", "zloty", "poland", "pln", "zloty", "polish", "money", "banknote", "pay"], "version": "" }, "current-location": { @@ -2215,8 +2425,8 @@ "version": "1.22" }, "cursor-text": { - "category": "", - "tags": ["cursor", "text"], + "category": "Text", + "tags": ["cursor", "text", "editor", "indicate", "position", "input", "mouse", "type"], "version": "" }, "cut": { @@ -2231,17 +2441,17 @@ }, "database-export": { "category": "Database", - "tags": ["database", "export"], + "tags": ["database", "export", "data", "backup", "file", "storage", "system"], "version": "" }, "database-import": { "category": "Database", - "tags": ["database", "import"], + "tags": ["database", "import", "data", "file", "storage", "backup", "system"], "version": "" }, "database-off": { "category": "Database", - "tags": ["database", "off"], + "tags": ["database", "off", "data", "file", "storage", "table", "system"], "version": "" }, "database": { @@ -2251,32 +2461,32 @@ }, "details": { "category": "", - "tags": ["details"], + "tags": ["details", "geometric", "half", "shape", "highlight", "triangle"], "version": "" }, "device-analytics": { "category": "Devices", - "tags": ["device", "analytics"], + "tags": ["device", "analytics", "analyze", "analyse", "data", "traffic", "user"], "version": "" }, "device-audio-tape": { "category": "Devices", - "tags": ["device", "audio", "tape"], + "tags": ["device", "audio", "tape", "record", "music", "radio", "cassette", "recording", "play"], "version": "" }, "device-cctv": { "category": "Devices", - "tags": ["device", "cctv"], + "tags": ["device", "cctv", "closed", "circuit", "television", "video", "surveillance", "signal", "monitor", "record"], "version": "" }, "device-computer-camera-off": { "category": "Devices", - "tags": ["device", "computer", "camera", "off"], + "tags": ["device", "computer", "camera", "off", "video", "meeting", "record", "recording", "webcam"], "version": "" }, "device-computer-camera": { "category": "Devices", - "tags": ["device", "computer", "camera"], + "tags": ["device", "computer", "camera", "video", "meeting", "record", "recording", "webcam"], "version": "" }, "device-desktop-analytics": { @@ -2309,6 +2519,11 @@ "tags": ["device", "laptop", "workstation", "mac", "notebook", "portable", "screen", "computer"], "version": "1.2" }, + "device-mobile-message": { + "category": "Devices", + "tags": ["device", "mobile", "message", "iphone", "phone", "smartphone", "cellphone", "sms", "texting", "chat", "text"], + "version": "" + }, "device-mobile-rotated": { "category": "Devices", "tags": ["device", "mobile", "rotated", "iphone", "phone", "smartphone", "cellphone"], @@ -2349,6 +2564,11 @@ "tags": ["devices", "2", "computer", "monitor", "keyboard"], "version": "1.26" }, + "devices-pc": { + "category": "Devices", + "tags": ["devices", "pc", "computer", "monitor", "keyboard"], + "version": "" + }, "devices": { "category": "Devices", "tags": ["devices", "computer", "laptop", "notebook", "tablet", "phone", "mobile", "mac", "iphone"], @@ -2366,7 +2586,7 @@ }, "dimensions": { "category": "Design", - "tags": ["dimensions"], + "tags": ["dimensions", "width", "height", "size", "breadth", "depth"], "version": "" }, "direction-horizontal": { @@ -2399,19 +2619,24 @@ "tags": ["disc", "cd", "music", "album"], "version": "1.0" }, + "discount-2": { + "category": "E-commerce", + "tags": ["discount", "2", "sale", "reduction", "price", "cost", "money", "shopping", "bargain"], + "version": "1.5" + }, "discount": { - "category": "", + "category": "E-commerce", "tags": ["discount", "sale", "reduction", "price", "cost", "money", "shopping", "bargain"], - "version": "1.5" + "version": "" }, "divide": { "category": "Math", - "tags": ["divide"], + "tags": ["divide", "separate", "element", "multiple", "apart", "separator", "parts"], "version": "1.31" }, "dna": { "category": "", - "tags": ["dna"], + "tags": ["dna", "genetics", "biology", "chain", "genetic", "code", "virus", "organism"], "version": "" }, "dots-circle-horizontal": { @@ -2440,48 +2665,48 @@ "version": "1.0" }, "download": { - "category": "", + "category": "Arrows", "tags": ["download", "save", "arrow"], "version": "1.0" }, "drag-drop-2": { - "category": "", + "category": "Design", "tags": ["drag", "drop", "2", "location", "gesture", "move"], "version": "1.3" }, "drag-drop": { - "category": "", + "category": "Design", "tags": ["drag", "drop", "location", "gesture", "move"], "version": "1.3" }, "drone-off": { "category": "Vehicles", - "tags": ["drone", "off"], + "tags": ["drone", "off", "device", "fly", "aircraft", "surveillance", "control", "autonomous", "forbidden", "banned", "unlicensed"], "version": "" }, "drone": { "category": "Vehicles", - "tags": ["drone"], + "tags": ["drone", "device", "fly", "aircraft", "surveillance", "control", "autonomous"], "version": "1.33" }, "droplet-filled-2": { - "category": "", - "tags": ["droplet", "filled", "2"], + "category": "Design", + "tags": ["droplet", "filled", "2", "water", "rain", "liquid", "fill"], "version": "" }, "droplet-filled": { - "category": "", - "tags": ["droplet", "filled"], + "category": "Design", + "tags": ["droplet", "filled", "water", "rain", "liquid", "fill"], "version": "" }, "droplet-half-2": { - "category": "", - "tags": ["droplet", "half", "2"], + "category": "Design", + "tags": ["droplet", "half", "2", "water", "rain", "liquid", "fill"], "version": "" }, "droplet-half": { - "category": "", - "tags": ["droplet", "half"], + "category": "Design", + "tags": ["droplet", "half", "water", "rain", "liquid", "fill"], "version": "" }, "droplet-off": { @@ -2496,7 +2721,7 @@ }, "ear-off": { "category": "", - "tags": ["ear", "off"], + "tags": ["ear", "off", "sound", "deaf", "hearing", "impaired", "handicapped", "hard-of-hearing", "mute"], "version": "" }, "ear": { @@ -2505,8 +2730,8 @@ "version": "1.6" }, "edit-circle": { - "category": "", - "tags": ["edit", "circle"], + "category": "Design", + "tags": ["edit", "circle", "pencil", "change", "update"], "version": "" }, "edit": { @@ -2526,12 +2751,12 @@ }, "equal-not": { "category": "Math", - "tags": ["equal", "not"], + "tags": ["equal", "not", "maths", "mathematics", "equation", "different", "value"], "version": "" }, "equal": { "category": "Math", - "tags": ["equal"], + "tags": ["equal", "maths", "mathematics", "equation", "same", "value"], "version": "" }, "eraser": { @@ -2545,7 +2770,7 @@ "version": "1.7" }, "exposure": { - "category": "Photos", + "category": "Photography", "tags": ["exposure", "light", "bright", "dark", "camera"], "version": "1.3" }, @@ -2554,6 +2779,11 @@ "tags": ["external", "link", "connection", "outbound", "redirect"], "version": "1.0" }, + "eye-check": { + "category": "", + "tags": ["eye", "check"], + "version": "" + }, "eye-off": { "category": "", "tags": ["eye", "off", "view", "watch"], @@ -2566,12 +2796,12 @@ }, "eyeglass-2": { "category": "", - "tags": ["eyeglass", "2"], + "tags": ["eyeglass", "2", "sight", "defect", "see", "vision", "frames", "lenses", "visually", "impaired", "myopia", "far-sighted"], "version": "" }, "eyeglass": { "category": "", - "tags": ["eyeglass"], + "tags": ["eyeglass", "sight", "defect", "see", "vision", "frames", "lenses", "visually", "impaired", "myopia", "far-sighted"], "version": "" }, "face-id": { @@ -2586,17 +2816,22 @@ }, "feather": { "category": "", - "tags": ["feather"], + "tags": ["feather", "bird", "animal", "nature"], + "version": "" + }, + "file-alert": { + "category": "Document", + "tags": ["file", "alert"], "version": "" }, "file-analytics": { "category": "Document", - "tags": ["file", "analytics"], + "tags": ["file", "analytics", "data", "statistics", "report", "chart", "document", "paper"], "version": "" }, "file-certificate": { "category": "Document", - "tags": ["file", "certificate"], + "tags": ["file", "certificate", "certificate", "license", "diploma", "document", "format", "data", "paper"], "version": "1.29" }, "file-check": { @@ -2604,6 +2839,11 @@ "tags": ["file", "check", "yes"], "version": "1.0" }, + "file-code-2": { + "category": "Document", + "tags": ["file", "code", "2"], + "version": "" + }, "file-code": { "category": "Document", "tags": ["file", "code", "paper", "new"], @@ -2626,7 +2866,7 @@ }, "file-export": { "category": "Document", - "tags": ["file", "export"], + "tags": ["file", "export", "arrow", "data", "paper", "document", "format"], "version": "" }, "file-horizontal": { @@ -2636,12 +2876,12 @@ }, "file-import": { "category": "Document", - "tags": ["file", "import"], + "tags": ["file", "import", "arrow", "data", "paper", "document", "format"], "version": "" }, "file-info": { - "category": "", - "tags": ["file", "info"], + "category": "Document", + "tags": ["file", "info", "info", "information", "informations", "paper", "file", "document", "page"], "version": "" }, "file-invoice": { @@ -2681,12 +2921,12 @@ }, "file-report": { "category": "Document", - "tags": ["file", "report"], + "tags": ["file", "report", "stats", "data", "paper", "document", "chart", "format"], "version": "" }, "file-search": { "category": "Document", - "tags": ["file", "search"], + "tags": ["file", "search", "search", "data", "paper", "document", "format"], "version": "1.31" }, "file-shredder": { @@ -2696,7 +2936,7 @@ }, "file-symlink": { "category": "Document", - "tags": ["file", "symlink"], + "tags": ["file", "symlink", "text", "format", "extension", "document", "format"], "version": "1.3" }, "file-text": { @@ -2716,7 +2956,7 @@ }, "file-zip": { "category": "Document", - "tags": ["file", "zip"], + "tags": ["file", "zip", "forms", "documents", "stack", "letter", "archive", "rar", "zipped", "extention", "bundle", "format"], "version": "1.29" }, "file": { @@ -2726,12 +2966,12 @@ }, "files-off": { "category": "Document", - "tags": ["files", "off"], + "tags": ["files", "off", "forms", "documents", "stack", "letter"], "version": "" }, "files": { "category": "Document", - "tags": ["files"], + "tags": ["files", "forms", "documents", "stack", "letter"], "version": "" }, "filter-off": { @@ -2755,28 +2995,28 @@ "version": "1.7" }, "flag-2": { - "category": "", - "tags": ["flag", "2"], + "category": "Map", + "tags": ["flag", "2", "banner", "pin", "report", "map", "warning", "alert"], "version": "" }, "flag-3": { - "category": "", - "tags": ["flag", "3"], + "category": "Map", + "tags": ["flag", "3", "banner", "pin", "report", "map", "warning", "alert"], "version": "" }, "flag": { "category": "Map", - "tags": ["flag", "banner", "pin", "report", "map"], + "tags": ["flag", "banner", "pin", "report", "map", "warning", "alert"], "version": "1.0" }, "flame": { "category": "", - "tags": ["flame"], + "tags": ["flame", "fire", "fireplace", "light", "burn", "bonfire", "smoke", "barbecue"], "version": "" }, "flare": { - "category": "", - "tags": ["flare"], + "category": "Weather", + "tags": ["flare", "shine", "flare", "heat", "sunlight", "hot", "sun", "heat"], "version": "" }, "flask": { @@ -2815,28 +3055,28 @@ "version": "1.4" }, "focus-2": { - "category": "Photos", + "category": "Photography", "tags": ["focus", "2", "spotlight", "attention", "center", "aim", "target"], "version": "1.6" }, "focus": { - "category": "Photos", + "category": "Photography", "tags": ["focus", "target", "bullseye", "aim"], "version": "1.3" }, "fold-down": { - "category": "", - "tags": ["fold", "down"], + "category": "Arrows", + "tags": ["fold", "down", "arrow", "move", "toggle"], "version": "1.3" }, "fold-up": { - "category": "", - "tags": ["fold", "up"], + "category": "Arrows", + "tags": ["fold", "up", "arrow", "move", "toggle"], "version": "1.3" }, "fold": { - "category": "", - "tags": ["fold"], + "category": "Arrows", + "tags": ["fold", "arrow", "move", "merge"], "version": "1.3" }, "folder-minus": { @@ -2884,6 +3124,11 @@ "tags": ["forklift", "store", "warehouse", "inventory", "exporting"], "version": "1.7" }, + "forms": { + "category": "Text", + "tags": ["forms"], + "version": "" + }, "frame": { "category": "Design", "tags": ["frame", "crop"], @@ -2905,8 +3150,8 @@ "version": "1.0" }, "geometry": { - "category": "", - "tags": ["geometry"], + "category": "Map", + "tags": ["geometry", "build", "architecture", "create", "compass"], "version": "" }, "ghost": { @@ -2956,7 +3201,7 @@ }, "glass-off": { "category": "", - "tags": ["glass", "off"], + "tags": ["glass", "off", "drink", "alcohol", "not-allowed", "sober", "non-alcoholic", "wine"], "version": "" }, "glass": { @@ -2971,17 +3216,17 @@ }, "golf": { "category": "Sport", - "tags": ["golf"], + "tags": ["golf", "game", "ball", "play", "hole", "club-and-ball", "stroke", "luxury", "pitch"], "version": "1.34" }, "gps": { "category": "Map", - "tags": ["gps"], + "tags": ["gps", "navigation", "directions", "global", "positioning", "system", "satnav", "radionavigation", "system", "travel", "car"], "version": "1.33" }, "grain": { "category": "", - "tags": ["grain"], + "tags": ["grain", "dots", "pattern", "random", "round", "circle", "nodes"], "version": "" }, "grid-dots": { @@ -3001,7 +3246,7 @@ }, "growth": { "category": "Nature", - "tags": ["growth"], + "tags": ["growth", "seed", "harvest", "plant", "tree", "flower", "grain", "greenery", "garden"], "version": "" }, "h-1": { @@ -3034,24 +3279,54 @@ "tags": ["h", "6", "header", "text", "editor"], "version": "1.16" }, + "hand-finger": { + "category": "Gestures", + "tags": ["hand", "finger"], + "version": "" + }, + "hand-little-finger": { + "category": "Gestures", + "tags": ["hand", "little", "finger"], + "version": "" + }, "hand-middle-finger": { - "category": "", + "category": "Gestures", "tags": ["hand", "middle", "finger", "signal", "gesture", "curse", "vulgarism", "abuse"], "version": "1.1" }, "hand-off": { - "category": "", + "category": "Gestures", "tags": ["hand", "off", "disclaimer", "body"], "version": "1.24" }, + "hand-ring-finger": { + "category": "Gestures", + "tags": ["hand", "ring", "finger"], + "version": "" + }, + "hand-rock": { + "category": "Gestures", + "tags": ["hand", "rock"], + "version": "" + }, "hand-stop": { - "category": "", + "category": "Gestures", "tags": ["hand", "stop", "forbiddance", "nixing", "ban", "interdicting"], "version": "1.1" }, + "hand-three-fingers": { + "category": "Gestures", + "tags": ["hand", "three", "fingers"], + "version": "" + }, + "hand-two-fingers": { + "category": "Gestures", + "tags": ["hand", "two", "fingers"], + "version": "" + }, "hanger": { "category": "", - "tags": ["hanger"], + "tags": ["hanger", "clothes", "wardrobe", "hook", "hang", "wooden", "plastic", "wire", "shop", "store", "clothing", "fashion"], "version": "" }, "hash": { @@ -3061,12 +3336,12 @@ }, "heading": { "category": "Text", - "tags": ["heading"], + "tags": ["heading", "main", "text", "headline", "style", "styling", "html"], "version": "" }, "headphones-off": { "category": "Media", - "tags": ["headphones", "off"], + "tags": ["headphones", "off", "sound", "silence", "mute", "earphones", "electronics", "wireless", "listen"], "version": "1.25" }, "headphones": { @@ -3091,12 +3366,12 @@ }, "helicopter-landing": { "category": "Vehicles", - "tags": ["helicopter", "landing"], + "tags": ["helicopter", "landing", "pad", "helipad", "land", "takeoff", "navy", "travel", "aircraft", "platform", "fly"], "version": "1.34" }, "helicopter": { "category": "Vehicles", - "tags": ["helicopter"], + "tags": ["helicopter", "land", "takeoff", "navy", "travel", "aircraft", "platform", "fly", "pilot", "journey", "rotorcraft", "hover"], "version": "1.34" }, "help": { @@ -3106,7 +3381,7 @@ }, "hexagon-off": { "category": "Shapes", - "tags": ["hexagon", "off"], + "tags": ["hexagon", "off", "six", "angle", "shape", "crossed"], "version": "" }, "hexagon": { @@ -3116,12 +3391,12 @@ }, "hierarchy-2": { "category": "Design", - "tags": ["hierarchy", "2"], + "tags": ["hierarchy", "2", "relation", "above", "below", "status", "society", "important"], "version": "" }, "hierarchy": { "category": "Design", - "tags": ["hierarchy"], + "tags": ["hierarchy", "relation", "above", "below", "status", "society", "important"], "version": "" }, "history": { @@ -3141,7 +3416,7 @@ }, "ice-cream-2": { "category": "", - "tags": ["ice", "cream", "2"], + "tags": ["ice", "cream", "2", "sweet", "cold", "dessert", "food", "taste", "frozen", "snack", "flavour", "flavor", "cone"], "version": "" }, "ice-cream": { @@ -3191,12 +3466,12 @@ }, "jump-rope": { "category": "Sport", - "tags": ["jump", "rope"], + "tags": ["jump", "rope", "sport", "fitness", "workout", "gym", "skipping", "cardio", "fit", "shape"], "version": "1.34" }, "karate": { "category": "Sport", - "tags": ["karate"], + "tags": ["karate", "martial", "art", "self", "defence", "defend", "strike", "compat", "oriental", "fight", "kick"], "version": "1.27" }, "key": { @@ -3210,8 +3485,8 @@ "version": "1.14" }, "keyboard-off": { - "category": "", - "tags": ["keyboard", "off"], + "category": "Devices", + "tags": ["keyboard", "off", "device", "type", "disconnect", "unplug"], "version": "" }, "keyboard-show": { @@ -3240,8 +3515,8 @@ "version": "1.0" }, "layers-linked": { - "category": "", - "tags": ["layers", "linked"], + "category": "Design", + "tags": ["layers", "linked", "data", "network"], "version": "" }, "layers-subtract": { @@ -3361,7 +3636,7 @@ }, "leaf": { "category": "Nature", - "tags": ["leaf"], + "tags": ["leaf", "nature", "plant", "tree", "autumn", "fall", "greenery", "flower", "forest", "garden"], "version": "1.29" }, "lego": { @@ -3386,22 +3661,22 @@ }, "letter-case-lower": { "category": "Text", - "tags": ["letter", "case", "lower"], + "tags": ["letter", "case", "lower", "typography", "font", "text", "style", "content"], "version": "" }, "letter-case-toggle": { "category": "Text", - "tags": ["letter", "case", "toggle"], + "tags": ["letter", "case", "toggle", "typography", "font", "text", "style", "content"], "version": "" }, "letter-case-upper": { "category": "Text", - "tags": ["letter", "case", "upper"], + "tags": ["letter", "case", "upper", "typography", "font", "text", "style", "content"], "version": "" }, "letter-case": { "category": "Text", - "tags": ["letter", "case"], + "tags": ["letter", "case", "typography", "font", "text", "style", "content"], "version": "" }, "letter-d": { @@ -3486,7 +3761,7 @@ }, "letter-spacing": { "category": "Text", - "tags": ["letter", "spacing"], + "tags": ["letter", "spacing", "typography", "font", "space", "character", "word"], "version": "" }, "letter-t": { @@ -3541,12 +3816,12 @@ }, "line-dashed": { "category": "", - "tags": ["line", "dashed"], + "tags": ["line", "dashed", "geometric", "segment", "link", "connection"], "version": "" }, "line-dotted": { "category": "", - "tags": ["line", "dotted"], + "tags": ["line", "dotted", "geometric", "segment", "link", "connection"], "version": "" }, "line-height": { @@ -3570,8 +3845,8 @@ "version": "1.2" }, "list-search": { - "category": "", - "tags": ["list", "search"], + "category": "Text", + "tags": ["list", "search", "find", "agenda", "shopping"], "version": "" }, "list": { @@ -3580,7 +3855,7 @@ "version": "1.2" }, "live-photo": { - "category": "Photos", + "category": "Photography", "tags": ["live", "photo", "capture", "photo", "movement", "sound", "memory", "image", "camera"], "version": "1.1" }, @@ -3604,34 +3879,39 @@ "tags": ["location", "navigation", "map", "direction", "discover", "travel"], "version": "1.0" }, - "lock-off": { + "lock-access": { "category": "", + "tags": ["lock", "access"], + "version": "" + }, + "lock-off": { + "category": "System", "tags": ["lock", "off", "security", "password", "secure"], "version": "1.25" }, "lock-open": { - "category": "", + "category": "System", "tags": ["lock", "open", "security", "password", "secure", "unprotected"], "version": "1.0" }, "lock": { - "category": "", + "category": "System", "tags": ["lock", "security", "password", "secure"], "version": "1.0" }, "login": { - "category": "", + "category": "Arrows", "tags": ["login", "initialize", "password", "enter", "account", "permission"], "version": "1.4" }, "logout": { - "category": "", + "category": "Arrows", "tags": ["logout", "exit", "shut", "unplug", "close"], "version": "1.4" }, "macro": { - "category": "Photos", - "tags": ["macro"], + "category": "Photography", + "tags": ["macro", "video", "photography", "photo", "camera"], "version": "" }, "magnet": { @@ -3639,6 +3919,11 @@ "tags": ["magnet", "magnetic field", "pole", "iron", "attract"], "version": "1.0" }, + "mail-forward": { + "category": "Communication", + "tags": ["mail", "forward"], + "version": "" + }, "mail-opened": { "category": "Communication", "tags": ["mail", "opened", "inbox", "gmail", "email", "envelope", "message", "read"], @@ -3649,6 +3934,11 @@ "tags": ["mail", "inbox", "gmail", "email", "envelope", "message"], "version": "1.0" }, + "mailbox": { + "category": "", + "tags": ["mailbox"], + "version": "" + }, "man": { "category": "", "tags": ["man", "guy", "boy", "male", "gender"], @@ -3656,7 +3946,7 @@ }, "manual-gearbox": { "category": "", - "tags": ["manual", "gearbox"], + "tags": ["manual", "gearbox", "car", "vehicle", "torque", "transmission", "mechanics", "motor", "engine"], "version": "1.33" }, "map-2": { @@ -3676,7 +3966,7 @@ }, "map-pins": { "category": "Map", - "tags": ["map", "pins"], + "tags": ["map", "pins", "place", "direction", "travel", "destination", "mark", "location", "address"], "version": "1.31" }, "map": { @@ -3691,7 +3981,7 @@ }, "marquee-2": { "category": "", - "tags": ["marquee", "2"], + "tags": ["marquee", "2", "tag", "tracer", "html", "animation", "text", "graphic"], "version": "" }, "marquee": { @@ -3706,12 +3996,17 @@ }, "mask-off": { "category": "Design", - "tags": ["mask", "off"], + "tags": ["mask", "off", "edit", "layer", "mask", "tool", "design"], "version": "" }, "mask": { "category": "Design", - "tags": ["mask"], + "tags": ["mask", "edit", "layer", "mask", "tool", "design"], + "version": "" + }, + "massage": { + "category": "", + "tags": ["massage"], "version": "" }, "math-function": { @@ -3721,7 +4016,7 @@ }, "math-symbols": { "category": "Math", - "tags": ["math", "symbols"], + "tags": ["math", "symbols", "calculator", "equal", "plus", "multiplication", "minus", "math"], "version": "" }, "math": { @@ -3826,7 +4121,7 @@ }, "minus-vertical": { "category": "", - "tags": ["minus", "vertical"], + "tags": ["minus", "vertical", "subtract", "less", "divide"], "version": "" }, "minus": { @@ -3851,7 +4146,7 @@ }, "mood-crazy-happy": { "category": "Mood", - "tags": ["mood", "crazy", "happy"], + "tags": ["mood", "crazy", "happy", "good", "excited", "cheerful", "jolly", "delighted", "lucky"], "version": "1.34" }, "mood-cry": { @@ -3859,6 +4154,11 @@ "tags": ["mood", "cry", "face", "emoji", "emotion", "mad"], "version": "1.18" }, + "mood-empty": { + "category": "Mood", + "tags": ["mood", "empty", "face", "emoji", "emotion"], + "version": "1.0" + }, "mood-happy": { "category": "Mood", "tags": ["mood", "happy", "face", "emoji", "emotion"], @@ -3916,7 +4216,7 @@ }, "motorbike": { "category": "Vehicles", - "tags": ["motorbike"], + "tags": ["motorbike", "engine", "ride", "trip", "journey", "road", "street", "vehicle", "motorcycle"], "version": "" }, "mouse": { @@ -3950,8 +4250,8 @@ "version": "1.0" }, "nfc": { - "category": "", - "tags": ["nfc"], + "category": "Devices", + "tags": ["nfc", "payment", "nfc", "cash", "chip", "shopping", "cashless", "pass", "contactless"], "version": "" }, "note": { @@ -3976,57 +4276,57 @@ }, "number-0": { "category": "Numbers", - "tags": ["number", "0"], + "tags": ["number", "0", "zero", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-1": { "category": "Numbers", - "tags": ["number", "1"], + "tags": ["number", "1", "one", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-2": { "category": "Numbers", - "tags": ["number", "2"], + "tags": ["number", "2", "two", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-3": { "category": "Numbers", - "tags": ["number", "3"], + "tags": ["number", "3", "three", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-4": { "category": "Numbers", - "tags": ["number", "4"], + "tags": ["number", "4", "four", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-5": { "category": "Numbers", - "tags": ["number", "5"], + "tags": ["number", "5", "five", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-6": { "category": "Numbers", - "tags": ["number", "6"], + "tags": ["number", "6", "six", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-7": { "category": "Numbers", - "tags": ["number", "7"], + "tags": ["number", "7", "seven", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-8": { "category": "Numbers", - "tags": ["number", "8"], + "tags": ["number", "8", "eight", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "number-9": { "category": "Numbers", - "tags": ["number", "9"], + "tags": ["number", "9", "nine", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit"], "version": "" }, "octagon-off": { "category": "Shapes", - "tags": ["octagon", "off"], + "tags": ["octagon", "off", "shape", "eight", "angle", "crossed"], "version": "" }, "octagon": { @@ -4034,9 +4334,14 @@ "tags": ["octagon", "shape", "geometric", "math", "2D", "building", "government"], "version": "1.18" }, + "old": { + "category": "", + "tags": ["old"], + "version": "" + }, "olympics": { "category": "Sport", - "tags": ["olympics"], + "tags": ["olympics", "game", "play", "sport", "sportsman", "champion", "win", "medal", "sporting", "event", "competition", "athlete"], "version": "" }, "omega": { @@ -4051,17 +4356,17 @@ }, "overline": { "category": "Text", - "tags": ["overline"], + "tags": ["overline", "above", "overbar", "overscore", "horizontal"], "version": "" }, "package": { - "category": "", + "category": "E-commerce", "tags": ["package", "npm", "box", "container"], "version": "1.0" }, "pacman": { "category": "", - "tags": ["pacman"], + "tags": ["pacman", "game", "play", "online", "maze", "eat", "dot", "ghost"], "version": "" }, "page-break": { @@ -4080,13 +4385,13 @@ "version": "1.1" }, "panorama-horizontal": { - "category": "Photos", - "tags": ["panorama", "horizontal"], + "category": "Photography", + "tags": ["panorama", "horizontal", "photo", "picture", "panoramic"], "version": "1.27" }, "panorama-vertical": { - "category": "Photos", - "tags": ["panorama", "vertical"], + "category": "Photography", + "tags": ["panorama", "vertical", "photo", "picture", "panoramic"], "version": "1.27" }, "paperclip": { @@ -4096,7 +4401,7 @@ }, "parachute": { "category": "Vehicles", - "tags": ["parachute"], + "tags": ["parachute", "plane", "aircraft", "land", "float", "pilot"], "version": "1.33" }, "parentheses": { @@ -4120,8 +4425,8 @@ "version": "1.1" }, "pennant": { - "category": "", - "tags": ["pennant"], + "category": "Map", + "tags": ["pennant", "flag", "ship", "sports", "championship", "mark", "spot", "winner"], "version": "1.33" }, "percentage": { @@ -4130,8 +4435,8 @@ "version": "1.22" }, "perspective": { - "category": "", - "tags": ["perspective"], + "category": "Shapes", + "tags": ["perspective", "3d", "perspective", "transform", "reshape", "scale"], "version": "" }, "phone-call": { @@ -4194,19 +4499,24 @@ "tags": ["photo", "image", "picture", "landscape", "camera"], "version": "1.0" }, + "physotherapist": { + "category": "", + "tags": ["physotherapist"], + "version": "" + }, "picture-in-picture-off": { "category": "Media", - "tags": ["picture", "in", "picture", "off"], + "tags": ["picture", "in", "picture", "off", "size", "photo", "elements", "adjust", "image"], "version": "1.28" }, "picture-in-picture-on": { "category": "Media", - "tags": ["picture", "in", "picture", "on"], + "tags": ["picture", "in", "picture", "on", "size", "photo", "elements", "adjust", "image"], "version": "1.28" }, "picture-in-picture": { "category": "Media", - "tags": ["picture", "in", "picture"], + "tags": ["picture", "in", "picture", "size", "photo", "elements", "adjust", "image"], "version": "1.27" }, "pill": { @@ -4221,14 +4531,19 @@ }, "pinned-off": { "category": "Map", - "tags": ["pinned", "off"], + "tags": ["pinned", "off", "removed", "attach", "corkboard", "unfasten", "noticeboard"], "version": "1.31" }, "pinned": { "category": "Map", - "tags": ["pinned"], + "tags": ["pinned", "board", "attach", "nail", "pointed", "corkboard", "favourite", "noticeboard"], "version": "1.31" }, + "pizza": { + "category": "", + "tags": ["pizza"], + "version": "" + }, "plane-arrival": { "category": "Vehicles", "tags": ["plane", "arrival", "travel", "land", "journey", "trip", "airport", "baggage", "luggage"], @@ -4251,17 +4566,17 @@ }, "plant-2": { "category": "Nature", - "tags": ["plant", "2"], + "tags": ["plant", "2", "nature", "green", "flower", "pot", "tree", "leaf", "greenery", "root", "stem", "seed"], "version": "1.33" }, "plant": { "category": "Nature", - "tags": ["plant"], + "tags": ["plant", "nature", "green", "flower", "pot", "tree", "leaf", "greenery", "root", "stem", "seed"], "version": "1.29" }, "play-card": { "category": "", - "tags": ["play", "card"], + "tags": ["play", "card", "game", "magic", "trick", "casino", "entertainment", "spade", "heart", "diamond", "club", "playing"], "version": "" }, "player-pause": { @@ -4276,7 +4591,7 @@ }, "player-record": { "category": "Media", - "tags": ["player", "record"], + "tags": ["player", "record", "music", "song", "playlist", "melody", "device", "voice", "recorder", "dictation", "machine"], "version": "1.28" }, "player-skip-back": { @@ -4291,22 +4606,22 @@ }, "player-stop": { "category": "Media", - "tags": ["player", "stop"], + "tags": ["player", "stop", "music", "song", "playlist", "melody", "device", "voice", "silence", "break"], "version": "1.28" }, "player-track-next": { "category": "Media", - "tags": ["player", "track", "next"], + "tags": ["player", "track", "next", "music", "forward", "play", "song", "playlist"], "version": "1.28" }, "player-track-prev": { "category": "Media", - "tags": ["player", "track", "prev"], + "tags": ["player", "track", "prev", "music", "forward", "play", "song", "playlist"], "version": "1.28" }, "playlist": { "category": "Media", - "tags": ["playlist"], + "tags": ["playlist", "music", "song", "artist", "spotify", "track", "play", "record"], "version": "" }, "plug": { @@ -4325,18 +4640,18 @@ "version": "1.0" }, "pokeball": { - "category": "", - "tags": ["pokeball"], + "category": "Map", + "tags": ["pokeball", "pokemon", "go", "catch", "game", "play"], "version": "" }, "polaroid": { - "category": "Photos", - "tags": ["polaroid"], + "category": "Photography", + "tags": ["polaroid", "picture", "photo", "camera", "polarization", "develop", "film", "lens"], "version": "" }, "pool": { "category": "Sport", - "tags": ["pool"], + "tags": ["pool", "swim", "water", "swimmer", "holiday", "swimming", "vacation", "relax", "sport"], "version": "1.34" }, "power": { @@ -4350,12 +4665,12 @@ "version": "1.18" }, "presentation-analytics": { - "category": "", + "category": "Document", "tags": ["presentation", "analytics", "slideshow", "display", "exhibition", "speech", "topic", "conference"], "version": "" }, "presentation": { - "category": "", + "category": "Document", "tags": ["presentation", "slideshow", "display", "exhibition", "speech", "topic", "conference"], "version": "1.2" }, @@ -4371,7 +4686,7 @@ }, "propeller": { "category": "", - "tags": ["propeller"], + "tags": ["propeller", "rotate", "blade", "spiral", "air", "ship", "fan", "power"], "version": "" }, "puzzle": { @@ -4381,7 +4696,7 @@ }, "pyramid": { "category": "", - "tags": ["pyramid"], + "tags": ["pyramid", "pattern", "abstract", "geometric", "shape"], "version": "" }, "qrcode": { @@ -4401,37 +4716,42 @@ }, "radius-bottom-left": { "category": "", - "tags": ["radius", "bottom", "left"], + "tags": ["radius", "bottom", "left", "round", "corner", "rounded", "border", "css", "style", "bottom"], "version": "" }, "radius-bottom-right": { "category": "", - "tags": ["radius", "bottom", "right"], + "tags": ["radius", "bottom", "right", "round", "corner", "rounded", "border", "css", "style", "top"], "version": "" }, "radius-top-left": { "category": "", - "tags": ["radius", "top", "left"], + "tags": ["radius", "top", "left", "round", "corner", "rounded", "border", "css", "style", "bottom"], "version": "" }, "radius-top-right": { "category": "", - "tags": ["radius", "top", "right"], + "tags": ["radius", "top", "right", "round", "corner", "rounded", "border", "css", "style", "top"], + "version": "" + }, + "rainbow": { + "category": "Weather", + "tags": ["rainbow"], "version": "" }, "receipt-2": { "category": "Document", - "tags": ["receipt", "2"], + "tags": ["receipt", "2", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax"], "version": "" }, "receipt-off": { "category": "Document", - "tags": ["receipt", "off"], + "tags": ["receipt", "off", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax", "free"], "version": "" }, "receipt-refund": { "category": "Document", - "tags": ["receipt", "refund"], + "tags": ["receipt", "refund", "bill", "restaurant", "shop", "price", "pay", "money", "total", "give", "back", "return"], "version": "" }, "receipt-tax": { @@ -4441,12 +4761,12 @@ }, "receipt": { "category": "Document", - "tags": ["receipt"], + "tags": ["receipt", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax"], "version": "" }, "recharging": { "category": "", - "tags": ["recharging"], + "tags": ["recharging", "battery", "power", "charge", "socket", "electricity", "device", "phone", "laptop", "low"], "version": "" }, "record-mail": { @@ -4470,12 +4790,12 @@ "version": "1.3" }, "refresh-alert": { - "category": "", + "category": "Arrows", "tags": ["refresh", "alert", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], "version": "1.0" }, "refresh": { - "category": "", + "category": "Arrows", "tags": ["refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows"], "version": "1.0" }, @@ -4486,17 +4806,17 @@ }, "relation-many-to-many": { "category": "Database", - "tags": ["relation", "many", "to", "many"], + "tags": ["relation", "many", "to", "many", "data", "model", "analysis", "multiple", "connection", "database", "link"], "version": "1.33" }, "relation-one-to-many": { "category": "Database", - "tags": ["relation", "one", "to", "many"], + "tags": ["relation", "one", "to", "many", "data", "model", "analysis", "multiple", "connection", "database", "link"], "version": "1.33" }, "relation-one-to-one": { "category": "Database", - "tags": ["relation", "one", "to", "one"], + "tags": ["relation", "one", "to", "one", "data", "model", "analysis", "connection", "database", "link"], "version": "1.33" }, "repeat-once": { @@ -4516,32 +4836,32 @@ }, "report-analytics": { "category": "Document", - "tags": ["report", "analytics"], + "tags": ["report", "analytics", "statistics", "results", "business", "sales", "analysis", "analyse", "bar", "chart"], "version": "" }, "report-medical": { "category": "Document", - "tags": ["report", "medical"], + "tags": ["report", "medical", "hospital", "doctor", "health", "sickness", "illness", "test", "results"], "version": "" }, "report-money": { "category": "Document", - "tags": ["report", "money"], + "tags": ["report", "money", "results", "business", "sales", "analysis", "analyse", "finance", "financial", "total"], "version": "" }, "report": { "category": "Document", - "tags": ["report"], + "tags": ["report", "time", "timesheet", "analysis", "analyse", "results", "business", "company"], "version": "" }, "resize": { "category": "Design", - "tags": ["resize"], + "tags": ["resize", "picture", "photo", "alter", "change", "height", "width"], "version": "" }, "ripple": { "category": "", - "tags": ["ripple"], + "tags": ["ripple", "wave", "water", "breeze", "ocean", "sea"], "version": "1.33" }, "road-sign": { @@ -4591,12 +4911,12 @@ }, "row-insert-bottom": { "category": "Database", - "tags": ["row", "insert", "bottom"], + "tags": ["row", "insert", "bottom", "table", "layout", "add", "below", "macro", "excel"], "version": "" }, "row-insert-top": { "category": "Database", - "tags": ["row", "insert", "top"], + "tags": ["row", "insert", "top", "table", "layout", "add", "below", "macro", "excel"], "version": "" }, "rss": { @@ -4606,7 +4926,7 @@ }, "ruler-2": { "category": "", - "tags": ["ruler", "2"], + "tags": ["ruler", "2", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical"], "version": "" }, "ruler": { @@ -4626,12 +4946,12 @@ }, "satellite": { "category": "Map", - "tags": ["satellite"], + "tags": ["satellite", "orbit", "space", "moon", "earth", "planet", "communication", "information", "celestial"], "version": "" }, "scale": { "category": "", - "tags": ["scale"], + "tags": ["scale", "weigh", "balance", "amount", "heavy", "light", "libra"], "version": "" }, "scan": { @@ -4640,7 +4960,7 @@ "version": "1.5" }, "school": { - "category": "", + "category": "Map", "tags": ["school", "students", "class", "teachers", "professors", "doctors", "hall", "classroom", "subject", "science", "break", "lesson"], "version": "1.22" }, @@ -4669,6 +4989,11 @@ "tags": ["screen", "share", "monitor", "stream", "tv", "mirroring", "cast", "online"], "version": "1.24" }, + "scuba-mask": { + "category": "Sport", + "tags": ["scuba", "mask"], + "version": "" + }, "search": { "category": "", "tags": ["search", "find", "magnifier", "magnifying glass"], @@ -4676,12 +5001,12 @@ }, "section": { "category": "Design", - "tags": ["section"], + "tags": ["section", "html", "element", "layout", "divide", "position", "website"], "version": "" }, "seeding": { - "category": "Ecology", - "tags": ["seeding"], + "category": "Nature", + "tags": ["seeding", "nature", "greenery", "grow", "soil", "harvest", "plant", "flower", "tree", "leaf"], "version": "1.29" }, "select": { @@ -4715,7 +5040,7 @@ "version": "1.6" }, "server": { - "category": "", + "category": "Devices", "tags": ["server", "storage", "hosting", "www"], "version": "1.0" }, @@ -4725,8 +5050,8 @@ "version": "1.8" }, "settings-automation": { - "category": "", - "tags": ["settings", "automation"], + "category": "System", + "tags": ["settings", "automation", "system", "technology", "automate", "configure", "device", "program"], "version": "" }, "settings": { @@ -4735,13 +5060,13 @@ "version": "1.0" }, "shadow-off": { - "category": "Photos", - "tags": ["shadow", "off"], + "category": "Photography", + "tags": ["shadow", "off", "dark", "sun", "area", "light", "css", "effect", "clear"], "version": "" }, "shadow": { - "category": "Photos", - "tags": ["shadow"], + "category": "Photography", + "tags": ["shadow", "dark", "sun", "area", "covered", "dim", "light", "css", "effect"], "version": "" }, "shape-2": { @@ -4765,27 +5090,27 @@ "version": "1.0" }, "shield-check": { - "category": "", + "category": "System", "tags": ["shield", "check", "safety", "protect", "protection", "yes", "add"], "version": "1.0" }, "shield-lock": { - "category": "", - "tags": ["shield", "lock"], + "category": "System", + "tags": ["shield", "lock", "secure", "security", "closed", "key", "safety"], "version": "1.3" }, "shield-off": { - "category": "", + "category": "System", "tags": ["shield", "off", "unprotected", "protection", "cancel", "false"], "version": "1.22" }, "shield-x": { - "category": "", + "category": "System", "tags": ["shield", "x", "unprotected", "protection", "cancel", "no"], "version": "1.0" }, "shield": { - "category": "", + "category": "System", "tags": ["shield", "safety", "protect", "protection"], "version": "1.0" }, @@ -4799,34 +5124,39 @@ "tags": ["shirt", "gear", "outfit", "mocker"], "version": "1.8" }, + "shopping-cart-discount": { + "category": "E-commerce", + "tags": ["shopping", "cart", "discount", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], + "version": "" + }, "shopping-cart-off": { - "category": "", - "tags": ["shopping", "cart", "off"], + "category": "E-commerce", + "tags": ["shopping", "cart", "off", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], "version": "" }, "shopping-cart-plus": { - "category": "", - "tags": ["shopping", "cart", "plus"], + "category": "E-commerce", + "tags": ["shopping", "cart", "plus", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], "version": "" }, "shopping-cart-x": { - "category": "", - "tags": ["shopping", "cart", "x"], + "category": "E-commerce", + "tags": ["shopping", "cart", "x", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], "version": "" }, "shopping-cart": { - "category": "", - "tags": ["shopping", "cart"], + "category": "E-commerce", + "tags": ["shopping", "cart", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery"], "version": "" }, "shredder": { "category": "Devices", - "tags": ["shredder"], + "tags": ["shredder", "paper", "document", "destroy", "device", "office", "confidential"], "version": "" }, "signature": { - "category": "", - "tags": ["signature"], + "category": "Text", + "tags": ["signature", "name", "certficate", "sign", "edit", "write", "document", "writing"], "version": "" }, "sitemap": { @@ -4871,7 +5201,7 @@ }, "soccer-field": { "category": "Sport", - "tags": ["soccer", "field"], + "tags": ["soccer", "field", "football", "pitch", "player", "vall", "goal", "goalkeeper", "kick", "ball", "score", "sport", "sportsman"], "version": "1.34" }, "social": { @@ -4881,27 +5211,27 @@ }, "sock": { "category": "", - "tags": ["sock"], + "tags": ["sock", "clothing", "clothes", "foot", "feet", "leg", "knit", "wool", "cotton", "ankle"], "version": "" }, "sort-ascending-2": { - "category": "", - "tags": ["sort", "ascending", "2"], + "category": "Text", + "tags": ["sort", "ascending", "2", "filter", "classify", "arrange", "order"], "version": "" }, "sort-ascending": { "category": "Text", - "tags": ["sort", "ascending", "arrange"], + "tags": ["sort", "ascending", "filter", "classify", "arrange", "order"], "version": "1.0" }, "sort-descending-2": { - "category": "", - "tags": ["sort", "descending", "2"], + "category": "Text", + "tags": ["sort", "descending", "2", "filter", "classify", "arrange", "order"], "version": "" }, "sort-descending": { "category": "Text", - "tags": ["sort", "descending", "arrange"], + "tags": ["sort", "descending", "filter", "classify", "arrange", "order"], "version": "1.0" }, "space": { @@ -4911,62 +5241,67 @@ }, "speakerphone": { "category": "Media", - "tags": ["speakerphone"], + "tags": ["speakerphone", "voice", "loud", "microphone", "loudspeaker", "event", "protest", "speaker", "shout", "listen"], "version": "1.31" }, "speedboat": { "category": "Vehicles", - "tags": ["speedboat"], + "tags": ["speedboat", "motorboat", "holiday", "sea", "ocean", "engine", "travel", "lake", "summer"], "version": "1.34" }, + "sport-billard": { + "category": "", + "tags": ["sport", "billard"], + "version": "" + }, "square-0": { "category": "Numbers", - "tags": ["square", "0"], + "tags": ["square", "0", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-1": { "category": "Numbers", - "tags": ["square", "1"], + "tags": ["square", "1", "one", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-2": { "category": "Numbers", - "tags": ["square", "2"], + "tags": ["square", "2", "two", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-3": { "category": "Numbers", - "tags": ["square", "3"], + "tags": ["square", "3", "three", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-4": { "category": "Numbers", - "tags": ["square", "4"], + "tags": ["square", "4", "four", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-5": { "category": "Numbers", - "tags": ["square", "5"], + "tags": ["square", "5", "five", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-6": { "category": "Numbers", - "tags": ["square", "6"], + "tags": ["square", "6", "six", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-7": { "category": "Numbers", - "tags": ["square", "7"], + "tags": ["square", "7", "seven", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-8": { "category": "Numbers", - "tags": ["square", "8"], + "tags": ["square", "8", "eight", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-9": { "category": "Numbers", - "tags": ["square", "9"], + "tags": ["square", "9", "nine", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total"], "version": "" }, "square-check": { @@ -4976,17 +5311,17 @@ }, "square-dot": { "category": "", - "tags": ["square", "dot"], + "tags": ["square", "dot", "corner", "shape", "element", "point"], "version": "1.3" }, "square-forbid-2": { "category": "", - "tags": ["square", "forbid", "2"], + "tags": ["square", "forbid", "2", "box", "disabled", "false", "block"], "version": "1.3" }, "square-forbid": { "category": "", - "tags": ["square", "forbid"], + "tags": ["square", "forbid", "box", "disabled", "false", "block"], "version": "1.3" }, "square-minus": { @@ -4996,7 +5331,7 @@ }, "square-off": { "category": "Shapes", - "tags": ["square", "off"], + "tags": ["square", "off", "box", "disabled", "block"], "version": "" }, "square-plus": { @@ -5004,9 +5339,19 @@ "tags": ["square", "plus", "add", "create", "new"], "version": "1.0" }, + "square-root-2": { + "category": "Math", + "tags": ["square", "root", "2"], + "version": "" + }, + "square-root": { + "category": "Math", + "tags": ["square", "root"], + "version": "" + }, "square-rotated-off": { "category": "Shapes", - "tags": ["square", "rotated", "off"], + "tags": ["square", "rotated", "off", "box", "disabled", "block"], "version": "" }, "square-rotated": { @@ -5016,12 +5361,12 @@ }, "square-toggle-horizontal": { "category": "Design", - "tags": ["square", "toggle", "horizontal"], + "tags": ["square", "toggle", "horizontal", "box", "clone", "move"], "version": "" }, "square-toggle": { "category": "Design", - "tags": ["square", "toggle"], + "tags": ["square", "toggle", "box", "clone", "move"], "version": "" }, "square-x": { @@ -5035,13 +5380,13 @@ "version": "1.0" }, "squares-diagonal": { - "category": "", - "tags": ["squares", "diagonal"], + "category": "Design", + "tags": ["squares", "diagonal", "boxes", "layers"], "version": "" }, "squares-filled": { - "category": "", - "tags": ["squares", "filled"], + "category": "Design", + "tags": ["squares", "filled", "boxes", "layers"], "version": "" }, "stack-2": { @@ -5055,37 +5400,37 @@ "version": "1.1" }, "stairs-down": { - "category": "", + "category": "Map", "tags": ["stairs", "down", "building", "step", "floor", "staircase", "clamber"], "version": "1.17" }, "stairs-up": { - "category": "", + "category": "Map", "tags": ["stairs", "up", "building", "step", "floor", "staircase", "entryway"], "version": "1.17" }, "stairs": { - "category": "", + "category": "Map", "tags": ["stairs", "building", "step", "floor", "staircase"], "version": "1.17" }, "star-half": { - "category": "Shapes", + "category": "System", "tags": ["star", "half", "favorite", "like", "mark", "bookmark", "grade"], "version": "1.24" }, "star-off": { - "category": "Shapes", - "tags": ["star", "off"], + "category": "System", + "tags": ["star", "off", "favorite", "like", "mark", "bookmark", "grade"], "version": "1.31" }, "star": { - "category": "Shapes", + "category": "System", "tags": ["star", "favorite", "like", "mark", "bookmark", "grade"], "version": "1.0" }, "stars": { - "category": "", + "category": "System", "tags": ["stars", "favorite", "like", "mark", "grade", "bookmark", "grade", "space", "universe", "extraterrestrial", "galaxy"], "version": "1.27" }, @@ -5106,7 +5451,7 @@ }, "stethoscope": { "category": "", - "tags": ["stethoscope"], + "tags": ["stethoscope", "doctor", "medical", "physician", "test", "examination", "health", "illness", "sickness", "scrutiny", "test", "hospital"], "version": "1.33" }, "sticker": { @@ -5121,7 +5466,7 @@ }, "submarine": { "category": "Vehicles", - "tags": ["submarine"], + "tags": ["submarine", "sea", "ocean", "underwater", "shipwater", "war"], "version": "1.34" }, "subscript": { @@ -5141,7 +5486,7 @@ }, "sun-off": { "category": "Weather", - "tags": ["sun", "off"], + "tags": ["sun", "off", "dark", "darkmode", "summer", "light", "brightness"], "version": "1.31" }, "sun": { @@ -5169,6 +5514,16 @@ "tags": ["swimming", "sport", "water", "pool", "style", "athletics", "competitive"], "version": "1.14" }, + "switch-2": { + "category": "Arrows", + "tags": ["switch", "2", "toggle", "arrows"], + "version": "" + }, + "switch-3": { + "category": "Arrows", + "tags": ["switch", "3", "toggle", "arrows"], + "version": "" + }, "switch-horizontal": { "category": "Arrows", "tags": ["switch", "horizontal", "toggle", "left", "right", "arrows"], @@ -5186,17 +5541,17 @@ }, "table-export": { "category": "Database", - "tags": ["table", "export"], + "tags": ["table", "export", "spreadsheet", "layout", "grid", "arrange", "row", "column", "cells", "sheet", "arrow"], "version": "" }, "table-import": { "category": "Database", - "tags": ["table", "import"], + "tags": ["table", "import", "spreadsheet", "layout", "grid", "arrange", "row", "column", "cells", "sheet", "arrow"], "version": "" }, "table-off": { "category": "Database", - "tags": ["table", "off"], + "tags": ["table", "off", "spreadsheet", "layout", "grid", "arrange", "row", "column"], "version": "" }, "table": { @@ -5236,7 +5591,7 @@ }, "tank": { "category": "Vehicles", - "tags": ["tank"], + "tags": ["tank", "war", "military", "armour", "vehicle", "gun", "attack", "shoot", "battle", "battlefield"], "version": "1.34" }, "target": { @@ -5274,6 +5629,11 @@ "tags": ["template", "grid", "columns", "masonry", "collage"], "version": "1.1" }, + "tent": { + "category": "", + "tags": ["tent"], + "version": "" + }, "terminal-2": { "category": "", "tags": ["terminal", "2", "console", "command", "git", "command line", "command prompt"], @@ -5290,13 +5650,13 @@ "version": "1.0" }, "text-direction-ltr": { - "category": "", - "tags": ["text", "direction", "ltr"], + "category": "Text", + "tags": ["text", "direction", "ltr", "left", "right", "bidi"], "version": "" }, "text-direction-rtl": { - "category": "", - "tags": ["text", "direction", "rtl"], + "category": "Text", + "tags": ["text", "direction", "rtl", "left", "right", "bidi"], "version": "" }, "text-wrap-disabled": { @@ -5325,13 +5685,13 @@ "version": "1.0" }, "tilt-shift": { - "category": "", - "tags": ["tilt", "shift"], + "category": "Photography", + "tags": ["tilt", "shift", "filter", "shift", "photography", "photo"], "version": "" }, "tir": { "category": "Vehicles", - "tags": ["tir"], + "tags": ["tir", "delivery", "transportation", "transport", "logistics", "vehicle", "goods"], "version": "1.7" }, "toggle-left": { @@ -5351,12 +5711,12 @@ }, "tools-kitchen-2": { "category": "Map", - "tags": ["tools", "kitchen", "2"], + "tags": ["tools", "kitchen", "2", "knife", "fork", "spoon", "cutlery", "eat", "restaurant", "menu", "cafe", "cook", "cut", "soup", "dinner", "breakfast", "dining", "plate", "dish"], "version": "" }, "tools-kitchen": { "category": "Map", - "tags": ["tools", "kitchen"], + "tags": ["tools", "kitchen", "knife", "fork", "spoon", "cutlery", "eat", "restaurant", "menu", "cafe", "cook", "cut", "soup", "dinner", "breakfast", "dining", "plate", "dish"], "version": "1.31" }, "tools": { @@ -5366,62 +5726,72 @@ }, "tornado": { "category": "Weather", - "tags": ["tornado"], + "tags": ["tornado", "wind", "rotate", "storm", "spin", "spinning", "air", "catastrophe", "vortex"], "version": "1.2" }, "tournament": { "category": "", - "tags": ["tournament"], + "tags": ["tournament", "competition", "competitor", "sport", "game", "play", "champion"], "version": "1.19" }, "track": { "category": "Vehicles", - "tags": ["track"], + "tags": ["track", "trail", "path", "route", "train", "railway", "railroad"], "version": "" }, "tractor": { "category": "Vehicles", - "tags": ["tractor"], + "tags": ["tractor", "countryside", "vehicle", "harvest", "machine", "motor", "farm", "trailer"], "version": "1.8" }, "trademark": { "category": "Symbols", - "tags": ["trademark"], + "tags": ["trademark", "legal", "product", "company", "own", "ownership", "brand", "law", "right", "certificate"], "version": "1.8" }, "traffic-cone": { "category": "Map", - "tags": ["traffic", "cone"], + "tags": ["traffic", "cone", "street", "road", "vehicle", "repair", "warning", "lane", "drive"], "version": "1.8" }, "traffic-lights": { "category": "Map", - "tags": ["traffic", "lights"], + "tags": ["traffic", "lights", "street", "road", "green", "red", "yellow", "vehicle", "stop", "drive", "crossing", "pedestrian", "crossroads", "junction", "intersection"], "version": "1.27" }, "train": { "category": "Vehicles", - "tags": ["train"], + "tags": ["train", "railway", "rails", "tgv", "journey", "travel", "network", "route", "passenger"], "version": "1.34" }, "trash-off": { - "category": "", - "tags": ["trash", "off"], + "category": "System", + "tags": ["trash", "off", "bin", "litter", "recycle", "remove", "delete", "throw", "away", "waste"], "version": "1.31" }, "trash": { - "category": "", + "category": "System", "tags": ["trash", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin"], "version": "1.0" }, "tree": { "category": "Map", - "tags": ["tree"], + "tags": ["tree", "nature", "greenery", "park", "leaf", "trunk", "stem", "root", "forest", "garden"], "version": "" }, "trees": { "category": "Map", - "tags": ["trees"], + "tags": ["trees", "nature", "greenery", "park", "leaf", "trunk", "stem", "root", "forest", "garden"], + "version": "" + }, + "trending-down-2": { + "category": "Arrows", + "tags": ["trending", "down", "2", "arrow", "decrease", "fall"], + "version": "" + }, + "trending-down-3": { + "category": "Arrows", + "tags": ["trending", "down", "3", "arrow", "decrease", "fall"], "version": "" }, "trending-down": { @@ -5429,6 +5799,16 @@ "tags": ["trending", "down", "arrow", "decrease", "fall"], "version": "1.0" }, + "trending-up-2": { + "category": "Arrows", + "tags": ["trending", "up", "2", "arrow", "grow", "increase"], + "version": "" + }, + "trending-up-3": { + "category": "Arrows", + "tags": ["trending", "up", "3", "arrow", "grow", "increase"], + "version": "" + }, "trending-up": { "category": "Arrows", "tags": ["trending", "up", "arrow", "grow", "increase"], @@ -5436,12 +5816,12 @@ }, "triangle-off": { "category": "Shapes", - "tags": ["triangle", "off"], + "tags": ["triangle", "off", "shape", "crossed", "angle"], "version": "" }, "triangle-square-circle": { "category": "Shapes", - "tags": ["triangle", "square", "circle"], + "tags": ["triangle", "square", "circle", "shape", "geometry", "round", "angle"], "version": "1.21" }, "triangle": { @@ -5451,7 +5831,7 @@ }, "trident": { "category": "", - "tags": ["trident"], + "tags": ["trident", "three", "spear", "weapon", "sharp", "tool"], "version": "1.18" }, "trophy": { @@ -5460,18 +5840,18 @@ "version": "1.0" }, "truck-delivery": { - "category": "Vehicles", - "tags": ["truck", "delivery"], + "category": "E-commerce", + "tags": ["truck", "delivery", "order", "purchase", "online", "shop", "store", "e-commerce", "lorry"], "version": "1.11" }, "truck-off": { "category": "Vehicles", - "tags": ["truck", "off"], + "tags": ["truck", "off", "order", "purchase", "online", "shop", "store", "e-commerce", "lorry"], "version": "" }, "truck-return": { - "category": "Vehicles", - "tags": ["truck", "return"], + "category": "E-commerce", + "tags": ["truck", "return", "order", "purchase", "online", "shop", "store", "e-commerce", "lorry"], "version": "1.11" }, "truck": { @@ -5486,7 +5866,7 @@ }, "umbrella": { "category": "", - "tags": ["umbrella"], + "tags": ["umbrella", "rain", "weather", "storm", "wet", "autumn", "fall"], "version": "1.7" }, "underline": { @@ -5500,7 +5880,7 @@ "version": "1.0" }, "upload": { - "category": "", + "category": "Arrows", "tags": ["upload", "file", "arrow"], "version": "1.0" }, @@ -5549,9 +5929,14 @@ "tags": ["users", "people", "persons", "accounts"], "version": "1.7" }, + "vaccine": { + "category": "", + "tags": ["vaccine"], + "version": "" + }, "variable": { "category": "Math", - "tags": ["variable"], + "tags": ["variable", "maths", "mathematics", "science", "calculate", "function"], "version": "" }, "vector-beizer-2": { @@ -5581,7 +5966,7 @@ }, "versions": { "category": "", - "tags": ["versions"], + "tags": ["versions", "app", "variation", "different", "variant", "alternative"], "version": "1.29" }, "video-minus": { @@ -5606,7 +5991,7 @@ }, "view-360": { "category": "", - "tags": ["view", "360"], + "tags": ["view", "360", "panoramic", "degrees", "image", "around"], "version": "1.33" }, "viewfinder": { @@ -5626,12 +6011,12 @@ }, "virus-off": { "category": "", - "tags": ["virus", "off"], + "tags": ["virus", "off", "covid", "coronavirus", "biology", "infection", "infected", "cell", "viral", "infectious", "disease"], "version": "1.31" }, "virus-search": { "category": "", - "tags": ["virus", "search"], + "tags": ["virus", "search", "covid", "coronavirus", "biology", "infection", "infected", "cell", "viral", "infectious", "disease"], "version": "1.31" }, "virus": { @@ -5716,12 +6101,12 @@ }, "windmill": { "category": "", - "tags": ["windmill"], + "tags": ["windmill", "generate", "power", "blade", "energy", "electricity"], "version": "1.33" }, "window": { "category": "", - "tags": ["window"], + "tags": ["window", "house", "view", "glass", "apartment", "vehicle", "light", "frame", "home", "building"], "version": "" }, "wiper-wash": { @@ -5756,17 +6141,17 @@ }, "wrecking-ball": { "category": "Vehicles", - "tags": ["wrecking", "ball"], + "tags": ["wrecking", "ball", "demolish", "building", "wrecker", "metal", "swing", "knock", "down"], "version": "1.34" }, "writing-sign": { - "category": "", - "tags": ["writing", "sign"], + "category": "Text", + "tags": ["writing", "sign", "name", "certficate", "sign", "edit", "write", "document", "writing", "pen"], "version": "" }, "writing": { - "category": "", - "tags": ["writing"], + "category": "Text", + "tags": ["writing", "name", "certficate", "sign", "edit", "write", "document", "pen", "drawing", "contract", "signature"], "version": "" }, "x": { @@ -5846,7 +6231,7 @@ }, "zoom-check": { "category": "", - "tags": ["zoom", "check"], + "tags": ["zoom", "check", "verify", "magnifying", "glass", "magnifier", "ok", "done"], "version": "" }, "zoom-in": { @@ -5856,7 +6241,7 @@ }, "zoom-money": { "category": "", - "tags": ["zoom", "money"], + "tags": ["zoom", "money", "magnifying", "glass", "magnifier", "earn", "pay", "sum", "total", "finance", "financial"], "version": "" }, "zoom-out": { -- 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 --- _import.csv | 404 ++++++---------------------------- 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 +- 71 files changed, 139 insertions(+), 336 deletions(-) diff --git a/_import.csv b/_import.csv index 9a825f80..96719806 100644 --- a/_import.csv +++ b/_import.csv @@ -1,335 +1,69 @@ -border-style google, excel, sheets, sheets -clear-all app, clear, all, emails, phone -details geometric, half, shape, highlight, triangle -droplet-filled water, rain, liquid, fill -droplet-filled-2 water, rain, liquid, fill -droplet-half water, rain, liquid, fill -droplet-half-2 water, rain, liquid, fill -edit-circle pencil, change, update -file-info info, information, informations, paper, file, document, page -flag banner, pin, report, map, warning, alert -flag-2 banner, pin, report, map, warning, alert -flag-3 banner, pin, report, map, warning, alert -flare shine, flare, heat, sunlight, hot, sun, heat -geometry build, architecture, create, compass -grain dots, pattern, random, round, circle, nodes -layers-linked data, network -list-search find, agenda, shopping -nfc payment, nfc, cash, chip, shopping, cashless, pass, contactless -perspective 3d, perspective, transform, reshape, scale -pyramid pattern, abstract, geometric, shape -ruler-2 maths, dimensions, size, width, length, geometry, measure, technical -signature name, certficate, sign, edit, write, document, writing -sort-ascending-2 filter, classify, arrange, order -sort-descending-2 filter, classify, arrange, order -squares-diagonal boxes, layers -squares-filled boxes, layers -text-direction-ltr left, right -text-direction-rtl left, right -tilt-shift filter, shift, photography, photo -writing name, certficate, sign, edit, write, document, pen, drawing, contract, signature -writing-sign name, certficate, sign, edit, write, document, writing, pen -aerial-lift cable, car, gondola, mountains, ski, tramway -affiliate network, connection, collaboration, people, connect, organization, networking -arrow-ramp-left direction, side, turn -arrow-ramp-right direction, side, turn -backhoe rear, equipment, digger, excavation, tractor, loader, construction, site, excavator -ball-american-football sport, game, sportsman, play, match, pitch -ball-football-off sport, game, sportsman, play, match, pitch -ball-football sport, game, sportsman, play, match, pitch -battery-automotive vehicle, charge, motor, current, car, electricity, electric, power -blockquote citation, quotation, saying, text, section, style, styling, css -box-margin css, cascading, style, section, space, text, content, outside, container -box-model css, cascading, style, section, element, square, website, container -box-multiple-0 css, cascading, style, sheet, background, section, zero, website, layer -box-multiple-1 css, cascading, style, sheet, background, section, one, website, layer -box-multiple-2 css, cascading, style, sheet, background, section, two, website, layer -box-multiple-3 css, cascading, style, sheet, background, section, three, website, layer -box-multiple-4 css, cascading, style, sheet, background, section, four, website, layer -box-multiple-5 css, cascading, style, sheet, background, section, five, website, layer -box-multiple-6 css, cascading, style, sheet, background, section, six, website, layer -box-multiple-7 css, cascading, style, sheet, background, section, seven, website, layer -box-multiple-8 css, cascading, style, sheet, background, section, eight, website, layer -box-multiple-9 css, cascading, style, sheet, background, section, nine, website, layer -box-multiple css, cascading, style, sheet, background, section, website, layer -box-padding css, cascading, style, section, space, text, content, website, container, inside -brand-airbnb flat, apartment, holiday, vacation, city, break, book -brand-apple-arcade technology, video, game, service, macOS, device, play, online -brand-asana task, management, project management, manage, collaborate, collaboration, team, teamwork, technology -brand-bing search, result, find, search, engine, internet, microsoft, web, technology -brand-bitbucket version, control, repository, hosting, atlassian, source, code, development, git, technology -brand-codesandbox online, code, editor, prototyping, prototype, web, app, programming, integrated, development, environment, technology -brand-css3 cascading, style, sheet, programming, development, web, website, technology -brand-disqus comment, blog, service, website, online, platform, social, networking, technology -brand-docker app, development, hub, platform, software, developer, programming, programmer, virtualization, technology -brand-gravatar avatar, image, face, blog, comment, represent, online, technology -brand-hipchat chat, communicate, communication, talk, discuss, app, collaborate, collaboration, technology -brand-html5 programming, development, web, website, technology, markup, language, technology -brand-kickstarter crowdfunding, platform, project, creative, idea, business, launch, technology -brand-kotlin programming, language, programmer, development, developer, technology -brand-netflix series, tv, episode, movie, film, media, watch, app, technology -brand-pagekit content, management, system, website, component, modular, technology -brand-producthunt technology, product, share, discover, new, novelty, web, geek -brand-sass technology, preprocessor, script, language, programming, css, syntax, compile -brand-sentry technology, application, monitoring, error, tracking, software, cloud, development, app -brand-soundcloud technology, audio, distribution, platform, music, upload, promote, streaming -brand-steam technology, video, game, digital, distribution, software, player, pc -brand-stripe technology, payment, processing, money, subscription, finance, financial, software, e-commerce -brand-tidal technology, subscription, music, podcast, video, streaming, playlist, party, track, song -brand-tinder date, dating, app, love, affection, affair, couple, technology, networking, swipe, match -brand-unsplash picture, photo, photography, search, image, stock -brand-vk technology, social, media, networking, service, russian -brand-yahoo web, services, technology, inbox, mail, web, news, search -brand-ycombinator startup, accelerator, seed, money, launch, company, business, invest, funding -brightness-2 light, screen, level, daytime, sun -brightness-half light, screen, level, daytime, sun -building-carousel amusement, park, fair, merry-go-round, fun, entertaianment -building-castle king, queen, royal, architecture, medieval, middle, ages, nobility, tower, fortress, fort, fortification, princess, prince -building-cottage small, house, countryside, live, farm, rural, outskirts -building-factory goods, manufature, machine, trade, produce, product, worker, industry, industrial, site -building-fortress military, town, defend, attack, stronghold, protect, protection, medieval -building-lighthouse light, sea, tower, beacon, flash, ship, guide, lightship, leading, watchtower, signal -bulldozer tractor, construction, site, build, rear, machine -businessplan business, money, corporate, document, goal, achieve, manage, roadmap, grow -calendar-off unavailable, unavailability, leave, plan, schedule, busy, date, month, year, meeting -calendar-stats plan, timetable, schedule, meeting, busy, month, year, date, statistics -calendar-time plan, timetable, schedule, meeting, busy, month, year, date -camera-rotate photo, photography, picture, face, instagram, portrait, digital, smartphone, selfie -camera-selfie photo, photography, picture, face, instagram, portrait, digital, smartphone -cardboards vr, virtual reality, watch, viewer, technology -cash-banknote-off money, pay, bank, dollar, pound, bank, yen, business -cash-banknote money, pay, bank, dollar, pound, bank, yen, business -ce sign, marking, administration, administrative, conformity, health, safety, environment, protection, standards, product, europe, eea, economic, area, manufacture -certificate document, official, attest, signature, birth, death, gift, authenticity, seal, course, complete, qualification -charging-pile electric, electricity, hybrid, tesla, station, electronic, point -chart-arrows-vertical statistics, data, value, variable, scale, statistical, level, increase, decrease -chart-arrows statistics, data, value, variable, scale, statistical, level, increase, decrease -chart-dots statistics, data, value, variable, scale, statistical -chart-infographic statistics, data, value, variable, scale, statistical, bar, information, report -chart-radar statistics, data, value, two, dimensions, variable, report, points -christmas-tree holidays, pine, decorate, decoration, gift, present, carol, evergreen, spruce, fir, winter -circle-0 zero, number, digit, quantity, amount, order, maths, sum, total -circle-1 one, zero, number, digit, quantity, amount, order, maths, sum, total -circle-2 two, zero, number, digit, quantity, amount, order, maths, sum, total -circle-3 three, zero, number, digit, quantity, amount, order, maths, sum, total -circle-4 four, zero, number, digit, quantity, amount, order, maths, sum, total -circle-5 five, zero, number, digit, quantity, amount, order, maths, sum, total -circle-6 six, zero, number, digit, quantity, amount, order, maths, sum, total -circle-7 seven, zero, number, digit, quantity, amount, order, maths, sum, total -circle-8 eight, zero, number, digit, quantity, amount, order, maths, sum, total -circle-9 nine, zero, number, digit, quantity, amount, order, maths, sum, total -circle-half-vertical shape, split, slash -circle-half shape, split, slash -circle-off shape, split, slash, disabled -cloud-off auto, backup, storage, memory, files, pictures, store -code-minus remove, delete, insert, braces -code-plus add, insert, braces -column-insert-left database, table, cells, arrow -column-insert-right database, table, cells, arrow -confetti party, celebrate, streamers, paper, parade, wedding, celebration -container element, html, block, store, inside -corner-down-left-double arrow, previous, back, return, below, point -corner-down-right-double arrow, next, below, forward, point -corner-left-down-double arrow, point, below, bottom -corner-left-up-double arrow, point, above, top -corner-right-down-double arrow, point, below, bottom -corner-right-up-double arrow, point, above, top -corner-up-left-double arrow, point, side, previous, back, return -corner-up-right-double arrow, next, above, forward, point -crown-off king, queen, royal, throne, power -cursor-text editor, indicate, position, input, mouse, type -database-export data, backup, file, storage, system -database-import data, file, storage, backup, system -database-off data, file, storage, table, system -device-analytics analyze, analyse, data, traffic, user -device-audio-tape record, music, radio, cassette, recording, play -device-cctv closed, circuit, television, video, surveillance, signal, monitor, record -device-computer-camera-off video, meeting, record, recording, webcam -device-computer-camera video, meeting, record, recording, webcam -dimensions width, height, size, breadth, depth -divide separate, element, multiple, apart, separator, parts -dna genetics, biology, chain, genetic, code, virus, organism -drone-off device, fly, aircraft, surveillance, control, autonomous, forbidden, banned, unlicensed -drone device, fly, aircraft, surveillance, control, autonomous -ear-off sound, deaf, hearing, impaired, handicapped, hard-of-hearing, mute -equal-not maths, mathematics, equation, different, value -equal maths, mathematics, equation, same, value -eyeglass-2 sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted -eyeglass sight, defect, see, vision, frames, lenses, visually, impaired, myopia, far-sighted -feather bird, animal, nature -file-analytics data, statistics, report, chart, document, paper -file-certificate certificate, license, diploma, document, format, data, paper -file-export arrow, data, paper, document, format -file-import arrow, data, paper, document, format -file-report stats, data, paper, document, chart, format -file-search search, data, paper, document, format -file-symlink text, format, extension, document, format -file-zip forms, documents, stack, letter, archive, rar, zipped, extention, bundle, format -files-off forms, documents, stack, letter -files forms, documents, stack, letter -flame fire, fireplace, light, burn, bonfire, smoke, barbecue -fold-down arrow, move, toggle -fold-up arrow, move, toggle -fold arrow, move, merge -glass-off drink, alcohol, not-allowed, sober, non-alcoholic, wine -golf game, ball, play, hole, club-and-ball, stroke, luxury, pitch -gps navigation, directions, global, positioning, system, satnav, radionavigation, system, travel, car -growth seed, harvest, plant, tree, flower, grain, greenery, garden -hanger clothes, wardrobe, hook, hang, wooden, plastic, wire, shop, store, clothing, fashion -heading main, text, headline, style, styling, html -headphones-off sound, silence, mute, earphones, electronics, wireless, listen -helicopter-landing pad, helipad, land, takeoff, navy, travel, aircraft, platform, fly -helicopter land, takeoff, navy, travel, aircraft, platform, fly, pilot, journey, rotorcraft, hover -hexagon-off six, angle, shape, crossed -hierarchy-2 relation, above, below, status, society, important -hierarchy relation, above, below, status, society, important -ice-cream-2 sweet, cold, dessert, food, taste, frozen, snack, flavour, flavor, cone -jump-rope sport, fitness, workout, gym, skipping, cardio, fit, shape -karate martial, art, self, defence, defend, strike, compat, oriental, fight, kick -keyboard-off device, type, disconnect, unplug -leaf nature, plant, tree, autumn, fall, greenery, flower, forest, garden -letter-case-lower typography, font, text, style, content -letter-case-toggle typography, font, text, style, content -letter-case-upper typography, font, text, style, content -letter-case typography, font, text, style, content -letter-spacing typography, font, space, character, word -line-dashed geometric, segment, link, connection -line-dotted geometric, segment, link, connection -macro video, photography, photo, camera -manual-gearbox car, vehicle, torque, transmission, mechanics, motor, engine -map-pins place, direction, travel, destination, mark, location, address -marquee-2 tag, tracer, html, animation, text, graphic -mask-off edit, layer, mask, tool, design -mask edit, layer, mask, tool, design -math-symbols calculator, equal, plus, multiplication, minus, math -minus-vertical subtract, less, divide -mood-crazy-happy good, excited, cheerful, jolly, delighted, lucky -motorbike engine, ride, trip, journey, road, street, vehicle, motorcycle -number-0 zero, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-1 one, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-2 two, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-3 three, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-4 four, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-5 five, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-6 six, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-7 seven, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-8 eight, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -number-9 nine, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit -octagon-off shape, eight, angle, crossed -olympics game, play, sport, sportsman, champion, win, medal, sporting, event, competition, athlete -overline above, overbar, overscore, horizontal -pacman game, play, online, maze, eat, dot, ghost -panorama-horizontal photo, picture, panoramic -panorama-vertical photo, picture, panoramic -parachute plane, aircraft, land, float, pilot -pennant flag, ship, sports, championship, mark, spot, winner -picture-in-picture-off size, photo, elements, adjust, image -picture-in-picture-on size, photo, elements, adjust, image -picture-in-picture size, photo, elements, adjust, image -pinned-off removed, attach, corkboard, unfasten, noticeboard -pinned board, attach, nail, pointed, corkboard, favourite, noticeboard -plant-2 nature, green, flower, pot, tree, leaf, greenery, root, stem, seed -plant nature, green, flower, pot, tree, leaf, greenery, root, stem, seed -play-card game, magic, trick, casino, entertainment, spade, heart, diamond, club, playing -player-record music, song, playlist, melody, device, voice, recorder, dictation, machine -player-stop music, song, playlist, melody, device, voice, silence, break -player-track-next music, forward, play, song, playlist -player-track-prev music, forward, play, song, playlist -playlist music, song, artist, spotify, track, play, record -pokeball pokemon, go, catch, game, play -polaroid picture, photo, camera, polarization, develop, film, lens -pool swim, water, swimmer, holiday, swimming, vacation, relax, sport -propeller rotate, blade, spiral, air, ship, fan, power -radius-bottom-left round, corner, rounded, border, css, style, bottom -radius-bottom-right round, corner, rounded, border, css, style, top -radius-top-left round, corner, rounded, border, css, style, bottom -radius-top-right round, corner, rounded, border, css, style, top -receipt-2 bill, restaurant, shop, price, pay, money, total, tax -receipt-off bill, restaurant, shop, price, pay, money, total, tax, free -receipt-refund bill, restaurant, shop, price, pay, money, total, give, back, return -receipt bill, restaurant, shop, price, pay, money, total, tax -recharging battery, power, charge, socket, electricity, device, phone, laptop, low -relation-many-to-many data, model, analysis, multiple, connection, database, link -relation-one-to-many data, model, analysis, multiple, connection, database, link -relation-one-to-one data, model, analysis, connection, database, link -report-analytics statistics, results, business, sales, analysis, analyse, bar, chart -report-medical hospital, doctor, health, sickness, illness, test, results -report-money results, business, sales, analysis, analyse, finance, financial, total -report time, timesheet, analysis, analyse, results, business, company -resize picture, photo, alter, change, height, width -ripple wave, water, breeze, ocean, sea -row-insert-bottom table, layout, add, below, macro, excel -row-insert-top table, layout, add, below, macro, excel -satellite orbit, space, moon, earth, planet, communication, information, celestial -scale weigh, balance, amount, heavy, light, libra -section html, element, layout, divide, position, website -seeding nature, greenery, grow, soil, harvest, plant, flower, tree, leaf -settings-automation system, technology, automate, configure, device, program -shadow-off dark, sun, area, light, css, effect, clear -shadow dark, sun, area, covered, dim, light, css, effect -shield-lock secure, security, closed, key, safety -shopping-cart-off shop, store, buy, purchase, product, bag, trolley, supermarket, grocery -shopping-cart-plus shop, store, buy, purchase, product, bag, trolley, supermarket, grocery -shopping-cart-x shop, store, buy, purchase, product, bag, trolley, supermarket, grocery -shopping-cart shop, store, buy, purchase, product, bag, trolley, supermarket, grocery -shredder paper, document, destroy, device, office, confidential -soccer-field football, pitch, player, vall, goal, goalkeeper, kick, ball, score, sport, sportsman -sock clothing, clothes, foot, feet, leg, knit, wool, cotton, ankle -speakerphone voice, loud, microphone, loudspeaker, event, protest, speaker, shout, listen -speedboat motorboat, holiday, sea, ocean, engine, travel, lake, summer -square-0 zero, number, digit, quantity, amount, order, maths, sum, total -square-1 one, zero, number, digit, quantity, amount, order, maths, sum, total -square-2 two, zero, number, digit, quantity, amount, order, maths, sum, total -square-3 three, zero, number, digit, quantity, amount, order, maths, sum, total -square-4 four, zero, number, digit, quantity, amount, order, maths, sum, total -square-5 five, zero, number, digit, quantity, amount, order, maths, sum, total -square-6 six, zero, number, digit, quantity, amount, order, maths, sum, total -square-7 seven, zero, number, digit, quantity, amount, order, maths, sum, total -square-8 eight, zero, number, digit, quantity, amount, order, maths, sum, total -square-9 nine, zero, number, digit, quantity, amount, order, maths, sum, total -square-dot corner, shape, element, point -square-forbid-2 box, disabled, off, block -square-forbid box, disabled, off, block -square-off box, disabled, block -square-rotated-off box, disabled, block -square-toggle-horizontal box, clone, move -square-toggle box, clone, move -star-off favorite, like, mark, bookmark, grade -stethoscope doctor, medical, physician, test, examination, health, illness, sickness, scrutiny, test, hospital -submarine sea, ocean, underwater, shipwater, war -sun-off dark, darkmode, summer, light, brightness -table-export spreadsheet, layout, grid, arrange, row, column, cells, sheet, arrow -table-import spreadsheet, layout, grid, arrange, row, column, cells, sheet, arrow -table-off spreadsheet, layout, grid, arrange, row, column -tank war, military, armour, vehicle, gun, attack, shoot, battle, battlefield -tir delivery, transportation, transport, logistics, vehicle, goods -tools-kitchen-2 knife, fork, spoon, cutlery, eat, restaurant, menu, cafe, cook, cut, soup, dinner, breakfast, dining, plate, dish -tools-kitchen knife, fork, spoon, cutlery, eat, restaurant, menu, cafe, cook, cut, soup, dinner, breakfast, dining, plate, dish -tornado wind, rotate, storm, spin, spinning, air, catastrophe, vortex -tournament competition, competitor, sport, game, play, champion -track trail, path, route, train, railway, railroad -tractor countryside, vehicle, harvest, machine, motor, farm, trailer -trademark legal, product, company, own, ownership, brand, law, right, certificate -traffic-cone street, road, vehicle, repair, warning, lane, drive -traffic-lights street, road, green, red, yellow, vehicle, stop, drive, crossing, pedestrian, crossroads, junction, intersection -train railway, rails, tgv, journey, travel, network, route, passenger -trash-off bin, litter, recycle, remove, delete, throw, away, waste -tree nature, greenery, park, leaf, trunk, stem, root, forest, garden -trees nature, greenery, park, leaf, trunk, stem, root, forest, garden -triangle-off shape, crossed, angle -triangle-square-circle shape, geometry, round, angle -trident three, spear, weapon, sharp, tool -truck-delivery order, purchase, online, shop, store, e-commerce, lorry -truck-off order, purchase, online, shop, store, e-commerce, lorry -truck-return order, purchase, online, shop, store, e-commerce, lorry -umbrella rain, weather, storm, wet, autumn, fall -variable maths, mathematics, science, calculate, function -versions app, variation, different, variant, alternative -view-360 panoramic, degrees, image, around -virus-off covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease -virus-search covid, coronavirus, biology, infection, infected, cell, viral, infectious, disease -windmill generate, power, blade, energy, electricity -window house, view, glass, apartment, vehicle, light, frame, home, building -wrecking-ball demolish, building, wrecker, metal, swing, knock, down -zoom-check verify, magnifying, glass, magnifier, ok, done -zoom-money magnifying, glass, magnifier, earn, pay, sum, total, finance, financial +arrow-bottom-bar drag, move +arrow-bottom-circle drag, move +arrow-bottom-square drag, move +arrow-bottom-tail drag, move +arrow-left-bar drag, move +arrow-left-circle drag, move +arrow-left-square drag, move +arrow-left-tail drag, move +arrow-loop-left drag, move, turn +arrow-loop-right drag, move, turn +arrow-right-bar drag, move +arrow-right-circle drag, move +arrow-right-square drag, move +arrow-right-tail drag, move +arrow-top-bar drag, move +arrow-top-circle drag, move +arrow-top-square drag, move +arrow-top-tail drag, move +arrow-wave-left-down drag, move +arrow-wave-left-up drag, move +arrow-wave-right-down drag, move +arrow-wave-right-up drag, move +arrows-down-up drag, move +arrows-down drag, move +arrows-join-2 drag, move +arrows-join drag, move +arrows-left-down drag, move +arrows-left-right drag, move +arrows-left drag, move +arrows-right-down drag, move +arrows-right-left drag, move +arrows-right drag, move +arrows-split-2 drag, move +arrows-split drag, move +arrows-up-down drag, move +arrows-up-left drag, move +arrows-up-right drag, move +arrows-up drag, move +bone dog, body, skeleton, biology, anatomy, pet, vet +brand-booking flat, apartment, holiday, vacation, city, break, book, rent +brand-google-analytics advertising, track, website, traffic, e-commerce, online, technology +brand-open-source software, code, developer, public, licence, technology +brand-patreon artist, software, creator, patron, art, subscription, income, earn +brand-shazam app, technology, device, music, sound, play, discover, artist, recognize +chart-circles statistics, analysis, analyse, graph +eye-check sight, visual, view, public, approve +file-alert danger, risk, warning, check, caution, document, error +file-code-2 programming, document, developer, technology +forms formbuilder, input, url, textarea +hand-finger point, show, index, forefinger, body, human, palm +hand-little-finger small, body, human, palm +hand-ring-finger body, human, palm +hand-rock heavy, metal, party, concert, rebel +hand-three-fingers body, human, palm +hand-two-fingers body, human, palm, gesture +lock-access block, limited, restricted, unavailable, confidential +mail-forward send, recipient, email, inbox, message +mailbox send, recipient, email, inbox, message, reply, post +massage physiotherapy, spa, relax, sports, therapy, treatment, spine +old senior, person, elderly, age +physotherapist physiotherapy, spa, therapy, treatment, pain, exercise +pizza eat, food, cheese, italian, snack, fast, delivery, takeaway, restaurant +rainbow rain, sun, colours, weather, forecast, pride +scuba-mask dive, diving, water, holiday, underwater, snorkeling, equipment +sport-billard pool, game, ball, pub, entertainment +square-root-2 mathematics, maths, science, calculate, calculator, algebra +square-root mathematics, maths, science, calculate, calculator, algebra +tent camping, holiday, vacation, outdoor, survival, travel, adventure +vaccine illness, sickness, disease, injection, medicine, medical, doctor, nurse 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(-) 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 From 2a24349fd32731d90e13877876f9fca804f99b8a Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Fri, 8 Jan 2021 15:00:00 +0100 Subject: [dev-iconfont-generation] fix svg outline stroke directions during iconfont generation --- generate.py | 28 + gulpfile.js | 9 +- iconfont-unicode.json | 2 +- iconfont/fonts/tabler-icons.eot | Bin 462896 -> 598956 bytes iconfont/fonts/tabler-icons.ttf | Bin 462712 -> 598772 bytes iconfont/fonts/tabler-icons.woff | Bin 227404 -> 295652 bytes iconfont/fonts/tabler-icons.woff2 | Bin 163380 -> 210072 bytes iconfont/tabler-icons.css | 1076 +++++++++++++++- iconfont/tabler-icons.html | 2518 ++++++++++++++++++++++++++++++++++++- iconfont/tabler-icons.min.css | 2 +- iconfont/tabler-icons.scss | 540 +++++++- 11 files changed, 4115 insertions(+), 60 deletions(-) create mode 100644 generate.py diff --git a/generate.py b/generate.py new file mode 100644 index 00000000..d763ed16 --- /dev/null +++ b/generate.py @@ -0,0 +1,28 @@ +import os +import fontforge + +# svg2ttf library does not support fill-rule="evenodd" so after converting icons to outlineStroke we fix path directions to work with "nonzero" +# more: https://github.com/tabler/tabler-icons/issues/13 - thanks for awesome suggestions in the issue + + +print ("Running fontforge to fix svg outline directions!") + +def files(path): + for file in os.listdir(path): + if os.path.isfile(os.path.join(path, file)): + yield file + +# refer to https://fontforge.org/docs/scripting/python/fontforge.html for documentation +# inspiration from https://github.com/FontCustom/fontcustom/blob/master/lib/fontcustom/scripts/generate.py + +font = fontforge.font() +for file in files("./icons-outlined"): + print (f"Correcting outline for {file}") + glyph = font.createChar(123, file) + glyph.importOutlines("./icons-outlined/" + file) + glyph.correctDirection() + glyph.export("./icons-outlined/" + file) + glyph.clear() + + +print ("Finished fixing svg outline directions!") diff --git a/gulpfile.js b/gulpfile.js index d461eecd..da9d0df8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -230,7 +230,14 @@ gulp.task('iconfont-svg-outline', function (cb) { }).catch(error => console.log(error)); }); - cb(); + // correct svg outline directions in a child process using fontforge + const generate = cp.spawn("fontforge", ["-lang=py", "-script", "generate.py"], { stdio: 'inherit' }); + generate.on("close", function (code) { + console.log(`Correcting svg outline directions exited with code ${code}`); + if (!code) { + cb(); + } + }); }); }); diff --git a/iconfont-unicode.json b/iconfont-unicode.json index 575ed9f0..0360623a 100644 --- a/iconfont-unicode.json +++ b/iconfont-unicode.json @@ -1 +1 @@ -{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-big-down":"edda","arrow-big-left":"eddb","arrow-big-right":"eddc","arrow-big-top":"eddd","arrow-bottom-bar":"ed98","arrow-bottom-circle":"ed99","arrow-bottom-square":"ed9a","arrow-bottom-tail":"ed9b","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-bar":"ed9c","arrow-left-circle":"ea18","arrow-left-square":"ed9d","arrow-left-tail":"ed9e","arrow-loop-left":"ed9f","arrow-loop-right":"eda0","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-ramp-left":"ed3c","arrow-ramp-right":"ed3d","arrow-right":"ea1f","arrow-right-bar":"eda1","arrow-right-circle":"ea1e","arrow-right-square":"eda2","arrow-right-tail":"eda3","arrow-top-bar":"eda4","arrow-top-circle":"eda5","arrow-top-square":"eda6","arrow-top-tail":"eda7","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrow-wave-left-down":"eda8","arrow-wave-left-up":"eda9","arrow-wave-right-down":"edaa","arrow-wave-right-up":"edab","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-double-ne-sw":"edde","arrows-double-nw-se":"eddf","arrows-double-se-nw":"ede0","arrows-double-sw-ne":"ede1","arrows-down":"edad","arrows-down-up":"edac","arrows-horizontal":"eb59","arrows-join":"edaf","arrows-join-2":"edae","arrows-left":"edb1","arrows-left-right":"edb0","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-right":"edb3","arrows-right-left":"edb2","arrows-sort":"eb5a","arrows-split":"edb5","arrows-split-2":"edb4","arrows-up":"edb7","arrows-up-down":"edb6","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backhoe":"ed86","backspace":"ea2d","ball-basketball":"ec28","ball-bowling":"ec29","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-minus":"ede2","bell-off":"ece9","bell-plus":"ede3","bell-ringing":"ed07","bell-ringing-2":"ede4","bell-x":"ede5","bike":"ea36","biohazard":"ecb8","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","bone":"edb8","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-top":"ea43","border-vertical":"ea44","box":"ea45","braces":"ebcc","brackets":"ebcd","brand-airbnb":"ed68","brand-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-asana":"edc5","brand-behance":"ec6e","brand-bing":"edc6","brand-bitbucket":"edc7","brand-booking":"edc8","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-deviantart":"ecfb","brand-discord":"ece3","brand-disqus":"edc9","brand-docker":"edca","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-analytics":"edcb","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-gravatar":"edcc","brand-hipchat":"edcd","brand-html5":"ed6c","brand-instagram":"ec20","brand-kickstarter":"edce","brand-kotlin":"ed6d","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-netflix":"edcf","brand-open-source":"edd0","brand-opera":"ec21","brand-pagekit":"edd1","brand-patreon":"edd2","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-producthunt":"edd3","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sass":"edd4","brand-sentry":"edd5","brand-shazam":"edd6","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-stripe":"edd7","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-unsplash":"edd8","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-ycombinator":"edd9","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-down":"eb7d","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-carousel":"ed87","building-castle":"ed88","building-church":"ea4c","building-community":"ebf6","building-fortress":"ed89","building-hospital":"ea4d","building-lighthouse":"ed8a","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","buldozer":"ed8b","bus":"ebe4","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-plus":"ebba","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","capture":"ec3c","car":"ebbb","caravan":"ec7c","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cast":"ea56","ce":"ed75","certificate":"ed76","chart-area":"ea58","chart-area-line":"ea57","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-donut":"ea5b","chart-line":"ea5c","chart-pie":"ea5d","chart-radar":"ed77","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","christmas-tree":"ed78","circle":"ea6b","circle-check":"ea67","circle-dashed":"ed27","circle-dotted":"ed28","circle-minus":"ea68","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-right":"ea7d","corner-left-down":"ea7e","corner-left-up":"ea7f","corner-right-down":"ea80","corner-right-up":"ea81","corner-up-left":"ea82","corner-up-right":"ea83","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","curly-loop":"ecda","currency-bitcoin":"ebab","currency-dollar":"eb84","currency-euro":"eb85","currency-pound":"ebac","currency-rupee":"ebad","currency-yen":"ebae","current-location":"ecef","cut":"ea86","dashboard":"ea87","database":"ea88","device-desktop":"ea89","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","devices":"eb87","devices-2":"ed29","diamond":"eb65","dice":"eb66","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","divide":"ed5c","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","drone":"ed79","droplet":"ea97","ear":"ebce","edit":"ea98","egg":"eb8a","emphasis":"ebcf","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-off":"ecf0","face-id":"ea9b","fall":"ecb9","file":"eaa4","file-alert":"ede6","file-analytics":"ede7","file-certificate":"ed4d","file-check":"ea9c","file-code":"ebd0","file-code-2":"ede8","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-export":"ede9","file-horizontal":"ebb0","file-import":"edea","file-info":"edec","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-report":"eded","file-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","files":"edef","files-off":"edee","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flame":"ec2c","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","fold":"ed56","fold-down":"ed54","fold-up":"ed55","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","globe":"eab9","golf":"ed8c","gps":"ed7a","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-middle-finger":"ec2d","hand-off":"ed15","hand-stop":"ec2e","hash":"eabc","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","helicopter":"ed8e","helicopter-landing":"ed8d","help":"eabf","hexagon":"ec02","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","jump-rope":"ed8f","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-grid":"edba","layout-grid-add":"edb9","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","leaf":"ed4f","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-off":"ed1e","lock-open":"eae1","login":"eba7","logout":"eba8","magnet":"eae3","mail":"eae5","mail-opened":"eae4","man":"eae6","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","markdown":"ec41","marquee":"ec77","mars":"ec80","math":"ebeb","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-crazy-happy":"ed90","mood-cry":"ecbb","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","number-0":"edf0","number-1":"edf1","number-2":"edf2","number-3":"edf3","number-4":"edf4","number-5":"edf5","number-6":"edf6","number-7":"edf7","number-8":"edf8","number-9":"edf9","octagon":"ecbd","omega":"eb97","outlet":"ebd7","package":"eaff","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","peace":"ecbe","pencil":"eb04","pennant":"ed7d","percentage":"ecf4","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","pill":"ec44","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","pizza":"edbb","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","player-pause":"ed45","player-play":"ed46","player-record":"ed47","player-skip-back":"ed48","player-skip-forward":"ed49","player-stop":"ed4a","player-track-next":"ed4b","player-track-prev":"ed4c","plug":"ebd9","plus":"eb0b","point":"eb0c","pool":"ed91","power":"eb0d","pray":"ecbf","presentation":"eb70","printer":"eb0e","prompt":"eb0f","puzzle":"eb10","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","rainbow":"edbc","receipt":"edfd","receipt-2":"edfa","receipt-off":"edfb","receipt-refund":"edfc","receipt-tax":"edbd","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","refresh-alert":"ed57","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","ripple":"ed82","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","rss":"eb19","ruler":"eb1a","run":"ec82","sailboat":"ec83","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","search":"eb1c","seeding":"ed51","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","shape":"eb9c","share":"eb21","shield":"eb24","shield-check":"eb22","shield-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","sitemap":"eb9d","skateboard":"ecc2","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","soccer-field":"ed92","social":"ebec","sort-ascending":"eb26","sort-descending":"eb27","space":"ec0c","speakerphone":"ed61","speedboat":"ed93","square":"eb2c","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-minus":"eb29","square-plus":"eb2a","square-rotated":"ecdf","square-x":"eb2b","stack":"eb2d","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","star-off":"ed62","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","stethoscope":"edbe","sticker":"eb2f","strikethrough":"eb9e","submarine":"ed94","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sun-off":"ed63","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-2":"edbf","switch-3":"edc0","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","tank":"ed95","target":"eb35","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tools-kitchen":"ed64","tornado":"ece2","tournament":"ecd0","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","train":"ed96","trash":"eb41","trash-off":"ed65","trees":"ec10","trending-down":"eb42","trending-down-2":"edc1","trending-down-3":"edc2","trending-up":"eb43","trending-up-2":"edc3","trending-up-3":"edc4","triangle":"eb44","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vector":"eca9","vector-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","versions":"ed52","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","view-360":"ed84","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","virus-off":"ed66","virus-search":"ed67","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","wrecking-ball":"ed97","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-in":"eb56","zoom-out":"eb57","zoom-question":"edeb"} \ No newline at end of file +{"2fa":"eca0","3d-cube-sphere":"ecd7","a-b":"ec36","access-point":"ed1b","access-point-off":"ed1a","accessible":"eba9","activity":"ed23","ad":"ea02","adjustments":"ea03","adjustments-alt":"ec37","adjustments-horizontal":"ec38","aerial-lift":"edfe","affiliate":"edff","alarm":"ea04","alert-circle":"ea05","alert-octagon":"ecc6","alert-triangle":"ea06","alien":"ebde","align-center":"ea07","align-justified":"ea08","align-left":"ea09","align-right":"ea0a","ambulance":"ebf5","anchor":"eb76","antenna-bars-1":"ecc7","antenna-bars-2":"ecc8","antenna-bars-3":"ecc9","antenna-bars-4":"ecca","antenna-bars-5":"eccb","aperture":"eb58","apps":"ebb6","archive":"ea0b","arrow-back":"ea0c","arrow-back-up":"eb77","arrow-bar-down":"ea0d","arrow-bar-left":"ea0e","arrow-bar-right":"ea0f","arrow-bar-to-down":"ec88","arrow-bar-to-left":"ec89","arrow-bar-to-right":"ec8a","arrow-bar-to-up":"ec8b","arrow-bar-up":"ea10","arrow-big-down":"edda","arrow-big-left":"eddb","arrow-big-right":"eddc","arrow-big-top":"eddd","arrow-bottom-bar":"ed98","arrow-bottom-circle":"ed99","arrow-bottom-square":"ed9a","arrow-bottom-tail":"ed9b","arrow-down":"ea16","arrow-down-circle":"ea11","arrow-down-left":"ea13","arrow-down-left-circle":"ea12","arrow-down-right":"ea15","arrow-down-right-circle":"ea14","arrow-forward":"ea17","arrow-forward-up":"eb78","arrow-left":"ea19","arrow-left-bar":"ed9c","arrow-left-circle":"ea18","arrow-left-square":"ed9d","arrow-left-tail":"ed9e","arrow-loop-left":"ed9f","arrow-loop-right":"eda0","arrow-narrow-down":"ea1a","arrow-narrow-left":"ea1b","arrow-narrow-right":"ea1c","arrow-narrow-up":"ea1d","arrow-ramp-left":"ed3c","arrow-ramp-right":"ed3d","arrow-right":"ea1f","arrow-right-bar":"eda1","arrow-right-circle":"ea1e","arrow-right-square":"eda2","arrow-right-tail":"eda3","arrow-top-bar":"eda4","arrow-top-circle":"eda5","arrow-top-square":"eda6","arrow-top-tail":"eda7","arrow-up":"ea25","arrow-up-circle":"ea20","arrow-up-left":"ea22","arrow-up-left-circle":"ea21","arrow-up-right":"ea24","arrow-up-right-circle":"ea23","arrow-wave-left-down":"eda8","arrow-wave-left-up":"eda9","arrow-wave-right-down":"edaa","arrow-wave-right-up":"edab","arrows-diagonal":"ea27","arrows-diagonal-2":"ea26","arrows-double-ne-sw":"edde","arrows-double-nw-se":"eddf","arrows-double-se-nw":"ede0","arrows-double-sw-ne":"ede1","arrows-down":"edad","arrows-down-up":"edac","arrows-horizontal":"eb59","arrows-join":"edaf","arrows-join-2":"edae","arrows-left":"edb1","arrows-left-down":"ee00","arrows-left-right":"edb0","arrows-maximize":"ea28","arrows-minimize":"ea29","arrows-right":"edb3","arrows-right-down":"ee01","arrows-right-left":"edb2","arrows-sort":"eb5a","arrows-split":"edb5","arrows-split-2":"edb4","arrows-up":"edb7","arrows-up-down":"edb6","arrows-up-left":"ee02","arrows-up-right":"ee03","arrows-vertical":"eb5b","artboard":"ea2a","aspect-ratio":"ed30","at":"ea2b","atom":"eb79","atom-2":"ebdf","award":"ea2c","backhoe":"ed86","backspace":"ea2d","ball-american-football":"ee04","ball-basketball":"ec28","ball-bowling":"ec29","ball-football":"ee06","ball-football-off":"ee05","ball-tennis":"ec2a","ball-volleyball":"ec2b","ban":"ea2e","bandage":"eb7a","barcode":"ebc6","basket":"ebe1","battery":"ea34","battery-1":"ea2f","battery-2":"ea30","battery-3":"ea31","battery-4":"ea32","battery-automotive":"ee07","battery-charging":"ea33","battery-off":"ed1c","bed":"eb5c","bell":"ea35","bell-minus":"ede2","bell-off":"ece9","bell-plus":"ede3","bell-ringing":"ed07","bell-ringing-2":"ede4","bell-x":"ede5","bike":"ea36","binary":"ee08","biohazard":"ecb8","blockquote":"ee09","bluetooth":"ea37","bluetooth-connected":"ecea","bluetooth-off":"eceb","bold":"eb7b","bolt":"ea38","bolt-off":"ecec","bone":"edb8","book":"ea39","bookmark":"ea3a","bookmark-off":"eced","bookmarks":"ed08","border-all":"ea3b","border-bottom":"ea3c","border-horizontal":"ea3d","border-inner":"ea3e","border-left":"ea3f","border-none":"ea40","border-outer":"ea41","border-radius":"eb7c","border-right":"ea42","border-style":"ee0a","border-top":"ea43","border-vertical":"ea44","box":"ea45","box-margin":"ee0b","box-model":"ee0c","box-multiple":"ee17","box-multiple-0":"ee0d","box-multiple-1":"ee0e","box-multiple-2":"ee0f","box-multiple-3":"ee10","box-multiple-4":"ee11","box-multiple-5":"ee12","box-multiple-6":"ee13","box-multiple-7":"ee14","box-multiple-8":"ee15","box-multiple-9":"ee16","box-padding":"ee18","braces":"ebcc","brackets":"ebcd","brand-airbnb":"ed68","brand-android":"ec16","brand-apple":"ec17","brand-apple-arcade":"ed69","brand-appstore":"ed24","brand-asana":"edc5","brand-behance":"ec6e","brand-bing":"edc6","brand-bitbucket":"edc7","brand-booking":"edc8","brand-chrome":"ec18","brand-codepen":"ec6f","brand-codesandbox":"ed6a","brand-css3":"ed6b","brand-deviantart":"ecfb","brand-discord":"ece3","brand-disqus":"edc9","brand-docker":"edca","brand-dribbble":"ec19","brand-edge":"ecfc","brand-facebook":"ec1a","brand-figma":"ec93","brand-firefox":"ecfd","brand-flickr":"ecfe","brand-foursquare":"ecff","brand-framer":"ec1b","brand-github":"ec1c","brand-gitlab":"ec1d","brand-google":"ec1f","brand-google-analytics":"edcb","brand-google-drive":"ec1e","brand-google-play":"ed25","brand-gravatar":"edcc","brand-hipchat":"edcd","brand-html5":"ed6c","brand-instagram":"ec20","brand-kickstarter":"edce","brand-kotlin":"ed6d","brand-linkedin":"ec8c","brand-medium":"ec70","brand-messenger":"ec71","brand-netflix":"edcf","brand-open-source":"edd0","brand-opera":"ec21","brand-pagekit":"edd1","brand-patreon":"edd2","brand-paypal":"ec22","brand-pinterest":"ec8d","brand-pocket":"ed00","brand-producthunt":"edd3","brand-python":"ed01","brand-reddit":"ec8e","brand-safari":"ec23","brand-sass":"edd4","brand-sentry":"edd5","brand-shazam":"edd6","brand-sketch":"ec24","brand-skype":"ed02","brand-slack":"ec72","brand-snapchat":"ec25","brand-soundcloud":"ed6e","brand-spotify":"ed03","brand-steam":"ed6f","brand-stripe":"edd7","brand-tabler":"ec8f","brand-tailwind":"eca1","brand-telegram":"ec26","brand-tidal":"ed70","brand-tiktok":"ec73","brand-tinder":"ed71","brand-tumblr":"ed04","brand-twitch":"ed05","brand-twitter":"ec27","brand-unsplash":"edd8","brand-vimeo":"ed06","brand-vk":"ed72","brand-whatsapp":"ec74","brand-windows":"ecd8","brand-yahoo":"ed73","brand-ycombinator":"edd9","brand-youtube":"ec90","briefcase":"ea46","brightness":"eb7f","brightness-2":"ee19","brightness-down":"eb7d","brightness-half":"ee1a","brightness-up":"eb7e","browser":"ebb7","brush":"ebb8","bucket":"ea47","bug":"ea48","building":"ea4f","building-arch":"ea49","building-bank":"ebe2","building-bridge":"ea4b","building-bridge-2":"ea4a","building-carousel":"ed87","building-castle":"ed88","building-church":"ea4c","building-community":"ebf6","building-cottage":"ee1b","building-factory":"ee1c","building-fortress":"ed89","building-hospital":"ea4d","building-lighthouse":"ed8a","building-monument":"ed26","building-pavilon":"ebf7","building-skyscraper":"ec39","building-store":"ea4e","building-warehouse":"ebe3","bulb":"ea51","bulb-off":"ea50","bulldozer":"ee1d","bus":"ebe4","businessplan":"ee1e","calculator":"eb80","calendar":"ea53","calendar-event":"ea52","calendar-minus":"ebb9","calendar-off":"ee1f","calendar-plus":"ebba","calendar-stats":"ee20","calendar-time":"ee21","camera":"ea54","camera-minus":"ec3a","camera-off":"ecee","camera-plus":"ec3b","camera-rotate":"ee22","camera-selfie":"ee23","capture":"ec3c","car":"ebbb","caravan":"ec7c","cardboards":"ed74","caret-down":"eb5d","caret-left":"eb5e","caret-right":"eb5f","caret-up":"eb60","cash":"ea55","cash-banknote":"ee25","cash-banknote-off":"ee24","cast":"ea56","ce":"ed75","certificate":"ed76","charging-pile":"ee26","chart-arcs":"ee28","chart-arcs-3":"ee27","chart-area":"ea58","chart-area-line":"ea57","chart-arrows":"ee2a","chart-arrows-vertical":"ee29","chart-bar":"ea59","chart-bubble":"ec75","chart-candle":"ea5a","chart-circles":"ee2b","chart-donut":"ea5b","chart-donut-2":"ee2c","chart-donut-3":"ee2d","chart-donut-4":"ee2e","chart-dots":"ee2f","chart-infographic":"ee30","chart-line":"ea5c","chart-pie":"ea5d","chart-pie-2":"ee31","chart-pie-3":"ee32","chart-pie-4":"ee33","chart-radar":"ed77","check":"ea5e","checkbox":"eba6","checks":"ebaa","chevron-down":"ea5f","chevron-down-left":"ed09","chevron-down-right":"ed0a","chevron-left":"ea60","chevron-right":"ea61","chevron-up":"ea62","chevron-up-left":"ed0b","chevron-up-right":"ed0c","chevrons-down":"ea63","chevrons-down-left":"ed0d","chevrons-down-right":"ed0e","chevrons-left":"ea64","chevrons-right":"ea65","chevrons-up":"ea66","chevrons-up-left":"ed0f","chevrons-up-right":"ed10","christmas-tree":"ed78","circle":"ea6b","circle-0":"ee34","circle-1":"ee35","circle-2":"ee36","circle-3":"ee37","circle-4":"ee38","circle-5":"ee39","circle-6":"ee3a","circle-7":"ee3b","circle-8":"ee3c","circle-9":"ee3d","circle-check":"ea67","circle-dashed":"ed27","circle-dotted":"ed28","circle-half":"ee3f","circle-half-vertical":"ee3e","circle-minus":"ea68","circle-off":"ee40","circle-plus":"ea69","circle-square":"ece4","circle-x":"ea6a","circles":"ece5","clear-all":"ee41","clear-formatting":"ebe5","click":"ebbc","clipboard":"ea6f","clipboard-check":"ea6c","clipboard-list":"ea6d","clipboard-x":"ea6e","clock":"ea70","cloud":"ea76","cloud-download":"ea71","cloud-fog":"ecd9","cloud-off":"ed3e","cloud-rain":"ea72","cloud-snow":"ea73","cloud-storm":"ea74","cloud-upload":"ea75","code":"ea77","code-minus":"ee42","code-plus":"ee43","coin":"eb82","color-picker":"ebe6","color-swatch":"eb61","column-insert-left":"ee44","column-insert-right":"ee45","columns":"eb83","comet":"ec76","command":"ea78","compass":"ea79","confetti":"ee46","container":"ee47","contrast":"ec4e","copy":"ea7a","copyleft":"ec3d","copyright":"ea7b","corner-down-left":"ea7c","corner-down-left-double":"ee48","corner-down-right":"ea7d","corner-down-right-double":"ee49","corner-left-down":"ea7e","corner-left-down-double":"ee4a","corner-left-up":"ea7f","corner-left-up-double":"ee4b","corner-right-down":"ea80","corner-right-down-double":"ee4c","corner-right-up":"ea81","corner-right-up-double":"ee4d","corner-up-left":"ea82","corner-up-left-double":"ee4e","corner-up-right":"ea83","corner-up-right-double":"ee4f","credit-card":"ea84","credit-card-off":"ed11","crop":"ea85","crosshair":"ec3e","crown":"ed12","crown-off":"ee50","curly-loop":"ecda","currency-bahraini":"ee51","currency-bath":"ee52","currency-bitcoin":"ebab","currency-cent":"ee53","currency-dinar":"ee54","currency-dirham":"ee55","currency-dollar":"eb84","currency-dollar-australian":"ee56","currency-dollar-canadian":"ee57","currency-dollar-singapore":"ee58","currency-ethereum":"ee59","currency-euro":"eb85","currency-forint":"ee5a","currency-frank":"ee5b","currency-krone-czech":"ee5c","currency-krone-danish":"ee5d","currency-krone-swedish":"ee5e","currency-leu":"ee5f","currency-lira":"ee60","currency-litecoin":"ee61","currency-naira":"ee62","currency-pound":"ebac","currency-real":"ee63","currency-renminbi":"ee64","currency-ripple":"ee65","currency-riyal":"ee66","currency-rubel":"ee67","currency-rupee":"ebad","currency-shekel":"ee68","currency-taka":"ee69","currency-tugrik":"ee6a","currency-won":"ee6b","currency-yen":"ebae","currency-zloty":"ee6c","current-location":"ecef","cursor-text":"ee6d","cut":"ea86","dashboard":"ea87","database":"ea88","database-export":"ee6e","database-import":"ee6f","database-off":"ee70","details":"ee71","device-analytics":"ee72","device-audio-tape":"ee73","device-cctv":"ee74","device-computer-camera":"ee76","device-computer-camera-off":"ee75","device-desktop":"ea89","device-desktop-analytics":"ee77","device-desktop-off":"ee78","device-floppy":"eb62","device-gamepad":"eb63","device-laptop":"eb64","device-mobile":"ea8a","device-mobile-message":"ee79","device-mobile-rotated":"ecdb","device-mobile-vibration":"eb86","device-speaker":"ea8b","device-tablet":"ea8c","device-tv":"ea8d","device-watch":"ebf9","devices":"eb87","devices-2":"ed29","devices-pc":"ee7a","diamond":"eb65","dice":"eb66","dimensions":"ee7b","direction":"ebfb","direction-horizontal":"ebfa","directions":"ea8e","disabled":"ea8f","disabled-2":"ebaf","disc":"ea90","discount":"ebbd","discount-2":"ee7c","divide":"ed5c","dna":"ee7d","dots":"ea95","dots-circle-horizontal":"ea91","dots-diagonal":"ea93","dots-diagonal-2":"ea92","dots-vertical":"ea94","download":"ea96","drag-drop":"eb89","drag-drop-2":"eb88","drone":"ed79","drone-off":"ee7e","droplet":"ea97","droplet-filled":"ee80","droplet-filled-2":"ee7f","droplet-half":"ee82","droplet-half-2":"ee81","droplet-off":"ee83","ear":"ebce","ear-off":"ee84","edit":"ea98","edit-circle":"ee85","egg":"eb8a","emphasis":"ebcf","equal":"ee87","equal-not":"ee86","eraser":"eb8b","exchange":"ebe7","exposure":"eb8c","external-link":"ea99","eye":"ea9a","eye-check":"ee88","eye-off":"ecf0","eyeglass":"ee8a","eyeglass-2":"ee89","face-id":"ea9b","fall":"ecb9","feather":"ee8b","file":"eaa4","file-alert":"ede6","file-analytics":"ede7","file-certificate":"ed4d","file-check":"ea9c","file-code":"ebd0","file-code-2":"ede8","file-diff":"ecf1","file-dislike":"ed2a","file-download":"ea9d","file-export":"ede9","file-horizontal":"ebb0","file-import":"edea","file-info":"edec","file-invoice":"eb67","file-like":"ed2b","file-minus":"ea9e","file-music":"ea9f","file-off":"ecf2","file-phone":"ecdc","file-plus":"eaa0","file-report":"eded","file-search":"ed5d","file-shredder":"eaa1","file-symlink":"ed53","file-text":"eaa2","file-upload":"ec91","file-x":"eaa3","file-zip":"ed4e","files":"edef","files-off":"edee","filter":"eaa5","filter-off":"ed2c","fingerprint":"ebd1","firetruck":"ebe8","flag":"eaa6","flag-2":"ee8c","flag-3":"ee8d","flame":"ec2c","flare":"ee8e","flask":"ebd2","flip-horizontal":"eaa7","flip-vertical":"eaa8","float-center":"ebb1","float-left":"ebb2","float-none":"ed13","float-right":"ebb3","focus":"eb8d","focus-2":"ebd3","fold":"ed56","fold-down":"ed54","fold-up":"ed55","folder":"eaad","folder-minus":"eaaa","folder-off":"ed14","folder-plus":"eaab","folder-x":"eaac","folders":"eaae","forbid":"ebd5","forbid-2":"ebd4","forklift":"ebe9","forms":"ee8f","frame":"eaaf","friends":"eab0","gas-station":"ec7d","gauge":"eab1","geometry":"ee90","ghost":"eb8e","gift":"eb68","git-branch":"eab2","git-commit":"eab3","git-compare":"eab4","git-fork":"eb8f","git-merge":"eab5","git-pull-request":"eab6","glass":"eab8","glass-full":"eab7","glass-off":"ee91","globe":"eab9","golf":"ed8c","gps":"ed7a","grain":"ee92","grid-dots":"eaba","grip-horizontal":"ec00","grip-vertical":"ec01","growth":"ee93","h-1":"ec94","h-2":"ec95","h-3":"ec96","h-4":"ec97","h-5":"ec98","h-6":"ec99","hand-finger":"ee94","hand-little-finger":"ee95","hand-middle-finger":"ec2d","hand-off":"ed15","hand-ring-finger":"ee96","hand-rock":"ee97","hand-stop":"ec2e","hand-three-fingers":"ee98","hand-two-fingers":"ee99","hanger":"ee9a","hash":"eabc","heading":"ee9b","headphones":"eabd","headphones-off":"ed1d","headset":"eb90","heart":"eabe","heart-broken":"ecba","helicopter":"ed8e","helicopter-landing":"ed8d","help":"eabf","hexagon":"ec02","hexagon-off":"ee9c","hierarchy":"ee9e","hierarchy-2":"ee9d","history":"ebea","home":"eac1","home-2":"eac0","ice-cream":"eac2","ice-cream-2":"ee9f","id":"eac3","inbox":"eac4","indent-decrease":"eb91","indent-increase":"eb92","infinity":"eb69","info-circle":"eac5","info-square":"eac6","italic":"eb93","jump-rope":"ed8f","karate":"ed32","key":"eac7","keyboard":"ebd6","keyboard-hide":"ec7e","keyboard-off":"eea0","keyboard-show":"ec7f","language":"ebbe","layers-difference":"eac8","layers-intersect":"eac9","layers-linked":"eea1","layers-subtract":"eaca","layers-union":"eacb","layout":"eadb","layout-2":"eacc","layout-align-bottom":"eacd","layout-align-center":"eace","layout-align-left":"eacf","layout-align-middle":"ead0","layout-align-right":"ead1","layout-align-top":"ead2","layout-bottombar":"ead3","layout-cards":"ec13","layout-columns":"ead4","layout-distribute-horizontal":"ead5","layout-distribute-vertical":"ead6","layout-grid":"edba","layout-grid-add":"edb9","layout-kanban":"ec3f","layout-list":"ec14","layout-navbar":"ead7","layout-rows":"ead8","layout-sidebar":"eada","layout-sidebar-right":"ead9","leaf":"ed4f","lego":"eadc","letter-a":"ec50","letter-b":"ec51","letter-c":"ec52","letter-case":"eea5","letter-case-lower":"eea2","letter-case-toggle":"eea3","letter-case-upper":"eea4","letter-d":"ec53","letter-e":"ec54","letter-f":"ec55","letter-g":"ec56","letter-h":"ec57","letter-i":"ec58","letter-j":"ec59","letter-k":"ec5a","letter-l":"ec5b","letter-m":"ec5c","letter-n":"ec5d","letter-o":"ec5e","letter-p":"ec5f","letter-q":"ec60","letter-r":"ec61","letter-s":"ec62","letter-spacing":"eea6","letter-t":"ec63","letter-u":"ec64","letter-v":"ec65","letter-w":"ec66","letter-x":"ec67","letter-y":"ec68","letter-z":"ec69","letters-case":"ec6a","license":"ebc0","lifebuoy":"eadd","line":"ec40","line-dashed":"eea7","line-dotted":"eea8","line-height":"eb94","link":"eade","list":"eb6b","list-check":"eb6a","list-search":"eea9","live-photo":"eadf","live-view":"ec6b","loader":"eca3","loader-quarter":"eca2","location":"eae0","lock":"eae2","lock-access":"eeaa","lock-off":"ed1e","lock-open":"eae1","login":"eba7","logout":"eba8","macro":"eeab","magnet":"eae3","mail":"eae5","mail-forward":"eeac","mail-opened":"eae4","mailbox":"eead","man":"eae6","manual-gearbox":"ed7b","map":"eae9","map-2":"eae7","map-pin":"eae8","map-pin-off":"ecf3","map-pins":"ed5e","markdown":"ec41","marquee":"ec77","marquee-2":"eeae","mars":"ec80","mask":"eeb0","mask-off":"eeaf","massage":"eeb1","math":"ebeb","math-function":"eeb2","math-symbols":"eeb3","maximize":"eaea","medal":"ec78","medical-cross":"ec2f","menu":"eaeb","menu-2":"ec42","message":"eaef","message-2":"eaec","message-circle":"eaed","message-circle-2":"ed3f","message-circle-off":"ed40","message-dots":"eaee","message-off":"ed41","message-plus":"ec9a","message-report":"ec9b","messages":"eb6c","messages-off":"ed42","microphone":"eaf0","microphone-off":"ed16","minimize":"eaf1","minus":"eaf2","minus-vertical":"eeb4","mist":"ec30","mood-boy":"ed2d","mood-confuzed":"eaf3","mood-crazy-happy":"ed90","mood-cry":"ecbb","mood-empty":"eeb5","mood-happy":"eaf4","mood-kid":"ec03","mood-neutral":"eaf5","mood-sad":"eaf6","mood-smile":"eaf7","mood-suprised":"ec04","mood-tongue":"eb95","moon":"eaf8","moon-2":"ece6","moon-stars":"ece7","moped":"ecbc","motorbike":"eeb6","mouse":"eaf9","movie":"eafa","mug":"eafb","music":"eafc","new-section":"ebc1","news":"eafd","nfc":"eeb7","note":"eb6d","notebook":"eb96","notes":"eb6e","notification":"eafe","number-0":"edf0","number-1":"edf1","number-2":"edf2","number-3":"edf3","number-4":"edf4","number-5":"edf5","number-6":"edf6","number-7":"edf7","number-8":"edf8","number-9":"edf9","octagon":"ecbd","octagon-off":"eeb8","old":"eeb9","olympics":"eeba","omega":"eb97","outlet":"ebd7","overline":"eebb","package":"eaff","pacman":"eebc","page-break":"ec81","paint":"eb00","palette":"eb01","panorama-horizontal":"ed33","panorama-vertical":"ed34","paperclip":"eb02","parachute":"ed7c","parentheses":"ebd8","parking":"eb03","peace":"ecbe","pencil":"eb04","pennant":"ed7d","percentage":"ecf4","perspective":"eebd","phone":"eb09","phone-call":"eb05","phone-calling":"ec43","phone-check":"ec05","phone-incoming":"eb06","phone-off":"ecf5","phone-outgoing":"eb07","phone-pause":"eb08","phone-plus":"ec06","phone-x":"ec07","photo":"eb0a","photo-off":"ecf6","physotherapist":"eebe","picture-in-picture":"ed35","picture-in-picture-off":"ed43","picture-in-picture-on":"ed44","pill":"ec44","pin":"ec9c","pinned":"ed60","pinned-off":"ed5f","pizza":"edbb","plane":"eb6f","plane-arrival":"eb99","plane-departure":"eb9a","planet":"ec08","plant":"ed50","plant-2":"ed7e","play-card":"eebf","player-pause":"ed45","player-play":"ed46","player-record":"ed47","player-skip-back":"ed48","player-skip-forward":"ed49","player-stop":"ed4a","player-track-next":"ed4b","player-track-prev":"ed4c","playlist":"eec0","plug":"ebd9","plus":"eb0b","point":"eb0c","pokeball":"eec1","polaroid":"eec2","pool":"ed91","power":"eb0d","pray":"ecbf","presentation":"eb70","presentation-analytics":"eec3","printer":"eb0e","prompt":"eb0f","propeller":"eec4","puzzle":"eb10","pyramid":"eec5","qrcode":"eb11","question-mark":"ec9d","radioactive":"ecc0","radius-bottom-left":"eec6","radius-bottom-right":"eec7","radius-top-left":"eec8","radius-top-right":"eec9","rainbow":"edbc","receipt":"edfd","receipt-2":"edfa","receipt-off":"edfb","receipt-refund":"edfc","receipt-tax":"edbd","recharging":"eeca","record-mail":"eb12","rectangle":"ed37","rectangle-vertical":"ed36","recycle":"eb9b","refresh":"eb13","refresh-alert":"ed57","registered":"eb14","relation-many-to-many":"ed7f","relation-one-to-many":"ed80","relation-one-to-one":"ed81","repeat":"eb72","repeat-once":"eb71","replace":"ebc7","report":"eece","report-analytics":"eecb","report-medical":"eecc","report-money":"eecd","resize":"eecf","ripple":"ed82","road-sign":"ecdd","rocket":"ec45","rotate":"eb16","rotate-2":"ebb4","rotate-clockwise":"eb15","rotate-clockwise-2":"ebb5","rotate-rectangle":"ec15","route":"eb17","router":"eb18","row-insert-bottom":"eed0","row-insert-top":"eed1","rss":"eb19","ruler":"eb1a","ruler-2":"eed2","run":"ec82","sailboat":"ec83","satellite":"eed3","scale":"ebc2","scan":"ebc8","school":"ecf7","scissors":"eb1b","scooter":"ec6c","scooter-electric":"ecc1","screen-share":"ed18","screen-share-off":"ed17","scuba-mask":"eed4","search":"eb1c","section":"eed5","seeding":"ed51","select":"ec9e","selector":"eb1d","send":"eb1e","separator":"ebda","separator-horizontal":"ec79","separator-vertical":"ec7a","server":"eb1f","servicemark":"ec09","settings":"eb20","settings-automation":"eed6","shadow":"eed8","shadow-off":"eed7","shape":"eb9c","shape-2":"eed9","shape-3":"eeda","share":"eb21","shield":"eb24","shield-check":"eb22","shield-lock":"ed58","shield-off":"ecf8","shield-x":"eb23","ship":"ec84","shirt":"ec0a","shopping-cart":"eb25","shopping-cart-discount":"eedb","shopping-cart-off":"eedc","shopping-cart-plus":"eedd","shopping-cart-x":"eede","shredder":"eedf","signature":"eee0","sitemap":"eb9d","skateboard":"ecc2","slice":"ebdb","slideshow":"ebc9","smart-home":"ecde","smoking":"ecc4","smoking-no":"ecc3","snowflake":"ec0b","soccer-field":"ed92","social":"ebec","sock":"eee1","sort-ascending":"eb26","sort-ascending-2":"eee2","sort-descending":"eb27","sort-descending-2":"eee3","space":"ec0c","speakerphone":"ed61","speedboat":"ed93","sport-billard":"eee4","square":"eb2c","square-0":"eee5","square-1":"eee6","square-2":"eee7","square-3":"eee8","square-4":"eee9","square-5":"eeea","square-6":"eeeb","square-7":"eeec","square-8":"eeed","square-9":"eeee","square-check":"eb28","square-dot":"ed59","square-forbid":"ed5b","square-forbid-2":"ed5a","square-minus":"eb29","square-off":"eeef","square-plus":"eb2a","square-root":"eef1","square-root-2":"eef0","square-rotated":"ecdf","square-rotated-off":"eef2","square-toggle":"eef4","square-toggle-horizontal":"eef3","square-x":"eb2b","squares-diagonal":"eef5","squares-filled":"eef6","stack":"eb2d","stack-2":"eef7","stairs":"eca6","stairs-down":"eca4","stairs-up":"eca5","star":"eb2e","star-half":"ed19","star-off":"ed62","stars":"ed38","steering-wheel":"ec7b","step-into":"ece0","step-out":"ece1","stethoscope":"edbe","sticker":"eb2f","strikethrough":"eb9e","submarine":"ed94","subscript":"eb9f","subtask":"ec9f","sum":"eb73","sun":"eb30","sun-off":"ed63","sunset":"ec31","sunshine":"ec32","superscript":"eba0","swimming":"ec92","switch":"eb33","switch-2":"edbf","switch-3":"edc0","switch-horizontal":"eb31","switch-vertical":"eb32","table":"eba1","table-export":"eef8","table-import":"eef9","table-off":"eefa","tag":"eb34","tallymark-1":"ec46","tallymark-2":"ec47","tallymark-3":"ec48","tallymark-4":"ec49","tallymarks":"ec4a","tank":"ed95","target":"eb35","temperature":"eb38","temperature-celsius":"eb36","temperature-fahrenheit":"eb37","temperature-minus":"ebed","temperature-plus":"ebee","template":"eb39","tent":"eefb","terminal":"ebdc","terminal-2":"ebef","test-pipe":"eb3a","text-direction-ltr":"eefc","text-direction-rtl":"eefd","text-wrap":"ebdd","text-wrap-disabled":"eca7","thumb-down":"eb3b","thumb-up":"eb3c","ticket":"eb3d","tilt-shift":"eefe","tir":"ebf0","toggle-left":"eb3e","toggle-right":"eb3f","tool":"eb40","tools":"ebca","tools-kitchen":"ed64","tools-kitchen-2":"eeff","tornado":"ece2","tournament":"ecd0","track":"ef00","tractor":"ec0d","trademark":"ec0e","traffic-cone":"ec0f","traffic-lights":"ed39","train":"ed96","trash":"eb41","trash-off":"ed65","tree":"ef01","trees":"ec10","trending-down":"eb42","trending-down-2":"edc1","trending-down-3":"edc2","trending-up":"eb43","trending-up-2":"edc3","trending-up-3":"edc4","triangle":"eb44","triangle-off":"ef02","triangle-square-circle":"ece8","trident":"ecc5","trophy":"eb45","truck":"ebc4","truck-delivery":"ec4b","truck-off":"ef03","truck-return":"ec4c","typography":"ebc5","umbrella":"ebf1","underline":"eba2","unlink":"eb46","upload":"eb47","urgent":"eb48","user":"eb4d","user-check":"eb49","user-exclamation":"ec12","user-minus":"eb4a","user-off":"ecf9","user-plus":"eb4b","user-x":"eb4c","users":"ebf2","vaccine":"ef04","variable":"ef05","vector":"eca9","vector-beizer":"ed3b","vector-beizer-2":"ed3a","vector-triangle":"eca8","venus":"ec86","versions":"ed52","video":"ed22","video-minus":"ed1f","video-off":"ed20","video-plus":"ed21","view-360":"ed84","viewfinder":"eb4e","viewport-narrow":"ebf3","viewport-wide":"ebf4","virus":"eb74","virus-off":"ed66","virus-search":"ed67","volume":"eb51","volume-2":"eb4f","volume-3":"eb50","walk":"ec87","wallet":"eb75","wand":"ebcb","wave-saw-tool":"ecd3","wave-sine":"ecd4","wave-square":"ecd5","wifi":"eb52","wifi-0":"eba3","wifi-1":"eba4","wifi-2":"eba5","wifi-off":"ecfa","wind":"ec34","windmill":"ed85","window":"ef06","wiper":"ecab","wiper-wash":"ecaa","woman":"eb53","world":"eb54","world-latitude":"ed2e","world-longitude":"ed2f","wrecking-ball":"ed97","writing":"ef08","writing-sign":"ef07","x":"eb55","yin-yang":"ec35","zodiac-aquarius":"ecac","zodiac-aries":"ecad","zodiac-cancer":"ecae","zodiac-capricorn":"ecaf","zodiac-gemini":"ecb0","zodiac-leo":"ecb1","zodiac-libra":"ecb2","zodiac-pisces":"ecb3","zodiac-sagittarius":"ecb4","zodiac-scorpio":"ecb5","zodiac-taurus":"ecb6","zodiac-virgo":"ecb7","zoom-cancel":"ec4d","zoom-check":"ef09","zoom-in":"eb56","zoom-money":"ef0a","zoom-out":"eb57","zoom-question":"edeb"} \ No newline at end of file diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index 04c4dd00..8f522011 100644 Binary files a/iconfont/fonts/tabler-icons.eot and b/iconfont/fonts/tabler-icons.eot differ diff --git a/iconfont/fonts/tabler-icons.ttf b/iconfont/fonts/tabler-icons.ttf index 16007f29..a23f19f6 100644 Binary files a/iconfont/fonts/tabler-icons.ttf and b/iconfont/fonts/tabler-icons.ttf differ diff --git a/iconfont/fonts/tabler-icons.woff b/iconfont/fonts/tabler-icons.woff index ca768a80..a29046cb 100644 Binary files a/iconfont/fonts/tabler-icons.woff and b/iconfont/fonts/tabler-icons.woff differ diff --git a/iconfont/fonts/tabler-icons.woff2 b/iconfont/fonts/tabler-icons.woff2 index f4cb9bbc..62cd8002 100644 Binary files a/iconfont/fonts/tabler-icons.woff2 and b/iconfont/fonts/tabler-icons.woff2 differ diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index c0f839e2..a18ed65e 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -68,6 +68,14 @@ content: ""; } +.ti-aerial-lift:before { + content: ""; +} + +.ti-affiliate:before { + content: ""; +} + .ti-alarm:before { content: ""; } @@ -424,6 +432,10 @@ content: ""; } +.ti-arrows-left-down:before { + content: ""; +} + .ti-arrows-left-right:before { content: ""; } @@ -440,6 +452,10 @@ content: ""; } +.ti-arrows-right-down:before { + content: ""; +} + .ti-arrows-right-left:before { content: ""; } @@ -464,6 +480,14 @@ content: ""; } +.ti-arrows-up-left:before { + content: ""; +} + +.ti-arrows-up-right:before { + content: ""; +} + .ti-arrows-vertical:before { content: ""; } @@ -500,6 +524,10 @@ content: ""; } +.ti-ball-american-football:before { + content: ""; +} + .ti-ball-basketball:before { content: ""; } @@ -508,6 +536,14 @@ content: ""; } +.ti-ball-football:before { + content: ""; +} + +.ti-ball-football-off:before { + content: ""; +} + .ti-ball-tennis:before { content: ""; } @@ -552,6 +588,10 @@ content: ""; } +.ti-battery-automotive:before { + content: ""; +} + .ti-battery-charging:before { content: ""; } @@ -596,10 +636,18 @@ content: ""; } +.ti-binary:before { + content: ""; +} + .ti-biohazard:before { content: ""; } +.ti-blockquote:before { + content: ""; +} + .ti-bluetooth:before { content: ""; } @@ -680,6 +728,10 @@ content: ""; } +.ti-border-style:before { + content: ""; +} + .ti-border-top:before { content: ""; } @@ -692,6 +744,62 @@ content: ""; } +.ti-box-margin:before { + content: ""; +} + +.ti-box-model:before { + content: ""; +} + +.ti-box-multiple:before { + content: ""; +} + +.ti-box-multiple-0:before { + content: ""; +} + +.ti-box-multiple-1:before { + content: ""; +} + +.ti-box-multiple-2:before { + content: ""; +} + +.ti-box-multiple-3:before { + content: ""; +} + +.ti-box-multiple-4:before { + content: ""; +} + +.ti-box-multiple-5:before { + content: ""; +} + +.ti-box-multiple-6:before { + content: ""; +} + +.ti-box-multiple-7:before { + content: ""; +} + +.ti-box-multiple-8:before { + content: ""; +} + +.ti-box-multiple-9:before { + content: ""; +} + +.ti-box-padding:before { + content: ""; +} + .ti-braces:before { content: ""; } @@ -1032,10 +1140,18 @@ content: ""; } +.ti-brightness-2:before { + content: ""; +} + .ti-brightness-down:before { content: ""; } +.ti-brightness-half:before { + content: ""; +} + .ti-brightness-up:before { content: ""; } @@ -1092,6 +1208,14 @@ content: ""; } +.ti-building-cottage:before { + content: ""; +} + +.ti-building-factory:before { + content: ""; +} + .ti-building-fortress:before { content: ""; } @@ -1132,14 +1256,18 @@ content: ""; } -.ti-buldozer:before { - content: ""; +.ti-bulldozer:before { + content: ""; } .ti-bus:before { content: ""; } +.ti-businessplan:before { + content: ""; +} + .ti-calculator:before { content: ""; } @@ -1156,10 +1284,22 @@ content: ""; } +.ti-calendar-off:before { + content: ""; +} + .ti-calendar-plus:before { content: ""; } +.ti-calendar-stats:before { + content: ""; +} + +.ti-calendar-time:before { + content: ""; +} + .ti-camera:before { content: ""; } @@ -1176,6 +1316,14 @@ content: ""; } +.ti-camera-rotate:before { + content: ""; +} + +.ti-camera-selfie:before { + content: ""; +} + .ti-capture:before { content: ""; } @@ -1212,6 +1360,14 @@ content: ""; } +.ti-cash-banknote:before { + content: ""; +} + +.ti-cash-banknote-off:before { + content: ""; +} + .ti-cast:before { content: ""; } @@ -1224,6 +1380,18 @@ content: ""; } +.ti-charging-pile:before { + content: ""; +} + +.ti-chart-arcs:before { + content: ""; +} + +.ti-chart-arcs-3:before { + content: ""; +} + .ti-chart-area:before { content: ""; } @@ -1232,6 +1400,14 @@ content: ""; } +.ti-chart-arrows:before { + content: ""; +} + +.ti-chart-arrows-vertical:before { + content: ""; +} + .ti-chart-bar:before { content: ""; } @@ -1244,10 +1420,34 @@ content: ""; } +.ti-chart-circles:before { + content: ""; +} + .ti-chart-donut:before { content: ""; } +.ti-chart-donut-2:before { + content: ""; +} + +.ti-chart-donut-3:before { + content: ""; +} + +.ti-chart-donut-4:before { + content: ""; +} + +.ti-chart-dots:before { + content: ""; +} + +.ti-chart-infographic:before { + content: ""; +} + .ti-chart-line:before { content: ""; } @@ -1256,6 +1456,18 @@ content: ""; } +.ti-chart-pie-2:before { + content: ""; +} + +.ti-chart-pie-3:before { + content: ""; +} + +.ti-chart-pie-4:before { + content: ""; +} + .ti-chart-radar:before { content: ""; } @@ -1344,6 +1556,46 @@ content: ""; } +.ti-circle-0:before { + content: ""; +} + +.ti-circle-1:before { + content: ""; +} + +.ti-circle-2:before { + content: ""; +} + +.ti-circle-3:before { + content: ""; +} + +.ti-circle-4:before { + content: ""; +} + +.ti-circle-5:before { + content: ""; +} + +.ti-circle-6:before { + content: ""; +} + +.ti-circle-7:before { + content: ""; +} + +.ti-circle-8:before { + content: ""; +} + +.ti-circle-9:before { + content: ""; +} + .ti-circle-check:before { content: ""; } @@ -1356,10 +1608,22 @@ content: ""; } +.ti-circle-half:before { + content: ""; +} + +.ti-circle-half-vertical:before { + content: ""; +} + .ti-circle-minus:before { content: ""; } +.ti-circle-off:before { + content: ""; +} + .ti-circle-plus:before { content: ""; } @@ -1376,6 +1640,10 @@ content: ""; } +.ti-clear-all:before { + content: ""; +} + .ti-clear-formatting:before { content: ""; } @@ -1440,6 +1708,14 @@ content: ""; } +.ti-code-minus:before { + content: ""; +} + +.ti-code-plus:before { + content: ""; +} + .ti-coin:before { content: ""; } @@ -1452,6 +1728,14 @@ content: ""; } +.ti-column-insert-left:before { + content: ""; +} + +.ti-column-insert-right:before { + content: ""; +} + .ti-columns:before { content: ""; } @@ -1468,6 +1752,14 @@ content: ""; } +.ti-confetti:before { + content: ""; +} + +.ti-container:before { + content: ""; +} + .ti-contrast:before { content: ""; } @@ -1488,34 +1780,66 @@ content: ""; } +.ti-corner-down-left-double:before { + content: ""; +} + .ti-corner-down-right:before { content: ""; } +.ti-corner-down-right-double:before { + content: ""; +} + .ti-corner-left-down:before { content: ""; } +.ti-corner-left-down-double:before { + content: ""; +} + .ti-corner-left-up:before { content: ""; } +.ti-corner-left-up-double:before { + content: ""; +} + .ti-corner-right-down:before { content: ""; } +.ti-corner-right-down-double:before { + content: ""; +} + .ti-corner-right-up:before { content: ""; } +.ti-corner-right-up-double:before { + content: ""; +} + .ti-corner-up-left:before { content: ""; } +.ti-corner-up-left-double:before { + content: ""; +} + .ti-corner-up-right:before { content: ""; } +.ti-corner-up-right-double:before { + content: ""; +} + .ti-credit-card:before { content: ""; } @@ -1536,38 +1860,158 @@ content: ""; } +.ti-crown-off:before { + content: ""; +} + .ti-curly-loop:before { content: ""; } +.ti-currency-bahraini:before { + content: ""; +} + +.ti-currency-bath:before { + content: ""; +} + .ti-currency-bitcoin:before { content: ""; } +.ti-currency-cent:before { + content: ""; +} + +.ti-currency-dinar:before { + content: ""; +} + +.ti-currency-dirham:before { + content: ""; +} + .ti-currency-dollar:before { content: ""; } +.ti-currency-dollar-australian:before { + content: ""; +} + +.ti-currency-dollar-canadian:before { + content: ""; +} + +.ti-currency-dollar-singapore:before { + content: ""; +} + +.ti-currency-ethereum:before { + content: ""; +} + .ti-currency-euro:before { content: ""; } +.ti-currency-forint:before { + content: ""; +} + +.ti-currency-frank:before { + content: ""; +} + +.ti-currency-krone-czech:before { + content: ""; +} + +.ti-currency-krone-danish:before { + content: ""; +} + +.ti-currency-krone-swedish:before { + content: ""; +} + +.ti-currency-leu:before { + content: ""; +} + +.ti-currency-lira:before { + content: ""; +} + +.ti-currency-litecoin:before { + content: ""; +} + +.ti-currency-naira:before { + content: ""; +} + .ti-currency-pound:before { content: ""; } +.ti-currency-real:before { + content: ""; +} + +.ti-currency-renminbi:before { + content: ""; +} + +.ti-currency-ripple:before { + content: ""; +} + +.ti-currency-riyal:before { + content: ""; +} + +.ti-currency-rubel:before { + content: ""; +} + .ti-currency-rupee:before { content: ""; } +.ti-currency-shekel:before { + content: ""; +} + +.ti-currency-taka:before { + content: ""; +} + +.ti-currency-tugrik:before { + content: ""; +} + +.ti-currency-won:before { + content: ""; +} + .ti-currency-yen:before { content: ""; } +.ti-currency-zloty:before { + content: ""; +} + .ti-current-location:before { content: ""; } +.ti-cursor-text:before { + content: ""; +} + .ti-cut:before { content: ""; } @@ -1580,10 +2024,54 @@ content: ""; } +.ti-database-export:before { + content: ""; +} + +.ti-database-import:before { + content: ""; +} + +.ti-database-off:before { + content: ""; +} + +.ti-details:before { + content: ""; +} + +.ti-device-analytics:before { + content: ""; +} + +.ti-device-audio-tape:before { + content: ""; +} + +.ti-device-cctv:before { + content: ""; +} + +.ti-device-computer-camera:before { + content: ""; +} + +.ti-device-computer-camera-off:before { + content: ""; +} + .ti-device-desktop:before { content: ""; } +.ti-device-desktop-analytics:before { + content: ""; +} + +.ti-device-desktop-off:before { + content: ""; +} + .ti-device-floppy:before { content: ""; } @@ -1600,6 +2088,10 @@ content: ""; } +.ti-device-mobile-message:before { + content: ""; +} + .ti-device-mobile-rotated:before { content: ""; } @@ -1632,6 +2124,10 @@ content: ""; } +.ti-devices-pc:before { + content: ""; +} + .ti-diamond:before { content: ""; } @@ -1640,6 +2136,10 @@ content: ""; } +.ti-dimensions:before { + content: ""; +} + .ti-direction:before { content: ""; } @@ -1668,10 +2168,18 @@ content: ""; } +.ti-discount-2:before { + content: ""; +} + .ti-divide:before { content: ""; } +.ti-dna:before { + content: ""; +} + .ti-dots:before { content: ""; } @@ -1708,18 +2216,50 @@ content: ""; } +.ti-drone-off:before { + content: ""; +} + .ti-droplet:before { content: ""; } +.ti-droplet-filled:before { + content: ""; +} + +.ti-droplet-filled-2:before { + content: ""; +} + +.ti-droplet-half:before { + content: ""; +} + +.ti-droplet-half-2:before { + content: ""; +} + +.ti-droplet-off:before { + content: ""; +} + .ti-ear:before { content: ""; } +.ti-ear-off:before { + content: ""; +} + .ti-edit:before { content: ""; } +.ti-edit-circle:before { + content: ""; +} + .ti-egg:before { content: ""; } @@ -1728,6 +2268,14 @@ content: ""; } +.ti-equal:before { + content: ""; +} + +.ti-equal-not:before { + content: ""; +} + .ti-eraser:before { content: ""; } @@ -1748,10 +2296,22 @@ content: ""; } +.ti-eye-check:before { + content: ""; +} + .ti-eye-off:before { content: ""; } +.ti-eyeglass:before { + content: ""; +} + +.ti-eyeglass-2:before { + content: ""; +} + .ti-face-id:before { content: ""; } @@ -1760,6 +2320,10 @@ content: ""; } +.ti-feather:before { + content: ""; +} + .ti-file:before { content: ""; } @@ -1904,10 +2468,22 @@ content: ""; } +.ti-flag-2:before { + content: ""; +} + +.ti-flag-3:before { + content: ""; +} + .ti-flame:before { content: ""; } +.ti-flare:before { + content: ""; +} + .ti-flask:before { content: ""; } @@ -1992,6 +2568,10 @@ content: ""; } +.ti-forms:before { + content: ""; +} + .ti-frame:before { content: ""; } @@ -2008,6 +2588,10 @@ content: ""; } +.ti-geometry:before { + content: ""; +} + .ti-ghost:before { content: ""; } @@ -2048,6 +2632,10 @@ content: ""; } +.ti-glass-off:before { + content: ""; +} + .ti-globe:before { content: ""; } @@ -2060,6 +2648,10 @@ content: ""; } +.ti-grain:before { + content: ""; +} + .ti-grid-dots:before { content: ""; } @@ -2072,6 +2664,10 @@ content: ""; } +.ti-growth:before { + content: ""; +} + .ti-h-1:before { content: ""; } @@ -2096,6 +2692,14 @@ content: ""; } +.ti-hand-finger:before { + content: ""; +} + +.ti-hand-little-finger:before { + content: ""; +} + .ti-hand-middle-finger:before { content: ""; } @@ -2104,14 +2708,38 @@ content: ""; } +.ti-hand-ring-finger:before { + content: ""; +} + +.ti-hand-rock:before { + content: ""; +} + .ti-hand-stop:before { content: ""; } +.ti-hand-three-fingers:before { + content: ""; +} + +.ti-hand-two-fingers:before { + content: ""; +} + +.ti-hanger:before { + content: ""; +} + .ti-hash:before { content: ""; } +.ti-heading:before { + content: ""; +} + .ti-headphones:before { content: ""; } @@ -2148,6 +2776,18 @@ content: ""; } +.ti-hexagon-off:before { + content: ""; +} + +.ti-hierarchy:before { + content: ""; +} + +.ti-hierarchy-2:before { + content: ""; +} + .ti-history:before { content: ""; } @@ -2164,6 +2804,10 @@ content: ""; } +.ti-ice-cream-2:before { + content: ""; +} + .ti-id:before { content: ""; } @@ -2216,6 +2860,10 @@ content: ""; } +.ti-keyboard-off:before { + content: ""; +} + .ti-keyboard-show:before { content: ""; } @@ -2232,6 +2880,10 @@ content: ""; } +.ti-layers-linked:before { + content: ""; +} + .ti-layers-subtract:before { content: ""; } @@ -2344,6 +2996,22 @@ content: ""; } +.ti-letter-case:before { + content: ""; +} + +.ti-letter-case-lower:before { + content: ""; +} + +.ti-letter-case-toggle:before { + content: ""; +} + +.ti-letter-case-upper:before { + content: ""; +} + .ti-letter-d:before { content: ""; } @@ -2408,6 +3076,10 @@ content: ""; } +.ti-letter-spacing:before { + content: ""; +} + .ti-letter-t:before { content: ""; } @@ -2452,6 +3124,14 @@ content: ""; } +.ti-line-dashed:before { + content: ""; +} + +.ti-line-dotted:before { + content: ""; +} + .ti-line-height:before { content: ""; } @@ -2468,6 +3148,10 @@ content: ""; } +.ti-list-search:before { + content: ""; +} + .ti-live-photo:before { content: ""; } @@ -2492,6 +3176,10 @@ content: ""; } +.ti-lock-access:before { + content: ""; +} + .ti-lock-off:before { content: ""; } @@ -2508,6 +3196,10 @@ content: ""; } +.ti-macro:before { + content: ""; +} + .ti-magnet:before { content: ""; } @@ -2516,10 +3208,18 @@ content: ""; } +.ti-mail-forward:before { + content: ""; +} + .ti-mail-opened:before { content: ""; } +.ti-mailbox:before { + content: ""; +} + .ti-man:before { content: ""; } @@ -2556,14 +3256,38 @@ content: ""; } +.ti-marquee-2:before { + content: ""; +} + .ti-mars:before { content: ""; } +.ti-mask:before { + content: ""; +} + +.ti-mask-off:before { + content: ""; +} + +.ti-massage:before { + content: ""; +} + .ti-math:before { content: ""; } +.ti-math-function:before { + content: ""; +} + +.ti-math-symbols:before { + content: ""; +} + .ti-maximize:before { content: ""; } @@ -2644,6 +3368,10 @@ content: ""; } +.ti-minus-vertical:before { + content: ""; +} + .ti-mist:before { content: ""; } @@ -2664,6 +3392,10 @@ content: ""; } +.ti-mood-empty:before { + content: ""; +} + .ti-mood-happy:before { content: ""; } @@ -2708,6 +3440,10 @@ content: ""; } +.ti-motorbike:before { + content: ""; +} + .ti-mouse:before { content: ""; } @@ -2732,6 +3468,10 @@ content: ""; } +.ti-nfc:before { + content: ""; +} + .ti-note:before { content: ""; } @@ -2792,6 +3532,18 @@ content: ""; } +.ti-octagon-off:before { + content: ""; +} + +.ti-old:before { + content: ""; +} + +.ti-olympics:before { + content: ""; +} + .ti-omega:before { content: ""; } @@ -2800,10 +3552,18 @@ content: ""; } +.ti-overline:before { + content: ""; +} + .ti-package:before { content: ""; } +.ti-pacman:before { + content: ""; +} + .ti-page-break:before { content: ""; } @@ -2856,6 +3616,10 @@ content: ""; } +.ti-perspective:before { + content: ""; +} + .ti-phone:before { content: ""; } @@ -2904,6 +3668,10 @@ content: ""; } +.ti-physotherapist:before { + content: ""; +} + .ti-picture-in-picture:before { content: ""; } @@ -2960,6 +3728,10 @@ content: ""; } +.ti-play-card:before { + content: ""; +} + .ti-player-pause:before { content: ""; } @@ -2992,6 +3764,10 @@ content: ""; } +.ti-playlist:before { + content: ""; +} + .ti-plug:before { content: ""; } @@ -3004,6 +3780,14 @@ content: ""; } +.ti-pokeball:before { + content: ""; +} + +.ti-polaroid:before { + content: ""; +} + .ti-pool:before { content: ""; } @@ -3020,6 +3804,10 @@ content: ""; } +.ti-presentation-analytics:before { + content: ""; +} + .ti-printer:before { content: ""; } @@ -3028,10 +3816,18 @@ content: ""; } +.ti-propeller:before { + content: ""; +} + .ti-puzzle:before { content: ""; } +.ti-pyramid:before { + content: ""; +} + .ti-qrcode:before { content: ""; } @@ -3044,6 +3840,22 @@ content: ""; } +.ti-radius-bottom-left:before { + content: ""; +} + +.ti-radius-bottom-right:before { + content: ""; +} + +.ti-radius-top-left:before { + content: ""; +} + +.ti-radius-top-right:before { + content: ""; +} + .ti-rainbow:before { content: ""; } @@ -3068,6 +3880,10 @@ content: ""; } +.ti-recharging:before { + content: ""; +} + .ti-record-mail:before { content: ""; } @@ -3120,6 +3936,26 @@ content: ""; } +.ti-report:before { + content: ""; +} + +.ti-report-analytics:before { + content: ""; +} + +.ti-report-medical:before { + content: ""; +} + +.ti-report-money:before { + content: ""; +} + +.ti-resize:before { + content: ""; +} + .ti-ripple:before { content: ""; } @@ -3160,6 +3996,14 @@ content: ""; } +.ti-row-insert-bottom:before { + content: ""; +} + +.ti-row-insert-top:before { + content: ""; +} + .ti-rss:before { content: ""; } @@ -3168,6 +4012,10 @@ content: ""; } +.ti-ruler-2:before { + content: ""; +} + .ti-run:before { content: ""; } @@ -3176,6 +4024,10 @@ content: ""; } +.ti-satellite:before { + content: ""; +} + .ti-scale:before { content: ""; } @@ -3208,10 +4060,18 @@ content: ""; } +.ti-scuba-mask:before { + content: ""; +} + .ti-search:before { content: ""; } +.ti-section:before { + content: ""; +} + .ti-seeding:before { content: ""; } @@ -3252,10 +4112,30 @@ content: ""; } +.ti-settings-automation:before { + content: ""; +} + +.ti-shadow:before { + content: ""; +} + +.ti-shadow-off:before { + content: ""; +} + .ti-shape:before { content: ""; } +.ti-shape-2:before { + content: ""; +} + +.ti-shape-3:before { + content: ""; +} + .ti-share:before { content: ""; } @@ -3292,6 +4172,30 @@ content: ""; } +.ti-shopping-cart-discount:before { + content: ""; +} + +.ti-shopping-cart-off:before { + content: ""; +} + +.ti-shopping-cart-plus:before { + content: ""; +} + +.ti-shopping-cart-x:before { + content: ""; +} + +.ti-shredder:before { + content: ""; +} + +.ti-signature:before { + content: ""; +} + .ti-sitemap:before { content: ""; } @@ -3332,14 +4236,26 @@ content: ""; } +.ti-sock:before { + content: ""; +} + .ti-sort-ascending:before { content: ""; } +.ti-sort-ascending-2:before { + content: ""; +} + .ti-sort-descending:before { content: ""; } +.ti-sort-descending-2:before { + content: ""; +} + .ti-space:before { content: ""; } @@ -3352,10 +4268,54 @@ content: ""; } +.ti-sport-billard:before { + content: ""; +} + .ti-square:before { content: ""; } +.ti-square-0:before { + content: ""; +} + +.ti-square-1:before { + content: ""; +} + +.ti-square-2:before { + content: ""; +} + +.ti-square-3:before { + content: ""; +} + +.ti-square-4:before { + content: ""; +} + +.ti-square-5:before { + content: ""; +} + +.ti-square-6:before { + content: ""; +} + +.ti-square-7:before { + content: ""; +} + +.ti-square-8:before { + content: ""; +} + +.ti-square-9:before { + content: ""; +} + .ti-square-check:before { content: ""; } @@ -3376,22 +4336,58 @@ content: ""; } +.ti-square-off:before { + content: ""; +} + .ti-square-plus:before { content: ""; } +.ti-square-root:before { + content: ""; +} + +.ti-square-root-2:before { + content: ""; +} + .ti-square-rotated:before { content: ""; } +.ti-square-rotated-off:before { + content: ""; +} + +.ti-square-toggle:before { + content: ""; +} + +.ti-square-toggle-horizontal:before { + content: ""; +} + .ti-square-x:before { content: ""; } +.ti-squares-diagonal:before { + content: ""; +} + +.ti-squares-filled:before { + content: ""; +} + .ti-stack:before { content: ""; } +.ti-stack-2:before { + content: ""; +} + .ti-stairs:before { content: ""; } @@ -3508,6 +4504,18 @@ content: ""; } +.ti-table-export:before { + content: ""; +} + +.ti-table-import:before { + content: ""; +} + +.ti-table-off:before { + content: ""; +} + .ti-tag:before { content: ""; } @@ -3564,6 +4572,10 @@ content: ""; } +.ti-tent:before { + content: ""; +} + .ti-terminal:before { content: ""; } @@ -3576,6 +4588,14 @@ content: ""; } +.ti-text-direction-ltr:before { + content: ""; +} + +.ti-text-direction-rtl:before { + content: ""; +} + .ti-text-wrap:before { content: ""; } @@ -3596,6 +4616,10 @@ content: ""; } +.ti-tilt-shift:before { + content: ""; +} + .ti-tir:before { content: ""; } @@ -3620,6 +4644,10 @@ content: ""; } +.ti-tools-kitchen-2:before { + content: ""; +} + .ti-tornado:before { content: ""; } @@ -3628,6 +4656,10 @@ content: ""; } +.ti-track:before { + content: ""; +} + .ti-tractor:before { content: ""; } @@ -3656,6 +4688,10 @@ content: ""; } +.ti-tree:before { + content: ""; +} + .ti-trees:before { content: ""; } @@ -3688,6 +4724,10 @@ content: ""; } +.ti-triangle-off:before { + content: ""; +} + .ti-triangle-square-circle:before { content: ""; } @@ -3708,6 +4748,10 @@ content: ""; } +.ti-truck-off:before { + content: ""; +} + .ti-truck-return:before { content: ""; } @@ -3768,6 +4812,14 @@ content: ""; } +.ti-vaccine:before { + content: ""; +} + +.ti-variable:before { + content: ""; +} + .ti-vector:before { content: ""; } @@ -3900,6 +4952,10 @@ content: ""; } +.ti-window:before { + content: ""; +} + .ti-wiper:before { content: ""; } @@ -3928,6 +4984,14 @@ content: ""; } +.ti-writing:before { + content: ""; +} + +.ti-writing-sign:before { + content: ""; +} + .ti-x:before { content: ""; } @@ -3988,10 +5052,18 @@ content: ""; } +.ti-zoom-check:before { + content: ""; +} + .ti-zoom-in:before { content: ""; } +.ti-zoom-money:before { + content: ""; +} + .ti-zoom-out:before { content: ""; } diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 4dc4351f..64df92f2 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -218,6 +218,24 @@ +
+ + aerial-lift +
+ ti ti-aerial-lift
+ \edfe +
+
+ +
+ + affiliate +
+ ti ti-affiliate
+ \edff +
+
+
alarm @@ -1019,6 +1037,15 @@
+
+ + arrows-left-down +
+ ti ti-arrows-left-down
+ \ee00 +
+
+
arrows-left-right @@ -1055,6 +1082,15 @@
+
+ + arrows-right-down +
+ ti ti-arrows-right-down
+ \ee01 +
+
+
arrows-right-left @@ -1109,6 +1145,24 @@
+
+ + arrows-up-left +
+ ti ti-arrows-up-left
+ \ee02 +
+
+ +
+ + arrows-up-right +
+ ti ti-arrows-up-right
+ \ee03 +
+
+
arrows-vertical @@ -1190,6 +1244,15 @@
+
+ + ball-american-football +
+ ti ti-ball-american-football
+ \ee04 +
+
+
ball-basketball @@ -1208,6 +1271,24 @@
+
+ + ball-football +
+ ti ti-ball-football
+ \ee06 +
+
+ +
+ + ball-football-off +
+ ti ti-ball-football-off
+ \ee05 +
+
+
ball-tennis @@ -1307,6 +1388,15 @@
+
+ + battery-automotive +
+ ti ti-battery-automotive
+ \ee07 +
+
+
battery-charging @@ -1406,6 +1496,15 @@
+
+ + binary +
+ ti ti-binary
+ \ee08 +
+
+
biohazard @@ -1415,6 +1514,15 @@
+
+ + blockquote +
+ ti ti-blockquote
+ \ee09 +
+
+
bluetooth @@ -1595,6 +1703,15 @@
+
+ + border-style +
+ ti ti-border-style
+ \ee0a +
+
+
border-top @@ -1622,6 +1739,132 @@
+
+ + box-margin +
+ ti ti-box-margin
+ \ee0b +
+
+ +
+ + box-model +
+ ti ti-box-model
+ \ee0c +
+
+ +
+ + box-multiple +
+ ti ti-box-multiple
+ \ee17 +
+
+ +
+ + box-multiple-0 +
+ ti ti-box-multiple-0
+ \ee0d +
+
+ +
+ + box-multiple-1 +
+ ti ti-box-multiple-1
+ \ee0e +
+
+ +
+ + box-multiple-2 +
+ ti ti-box-multiple-2
+ \ee0f +
+
+ +
+ + box-multiple-3 +
+ ti ti-box-multiple-3
+ \ee10 +
+
+ +
+ + box-multiple-4 +
+ ti ti-box-multiple-4
+ \ee11 +
+
+ +
+ + box-multiple-5 +
+ ti ti-box-multiple-5
+ \ee12 +
+
+ +
+ + box-multiple-6 +
+ ti ti-box-multiple-6
+ \ee13 +
+
+ +
+ + box-multiple-7 +
+ ti ti-box-multiple-7
+ \ee14 +
+
+ +
+ + box-multiple-8 +
+ ti ti-box-multiple-8
+ \ee15 +
+
+ +
+ + box-multiple-9 +
+ ti ti-box-multiple-9
+ \ee16 +
+
+ +
+ + box-padding +
+ ti ti-box-padding
+ \ee18 +
+
+
braces @@ -2387,6 +2630,15 @@
+
+ + brightness-2 +
+ ti ti-brightness-2
+ \ee19 +
+
+
brightness-down @@ -2396,6 +2648,15 @@
+
+ + brightness-half +
+ ti ti-brightness-half
+ \ee1a +
+
+
brightness-up @@ -2522,6 +2783,24 @@
+
+ + building-cottage +
+ ti ti-building-cottage
+ \ee1b +
+
+ +
+ + building-factory +
+ ti ti-building-factory
+ \ee1c +
+
+
building-fortress @@ -2613,11 +2892,11 @@
- - buldozer + + bulldozer
- ti ti-buldozer
- \ed8b + ti ti-bulldozer
+ \ee1d
@@ -2630,6 +2909,15 @@ +
+ + businessplan +
+ ti ti-businessplan
+ \ee1e +
+
+
calculator @@ -2666,6 +2954,15 @@
+
+ + calendar-off +
+ ti ti-calendar-off
+ \ee1f +
+
+
calendar-plus @@ -2675,6 +2972,24 @@
+
+ + calendar-stats +
+ ti ti-calendar-stats
+ \ee20 +
+
+ +
+ + calendar-time +
+ ti ti-calendar-time
+ \ee21 +
+
+
camera @@ -2711,6 +3026,24 @@
+
+ + camera-rotate +
+ ti ti-camera-rotate
+ \ee22 +
+
+ +
+ + camera-selfie +
+ ti ti-camera-selfie
+ \ee23 +
+
+
capture @@ -2792,6 +3125,24 @@
+
+ + cash-banknote +
+ ti ti-cash-banknote
+ \ee25 +
+
+ +
+ + cash-banknote-off +
+ ti ti-cash-banknote-off
+ \ee24 +
+
+
cast @@ -2819,6 +3170,33 @@
+
+ + charging-pile +
+ ti ti-charging-pile
+ \ee26 +
+
+ +
+ + chart-arcs +
+ ti ti-chart-arcs
+ \ee28 +
+
+ +
+ + chart-arcs-3 +
+ ti ti-chart-arcs-3
+ \ee27 +
+
+
chart-area @@ -2837,6 +3215,24 @@
+
+ + chart-arrows +
+ ti ti-chart-arrows
+ \ee2a +
+
+ +
+ + chart-arrows-vertical +
+ ti ti-chart-arrows-vertical
+ \ee29 +
+
+
chart-bar @@ -2864,6 +3260,15 @@
+
+ + chart-circles +
+ ti ti-chart-circles
+ \ee2b +
+
+
chart-donut @@ -2874,63 +3279,135 @@
- - chart-line + + chart-donut-2
- ti ti-chart-line
- \ea5c + ti ti-chart-donut-2
+ \ee2c
- - chart-pie + + chart-donut-3
- ti ti-chart-pie
- \ea5d + ti ti-chart-donut-3
+ \ee2d
- - chart-radar + + chart-donut-4
- ti ti-chart-radar
- \ed77 + ti ti-chart-donut-4
+ \ee2e
- - check + + chart-dots
- ti ti-check
- \ea5e + ti ti-chart-dots
+ \ee2f
- - checkbox + + chart-infographic
- ti ti-checkbox
- \eba6 + ti ti-chart-infographic
+ \ee30
- - checks + + chart-line
- ti ti-checks
- \ebaa + ti ti-chart-line
+ \ea5c
- - chevron-down -
+ + chart-pie +
+ ti ti-chart-pie
+ \ea5d +
+
+ +
+ + chart-pie-2 +
+ ti ti-chart-pie-2
+ \ee31 +
+
+ +
+ + chart-pie-3 +
+ ti ti-chart-pie-3
+ \ee32 +
+
+ +
+ + chart-pie-4 +
+ ti ti-chart-pie-4
+ \ee33 +
+
+ +
+ + chart-radar +
+ ti ti-chart-radar
+ \ed77 +
+
+ +
+ + check +
+ ti ti-check
+ \ea5e +
+
+ +
+ + checkbox +
+ ti ti-checkbox
+ \eba6 +
+
+ +
+ + checks +
+ ti ti-checks
+ \ebaa +
+
+ +
+ + chevron-down +
ti ti-chevron-down
\ea5f
@@ -3089,6 +3566,96 @@
+
+ + circle-0 +
+ ti ti-circle-0
+ \ee34 +
+
+ +
+ + circle-1 +
+ ti ti-circle-1
+ \ee35 +
+
+ +
+ + circle-2 +
+ ti ti-circle-2
+ \ee36 +
+
+ +
+ + circle-3 +
+ ti ti-circle-3
+ \ee37 +
+
+ +
+ + circle-4 +
+ ti ti-circle-4
+ \ee38 +
+
+ +
+ + circle-5 +
+ ti ti-circle-5
+ \ee39 +
+
+ +
+ + circle-6 +
+ ti ti-circle-6
+ \ee3a +
+
+ +
+ + circle-7 +
+ ti ti-circle-7
+ \ee3b +
+
+ +
+ + circle-8 +
+ ti ti-circle-8
+ \ee3c +
+
+ +
+ + circle-9 +
+ ti ti-circle-9
+ \ee3d +
+
+
circle-check @@ -3116,6 +3683,24 @@
+
+ + circle-half +
+ ti ti-circle-half
+ \ee3f +
+
+ +
+ + circle-half-vertical +
+ ti ti-circle-half-vertical
+ \ee3e +
+
+
circle-minus @@ -3125,6 +3710,15 @@
+
+ + circle-off +
+ ti ti-circle-off
+ \ee40 +
+
+
circle-plus @@ -3161,6 +3755,15 @@
+
+ + clear-all +
+ ti ti-clear-all
+ \ee41 +
+
+
clear-formatting @@ -3305,6 +3908,24 @@
+
+ + code-minus +
+ ti ti-code-minus
+ \ee42 +
+
+ +
+ + code-plus +
+ ti ti-code-plus
+ \ee43 +
+
+
coin @@ -3332,6 +3953,24 @@
+
+ + column-insert-left +
+ ti ti-column-insert-left
+ \ee44 +
+
+ +
+ + column-insert-right +
+ ti ti-column-insert-right
+ \ee45 +
+
+
columns @@ -3368,6 +4007,24 @@
+
+ + confetti +
+ ti ti-confetti
+ \ee46 +
+
+ +
+ + container +
+ ti ti-container
+ \ee47 +
+
+
contrast @@ -3413,6 +4070,15 @@
+
+ + corner-down-left-double +
+ ti ti-corner-down-left-double
+ \ee48 +
+
+
corner-down-right @@ -3422,6 +4088,15 @@
+
+ + corner-down-right-double +
+ ti ti-corner-down-right-double
+ \ee49 +
+
+
corner-left-down @@ -3431,6 +4106,15 @@
+
+ + corner-left-down-double +
+ ti ti-corner-left-down-double
+ \ee4a +
+
+
corner-left-up @@ -3440,6 +4124,15 @@
+
+ + corner-left-up-double +
+ ti ti-corner-left-up-double
+ \ee4b +
+
+
corner-right-down @@ -3449,6 +4142,15 @@
+
+ + corner-right-down-double +
+ ti ti-corner-right-down-double
+ \ee4c +
+
+
corner-right-up @@ -3458,6 +4160,15 @@
+
+ + corner-right-up-double +
+ ti ti-corner-right-up-double
+ \ee4d +
+
+
corner-up-left @@ -3467,6 +4178,15 @@
+
+ + corner-up-left-double +
+ ti ti-corner-up-left-double
+ \ee4e +
+
+
corner-up-right @@ -3476,6 +4196,15 @@
+
+ + corner-up-right-double +
+ ti ti-corner-up-right-double
+ \ee4f +
+
+
credit-card @@ -3521,6 +4250,15 @@
+
+ + crown-off +
+ ti ti-crown-off
+ \ee50 +
+
+
curly-loop @@ -3530,6 +4268,24 @@
+
+ + currency-bahraini +
+ ti ti-currency-bahraini
+ \ee51 +
+
+ +
+ + currency-bath +
+ ti ti-currency-bath
+ \ee52 +
+
+
currency-bitcoin @@ -3539,6 +4295,33 @@
+
+ + currency-cent +
+ ti ti-currency-cent
+ \ee53 +
+
+ +
+ + currency-dinar +
+ ti ti-currency-dinar
+ \ee54 +
+
+ +
+ + currency-dirham +
+ ti ti-currency-dirham
+ \ee55 +
+
+
currency-dollar @@ -3548,6 +4331,42 @@
+
+ + currency-dollar-australian +
+ ti ti-currency-dollar-australian
+ \ee56 +
+
+ +
+ + currency-dollar-canadian +
+ ti ti-currency-dollar-canadian
+ \ee57 +
+
+ +
+ + currency-dollar-singapore +
+ ti ti-currency-dollar-singapore
+ \ee58 +
+
+ +
+ + currency-ethereum +
+ ti ti-currency-ethereum
+ \ee59 +
+
+
currency-euro @@ -3557,6 +4376,87 @@
+
+ + currency-forint +
+ ti ti-currency-forint
+ \ee5a +
+
+ +
+ + currency-frank +
+ ti ti-currency-frank
+ \ee5b +
+
+ +
+ + currency-krone-czech +
+ ti ti-currency-krone-czech
+ \ee5c +
+
+ +
+ + currency-krone-danish +
+ ti ti-currency-krone-danish
+ \ee5d +
+
+ +
+ + currency-krone-swedish +
+ ti ti-currency-krone-swedish
+ \ee5e +
+
+ +
+ + currency-leu +
+ ti ti-currency-leu
+ \ee5f +
+
+ +
+ + currency-lira +
+ ti ti-currency-lira
+ \ee60 +
+
+ +
+ + currency-litecoin +
+ ti ti-currency-litecoin
+ \ee61 +
+
+ +
+ + currency-naira +
+ ti ti-currency-naira
+ \ee62 +
+
+
currency-pound @@ -3566,6 +4466,51 @@
+
+ + currency-real +
+ ti ti-currency-real
+ \ee63 +
+
+ +
+ + currency-renminbi +
+ ti ti-currency-renminbi
+ \ee64 +
+
+ +
+ + currency-ripple +
+ ti ti-currency-ripple
+ \ee65 +
+
+ +
+ + currency-riyal +
+ ti ti-currency-riyal
+ \ee66 +
+
+ +
+ + currency-rubel +
+ ti ti-currency-rubel
+ \ee67 +
+
+
currency-rupee @@ -3575,6 +4520,42 @@
+
+ + currency-shekel +
+ ti ti-currency-shekel
+ \ee68 +
+
+ +
+ + currency-taka +
+ ti ti-currency-taka
+ \ee69 +
+
+ +
+ + currency-tugrik +
+ ti ti-currency-tugrik
+ \ee6a +
+
+ +
+ + currency-won +
+ ti ti-currency-won
+ \ee6b +
+
+
currency-yen @@ -3585,38 +4566,137 @@
- - current-location + + currency-zloty +
+ ti ti-currency-zloty
+ \ee6c +
+
+ +
+ + current-location +
+ ti ti-current-location
+ \ecef +
+
+ +
+ + cursor-text +
+ ti ti-cursor-text
+ \ee6d +
+
+ +
+ + cut +
+ ti ti-cut
+ \ea86 +
+
+ +
+ + dashboard +
+ ti ti-dashboard
+ \ea87 +
+
+ +
+ + database +
+ ti ti-database
+ \ea88 +
+
+ +
+ + database-export +
+ ti ti-database-export
+ \ee6e +
+
+ +
+ + database-import +
+ ti ti-database-import
+ \ee6f +
+
+ +
+ + database-off +
+ ti ti-database-off
+ \ee70 +
+
+ +
+ + details +
+ ti ti-details
+ \ee71 +
+
+ +
+ + device-analytics +
+ ti ti-device-analytics
+ \ee72 +
+
+ +
+ + device-audio-tape
- ti ti-current-location
- \ecef + ti ti-device-audio-tape
+ \ee73
- - cut + + device-cctv
- ti ti-cut
- \ea86 + ti ti-device-cctv
+ \ee74
- - dashboard + + device-computer-camera
- ti ti-dashboard
- \ea87 + ti ti-device-computer-camera
+ \ee76
- - database + + device-computer-camera-off
- ti ti-database
- \ea88 + ti ti-device-computer-camera-off
+ \ee75
@@ -3629,6 +4709,24 @@ +
+ + device-desktop-analytics +
+ ti ti-device-desktop-analytics
+ \ee77 +
+
+ +
+ + device-desktop-off +
+ ti ti-device-desktop-off
+ \ee78 +
+
+
device-floppy @@ -3665,6 +4763,15 @@
+
+ + device-mobile-message +
+ ti ti-device-mobile-message
+ \ee79 +
+
+
device-mobile-rotated @@ -3737,6 +4844,15 @@
+
+ + devices-pc +
+ ti ti-devices-pc
+ \ee7a +
+
+
diamond @@ -3755,6 +4871,15 @@
+
+ + dimensions +
+ ti ti-dimensions
+ \ee7b +
+
+
direction @@ -3818,6 +4943,15 @@
+
+ + discount-2 +
+ ti ti-discount-2
+ \ee7c +
+
+
divide @@ -3827,6 +4961,15 @@
+
+ + dna +
+ ti ti-dna
+ \ee7d +
+
+
dots @@ -3908,6 +5051,15 @@
+
+ + drone-off +
+ ti ti-drone-off
+ \ee7e +
+
+
droplet @@ -3917,6 +5069,51 @@
+
+ + droplet-filled +
+ ti ti-droplet-filled
+ \ee80 +
+
+ +
+ + droplet-filled-2 +
+ ti ti-droplet-filled-2
+ \ee7f +
+
+ +
+ + droplet-half +
+ ti ti-droplet-half
+ \ee82 +
+
+ +
+ + droplet-half-2 +
+ ti ti-droplet-half-2
+ \ee81 +
+
+ +
+ + droplet-off +
+ ti ti-droplet-off
+ \ee83 +
+
+
ear @@ -3926,6 +5123,15 @@
+
+ + ear-off +
+ ti ti-ear-off
+ \ee84 +
+
+
edit @@ -3935,6 +5141,15 @@
+
+ + edit-circle +
+ ti ti-edit-circle
+ \ee85 +
+
+
egg @@ -3953,6 +5168,24 @@
+
+ + equal +
+ ti ti-equal
+ \ee87 +
+
+ +
+ + equal-not +
+ ti ti-equal-not
+ \ee86 +
+
+
eraser @@ -3998,6 +5231,15 @@
+
+ + eye-check +
+ ti ti-eye-check
+ \ee88 +
+
+
eye-off @@ -4007,6 +5249,24 @@
+
+ + eyeglass +
+ ti ti-eyeglass
+ \ee8a +
+
+ +
+ + eyeglass-2 +
+ ti ti-eyeglass-2
+ \ee89 +
+
+
face-id @@ -4025,6 +5285,15 @@
+
+ + feather +
+ ti ti-feather
+ \ee8b +
+
+
file @@ -4349,6 +5618,24 @@
+
+ + flag-2 +
+ ti ti-flag-2
+ \ee8c +
+
+ +
+ + flag-3 +
+ ti ti-flag-3
+ \ee8d +
+
+
flame @@ -4358,6 +5645,15 @@
+
+ + flare +
+ ti ti-flare
+ \ee8e +
+
+
flask @@ -4547,6 +5843,15 @@
+
+ + forms +
+ ti ti-forms
+ \ee8f +
+
+
frame @@ -4583,6 +5888,15 @@
+
+ + geometry +
+ ti ti-geometry
+ \ee90 +
+
+
ghost @@ -4673,6 +5987,15 @@
+
+ + glass-off +
+ ti ti-glass-off
+ \ee91 +
+
+
globe @@ -4700,6 +6023,15 @@
+
+ + grain +
+ ti ti-grain
+ \ee92 +
+
+
grid-dots @@ -4727,6 +6059,15 @@
+
+ + growth +
+ ti ti-growth
+ \ee93 +
+
+
h-1 @@ -4781,6 +6122,24 @@
+
+ + hand-finger +
+ ti ti-hand-finger
+ \ee94 +
+
+ +
+ + hand-little-finger +
+ ti ti-hand-little-finger
+ \ee95 +
+
+
hand-middle-finger @@ -4799,6 +6158,24 @@
+
+ + hand-ring-finger +
+ ti ti-hand-ring-finger
+ \ee96 +
+
+ +
+ + hand-rock +
+ ti ti-hand-rock
+ \ee97 +
+
+
hand-stop @@ -4808,6 +6185,33 @@
+
+ + hand-three-fingers +
+ ti ti-hand-three-fingers
+ \ee98 +
+
+ +
+ + hand-two-fingers +
+ ti ti-hand-two-fingers
+ \ee99 +
+
+ +
+ + hanger +
+ ti ti-hanger
+ \ee9a +
+
+
hash @@ -4817,6 +6221,15 @@
+
+ + heading +
+ ti ti-heading
+ \ee9b +
+
+
headphones @@ -4898,6 +6311,33 @@
+
+ + hexagon-off +
+ ti ti-hexagon-off
+ \ee9c +
+
+ +
+ + hierarchy +
+ ti ti-hierarchy
+ \ee9e +
+
+ +
+ + hierarchy-2 +
+ ti ti-hierarchy-2
+ \ee9d +
+
+
history @@ -4934,6 +6374,15 @@
+
+ + ice-cream-2 +
+ ti ti-ice-cream-2
+ \ee9f +
+
+
id @@ -5051,6 +6500,15 @@
+
+ + keyboard-off +
+ ti ti-keyboard-off
+ \eea0 +
+
+
keyboard-show @@ -5087,6 +6545,15 @@
+
+ + layers-linked +
+ ti ti-layers-linked
+ \eea1 +
+
+
layers-subtract @@ -5339,6 +6806,42 @@
+
+ + letter-case +
+ ti ti-letter-case
+ \eea5 +
+
+ +
+ + letter-case-lower +
+ ti ti-letter-case-lower
+ \eea2 +
+
+ +
+ + letter-case-toggle +
+ ti ti-letter-case-toggle
+ \eea3 +
+
+ +
+ + letter-case-upper +
+ ti ti-letter-case-upper
+ \eea4 +
+
+
letter-d @@ -5483,6 +6986,15 @@
+
+ + letter-spacing +
+ ti ti-letter-spacing
+ \eea6 +
+
+
letter-t @@ -5582,6 +7094,24 @@
+
+ + line-dashed +
+ ti ti-line-dashed
+ \eea7 +
+
+ +
+ + line-dotted +
+ ti ti-line-dotted
+ \eea8 +
+
+
line-height @@ -5618,6 +7148,15 @@
+
+ + list-search +
+ ti ti-list-search
+ \eea9 +
+
+
live-photo @@ -5672,6 +7211,15 @@
+
+ + lock-access +
+ ti ti-lock-access
+ \eeaa +
+
+
lock-off @@ -5708,6 +7256,15 @@
+
+ + macro +
+ ti ti-macro
+ \eeab +
+
+
magnet @@ -5726,6 +7283,15 @@
+
+ + mail-forward +
+ ti ti-mail-forward
+ \eeac +
+
+
mail-opened @@ -5735,6 +7301,15 @@
+
+ + mailbox +
+ ti ti-mailbox
+ \eead +
+
+
man @@ -5816,6 +7391,15 @@
+
+ + marquee-2 +
+ ti ti-marquee-2
+ \eeae +
+
+
mars @@ -5825,6 +7409,33 @@
+
+ + mask +
+ ti ti-mask
+ \eeb0 +
+
+ +
+ + mask-off +
+ ti ti-mask-off
+ \eeaf +
+
+ +
+ + massage +
+ ti ti-massage
+ \eeb1 +
+
+
math @@ -5834,6 +7445,24 @@
+
+ + math-function +
+ ti ti-math-function
+ \eeb2 +
+
+ +
+ + math-symbols +
+ ti ti-math-symbols
+ \eeb3 +
+
+
maximize @@ -6014,6 +7643,15 @@
+
+ + minus-vertical +
+ ti ti-minus-vertical
+ \eeb4 +
+
+
mist @@ -6059,6 +7697,15 @@
+
+ + mood-empty +
+ ti ti-mood-empty
+ \eeb5 +
+
+
mood-happy @@ -6158,6 +7805,15 @@
+
+ + motorbike +
+ ti ti-motorbike
+ \eeb6 +
+
+
mouse @@ -6212,6 +7868,15 @@
+
+ + nfc +
+ ti ti-nfc
+ \eeb7 +
+
+
note @@ -6347,6 +8012,33 @@
+
+ + octagon-off +
+ ti ti-octagon-off
+ \eeb8 +
+
+ +
+ + old +
+ ti ti-old
+ \eeb9 +
+
+ +
+ + olympics +
+ ti ti-olympics
+ \eeba +
+
+
omega @@ -6365,6 +8057,15 @@
+
+ + overline +
+ ti ti-overline
+ \eebb +
+
+
package @@ -6374,6 +8075,15 @@
+
+ + pacman +
+ ti ti-pacman
+ \eebc +
+
+
page-break @@ -6491,6 +8201,15 @@
+
+ + perspective +
+ ti ti-perspective
+ \eebd +
+
+
phone @@ -6599,6 +8318,15 @@
+
+ + physotherapist +
+ ti ti-physotherapist
+ \eebe +
+
+
picture-in-picture @@ -6725,6 +8453,15 @@
+
+ + play-card +
+ ti ti-play-card
+ \eebf +
+
+
player-pause @@ -6797,6 +8534,15 @@
+
+ + playlist +
+ ti ti-playlist
+ \eec0 +
+
+
plug @@ -6824,6 +8570,24 @@
+
+ + pokeball +
+ ti ti-pokeball
+ \eec1 +
+
+ +
+ + polaroid +
+ ti ti-polaroid
+ \eec2 +
+
+
pool @@ -6860,6 +8624,15 @@
+
+ + presentation-analytics +
+ ti ti-presentation-analytics
+ \eec3 +
+
+
printer @@ -6878,6 +8651,15 @@
+
+ + propeller +
+ ti ti-propeller
+ \eec4 +
+
+
puzzle @@ -6887,6 +8669,15 @@
+
+ + pyramid +
+ ti ti-pyramid
+ \eec5 +
+
+
qrcode @@ -6914,6 +8705,42 @@
+
+ + radius-bottom-left +
+ ti ti-radius-bottom-left
+ \eec6 +
+
+ +
+ + radius-bottom-right +
+ ti ti-radius-bottom-right
+ \eec7 +
+
+ +
+ + radius-top-left +
+ ti ti-radius-top-left
+ \eec8 +
+
+ +
+ + radius-top-right +
+ ti ti-radius-top-right
+ \eec9 +
+
+
rainbow @@ -6968,6 +8795,15 @@
+
+ + recharging +
+ ti ti-recharging
+ \eeca +
+
+
record-mail @@ -7085,6 +8921,51 @@
+
+ + report +
+ ti ti-report
+ \eece +
+
+ +
+ + report-analytics +
+ ti ti-report-analytics
+ \eecb +
+
+ +
+ + report-medical +
+ ti ti-report-medical
+ \eecc +
+
+ +
+ + report-money +
+ ti ti-report-money
+ \eecd +
+
+ +
+ + resize +
+ ti ti-resize
+ \eecf +
+
+
ripple @@ -7175,6 +9056,24 @@
+
+ + row-insert-bottom +
+ ti ti-row-insert-bottom
+ \eed0 +
+
+ +
+ + row-insert-top +
+ ti ti-row-insert-top
+ \eed1 +
+
+
rss @@ -7193,6 +9092,15 @@
+
+ + ruler-2 +
+ ti ti-ruler-2
+ \eed2 +
+
+
run @@ -7211,6 +9119,15 @@
+
+ + satellite +
+ ti ti-satellite
+ \eed3 +
+
+
scale @@ -7283,6 +9200,15 @@
+
+ + scuba-mask +
+ ti ti-scuba-mask
+ \eed4 +
+
+
search @@ -7292,6 +9218,15 @@
+
+ + section +
+ ti ti-section
+ \eed5 +
+
+
seeding @@ -7368,17 +9303,44 @@ servicemark
- ti ti-servicemark
- \ec09 + ti ti-servicemark
+ \ec09 +
+
+ +
+ + settings +
+ ti ti-settings
+ \eb20 +
+
+ +
+ + settings-automation +
+ ti ti-settings-automation
+ \eed6 +
+
+ +
+ + shadow +
+ ti ti-shadow
+ \eed8
- - settings + + shadow-off
- ti ti-settings
- \eb20 + ti ti-shadow-off
+ \eed7
@@ -7391,6 +9353,24 @@ +
+ + shape-2 +
+ ti ti-shape-2
+ \eed9 +
+
+ +
+ + shape-3 +
+ ti ti-shape-3
+ \eeda +
+
+
share @@ -7472,6 +9452,60 @@
+
+ + shopping-cart-discount +
+ ti ti-shopping-cart-discount
+ \eedb +
+
+ +
+ + shopping-cart-off +
+ ti ti-shopping-cart-off
+ \eedc +
+
+ +
+ + shopping-cart-plus +
+ ti ti-shopping-cart-plus
+ \eedd +
+
+ +
+ + shopping-cart-x +
+ ti ti-shopping-cart-x
+ \eede +
+
+ +
+ + shredder +
+ ti ti-shredder
+ \eedf +
+
+ +
+ + signature +
+ ti ti-signature
+ \eee0 +
+
+
sitemap @@ -7562,6 +9596,15 @@
+
+ + sock +
+ ti ti-sock
+ \eee1 +
+
+
sort-ascending @@ -7571,6 +9614,15 @@
+
+ + sort-ascending-2 +
+ ti ti-sort-ascending-2
+ \eee2 +
+
+
sort-descending @@ -7580,6 +9632,15 @@
+
+ + sort-descending-2 +
+ ti ti-sort-descending-2
+ \eee3 +
+
+
space @@ -7607,6 +9668,15 @@
+
+ + sport-billard +
+ ti ti-sport-billard
+ \eee4 +
+
+
square @@ -7616,6 +9686,96 @@
+
+ + square-0 +
+ ti ti-square-0
+ \eee5 +
+
+ +
+ + square-1 +
+ ti ti-square-1
+ \eee6 +
+
+ +
+ + square-2 +
+ ti ti-square-2
+ \eee7 +
+
+ +
+ + square-3 +
+ ti ti-square-3
+ \eee8 +
+
+ +
+ + square-4 +
+ ti ti-square-4
+ \eee9 +
+
+ +
+ + square-5 +
+ ti ti-square-5
+ \eeea +
+
+ +
+ + square-6 +
+ ti ti-square-6
+ \eeeb +
+
+ +
+ + square-7 +
+ ti ti-square-7
+ \eeec +
+
+ +
+ + square-8 +
+ ti ti-square-8
+ \eeed +
+
+ +
+ + square-9 +
+ ti ti-square-9
+ \eeee +
+
+
square-check @@ -7661,6 +9821,15 @@
+
+ + square-off +
+ ti ti-square-off
+ \eeef +
+
+
square-plus @@ -7670,6 +9839,24 @@
+
+ + square-root +
+ ti ti-square-root
+ \eef1 +
+
+ +
+ + square-root-2 +
+ ti ti-square-root-2
+ \eef0 +
+
+
square-rotated @@ -7679,6 +9866,33 @@
+
+ + square-rotated-off +
+ ti ti-square-rotated-off
+ \eef2 +
+
+ +
+ + square-toggle +
+ ti ti-square-toggle
+ \eef4 +
+
+ +
+ + square-toggle-horizontal +
+ ti ti-square-toggle-horizontal
+ \eef3 +
+
+
square-x @@ -7688,6 +9902,24 @@
+
+ + squares-diagonal +
+ ti ti-squares-diagonal
+ \eef5 +
+
+ +
+ + squares-filled +
+ ti ti-squares-filled
+ \eef6 +
+
+
stack @@ -7697,6 +9929,15 @@
+
+ + stack-2 +
+ ti ti-stack-2
+ \eef7 +
+
+
stairs @@ -7958,6 +10199,33 @@
+
+ + table-export +
+ ti ti-table-export
+ \eef8 +
+
+ +
+ + table-import +
+ ti ti-table-import
+ \eef9 +
+
+ +
+ + table-off +
+ ti ti-table-off
+ \eefa +
+
+
tag @@ -8084,6 +10352,15 @@
+
+ + tent +
+ ti ti-tent
+ \eefb +
+
+
terminal @@ -8111,6 +10388,24 @@
+
+ + text-direction-ltr +
+ ti ti-text-direction-ltr
+ \eefc +
+
+ +
+ + text-direction-rtl +
+ ti ti-text-direction-rtl
+ \eefd +
+
+
text-wrap @@ -8156,6 +10451,15 @@
+
+ + tilt-shift +
+ ti ti-tilt-shift
+ \eefe +
+
+
tir @@ -8210,6 +10514,15 @@
+
+ + tools-kitchen-2 +
+ ti ti-tools-kitchen-2
+ \eeff +
+
+
tornado @@ -8228,6 +10541,15 @@
+
+ + track +
+ ti ti-track
+ \ef00 +
+
+
tractor @@ -8291,6 +10613,15 @@
+
+ + tree +
+ ti ti-tree
+ \ef01 +
+
+
trees @@ -8363,6 +10694,15 @@
+
+ + triangle-off +
+ ti ti-triangle-off
+ \ef02 +
+
+
triangle-square-circle @@ -8408,6 +10748,15 @@
+
+ + truck-off +
+ ti ti-truck-off
+ \ef03 +
+
+
truck-return @@ -8543,6 +10892,24 @@
+
+ + vaccine +
+ ti ti-vaccine
+ \ef04 +
+
+ +
+ + variable +
+ ti ti-variable
+ \ef05 +
+
+
vector @@ -8840,6 +11207,15 @@
+
+ + window +
+ ti ti-window
+ \ef06 +
+
+
wiper @@ -8903,6 +11279,24 @@
+
+ + writing +
+ ti ti-writing
+ \ef08 +
+
+ +
+ + writing-sign +
+ ti ti-writing-sign
+ \ef07 +
+
+
x @@ -9038,6 +11432,15 @@
+
+ + zoom-check +
+ ti ti-zoom-check
+ \ef09 +
+
+
zoom-in @@ -9047,6 +11450,15 @@
+
+ + zoom-money +
+ ti ti-zoom-money
+ \ef0a +
+
+
zoom-out diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index 2006cb37..e5642bab 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * Tabler Icons 1.38.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-big-down:before{content:""}.ti-arrow-big-left:before{content:""}.ti-arrow-big-right:before{content:""}.ti-arrow-big-top:before{content:""}.ti-arrow-bottom-bar:before{content:""}.ti-arrow-bottom-circle:before{content:""}.ti-arrow-bottom-square:before{content:""}.ti-arrow-bottom-tail:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-bar:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-left-square:before{content:""}.ti-arrow-left-tail:before{content:""}.ti-arrow-loop-left:before{content:""}.ti-arrow-loop-right:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-bar:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-right-square:before{content:""}.ti-arrow-right-tail:before{content:""}.ti-arrow-top-bar:before{content:""}.ti-arrow-top-circle:before{content:""}.ti-arrow-top-square:before{content:""}.ti-arrow-top-tail:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrow-wave-left-down:before{content:""}.ti-arrow-wave-left-up:before{content:""}.ti-arrow-wave-right-down:before{content:""}.ti-arrow-wave-right-up:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-double-ne-sw:before{content:""}.ti-arrows-double-nw-se:before{content:""}.ti-arrows-double-se-nw:before{content:""}.ti-arrows-double-sw-ne:before{content:""}.ti-arrows-down:before{content:""}.ti-arrows-down-up:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-join:before{content:""}.ti-arrows-join-2:before{content:""}.ti-arrows-left:before{content:""}.ti-arrows-left-right:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-right:before{content:""}.ti-arrows-right-left:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-split:before{content:""}.ti-arrows-split-2:before{content:""}.ti-arrows-up:before{content:""}.ti-arrows-up-down:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backhoe:before{content:""}.ti-backspace:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-minus:before{content:""}.ti-bell-off:before{content:""}.ti-bell-plus:before{content:""}.ti-bell-ringing:before{content:""}.ti-bell-ringing-2:before{content:""}.ti-bell-x:before{content:""}.ti-bike:before{content:""}.ti-biohazard:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-bone:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-asana:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-bing:before{content:""}.ti-brand-bitbucket:before{content:""}.ti-brand-booking:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-disqus:before{content:""}.ti-brand-docker:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-analytics:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-gravatar:before{content:""}.ti-brand-hipchat:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kickstarter:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-netflix:before{content:""}.ti-brand-open-source:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-pagekit:before{content:""}.ti-brand-patreon:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-producthunt:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sass:before{content:""}.ti-brand-sentry:before{content:""}.ti-brand-shazam:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-stripe:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-unsplash:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-ycombinator:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-buldozer:before{content:""}.ti-bus:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-plus:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cast:before{content:""}.ti-ce:before{content:""}.ti-certificate:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-radar:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-christmas-tree:before{content:""}.ti-circle:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-off:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-right:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-yen:before{content:""}.ti-current-location:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-device-desktop:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-divide:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-drone:before{content:""}.ti-droplet:before{content:""}.ti-ear:before{content:""}.ti-edit:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-off:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-file:before{content:""}.ti-file-alert:before{content:""}.ti-file-analytics:before{content:""}.ti-file-certificate:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-code-2:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-export:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-import:before{content:""}.ti-file-info:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-report:before{content:""}.ti-file-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-files:before{content:""}.ti-files-off:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flame:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-globe:before{content:""}.ti-golf:before{content:""}.ti-gps:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-stop:before{content:""}.ti-hash:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-helicopter:before{content:""}.ti-helicopter-landing:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-jump-rope:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-grid:before{content:""}.ti-layout-grid-add:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-leaf:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-opened:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-mars:before{content:""}.ti-math:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-crazy-happy:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-number-0:before{content:""}.ti-number-1:before{content:""}.ti-number-2:before{content:""}.ti-number-3:before{content:""}.ti-number-4:before{content:""}.ti-number-5:before{content:""}.ti-number-6:before{content:""}.ti-number-7:before{content:""}.ti-number-8:before{content:""}.ti-number-9:before{content:""}.ti-octagon:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-package:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant:before{content:""}.ti-percentage:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-pizza:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-pool:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-puzzle:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-rainbow:before{content:""}.ti-receipt:before{content:""}.ti-receipt-2:before{content:""}.ti-receipt-off:before{content:""}.ti-receipt-refund:before{content:""}.ti-receipt-tax:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-ripple:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-search:before{content:""}.ti-seeding:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-shape:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-lock:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-soccer-field:before{content:""}.ti-social:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-descending:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-square:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-minus:before{content:""}.ti-square-plus:before{content:""}.ti-square-rotated:before{content:""}.ti-square-x:before{content:""}.ti-stack:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-stethoscope:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-2:before{content:""}.ti-switch-3:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-tank:before{content:""}.ti-target:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-train:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-down-2:before{content:""}.ti-trending-down-3:before{content:""}.ti-trending-up:before{content:""}.ti-trending-up-2:before{content:""}.ti-trending-up-3:before{content:""}.ti-triangle:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-windmill:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-wrecking-ball:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""}.ti-zoom-question:before{content:""} \ No newline at end of file + */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-aerial-lift:before{content:""}.ti-affiliate:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-big-down:before{content:""}.ti-arrow-big-left:before{content:""}.ti-arrow-big-right:before{content:""}.ti-arrow-big-top:before{content:""}.ti-arrow-bottom-bar:before{content:""}.ti-arrow-bottom-circle:before{content:""}.ti-arrow-bottom-square:before{content:""}.ti-arrow-bottom-tail:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-bar:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-left-square:before{content:""}.ti-arrow-left-tail:before{content:""}.ti-arrow-loop-left:before{content:""}.ti-arrow-loop-right:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-bar:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-right-square:before{content:""}.ti-arrow-right-tail:before{content:""}.ti-arrow-top-bar:before{content:""}.ti-arrow-top-circle:before{content:""}.ti-arrow-top-square:before{content:""}.ti-arrow-top-tail:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrow-wave-left-down:before{content:""}.ti-arrow-wave-left-up:before{content:""}.ti-arrow-wave-right-down:before{content:""}.ti-arrow-wave-right-up:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-double-ne-sw:before{content:""}.ti-arrows-double-nw-se:before{content:""}.ti-arrows-double-se-nw:before{content:""}.ti-arrows-double-sw-ne:before{content:""}.ti-arrows-down:before{content:""}.ti-arrows-down-up:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-join:before{content:""}.ti-arrows-join-2:before{content:""}.ti-arrows-left:before{content:""}.ti-arrows-left-down:before{content:""}.ti-arrows-left-right:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-right:before{content:""}.ti-arrows-right-down:before{content:""}.ti-arrows-right-left:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-split:before{content:""}.ti-arrows-split-2:before{content:""}.ti-arrows-up:before{content:""}.ti-arrows-up-down:before{content:""}.ti-arrows-up-left:before{content:""}.ti-arrows-up-right:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backhoe:before{content:""}.ti-backspace:before{content:""}.ti-ball-american-football:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-football:before{content:""}.ti-ball-football-off:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-automotive:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-minus:before{content:""}.ti-bell-off:before{content:""}.ti-bell-plus:before{content:""}.ti-bell-ringing:before{content:""}.ti-bell-ringing-2:before{content:""}.ti-bell-x:before{content:""}.ti-bike:before{content:""}.ti-binary:before{content:""}.ti-biohazard:before{content:""}.ti-blockquote:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-bone:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-style:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-box-margin:before{content:""}.ti-box-model:before{content:""}.ti-box-multiple:before{content:""}.ti-box-multiple-0:before{content:""}.ti-box-multiple-1:before{content:""}.ti-box-multiple-2:before{content:""}.ti-box-multiple-3:before{content:""}.ti-box-multiple-4:before{content:""}.ti-box-multiple-5:before{content:""}.ti-box-multiple-6:before{content:""}.ti-box-multiple-7:before{content:""}.ti-box-multiple-8:before{content:""}.ti-box-multiple-9:before{content:""}.ti-box-padding:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-asana:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-bing:before{content:""}.ti-brand-bitbucket:before{content:""}.ti-brand-booking:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-disqus:before{content:""}.ti-brand-docker:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-analytics:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-gravatar:before{content:""}.ti-brand-hipchat:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kickstarter:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-netflix:before{content:""}.ti-brand-open-source:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-pagekit:before{content:""}.ti-brand-patreon:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-producthunt:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sass:before{content:""}.ti-brand-sentry:before{content:""}.ti-brand-shazam:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-stripe:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-unsplash:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-ycombinator:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-2:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-half:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-cottage:before{content:""}.ti-building-factory:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bulldozer:before{content:""}.ti-bus:before{content:""}.ti-businessplan:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-off:before{content:""}.ti-calendar-plus:before{content:""}.ti-calendar-stats:before{content:""}.ti-calendar-time:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-camera-rotate:before{content:""}.ti-camera-selfie:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cash-banknote:before{content:""}.ti-cash-banknote-off:before{content:""}.ti-cast:before{content:""}.ti-ce:before{content:""}.ti-certificate:before{content:""}.ti-charging-pile:before{content:""}.ti-chart-arcs:before{content:""}.ti-chart-arcs-3:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-arrows:before{content:""}.ti-chart-arrows-vertical:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-circles:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-donut-2:before{content:""}.ti-chart-donut-3:before{content:""}.ti-chart-donut-4:before{content:""}.ti-chart-dots:before{content:""}.ti-chart-infographic:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-pie-2:before{content:""}.ti-chart-pie-3:before{content:""}.ti-chart-pie-4:before{content:""}.ti-chart-radar:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-christmas-tree:before{content:""}.ti-circle:before{content:""}.ti-circle-0:before{content:""}.ti-circle-1:before{content:""}.ti-circle-2:before{content:""}.ti-circle-3:before{content:""}.ti-circle-4:before{content:""}.ti-circle-5:before{content:""}.ti-circle-6:before{content:""}.ti-circle-7:before{content:""}.ti-circle-8:before{content:""}.ti-circle-9:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-half:before{content:""}.ti-circle-half-vertical:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-off:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-all:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-off:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-code-minus:before{content:""}.ti-code-plus:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-column-insert-left:before{content:""}.ti-column-insert-right:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-confetti:before{content:""}.ti-container:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-left-double:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-down-right-double:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-down-double:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-left-up-double:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-down-double:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-right-up-double:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-left-double:before{content:""}.ti-corner-up-right:before{content:""}.ti-corner-up-right-double:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-crown-off:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bahraini:before{content:""}.ti-currency-bath:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-cent:before{content:""}.ti-currency-dinar:before{content:""}.ti-currency-dirham:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-dollar-australian:before{content:""}.ti-currency-dollar-canadian:before{content:""}.ti-currency-dollar-singapore:before{content:""}.ti-currency-ethereum:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-forint:before{content:""}.ti-currency-frank:before{content:""}.ti-currency-krone-czech:before{content:""}.ti-currency-krone-danish:before{content:""}.ti-currency-krone-swedish:before{content:""}.ti-currency-leu:before{content:""}.ti-currency-lira:before{content:""}.ti-currency-litecoin:before{content:""}.ti-currency-naira:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-real:before{content:""}.ti-currency-renminbi:before{content:""}.ti-currency-ripple:before{content:""}.ti-currency-riyal:before{content:""}.ti-currency-rubel:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-shekel:before{content:""}.ti-currency-taka:before{content:""}.ti-currency-tugrik:before{content:""}.ti-currency-won:before{content:""}.ti-currency-yen:before{content:""}.ti-currency-zloty:before{content:""}.ti-current-location:before{content:""}.ti-cursor-text:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-database-export:before{content:""}.ti-database-import:before{content:""}.ti-database-off:before{content:""}.ti-details:before{content:""}.ti-device-analytics:before{content:""}.ti-device-audio-tape:before{content:""}.ti-device-cctv:before{content:""}.ti-device-computer-camera:before{content:""}.ti-device-computer-camera-off:before{content:""}.ti-device-desktop:before{content:""}.ti-device-desktop-analytics:before{content:""}.ti-device-desktop-off:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-message:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-devices-pc:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-dimensions:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-discount-2:before{content:""}.ti-divide:before{content:""}.ti-dna:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-drone:before{content:""}.ti-drone-off:before{content:""}.ti-droplet:before{content:""}.ti-droplet-filled:before{content:""}.ti-droplet-filled-2:before{content:""}.ti-droplet-half:before{content:""}.ti-droplet-half-2:before{content:""}.ti-droplet-off:before{content:""}.ti-ear:before{content:""}.ti-ear-off:before{content:""}.ti-edit:before{content:""}.ti-edit-circle:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-equal:before{content:""}.ti-equal-not:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-check:before{content:""}.ti-eye-off:before{content:""}.ti-eyeglass:before{content:""}.ti-eyeglass-2:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-feather:before{content:""}.ti-file:before{content:""}.ti-file-alert:before{content:""}.ti-file-analytics:before{content:""}.ti-file-certificate:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-code-2:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-export:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-import:before{content:""}.ti-file-info:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-report:before{content:""}.ti-file-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-files:before{content:""}.ti-files-off:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flag-2:before{content:""}.ti-flag-3:before{content:""}.ti-flame:before{content:""}.ti-flare:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-forms:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-geometry:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-glass-off:before{content:""}.ti-globe:before{content:""}.ti-golf:before{content:""}.ti-gps:before{content:""}.ti-grain:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-growth:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-finger:before{content:""}.ti-hand-little-finger:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-ring-finger:before{content:""}.ti-hand-rock:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-three-fingers:before{content:""}.ti-hand-two-fingers:before{content:""}.ti-hanger:before{content:""}.ti-hash:before{content:""}.ti-heading:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-helicopter:before{content:""}.ti-helicopter-landing:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-hexagon-off:before{content:""}.ti-hierarchy:before{content:""}.ti-hierarchy-2:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-ice-cream-2:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-jump-rope:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-off:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-linked:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-grid:before{content:""}.ti-layout-grid-add:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-leaf:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-case:before{content:""}.ti-letter-case-lower:before{content:""}.ti-letter-case-toggle:before{content:""}.ti-letter-case-upper:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-spacing:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-dashed:before{content:""}.ti-line-dotted:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-list-search:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-access:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-macro:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-forward:before{content:""}.ti-mail-opened:before{content:""}.ti-mailbox:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-marquee-2:before{content:""}.ti-mars:before{content:""}.ti-mask:before{content:""}.ti-mask-off:before{content:""}.ti-massage:before{content:""}.ti-math:before{content:""}.ti-math-function:before{content:""}.ti-math-symbols:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-minus-vertical:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-crazy-happy:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-empty:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-motorbike:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-nfc:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-number-0:before{content:""}.ti-number-1:before{content:""}.ti-number-2:before{content:""}.ti-number-3:before{content:""}.ti-number-4:before{content:""}.ti-number-5:before{content:""}.ti-number-6:before{content:""}.ti-number-7:before{content:""}.ti-number-8:before{content:""}.ti-number-9:before{content:""}.ti-octagon:before{content:""}.ti-octagon-off:before{content:""}.ti-old:before{content:""}.ti-olympics:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-overline:before{content:""}.ti-package:before{content:""}.ti-pacman:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant:before{content:""}.ti-percentage:before{content:""}.ti-perspective:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-physotherapist:before{content:""}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-pizza:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-play-card:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-playlist:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-pokeball:before{content:""}.ti-polaroid:before{content:""}.ti-pool:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-presentation-analytics:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-propeller:before{content:""}.ti-puzzle:before{content:""}.ti-pyramid:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-radius-bottom-left:before{content:""}.ti-radius-bottom-right:before{content:""}.ti-radius-top-left:before{content:""}.ti-radius-top-right:before{content:""}.ti-rainbow:before{content:""}.ti-receipt:before{content:""}.ti-receipt-2:before{content:""}.ti-receipt-off:before{content:""}.ti-receipt-refund:before{content:""}.ti-receipt-tax:before{content:""}.ti-recharging:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-report:before{content:""}.ti-report-analytics:before{content:""}.ti-report-medical:before{content:""}.ti-report-money:before{content:""}.ti-resize:before{content:""}.ti-ripple:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-row-insert-bottom:before{content:""}.ti-row-insert-top:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-ruler-2:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-satellite:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-scuba-mask:before{content:""}.ti-search:before{content:""}.ti-section:before{content:""}.ti-seeding:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-settings-automation:before{content:""}.ti-shadow:before{content:""}.ti-shadow-off:before{content:""}.ti-shape:before{content:""}.ti-shape-2:before{content:""}.ti-shape-3:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-lock:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-shopping-cart-discount:before{content:""}.ti-shopping-cart-off:before{content:""}.ti-shopping-cart-plus:before{content:""}.ti-shopping-cart-x:before{content:""}.ti-shredder:before{content:""}.ti-signature:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-soccer-field:before{content:""}.ti-social:before{content:""}.ti-sock:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-ascending-2:before{content:""}.ti-sort-descending:before{content:""}.ti-sort-descending-2:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-sport-billard:before{content:""}.ti-square:before{content:""}.ti-square-0:before{content:""}.ti-square-1:before{content:""}.ti-square-2:before{content:""}.ti-square-3:before{content:""}.ti-square-4:before{content:""}.ti-square-5:before{content:""}.ti-square-6:before{content:""}.ti-square-7:before{content:""}.ti-square-8:before{content:""}.ti-square-9:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-minus:before{content:""}.ti-square-off:before{content:""}.ti-square-plus:before{content:""}.ti-square-root:before{content:""}.ti-square-root-2:before{content:""}.ti-square-rotated:before{content:""}.ti-square-rotated-off:before{content:""}.ti-square-toggle:before{content:""}.ti-square-toggle-horizontal:before{content:""}.ti-square-x:before{content:""}.ti-squares-diagonal:before{content:""}.ti-squares-filled:before{content:""}.ti-stack:before{content:""}.ti-stack-2:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-stethoscope:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-2:before{content:""}.ti-switch-3:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-table-export:before{content:""}.ti-table-import:before{content:""}.ti-table-off:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-tank:before{content:""}.ti-target:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-tent:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-direction-ltr:before{content:""}.ti-text-direction-rtl:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tilt-shift:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tools-kitchen-2:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-train:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-tree:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-down-2:before{content:""}.ti-trending-down-3:before{content:""}.ti-trending-up:before{content:""}.ti-trending-up-2:before{content:""}.ti-trending-up-3:before{content:""}.ti-triangle:before{content:""}.ti-triangle-off:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-off:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vaccine:before{content:""}.ti-variable:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-windmill:before{content:""}.ti-window:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-wrecking-ball:before{content:""}.ti-writing:before{content:""}.ti-writing-sign:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-check:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-money:before{content:""}.ti-zoom-out:before{content:""}.ti-zoom-question:before{content:""} \ No newline at end of file diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index 69c0aefa..8ddbf329 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -45,6 +45,8 @@ $ti-icon-ad: '\ea02'; $ti-icon-adjustments: '\ea03'; $ti-icon-adjustments-alt: '\ec37'; $ti-icon-adjustments-horizontal: '\ec38'; +$ti-icon-aerial-lift: '\edfe'; +$ti-icon-affiliate: '\edff'; $ti-icon-alarm: '\ea04'; $ti-icon-alert-circle: '\ea05'; $ti-icon-alert-octagon: '\ecc6'; @@ -134,16 +136,20 @@ $ti-icon-arrows-horizontal: '\eb59'; $ti-icon-arrows-join: '\edaf'; $ti-icon-arrows-join-2: '\edae'; $ti-icon-arrows-left: '\edb1'; +$ti-icon-arrows-left-down: '\ee00'; $ti-icon-arrows-left-right: '\edb0'; $ti-icon-arrows-maximize: '\ea28'; $ti-icon-arrows-minimize: '\ea29'; $ti-icon-arrows-right: '\edb3'; +$ti-icon-arrows-right-down: '\ee01'; $ti-icon-arrows-right-left: '\edb2'; $ti-icon-arrows-sort: '\eb5a'; $ti-icon-arrows-split: '\edb5'; $ti-icon-arrows-split-2: '\edb4'; $ti-icon-arrows-up: '\edb7'; $ti-icon-arrows-up-down: '\edb6'; +$ti-icon-arrows-up-left: '\ee02'; +$ti-icon-arrows-up-right: '\ee03'; $ti-icon-arrows-vertical: '\eb5b'; $ti-icon-artboard: '\ea2a'; $ti-icon-aspect-ratio: '\ed30'; @@ -153,8 +159,11 @@ $ti-icon-atom-2: '\ebdf'; $ti-icon-award: '\ea2c'; $ti-icon-backhoe: '\ed86'; $ti-icon-backspace: '\ea2d'; +$ti-icon-ball-american-football: '\ee04'; $ti-icon-ball-basketball: '\ec28'; $ti-icon-ball-bowling: '\ec29'; +$ti-icon-ball-football: '\ee06'; +$ti-icon-ball-football-off: '\ee05'; $ti-icon-ball-tennis: '\ec2a'; $ti-icon-ball-volleyball: '\ec2b'; $ti-icon-ban: '\ea2e'; @@ -166,6 +175,7 @@ $ti-icon-battery-1: '\ea2f'; $ti-icon-battery-2: '\ea30'; $ti-icon-battery-3: '\ea31'; $ti-icon-battery-4: '\ea32'; +$ti-icon-battery-automotive: '\ee07'; $ti-icon-battery-charging: '\ea33'; $ti-icon-battery-off: '\ed1c'; $ti-icon-bed: '\eb5c'; @@ -177,7 +187,9 @@ $ti-icon-bell-ringing: '\ed07'; $ti-icon-bell-ringing-2: '\ede4'; $ti-icon-bell-x: '\ede5'; $ti-icon-bike: '\ea36'; +$ti-icon-binary: '\ee08'; $ti-icon-biohazard: '\ecb8'; +$ti-icon-blockquote: '\ee09'; $ti-icon-bluetooth: '\ea37'; $ti-icon-bluetooth-connected: '\ecea'; $ti-icon-bluetooth-off: '\eceb'; @@ -198,9 +210,24 @@ $ti-icon-border-none: '\ea40'; $ti-icon-border-outer: '\ea41'; $ti-icon-border-radius: '\eb7c'; $ti-icon-border-right: '\ea42'; +$ti-icon-border-style: '\ee0a'; $ti-icon-border-top: '\ea43'; $ti-icon-border-vertical: '\ea44'; $ti-icon-box: '\ea45'; +$ti-icon-box-margin: '\ee0b'; +$ti-icon-box-model: '\ee0c'; +$ti-icon-box-multiple: '\ee17'; +$ti-icon-box-multiple-0: '\ee0d'; +$ti-icon-box-multiple-1: '\ee0e'; +$ti-icon-box-multiple-2: '\ee0f'; +$ti-icon-box-multiple-3: '\ee10'; +$ti-icon-box-multiple-4: '\ee11'; +$ti-icon-box-multiple-5: '\ee12'; +$ti-icon-box-multiple-6: '\ee13'; +$ti-icon-box-multiple-7: '\ee14'; +$ti-icon-box-multiple-8: '\ee15'; +$ti-icon-box-multiple-9: '\ee16'; +$ti-icon-box-padding: '\ee18'; $ti-icon-braces: '\ebcc'; $ti-icon-brackets: '\ebcd'; $ti-icon-brand-airbnb: '\ed68'; @@ -286,7 +313,9 @@ $ti-icon-brand-ycombinator: '\edd9'; $ti-icon-brand-youtube: '\ec90'; $ti-icon-briefcase: '\ea46'; $ti-icon-brightness: '\eb7f'; +$ti-icon-brightness-2: '\ee19'; $ti-icon-brightness-down: '\eb7d'; +$ti-icon-brightness-half: '\ee1a'; $ti-icon-brightness-up: '\eb7e'; $ti-icon-browser: '\ebb7'; $ti-icon-brush: '\ebb8'; @@ -301,6 +330,8 @@ $ti-icon-building-carousel: '\ed87'; $ti-icon-building-castle: '\ed88'; $ti-icon-building-church: '\ea4c'; $ti-icon-building-community: '\ebf6'; +$ti-icon-building-cottage: '\ee1b'; +$ti-icon-building-factory: '\ee1c'; $ti-icon-building-fortress: '\ed89'; $ti-icon-building-hospital: '\ea4d'; $ti-icon-building-lighthouse: '\ed8a'; @@ -311,17 +342,23 @@ $ti-icon-building-store: '\ea4e'; $ti-icon-building-warehouse: '\ebe3'; $ti-icon-bulb: '\ea51'; $ti-icon-bulb-off: '\ea50'; -$ti-icon-buldozer: '\ed8b'; +$ti-icon-bulldozer: '\ee1d'; $ti-icon-bus: '\ebe4'; +$ti-icon-businessplan: '\ee1e'; $ti-icon-calculator: '\eb80'; $ti-icon-calendar: '\ea53'; $ti-icon-calendar-event: '\ea52'; $ti-icon-calendar-minus: '\ebb9'; +$ti-icon-calendar-off: '\ee1f'; $ti-icon-calendar-plus: '\ebba'; +$ti-icon-calendar-stats: '\ee20'; +$ti-icon-calendar-time: '\ee21'; $ti-icon-camera: '\ea54'; $ti-icon-camera-minus: '\ec3a'; $ti-icon-camera-off: '\ecee'; $ti-icon-camera-plus: '\ec3b'; +$ti-icon-camera-rotate: '\ee22'; +$ti-icon-camera-selfie: '\ee23'; $ti-icon-capture: '\ec3c'; $ti-icon-car: '\ebbb'; $ti-icon-caravan: '\ec7c'; @@ -331,17 +368,33 @@ $ti-icon-caret-left: '\eb5e'; $ti-icon-caret-right: '\eb5f'; $ti-icon-caret-up: '\eb60'; $ti-icon-cash: '\ea55'; +$ti-icon-cash-banknote: '\ee25'; +$ti-icon-cash-banknote-off: '\ee24'; $ti-icon-cast: '\ea56'; $ti-icon-ce: '\ed75'; $ti-icon-certificate: '\ed76'; +$ti-icon-charging-pile: '\ee26'; +$ti-icon-chart-arcs: '\ee28'; +$ti-icon-chart-arcs-3: '\ee27'; $ti-icon-chart-area: '\ea58'; $ti-icon-chart-area-line: '\ea57'; +$ti-icon-chart-arrows: '\ee2a'; +$ti-icon-chart-arrows-vertical: '\ee29'; $ti-icon-chart-bar: '\ea59'; $ti-icon-chart-bubble: '\ec75'; $ti-icon-chart-candle: '\ea5a'; +$ti-icon-chart-circles: '\ee2b'; $ti-icon-chart-donut: '\ea5b'; +$ti-icon-chart-donut-2: '\ee2c'; +$ti-icon-chart-donut-3: '\ee2d'; +$ti-icon-chart-donut-4: '\ee2e'; +$ti-icon-chart-dots: '\ee2f'; +$ti-icon-chart-infographic: '\ee30'; $ti-icon-chart-line: '\ea5c'; $ti-icon-chart-pie: '\ea5d'; +$ti-icon-chart-pie-2: '\ee31'; +$ti-icon-chart-pie-3: '\ee32'; +$ti-icon-chart-pie-4: '\ee33'; $ti-icon-chart-radar: '\ed77'; $ti-icon-check: '\ea5e'; $ti-icon-checkbox: '\eba6'; @@ -364,14 +417,28 @@ $ti-icon-chevrons-up-left: '\ed0f'; $ti-icon-chevrons-up-right: '\ed10'; $ti-icon-christmas-tree: '\ed78'; $ti-icon-circle: '\ea6b'; +$ti-icon-circle-0: '\ee34'; +$ti-icon-circle-1: '\ee35'; +$ti-icon-circle-2: '\ee36'; +$ti-icon-circle-3: '\ee37'; +$ti-icon-circle-4: '\ee38'; +$ti-icon-circle-5: '\ee39'; +$ti-icon-circle-6: '\ee3a'; +$ti-icon-circle-7: '\ee3b'; +$ti-icon-circle-8: '\ee3c'; +$ti-icon-circle-9: '\ee3d'; $ti-icon-circle-check: '\ea67'; $ti-icon-circle-dashed: '\ed27'; $ti-icon-circle-dotted: '\ed28'; +$ti-icon-circle-half: '\ee3f'; +$ti-icon-circle-half-vertical: '\ee3e'; $ti-icon-circle-minus: '\ea68'; +$ti-icon-circle-off: '\ee40'; $ti-icon-circle-plus: '\ea69'; $ti-icon-circle-square: '\ece4'; $ti-icon-circle-x: '\ea6a'; $ti-icon-circles: '\ece5'; +$ti-icon-clear-all: '\ee41'; $ti-icon-clear-formatting: '\ebe5'; $ti-icon-click: '\ebbc'; $ti-icon-clipboard: '\ea6f'; @@ -388,46 +455,102 @@ $ti-icon-cloud-snow: '\ea73'; $ti-icon-cloud-storm: '\ea74'; $ti-icon-cloud-upload: '\ea75'; $ti-icon-code: '\ea77'; +$ti-icon-code-minus: '\ee42'; +$ti-icon-code-plus: '\ee43'; $ti-icon-coin: '\eb82'; $ti-icon-color-picker: '\ebe6'; $ti-icon-color-swatch: '\eb61'; +$ti-icon-column-insert-left: '\ee44'; +$ti-icon-column-insert-right: '\ee45'; $ti-icon-columns: '\eb83'; $ti-icon-comet: '\ec76'; $ti-icon-command: '\ea78'; $ti-icon-compass: '\ea79'; +$ti-icon-confetti: '\ee46'; +$ti-icon-container: '\ee47'; $ti-icon-contrast: '\ec4e'; $ti-icon-copy: '\ea7a'; $ti-icon-copyleft: '\ec3d'; $ti-icon-copyright: '\ea7b'; $ti-icon-corner-down-left: '\ea7c'; +$ti-icon-corner-down-left-double: '\ee48'; $ti-icon-corner-down-right: '\ea7d'; +$ti-icon-corner-down-right-double: '\ee49'; $ti-icon-corner-left-down: '\ea7e'; +$ti-icon-corner-left-down-double: '\ee4a'; $ti-icon-corner-left-up: '\ea7f'; +$ti-icon-corner-left-up-double: '\ee4b'; $ti-icon-corner-right-down: '\ea80'; +$ti-icon-corner-right-down-double: '\ee4c'; $ti-icon-corner-right-up: '\ea81'; +$ti-icon-corner-right-up-double: '\ee4d'; $ti-icon-corner-up-left: '\ea82'; +$ti-icon-corner-up-left-double: '\ee4e'; $ti-icon-corner-up-right: '\ea83'; +$ti-icon-corner-up-right-double: '\ee4f'; $ti-icon-credit-card: '\ea84'; $ti-icon-credit-card-off: '\ed11'; $ti-icon-crop: '\ea85'; $ti-icon-crosshair: '\ec3e'; $ti-icon-crown: '\ed12'; +$ti-icon-crown-off: '\ee50'; $ti-icon-curly-loop: '\ecda'; +$ti-icon-currency-bahraini: '\ee51'; +$ti-icon-currency-bath: '\ee52'; $ti-icon-currency-bitcoin: '\ebab'; +$ti-icon-currency-cent: '\ee53'; +$ti-icon-currency-dinar: '\ee54'; +$ti-icon-currency-dirham: '\ee55'; $ti-icon-currency-dollar: '\eb84'; +$ti-icon-currency-dollar-australian: '\ee56'; +$ti-icon-currency-dollar-canadian: '\ee57'; +$ti-icon-currency-dollar-singapore: '\ee58'; +$ti-icon-currency-ethereum: '\ee59'; $ti-icon-currency-euro: '\eb85'; +$ti-icon-currency-forint: '\ee5a'; +$ti-icon-currency-frank: '\ee5b'; +$ti-icon-currency-krone-czech: '\ee5c'; +$ti-icon-currency-krone-danish: '\ee5d'; +$ti-icon-currency-krone-swedish: '\ee5e'; +$ti-icon-currency-leu: '\ee5f'; +$ti-icon-currency-lira: '\ee60'; +$ti-icon-currency-litecoin: '\ee61'; +$ti-icon-currency-naira: '\ee62'; $ti-icon-currency-pound: '\ebac'; +$ti-icon-currency-real: '\ee63'; +$ti-icon-currency-renminbi: '\ee64'; +$ti-icon-currency-ripple: '\ee65'; +$ti-icon-currency-riyal: '\ee66'; +$ti-icon-currency-rubel: '\ee67'; $ti-icon-currency-rupee: '\ebad'; +$ti-icon-currency-shekel: '\ee68'; +$ti-icon-currency-taka: '\ee69'; +$ti-icon-currency-tugrik: '\ee6a'; +$ti-icon-currency-won: '\ee6b'; $ti-icon-currency-yen: '\ebae'; +$ti-icon-currency-zloty: '\ee6c'; $ti-icon-current-location: '\ecef'; +$ti-icon-cursor-text: '\ee6d'; $ti-icon-cut: '\ea86'; $ti-icon-dashboard: '\ea87'; $ti-icon-database: '\ea88'; +$ti-icon-database-export: '\ee6e'; +$ti-icon-database-import: '\ee6f'; +$ti-icon-database-off: '\ee70'; +$ti-icon-details: '\ee71'; +$ti-icon-device-analytics: '\ee72'; +$ti-icon-device-audio-tape: '\ee73'; +$ti-icon-device-cctv: '\ee74'; +$ti-icon-device-computer-camera: '\ee76'; +$ti-icon-device-computer-camera-off: '\ee75'; $ti-icon-device-desktop: '\ea89'; +$ti-icon-device-desktop-analytics: '\ee77'; +$ti-icon-device-desktop-off: '\ee78'; $ti-icon-device-floppy: '\eb62'; $ti-icon-device-gamepad: '\eb63'; $ti-icon-device-laptop: '\eb64'; $ti-icon-device-mobile: '\ea8a'; +$ti-icon-device-mobile-message: '\ee79'; $ti-icon-device-mobile-rotated: '\ecdb'; $ti-icon-device-mobile-vibration: '\eb86'; $ti-icon-device-speaker: '\ea8b'; @@ -436,8 +559,10 @@ $ti-icon-device-tv: '\ea8d'; $ti-icon-device-watch: '\ebf9'; $ti-icon-devices: '\eb87'; $ti-icon-devices-2: '\ed29'; +$ti-icon-devices-pc: '\ee7a'; $ti-icon-diamond: '\eb65'; $ti-icon-dice: '\eb66'; +$ti-icon-dimensions: '\ee7b'; $ti-icon-direction: '\ebfb'; $ti-icon-direction-horizontal: '\ebfa'; $ti-icon-directions: '\ea8e'; @@ -445,7 +570,9 @@ $ti-icon-disabled: '\ea8f'; $ti-icon-disabled-2: '\ebaf'; $ti-icon-disc: '\ea90'; $ti-icon-discount: '\ebbd'; +$ti-icon-discount-2: '\ee7c'; $ti-icon-divide: '\ed5c'; +$ti-icon-dna: '\ee7d'; $ti-icon-dots: '\ea95'; $ti-icon-dots-circle-horizontal: '\ea91'; $ti-icon-dots-diagonal: '\ea93'; @@ -455,19 +582,33 @@ $ti-icon-download: '\ea96'; $ti-icon-drag-drop: '\eb89'; $ti-icon-drag-drop-2: '\eb88'; $ti-icon-drone: '\ed79'; +$ti-icon-drone-off: '\ee7e'; $ti-icon-droplet: '\ea97'; +$ti-icon-droplet-filled: '\ee80'; +$ti-icon-droplet-filled-2: '\ee7f'; +$ti-icon-droplet-half: '\ee82'; +$ti-icon-droplet-half-2: '\ee81'; +$ti-icon-droplet-off: '\ee83'; $ti-icon-ear: '\ebce'; +$ti-icon-ear-off: '\ee84'; $ti-icon-edit: '\ea98'; +$ti-icon-edit-circle: '\ee85'; $ti-icon-egg: '\eb8a'; $ti-icon-emphasis: '\ebcf'; +$ti-icon-equal: '\ee87'; +$ti-icon-equal-not: '\ee86'; $ti-icon-eraser: '\eb8b'; $ti-icon-exchange: '\ebe7'; $ti-icon-exposure: '\eb8c'; $ti-icon-external-link: '\ea99'; $ti-icon-eye: '\ea9a'; +$ti-icon-eye-check: '\ee88'; $ti-icon-eye-off: '\ecf0'; +$ti-icon-eyeglass: '\ee8a'; +$ti-icon-eyeglass-2: '\ee89'; $ti-icon-face-id: '\ea9b'; $ti-icon-fall: '\ecb9'; +$ti-icon-feather: '\ee8b'; $ti-icon-file: '\eaa4'; $ti-icon-file-alert: '\ede6'; $ti-icon-file-analytics: '\ede7'; @@ -504,7 +645,10 @@ $ti-icon-filter-off: '\ed2c'; $ti-icon-fingerprint: '\ebd1'; $ti-icon-firetruck: '\ebe8'; $ti-icon-flag: '\eaa6'; +$ti-icon-flag-2: '\ee8c'; +$ti-icon-flag-3: '\ee8d'; $ti-icon-flame: '\ec2c'; +$ti-icon-flare: '\ee8e'; $ti-icon-flask: '\ebd2'; $ti-icon-flip-horizontal: '\eaa7'; $ti-icon-flip-vertical: '\eaa8'; @@ -526,10 +670,12 @@ $ti-icon-folders: '\eaae'; $ti-icon-forbid: '\ebd5'; $ti-icon-forbid-2: '\ebd4'; $ti-icon-forklift: '\ebe9'; +$ti-icon-forms: '\ee8f'; $ti-icon-frame: '\eaaf'; $ti-icon-friends: '\eab0'; $ti-icon-gas-station: '\ec7d'; $ti-icon-gauge: '\eab1'; +$ti-icon-geometry: '\ee90'; $ti-icon-ghost: '\eb8e'; $ti-icon-gift: '\eb68'; $ti-icon-git-branch: '\eab2'; @@ -540,22 +686,33 @@ $ti-icon-git-merge: '\eab5'; $ti-icon-git-pull-request: '\eab6'; $ti-icon-glass: '\eab8'; $ti-icon-glass-full: '\eab7'; +$ti-icon-glass-off: '\ee91'; $ti-icon-globe: '\eab9'; $ti-icon-golf: '\ed8c'; $ti-icon-gps: '\ed7a'; +$ti-icon-grain: '\ee92'; $ti-icon-grid-dots: '\eaba'; $ti-icon-grip-horizontal: '\ec00'; $ti-icon-grip-vertical: '\ec01'; +$ti-icon-growth: '\ee93'; $ti-icon-h-1: '\ec94'; $ti-icon-h-2: '\ec95'; $ti-icon-h-3: '\ec96'; $ti-icon-h-4: '\ec97'; $ti-icon-h-5: '\ec98'; $ti-icon-h-6: '\ec99'; +$ti-icon-hand-finger: '\ee94'; +$ti-icon-hand-little-finger: '\ee95'; $ti-icon-hand-middle-finger: '\ec2d'; $ti-icon-hand-off: '\ed15'; +$ti-icon-hand-ring-finger: '\ee96'; +$ti-icon-hand-rock: '\ee97'; $ti-icon-hand-stop: '\ec2e'; +$ti-icon-hand-three-fingers: '\ee98'; +$ti-icon-hand-two-fingers: '\ee99'; +$ti-icon-hanger: '\ee9a'; $ti-icon-hash: '\eabc'; +$ti-icon-heading: '\ee9b'; $ti-icon-headphones: '\eabd'; $ti-icon-headphones-off: '\ed1d'; $ti-icon-headset: '\eb90'; @@ -565,10 +722,14 @@ $ti-icon-helicopter: '\ed8e'; $ti-icon-helicopter-landing: '\ed8d'; $ti-icon-help: '\eabf'; $ti-icon-hexagon: '\ec02'; +$ti-icon-hexagon-off: '\ee9c'; +$ti-icon-hierarchy: '\ee9e'; +$ti-icon-hierarchy-2: '\ee9d'; $ti-icon-history: '\ebea'; $ti-icon-home: '\eac1'; $ti-icon-home-2: '\eac0'; $ti-icon-ice-cream: '\eac2'; +$ti-icon-ice-cream-2: '\ee9f'; $ti-icon-id: '\eac3'; $ti-icon-inbox: '\eac4'; $ti-icon-indent-decrease: '\eb91'; @@ -582,10 +743,12 @@ $ti-icon-karate: '\ed32'; $ti-icon-key: '\eac7'; $ti-icon-keyboard: '\ebd6'; $ti-icon-keyboard-hide: '\ec7e'; +$ti-icon-keyboard-off: '\eea0'; $ti-icon-keyboard-show: '\ec7f'; $ti-icon-language: '\ebbe'; $ti-icon-layers-difference: '\eac8'; $ti-icon-layers-intersect: '\eac9'; +$ti-icon-layers-linked: '\eea1'; $ti-icon-layers-subtract: '\eaca'; $ti-icon-layers-union: '\eacb'; $ti-icon-layout: '\eadb'; @@ -614,6 +777,10 @@ $ti-icon-lego: '\eadc'; $ti-icon-letter-a: '\ec50'; $ti-icon-letter-b: '\ec51'; $ti-icon-letter-c: '\ec52'; +$ti-icon-letter-case: '\eea5'; +$ti-icon-letter-case-lower: '\eea2'; +$ti-icon-letter-case-toggle: '\eea3'; +$ti-icon-letter-case-upper: '\eea4'; $ti-icon-letter-d: '\ec53'; $ti-icon-letter-e: '\ec54'; $ti-icon-letter-f: '\ec55'; @@ -630,6 +797,7 @@ $ti-icon-letter-p: '\ec5f'; $ti-icon-letter-q: '\ec60'; $ti-icon-letter-r: '\ec61'; $ti-icon-letter-s: '\ec62'; +$ti-icon-letter-spacing: '\eea6'; $ti-icon-letter-t: '\ec63'; $ti-icon-letter-u: '\ec64'; $ti-icon-letter-v: '\ec65'; @@ -641,23 +809,30 @@ $ti-icon-letters-case: '\ec6a'; $ti-icon-license: '\ebc0'; $ti-icon-lifebuoy: '\eadd'; $ti-icon-line: '\ec40'; +$ti-icon-line-dashed: '\eea7'; +$ti-icon-line-dotted: '\eea8'; $ti-icon-line-height: '\eb94'; $ti-icon-link: '\eade'; $ti-icon-list: '\eb6b'; $ti-icon-list-check: '\eb6a'; +$ti-icon-list-search: '\eea9'; $ti-icon-live-photo: '\eadf'; $ti-icon-live-view: '\ec6b'; $ti-icon-loader: '\eca3'; $ti-icon-loader-quarter: '\eca2'; $ti-icon-location: '\eae0'; $ti-icon-lock: '\eae2'; +$ti-icon-lock-access: '\eeaa'; $ti-icon-lock-off: '\ed1e'; $ti-icon-lock-open: '\eae1'; $ti-icon-login: '\eba7'; $ti-icon-logout: '\eba8'; +$ti-icon-macro: '\eeab'; $ti-icon-magnet: '\eae3'; $ti-icon-mail: '\eae5'; +$ti-icon-mail-forward: '\eeac'; $ti-icon-mail-opened: '\eae4'; +$ti-icon-mailbox: '\eead'; $ti-icon-man: '\eae6'; $ti-icon-manual-gearbox: '\ed7b'; $ti-icon-map: '\eae9'; @@ -667,8 +842,14 @@ $ti-icon-map-pin-off: '\ecf3'; $ti-icon-map-pins: '\ed5e'; $ti-icon-markdown: '\ec41'; $ti-icon-marquee: '\ec77'; +$ti-icon-marquee-2: '\eeae'; $ti-icon-mars: '\ec80'; +$ti-icon-mask: '\eeb0'; +$ti-icon-mask-off: '\eeaf'; +$ti-icon-massage: '\eeb1'; $ti-icon-math: '\ebeb'; +$ti-icon-math-function: '\eeb2'; +$ti-icon-math-symbols: '\eeb3'; $ti-icon-maximize: '\eaea'; $ti-icon-medal: '\ec78'; $ti-icon-medical-cross: '\ec2f'; @@ -689,11 +870,13 @@ $ti-icon-microphone: '\eaf0'; $ti-icon-microphone-off: '\ed16'; $ti-icon-minimize: '\eaf1'; $ti-icon-minus: '\eaf2'; +$ti-icon-minus-vertical: '\eeb4'; $ti-icon-mist: '\ec30'; $ti-icon-mood-boy: '\ed2d'; $ti-icon-mood-confuzed: '\eaf3'; $ti-icon-mood-crazy-happy: '\ed90'; $ti-icon-mood-cry: '\ecbb'; +$ti-icon-mood-empty: '\eeb5'; $ti-icon-mood-happy: '\eaf4'; $ti-icon-mood-kid: '\ec03'; $ti-icon-mood-neutral: '\eaf5'; @@ -705,12 +888,14 @@ $ti-icon-moon: '\eaf8'; $ti-icon-moon-2: '\ece6'; $ti-icon-moon-stars: '\ece7'; $ti-icon-moped: '\ecbc'; +$ti-icon-motorbike: '\eeb6'; $ti-icon-mouse: '\eaf9'; $ti-icon-movie: '\eafa'; $ti-icon-mug: '\eafb'; $ti-icon-music: '\eafc'; $ti-icon-new-section: '\ebc1'; $ti-icon-news: '\eafd'; +$ti-icon-nfc: '\eeb7'; $ti-icon-note: '\eb6d'; $ti-icon-notebook: '\eb96'; $ti-icon-notes: '\eb6e'; @@ -726,9 +911,14 @@ $ti-icon-number-7: '\edf7'; $ti-icon-number-8: '\edf8'; $ti-icon-number-9: '\edf9'; $ti-icon-octagon: '\ecbd'; +$ti-icon-octagon-off: '\eeb8'; +$ti-icon-old: '\eeb9'; +$ti-icon-olympics: '\eeba'; $ti-icon-omega: '\eb97'; $ti-icon-outlet: '\ebd7'; +$ti-icon-overline: '\eebb'; $ti-icon-package: '\eaff'; +$ti-icon-pacman: '\eebc'; $ti-icon-page-break: '\ec81'; $ti-icon-paint: '\eb00'; $ti-icon-palette: '\eb01'; @@ -742,6 +932,7 @@ $ti-icon-peace: '\ecbe'; $ti-icon-pencil: '\eb04'; $ti-icon-pennant: '\ed7d'; $ti-icon-percentage: '\ecf4'; +$ti-icon-perspective: '\eebd'; $ti-icon-phone: '\eb09'; $ti-icon-phone-call: '\eb05'; $ti-icon-phone-calling: '\ec43'; @@ -754,6 +945,7 @@ $ti-icon-phone-plus: '\ec06'; $ti-icon-phone-x: '\ec07'; $ti-icon-photo: '\eb0a'; $ti-icon-photo-off: '\ecf6'; +$ti-icon-physotherapist: '\eebe'; $ti-icon-picture-in-picture: '\ed35'; $ti-icon-picture-in-picture-off: '\ed43'; $ti-icon-picture-in-picture-on: '\ed44'; @@ -768,6 +960,7 @@ $ti-icon-plane-departure: '\eb9a'; $ti-icon-planet: '\ec08'; $ti-icon-plant: '\ed50'; $ti-icon-plant-2: '\ed7e'; +$ti-icon-play-card: '\eebf'; $ti-icon-player-pause: '\ed45'; $ti-icon-player-play: '\ed46'; $ti-icon-player-record: '\ed47'; @@ -776,25 +969,36 @@ $ti-icon-player-skip-forward: '\ed49'; $ti-icon-player-stop: '\ed4a'; $ti-icon-player-track-next: '\ed4b'; $ti-icon-player-track-prev: '\ed4c'; +$ti-icon-playlist: '\eec0'; $ti-icon-plug: '\ebd9'; $ti-icon-plus: '\eb0b'; $ti-icon-point: '\eb0c'; +$ti-icon-pokeball: '\eec1'; +$ti-icon-polaroid: '\eec2'; $ti-icon-pool: '\ed91'; $ti-icon-power: '\eb0d'; $ti-icon-pray: '\ecbf'; $ti-icon-presentation: '\eb70'; +$ti-icon-presentation-analytics: '\eec3'; $ti-icon-printer: '\eb0e'; $ti-icon-prompt: '\eb0f'; +$ti-icon-propeller: '\eec4'; $ti-icon-puzzle: '\eb10'; +$ti-icon-pyramid: '\eec5'; $ti-icon-qrcode: '\eb11'; $ti-icon-question-mark: '\ec9d'; $ti-icon-radioactive: '\ecc0'; +$ti-icon-radius-bottom-left: '\eec6'; +$ti-icon-radius-bottom-right: '\eec7'; +$ti-icon-radius-top-left: '\eec8'; +$ti-icon-radius-top-right: '\eec9'; $ti-icon-rainbow: '\edbc'; $ti-icon-receipt: '\edfd'; $ti-icon-receipt-2: '\edfa'; $ti-icon-receipt-off: '\edfb'; $ti-icon-receipt-refund: '\edfc'; $ti-icon-receipt-tax: '\edbd'; +$ti-icon-recharging: '\eeca'; $ti-icon-record-mail: '\eb12'; $ti-icon-rectangle: '\ed37'; $ti-icon-rectangle-vertical: '\ed36'; @@ -808,6 +1012,11 @@ $ti-icon-relation-one-to-one: '\ed81'; $ti-icon-repeat: '\eb72'; $ti-icon-repeat-once: '\eb71'; $ti-icon-replace: '\ebc7'; +$ti-icon-report: '\eece'; +$ti-icon-report-analytics: '\eecb'; +$ti-icon-report-medical: '\eecc'; +$ti-icon-report-money: '\eecd'; +$ti-icon-resize: '\eecf'; $ti-icon-ripple: '\ed82'; $ti-icon-road-sign: '\ecdd'; $ti-icon-rocket: '\ec45'; @@ -818,10 +1027,14 @@ $ti-icon-rotate-clockwise-2: '\ebb5'; $ti-icon-rotate-rectangle: '\ec15'; $ti-icon-route: '\eb17'; $ti-icon-router: '\eb18'; +$ti-icon-row-insert-bottom: '\eed0'; +$ti-icon-row-insert-top: '\eed1'; $ti-icon-rss: '\eb19'; $ti-icon-ruler: '\eb1a'; +$ti-icon-ruler-2: '\eed2'; $ti-icon-run: '\ec82'; $ti-icon-sailboat: '\ec83'; +$ti-icon-satellite: '\eed3'; $ti-icon-scale: '\ebc2'; $ti-icon-scan: '\ebc8'; $ti-icon-school: '\ecf7'; @@ -830,7 +1043,9 @@ $ti-icon-scooter: '\ec6c'; $ti-icon-scooter-electric: '\ecc1'; $ti-icon-screen-share: '\ed18'; $ti-icon-screen-share-off: '\ed17'; +$ti-icon-scuba-mask: '\eed4'; $ti-icon-search: '\eb1c'; +$ti-icon-section: '\eed5'; $ti-icon-seeding: '\ed51'; $ti-icon-select: '\ec9e'; $ti-icon-selector: '\eb1d'; @@ -841,7 +1056,12 @@ $ti-icon-separator-vertical: '\ec7a'; $ti-icon-server: '\eb1f'; $ti-icon-servicemark: '\ec09'; $ti-icon-settings: '\eb20'; +$ti-icon-settings-automation: '\eed6'; +$ti-icon-shadow: '\eed8'; +$ti-icon-shadow-off: '\eed7'; $ti-icon-shape: '\eb9c'; +$ti-icon-shape-2: '\eed9'; +$ti-icon-shape-3: '\eeda'; $ti-icon-share: '\eb21'; $ti-icon-shield: '\eb24'; $ti-icon-shield-check: '\eb22'; @@ -851,6 +1071,12 @@ $ti-icon-shield-x: '\eb23'; $ti-icon-ship: '\ec84'; $ti-icon-shirt: '\ec0a'; $ti-icon-shopping-cart: '\eb25'; +$ti-icon-shopping-cart-discount: '\eedb'; +$ti-icon-shopping-cart-off: '\eedc'; +$ti-icon-shopping-cart-plus: '\eedd'; +$ti-icon-shopping-cart-x: '\eede'; +$ti-icon-shredder: '\eedf'; +$ti-icon-signature: '\eee0'; $ti-icon-sitemap: '\eb9d'; $ti-icon-skateboard: '\ecc2'; $ti-icon-slice: '\ebdb'; @@ -861,21 +1087,44 @@ $ti-icon-smoking-no: '\ecc3'; $ti-icon-snowflake: '\ec0b'; $ti-icon-soccer-field: '\ed92'; $ti-icon-social: '\ebec'; +$ti-icon-sock: '\eee1'; $ti-icon-sort-ascending: '\eb26'; +$ti-icon-sort-ascending-2: '\eee2'; $ti-icon-sort-descending: '\eb27'; +$ti-icon-sort-descending-2: '\eee3'; $ti-icon-space: '\ec0c'; $ti-icon-speakerphone: '\ed61'; $ti-icon-speedboat: '\ed93'; +$ti-icon-sport-billard: '\eee4'; $ti-icon-square: '\eb2c'; +$ti-icon-square-0: '\eee5'; +$ti-icon-square-1: '\eee6'; +$ti-icon-square-2: '\eee7'; +$ti-icon-square-3: '\eee8'; +$ti-icon-square-4: '\eee9'; +$ti-icon-square-5: '\eeea'; +$ti-icon-square-6: '\eeeb'; +$ti-icon-square-7: '\eeec'; +$ti-icon-square-8: '\eeed'; +$ti-icon-square-9: '\eeee'; $ti-icon-square-check: '\eb28'; $ti-icon-square-dot: '\ed59'; $ti-icon-square-forbid: '\ed5b'; $ti-icon-square-forbid-2: '\ed5a'; $ti-icon-square-minus: '\eb29'; +$ti-icon-square-off: '\eeef'; $ti-icon-square-plus: '\eb2a'; +$ti-icon-square-root: '\eef1'; +$ti-icon-square-root-2: '\eef0'; $ti-icon-square-rotated: '\ecdf'; +$ti-icon-square-rotated-off: '\eef2'; +$ti-icon-square-toggle: '\eef4'; +$ti-icon-square-toggle-horizontal: '\eef3'; $ti-icon-square-x: '\eb2b'; +$ti-icon-squares-diagonal: '\eef5'; +$ti-icon-squares-filled: '\eef6'; $ti-icon-stack: '\eb2d'; +$ti-icon-stack-2: '\eef7'; $ti-icon-stairs: '\eca6'; $ti-icon-stairs-down: '\eca4'; $ti-icon-stairs-up: '\eca5'; @@ -905,6 +1154,9 @@ $ti-icon-switch-3: '\edc0'; $ti-icon-switch-horizontal: '\eb31'; $ti-icon-switch-vertical: '\eb32'; $ti-icon-table: '\eba1'; +$ti-icon-table-export: '\eef8'; +$ti-icon-table-import: '\eef9'; +$ti-icon-table-off: '\eefa'; $ti-icon-tag: '\eb34'; $ti-icon-tallymark-1: '\ec46'; $ti-icon-tallymark-2: '\ec47'; @@ -919,22 +1171,28 @@ $ti-icon-temperature-fahrenheit: '\eb37'; $ti-icon-temperature-minus: '\ebed'; $ti-icon-temperature-plus: '\ebee'; $ti-icon-template: '\eb39'; +$ti-icon-tent: '\eefb'; $ti-icon-terminal: '\ebdc'; $ti-icon-terminal-2: '\ebef'; $ti-icon-test-pipe: '\eb3a'; +$ti-icon-text-direction-ltr: '\eefc'; +$ti-icon-text-direction-rtl: '\eefd'; $ti-icon-text-wrap: '\ebdd'; $ti-icon-text-wrap-disabled: '\eca7'; $ti-icon-thumb-down: '\eb3b'; $ti-icon-thumb-up: '\eb3c'; $ti-icon-ticket: '\eb3d'; +$ti-icon-tilt-shift: '\eefe'; $ti-icon-tir: '\ebf0'; $ti-icon-toggle-left: '\eb3e'; $ti-icon-toggle-right: '\eb3f'; $ti-icon-tool: '\eb40'; $ti-icon-tools: '\ebca'; $ti-icon-tools-kitchen: '\ed64'; +$ti-icon-tools-kitchen-2: '\eeff'; $ti-icon-tornado: '\ece2'; $ti-icon-tournament: '\ecd0'; +$ti-icon-track: '\ef00'; $ti-icon-tractor: '\ec0d'; $ti-icon-trademark: '\ec0e'; $ti-icon-traffic-cone: '\ec0f'; @@ -942,6 +1200,7 @@ $ti-icon-traffic-lights: '\ed39'; $ti-icon-train: '\ed96'; $ti-icon-trash: '\eb41'; $ti-icon-trash-off: '\ed65'; +$ti-icon-tree: '\ef01'; $ti-icon-trees: '\ec10'; $ti-icon-trending-down: '\eb42'; $ti-icon-trending-down-2: '\edc1'; @@ -950,11 +1209,13 @@ $ti-icon-trending-up: '\eb43'; $ti-icon-trending-up-2: '\edc3'; $ti-icon-trending-up-3: '\edc4'; $ti-icon-triangle: '\eb44'; +$ti-icon-triangle-off: '\ef02'; $ti-icon-triangle-square-circle: '\ece8'; $ti-icon-trident: '\ecc5'; $ti-icon-trophy: '\eb45'; $ti-icon-truck: '\ebc4'; $ti-icon-truck-delivery: '\ec4b'; +$ti-icon-truck-off: '\ef03'; $ti-icon-truck-return: '\ec4c'; $ti-icon-typography: '\ebc5'; $ti-icon-umbrella: '\ebf1'; @@ -970,6 +1231,8 @@ $ti-icon-user-off: '\ecf9'; $ti-icon-user-plus: '\eb4b'; $ti-icon-user-x: '\eb4c'; $ti-icon-users: '\ebf2'; +$ti-icon-vaccine: '\ef04'; +$ti-icon-variable: '\ef05'; $ti-icon-vector: '\eca9'; $ti-icon-vector-beizer: '\ed3b'; $ti-icon-vector-beizer-2: '\ed3a'; @@ -1003,6 +1266,7 @@ $ti-icon-wifi-2: '\eba5'; $ti-icon-wifi-off: '\ecfa'; $ti-icon-wind: '\ec34'; $ti-icon-windmill: '\ed85'; +$ti-icon-window: '\ef06'; $ti-icon-wiper: '\ecab'; $ti-icon-wiper-wash: '\ecaa'; $ti-icon-woman: '\eb53'; @@ -1010,6 +1274,8 @@ $ti-icon-world: '\eb54'; $ti-icon-world-latitude: '\ed2e'; $ti-icon-world-longitude: '\ed2f'; $ti-icon-wrecking-ball: '\ed97'; +$ti-icon-writing: '\ef08'; +$ti-icon-writing-sign: '\ef07'; $ti-icon-x: '\eb55'; $ti-icon-yin-yang: '\ec35'; $ti-icon-zodiac-aquarius: '\ecac'; @@ -1025,7 +1291,9 @@ $ti-icon-zodiac-scorpio: '\ecb5'; $ti-icon-zodiac-taurus: '\ecb6'; $ti-icon-zodiac-virgo: '\ecb7'; $ti-icon-zoom-cancel: '\ec4d'; +$ti-icon-zoom-check: '\ef09'; $ti-icon-zoom-in: '\eb56'; +$ti-icon-zoom-money: '\ef0a'; $ti-icon-zoom-out: '\eb57'; $ti-icon-zoom-question: '\edeb'; @@ -1041,6 +1309,8 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-adjustments:before { content: $ti-icon-adjustments; } .#{$ti-icon-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; } .#{$ti-icon-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; } +.#{$ti-icon-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; } +.#{$ti-icon-prefix}-affiliate:before { content: $ti-icon-affiliate; } .#{$ti-icon-prefix}-alarm:before { content: $ti-icon-alarm; } .#{$ti-icon-prefix}-alert-circle:before { content: $ti-icon-alert-circle; } .#{$ti-icon-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; } @@ -1130,16 +1400,20 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-arrows-join:before { content: $ti-icon-arrows-join; } .#{$ti-icon-prefix}-arrows-join-2:before { content: $ti-icon-arrows-join-2; } .#{$ti-icon-prefix}-arrows-left:before { content: $ti-icon-arrows-left; } +.#{$ti-icon-prefix}-arrows-left-down:before { content: $ti-icon-arrows-left-down; } .#{$ti-icon-prefix}-arrows-left-right:before { content: $ti-icon-arrows-left-right; } .#{$ti-icon-prefix}-arrows-maximize:before { content: $ti-icon-arrows-maximize; } .#{$ti-icon-prefix}-arrows-minimize:before { content: $ti-icon-arrows-minimize; } .#{$ti-icon-prefix}-arrows-right:before { content: $ti-icon-arrows-right; } +.#{$ti-icon-prefix}-arrows-right-down:before { content: $ti-icon-arrows-right-down; } .#{$ti-icon-prefix}-arrows-right-left:before { content: $ti-icon-arrows-right-left; } .#{$ti-icon-prefix}-arrows-sort:before { content: $ti-icon-arrows-sort; } .#{$ti-icon-prefix}-arrows-split:before { content: $ti-icon-arrows-split; } .#{$ti-icon-prefix}-arrows-split-2:before { content: $ti-icon-arrows-split-2; } .#{$ti-icon-prefix}-arrows-up:before { content: $ti-icon-arrows-up; } .#{$ti-icon-prefix}-arrows-up-down:before { content: $ti-icon-arrows-up-down; } +.#{$ti-icon-prefix}-arrows-up-left:before { content: $ti-icon-arrows-up-left; } +.#{$ti-icon-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; } .#{$ti-icon-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; } .#{$ti-icon-prefix}-artboard:before { content: $ti-icon-artboard; } .#{$ti-icon-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; } @@ -1149,8 +1423,11 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-award:before { content: $ti-icon-award; } .#{$ti-icon-prefix}-backhoe:before { content: $ti-icon-backhoe; } .#{$ti-icon-prefix}-backspace:before { content: $ti-icon-backspace; } +.#{$ti-icon-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; } .#{$ti-icon-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; } .#{$ti-icon-prefix}-ball-bowling:before { content: $ti-icon-ball-bowling; } +.#{$ti-icon-prefix}-ball-football:before { content: $ti-icon-ball-football; } +.#{$ti-icon-prefix}-ball-football-off:before { content: $ti-icon-ball-football-off; } .#{$ti-icon-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; } .#{$ti-icon-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; } .#{$ti-icon-prefix}-ban:before { content: $ti-icon-ban; } @@ -1162,6 +1439,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-battery-2:before { content: $ti-icon-battery-2; } .#{$ti-icon-prefix}-battery-3:before { content: $ti-icon-battery-3; } .#{$ti-icon-prefix}-battery-4:before { content: $ti-icon-battery-4; } +.#{$ti-icon-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; } .#{$ti-icon-prefix}-battery-charging:before { content: $ti-icon-battery-charging; } .#{$ti-icon-prefix}-battery-off:before { content: $ti-icon-battery-off; } .#{$ti-icon-prefix}-bed:before { content: $ti-icon-bed; } @@ -1173,7 +1451,9 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; } .#{$ti-icon-prefix}-bell-x:before { content: $ti-icon-bell-x; } .#{$ti-icon-prefix}-bike:before { content: $ti-icon-bike; } +.#{$ti-icon-prefix}-binary:before { content: $ti-icon-binary; } .#{$ti-icon-prefix}-biohazard:before { content: $ti-icon-biohazard; } +.#{$ti-icon-prefix}-blockquote:before { content: $ti-icon-blockquote; } .#{$ti-icon-prefix}-bluetooth:before { content: $ti-icon-bluetooth; } .#{$ti-icon-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; } .#{$ti-icon-prefix}-bluetooth-off:before { content: $ti-icon-bluetooth-off; } @@ -1194,9 +1474,24 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-border-outer:before { content: $ti-icon-border-outer; } .#{$ti-icon-prefix}-border-radius:before { content: $ti-icon-border-radius; } .#{$ti-icon-prefix}-border-right:before { content: $ti-icon-border-right; } +.#{$ti-icon-prefix}-border-style:before { content: $ti-icon-border-style; } .#{$ti-icon-prefix}-border-top:before { content: $ti-icon-border-top; } .#{$ti-icon-prefix}-border-vertical:before { content: $ti-icon-border-vertical; } .#{$ti-icon-prefix}-box:before { content: $ti-icon-box; } +.#{$ti-icon-prefix}-box-margin:before { content: $ti-icon-box-margin; } +.#{$ti-icon-prefix}-box-model:before { content: $ti-icon-box-model; } +.#{$ti-icon-prefix}-box-multiple:before { content: $ti-icon-box-multiple; } +.#{$ti-icon-prefix}-box-multiple-0:before { content: $ti-icon-box-multiple-0; } +.#{$ti-icon-prefix}-box-multiple-1:before { content: $ti-icon-box-multiple-1; } +.#{$ti-icon-prefix}-box-multiple-2:before { content: $ti-icon-box-multiple-2; } +.#{$ti-icon-prefix}-box-multiple-3:before { content: $ti-icon-box-multiple-3; } +.#{$ti-icon-prefix}-box-multiple-4:before { content: $ti-icon-box-multiple-4; } +.#{$ti-icon-prefix}-box-multiple-5:before { content: $ti-icon-box-multiple-5; } +.#{$ti-icon-prefix}-box-multiple-6:before { content: $ti-icon-box-multiple-6; } +.#{$ti-icon-prefix}-box-multiple-7:before { content: $ti-icon-box-multiple-7; } +.#{$ti-icon-prefix}-box-multiple-8:before { content: $ti-icon-box-multiple-8; } +.#{$ti-icon-prefix}-box-multiple-9:before { content: $ti-icon-box-multiple-9; } +.#{$ti-icon-prefix}-box-padding:before { content: $ti-icon-box-padding; } .#{$ti-icon-prefix}-braces:before { content: $ti-icon-braces; } .#{$ti-icon-prefix}-brackets:before { content: $ti-icon-brackets; } .#{$ti-icon-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; } @@ -1282,7 +1577,9 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; } .#{$ti-icon-prefix}-briefcase:before { content: $ti-icon-briefcase; } .#{$ti-icon-prefix}-brightness:before { content: $ti-icon-brightness; } +.#{$ti-icon-prefix}-brightness-2:before { content: $ti-icon-brightness-2; } .#{$ti-icon-prefix}-brightness-down:before { content: $ti-icon-brightness-down; } +.#{$ti-icon-prefix}-brightness-half:before { content: $ti-icon-brightness-half; } .#{$ti-icon-prefix}-brightness-up:before { content: $ti-icon-brightness-up; } .#{$ti-icon-prefix}-browser:before { content: $ti-icon-browser; } .#{$ti-icon-prefix}-brush:before { content: $ti-icon-brush; } @@ -1297,6 +1594,8 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-building-castle:before { content: $ti-icon-building-castle; } .#{$ti-icon-prefix}-building-church:before { content: $ti-icon-building-church; } .#{$ti-icon-prefix}-building-community:before { content: $ti-icon-building-community; } +.#{$ti-icon-prefix}-building-cottage:before { content: $ti-icon-building-cottage; } +.#{$ti-icon-prefix}-building-factory:before { content: $ti-icon-building-factory; } .#{$ti-icon-prefix}-building-fortress:before { content: $ti-icon-building-fortress; } .#{$ti-icon-prefix}-building-hospital:before { content: $ti-icon-building-hospital; } .#{$ti-icon-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; } @@ -1307,17 +1606,23 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; } .#{$ti-icon-prefix}-bulb:before { content: $ti-icon-bulb; } .#{$ti-icon-prefix}-bulb-off:before { content: $ti-icon-bulb-off; } -.#{$ti-icon-prefix}-buldozer:before { content: $ti-icon-buldozer; } +.#{$ti-icon-prefix}-bulldozer:before { content: $ti-icon-bulldozer; } .#{$ti-icon-prefix}-bus:before { content: $ti-icon-bus; } +.#{$ti-icon-prefix}-businessplan:before { content: $ti-icon-businessplan; } .#{$ti-icon-prefix}-calculator:before { content: $ti-icon-calculator; } .#{$ti-icon-prefix}-calendar:before { content: $ti-icon-calendar; } .#{$ti-icon-prefix}-calendar-event:before { content: $ti-icon-calendar-event; } .#{$ti-icon-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; } +.#{$ti-icon-prefix}-calendar-off:before { content: $ti-icon-calendar-off; } .#{$ti-icon-prefix}-calendar-plus:before { content: $ti-icon-calendar-plus; } +.#{$ti-icon-prefix}-calendar-stats:before { content: $ti-icon-calendar-stats; } +.#{$ti-icon-prefix}-calendar-time:before { content: $ti-icon-calendar-time; } .#{$ti-icon-prefix}-camera:before { content: $ti-icon-camera; } .#{$ti-icon-prefix}-camera-minus:before { content: $ti-icon-camera-minus; } .#{$ti-icon-prefix}-camera-off:before { content: $ti-icon-camera-off; } .#{$ti-icon-prefix}-camera-plus:before { content: $ti-icon-camera-plus; } +.#{$ti-icon-prefix}-camera-rotate:before { content: $ti-icon-camera-rotate; } +.#{$ti-icon-prefix}-camera-selfie:before { content: $ti-icon-camera-selfie; } .#{$ti-icon-prefix}-capture:before { content: $ti-icon-capture; } .#{$ti-icon-prefix}-car:before { content: $ti-icon-car; } .#{$ti-icon-prefix}-caravan:before { content: $ti-icon-caravan; } @@ -1327,17 +1632,33 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-caret-right:before { content: $ti-icon-caret-right; } .#{$ti-icon-prefix}-caret-up:before { content: $ti-icon-caret-up; } .#{$ti-icon-prefix}-cash:before { content: $ti-icon-cash; } +.#{$ti-icon-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; } +.#{$ti-icon-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; } .#{$ti-icon-prefix}-cast:before { content: $ti-icon-cast; } .#{$ti-icon-prefix}-ce:before { content: $ti-icon-ce; } .#{$ti-icon-prefix}-certificate:before { content: $ti-icon-certificate; } +.#{$ti-icon-prefix}-charging-pile:before { content: $ti-icon-charging-pile; } +.#{$ti-icon-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; } +.#{$ti-icon-prefix}-chart-arcs-3:before { content: $ti-icon-chart-arcs-3; } .#{$ti-icon-prefix}-chart-area:before { content: $ti-icon-chart-area; } .#{$ti-icon-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; } +.#{$ti-icon-prefix}-chart-arrows:before { content: $ti-icon-chart-arrows; } +.#{$ti-icon-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; } .#{$ti-icon-prefix}-chart-bar:before { content: $ti-icon-chart-bar; } .#{$ti-icon-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; } .#{$ti-icon-prefix}-chart-candle:before { content: $ti-icon-chart-candle; } +.#{$ti-icon-prefix}-chart-circles:before { content: $ti-icon-chart-circles; } .#{$ti-icon-prefix}-chart-donut:before { content: $ti-icon-chart-donut; } +.#{$ti-icon-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; } +.#{$ti-icon-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; } +.#{$ti-icon-prefix}-chart-donut-4:before { content: $ti-icon-chart-donut-4; } +.#{$ti-icon-prefix}-chart-dots:before { content: $ti-icon-chart-dots; } +.#{$ti-icon-prefix}-chart-infographic:before { content: $ti-icon-chart-infographic; } .#{$ti-icon-prefix}-chart-line:before { content: $ti-icon-chart-line; } .#{$ti-icon-prefix}-chart-pie:before { content: $ti-icon-chart-pie; } +.#{$ti-icon-prefix}-chart-pie-2:before { content: $ti-icon-chart-pie-2; } +.#{$ti-icon-prefix}-chart-pie-3:before { content: $ti-icon-chart-pie-3; } +.#{$ti-icon-prefix}-chart-pie-4:before { content: $ti-icon-chart-pie-4; } .#{$ti-icon-prefix}-chart-radar:before { content: $ti-icon-chart-radar; } .#{$ti-icon-prefix}-check:before { content: $ti-icon-check; } .#{$ti-icon-prefix}-checkbox:before { content: $ti-icon-checkbox; } @@ -1360,14 +1681,28 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; } .#{$ti-icon-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; } .#{$ti-icon-prefix}-circle:before { content: $ti-icon-circle; } +.#{$ti-icon-prefix}-circle-0:before { content: $ti-icon-circle-0; } +.#{$ti-icon-prefix}-circle-1:before { content: $ti-icon-circle-1; } +.#{$ti-icon-prefix}-circle-2:before { content: $ti-icon-circle-2; } +.#{$ti-icon-prefix}-circle-3:before { content: $ti-icon-circle-3; } +.#{$ti-icon-prefix}-circle-4:before { content: $ti-icon-circle-4; } +.#{$ti-icon-prefix}-circle-5:before { content: $ti-icon-circle-5; } +.#{$ti-icon-prefix}-circle-6:before { content: $ti-icon-circle-6; } +.#{$ti-icon-prefix}-circle-7:before { content: $ti-icon-circle-7; } +.#{$ti-icon-prefix}-circle-8:before { content: $ti-icon-circle-8; } +.#{$ti-icon-prefix}-circle-9:before { content: $ti-icon-circle-9; } .#{$ti-icon-prefix}-circle-check:before { content: $ti-icon-circle-check; } .#{$ti-icon-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; } .#{$ti-icon-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; } +.#{$ti-icon-prefix}-circle-half:before { content: $ti-icon-circle-half; } +.#{$ti-icon-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; } .#{$ti-icon-prefix}-circle-minus:before { content: $ti-icon-circle-minus; } +.#{$ti-icon-prefix}-circle-off:before { content: $ti-icon-circle-off; } .#{$ti-icon-prefix}-circle-plus:before { content: $ti-icon-circle-plus; } .#{$ti-icon-prefix}-circle-square:before { content: $ti-icon-circle-square; } .#{$ti-icon-prefix}-circle-x:before { content: $ti-icon-circle-x; } .#{$ti-icon-prefix}-circles:before { content: $ti-icon-circles; } +.#{$ti-icon-prefix}-clear-all:before { content: $ti-icon-clear-all; } .#{$ti-icon-prefix}-clear-formatting:before { content: $ti-icon-clear-formatting; } .#{$ti-icon-prefix}-click:before { content: $ti-icon-click; } .#{$ti-icon-prefix}-clipboard:before { content: $ti-icon-clipboard; } @@ -1384,46 +1719,102 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-cloud-storm:before { content: $ti-icon-cloud-storm; } .#{$ti-icon-prefix}-cloud-upload:before { content: $ti-icon-cloud-upload; } .#{$ti-icon-prefix}-code:before { content: $ti-icon-code; } +.#{$ti-icon-prefix}-code-minus:before { content: $ti-icon-code-minus; } +.#{$ti-icon-prefix}-code-plus:before { content: $ti-icon-code-plus; } .#{$ti-icon-prefix}-coin:before { content: $ti-icon-coin; } .#{$ti-icon-prefix}-color-picker:before { content: $ti-icon-color-picker; } .#{$ti-icon-prefix}-color-swatch:before { content: $ti-icon-color-swatch; } +.#{$ti-icon-prefix}-column-insert-left:before { content: $ti-icon-column-insert-left; } +.#{$ti-icon-prefix}-column-insert-right:before { content: $ti-icon-column-insert-right; } .#{$ti-icon-prefix}-columns:before { content: $ti-icon-columns; } .#{$ti-icon-prefix}-comet:before { content: $ti-icon-comet; } .#{$ti-icon-prefix}-command:before { content: $ti-icon-command; } .#{$ti-icon-prefix}-compass:before { content: $ti-icon-compass; } +.#{$ti-icon-prefix}-confetti:before { content: $ti-icon-confetti; } +.#{$ti-icon-prefix}-container:before { content: $ti-icon-container; } .#{$ti-icon-prefix}-contrast:before { content: $ti-icon-contrast; } .#{$ti-icon-prefix}-copy:before { content: $ti-icon-copy; } .#{$ti-icon-prefix}-copyleft:before { content: $ti-icon-copyleft; } .#{$ti-icon-prefix}-copyright:before { content: $ti-icon-copyright; } .#{$ti-icon-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; } +.#{$ti-icon-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; } .#{$ti-icon-prefix}-corner-down-right:before { content: $ti-icon-corner-down-right; } +.#{$ti-icon-prefix}-corner-down-right-double:before { content: $ti-icon-corner-down-right-double; } .#{$ti-icon-prefix}-corner-left-down:before { content: $ti-icon-corner-left-down; } +.#{$ti-icon-prefix}-corner-left-down-double:before { content: $ti-icon-corner-left-down-double; } .#{$ti-icon-prefix}-corner-left-up:before { content: $ti-icon-corner-left-up; } +.#{$ti-icon-prefix}-corner-left-up-double:before { content: $ti-icon-corner-left-up-double; } .#{$ti-icon-prefix}-corner-right-down:before { content: $ti-icon-corner-right-down; } +.#{$ti-icon-prefix}-corner-right-down-double:before { content: $ti-icon-corner-right-down-double; } .#{$ti-icon-prefix}-corner-right-up:before { content: $ti-icon-corner-right-up; } +.#{$ti-icon-prefix}-corner-right-up-double:before { content: $ti-icon-corner-right-up-double; } .#{$ti-icon-prefix}-corner-up-left:before { content: $ti-icon-corner-up-left; } +.#{$ti-icon-prefix}-corner-up-left-double:before { content: $ti-icon-corner-up-left-double; } .#{$ti-icon-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; } +.#{$ti-icon-prefix}-corner-up-right-double:before { content: $ti-icon-corner-up-right-double; } .#{$ti-icon-prefix}-credit-card:before { content: $ti-icon-credit-card; } .#{$ti-icon-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; } .#{$ti-icon-prefix}-crop:before { content: $ti-icon-crop; } .#{$ti-icon-prefix}-crosshair:before { content: $ti-icon-crosshair; } .#{$ti-icon-prefix}-crown:before { content: $ti-icon-crown; } +.#{$ti-icon-prefix}-crown-off:before { content: $ti-icon-crown-off; } .#{$ti-icon-prefix}-curly-loop:before { content: $ti-icon-curly-loop; } +.#{$ti-icon-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; } +.#{$ti-icon-prefix}-currency-bath:before { content: $ti-icon-currency-bath; } .#{$ti-icon-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; } +.#{$ti-icon-prefix}-currency-cent:before { content: $ti-icon-currency-cent; } +.#{$ti-icon-prefix}-currency-dinar:before { content: $ti-icon-currency-dinar; } +.#{$ti-icon-prefix}-currency-dirham:before { content: $ti-icon-currency-dirham; } .#{$ti-icon-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; } +.#{$ti-icon-prefix}-currency-dollar-australian:before { content: $ti-icon-currency-dollar-australian; } +.#{$ti-icon-prefix}-currency-dollar-canadian:before { content: $ti-icon-currency-dollar-canadian; } +.#{$ti-icon-prefix}-currency-dollar-singapore:before { content: $ti-icon-currency-dollar-singapore; } +.#{$ti-icon-prefix}-currency-ethereum:before { content: $ti-icon-currency-ethereum; } .#{$ti-icon-prefix}-currency-euro:before { content: $ti-icon-currency-euro; } +.#{$ti-icon-prefix}-currency-forint:before { content: $ti-icon-currency-forint; } +.#{$ti-icon-prefix}-currency-frank:before { content: $ti-icon-currency-frank; } +.#{$ti-icon-prefix}-currency-krone-czech:before { content: $ti-icon-currency-krone-czech; } +.#{$ti-icon-prefix}-currency-krone-danish:before { content: $ti-icon-currency-krone-danish; } +.#{$ti-icon-prefix}-currency-krone-swedish:before { content: $ti-icon-currency-krone-swedish; } +.#{$ti-icon-prefix}-currency-leu:before { content: $ti-icon-currency-leu; } +.#{$ti-icon-prefix}-currency-lira:before { content: $ti-icon-currency-lira; } +.#{$ti-icon-prefix}-currency-litecoin:before { content: $ti-icon-currency-litecoin; } +.#{$ti-icon-prefix}-currency-naira:before { content: $ti-icon-currency-naira; } .#{$ti-icon-prefix}-currency-pound:before { content: $ti-icon-currency-pound; } +.#{$ti-icon-prefix}-currency-real:before { content: $ti-icon-currency-real; } +.#{$ti-icon-prefix}-currency-renminbi:before { content: $ti-icon-currency-renminbi; } +.#{$ti-icon-prefix}-currency-ripple:before { content: $ti-icon-currency-ripple; } +.#{$ti-icon-prefix}-currency-riyal:before { content: $ti-icon-currency-riyal; } +.#{$ti-icon-prefix}-currency-rubel:before { content: $ti-icon-currency-rubel; } .#{$ti-icon-prefix}-currency-rupee:before { content: $ti-icon-currency-rupee; } +.#{$ti-icon-prefix}-currency-shekel:before { content: $ti-icon-currency-shekel; } +.#{$ti-icon-prefix}-currency-taka:before { content: $ti-icon-currency-taka; } +.#{$ti-icon-prefix}-currency-tugrik:before { content: $ti-icon-currency-tugrik; } +.#{$ti-icon-prefix}-currency-won:before { content: $ti-icon-currency-won; } .#{$ti-icon-prefix}-currency-yen:before { content: $ti-icon-currency-yen; } +.#{$ti-icon-prefix}-currency-zloty:before { content: $ti-icon-currency-zloty; } .#{$ti-icon-prefix}-current-location:before { content: $ti-icon-current-location; } +.#{$ti-icon-prefix}-cursor-text:before { content: $ti-icon-cursor-text; } .#{$ti-icon-prefix}-cut:before { content: $ti-icon-cut; } .#{$ti-icon-prefix}-dashboard:before { content: $ti-icon-dashboard; } .#{$ti-icon-prefix}-database:before { content: $ti-icon-database; } +.#{$ti-icon-prefix}-database-export:before { content: $ti-icon-database-export; } +.#{$ti-icon-prefix}-database-import:before { content: $ti-icon-database-import; } +.#{$ti-icon-prefix}-database-off:before { content: $ti-icon-database-off; } +.#{$ti-icon-prefix}-details:before { content: $ti-icon-details; } +.#{$ti-icon-prefix}-device-analytics:before { content: $ti-icon-device-analytics; } +.#{$ti-icon-prefix}-device-audio-tape:before { content: $ti-icon-device-audio-tape; } +.#{$ti-icon-prefix}-device-cctv:before { content: $ti-icon-device-cctv; } +.#{$ti-icon-prefix}-device-computer-camera:before { content: $ti-icon-device-computer-camera; } +.#{$ti-icon-prefix}-device-computer-camera-off:before { content: $ti-icon-device-computer-camera-off; } .#{$ti-icon-prefix}-device-desktop:before { content: $ti-icon-device-desktop; } +.#{$ti-icon-prefix}-device-desktop-analytics:before { content: $ti-icon-device-desktop-analytics; } +.#{$ti-icon-prefix}-device-desktop-off:before { content: $ti-icon-device-desktop-off; } .#{$ti-icon-prefix}-device-floppy:before { content: $ti-icon-device-floppy; } .#{$ti-icon-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; } .#{$ti-icon-prefix}-device-laptop:before { content: $ti-icon-device-laptop; } .#{$ti-icon-prefix}-device-mobile:before { content: $ti-icon-device-mobile; } +.#{$ti-icon-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; } .#{$ti-icon-prefix}-device-mobile-rotated:before { content: $ti-icon-device-mobile-rotated; } .#{$ti-icon-prefix}-device-mobile-vibration:before { content: $ti-icon-device-mobile-vibration; } .#{$ti-icon-prefix}-device-speaker:before { content: $ti-icon-device-speaker; } @@ -1432,8 +1823,10 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-device-watch:before { content: $ti-icon-device-watch; } .#{$ti-icon-prefix}-devices:before { content: $ti-icon-devices; } .#{$ti-icon-prefix}-devices-2:before { content: $ti-icon-devices-2; } +.#{$ti-icon-prefix}-devices-pc:before { content: $ti-icon-devices-pc; } .#{$ti-icon-prefix}-diamond:before { content: $ti-icon-diamond; } .#{$ti-icon-prefix}-dice:before { content: $ti-icon-dice; } +.#{$ti-icon-prefix}-dimensions:before { content: $ti-icon-dimensions; } .#{$ti-icon-prefix}-direction:before { content: $ti-icon-direction; } .#{$ti-icon-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; } .#{$ti-icon-prefix}-directions:before { content: $ti-icon-directions; } @@ -1441,7 +1834,9 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-disabled-2:before { content: $ti-icon-disabled-2; } .#{$ti-icon-prefix}-disc:before { content: $ti-icon-disc; } .#{$ti-icon-prefix}-discount:before { content: $ti-icon-discount; } +.#{$ti-icon-prefix}-discount-2:before { content: $ti-icon-discount-2; } .#{$ti-icon-prefix}-divide:before { content: $ti-icon-divide; } +.#{$ti-icon-prefix}-dna:before { content: $ti-icon-dna; } .#{$ti-icon-prefix}-dots:before { content: $ti-icon-dots; } .#{$ti-icon-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; } .#{$ti-icon-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; } @@ -1451,19 +1846,33 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-drag-drop:before { content: $ti-icon-drag-drop; } .#{$ti-icon-prefix}-drag-drop-2:before { content: $ti-icon-drag-drop-2; } .#{$ti-icon-prefix}-drone:before { content: $ti-icon-drone; } +.#{$ti-icon-prefix}-drone-off:before { content: $ti-icon-drone-off; } .#{$ti-icon-prefix}-droplet:before { content: $ti-icon-droplet; } +.#{$ti-icon-prefix}-droplet-filled:before { content: $ti-icon-droplet-filled; } +.#{$ti-icon-prefix}-droplet-filled-2:before { content: $ti-icon-droplet-filled-2; } +.#{$ti-icon-prefix}-droplet-half:before { content: $ti-icon-droplet-half; } +.#{$ti-icon-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; } +.#{$ti-icon-prefix}-droplet-off:before { content: $ti-icon-droplet-off; } .#{$ti-icon-prefix}-ear:before { content: $ti-icon-ear; } +.#{$ti-icon-prefix}-ear-off:before { content: $ti-icon-ear-off; } .#{$ti-icon-prefix}-edit:before { content: $ti-icon-edit; } +.#{$ti-icon-prefix}-edit-circle:before { content: $ti-icon-edit-circle; } .#{$ti-icon-prefix}-egg:before { content: $ti-icon-egg; } .#{$ti-icon-prefix}-emphasis:before { content: $ti-icon-emphasis; } +.#{$ti-icon-prefix}-equal:before { content: $ti-icon-equal; } +.#{$ti-icon-prefix}-equal-not:before { content: $ti-icon-equal-not; } .#{$ti-icon-prefix}-eraser:before { content: $ti-icon-eraser; } .#{$ti-icon-prefix}-exchange:before { content: $ti-icon-exchange; } .#{$ti-icon-prefix}-exposure:before { content: $ti-icon-exposure; } .#{$ti-icon-prefix}-external-link:before { content: $ti-icon-external-link; } .#{$ti-icon-prefix}-eye:before { content: $ti-icon-eye; } +.#{$ti-icon-prefix}-eye-check:before { content: $ti-icon-eye-check; } .#{$ti-icon-prefix}-eye-off:before { content: $ti-icon-eye-off; } +.#{$ti-icon-prefix}-eyeglass:before { content: $ti-icon-eyeglass; } +.#{$ti-icon-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; } .#{$ti-icon-prefix}-face-id:before { content: $ti-icon-face-id; } .#{$ti-icon-prefix}-fall:before { content: $ti-icon-fall; } +.#{$ti-icon-prefix}-feather:before { content: $ti-icon-feather; } .#{$ti-icon-prefix}-file:before { content: $ti-icon-file; } .#{$ti-icon-prefix}-file-alert:before { content: $ti-icon-file-alert; } .#{$ti-icon-prefix}-file-analytics:before { content: $ti-icon-file-analytics; } @@ -1500,7 +1909,10 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-fingerprint:before { content: $ti-icon-fingerprint; } .#{$ti-icon-prefix}-firetruck:before { content: $ti-icon-firetruck; } .#{$ti-icon-prefix}-flag:before { content: $ti-icon-flag; } +.#{$ti-icon-prefix}-flag-2:before { content: $ti-icon-flag-2; } +.#{$ti-icon-prefix}-flag-3:before { content: $ti-icon-flag-3; } .#{$ti-icon-prefix}-flame:before { content: $ti-icon-flame; } +.#{$ti-icon-prefix}-flare:before { content: $ti-icon-flare; } .#{$ti-icon-prefix}-flask:before { content: $ti-icon-flask; } .#{$ti-icon-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; } .#{$ti-icon-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; } @@ -1522,10 +1934,12 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-forbid:before { content: $ti-icon-forbid; } .#{$ti-icon-prefix}-forbid-2:before { content: $ti-icon-forbid-2; } .#{$ti-icon-prefix}-forklift:before { content: $ti-icon-forklift; } +.#{$ti-icon-prefix}-forms:before { content: $ti-icon-forms; } .#{$ti-icon-prefix}-frame:before { content: $ti-icon-frame; } .#{$ti-icon-prefix}-friends:before { content: $ti-icon-friends; } .#{$ti-icon-prefix}-gas-station:before { content: $ti-icon-gas-station; } .#{$ti-icon-prefix}-gauge:before { content: $ti-icon-gauge; } +.#{$ti-icon-prefix}-geometry:before { content: $ti-icon-geometry; } .#{$ti-icon-prefix}-ghost:before { content: $ti-icon-ghost; } .#{$ti-icon-prefix}-gift:before { content: $ti-icon-gift; } .#{$ti-icon-prefix}-git-branch:before { content: $ti-icon-git-branch; } @@ -1536,22 +1950,33 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; } .#{$ti-icon-prefix}-glass:before { content: $ti-icon-glass; } .#{$ti-icon-prefix}-glass-full:before { content: $ti-icon-glass-full; } +.#{$ti-icon-prefix}-glass-off:before { content: $ti-icon-glass-off; } .#{$ti-icon-prefix}-globe:before { content: $ti-icon-globe; } .#{$ti-icon-prefix}-golf:before { content: $ti-icon-golf; } .#{$ti-icon-prefix}-gps:before { content: $ti-icon-gps; } +.#{$ti-icon-prefix}-grain:before { content: $ti-icon-grain; } .#{$ti-icon-prefix}-grid-dots:before { content: $ti-icon-grid-dots; } .#{$ti-icon-prefix}-grip-horizontal:before { content: $ti-icon-grip-horizontal; } .#{$ti-icon-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; } +.#{$ti-icon-prefix}-growth:before { content: $ti-icon-growth; } .#{$ti-icon-prefix}-h-1:before { content: $ti-icon-h-1; } .#{$ti-icon-prefix}-h-2:before { content: $ti-icon-h-2; } .#{$ti-icon-prefix}-h-3:before { content: $ti-icon-h-3; } .#{$ti-icon-prefix}-h-4:before { content: $ti-icon-h-4; } .#{$ti-icon-prefix}-h-5:before { content: $ti-icon-h-5; } .#{$ti-icon-prefix}-h-6:before { content: $ti-icon-h-6; } +.#{$ti-icon-prefix}-hand-finger:before { content: $ti-icon-hand-finger; } +.#{$ti-icon-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; } .#{$ti-icon-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; } .#{$ti-icon-prefix}-hand-off:before { content: $ti-icon-hand-off; } +.#{$ti-icon-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; } +.#{$ti-icon-prefix}-hand-rock:before { content: $ti-icon-hand-rock; } .#{$ti-icon-prefix}-hand-stop:before { content: $ti-icon-hand-stop; } +.#{$ti-icon-prefix}-hand-three-fingers:before { content: $ti-icon-hand-three-fingers; } +.#{$ti-icon-prefix}-hand-two-fingers:before { content: $ti-icon-hand-two-fingers; } +.#{$ti-icon-prefix}-hanger:before { content: $ti-icon-hanger; } .#{$ti-icon-prefix}-hash:before { content: $ti-icon-hash; } +.#{$ti-icon-prefix}-heading:before { content: $ti-icon-heading; } .#{$ti-icon-prefix}-headphones:before { content: $ti-icon-headphones; } .#{$ti-icon-prefix}-headphones-off:before { content: $ti-icon-headphones-off; } .#{$ti-icon-prefix}-headset:before { content: $ti-icon-headset; } @@ -1561,10 +1986,14 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; } .#{$ti-icon-prefix}-help:before { content: $ti-icon-help; } .#{$ti-icon-prefix}-hexagon:before { content: $ti-icon-hexagon; } +.#{$ti-icon-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; } +.#{$ti-icon-prefix}-hierarchy:before { content: $ti-icon-hierarchy; } +.#{$ti-icon-prefix}-hierarchy-2:before { content: $ti-icon-hierarchy-2; } .#{$ti-icon-prefix}-history:before { content: $ti-icon-history; } .#{$ti-icon-prefix}-home:before { content: $ti-icon-home; } .#{$ti-icon-prefix}-home-2:before { content: $ti-icon-home-2; } .#{$ti-icon-prefix}-ice-cream:before { content: $ti-icon-ice-cream; } +.#{$ti-icon-prefix}-ice-cream-2:before { content: $ti-icon-ice-cream-2; } .#{$ti-icon-prefix}-id:before { content: $ti-icon-id; } .#{$ti-icon-prefix}-inbox:before { content: $ti-icon-inbox; } .#{$ti-icon-prefix}-indent-decrease:before { content: $ti-icon-indent-decrease; } @@ -1578,10 +2007,12 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-key:before { content: $ti-icon-key; } .#{$ti-icon-prefix}-keyboard:before { content: $ti-icon-keyboard; } .#{$ti-icon-prefix}-keyboard-hide:before { content: $ti-icon-keyboard-hide; } +.#{$ti-icon-prefix}-keyboard-off:before { content: $ti-icon-keyboard-off; } .#{$ti-icon-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; } .#{$ti-icon-prefix}-language:before { content: $ti-icon-language; } .#{$ti-icon-prefix}-layers-difference:before { content: $ti-icon-layers-difference; } .#{$ti-icon-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; } +.#{$ti-icon-prefix}-layers-linked:before { content: $ti-icon-layers-linked; } .#{$ti-icon-prefix}-layers-subtract:before { content: $ti-icon-layers-subtract; } .#{$ti-icon-prefix}-layers-union:before { content: $ti-icon-layers-union; } .#{$ti-icon-prefix}-layout:before { content: $ti-icon-layout; } @@ -1610,6 +2041,10 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-letter-a:before { content: $ti-icon-letter-a; } .#{$ti-icon-prefix}-letter-b:before { content: $ti-icon-letter-b; } .#{$ti-icon-prefix}-letter-c:before { content: $ti-icon-letter-c; } +.#{$ti-icon-prefix}-letter-case:before { content: $ti-icon-letter-case; } +.#{$ti-icon-prefix}-letter-case-lower:before { content: $ti-icon-letter-case-lower; } +.#{$ti-icon-prefix}-letter-case-toggle:before { content: $ti-icon-letter-case-toggle; } +.#{$ti-icon-prefix}-letter-case-upper:before { content: $ti-icon-letter-case-upper; } .#{$ti-icon-prefix}-letter-d:before { content: $ti-icon-letter-d; } .#{$ti-icon-prefix}-letter-e:before { content: $ti-icon-letter-e; } .#{$ti-icon-prefix}-letter-f:before { content: $ti-icon-letter-f; } @@ -1626,6 +2061,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-letter-q:before { content: $ti-icon-letter-q; } .#{$ti-icon-prefix}-letter-r:before { content: $ti-icon-letter-r; } .#{$ti-icon-prefix}-letter-s:before { content: $ti-icon-letter-s; } +.#{$ti-icon-prefix}-letter-spacing:before { content: $ti-icon-letter-spacing; } .#{$ti-icon-prefix}-letter-t:before { content: $ti-icon-letter-t; } .#{$ti-icon-prefix}-letter-u:before { content: $ti-icon-letter-u; } .#{$ti-icon-prefix}-letter-v:before { content: $ti-icon-letter-v; } @@ -1637,23 +2073,30 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-license:before { content: $ti-icon-license; } .#{$ti-icon-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; } .#{$ti-icon-prefix}-line:before { content: $ti-icon-line; } +.#{$ti-icon-prefix}-line-dashed:before { content: $ti-icon-line-dashed; } +.#{$ti-icon-prefix}-line-dotted:before { content: $ti-icon-line-dotted; } .#{$ti-icon-prefix}-line-height:before { content: $ti-icon-line-height; } .#{$ti-icon-prefix}-link:before { content: $ti-icon-link; } .#{$ti-icon-prefix}-list:before { content: $ti-icon-list; } .#{$ti-icon-prefix}-list-check:before { content: $ti-icon-list-check; } +.#{$ti-icon-prefix}-list-search:before { content: $ti-icon-list-search; } .#{$ti-icon-prefix}-live-photo:before { content: $ti-icon-live-photo; } .#{$ti-icon-prefix}-live-view:before { content: $ti-icon-live-view; } .#{$ti-icon-prefix}-loader:before { content: $ti-icon-loader; } .#{$ti-icon-prefix}-loader-quarter:before { content: $ti-icon-loader-quarter; } .#{$ti-icon-prefix}-location:before { content: $ti-icon-location; } .#{$ti-icon-prefix}-lock:before { content: $ti-icon-lock; } +.#{$ti-icon-prefix}-lock-access:before { content: $ti-icon-lock-access; } .#{$ti-icon-prefix}-lock-off:before { content: $ti-icon-lock-off; } .#{$ti-icon-prefix}-lock-open:before { content: $ti-icon-lock-open; } .#{$ti-icon-prefix}-login:before { content: $ti-icon-login; } .#{$ti-icon-prefix}-logout:before { content: $ti-icon-logout; } +.#{$ti-icon-prefix}-macro:before { content: $ti-icon-macro; } .#{$ti-icon-prefix}-magnet:before { content: $ti-icon-magnet; } .#{$ti-icon-prefix}-mail:before { content: $ti-icon-mail; } +.#{$ti-icon-prefix}-mail-forward:before { content: $ti-icon-mail-forward; } .#{$ti-icon-prefix}-mail-opened:before { content: $ti-icon-mail-opened; } +.#{$ti-icon-prefix}-mailbox:before { content: $ti-icon-mailbox; } .#{$ti-icon-prefix}-man:before { content: $ti-icon-man; } .#{$ti-icon-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; } .#{$ti-icon-prefix}-map:before { content: $ti-icon-map; } @@ -1663,8 +2106,14 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-map-pins:before { content: $ti-icon-map-pins; } .#{$ti-icon-prefix}-markdown:before { content: $ti-icon-markdown; } .#{$ti-icon-prefix}-marquee:before { content: $ti-icon-marquee; } +.#{$ti-icon-prefix}-marquee-2:before { content: $ti-icon-marquee-2; } .#{$ti-icon-prefix}-mars:before { content: $ti-icon-mars; } +.#{$ti-icon-prefix}-mask:before { content: $ti-icon-mask; } +.#{$ti-icon-prefix}-mask-off:before { content: $ti-icon-mask-off; } +.#{$ti-icon-prefix}-massage:before { content: $ti-icon-massage; } .#{$ti-icon-prefix}-math:before { content: $ti-icon-math; } +.#{$ti-icon-prefix}-math-function:before { content: $ti-icon-math-function; } +.#{$ti-icon-prefix}-math-symbols:before { content: $ti-icon-math-symbols; } .#{$ti-icon-prefix}-maximize:before { content: $ti-icon-maximize; } .#{$ti-icon-prefix}-medal:before { content: $ti-icon-medal; } .#{$ti-icon-prefix}-medical-cross:before { content: $ti-icon-medical-cross; } @@ -1685,11 +2134,13 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-microphone-off:before { content: $ti-icon-microphone-off; } .#{$ti-icon-prefix}-minimize:before { content: $ti-icon-minimize; } .#{$ti-icon-prefix}-minus:before { content: $ti-icon-minus; } +.#{$ti-icon-prefix}-minus-vertical:before { content: $ti-icon-minus-vertical; } .#{$ti-icon-prefix}-mist:before { content: $ti-icon-mist; } .#{$ti-icon-prefix}-mood-boy:before { content: $ti-icon-mood-boy; } .#{$ti-icon-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; } .#{$ti-icon-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; } .#{$ti-icon-prefix}-mood-cry:before { content: $ti-icon-mood-cry; } +.#{$ti-icon-prefix}-mood-empty:before { content: $ti-icon-mood-empty; } .#{$ti-icon-prefix}-mood-happy:before { content: $ti-icon-mood-happy; } .#{$ti-icon-prefix}-mood-kid:before { content: $ti-icon-mood-kid; } .#{$ti-icon-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; } @@ -1701,12 +2152,14 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-moon-2:before { content: $ti-icon-moon-2; } .#{$ti-icon-prefix}-moon-stars:before { content: $ti-icon-moon-stars; } .#{$ti-icon-prefix}-moped:before { content: $ti-icon-moped; } +.#{$ti-icon-prefix}-motorbike:before { content: $ti-icon-motorbike; } .#{$ti-icon-prefix}-mouse:before { content: $ti-icon-mouse; } .#{$ti-icon-prefix}-movie:before { content: $ti-icon-movie; } .#{$ti-icon-prefix}-mug:before { content: $ti-icon-mug; } .#{$ti-icon-prefix}-music:before { content: $ti-icon-music; } .#{$ti-icon-prefix}-new-section:before { content: $ti-icon-new-section; } .#{$ti-icon-prefix}-news:before { content: $ti-icon-news; } +.#{$ti-icon-prefix}-nfc:before { content: $ti-icon-nfc; } .#{$ti-icon-prefix}-note:before { content: $ti-icon-note; } .#{$ti-icon-prefix}-notebook:before { content: $ti-icon-notebook; } .#{$ti-icon-prefix}-notes:before { content: $ti-icon-notes; } @@ -1722,9 +2175,14 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-number-8:before { content: $ti-icon-number-8; } .#{$ti-icon-prefix}-number-9:before { content: $ti-icon-number-9; } .#{$ti-icon-prefix}-octagon:before { content: $ti-icon-octagon; } +.#{$ti-icon-prefix}-octagon-off:before { content: $ti-icon-octagon-off; } +.#{$ti-icon-prefix}-old:before { content: $ti-icon-old; } +.#{$ti-icon-prefix}-olympics:before { content: $ti-icon-olympics; } .#{$ti-icon-prefix}-omega:before { content: $ti-icon-omega; } .#{$ti-icon-prefix}-outlet:before { content: $ti-icon-outlet; } +.#{$ti-icon-prefix}-overline:before { content: $ti-icon-overline; } .#{$ti-icon-prefix}-package:before { content: $ti-icon-package; } +.#{$ti-icon-prefix}-pacman:before { content: $ti-icon-pacman; } .#{$ti-icon-prefix}-page-break:before { content: $ti-icon-page-break; } .#{$ti-icon-prefix}-paint:before { content: $ti-icon-paint; } .#{$ti-icon-prefix}-palette:before { content: $ti-icon-palette; } @@ -1738,6 +2196,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-pencil:before { content: $ti-icon-pencil; } .#{$ti-icon-prefix}-pennant:before { content: $ti-icon-pennant; } .#{$ti-icon-prefix}-percentage:before { content: $ti-icon-percentage; } +.#{$ti-icon-prefix}-perspective:before { content: $ti-icon-perspective; } .#{$ti-icon-prefix}-phone:before { content: $ti-icon-phone; } .#{$ti-icon-prefix}-phone-call:before { content: $ti-icon-phone-call; } .#{$ti-icon-prefix}-phone-calling:before { content: $ti-icon-phone-calling; } @@ -1750,6 +2209,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-phone-x:before { content: $ti-icon-phone-x; } .#{$ti-icon-prefix}-photo:before { content: $ti-icon-photo; } .#{$ti-icon-prefix}-photo-off:before { content: $ti-icon-photo-off; } +.#{$ti-icon-prefix}-physotherapist:before { content: $ti-icon-physotherapist; } .#{$ti-icon-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; } .#{$ti-icon-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; } .#{$ti-icon-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; } @@ -1764,6 +2224,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-planet:before { content: $ti-icon-planet; } .#{$ti-icon-prefix}-plant:before { content: $ti-icon-plant; } .#{$ti-icon-prefix}-plant-2:before { content: $ti-icon-plant-2; } +.#{$ti-icon-prefix}-play-card:before { content: $ti-icon-play-card; } .#{$ti-icon-prefix}-player-pause:before { content: $ti-icon-player-pause; } .#{$ti-icon-prefix}-player-play:before { content: $ti-icon-player-play; } .#{$ti-icon-prefix}-player-record:before { content: $ti-icon-player-record; } @@ -1772,25 +2233,36 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-player-stop:before { content: $ti-icon-player-stop; } .#{$ti-icon-prefix}-player-track-next:before { content: $ti-icon-player-track-next; } .#{$ti-icon-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; } +.#{$ti-icon-prefix}-playlist:before { content: $ti-icon-playlist; } .#{$ti-icon-prefix}-plug:before { content: $ti-icon-plug; } .#{$ti-icon-prefix}-plus:before { content: $ti-icon-plus; } .#{$ti-icon-prefix}-point:before { content: $ti-icon-point; } +.#{$ti-icon-prefix}-pokeball:before { content: $ti-icon-pokeball; } +.#{$ti-icon-prefix}-polaroid:before { content: $ti-icon-polaroid; } .#{$ti-icon-prefix}-pool:before { content: $ti-icon-pool; } .#{$ti-icon-prefix}-power:before { content: $ti-icon-power; } .#{$ti-icon-prefix}-pray:before { content: $ti-icon-pray; } .#{$ti-icon-prefix}-presentation:before { content: $ti-icon-presentation; } +.#{$ti-icon-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; } .#{$ti-icon-prefix}-printer:before { content: $ti-icon-printer; } .#{$ti-icon-prefix}-prompt:before { content: $ti-icon-prompt; } +.#{$ti-icon-prefix}-propeller:before { content: $ti-icon-propeller; } .#{$ti-icon-prefix}-puzzle:before { content: $ti-icon-puzzle; } +.#{$ti-icon-prefix}-pyramid:before { content: $ti-icon-pyramid; } .#{$ti-icon-prefix}-qrcode:before { content: $ti-icon-qrcode; } .#{$ti-icon-prefix}-question-mark:before { content: $ti-icon-question-mark; } .#{$ti-icon-prefix}-radioactive:before { content: $ti-icon-radioactive; } +.#{$ti-icon-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; } +.#{$ti-icon-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; } +.#{$ti-icon-prefix}-radius-top-left:before { content: $ti-icon-radius-top-left; } +.#{$ti-icon-prefix}-radius-top-right:before { content: $ti-icon-radius-top-right; } .#{$ti-icon-prefix}-rainbow:before { content: $ti-icon-rainbow; } .#{$ti-icon-prefix}-receipt:before { content: $ti-icon-receipt; } .#{$ti-icon-prefix}-receipt-2:before { content: $ti-icon-receipt-2; } .#{$ti-icon-prefix}-receipt-off:before { content: $ti-icon-receipt-off; } .#{$ti-icon-prefix}-receipt-refund:before { content: $ti-icon-receipt-refund; } .#{$ti-icon-prefix}-receipt-tax:before { content: $ti-icon-receipt-tax; } +.#{$ti-icon-prefix}-recharging:before { content: $ti-icon-recharging; } .#{$ti-icon-prefix}-record-mail:before { content: $ti-icon-record-mail; } .#{$ti-icon-prefix}-rectangle:before { content: $ti-icon-rectangle; } .#{$ti-icon-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; } @@ -1804,6 +2276,11 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-repeat:before { content: $ti-icon-repeat; } .#{$ti-icon-prefix}-repeat-once:before { content: $ti-icon-repeat-once; } .#{$ti-icon-prefix}-replace:before { content: $ti-icon-replace; } +.#{$ti-icon-prefix}-report:before { content: $ti-icon-report; } +.#{$ti-icon-prefix}-report-analytics:before { content: $ti-icon-report-analytics; } +.#{$ti-icon-prefix}-report-medical:before { content: $ti-icon-report-medical; } +.#{$ti-icon-prefix}-report-money:before { content: $ti-icon-report-money; } +.#{$ti-icon-prefix}-resize:before { content: $ti-icon-resize; } .#{$ti-icon-prefix}-ripple:before { content: $ti-icon-ripple; } .#{$ti-icon-prefix}-road-sign:before { content: $ti-icon-road-sign; } .#{$ti-icon-prefix}-rocket:before { content: $ti-icon-rocket; } @@ -1814,10 +2291,14 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; } .#{$ti-icon-prefix}-route:before { content: $ti-icon-route; } .#{$ti-icon-prefix}-router:before { content: $ti-icon-router; } +.#{$ti-icon-prefix}-row-insert-bottom:before { content: $ti-icon-row-insert-bottom; } +.#{$ti-icon-prefix}-row-insert-top:before { content: $ti-icon-row-insert-top; } .#{$ti-icon-prefix}-rss:before { content: $ti-icon-rss; } .#{$ti-icon-prefix}-ruler:before { content: $ti-icon-ruler; } +.#{$ti-icon-prefix}-ruler-2:before { content: $ti-icon-ruler-2; } .#{$ti-icon-prefix}-run:before { content: $ti-icon-run; } .#{$ti-icon-prefix}-sailboat:before { content: $ti-icon-sailboat; } +.#{$ti-icon-prefix}-satellite:before { content: $ti-icon-satellite; } .#{$ti-icon-prefix}-scale:before { content: $ti-icon-scale; } .#{$ti-icon-prefix}-scan:before { content: $ti-icon-scan; } .#{$ti-icon-prefix}-school:before { content: $ti-icon-school; } @@ -1826,7 +2307,9 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-scooter-electric:before { content: $ti-icon-scooter-electric; } .#{$ti-icon-prefix}-screen-share:before { content: $ti-icon-screen-share; } .#{$ti-icon-prefix}-screen-share-off:before { content: $ti-icon-screen-share-off; } +.#{$ti-icon-prefix}-scuba-mask:before { content: $ti-icon-scuba-mask; } .#{$ti-icon-prefix}-search:before { content: $ti-icon-search; } +.#{$ti-icon-prefix}-section:before { content: $ti-icon-section; } .#{$ti-icon-prefix}-seeding:before { content: $ti-icon-seeding; } .#{$ti-icon-prefix}-select:before { content: $ti-icon-select; } .#{$ti-icon-prefix}-selector:before { content: $ti-icon-selector; } @@ -1837,7 +2320,12 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-server:before { content: $ti-icon-server; } .#{$ti-icon-prefix}-servicemark:before { content: $ti-icon-servicemark; } .#{$ti-icon-prefix}-settings:before { content: $ti-icon-settings; } +.#{$ti-icon-prefix}-settings-automation:before { content: $ti-icon-settings-automation; } +.#{$ti-icon-prefix}-shadow:before { content: $ti-icon-shadow; } +.#{$ti-icon-prefix}-shadow-off:before { content: $ti-icon-shadow-off; } .#{$ti-icon-prefix}-shape:before { content: $ti-icon-shape; } +.#{$ti-icon-prefix}-shape-2:before { content: $ti-icon-shape-2; } +.#{$ti-icon-prefix}-shape-3:before { content: $ti-icon-shape-3; } .#{$ti-icon-prefix}-share:before { content: $ti-icon-share; } .#{$ti-icon-prefix}-shield:before { content: $ti-icon-shield; } .#{$ti-icon-prefix}-shield-check:before { content: $ti-icon-shield-check; } @@ -1847,6 +2335,12 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-ship:before { content: $ti-icon-ship; } .#{$ti-icon-prefix}-shirt:before { content: $ti-icon-shirt; } .#{$ti-icon-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; } +.#{$ti-icon-prefix}-shopping-cart-discount:before { content: $ti-icon-shopping-cart-discount; } +.#{$ti-icon-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; } +.#{$ti-icon-prefix}-shopping-cart-plus:before { content: $ti-icon-shopping-cart-plus; } +.#{$ti-icon-prefix}-shopping-cart-x:before { content: $ti-icon-shopping-cart-x; } +.#{$ti-icon-prefix}-shredder:before { content: $ti-icon-shredder; } +.#{$ti-icon-prefix}-signature:before { content: $ti-icon-signature; } .#{$ti-icon-prefix}-sitemap:before { content: $ti-icon-sitemap; } .#{$ti-icon-prefix}-skateboard:before { content: $ti-icon-skateboard; } .#{$ti-icon-prefix}-slice:before { content: $ti-icon-slice; } @@ -1857,21 +2351,44 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-snowflake:before { content: $ti-icon-snowflake; } .#{$ti-icon-prefix}-soccer-field:before { content: $ti-icon-soccer-field; } .#{$ti-icon-prefix}-social:before { content: $ti-icon-social; } +.#{$ti-icon-prefix}-sock:before { content: $ti-icon-sock; } .#{$ti-icon-prefix}-sort-ascending:before { content: $ti-icon-sort-ascending; } +.#{$ti-icon-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; } .#{$ti-icon-prefix}-sort-descending:before { content: $ti-icon-sort-descending; } +.#{$ti-icon-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; } .#{$ti-icon-prefix}-space:before { content: $ti-icon-space; } .#{$ti-icon-prefix}-speakerphone:before { content: $ti-icon-speakerphone; } .#{$ti-icon-prefix}-speedboat:before { content: $ti-icon-speedboat; } +.#{$ti-icon-prefix}-sport-billard:before { content: $ti-icon-sport-billard; } .#{$ti-icon-prefix}-square:before { content: $ti-icon-square; } +.#{$ti-icon-prefix}-square-0:before { content: $ti-icon-square-0; } +.#{$ti-icon-prefix}-square-1:before { content: $ti-icon-square-1; } +.#{$ti-icon-prefix}-square-2:before { content: $ti-icon-square-2; } +.#{$ti-icon-prefix}-square-3:before { content: $ti-icon-square-3; } +.#{$ti-icon-prefix}-square-4:before { content: $ti-icon-square-4; } +.#{$ti-icon-prefix}-square-5:before { content: $ti-icon-square-5; } +.#{$ti-icon-prefix}-square-6:before { content: $ti-icon-square-6; } +.#{$ti-icon-prefix}-square-7:before { content: $ti-icon-square-7; } +.#{$ti-icon-prefix}-square-8:before { content: $ti-icon-square-8; } +.#{$ti-icon-prefix}-square-9:before { content: $ti-icon-square-9; } .#{$ti-icon-prefix}-square-check:before { content: $ti-icon-square-check; } .#{$ti-icon-prefix}-square-dot:before { content: $ti-icon-square-dot; } .#{$ti-icon-prefix}-square-forbid:before { content: $ti-icon-square-forbid; } .#{$ti-icon-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; } .#{$ti-icon-prefix}-square-minus:before { content: $ti-icon-square-minus; } +.#{$ti-icon-prefix}-square-off:before { content: $ti-icon-square-off; } .#{$ti-icon-prefix}-square-plus:before { content: $ti-icon-square-plus; } +.#{$ti-icon-prefix}-square-root:before { content: $ti-icon-square-root; } +.#{$ti-icon-prefix}-square-root-2:before { content: $ti-icon-square-root-2; } .#{$ti-icon-prefix}-square-rotated:before { content: $ti-icon-square-rotated; } +.#{$ti-icon-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; } +.#{$ti-icon-prefix}-square-toggle:before { content: $ti-icon-square-toggle; } +.#{$ti-icon-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; } .#{$ti-icon-prefix}-square-x:before { content: $ti-icon-square-x; } +.#{$ti-icon-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; } +.#{$ti-icon-prefix}-squares-filled:before { content: $ti-icon-squares-filled; } .#{$ti-icon-prefix}-stack:before { content: $ti-icon-stack; } +.#{$ti-icon-prefix}-stack-2:before { content: $ti-icon-stack-2; } .#{$ti-icon-prefix}-stairs:before { content: $ti-icon-stairs; } .#{$ti-icon-prefix}-stairs-down:before { content: $ti-icon-stairs-down; } .#{$ti-icon-prefix}-stairs-up:before { content: $ti-icon-stairs-up; } @@ -1901,6 +2418,9 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-switch-horizontal:before { content: $ti-icon-switch-horizontal; } .#{$ti-icon-prefix}-switch-vertical:before { content: $ti-icon-switch-vertical; } .#{$ti-icon-prefix}-table:before { content: $ti-icon-table; } +.#{$ti-icon-prefix}-table-export:before { content: $ti-icon-table-export; } +.#{$ti-icon-prefix}-table-import:before { content: $ti-icon-table-import; } +.#{$ti-icon-prefix}-table-off:before { content: $ti-icon-table-off; } .#{$ti-icon-prefix}-tag:before { content: $ti-icon-tag; } .#{$ti-icon-prefix}-tallymark-1:before { content: $ti-icon-tallymark-1; } .#{$ti-icon-prefix}-tallymark-2:before { content: $ti-icon-tallymark-2; } @@ -1915,22 +2435,28 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; } .#{$ti-icon-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; } .#{$ti-icon-prefix}-template:before { content: $ti-icon-template; } +.#{$ti-icon-prefix}-tent:before { content: $ti-icon-tent; } .#{$ti-icon-prefix}-terminal:before { content: $ti-icon-terminal; } .#{$ti-icon-prefix}-terminal-2:before { content: $ti-icon-terminal-2; } .#{$ti-icon-prefix}-test-pipe:before { content: $ti-icon-test-pipe; } +.#{$ti-icon-prefix}-text-direction-ltr:before { content: $ti-icon-text-direction-ltr; } +.#{$ti-icon-prefix}-text-direction-rtl:before { content: $ti-icon-text-direction-rtl; } .#{$ti-icon-prefix}-text-wrap:before { content: $ti-icon-text-wrap; } .#{$ti-icon-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; } .#{$ti-icon-prefix}-thumb-down:before { content: $ti-icon-thumb-down; } .#{$ti-icon-prefix}-thumb-up:before { content: $ti-icon-thumb-up; } .#{$ti-icon-prefix}-ticket:before { content: $ti-icon-ticket; } +.#{$ti-icon-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; } .#{$ti-icon-prefix}-tir:before { content: $ti-icon-tir; } .#{$ti-icon-prefix}-toggle-left:before { content: $ti-icon-toggle-left; } .#{$ti-icon-prefix}-toggle-right:before { content: $ti-icon-toggle-right; } .#{$ti-icon-prefix}-tool:before { content: $ti-icon-tool; } .#{$ti-icon-prefix}-tools:before { content: $ti-icon-tools; } .#{$ti-icon-prefix}-tools-kitchen:before { content: $ti-icon-tools-kitchen; } +.#{$ti-icon-prefix}-tools-kitchen-2:before { content: $ti-icon-tools-kitchen-2; } .#{$ti-icon-prefix}-tornado:before { content: $ti-icon-tornado; } .#{$ti-icon-prefix}-tournament:before { content: $ti-icon-tournament; } +.#{$ti-icon-prefix}-track:before { content: $ti-icon-track; } .#{$ti-icon-prefix}-tractor:before { content: $ti-icon-tractor; } .#{$ti-icon-prefix}-trademark:before { content: $ti-icon-trademark; } .#{$ti-icon-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; } @@ -1938,6 +2464,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-train:before { content: $ti-icon-train; } .#{$ti-icon-prefix}-trash:before { content: $ti-icon-trash; } .#{$ti-icon-prefix}-trash-off:before { content: $ti-icon-trash-off; } +.#{$ti-icon-prefix}-tree:before { content: $ti-icon-tree; } .#{$ti-icon-prefix}-trees:before { content: $ti-icon-trees; } .#{$ti-icon-prefix}-trending-down:before { content: $ti-icon-trending-down; } .#{$ti-icon-prefix}-trending-down-2:before { content: $ti-icon-trending-down-2; } @@ -1946,11 +2473,13 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-trending-up-2:before { content: $ti-icon-trending-up-2; } .#{$ti-icon-prefix}-trending-up-3:before { content: $ti-icon-trending-up-3; } .#{$ti-icon-prefix}-triangle:before { content: $ti-icon-triangle; } +.#{$ti-icon-prefix}-triangle-off:before { content: $ti-icon-triangle-off; } .#{$ti-icon-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; } .#{$ti-icon-prefix}-trident:before { content: $ti-icon-trident; } .#{$ti-icon-prefix}-trophy:before { content: $ti-icon-trophy; } .#{$ti-icon-prefix}-truck:before { content: $ti-icon-truck; } .#{$ti-icon-prefix}-truck-delivery:before { content: $ti-icon-truck-delivery; } +.#{$ti-icon-prefix}-truck-off:before { content: $ti-icon-truck-off; } .#{$ti-icon-prefix}-truck-return:before { content: $ti-icon-truck-return; } .#{$ti-icon-prefix}-typography:before { content: $ti-icon-typography; } .#{$ti-icon-prefix}-umbrella:before { content: $ti-icon-umbrella; } @@ -1966,6 +2495,8 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-user-plus:before { content: $ti-icon-user-plus; } .#{$ti-icon-prefix}-user-x:before { content: $ti-icon-user-x; } .#{$ti-icon-prefix}-users:before { content: $ti-icon-users; } +.#{$ti-icon-prefix}-vaccine:before { content: $ti-icon-vaccine; } +.#{$ti-icon-prefix}-variable:before { content: $ti-icon-variable; } .#{$ti-icon-prefix}-vector:before { content: $ti-icon-vector; } .#{$ti-icon-prefix}-vector-beizer:before { content: $ti-icon-vector-beizer; } .#{$ti-icon-prefix}-vector-beizer-2:before { content: $ti-icon-vector-beizer-2; } @@ -1999,6 +2530,7 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-wifi-off:before { content: $ti-icon-wifi-off; } .#{$ti-icon-prefix}-wind:before { content: $ti-icon-wind; } .#{$ti-icon-prefix}-windmill:before { content: $ti-icon-windmill; } +.#{$ti-icon-prefix}-window:before { content: $ti-icon-window; } .#{$ti-icon-prefix}-wiper:before { content: $ti-icon-wiper; } .#{$ti-icon-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; } .#{$ti-icon-prefix}-woman:before { content: $ti-icon-woman; } @@ -2006,6 +2538,8 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-world-latitude:before { content: $ti-icon-world-latitude; } .#{$ti-icon-prefix}-world-longitude:before { content: $ti-icon-world-longitude; } .#{$ti-icon-prefix}-wrecking-ball:before { content: $ti-icon-wrecking-ball; } +.#{$ti-icon-prefix}-writing:before { content: $ti-icon-writing; } +.#{$ti-icon-prefix}-writing-sign:before { content: $ti-icon-writing-sign; } .#{$ti-icon-prefix}-x:before { content: $ti-icon-x; } .#{$ti-icon-prefix}-yin-yang:before { content: $ti-icon-yin-yang; } .#{$ti-icon-prefix}-zodiac-aquarius:before { content: $ti-icon-zodiac-aquarius; } @@ -2021,6 +2555,8 @@ $ti-icon-zoom-question: '\edeb'; .#{$ti-icon-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; } .#{$ti-icon-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; } .#{$ti-icon-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; } +.#{$ti-icon-prefix}-zoom-check:before { content: $ti-icon-zoom-check; } .#{$ti-icon-prefix}-zoom-in:before { content: $ti-icon-zoom-in; } +.#{$ti-icon-prefix}-zoom-money:before { content: $ti-icon-zoom-money; } .#{$ti-icon-prefix}-zoom-out:before { content: $ti-icon-zoom-out; } .#{$ti-icon-prefix}-zoom-question:before { content: $ti-icon-zoom-question; } -- cgit v1.2.1 From 8f994341146e400b6b9f1c91727fd314b826778c Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Fri, 8 Jan 2021 19:48:13 +0100 Subject: [dev-iconfont-generation] descent font a little --- gulpfile.js | 4 +++- iconfont/fonts/tabler-icons.eot | Bin 598956 -> 598956 bytes iconfont/fonts/tabler-icons.ttf | Bin 598772 -> 598772 bytes iconfont/fonts/tabler-icons.woff | Bin 295652 -> 295340 bytes iconfont/fonts/tabler-icons.woff2 | Bin 210072 -> 210196 bytes 5 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index da9d0df8..64a13c2c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -262,7 +262,9 @@ gulp.task('iconfont', function () { prependUnicode: true, formats: ['ttf', 'eot', 'woff', 'woff2'], normalize: true, - startUnicode: maxUnicode + startUnicode: maxUnicode, + fontHeight: 1000, + descent: 100 })) .on('glyphs', function (glyphs, options) { //glyphs json diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index 8f522011..f018733b 100644 Binary files a/iconfont/fonts/tabler-icons.eot and b/iconfont/fonts/tabler-icons.eot differ diff --git a/iconfont/fonts/tabler-icons.ttf b/iconfont/fonts/tabler-icons.ttf index a23f19f6..d01684e4 100644 Binary files a/iconfont/fonts/tabler-icons.ttf and b/iconfont/fonts/tabler-icons.ttf differ diff --git a/iconfont/fonts/tabler-icons.woff b/iconfont/fonts/tabler-icons.woff index a29046cb..bd826a87 100644 Binary files a/iconfont/fonts/tabler-icons.woff and b/iconfont/fonts/tabler-icons.woff differ diff --git a/iconfont/fonts/tabler-icons.woff2 b/iconfont/fonts/tabler-icons.woff2 index 62cd8002..9c046c87 100644 Binary files a/iconfont/fonts/tabler-icons.woff2 and b/iconfont/fonts/tabler-icons.woff2 differ -- cgit v1.2.1 From 4a46e87fe3759e02c9772e969646c49f8fbaf264 Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Wed, 13 Jan 2021 19:18:33 +0100 Subject: [dev-iconfont-generation] add svg font generation, adjust ascent to work for mac os notepad --- .build/iconfont.scss | 12 +- gulpfile.js | 5 +- iconfont/fonts/tabler-icons.eot | Bin 598956 -> 598956 bytes iconfont/fonts/tabler-icons.svg | 3798 +++++++++++++++++++++++++++++++++++++ iconfont/fonts/tabler-icons.ttf | Bin 598772 -> 598772 bytes iconfont/fonts/tabler-icons.woff | Bin 295340 -> 295340 bytes iconfont/fonts/tabler-icons.woff2 | Bin 210196 -> 210208 bytes iconfont/tabler-icons.css | 11 +- iconfont/tabler-icons.min.css | 2 +- iconfont/tabler-icons.scss | 12 +- 10 files changed, 3831 insertions(+), 9 deletions(-) create mode 100644 iconfont/fonts/tabler-icons.svg diff --git a/.build/iconfont.scss b/.build/iconfont.scss index 97c21d4e..1e8f1d5d 100644 --- a/.build/iconfont.scss +++ b/.build/iconfont.scss @@ -3,7 +3,7 @@ * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: '<%= fileName %>' !default; -$ti-font-path: './fonts' !default; +$ti-font-path: 'fonts' !default; $ti-font-display: null !default; $ti-icon-prefix: 'ti' !default; @@ -16,7 +16,15 @@ $ti-icon-prefix: 'ti' !default; src: url('#{$ti-font-path}/<%= fileName %>.eot?#iefix') format('embedded-opentype'), url('#{$ti-font-path}/<%= fileName %>.woff2') format('woff2'), url('#{$ti-font-path}/<%= fileName %>.woff') format('woff'), - url('#{$ti-font-path}/<%= fileName %>.ttf') format('truetype'); + url('#{$ti-font-path}/<%= fileName %>.ttf') format('truetype'), + url("#{$ti-font-path}/<%= fileName %>.svg\##{$ti-font-family}") format("svg"); +} + +@media screen and (-webkit-min-device-pixel-ratio:0) { + @font-face { + font-family: $ti-font-family; + src: url("#{$ti-font-path}/<%= fileName %>.svg\##{$ti-font-family}") format("svg"); + } } .#{$ti-icon-prefix} { diff --git a/gulpfile.js b/gulpfile.js index 64a13c2c..86fc12be 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -260,11 +260,12 @@ gulp.task('iconfont', function () { .pipe(iconfont({ fontName: 'tabler-icons', prependUnicode: true, - formats: ['ttf', 'eot', 'woff', 'woff2'], + formats: ['ttf', 'eot', 'woff', 'woff2', 'svg'], normalize: true, startUnicode: maxUnicode, fontHeight: 1000, - descent: 100 + descent: 100, + ascent: 986.5 })) .on('glyphs', function (glyphs, options) { //glyphs json diff --git a/iconfont/fonts/tabler-icons.eot b/iconfont/fonts/tabler-icons.eot index f018733b..6f0c5483 100644 Binary files a/iconfont/fonts/tabler-icons.eot and b/iconfont/fonts/tabler-icons.eot differ diff --git a/iconfont/fonts/tabler-icons.svg b/iconfont/fonts/tabler-icons.svg new file mode 100644 index 00000000..e1e46bff --- /dev/null +++ b/iconfont/fonts/tabler-icons.svg @@ -0,0 +1,3798 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iconfont/fonts/tabler-icons.ttf b/iconfont/fonts/tabler-icons.ttf index d01684e4..4ba40a6c 100644 Binary files a/iconfont/fonts/tabler-icons.ttf and b/iconfont/fonts/tabler-icons.ttf differ diff --git a/iconfont/fonts/tabler-icons.woff b/iconfont/fonts/tabler-icons.woff index bd826a87..6350f5cd 100644 Binary files a/iconfont/fonts/tabler-icons.woff and b/iconfont/fonts/tabler-icons.woff differ diff --git a/iconfont/fonts/tabler-icons.woff2 b/iconfont/fonts/tabler-icons.woff2 index 9c046c87..0e70e0a2 100644 Binary files a/iconfont/fonts/tabler-icons.woff2 and b/iconfont/fonts/tabler-icons.woff2 differ diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index a18ed65e..7ebe8dae 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -7,8 +7,15 @@ font-family: "tabler-icons"; font-style: normal; font-weight: 400; - src: url("./fonts/tabler-icons.eot"); - src: url("./fonts/tabler-icons.eot?#iefix") format("embedded-opentype"), url("./fonts/tabler-icons.woff2") format("woff2"), url("./fonts/tabler-icons.woff") format("woff"), url("./fonts/tabler-icons.ttf") format("truetype"); + src: url("fonts/tabler-icons.eot"); + src: url("fonts/tabler-icons.eot?#iefix") format("embedded-opentype"), url("fonts/tabler-icons.woff2") format("woff2"), url("fonts/tabler-icons.woff") format("woff"), url("fonts/tabler-icons.ttf") format("truetype"), url("fonts/tabler-icons.svg#tabler-icons") format("svg"); +} + +@media screen and (-webkit-min-device-pixel-ratio: 0) { + @font-face { + font-family: "tabler-icons"; + src: url("fonts/tabler-icons.svg#tabler-icons") format("svg"); + } } .ti { diff --git a/iconfont/tabler-icons.min.css b/iconfont/tabler-icons.min.css index e5642bab..398dbe29 100644 --- a/iconfont/tabler-icons.min.css +++ b/iconfont/tabler-icons.min.css @@ -1,4 +1,4 @@ @charset "UTF-8";/*! * Tabler Icons 1.38.0 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype")}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-aerial-lift:before{content:""}.ti-affiliate:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-big-down:before{content:""}.ti-arrow-big-left:before{content:""}.ti-arrow-big-right:before{content:""}.ti-arrow-big-top:before{content:""}.ti-arrow-bottom-bar:before{content:""}.ti-arrow-bottom-circle:before{content:""}.ti-arrow-bottom-square:before{content:""}.ti-arrow-bottom-tail:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-bar:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-left-square:before{content:""}.ti-arrow-left-tail:before{content:""}.ti-arrow-loop-left:before{content:""}.ti-arrow-loop-right:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-bar:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-right-square:before{content:""}.ti-arrow-right-tail:before{content:""}.ti-arrow-top-bar:before{content:""}.ti-arrow-top-circle:before{content:""}.ti-arrow-top-square:before{content:""}.ti-arrow-top-tail:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrow-wave-left-down:before{content:""}.ti-arrow-wave-left-up:before{content:""}.ti-arrow-wave-right-down:before{content:""}.ti-arrow-wave-right-up:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-double-ne-sw:before{content:""}.ti-arrows-double-nw-se:before{content:""}.ti-arrows-double-se-nw:before{content:""}.ti-arrows-double-sw-ne:before{content:""}.ti-arrows-down:before{content:""}.ti-arrows-down-up:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-join:before{content:""}.ti-arrows-join-2:before{content:""}.ti-arrows-left:before{content:""}.ti-arrows-left-down:before{content:""}.ti-arrows-left-right:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-right:before{content:""}.ti-arrows-right-down:before{content:""}.ti-arrows-right-left:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-split:before{content:""}.ti-arrows-split-2:before{content:""}.ti-arrows-up:before{content:""}.ti-arrows-up-down:before{content:""}.ti-arrows-up-left:before{content:""}.ti-arrows-up-right:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backhoe:before{content:""}.ti-backspace:before{content:""}.ti-ball-american-football:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-football:before{content:""}.ti-ball-football-off:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-automotive:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-minus:before{content:""}.ti-bell-off:before{content:""}.ti-bell-plus:before{content:""}.ti-bell-ringing:before{content:""}.ti-bell-ringing-2:before{content:""}.ti-bell-x:before{content:""}.ti-bike:before{content:""}.ti-binary:before{content:""}.ti-biohazard:before{content:""}.ti-blockquote:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-bone:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-style:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-box-margin:before{content:""}.ti-box-model:before{content:""}.ti-box-multiple:before{content:""}.ti-box-multiple-0:before{content:""}.ti-box-multiple-1:before{content:""}.ti-box-multiple-2:before{content:""}.ti-box-multiple-3:before{content:""}.ti-box-multiple-4:before{content:""}.ti-box-multiple-5:before{content:""}.ti-box-multiple-6:before{content:""}.ti-box-multiple-7:before{content:""}.ti-box-multiple-8:before{content:""}.ti-box-multiple-9:before{content:""}.ti-box-padding:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-asana:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-bing:before{content:""}.ti-brand-bitbucket:before{content:""}.ti-brand-booking:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-disqus:before{content:""}.ti-brand-docker:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-analytics:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-gravatar:before{content:""}.ti-brand-hipchat:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kickstarter:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-netflix:before{content:""}.ti-brand-open-source:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-pagekit:before{content:""}.ti-brand-patreon:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-producthunt:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sass:before{content:""}.ti-brand-sentry:before{content:""}.ti-brand-shazam:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-stripe:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-unsplash:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-ycombinator:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-2:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-half:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-cottage:before{content:""}.ti-building-factory:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bulldozer:before{content:""}.ti-bus:before{content:""}.ti-businessplan:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-off:before{content:""}.ti-calendar-plus:before{content:""}.ti-calendar-stats:before{content:""}.ti-calendar-time:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-camera-rotate:before{content:""}.ti-camera-selfie:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cash-banknote:before{content:""}.ti-cash-banknote-off:before{content:""}.ti-cast:before{content:""}.ti-ce:before{content:""}.ti-certificate:before{content:""}.ti-charging-pile:before{content:""}.ti-chart-arcs:before{content:""}.ti-chart-arcs-3:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-arrows:before{content:""}.ti-chart-arrows-vertical:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-circles:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-donut-2:before{content:""}.ti-chart-donut-3:before{content:""}.ti-chart-donut-4:before{content:""}.ti-chart-dots:before{content:""}.ti-chart-infographic:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-pie-2:before{content:""}.ti-chart-pie-3:before{content:""}.ti-chart-pie-4:before{content:""}.ti-chart-radar:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-christmas-tree:before{content:""}.ti-circle:before{content:""}.ti-circle-0:before{content:""}.ti-circle-1:before{content:""}.ti-circle-2:before{content:""}.ti-circle-3:before{content:""}.ti-circle-4:before{content:""}.ti-circle-5:before{content:""}.ti-circle-6:before{content:""}.ti-circle-7:before{content:""}.ti-circle-8:before{content:""}.ti-circle-9:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-half:before{content:""}.ti-circle-half-vertical:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-off:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-all:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-off:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-code-minus:before{content:""}.ti-code-plus:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-column-insert-left:before{content:""}.ti-column-insert-right:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-confetti:before{content:""}.ti-container:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-left-double:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-down-right-double:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-down-double:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-left-up-double:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-down-double:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-right-up-double:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-left-double:before{content:""}.ti-corner-up-right:before{content:""}.ti-corner-up-right-double:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-crown-off:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bahraini:before{content:""}.ti-currency-bath:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-cent:before{content:""}.ti-currency-dinar:before{content:""}.ti-currency-dirham:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-dollar-australian:before{content:""}.ti-currency-dollar-canadian:before{content:""}.ti-currency-dollar-singapore:before{content:""}.ti-currency-ethereum:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-forint:before{content:""}.ti-currency-frank:before{content:""}.ti-currency-krone-czech:before{content:""}.ti-currency-krone-danish:before{content:""}.ti-currency-krone-swedish:before{content:""}.ti-currency-leu:before{content:""}.ti-currency-lira:before{content:""}.ti-currency-litecoin:before{content:""}.ti-currency-naira:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-real:before{content:""}.ti-currency-renminbi:before{content:""}.ti-currency-ripple:before{content:""}.ti-currency-riyal:before{content:""}.ti-currency-rubel:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-shekel:before{content:""}.ti-currency-taka:before{content:""}.ti-currency-tugrik:before{content:""}.ti-currency-won:before{content:""}.ti-currency-yen:before{content:""}.ti-currency-zloty:before{content:""}.ti-current-location:before{content:""}.ti-cursor-text:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-database-export:before{content:""}.ti-database-import:before{content:""}.ti-database-off:before{content:""}.ti-details:before{content:""}.ti-device-analytics:before{content:""}.ti-device-audio-tape:before{content:""}.ti-device-cctv:before{content:""}.ti-device-computer-camera:before{content:""}.ti-device-computer-camera-off:before{content:""}.ti-device-desktop:before{content:""}.ti-device-desktop-analytics:before{content:""}.ti-device-desktop-off:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-message:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-devices-pc:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-dimensions:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-discount-2:before{content:""}.ti-divide:before{content:""}.ti-dna:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-drone:before{content:""}.ti-drone-off:before{content:""}.ti-droplet:before{content:""}.ti-droplet-filled:before{content:""}.ti-droplet-filled-2:before{content:""}.ti-droplet-half:before{content:""}.ti-droplet-half-2:before{content:""}.ti-droplet-off:before{content:""}.ti-ear:before{content:""}.ti-ear-off:before{content:""}.ti-edit:before{content:""}.ti-edit-circle:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-equal:before{content:""}.ti-equal-not:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-check:before{content:""}.ti-eye-off:before{content:""}.ti-eyeglass:before{content:""}.ti-eyeglass-2:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-feather:before{content:""}.ti-file:before{content:""}.ti-file-alert:before{content:""}.ti-file-analytics:before{content:""}.ti-file-certificate:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-code-2:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-export:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-import:before{content:""}.ti-file-info:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-report:before{content:""}.ti-file-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-files:before{content:""}.ti-files-off:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flag-2:before{content:""}.ti-flag-3:before{content:""}.ti-flame:before{content:""}.ti-flare:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-forms:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-geometry:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-glass-off:before{content:""}.ti-globe:before{content:""}.ti-golf:before{content:""}.ti-gps:before{content:""}.ti-grain:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-growth:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-finger:before{content:""}.ti-hand-little-finger:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-ring-finger:before{content:""}.ti-hand-rock:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-three-fingers:before{content:""}.ti-hand-two-fingers:before{content:""}.ti-hanger:before{content:""}.ti-hash:before{content:""}.ti-heading:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-helicopter:before{content:""}.ti-helicopter-landing:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-hexagon-off:before{content:""}.ti-hierarchy:before{content:""}.ti-hierarchy-2:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-ice-cream-2:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-jump-rope:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-off:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-linked:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-grid:before{content:""}.ti-layout-grid-add:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-leaf:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-case:before{content:""}.ti-letter-case-lower:before{content:""}.ti-letter-case-toggle:before{content:""}.ti-letter-case-upper:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-spacing:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-dashed:before{content:""}.ti-line-dotted:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-list-search:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-access:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-macro:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-forward:before{content:""}.ti-mail-opened:before{content:""}.ti-mailbox:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-marquee-2:before{content:""}.ti-mars:before{content:""}.ti-mask:before{content:""}.ti-mask-off:before{content:""}.ti-massage:before{content:""}.ti-math:before{content:""}.ti-math-function:before{content:""}.ti-math-symbols:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-minus-vertical:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-crazy-happy:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-empty:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-motorbike:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-nfc:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-number-0:before{content:""}.ti-number-1:before{content:""}.ti-number-2:before{content:""}.ti-number-3:before{content:""}.ti-number-4:before{content:""}.ti-number-5:before{content:""}.ti-number-6:before{content:""}.ti-number-7:before{content:""}.ti-number-8:before{content:""}.ti-number-9:before{content:""}.ti-octagon:before{content:""}.ti-octagon-off:before{content:""}.ti-old:before{content:""}.ti-olympics:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-overline:before{content:""}.ti-package:before{content:""}.ti-pacman:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant:before{content:""}.ti-percentage:before{content:""}.ti-perspective:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-physotherapist:before{content:""}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-pizza:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-play-card:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-playlist:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-pokeball:before{content:""}.ti-polaroid:before{content:""}.ti-pool:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-presentation-analytics:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-propeller:before{content:""}.ti-puzzle:before{content:""}.ti-pyramid:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-radius-bottom-left:before{content:""}.ti-radius-bottom-right:before{content:""}.ti-radius-top-left:before{content:""}.ti-radius-top-right:before{content:""}.ti-rainbow:before{content:""}.ti-receipt:before{content:""}.ti-receipt-2:before{content:""}.ti-receipt-off:before{content:""}.ti-receipt-refund:before{content:""}.ti-receipt-tax:before{content:""}.ti-recharging:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-report:before{content:""}.ti-report-analytics:before{content:""}.ti-report-medical:before{content:""}.ti-report-money:before{content:""}.ti-resize:before{content:""}.ti-ripple:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-row-insert-bottom:before{content:""}.ti-row-insert-top:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-ruler-2:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-satellite:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-scuba-mask:before{content:""}.ti-search:before{content:""}.ti-section:before{content:""}.ti-seeding:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-settings-automation:before{content:""}.ti-shadow:before{content:""}.ti-shadow-off:before{content:""}.ti-shape:before{content:""}.ti-shape-2:before{content:""}.ti-shape-3:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-lock:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-shopping-cart-discount:before{content:""}.ti-shopping-cart-off:before{content:""}.ti-shopping-cart-plus:before{content:""}.ti-shopping-cart-x:before{content:""}.ti-shredder:before{content:""}.ti-signature:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-soccer-field:before{content:""}.ti-social:before{content:""}.ti-sock:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-ascending-2:before{content:""}.ti-sort-descending:before{content:""}.ti-sort-descending-2:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-sport-billard:before{content:""}.ti-square:before{content:""}.ti-square-0:before{content:""}.ti-square-1:before{content:""}.ti-square-2:before{content:""}.ti-square-3:before{content:""}.ti-square-4:before{content:""}.ti-square-5:before{content:""}.ti-square-6:before{content:""}.ti-square-7:before{content:""}.ti-square-8:before{content:""}.ti-square-9:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-minus:before{content:""}.ti-square-off:before{content:""}.ti-square-plus:before{content:""}.ti-square-root:before{content:""}.ti-square-root-2:before{content:""}.ti-square-rotated:before{content:""}.ti-square-rotated-off:before{content:""}.ti-square-toggle:before{content:""}.ti-square-toggle-horizontal:before{content:""}.ti-square-x:before{content:""}.ti-squares-diagonal:before{content:""}.ti-squares-filled:before{content:""}.ti-stack:before{content:""}.ti-stack-2:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-stethoscope:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-2:before{content:""}.ti-switch-3:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-table-export:before{content:""}.ti-table-import:before{content:""}.ti-table-off:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-tank:before{content:""}.ti-target:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-tent:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-direction-ltr:before{content:""}.ti-text-direction-rtl:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tilt-shift:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tools-kitchen-2:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-train:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-tree:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-down-2:before{content:""}.ti-trending-down-3:before{content:""}.ti-trending-up:before{content:""}.ti-trending-up-2:before{content:""}.ti-trending-up-3:before{content:""}.ti-triangle:before{content:""}.ti-triangle-off:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-off:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vaccine:before{content:""}.ti-variable:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-windmill:before{content:""}.ti-window:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-wrecking-ball:before{content:""}.ti-writing:before{content:""}.ti-writing-sign:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-check:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-money:before{content:""}.ti-zoom-out:before{content:""}.ti-zoom-question:before{content:""} \ No newline at end of file + */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(fonts/tabler-icons.eot);src:url(fonts/tabler-icons.eot?#iefix) format("embedded-opentype"),url(fonts/tabler-icons.woff2) format("woff2"),url(fonts/tabler-icons.woff) format("woff"),url(fonts/tabler-icons.ttf) format("truetype"),url(fonts/tabler-icons.svg#tabler-icons) format("svg")}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:tabler-icons;src:url(fonts/tabler-icons.svg#tabler-icons) format("svg")}}.ti{font-family:tabler-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-a-b:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-activity:before{content:""}.ti-ad:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-aerial-lift:before{content:""}.ti-affiliate:before{content:""}.ti-alarm:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-octagon:before{content:""}.ti-alert-triangle:before{content:""}.ti-alien:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-right:before{content:""}.ti-ambulance:before{content:""}.ti-anchor:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-aperture:before{content:""}.ti-apps:before{content:""}.ti-archive:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-up:before{content:""}.ti-arrow-big-down:before{content:""}.ti-arrow-big-left:before{content:""}.ti-arrow-big-right:before{content:""}.ti-arrow-big-top:before{content:""}.ti-arrow-bottom-bar:before{content:""}.ti-arrow-bottom-circle:before{content:""}.ti-arrow-bottom-square:before{content:""}.ti-arrow-bottom-tail:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-bar:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-left-square:before{content:""}.ti-arrow-left-tail:before{content:""}.ti-arrow-loop-left:before{content:""}.ti-arrow-loop-right:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-up:before{content:""}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-bar:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-right-square:before{content:""}.ti-arrow-right-tail:before{content:""}.ti-arrow-top-bar:before{content:""}.ti-arrow-top-circle:before{content:""}.ti-arrow-top-square:before{content:""}.ti-arrow-top-tail:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrow-wave-left-down:before{content:""}.ti-arrow-wave-left-up:before{content:""}.ti-arrow-wave-right-down:before{content:""}.ti-arrow-wave-right-up:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-double-ne-sw:before{content:""}.ti-arrows-double-nw-se:before{content:""}.ti-arrows-double-se-nw:before{content:""}.ti-arrows-double-sw-ne:before{content:""}.ti-arrows-down:before{content:""}.ti-arrows-down-up:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-join:before{content:""}.ti-arrows-join-2:before{content:""}.ti-arrows-left:before{content:""}.ti-arrows-left-down:before{content:""}.ti-arrows-left-right:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-right:before{content:""}.ti-arrows-right-down:before{content:""}.ti-arrows-right-left:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-split:before{content:""}.ti-arrows-split-2:before{content:""}.ti-arrows-up:before{content:""}.ti-arrows-up-down:before{content:""}.ti-arrows-up-left:before{content:""}.ti-arrows-up-right:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-aspect-ratio:before{content:""}.ti-at:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-award:before{content:""}.ti-backhoe:before{content:""}.ti-backspace:before{content:""}.ti-ball-american-football:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-football:before{content:""}.ti-ball-football-off:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-ban:before{content:""}.ti-bandage:before{content:""}.ti-barcode:before{content:""}.ti-basket:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-automotive:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-off:before{content:""}.ti-bed:before{content:""}.ti-bell:before{content:""}.ti-bell-minus:before{content:""}.ti-bell-off:before{content:""}.ti-bell-plus:before{content:""}.ti-bell-ringing:before{content:""}.ti-bell-ringing-2:before{content:""}.ti-bell-x:before{content:""}.ti-bike:before{content:""}.ti-binary:before{content:""}.ti-biohazard:before{content:""}.ti-blockquote:before{content:""}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bold:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-bone:before{content:""}.ti-book:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-off:before{content:""}.ti-bookmarks:before{content:""}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-style:before{content:""}.ti-border-top:before{content:""}.ti-border-vertical:before{content:""}.ti-box:before{content:""}.ti-box-margin:before{content:""}.ti-box-model:before{content:""}.ti-box-multiple:before{content:""}.ti-box-multiple-0:before{content:""}.ti-box-multiple-1:before{content:""}.ti-box-multiple-2:before{content:""}.ti-box-multiple-3:before{content:""}.ti-box-multiple-4:before{content:""}.ti-box-multiple-5:before{content:""}.ti-box-multiple-6:before{content:""}.ti-box-multiple-7:before{content:""}.ti-box-multiple-8:before{content:""}.ti-box-multiple-9:before{content:""}.ti-box-padding:before{content:""}.ti-braces:before{content:""}.ti-brackets:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-android:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-asana:before{content:""}.ti-brand-behance:before{content:""}.ti-brand-bing:before{content:""}.ti-brand-bitbucket:before{content:""}.ti-brand-booking:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-disqus:before{content:""}.ti-brand-docker:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-figma:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-github:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-analytics:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-gravatar:before{content:""}.ti-brand-hipchat:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-instagram:before{content:""}.ti-brand-kickstarter:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-netflix:before{content:""}.ti-brand-open-source:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-pagekit:before{content:""}.ti-brand-patreon:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-pocket:before{content:""}.ti-brand-producthunt:before{content:""}.ti-brand-python:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-safari:before{content:""}.ti-brand-sass:before{content:""}.ti-brand-sentry:before{content:""}.ti-brand-shazam:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spotify:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-stripe:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tailwind:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-unsplash:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-windows:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-ycombinator:before{content:""}.ti-brand-youtube:before{content:""}.ti-briefcase:before{content:""}.ti-brightness:before{content:""}.ti-brightness-2:before{content:""}.ti-brightness-down:before{content:""}.ti-brightness-half:before{content:""}.ti-brightness-up:before{content:""}.ti-browser:before{content:""}.ti-brush:before{content:""}.ti-bucket:before{content:""}.ti-bug:before{content:""}.ti-building:before{content:""}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-community:before{content:""}.ti-building-cottage:before{content:""}.ti-building-factory:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse:before{content:""}.ti-building-monument:before{content:""}.ti-building-pavilon:before{content:""}.ti-building-skyscraper:before{content:""}.ti-building-store:before{content:""}.ti-building-warehouse:before{content:""}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bulldozer:before{content:""}.ti-bus:before{content:""}.ti-businessplan:before{content:""}.ti-calculator:before{content:""}.ti-calendar:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-off:before{content:""}.ti-calendar-plus:before{content:""}.ti-calendar-stats:before{content:""}.ti-calendar-time:before{content:""}.ti-camera:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-off:before{content:""}.ti-camera-plus:before{content:""}.ti-camera-rotate:before{content:""}.ti-camera-selfie:before{content:""}.ti-capture:before{content:""}.ti-car:before{content:""}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-cash:before{content:""}.ti-cash-banknote:before{content:""}.ti-cash-banknote-off:before{content:""}.ti-cast:before{content:""}.ti-ce:before{content:""}.ti-certificate:before{content:""}.ti-charging-pile:before{content:""}.ti-chart-arcs:before{content:""}.ti-chart-arcs-3:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-arrows:before{content:""}.ti-chart-arrows-vertical:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-circles:before{content:""}.ti-chart-donut:before{content:""}.ti-chart-donut-2:before{content:""}.ti-chart-donut-3:before{content:""}.ti-chart-donut-4:before{content:""}.ti-chart-dots:before{content:""}.ti-chart-infographic:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-pie-2:before{content:""}.ti-chart-pie-3:before{content:""}.ti-chart-pie-4:before{content:""}.ti-chart-radar:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checks:before{content:""}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-right:before{content:""}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-christmas-tree:before{content:""}.ti-circle:before{content:""}.ti-circle-0:before{content:""}.ti-circle-1:before{content:""}.ti-circle-2:before{content:""}.ti-circle-3:before{content:""}.ti-circle-4:before{content:""}.ti-circle-5:before{content:""}.ti-circle-6:before{content:""}.ti-circle-7:before{content:""}.ti-circle-8:before{content:""}.ti-circle-9:before{content:""}.ti-circle-check:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-half:before{content:""}.ti-circle-half-vertical:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-off:before{content:""}.ti-circle-plus:before{content:""}.ti-circle-square:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-clear-all:before{content:""}.ti-clear-formatting:before{content:""}.ti-click:before{content:""}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-cloud:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-off:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-upload:before{content:""}.ti-code:before{content:""}.ti-code-minus:before{content:""}.ti-code-plus:before{content:""}.ti-coin:before{content:""}.ti-color-picker:before{content:""}.ti-color-swatch:before{content:""}.ti-column-insert-left:before{content:""}.ti-column-insert-right:before{content:""}.ti-columns:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-compass:before{content:""}.ti-confetti:before{content:""}.ti-container:before{content:""}.ti-contrast:before{content:""}.ti-copy:before{content:""}.ti-copyleft:before{content:""}.ti-copyright:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-left-double:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-down-right-double:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-down-double:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-left-up-double:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-down-double:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-right-up-double:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-left-double:before{content:""}.ti-corner-up-right:before{content:""}.ti-corner-up-right-double:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-off:before{content:""}.ti-crop:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-crown-off:before{content:""}.ti-curly-loop:before{content:""}.ti-currency-bahraini:before{content:""}.ti-currency-bath:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-cent:before{content:""}.ti-currency-dinar:before{content:""}.ti-currency-dirham:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-dollar-australian:before{content:""}.ti-currency-dollar-canadian:before{content:""}.ti-currency-dollar-singapore:before{content:""}.ti-currency-ethereum:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-forint:before{content:""}.ti-currency-frank:before{content:""}.ti-currency-krone-czech:before{content:""}.ti-currency-krone-danish:before{content:""}.ti-currency-krone-swedish:before{content:""}.ti-currency-leu:before{content:""}.ti-currency-lira:before{content:""}.ti-currency-litecoin:before{content:""}.ti-currency-naira:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-real:before{content:""}.ti-currency-renminbi:before{content:""}.ti-currency-ripple:before{content:""}.ti-currency-riyal:before{content:""}.ti-currency-rubel:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-shekel:before{content:""}.ti-currency-taka:before{content:""}.ti-currency-tugrik:before{content:""}.ti-currency-won:before{content:""}.ti-currency-yen:before{content:""}.ti-currency-zloty:before{content:""}.ti-current-location:before{content:""}.ti-cursor-text:before{content:""}.ti-cut:before{content:""}.ti-dashboard:before{content:""}.ti-database:before{content:""}.ti-database-export:before{content:""}.ti-database-import:before{content:""}.ti-database-off:before{content:""}.ti-details:before{content:""}.ti-device-analytics:before{content:""}.ti-device-audio-tape:before{content:""}.ti-device-cctv:before{content:""}.ti-device-computer-camera:before{content:""}.ti-device-computer-camera-off:before{content:""}.ti-device-desktop:before{content:""}.ti-device-desktop-analytics:before{content:""}.ti-device-desktop-off:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-laptop:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-message:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-speaker:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tv:before{content:""}.ti-device-watch:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-devices-pc:before{content:""}.ti-diamond:before{content:""}.ti-dice:before{content:""}.ti-dimensions:before{content:""}.ti-direction:before{content:""}.ti-direction-horizontal:before{content:""}.ti-directions:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disc:before{content:""}.ti-discount:before{content:""}.ti-discount-2:before{content:""}.ti-divide:before{content:""}.ti-dna:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-drone:before{content:""}.ti-drone-off:before{content:""}.ti-droplet:before{content:""}.ti-droplet-filled:before{content:""}.ti-droplet-filled-2:before{content:""}.ti-droplet-half:before{content:""}.ti-droplet-half-2:before{content:""}.ti-droplet-off:before{content:""}.ti-ear:before{content:""}.ti-ear-off:before{content:""}.ti-edit:before{content:""}.ti-edit-circle:before{content:""}.ti-egg:before{content:""}.ti-emphasis:before{content:""}.ti-equal:before{content:""}.ti-equal-not:before{content:""}.ti-eraser:before{content:""}.ti-exchange:before{content:""}.ti-exposure:before{content:""}.ti-external-link:before{content:""}.ti-eye:before{content:""}.ti-eye-check:before{content:""}.ti-eye-off:before{content:""}.ti-eyeglass:before{content:""}.ti-eyeglass-2:before{content:""}.ti-face-id:before{content:""}.ti-fall:before{content:""}.ti-feather:before{content:""}.ti-file:before{content:""}.ti-file-alert:before{content:""}.ti-file-analytics:before{content:""}.ti-file-certificate:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-code-2:before{content:""}.ti-file-diff:before{content:""}.ti-file-dislike:before{content:""}.ti-file-download:before{content:""}.ti-file-export:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-import:before{content:""}.ti-file-info:before{content:""}.ti-file-invoice:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-off:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-report:before{content:""}.ti-file-search:before{content:""}.ti-file-shredder:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-upload:before{content:""}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-files:before{content:""}.ti-files-off:before{content:""}.ti-filter:before{content:""}.ti-filter-off:before{content:""}.ti-fingerprint:before{content:""}.ti-firetruck:before{content:""}.ti-flag:before{content:""}.ti-flag-2:before{content:""}.ti-flag-3:before{content:""}.ti-flame:before{content:""}.ti-flare:before{content:""}.ti-flask:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-plus:before{content:""}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-forms:before{content:""}.ti-frame:before{content:""}.ti-friends:before{content:""}.ti-gas-station:before{content:""}.ti-gauge:before{content:""}.ti-geometry:before{content:""}.ti-ghost:before{content:""}.ti-gift:before{content:""}.ti-git-branch:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-glass:before{content:""}.ti-glass-full:before{content:""}.ti-glass-off:before{content:""}.ti-globe:before{content:""}.ti-golf:before{content:""}.ti-gps:before{content:""}.ti-grain:before{content:""}.ti-grid-dots:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-growth:before{content:""}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hand-finger:before{content:""}.ti-hand-little-finger:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-off:before{content:""}.ti-hand-ring-finger:before{content:""}.ti-hand-rock:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-three-fingers:before{content:""}.ti-hand-two-fingers:before{content:""}.ti-hanger:before{content:""}.ti-hash:before{content:""}.ti-heading:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-helicopter:before{content:""}.ti-helicopter-landing:before{content:""}.ti-help:before{content:""}.ti-hexagon:before{content:""}.ti-hexagon-off:before{content:""}.ti-hierarchy:before{content:""}.ti-hierarchy-2:before{content:""}.ti-history:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-ice-cream:before{content:""}.ti-ice-cream-2:before{content:""}.ti-id:before{content:""}.ti-inbox:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-info-circle:before{content:""}.ti-info-square:before{content:""}.ti-italic:before{content:""}.ti-jump-rope:before{content:""}.ti-karate:before{content:""}.ti-key:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-off:before{content:""}.ti-keyboard-show:before{content:""}.ti-language:before{content:""}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-linked:before{content:""}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-cards:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-grid:before{content:""}.ti-layout-grid-add:before{content:""}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-leaf:before{content:""}.ti-lego:before{content:""}.ti-letter-a:before{content:""}.ti-letter-b:before{content:""}.ti-letter-c:before{content:""}.ti-letter-case:before{content:""}.ti-letter-case-lower:before{content:""}.ti-letter-case-toggle:before{content:""}.ti-letter-case-upper:before{content:""}.ti-letter-d:before{content:""}.ti-letter-e:before{content:""}.ti-letter-f:before{content:""}.ti-letter-g:before{content:""}.ti-letter-h:before{content:""}.ti-letter-i:before{content:""}.ti-letter-j:before{content:""}.ti-letter-k:before{content:""}.ti-letter-l:before{content:""}.ti-letter-m:before{content:""}.ti-letter-n:before{content:""}.ti-letter-o:before{content:""}.ti-letter-p:before{content:""}.ti-letter-q:before{content:""}.ti-letter-r:before{content:""}.ti-letter-s:before{content:""}.ti-letter-spacing:before{content:""}.ti-letter-t:before{content:""}.ti-letter-u:before{content:""}.ti-letter-v:before{content:""}.ti-letter-w:before{content:""}.ti-letter-x:before{content:""}.ti-letter-y:before{content:""}.ti-letter-z:before{content:""}.ti-letters-case:before{content:""}.ti-license:before{content:""}.ti-lifebuoy:before{content:""}.ti-line:before{content:""}.ti-line-dashed:before{content:""}.ti-line-dotted:before{content:""}.ti-line-height:before{content:""}.ti-link:before{content:""}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-list-search:before{content:""}.ti-live-photo:before{content:""}.ti-live-view:before{content:""}.ti-loader:before{content:""}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-lock:before{content:""}.ti-lock-access:before{content:""}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-login:before{content:""}.ti-logout:before{content:""}.ti-macro:before{content:""}.ti-magnet:before{content:""}.ti-mail:before{content:""}.ti-mail-forward:before{content:""}.ti-mail-opened:before{content:""}.ti-mailbox:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-pin:before{content:""}.ti-map-pin-off:before{content:""}.ti-map-pins:before{content:""}.ti-markdown:before{content:""}.ti-marquee:before{content:""}.ti-marquee-2:before{content:""}.ti-mars:before{content:""}.ti-mask:before{content:""}.ti-mask-off:before{content:""}.ti-massage:before{content:""}.ti-math:before{content:""}.ti-math-function:before{content:""}.ti-math-symbols:before{content:""}.ti-maximize:before{content:""}.ti-medal:before{content:""}.ti-medical-cross:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-circle:before{content:""}.ti-message-circle-2:before{content:""}.ti-message-circle-off:before{content:""}.ti-message-dots:before{content:""}.ti-message-off:before{content:""}.ti-message-plus:before{content:""}.ti-message-report:before{content:""}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-microphone:before{content:""}.ti-microphone-off:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-minus-vertical:before{content:""}.ti-mist:before{content:""}.ti-mood-boy:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-crazy-happy:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-empty:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-sad:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-suprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-motorbike:before{content:""}.ti-mouse:before{content:""}.ti-movie:before{content:""}.ti-mug:before{content:""}.ti-music:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-nfc:before{content:""}.ti-note:before{content:""}.ti-notebook:before{content:""}.ti-notes:before{content:""}.ti-notification:before{content:""}.ti-number-0:before{content:""}.ti-number-1:before{content:""}.ti-number-2:before{content:""}.ti-number-3:before{content:""}.ti-number-4:before{content:""}.ti-number-5:before{content:""}.ti-number-6:before{content:""}.ti-number-7:before{content:""}.ti-number-8:before{content:""}.ti-number-9:before{content:""}.ti-octagon:before{content:""}.ti-octagon-off:before{content:""}.ti-old:before{content:""}.ti-olympics:before{content:""}.ti-omega:before{content:""}.ti-outlet:before{content:""}.ti-overline:before{content:""}.ti-package:before{content:""}.ti-pacman:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-palette:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-vertical:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parentheses:before{content:""}.ti-parking:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pennant:before{content:""}.ti-percentage:before{content:""}.ti-perspective:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-off:before{content:""}.ti-physotherapist:before{content:""}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-pill:before{content:""}.ti-pin:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-pizza:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-planet:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-play-card:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-playlist:before{content:""}.ti-plug:before{content:""}.ti-plus:before{content:""}.ti-point:before{content:""}.ti-pokeball:before{content:""}.ti-polaroid:before{content:""}.ti-pool:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-presentation:before{content:""}.ti-presentation-analytics:before{content:""}.ti-printer:before{content:""}.ti-prompt:before{content:""}.ti-propeller:before{content:""}.ti-puzzle:before{content:""}.ti-pyramid:before{content:""}.ti-qrcode:before{content:""}.ti-question-mark:before{content:""}.ti-radioactive:before{content:""}.ti-radius-bottom-left:before{content:""}.ti-radius-bottom-right:before{content:""}.ti-radius-top-left:before{content:""}.ti-radius-top-right:before{content:""}.ti-rainbow:before{content:""}.ti-receipt:before{content:""}.ti-receipt-2:before{content:""}.ti-receipt-off:before{content:""}.ti-receipt-refund:before{content:""}.ti-receipt-tax:before{content:""}.ti-recharging:before{content:""}.ti-record-mail:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-vertical:before{content:""}.ti-recycle:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-repeat:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-report:before{content:""}.ti-report-analytics:before{content:""}.ti-report-medical:before{content:""}.ti-report-money:before{content:""}.ti-resize:before{content:""}.ti-ripple:before{content:""}.ti-road-sign:before{content:""}.ti-rocket:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-route:before{content:""}.ti-router:before{content:""}.ti-row-insert-bottom:before{content:""}.ti-row-insert-top:before{content:""}.ti-rss:before{content:""}.ti-ruler:before{content:""}.ti-ruler-2:before{content:""}.ti-run:before{content:""}.ti-sailboat:before{content:""}.ti-satellite:before{content:""}.ti-scale:before{content:""}.ti-scan:before{content:""}.ti-school:before{content:""}.ti-scissors:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-scuba-mask:before{content:""}.ti-search:before{content:""}.ti-section:before{content:""}.ti-seeding:before{content:""}.ti-select:before{content:""}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-settings-automation:before{content:""}.ti-shadow:before{content:""}.ti-shadow-off:before{content:""}.ti-shape:before{content:""}.ti-shape-2:before{content:""}.ti-shape-3:before{content:""}.ti-share:before{content:""}.ti-shield:before{content:""}.ti-shield-check:before{content:""}.ti-shield-lock:before{content:""}.ti-shield-off:before{content:""}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-shirt:before{content:""}.ti-shopping-cart:before{content:""}.ti-shopping-cart-discount:before{content:""}.ti-shopping-cart-off:before{content:""}.ti-shopping-cart-plus:before{content:""}.ti-shopping-cart-x:before{content:""}.ti-shredder:before{content:""}.ti-signature:before{content:""}.ti-sitemap:before{content:""}.ti-skateboard:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowflake:before{content:""}.ti-soccer-field:before{content:""}.ti-social:before{content:""}.ti-sock:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-ascending-2:before{content:""}.ti-sort-descending:before{content:""}.ti-sort-descending-2:before{content:""}.ti-space:before{content:""}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-sport-billard:before{content:""}.ti-square:before{content:""}.ti-square-0:before{content:""}.ti-square-1:before{content:""}.ti-square-2:before{content:""}.ti-square-3:before{content:""}.ti-square-4:before{content:""}.ti-square-5:before{content:""}.ti-square-6:before{content:""}.ti-square-7:before{content:""}.ti-square-8:before{content:""}.ti-square-9:before{content:""}.ti-square-check:before{content:""}.ti-square-dot:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-minus:before{content:""}.ti-square-off:before{content:""}.ti-square-plus:before{content:""}.ti-square-root:before{content:""}.ti-square-root-2:before{content:""}.ti-square-rotated:before{content:""}.ti-square-rotated-off:before{content:""}.ti-square-toggle:before{content:""}.ti-square-toggle-horizontal:before{content:""}.ti-square-x:before{content:""}.ti-squares-diagonal:before{content:""}.ti-squares-filled:before{content:""}.ti-stack:before{content:""}.ti-stack-2:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-steering-wheel:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-stethoscope:before{content:""}.ti-sticker:before{content:""}.ti-strikethrough:before{content:""}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-sum:before{content:""}.ti-sun:before{content:""}.ti-sun-off:before{content:""}.ti-sunset:before{content:""}.ti-sunshine:before{content:""}.ti-superscript:before{content:""}.ti-swimming:before{content:""}.ti-switch:before{content:""}.ti-switch-2:before{content:""}.ti-switch-3:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-table:before{content:""}.ti-table-export:before{content:""}.ti-table-import:before{content:""}.ti-table-off:before{content:""}.ti-tag:before{content:""}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-tank:before{content:""}.ti-target:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-plus:before{content:""}.ti-template:before{content:""}.ti-tent:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-text-direction-ltr:before{content:""}.ti-text-direction-rtl:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-disabled:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-up:before{content:""}.ti-ticket:before{content:""}.ti-tilt-shift:before{content:""}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tools-kitchen-2:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-track:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-lights:before{content:""}.ti-train:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-tree:before{content:""}.ti-trees:before{content:""}.ti-trending-down:before{content:""}.ti-trending-down-2:before{content:""}.ti-trending-down-3:before{content:""}.ti-trending-up:before{content:""}.ti-trending-up-2:before{content:""}.ti-trending-up-3:before{content:""}.ti-triangle:before{content:""}.ti-triangle-off:before{content:""}.ti-triangle-square-circle:before{content:""}.ti-trident:before{content:""}.ti-trophy:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-off:before{content:""}.ti-truck-return:before{content:""}.ti-typography:before{content:""}.ti-umbrella:before{content:""}.ti-underline:before{content:""}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-user:before{content:""}.ti-user-check:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-plus:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-vaccine:before{content:""}.ti-variable:before{content:""}.ti-vector:before{content:""}.ti-vector-beizer:before{content:""}.ti-vector-beizer-2:before{content:""}.ti-vector-triangle:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-viewfinder:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-wide:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-walk:before{content:""}.ti-wallet:before{content:""}.ti-wand:before{content:""}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-windmill:before{content:""}.ti-window:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-world:before{content:""}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-wrecking-ball:before{content:""}.ti-writing:before{content:""}.ti-writing-sign:before{content:""}.ti-x:before{content:""}.ti-yin-yang:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom-cancel:before{content:""}.ti-zoom-check:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-money:before{content:""}.ti-zoom-out:before{content:""}.ti-zoom-question:before{content:""} \ No newline at end of file diff --git a/iconfont/tabler-icons.scss b/iconfont/tabler-icons.scss index 8ddbf329..5a42e8a2 100644 --- a/iconfont/tabler-icons.scss +++ b/iconfont/tabler-icons.scss @@ -3,7 +3,7 @@ * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ $ti-font-family: 'tabler-icons' !default; -$ti-font-path: './fonts' !default; +$ti-font-path: 'fonts' !default; $ti-font-display: null !default; $ti-icon-prefix: 'ti' !default; @@ -16,7 +16,15 @@ $ti-icon-prefix: 'ti' !default; src: url('#{$ti-font-path}/tabler-icons.eot?#iefix') format('embedded-opentype'), url('#{$ti-font-path}/tabler-icons.woff2') format('woff2'), url('#{$ti-font-path}/tabler-icons.woff') format('woff'), - url('#{$ti-font-path}/tabler-icons.ttf') format('truetype'); + url('#{$ti-font-path}/tabler-icons.ttf') format('truetype'), + url("#{$ti-font-path}/tabler-icons.svg\##{$ti-font-family}") format("svg"); +} + +@media screen and (-webkit-min-device-pixel-ratio:0) { + @font-face { + font-family: $ti-font-family; + src: url("#{$ti-font-path}/tabler-icons.svg\##{$ti-font-family}") format("svg"); + } } .#{$ti-icon-prefix} { -- cgit v1.2.1
{% include icon.html name=icon.slug %} {{ icon.slug }}{{ icon.category }} {{ icon.version }}