From 7a15ce8f9d293975dffb0ff280592e6950357650 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 18 Feb 2020 09:39:21 +0200 Subject: [PATCH] Update Material Design Icons, Simple Icons --- collections.json | 6 ++-- collections.md | 6 ++-- composer.json | 2 +- json/mdi.json | 42 ++++++++++++++--------- json/simple-icons.json | 75 +++++++++++++++++++++++++++++++++++------- package.json | 2 +- 6 files changed, 98 insertions(+), 35 deletions(-) diff --git a/collections.json b/collections.json index 89929e3..fb1e9b2 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 5022, + "total": 5025, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", @@ -940,7 +940,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 1090, + "total": 1107, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -951,7 +951,7 @@ "bing", "amazonaws" ], - "version": "2.4.0", + "version": "2.5.0", "palette": "Colorless", "category": "Brands / Social" }, diff --git a/collections.md b/collections.md index 487b5b9..11c57c7 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 5022 +* Number of icons: 5025 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License @@ -548,12 +548,12 @@ ### Simple Icons -* Number of icons: 1090 +* Number of icons: 1107 * Author: Simple Icons Collaborators * URL: https://github.com/simple-icons/simple-icons * License: CC0 1.0 * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md -* Version: 2.4.0 +* Version: 2.5.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 332ccf1..6c05065 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "1.1.100", + "version": "1.1.101", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 2b67d74..723042b 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 5022, + "total": 5025, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -7886,6 +7886,9 @@ "hand-saw": { "body": "" }, + "hand-water": { + "body": "" + }, "handball": { "body": "" }, @@ -13847,6 +13850,9 @@ "table-plus": { "body": "" }, + "table-refresh": { + "body": "" + }, "table-remove": { "body": "" }, @@ -13871,6 +13877,9 @@ "table-settings": { "body": "" }, + "table-sync": { + "body": "" + }, "table-tennis": { "body": "" }, @@ -16810,7 +16819,7 @@ "parent": "paperclip" }, "audio": { - "parent": "volume-high" + "parent": "volume-low" }, "audio-book": { "parent": "book-music" @@ -16870,7 +16879,7 @@ "parent": "robot-industrial" }, "award": { - "parent": "seal" + "parent": "seal-variant" }, "awning": { "parent": "storefront" @@ -16909,7 +16918,7 @@ "parent": "baguette" }, "ban": { - "parent": "file-cancel" + "parent": "file-cancel-outline" }, "band-aid": { "parent": "bandage" @@ -17032,7 +17041,7 @@ "parent": "grill-outline" }, "beacon": { - "parent": "lighthouse-on" + "parent": "lighthouse" }, "beats-per-minute": { "parent": "metronome" @@ -18382,10 +18391,10 @@ "parent": "bus-clock" }, "dependencies": { - "parent": "graph-outline" + "parent": "graph" }, "dependency": { - "parent": "graph-outline" + "parent": "graph" }, "design": { "parent": "pencil-ruler" @@ -19315,7 +19324,7 @@ "parent": "shoe-print" }, "forbid": { - "parent": "file-cancel" + "parent": "file-cancel-outline" }, "foreign-key": { "parent": "key-link" @@ -19669,7 +19678,7 @@ "parent": "pound-box-outline" }, "hd": { - "parent": "high-definition-box" + "parent": "high-definition" }, "hd-box": { "parent": "high-definition-box" @@ -20110,7 +20119,7 @@ "parent": "card-account-details-outline" }, "idea": { - "parent": "lightbulb-outline" + "parent": "lightbulb" }, "identification-card": { "parent": "card-account-details" @@ -22807,7 +22816,7 @@ "parent": "earth" }, "plant": { - "parent": "tree-outline" + "parent": "tree" }, "plant-outline": { "parent": "sprout-outline" @@ -23032,7 +23041,7 @@ "parent": "printer-alert" }, "prize": { - "parent": "seal" + "parent": "seal-variant" }, "progress-spanner": { "parent": "progress-wrench" @@ -23227,7 +23236,7 @@ "parent": "account-plus-outline" }, "registration-mark": { - "parent": "target-variant" + "parent": "target" }, "regular-expression": { "parent": "regex" @@ -23293,7 +23302,7 @@ "parent": "alert" }, "reschedule": { - "parent": "calendar-arrow-left" + "parent": "calendar-arrow-right" }, "resize-horizontal": { "parent": "arrow-split-vertical" @@ -30649,7 +30658,10 @@ "f139b": "lock-open-alert", "f139c": "lock-open-check", "f139d": "recycle-variant", - "f139e": "stairs-box" + "f139e": "stairs-box", + "f139f": "hand-water", + "f13a0": "table-refresh", + "f13a1": "table-sync" }, "categories": { "Account / User": [ diff --git a/json/simple-icons.json b/json/simple-icons.json index 5a9fbcd..74a47b1 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,7 +2,7 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 1090, + "total": 1107, "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" @@ -12,7 +12,7 @@ "spdx": "CC0-1.0", "url": "https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md" }, - "version": "2.4.0", + "version": "2.5.0", "samples": [ "adobephotoshop", "bing", @@ -104,6 +104,9 @@ "adobexd": { "body": "" }, + "adonisjs": { + "body": "" + }, "affinity": { "body": "" }, @@ -149,6 +152,9 @@ "allocine": { "body": "" }, + "alpinelinux": { + "body": "" + }, "amazon": { "body": "" }, @@ -176,9 +182,15 @@ "anchor": { "body": "" }, + "andela": { + "body": "" + }, "android": { "body": "" }, + "androidstudio": { + "body": "" + }, "angellist": { "body": "" }, @@ -230,6 +242,9 @@ "apacherocketmq": { "body": "" }, + "apachesolr": { + "body": "" + }, "apachespark": { "body": "" }, @@ -440,6 +455,9 @@ "buffer": { "body": "" }, + "bugsnag": { + "body": "" + }, "bulma": { "body": "" }, @@ -564,7 +582,7 @@ "body": "" }, "codepen": { - "body": "" + "body": "" }, "coderwall": { "body": "" @@ -763,7 +781,7 @@ "body": "" }, "docker": { - "body": "" + "body": "" }, "docusign": { "body": "" @@ -804,6 +822,9 @@ "duolingo": { "body": "" }, + "dynamics365": { + "body": "" + }, "dynatrace": { "body": "" }, @@ -1151,7 +1172,7 @@ "hidden": true }, "googleanalytics": { - "body": "" + "body": "" }, "googleassistant": { "body": "" @@ -1195,6 +1216,9 @@ "googlemessages": { "body": "" }, + "googlemybusiness": { + "body": "" + }, "googlenearby": { "body": "" }, @@ -1217,6 +1241,12 @@ "googlesearchconsole": { "body": "" }, + "googlesheets": { + "body": "" + }, + "googletagmanager": { + "body": "" + }, "googletranslate": { "body": "" }, @@ -1572,13 +1602,16 @@ "body": "" }, "kickstarter": { - "body": "" + "body": "" }, "kik": { "body": "" }, "kirby": { - "body": "" + "body": "" + }, + "klm": { + "body": "" }, "klout": { "body": "" @@ -1662,6 +1695,9 @@ "libreoffice": { "body": "" }, + "lighthouse": { + "body": "" + }, "line": { "body": "" }, @@ -1864,7 +1900,7 @@ "body": "" }, "microsoftword": { - "body": "" + "body": "" }, "microstrategy": { "body": "" @@ -2154,6 +2190,9 @@ "peertube": { "body": "" }, + "pepsi": { + "body": "" + }, "periscope": { "body": "" }, @@ -2214,6 +2253,9 @@ "playstation4": { "body": "" }, + "pleroma": { + "body": "" + }, "plesk": { "body": "" }, @@ -2330,7 +2372,7 @@ "body": "" }, "quantopian": { - "body": "" + "body": "" }, "quarkus": { "body": "" @@ -2393,7 +2435,7 @@ "body": "" }, "reddit": { - "body": "" + "body": "" }, "redhat": { "body": "" @@ -2937,7 +2979,7 @@ "body": "" }, "tripadvisor": { - "body": "" + "body": "" }, "trulia": { "body": "" @@ -3008,6 +3050,9 @@ "unsplash": { "body": "" }, + "untangle": { + "body": "" + }, "untappd": { "body": "" }, @@ -3135,7 +3180,7 @@ "body": "" }, "whatsapp": { - "body": "" + "body": "" }, "wheniwork": { "body": "" @@ -3266,6 +3311,12 @@ "youtube": { "body": "" }, + "youtubegaming": { + "body": "" + }, + "youtubetv": { + "body": "" + }, "z-wave": { "body": "" }, diff --git a/package.json b/package.json index 9b22eff..cfe95f4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "1.1.100", + "version": "1.1.101", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",