From ce7adb5ef2b10d08eeb3cfdd005f2ce29dcd1761 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Oct 2020 19:42:33 +0200 Subject: 31 new icons: `border-style`, `brightness-3`, `clear-all`, `details`, `droplet-filled-2`, `droplet-filled`, `droplet-half-2`, `droplet-half`, `edit-circle`, `file-info`, `flag-2`, `flag-3`, `flare`, `geometry`, `grain`, `layers-linked`, `list-search`, `nfc`, `perspective`, `pyramid`, `ruler-2`, `signature`, `sort-ascending-2`, `sort-descending-2`, `squares-diagonal`, `squares-filled`, `text-direction-ltr`, `text-direction-rtl`, `tilt-shift`, `writing-sign`, `writing` Fixed icons: `affiliate`, `antenna-bars-1`, `antenna-bars-2`, `antenna-bars-3`, `antenna-bars-4`, `antenna-bars-5`, `ball-basketball`, `ball-tennis`, `basket`, `blockquote`, `brand-deviantart`, `brand-facebook`, `brand-figma`, `brand-foursquare`, `brand-framer`, `brand-google-play`, `brand-pinterest`, `brand-python`, `brand-reddit`, `brand-snapchat`, `brand-tailwind`, `brand-twitch`, `brand-twitter`, `building-monument`, `building-warehouse`, `circle-square`, `code-minus`, `code-plus`, `confetti`, `current-location`, `device-watch`, `devices-2`, `forklift`, `layout-list`, `line`, `player-skip-forward`, `settings-automation`, `shopping-cart-off`, `shopping-cart-plus`, `shopping-cart-x`, `shopping-cart` --- src/_icons/affiliate.svg | 12 ++++++------ src/_icons/antenna-bars-1.svg | 2 +- src/_icons/antenna-bars-2.svg | 2 +- src/_icons/antenna-bars-3.svg | 2 +- src/_icons/antenna-bars-4.svg | 2 +- src/_icons/antenna-bars-5.svg | 2 +- src/_icons/ball-basketball.svg | 2 +- src/_icons/ball-tennis.svg | 2 +- src/_icons/basket.svg | 2 +- src/_icons/blockquote.svg | 12 ++++++------ src/_icons/border-style.svg | 12 ++++++++++++ src/_icons/brand-deviantart.svg | 2 +- src/_icons/brand-facebook.svg | 2 +- src/_icons/brand-figma.svg | 2 +- src/_icons/brand-foursquare.svg | 2 +- src/_icons/brand-framer.svg | 2 +- src/_icons/brand-google-play.svg | 2 +- src/_icons/brand-pinterest.svg | 2 +- src/_icons/brand-python.svg | 2 +- src/_icons/brand-reddit.svg | 2 +- src/_icons/brand-snapchat.svg | 2 +- src/_icons/brand-tailwind.svg | 2 +- src/_icons/brand-twitch.svg | 2 +- src/_icons/brand-twitter.svg | 2 +- src/_icons/brightness-3.svg | 6 ++++++ src/_icons/building-monument.svg | 2 +- src/_icons/building-warehouse.svg | 2 +- src/_icons/circle-square.svg | 2 +- src/_icons/clear-all.svg | 7 +++++++ src/_icons/code-minus.svg | 6 +++--- src/_icons/code-plus.svg | 8 ++++---- src/_icons/confetti.svg | 20 ++++++++++---------- src/_icons/current-location.svg | 2 +- src/_icons/details.svg | 6 ++++++ src/_icons/device-watch.svg | 2 +- src/_icons/devices-2.svg | 2 +- src/_icons/droplet-filled-2.svg | 8 ++++++++ src/_icons/droplet-filled.svg | 8 ++++++++ src/_icons/droplet-half-2.svg | 6 ++++++ src/_icons/droplet-half.svg | 6 ++++++ src/_icons/edit-circle.svg | 7 +++++++ src/_icons/file-info.svg | 8 ++++++++ src/_icons/flag-2.svg | 5 +++++ src/_icons/flag-3.svg | 5 +++++ src/_icons/flare.svg | 6 ++++++ src/_icons/forklift.svg | 2 +- src/_icons/geometry.svg | 8 ++++++++ src/_icons/grain.svg | 12 ++++++++++++ src/_icons/layers-linked.svg | 6 ++++++ src/_icons/layout-list.svg | 2 +- src/_icons/line.svg | 2 +- src/_icons/list-search.svg | 9 +++++++++ src/_icons/nfc.svg | 7 +++++++ src/_icons/perspective.svg | 5 +++++ src/_icons/player-skip-forward.svg | 2 +- src/_icons/pyramid.svg | 6 ++++++ src/_icons/ruler-2.svg | 9 +++++++++ src/_icons/settings-automation.svg | 4 ++-- src/_icons/shopping-cart-off.svg | 10 +++++----- src/_icons/shopping-cart-plus.svg | 10 +++++----- src/_icons/shopping-cart-x.svg | 12 ++++++------ src/_icons/shopping-cart.svg | 8 ++++---- src/_icons/signature.svg | 5 +++++ src/_icons/sort-ascending-2.svg | 8 ++++++++ src/_icons/sort-descending-2.svg | 8 ++++++++ src/_icons/squares-diagonal.svg | 7 +++++++ src/_icons/squares-filled.svg | 9 +++++++++ src/_icons/text-direction-ltr.svg | 9 +++++++++ src/_icons/text-direction-rtl.svg | 9 +++++++++ src/_icons/tilt-shift.svg | 13 +++++++++++++ src/_icons/writing-sign.svg | 7 +++++++ src/_icons/writing.svg | 7 +++++++ src/tags.html | 3 +-- 73 files changed, 317 insertions(+), 84 deletions(-) create mode 100644 src/_icons/border-style.svg create mode 100644 src/_icons/brightness-3.svg create mode 100644 src/_icons/clear-all.svg create mode 100644 src/_icons/details.svg create mode 100644 src/_icons/droplet-filled-2.svg create mode 100644 src/_icons/droplet-filled.svg create mode 100644 src/_icons/droplet-half-2.svg create mode 100644 src/_icons/droplet-half.svg create mode 100644 src/_icons/edit-circle.svg create mode 100644 src/_icons/file-info.svg create mode 100644 src/_icons/flag-2.svg create mode 100644 src/_icons/flag-3.svg create mode 100644 src/_icons/flare.svg create mode 100644 src/_icons/geometry.svg create mode 100644 src/_icons/grain.svg create mode 100644 src/_icons/layers-linked.svg create mode 100644 src/_icons/list-search.svg create mode 100644 src/_icons/nfc.svg create mode 100644 src/_icons/perspective.svg create mode 100644 src/_icons/pyramid.svg create mode 100644 src/_icons/ruler-2.svg create mode 100644 src/_icons/signature.svg create mode 100644 src/_icons/sort-ascending-2.svg create mode 100644 src/_icons/sort-descending-2.svg create mode 100644 src/_icons/squares-diagonal.svg create mode 100644 src/_icons/squares-filled.svg create mode 100644 src/_icons/text-direction-ltr.svg create mode 100644 src/_icons/text-direction-rtl.svg create mode 100644 src/_icons/tilt-shift.svg create mode 100644 src/_icons/writing-sign.svg create mode 100644 src/_icons/writing.svg (limited to 'src') diff --git a/src/_icons/affiliate.svg b/src/_icons/affiliate.svg index 64b6de86..fd758d9a 100644 --- a/src/_icons/affiliate.svg +++ b/src/_icons/affiliate.svg @@ -1,10 +1,10 @@ --- --- - - - - - - + + + + + + diff --git a/src/_icons/antenna-bars-1.svg b/src/_icons/antenna-bars-1.svg index 00630b11..65623922 100644 --- a/src/_icons/antenna-bars-1.svg +++ b/src/_icons/antenna-bars-1.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-2.svg b/src/_icons/antenna-bars-2.svg index 45d2f59d..63a8590e 100644 --- a/src/_icons/antenna-bars-2.svg +++ b/src/_icons/antenna-bars-2.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-3.svg b/src/_icons/antenna-bars-3.svg index 0293c062..865a370f 100644 --- a/src/_icons/antenna-bars-3.svg +++ b/src/_icons/antenna-bars-3.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-4.svg b/src/_icons/antenna-bars-4.svg index fefcfeda..b5ac42d8 100644 --- a/src/_icons/antenna-bars-4.svg +++ b/src/_icons/antenna-bars-4.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/antenna-bars-5.svg b/src/_icons/antenna-bars-5.svg index 01e676e9..c93a408f 100644 --- a/src/_icons/antenna-bars-5.svg +++ b/src/_icons/antenna-bars-5.svg @@ -1,5 +1,5 @@ --- -tags: [signal, wireless, wi-fi, quality] +tags: [signal, wireless, wi-fi, quality,] category: Devices version: 1.19 --- diff --git a/src/_icons/ball-basketball.svg b/src/_icons/ball-basketball.svg index b4d8fe57..1a066c25 100644 --- a/src/_icons/ball-basketball.svg +++ b/src/_icons/ball-basketball.svg @@ -1,5 +1,5 @@ --- -tags: [game, round, quarter, basket, NBA] +tags: [game, round, quarter, basket, NBA,] category: Sport version: 1.1 --- diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg index 8209f1e2..cd8d632c 100644 --- a/src/_icons/ball-tennis.svg +++ b/src/_icons/ball-tennis.svg @@ -1,5 +1,5 @@ --- -tags: [game, set, match, court, racket] +tags: [game, set, match, court, racket,] category: Sport version: 1.10 --- diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index 0c8b733b..9012141b 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -1,5 +1,5 @@ --- -tags: [shop, store, online, shopping] +tags: [shop, store, online, shopping,] version: 1.7 --- diff --git a/src/_icons/blockquote.svg b/src/_icons/blockquote.svg index 5c6017a3..ec45c185 100644 --- a/src/_icons/blockquote.svg +++ b/src/_icons/blockquote.svg @@ -1,10 +1,10 @@ --- --- - - - - - - + + + + + + diff --git a/src/_icons/border-style.svg b/src/_icons/border-style.svg new file mode 100644 index 00000000..0777e238 --- /dev/null +++ b/src/_icons/border-style.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/brand-deviantart.svg b/src/_icons/brand-deviantart.svg index c975b2c8..d7c279bb 100644 --- a/src/_icons/brand-deviantart.svg +++ b/src/_icons/brand-deviantart.svg @@ -1,5 +1,5 @@ --- -tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform] +tags: [logo, community, internet, works, designer, project, presenting, artist, discussion, website, platform,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-facebook.svg b/src/_icons/brand-facebook.svg index daceca30..064edfb7 100644 --- a/src/_icons/brand-facebook.svg +++ b/src/_icons/brand-facebook.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback] +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] category: Brand version: 1.18 --- diff --git a/src/_icons/brand-figma.svg b/src/_icons/brand-figma.svg index 3e7e09e6..689f734b 100644 --- a/src/_icons/brand-figma.svg +++ b/src/_icons/brand-figma.svg @@ -1,5 +1,5 @@ --- -tags: [logo, editor, graphic, image, implement, prototyping] +tags: [logo, editor, graphic, image, implement, prototyping,] category: Brand version: 1.16 --- diff --git a/src/_icons/brand-foursquare.svg b/src/_icons/brand-foursquare.svg index 3e71e824..9fc7fef8 100644 --- a/src/_icons/brand-foursquare.svg +++ b/src/_icons/brand-foursquare.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, community, social, network] +tags: [logo, website, community, social, network,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-framer.svg b/src/_icons/brand-framer.svg index 6aec6f67..76cc6827 100644 --- a/src/_icons/brand-framer.svg +++ b/src/_icons/brand-framer.svg @@ -1,5 +1,5 @@ --- -tags: [logo, application, app, prototyping, prototype, animations] +tags: [logo, application, app, prototyping, prototype, animations,] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-google-play.svg b/src/_icons/brand-google-play.svg index 5050a7d3..19144c8e 100644 --- a/src/_icons/brand-google-play.svg +++ b/src/_icons/brand-google-play.svg @@ -1,5 +1,5 @@ --- -tags: [logo, application, app, shop, store, online] +tags: [logo, application, app, shop, store, online,] category: Brand version: 1.26 --- diff --git a/src/_icons/brand-pinterest.svg b/src/_icons/brand-pinterest.svg index 5cb13b07..17533c02 100644 --- a/src/_icons/brand-pinterest.svg +++ b/src/_icons/brand-pinterest.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, images, materials] +tags: [logo, website, images, materials,] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-python.svg b/src/_icons/brand-python.svg index 1dabecd7..d19bdcfa 100644 --- a/src/_icons/brand-python.svg +++ b/src/_icons/brand-python.svg @@ -1,5 +1,5 @@ --- -tags: [logo, language, programming, source] +tags: [logo, language, programming, source,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index d7f7031a..61d4dd75 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -1,5 +1,5 @@ --- -tags: [logo, website, information, link, internet] +tags: [logo, website, information, link, internet,] category: Brand version: 1.15 --- diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg index 6e8c13a6..1df31b37 100644 --- a/src/_icons/brand-snapchat.svg +++ b/src/_icons/brand-snapchat.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, photos, sending, images, mobile, video] +tags: [logo, app, application, photos, sending, images, mobile, video,] category: Brand version: 1.9 --- diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 40ea0b05..437ed230 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -1,5 +1,5 @@ --- -tags: [logo, firm, website] +tags: [logo, firm, website,] category: Brand version: 1.17 --- diff --git a/src/_icons/brand-twitch.svg b/src/_icons/brand-twitch.svg index 70d391a5..495eae01 100644 --- a/src/_icons/brand-twitch.svg +++ b/src/_icons/brand-twitch.svg @@ -1,5 +1,5 @@ --- -tags: [logo, platform, streaming, streamers, videos, films, chat, subs] +tags: [logo, platform, streaming, streamers, videos, films, chat, subs,] category: Brand version: 1.23 --- diff --git a/src/_icons/brand-twitter.svg b/src/_icons/brand-twitter.svg index 88413848..e3d8d494 100644 --- a/src/_icons/brand-twitter.svg +++ b/src/_icons/brand-twitter.svg @@ -1,5 +1,5 @@ --- -tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback] +tags: [logo, app, application, community, social, communication, website, user, post, images, photos, comment, feedback,] category: Brand version: 1.18 --- diff --git a/src/_icons/brightness-3.svg b/src/_icons/brightness-3.svg new file mode 100644 index 00000000..b630de7a --- /dev/null +++ b/src/_icons/brightness-3.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/building-monument.svg b/src/_icons/building-monument.svg index ea43774a..535c91b3 100644 --- a/src/_icons/building-monument.svg +++ b/src/_icons/building-monument.svg @@ -1,5 +1,5 @@ --- -tags: [history, memorial, commemorative] +tags: [history, memorial, commemorative,] category: Buildings version: 1.26 --- diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index a9a72bfd..11b1cded 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -1,5 +1,5 @@ --- -tags: [store, inventory, stuff, things, machinery] +tags: [store, inventory, stuff, things, machinery,] category: Buildings version: 1.7 --- diff --git a/src/_icons/circle-square.svg b/src/_icons/circle-square.svg index ff5f0753..c04130c4 100644 --- a/src/_icons/circle-square.svg +++ b/src/_icons/circle-square.svg @@ -1,5 +1,5 @@ --- -tags: [shape, spot, math] +tags: [shape, spot, math,] category: Shapes version: 1.21 --- diff --git a/src/_icons/clear-all.svg b/src/_icons/clear-all.svg new file mode 100644 index 00000000..c58f4bbc --- /dev/null +++ b/src/_icons/clear-all.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/code-minus.svg b/src/_icons/code-minus.svg index 78e02444..201018a7 100644 --- a/src/_icons/code-minus.svg +++ b/src/_icons/code-minus.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/src/_icons/code-plus.svg b/src/_icons/code-plus.svg index db838c5c..5d380946 100644 --- a/src/_icons/code-plus.svg +++ b/src/_icons/code-plus.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/confetti.svg b/src/_icons/confetti.svg index 30f4a435..e0b714dd 100644 --- a/src/_icons/confetti.svg +++ b/src/_icons/confetti.svg @@ -1,14 +1,14 @@ --- --- - - - - - - - - - - + + + + + + + + + + diff --git a/src/_icons/current-location.svg b/src/_icons/current-location.svg index c228c85a..308f79c7 100644 --- a/src/_icons/current-location.svg +++ b/src/_icons/current-location.svg @@ -1,5 +1,5 @@ --- -tags: [localization, maps, navigation, pin, target] +tags: [localization, maps, navigation, pin, target,] category: Map version: 1.22 --- diff --git a/src/_icons/details.svg b/src/_icons/details.svg new file mode 100644 index 00000000..56da344c --- /dev/null +++ b/src/_icons/details.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/device-watch.svg b/src/_icons/device-watch.svg index 5dcf36e1..f06583df 100644 --- a/src/_icons/device-watch.svg +++ b/src/_icons/device-watch.svg @@ -1,5 +1,5 @@ --- -tags: [arm, hour, date, minutes, sec., timer] +tags: [arm, hour, date, minutes, sec., timer,] category: Devices version: 1.8 --- diff --git a/src/_icons/devices-2.svg b/src/_icons/devices-2.svg index b6cd6930..08ffb823 100644 --- a/src/_icons/devices-2.svg +++ b/src/_icons/devices-2.svg @@ -1,5 +1,5 @@ --- -tags: [computer, monitor, keyboard] +tags: [computer, monitor, keyboard,] category: Devices version: 1.26 --- diff --git a/src/_icons/droplet-filled-2.svg b/src/_icons/droplet-filled-2.svg new file mode 100644 index 00000000..011ba5f4 --- /dev/null +++ b/src/_icons/droplet-filled-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/droplet-filled.svg b/src/_icons/droplet-filled.svg new file mode 100644 index 00000000..dc551065 --- /dev/null +++ b/src/_icons/droplet-filled.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/droplet-half-2.svg b/src/_icons/droplet-half-2.svg new file mode 100644 index 00000000..1575a73c --- /dev/null +++ b/src/_icons/droplet-half-2.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/droplet-half.svg b/src/_icons/droplet-half.svg new file mode 100644 index 00000000..b4f3c4d8 --- /dev/null +++ b/src/_icons/droplet-half.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/edit-circle.svg b/src/_icons/edit-circle.svg new file mode 100644 index 00000000..d693411e --- /dev/null +++ b/src/_icons/edit-circle.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/file-info.svg b/src/_icons/file-info.svg new file mode 100644 index 00000000..315164de --- /dev/null +++ b/src/_icons/file-info.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/flag-2.svg b/src/_icons/flag-2.svg new file mode 100644 index 00000000..0f8f1bf4 --- /dev/null +++ b/src/_icons/flag-2.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/flag-3.svg b/src/_icons/flag-3.svg new file mode 100644 index 00000000..215ea979 --- /dev/null +++ b/src/_icons/flag-3.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/flare.svg b/src/_icons/flare.svg new file mode 100644 index 00000000..f19cafae --- /dev/null +++ b/src/_icons/flare.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/forklift.svg b/src/_icons/forklift.svg index 942868b7..17116aea 100644 --- a/src/_icons/forklift.svg +++ b/src/_icons/forklift.svg @@ -1,5 +1,5 @@ --- -tags: [store, warehouse, inventory, exporting] +tags: [store, warehouse, inventory, exporting,] category: Vehicles version: 1.7 --- diff --git a/src/_icons/geometry.svg b/src/_icons/geometry.svg new file mode 100644 index 00000000..5b94eaf0 --- /dev/null +++ b/src/_icons/geometry.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/grain.svg b/src/_icons/grain.svg new file mode 100644 index 00000000..0ee2fd32 --- /dev/null +++ b/src/_icons/grain.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/layers-linked.svg b/src/_icons/layers-linked.svg new file mode 100644 index 00000000..e8278555 --- /dev/null +++ b/src/_icons/layers-linked.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg index 727d66cc..2bec5c46 100644 --- a/src/_icons/layout-list.svg +++ b/src/_icons/layout-list.svg @@ -1,5 +1,5 @@ --- -tags: [position, design, element, doable] +tags: [position, design, element, doable,] category: Design version: 1.8 --- diff --git a/src/_icons/line.svg b/src/_icons/line.svg index 95f5e962..325ce4d3 100644 --- a/src/_icons/line.svg +++ b/src/_icons/line.svg @@ -1,5 +1,5 @@ --- -tags: [geometric, segment, link, connection] +tags: [geometric, segment, link, connection,] category: Design version: 1.11 --- diff --git a/src/_icons/list-search.svg b/src/_icons/list-search.svg new file mode 100644 index 00000000..340f7342 --- /dev/null +++ b/src/_icons/list-search.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/nfc.svg b/src/_icons/nfc.svg new file mode 100644 index 00000000..87ec5cf0 --- /dev/null +++ b/src/_icons/nfc.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/perspective.svg b/src/_icons/perspective.svg new file mode 100644 index 00000000..7fe37ca5 --- /dev/null +++ b/src/_icons/perspective.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/player-skip-forward.svg b/src/_icons/player-skip-forward.svg index 7a112d0c..b909d87e 100644 --- a/src/_icons/player-skip-forward.svg +++ b/src/_icons/player-skip-forward.svg @@ -1,5 +1,5 @@ --- -tags: [button, player, video, film, music, omit] +tags: [button, player, video, film, music, omit,] category: Media version: 1.28 --- diff --git a/src/_icons/pyramid.svg b/src/_icons/pyramid.svg new file mode 100644 index 00000000..280837d3 --- /dev/null +++ b/src/_icons/pyramid.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/ruler-2.svg b/src/_icons/ruler-2.svg new file mode 100644 index 00000000..e17be9ce --- /dev/null +++ b/src/_icons/ruler-2.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/settings-automation.svg b/src/_icons/settings-automation.svg index 92b92353..816d2ea2 100644 --- a/src/_icons/settings-automation.svg +++ b/src/_icons/settings-automation.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/shopping-cart-off.svg b/src/_icons/shopping-cart-off.svg index 1a4777e6..24b39393 100644 --- a/src/_icons/shopping-cart-off.svg +++ b/src/_icons/shopping-cart-off.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/shopping-cart-plus.svg b/src/_icons/shopping-cart-plus.svg index 5790bacc..041fd0ed 100644 --- a/src/_icons/shopping-cart-plus.svg +++ b/src/_icons/shopping-cart-plus.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/shopping-cart-x.svg b/src/_icons/shopping-cart-x.svg index 3dd10f12..07ec8e61 100644 --- a/src/_icons/shopping-cart-x.svg +++ b/src/_icons/shopping-cart-x.svg @@ -1,10 +1,10 @@ --- --- - - - - - - + + + + + + diff --git a/src/_icons/shopping-cart.svg b/src/_icons/shopping-cart.svg index d916cc17..ad7efeef 100644 --- a/src/_icons/shopping-cart.svg +++ b/src/_icons/shopping-cart.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/signature.svg b/src/_icons/signature.svg new file mode 100644 index 00000000..3308e7e4 --- /dev/null +++ b/src/_icons/signature.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/sort-ascending-2.svg b/src/_icons/sort-ascending-2.svg new file mode 100644 index 00000000..0e742ad3 --- /dev/null +++ b/src/_icons/sort-ascending-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/sort-descending-2.svg b/src/_icons/sort-descending-2.svg new file mode 100644 index 00000000..5449529f --- /dev/null +++ b/src/_icons/sort-descending-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/squares-diagonal.svg b/src/_icons/squares-diagonal.svg new file mode 100644 index 00000000..466d541d --- /dev/null +++ b/src/_icons/squares-diagonal.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/squares-filled.svg b/src/_icons/squares-filled.svg new file mode 100644 index 00000000..1c58f82d --- /dev/null +++ b/src/_icons/squares-filled.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/text-direction-ltr.svg b/src/_icons/text-direction-ltr.svg new file mode 100644 index 00000000..9fa6150c --- /dev/null +++ b/src/_icons/text-direction-ltr.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/text-direction-rtl.svg b/src/_icons/text-direction-rtl.svg new file mode 100644 index 00000000..23ec5cee --- /dev/null +++ b/src/_icons/text-direction-rtl.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/tilt-shift.svg b/src/_icons/tilt-shift.svg new file mode 100644 index 00000000..631d1690 --- /dev/null +++ b/src/_icons/tilt-shift.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/writing-sign.svg b/src/_icons/writing-sign.svg new file mode 100644 index 00000000..6c0c8580 --- /dev/null +++ b/src/_icons/writing-sign.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/writing.svg b/src/_icons/writing.svg new file mode 100644 index 00000000..1a35d16c --- /dev/null +++ b/src/_icons/writing.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/tags.html b/src/tags.html index 2791bd7a..8148f92e 100644 --- a/src/tags.html +++ b/src/tags.html @@ -7,7 +7,6 @@ layout: default {% assign i = 0 %} {% for icon in site.icons %} - {% if icon.tags.size == 0 %} @@ -15,7 +14,7 @@ layout: default - + {% if icon.tags.size == 0 %} {% assign i = i | plus: 1 %} {% endif %} {% endfor %} -- cgit v1.2.1
{% include icon.html name=icon.slug %} {{ icon.slug }}{{ icon.category }} {{ icon.version }}