diff --git a/collections.json b/collections.json index add92d4..66a84ab 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 5128, + "total": 5133, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", @@ -940,7 +940,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 1228, + "total": 1254, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -951,7 +951,7 @@ "bing", "amazonaws" ], - "version": "2.7.0", + "version": "2.8.0", "palette": "Colorless", "category": "Brands / Social" }, diff --git a/collections.md b/collections.md index 58076cc..13fa2ae 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 5128 +* Number of icons: 5133 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License @@ -548,12 +548,12 @@ ### Simple Icons -* Number of icons: 1228 +* Number of icons: 1254 * 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.7.0 +* Version: 2.8.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 58efb92..ce55b91 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.122", + "version": "1.1.123", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index e9e81ba..98c644e 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 5128, + "total": 5133, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -7562,6 +7562,12 @@ "gas-station": { "body": "" }, + "gas-station-off": { + "body": "" + }, + "gas-station-off-outline": { + "body": "" + }, "gas-station-outline": { "body": "" }, @@ -9363,6 +9369,12 @@ "lighthouse-on": { "body": "" }, + "lightning-bolt": { + "body": "" + }, + "lightning-bolt-outline": { + "body": "" + }, "link": { "body": "" }, @@ -13380,6 +13392,9 @@ "smoking-off": { "body": "" }, + "smoking-pipe": { + "body": "" + }, "snapchat": { "body": "" }, @@ -17229,7 +17244,7 @@ "parent": "baguette" }, "ban": { - "parent": "file-cancel-outline" + "parent": "file-cancel" }, "band-aid": { "parent": "bandage" @@ -18708,7 +18723,7 @@ "parent": "cancel" }, "dentist": { - "parent": "toothbrush-paste" + "parent": "toothbrush" }, "departure-board": { "parent": "bus-clock" @@ -19647,7 +19662,7 @@ "parent": "shoe-print" }, "forbid": { - "parent": "file-cancel-outline" + "parent": "file-cancel" }, "foreign-key": { "parent": "key-link" @@ -19920,7 +19935,7 @@ "parent": "crosshairs-question" }, "gpu": { - "parent": "expansion-card-variant" + "parent": "expansion-card" }, "grade": { "parent": "star" @@ -19935,7 +19950,7 @@ "parent": "barley-off" }, "graphics-processing-unit": { - "parent": "expansion-card-variant" + "parent": "expansion-card" }, "graveyard": { "parent": "grave-stone" @@ -21218,15 +21233,9 @@ "lightning-alert-outline": { "parent": "flash-alert-outline" }, - "lightning-bolt": { - "parent": "flash" - }, "lightning-bolt-circle": { "parent": "flash-circle" }, - "lightning-bolt-outline": { - "parent": "flash-outline" - }, "like": { "parent": "thumb-up" }, @@ -21267,7 +21276,7 @@ "parent": "lan-pending" }, "local-atm": { - "parent": "cash-usd-outline" + "parent": "cash-usd" }, "local-attraction": { "parent": "ticket" @@ -21816,7 +21825,7 @@ "parent": "currency-usd-off" }, "money-usd": { - "parent": "cash-usd-outline" + "parent": "cash-usd" }, "monitor-mobile-phone": { "parent": "monitor-cellphone" @@ -21987,7 +21996,7 @@ "parent": "wifi-star" }, "network-interface-card": { - "parent": "expansion-card-variant" + "parent": "expansion-card" }, "network-router": { "parent": "router-network" @@ -22614,7 +22623,7 @@ "parent": "ocr" }, "oral-hygiene": { - "parent": "toothbrush-paste" + "parent": "toothbrush" }, "order-checkbox-ascending": { "parent": "order-bool-ascending-variant" @@ -23175,7 +23184,7 @@ "parent": "earth" }, "plant": { - "parent": "tree-outline" + "parent": "tree" }, "plant-outline": { "parent": "sprout-outline" @@ -23484,7 +23493,7 @@ "parent": "help-network-outline" }, "queue": { - "parent": "tray-full" + "parent": "tray-plus" }, "queue-music": { "parent": "playlist-music" @@ -24447,7 +24456,7 @@ "parent": "radius-outline" }, "spicy": { - "parent": "chili-medium" + "parent": "chili-mild" }, "sql-foreign-key": { "parent": "key-link" @@ -31183,7 +31192,12 @@ "f1405": "earth-remove", "f1406": "earth-box-plus", "f1407": "earth-box-minus", - "f1408": "earth-box-remove" + "f1408": "earth-box-remove", + "f1409": "gas-station-off", + "f140a": "gas-station-off-outline", + "f140b": "lightning-bolt", + "f140c": "lightning-bolt-outline", + "f140d": "smoking-pipe" }, "categories": { "Account / User": [ diff --git a/json/simple-icons.json b/json/simple-icons.json index f4a735a..c730cf0 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,7 +2,7 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 1228, + "total": 1254, "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.7.0", + "version": "2.8.0", "samples": [ "adobephotoshop", "bing", @@ -149,6 +149,9 @@ "aircall": { "body": "" }, + "aircanada": { + "body": "" + }, "airplayaudio": { "body": "" }, @@ -191,6 +194,9 @@ "amd": { "body": "" }, + "americanairlines": { + "body": "" + }, "americanexpress": { "body": "" }, @@ -527,6 +533,9 @@ "buzzfeed": { "body": "" }, + "byte": { + "body": "" + }, "c": { "body": "" }, @@ -557,6 +566,9 @@ "castro": { "body": "" }, + "caterpillar": { + "body": "" + }, "cdprojekt": { "body": "" }, @@ -581,6 +593,9 @@ "chef": { "body": "" }, + "chocolatey": { + "body": "" + }, "chupachups": { "body": "" }, @@ -771,6 +786,9 @@ "d3-dot-js": { "body": "" }, + "daf": { + "body": "" + }, "dailymotion": { "body": "" }, @@ -1514,6 +1532,9 @@ "highly": { "body": "" }, + "hilton": { + "body": "" + }, "hipchat": { "body": "" }, @@ -1679,6 +1700,9 @@ "itunes": { "body": "" }, + "iveco": { + "body": "" + }, "jabber": { "body": "" }, @@ -1691,6 +1715,9 @@ "jcb": { "body": "" }, + "jeep": { + "body": "" + }, "jekyll": { "body": "" }, @@ -1715,6 +1742,9 @@ "jira": { "body": "" }, + "johndeere": { + "body": "" + }, "joomla": { "body": "" }, @@ -1775,6 +1805,9 @@ "khronosgroup": { "body": "" }, + "kia": { + "body": "" + }, "kibana": { "body": "" }, @@ -1820,6 +1853,9 @@ "labview": { "body": "" }, + "lamborghini": { + "body": "" + }, "lanyrd": { "body": "", "hidden": true @@ -1917,6 +1953,9 @@ "lmms": { "body": "" }, + "logitech": { + "body": "" + }, "logmein": { "body": "" }, @@ -1986,6 +2025,12 @@ "marketo": { "body": "" }, + "marriott": { + "body": "" + }, + "maserati": { + "body": "" + }, "mastercard": { "body": "" }, @@ -2169,6 +2214,9 @@ "mozillafirefox": { "body": "" }, + "mta": { + "body": "" + }, "musescore": { "body": "" }, @@ -2370,6 +2418,9 @@ "origin": { "body": "" }, + "oshkosh": { + "body": "" + }, "osmc": { "body": "" }, @@ -2424,6 +2475,9 @@ "periscope": { "body": "" }, + "perl": { + "body": "" + }, "peugeot": { "body": "" }, @@ -2734,6 +2788,9 @@ "riot": { "body": "" }, + "riotgames": { + "body": "" + }, "ripple": { "body": "" }, @@ -2917,6 +2974,9 @@ "slides": { "body": "" }, + "smart": { + "body": "" + }, "smartthings": { "body": "" }, @@ -3007,6 +3067,9 @@ "spinrilla": { "body": "" }, + "splunk": { + "body": "" + }, "spotify": { "body": "" }, @@ -3119,6 +3182,9 @@ "stylus": { "body": "" }, + "subaru": { + "body": "" + }, "sublimetext": { "body": "" }, @@ -3362,6 +3428,9 @@ "unicode": { "body": "" }, + "unitedairlines": { + "body": "" + }, "unity": { "body": "" }, @@ -3551,6 +3620,9 @@ "windows": { "body": "" }, + "windows95": { + "body": "" + }, "windowsxp": { "body": "" }, @@ -3566,6 +3638,9 @@ "wix": { "body": "" }, + "wizzair": { + "body": "" + }, "wolfram": { "body": "" }, @@ -3587,6 +3662,9 @@ "workplace": { "body": "" }, + "worldhealthorganization": { + "body": "" + }, "wpengine": { "body": "" }, diff --git a/package.json b/package.json index 208eab5..38f4a8c 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.122", + "version": "1.1.123", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",