From 7f3a535c4272e1cf81ac5094ec42f98df0eac312 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 12 Aug 2022 09:30:28 +0300 Subject: [PATCH] Update 6 icon sets --- collections.json | 14 +- collections.md | 14 +- composer.json | 2 +- json/ep.json | 36 +++- json/lucide.json | 25 ++- json/material-symbols.json | 380 +++++++++++++++++++++++++++++-------- json/octicon.json | 6 +- json/ooui.json | 18 +- json/tabler.json | 116 ++++++++++- package-lock.json | 4 +- package.json | 2 +- 11 files changed, 503 insertions(+), 114 deletions(-) diff --git a/collections.json b/collections.json index ddccd14..ff45900 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "material-symbols": { "name": "Material Symbols", - "total": 8128, + "total": 8180, "author": { "name": "Google", "url": "https://github.com/google/material-design-icons" @@ -153,8 +153,8 @@ }, "tabler": { "name": "Tabler Icons", - "total": 2178, - "version": "1.79.0", + "total": 2214, + "version": "1.81.0", "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" @@ -441,7 +441,7 @@ }, "lucide": { "name": "Lucide", - "total": 822, + "total": 829, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -593,8 +593,8 @@ }, "ep": { "name": "Element Plus", - "total": 283, - "version": "2.0.6", + "total": 293, + "version": "2.0.9", "author": { "name": "Element Plus", "url": "https://github.com/element-plus/element-plus-icons" @@ -1278,7 +1278,7 @@ "octicon": { "name": "Octicons", "total": 514, - "version": "17.4.0", + "version": "17.4.1", "author": { "name": "GitHub", "url": "https://github.com/primer/octicons/" diff --git a/collections.md b/collections.md index 8874460..2386d3d 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Symbols -* Number of icons: 8128 +* Number of icons: 8180 * Author: Google * URL: https://github.com/google/material-design-icons * License: Apache 2.0 @@ -70,12 +70,12 @@ ### Tabler Icons -* Number of icons: 2178 +* Number of icons: 2214 * Author: Paweł Kuna * URL: https://github.com/tabler/tabler-icons * License: MIT * License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE -* Version: 1.79.0 +* Version: 1.81.0 * Palette: Colorless @@ -199,7 +199,7 @@ ### Lucide -* Number of icons: 822 +* Number of icons: 829 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC @@ -267,12 +267,12 @@ ### Element Plus -* Number of icons: 283 +* Number of icons: 293 * Author: Element Plus * URL: https://github.com/element-plus/element-plus-icons * License: MIT * License URL: https://github.com/element-plus/element-plus-icons/blob/main/packages/svg/package.json -* Version: 2.0.6 +* Version: 2.0.9 * Palette: Colorless @@ -577,7 +577,7 @@ * URL: https://github.com/primer/octicons/ * License: MIT * License URL: https://github.com/primer/octicons/blob/main/LICENSE -* Version: 17.4.0 +* Version: 17.4.1 * Palette: Colorless diff --git a/composer.json b/composer.json index 61ae38b..bfd427d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.1.89", + "version": "2.1.90", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ep.json b/json/ep.json index 34028ca..0900990 100644 --- a/json/ep.json +++ b/json/ep.json @@ -2,8 +2,8 @@ "prefix": "ep", "info": { "name": "Element Plus", - "total": 283, - "version": "2.0.6", + "total": 293, + "version": "2.0.9", "author": { "name": "Element Plus", "url": "https://github.com/element-plus/element-plus-icons" @@ -23,7 +23,7 @@ "category": "General", "palette": false }, - "lastModified": 1656181824, + "lastModified": 1660284884, "icons": { "add-location": { "body": "" @@ -163,6 +163,9 @@ "chicken": { "body": "" }, + "chrome-filled": { + "body": "" + }, "circle-check": { "body": "" }, @@ -388,6 +391,9 @@ "goblet-square-full": { "body": "" }, + "gold-medal": { + "body": "" + }, "goods": { "body": "" }, @@ -403,6 +409,9 @@ "guide": { "body": "" }, + "handbag": { + "body": "" + }, "headset": { "body": "" }, @@ -499,6 +508,9 @@ "medal": { "body": "" }, + "memo": { + "body": "" + }, "menu": { "body": "" }, @@ -640,6 +652,9 @@ "promotion": { "body": "" }, + "quartz-watch": { + "body": "" + }, "question-filled": { "body": "" }, @@ -721,6 +736,9 @@ "shopping-cart-full": { "body": "" }, + "shopping-trolley": { + "body": "" + }, "smoking": { "body": "" }, @@ -760,6 +778,9 @@ "suitcase": { "body": "" }, + "suitcase-line": { + "body": "" + }, "sunny": { "body": "" }, @@ -775,6 +796,9 @@ "switch-button": { "body": "" }, + "switch-filled": { + "body": "" + }, "takeaway-box": { "body": "" }, @@ -808,6 +832,9 @@ "trophy": { "body": "" }, + "trophy-base": { + "body": "" + }, "turn-off": { "body": "" }, @@ -853,6 +880,9 @@ "wallet-filled": { "body": "" }, + "warn-triangle-filled": { + "body": "" + }, "warning": { "body": "" }, diff --git a/json/lucide.json b/json/lucide.json index d957850..94a2a2b 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 822, + "total": 829, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1659331487, + "lastModified": 1660284936, "icons": { "accessibility": { "body": "" @@ -677,6 +677,9 @@ "component": { "body": "" }, + "concierge-bell": { + "body": "" + }, "contact": { "body": "" }, @@ -860,6 +863,9 @@ "factory": { "body": "" }, + "fan": { + "body": "" + }, "fast-forward": { "body": "" }, @@ -1610,6 +1616,9 @@ "microscope": { "body": "" }, + "microwave": { + "body": "" + }, "milestone": { "body": "" }, @@ -1883,6 +1892,12 @@ "radio-receiver": { "body": "" }, + "rectangle-horizontal": { + "body": "" + }, + "rectangle-vertical": { + "body": "" + }, "recycle": { "body": "" }, @@ -1898,6 +1913,9 @@ "refresh-cw": { "body": "" }, + "refrigerator": { + "body": "" + }, "regex": { "body": "" }, @@ -2045,6 +2063,9 @@ "shovel": { "body": "" }, + "shower-head": { + "body": "" + }, "shrink": { "body": "" }, diff --git a/json/material-symbols.json b/json/material-symbols.json index 24eaa67..7b65133 100644 --- a/json/material-symbols.json +++ b/json/material-symbols.json @@ -2,7 +2,7 @@ "prefix": "material-symbols", "info": { "name": "Material Symbols", - "total": 8128, + "total": 8180, "author": { "name": "Google", "url": "https://github.com/google/material-design-icons" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1659073334, + "lastModified": 1660285568, "icons": { "123": { "body": "" @@ -201,7 +201,7 @@ "body": "" }, "18-up-rating-outline": { - "body": "" + "body": "" }, "18-up-rating-outline-rounded": { "body": "" @@ -1410,10 +1410,10 @@ "body": "" }, "admin-panel-settings": { - "body": "" + "body": "" }, "admin-panel-settings-outline": { - "body": "" + "body": "" }, "admin-panel-settings-outline-rounded": { "body": "" @@ -2035,6 +2035,12 @@ "approval": { "body": "" }, + "approval-delegation": { + "body": "" + }, + "approval-delegation-outline": { + "body": "" + }, "approval-outline": { "body": "" }, @@ -2314,6 +2320,24 @@ "assignment": { "body": "" }, + "assignment-add": { + "body": "" + }, + "assignment-add-outline": { + "body": "" + }, + "assignment-add-outline-rounded": { + "body": "" + }, + "assignment-add-outline-sharp": { + "body": "" + }, + "assignment-add-rounded": { + "body": "" + }, + "assignment-add-sharp": { + "body": "" + }, "assignment-ind": { "body": "" }, @@ -2744,6 +2768,9 @@ "autofps-select-rounded": { "body": "" }, + "autopay": { + "body": "" + }, "autorenew": { "body": "" }, @@ -3282,7 +3309,7 @@ "body": "" }, "bike-scooter": { - "body": "" + "body": "" }, "bike-scooter-outline": { "body": "" @@ -3388,7 +3415,7 @@ "body": "" }, "bluetooth-drive": { - "body": "" + "body": "" }, "bluetooth-drive-outline": { "body": "" @@ -3568,7 +3595,7 @@ "body": "" }, "bookmark-remove-outline": { - "body": "" + "body": "" }, "bookmark-remove-outline-rounded": { "body": "" @@ -3735,6 +3762,9 @@ "breaking-news-alt-1-outline": { "body": "" }, + "breastfeeding": { + "body": "" + }, "brightness-3": { "body": "" }, @@ -3970,7 +4000,7 @@ "hidden": true }, "bug-report": { - "body": "" + "body": "" }, "bug-report-outline": { "body": "" @@ -4069,7 +4099,7 @@ "body": "" }, "business-center-outline": { - "body": "" + "body": "" }, "business-center-outline-rounded": { "body": "" @@ -4083,6 +4113,12 @@ "business-center-sharp": { "body": "" }, + "business-chip": { + "body": "" + }, + "business-chip-outline": { + "body": "" + }, "cabin": { "body": "" }, @@ -4381,7 +4417,7 @@ "body": "" }, "camera-outdoor": { - "body": "" + "body": "" }, "camera-outdoor-outline": { "body": "" @@ -4525,7 +4561,7 @@ "body": "" }, "cancel-schedule-send-outline": { - "body": "" + "body": "" }, "cancel-schedule-send-outline-rounded": { "body": "" @@ -4546,7 +4582,7 @@ "body": "" }, "car-crash": { - "body": "" + "body": "" }, "car-crash-outline": { "body": "" @@ -4699,7 +4735,7 @@ "body": "" }, "cast-for-education": { - "body": "" + "body": "" }, "cast-for-education-outline": { "body": "" @@ -5113,6 +5149,18 @@ "church-sharp": { "body": "" }, + "cinematic-blur": { + "body": "" + }, + "cinematic-blur-outline": { + "body": "" + }, + "cinematic-blur-outline-sharp": { + "body": "" + }, + "cinematic-blur-sharp": { + "body": "" + }, "circle-notifications": { "body": "" }, @@ -5355,6 +5403,24 @@ "code": { "body": "" }, + "code-blocks": { + "body": "" + }, + "code-blocks-outline": { + "body": "" + }, + "code-blocks-outline-rounded": { + "body": "" + }, + "code-blocks-outline-sharp": { + "body": "" + }, + "code-blocks-rounded": { + "body": "" + }, + "code-blocks-sharp": { + "body": "" + }, "code-off": { "body": "" }, @@ -6207,6 +6273,9 @@ "cut": { "body": "" }, + "cycle": { + "body": "" + }, "cyclone": { "body": "" }, @@ -6730,7 +6799,7 @@ "body": "" }, "devices-other": { - "body": "" + "body": "" }, "devices-other-rounded": { "body": "" @@ -7000,7 +7069,7 @@ "body": "" }, "directions-walk": { - "body": "" + "body": "" }, "directions-walk-rounded": { "body": "" @@ -7113,6 +7182,24 @@ "diversity-3-rounded": { "body": "" }, + "diversity-4": { + "body": "" + }, + "diversity-4-outline": { + "body": "" + }, + "diversity-4-outline-rounded": { + "body": "" + }, + "diversity-4-outline-sharp": { + "body": "" + }, + "diversity-4-rounded": { + "body": "" + }, + "diversity-4-sharp": { + "body": "" + }, "dns": { "body": "" }, @@ -7428,7 +7515,7 @@ "body": "" }, "downhill-skiing": { - "body": "" + "body": "" }, "downhill-skiing-rounded": { "body": "" @@ -8002,19 +8089,19 @@ "body": "" }, "elderly": { - "body": "" + "body": "" }, "elderly-rounded": { "body": "" }, "elderly-woman": { - "body": "" + "body": "" }, "elderly-woman-rounded": { "body": "" }, "electric-bike": { - "body": "" + "body": "" }, "electric-bike-outline": { "body": "" @@ -8086,7 +8173,7 @@ "body": "" }, "electric-rickshaw-outline": { - "body": "" + "body": "" }, "electric-rickshaw-outline-rounded": { "body": "" @@ -8146,7 +8233,7 @@ "body": "" }, "emergency": { - "body": "" + "body": "" }, "emergency-heat": { "body": "" @@ -8173,10 +8260,12 @@ "body": "" }, "emergency-outline": { - "body": "" + "body": "", + "hidden": true }, "emergency-outline-rounded": { - "body": "" + "body": "", + "hidden": true }, "emergency-recording": { "body": "" @@ -8197,7 +8286,7 @@ "body": "" }, "emergency-rounded": { - "body": "" + "body": "" }, "emergency-share": { "body": "" @@ -8300,6 +8389,12 @@ "emoji-transportation-sharp": { "body": "" }, + "empty-dashboard": { + "body": "" + }, + "empty-dashboard-outline": { + "body": "" + }, "enable": { "body": "" }, @@ -8815,7 +8910,7 @@ "body": "" }, "factory": { - "body": "" + "body": "" }, "factory-outline": { "body": "" @@ -9016,7 +9111,7 @@ "body": "" }, "festival": { - "body": "" + "body": "" }, "festival-rounded": { "body": "" @@ -9492,6 +9587,12 @@ "body": "", "hidden": true }, + "finance-chip": { + "body": "" + }, + "finance-chip-outline": { + "body": "" + }, "find-in-page": { "body": "" }, @@ -10097,7 +10198,7 @@ "body": "" }, "format-bold": { - "body": "" + "body": "" }, "format-bold-rounded": { "body": "" @@ -10213,6 +10314,12 @@ "format-list-bulleted": { "body": "" }, + "format-list-bulleted-add": { + "body": "" + }, + "format-list-bulleted-add-rounded": { + "body": "" + }, "format-list-bulleted-rounded": { "body": "" }, @@ -10509,7 +10616,7 @@ "body": "" }, "g-mobiledata": { - "body": "" + "body": "" }, "g-mobiledata-rounded": { "body": "" @@ -10754,7 +10861,8 @@ "body": "" }, "grade-outline": { - "body": "" + "body": "", + "hidden": true }, "grade-outline-rounded": { "body": "" @@ -10763,10 +10871,10 @@ "body": "" }, "gradient": { - "body": "" + "body": "" }, "gradient-outline": { - "body": "" + "body": "" }, "gradient-outline-sharp": { "body": "" @@ -11336,7 +11444,7 @@ "body": "" }, "hide-image-outline": { - "body": "" + "body": "" }, "hide-image-outline-rounded": { "body": "" @@ -11627,10 +11735,10 @@ "body": "" }, "hotel-class": { - "body": "" + "body": "" }, "hotel-class-outline": { - "body": "" + "body": "" }, "hotel-class-outline-rounded": { "body": "" @@ -11660,7 +11768,7 @@ "body": "" }, "hourglass-disabled": { - "body": "" + "body": "" }, "hourglass-disabled-rounded": { "body": "" @@ -11714,7 +11822,7 @@ "body": "" }, "houseboat": { - "body": "" + "body": "" }, "houseboat-outline": { "body": "" @@ -12135,7 +12243,7 @@ "body": "" }, "interests": { - "body": "" + "body": "" }, "interests-outline": { "body": "" @@ -12239,6 +12347,9 @@ "javascript-sharp": { "body": "" }, + "join": { + "body": "" + }, "join-full": { "body": "" }, @@ -12257,6 +12368,9 @@ "join-left-rounded": { "body": "" }, + "join-outline": { + "body": "" + }, "join-right": { "body": "" }, @@ -12480,7 +12594,10 @@ "body": "" }, "kitesurfing": { - "body": "" + "body": "" + }, + "kitesurfing-outline": { + "body": "" }, "kitesurfing-rounded": { "body": "" @@ -12877,7 +12994,7 @@ "body": "" }, "link-off": { - "body": "" + "body": "" }, "link-off-rounded": { "body": "" @@ -13264,7 +13381,7 @@ "body": "" }, "local-post-office": { - "body": "" + "body": "" }, "local-post-office-outline": { "body": "" @@ -13341,6 +13458,12 @@ "location-away": { "body": "" }, + "location-chip": { + "body": "" + }, + "location-chip-outline": { + "body": "" + }, "location-city": { "body": "" }, @@ -13476,7 +13599,7 @@ "body": "" }, "logo-dev-outline": { - "body": "" + "body": "" }, "logo-dev-outline-rounded": { "body": "" @@ -13873,7 +13996,7 @@ "body": "" }, "mark-as-unread": { - "body": "" + "body": "" }, "mark-as-unread-outline": { "body": "" @@ -15499,10 +15622,10 @@ "body": "" }, "no-crash": { - "body": "" + "body": "" }, "no-crash-outline": { - "body": "" + "body": "" }, "no-crash-outline-rounded": { "body": "" @@ -16075,7 +16198,7 @@ "body": "" }, "other-houses": { - "body": "" + "body": "" }, "other-houses-outline": { "body": "" @@ -16482,7 +16605,7 @@ "body": "" }, "pedal-bike": { - "body": "" + "body": "" }, "pedal-bike-outline": { "body": "" @@ -17825,6 +17948,12 @@ "private-connectivity-sharp": { "body": "" }, + "process-chart": { + "body": "" + }, + "process-chart-rounded": { + "body": "" + }, "production-quantity-limits": { "body": "" }, @@ -18221,6 +18350,18 @@ "real-estate-agent-sharp": { "body": "" }, + "rebase": { + "body": "" + }, + "rebase-edit": { + "body": "" + }, + "rebase-edit-outline": { + "body": "" + }, + "rebase-outline": { + "body": "" + }, "receipt": { "body": "" }, @@ -18399,7 +18540,7 @@ "body": "" }, "remove-shopping-cart": { - "body": "" + "body": "" }, "remove-shopping-cart-outline": { "body": "" @@ -18929,7 +19070,7 @@ "body": "" }, "run-circle": { - "body": "" + "body": "" }, "running-with-errors": { "body": "" @@ -19276,7 +19417,7 @@ "body": "" }, "screen-rotation": { - "body": "" + "body": "" }, "screen-rotation-alt": { "body": "" @@ -19288,7 +19429,7 @@ "body": "" }, "screen-rotation-outline": { - "body": "" + "body": "" }, "screen-rotation-outline-rounded": { "body": "" @@ -19511,10 +19652,10 @@ "body": "" }, "send-and-archive": { - "body": "" + "body": "" }, "send-and-archive-outline": { - "body": "" + "body": "" }, "send-and-archive-outline-rounded": { "body": "" @@ -20123,13 +20264,14 @@ "body": "" }, "shopping-cart": { - "body": "" + "body": "" }, "shopping-cart-checkout": { - "body": "" + "body": "" }, "shopping-cart-checkout-outline": { - "body": "" + "body": "", + "hidden": true }, "shopping-cart-checkout-outline-rounded": { "body": "" @@ -20141,7 +20283,7 @@ "body": "" }, "shopping-cart-outline": { - "body": "" + "body": "" }, "shopping-cart-outline-rounded": { "body": "" @@ -21026,7 +21168,7 @@ "body": "" }, "speed-outline": { - "body": "" + "body": "" }, "speed-outline-rounded": { "body": "" @@ -21348,15 +21490,21 @@ "body": "" }, "star": { - "body": "" + "body": "" }, "star-half": { - "body": "" + "body": "" + }, + "star-half-outline": { + "body": "" }, "star-half-rounded": { "body": "" }, - "star-rounded": { + "star-outline": { + "body": "" + }, + "star-outline-rounded": { "body": "" }, "stars": { @@ -21461,7 +21609,7 @@ "body": "" }, "stop-screen-share-outline": { - "body": "" + "body": "" }, "stop-screen-share-outline-rounded": { "body": "" @@ -22413,7 +22561,7 @@ "body": "" }, "taxi-alert": { - "body": "" + "body": "" }, "taxi-alert-outline": { "body": "" @@ -22590,10 +22738,10 @@ "body": "" }, "theaters-outline-rounded": { - "body": "" + "body": "" }, "theaters-rounded": { - "body": "" + "body": "" }, "thermometer": { "body": "" @@ -23149,7 +23297,7 @@ "body": "" }, "tsunami-outline": { - "body": "" + "body": "" }, "tsunami-outline-rounded": { "body": "" @@ -23419,7 +23567,7 @@ "body": "" }, "unsubscribe": { - "body": "" + "body": "" }, "unsubscribe-outline": { "body": "" @@ -23547,6 +23695,18 @@ "vaping-rooms-rounded": { "body": "" }, + "variables": { + "body": "" + }, + "variables-outline": { + "body": "" + }, + "variables-outline-rounded": { + "body": "" + }, + "variables-rounded": { + "body": "" + }, "verified": { "body": "" }, @@ -23899,6 +24059,12 @@ "view-column": { "body": "" }, + "view-column-2": { + "body": "" + }, + "view-column-2-outline": { + "body": "" + }, "view-column-outline": { "body": "" }, @@ -24263,10 +24429,10 @@ "body": "" }, "volunteer-activism": { - "body": "" + "body": "" }, "volunteer-activism-outline": { - "body": "" + "body": "" }, "volunteer-activism-outline-rounded": { "body": "" @@ -24280,6 +24446,12 @@ "volunteer-activism-sharp": { "body": "" }, + "voting-chip": { + "body": "" + }, + "voting-chip-outline": { + "body": "" + }, "vpn-googleone": { "body": "", "hidden": true @@ -24435,7 +24607,7 @@ "body": "" }, "water-damage": { - "body": "" + "body": "" }, "water-damage-outline": { "body": "" @@ -25416,6 +25588,12 @@ "signal-wifi-statusbar-null": { "parent": "signal-wifi-0-bar" }, + "star-rate": { + "parent": "star" + }, + "star-rounded": { + "parent": "star-outline-rounded" + }, "stay-current-portrait": { "parent": "smartphone" }, @@ -25536,6 +25714,7 @@ "kayaking", "kayaking-rounded", "kitesurfing", + "kitesurfing-outline", "kitesurfing-rounded", "kitesurfing-sharp", "nights-stay", @@ -26230,6 +26409,10 @@ "call-to-action-outline-sharp", "call-to-action-rounded", "call-to-action-sharp", + "cinematic-blur", + "cinematic-blur-outline", + "cinematic-blur-outline-sharp", + "cinematic-blur-sharp", "closed-caption", "closed-caption-disabled", "closed-caption-disabled-outline", @@ -26748,6 +26931,7 @@ "attach-money-rounded", "auto-graph", "auto-graph-rounded", + "autopay", "bar-chart", "bar-chart-rounded", "barcode", @@ -27114,6 +27298,8 @@ "app-shortcut-rounded", "app-shortcut-sharp", "approval", + "approval-delegation", + "approval-delegation-outline", "approval-outline", "approval-outline-rounded", "approval-outline-sharp", @@ -27227,6 +27413,12 @@ "circle-notifications-rounded", "circle-notifications-sharp", "code", + "code-blocks", + "code-blocks-outline", + "code-blocks-outline-rounded", + "code-blocks-outline-sharp", + "code-blocks-rounded", + "code-blocks-sharp", "code-off", "code-off-rounded", "code-rounded", @@ -29834,8 +30026,6 @@ "electrical-services-rounded", "electrical-services-sharp", "emergency", - "emergency-outline", - "emergency-outline-rounded", "emergency-rounded", "ev-charger", "ev-charger-outline", @@ -31259,6 +31449,7 @@ "bloodtype-rounded", "boy", "boy-rounded", + "breastfeeding", "bring-your-own-ip", "clean-hands", "clean-hands-outline", @@ -31302,6 +31493,12 @@ "diversity-2-rounded", "diversity-3", "diversity-3-rounded", + "diversity-4", + "diversity-4-outline", + "diversity-4-outline-rounded", + "diversity-4-outline-sharp", + "diversity-4-rounded", + "diversity-4-sharp", "eco", "eco-outline", "egg", @@ -31802,6 +31999,12 @@ "article-rounded", "article-sharp", "assignment", + "assignment-add", + "assignment-add-outline", + "assignment-add-outline-rounded", + "assignment-add-outline-sharp", + "assignment-add-rounded", + "assignment-add-sharp", "assignment-ind", "assignment-ind-outline", "assignment-ind-outline-sharp", @@ -31886,6 +32089,8 @@ "border-vertical-rounded", "breaking-news-alt-1", "breaking-news-alt-1-outline", + "business-chip", + "business-chip-outline", "calendar-view-day", "calendar-view-day-outline", "calendar-view-day-outline-rounded", @@ -32039,6 +32244,8 @@ "file-present-outline-sharp", "file-present-rounded", "file-present-sharp", + "finance-chip", + "finance-chip-outline", "find-in-page", "find-in-page-outline", "find-in-page-outline-rounded", @@ -32157,6 +32364,8 @@ "format-line-spacing", "format-line-spacing-rounded", "format-list-bulleted", + "format-list-bulleted-add", + "format-list-bulleted-add-rounded", "format-list-bulleted-rounded", "format-list-numbered", "format-list-numbered-rounded", @@ -32244,12 +32453,14 @@ "inventory", "inventory-rounded", "inventory-sharp", + "join", "join-full", "join-full-rounded", "join-inner", "join-inner-rounded", "join-left", "join-left-rounded", + "join-outline", "join-right", "join-right-rounded", "line-axis", @@ -32267,6 +32478,8 @@ "list-alt-rounded", "list-alt-sharp", "list-rounded", + "location-chip", + "location-chip-outline", "low-priority", "low-priority-rounded", "margin", @@ -32347,6 +32560,8 @@ "post-add", "post-add-rounded", "post-add-sharp", + "process-chart", + "process-chart-rounded", "read-more", "read-more-rounded", "rectangle", @@ -32489,6 +32704,10 @@ "type-specimen-outline-sharp", "type-specimen-rounded", "type-specimen-sharp", + "variables", + "variables-outline", + "variables-outline-rounded", + "variables-rounded", "vertical-align-bottom", "vertical-align-bottom-rounded", "vertical-align-center", @@ -32520,6 +32739,8 @@ "view-carousel-outline-rounded", "view-carousel-rounded", "view-column", + "view-column-2", + "view-column-2-outline", "view-column-outline", "view-column-outline-rounded", "view-column-rounded", @@ -32554,6 +32775,8 @@ "view-week-outline", "view-week-outline-sharp", "view-week-sharp", + "voting-chip", + "voting-chip-outline", "wrap-text", "wrap-text-rounded" ], @@ -33221,6 +33444,7 @@ "css", "css-rounded", "css-sharp", + "cycle", "data-thresholding", "data-thresholding-outline", "data-thresholding-outline-rounded", @@ -33304,6 +33528,8 @@ "eject-outline", "eject-outline-rounded", "eject-rounded", + "empty-dashboard", + "empty-dashboard-outline", "enable", "exit-to-app", "exit-to-app-rounded", @@ -33361,7 +33587,6 @@ "fullscreen-exit", "fullscreen-exit-rounded", "fullscreen-rounded", - "grade-outline", "grade-outline-rounded", "grade-rounded", "heart-minus", @@ -33494,6 +33719,10 @@ "radio-button-checked", "radio-button-checked-outline", "radio-button-unchecked", + "rebase", + "rebase-edit", + "rebase-edit-outline", + "rebase-outline", "redo", "redo-rounded", "refresh", @@ -33548,7 +33777,6 @@ "share-reviews-outline", "share-reviews-outline-sharp", "shopping-cart-checkout", - "shopping-cart-checkout-outline", "shopping-cart-checkout-outline-rounded", "shopping-cart-checkout-rounded", "shopping-cart-checkout-sharp", @@ -33558,8 +33786,10 @@ "sort-rounded", "star", "star-half", + "star-half-outline", "star-half-rounded", - "star-rounded", + "star-outline", + "star-outline-rounded", "start", "start-rounded", "subdirectory-arrow-left", diff --git a/json/octicon.json b/json/octicon.json index 8c44159..c5609c5 100644 --- a/json/octicon.json +++ b/json/octicon.json @@ -3,7 +3,7 @@ "info": { "name": "Octicons", "total": 514, - "version": "17.4.0", + "version": "17.4.1", "author": { "name": "GitHub", "url": "https://github.com/primer/octicons/" @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1659073375, + "lastModified": 1660285737, "icons": { "accessibility-16": { "body": "" @@ -2280,7 +2280,7 @@ "body": "" }, "search-24": { - "body": "", + "body": "", "width": 24, "height": 24 }, diff --git a/json/ooui.json b/json/ooui.json index 0fa1c97..0fc0cc3 100644 --- a/json/ooui.json +++ b/json/ooui.json @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1657692952, + "lastModified": 1660285751, "icons": { "add": { "body": "" @@ -112,7 +112,7 @@ "body": "" }, "bold-a": { - "body": "" + "body": "" }, "bold-arab-ain": { "body": "" @@ -214,16 +214,16 @@ "body": "" }, "copy-ltr": { - "body": "" + "body": "" }, "copy-rtl": { - "body": "" + "body": "" }, "cut-ltr": { - "body": "" + "body": "" }, "cut-rtl": { - "body": "" + "body": "" }, "database": { "body": "" @@ -991,7 +991,7 @@ "body": "" }, "watchlist-ltr": { - "body": "" + "body": "" }, "watchlist-rtl": { "body": "" @@ -1003,10 +1003,10 @@ "body": "" }, "zoom-in": { - "body": "" + "body": "" }, "zoom-out": { - "body": "" + "body": "" } }, "width": 20, diff --git a/json/tabler.json b/json/tabler.json index cedb0a6..80f4ecd 100644 --- a/json/tabler.json +++ b/json/tabler.json @@ -2,8 +2,8 @@ "prefix": "tabler", "info": { "name": "Tabler Icons", - "total": 2178, - "version": "1.79.0", + "total": 2214, + "version": "1.81.0", "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1660108999, + "lastModified": 1660285788, "icons": { "2fa": { "body": "" @@ -399,6 +399,18 @@ "arrow-merge-right": { "body": "" }, + "arrow-move-down": { + "body": "" + }, + "arrow-move-left": { + "body": "" + }, + "arrow-move-right": { + "body": "" + }, + "arrow-move-up": { + "body": "" + }, "arrow-narrow-down": { "body": "" }, @@ -1018,6 +1030,18 @@ "box": { "body": "" }, + "box-align-bottom": { + "body": "" + }, + "box-align-left": { + "body": "" + }, + "box-align-right": { + "body": "" + }, + "box-align-top": { + "body": "" + }, "box-margin": { "body": "" }, @@ -1486,6 +1510,9 @@ "brand-ubuntu": { "body": "" }, + "brand-unity": { + "body": "" + }, "brand-unsplash": { "body": "" }, @@ -2252,11 +2279,29 @@ "body": "" }, "coin": { - "body": "" + "body": "" + }, + "coin-bitcoin": { + "body": "" + }, + "coin-euro": { + "body": "" }, "coin-off": { "body": "" }, + "coin-pound": { + "body": "" + }, + "coin-rupee": { + "body": "" + }, + "coin-yen": { + "body": "" + }, + "coin-yuan": { + "body": "" + }, "color-picker": { "body": "" }, @@ -4157,6 +4202,9 @@ "location": { "body": "" }, + "location-broken": { + "body": "" + }, "location-off": { "body": "" }, @@ -4475,6 +4523,12 @@ "mood-kid": { "body": "" }, + "mood-look-left": { + "body": "" + }, + "mood-look-right": { + "body": "" + }, "mood-nervous": { "body": "" }, @@ -4487,6 +4541,9 @@ "mood-sad": { "body": "" }, + "mood-sing": { + "body": "" + }, "mood-smile": { "body": "" }, @@ -4559,6 +4616,9 @@ "music-off": { "body": "" }, + "navigation": { + "body": "" + }, "network": { "body": "" }, @@ -4685,6 +4745,9 @@ "package-off": { "body": "" }, + "packages": { + "body": "" + }, "packge-export": { "body": "" }, @@ -4957,6 +5020,18 @@ "playlist-x": { "body": "" }, + "playstation-circle": { + "body": "" + }, + "playstation-square": { + "body": "" + }, + "playstation-triangle": { + "body": "" + }, + "playstation-x": { + "body": "" + }, "plug": { "body": "" }, @@ -6031,6 +6106,9 @@ "text-resize": { "body": "" }, + "text-size": { + "body": "" + }, "text-spellcheck": { "body": "" }, @@ -6109,6 +6187,12 @@ "tournament": { "body": "" }, + "tower": { + "body": "" + }, + "tower-off": { + "body": "" + }, "track": { "body": "" }, @@ -6147,6 +6231,18 @@ "transfer-out": { "body": "" }, + "transition-bottom": { + "body": "" + }, + "transition-left": { + "body": "" + }, + "transition-right": { + "body": "" + }, + "transition-top": { + "body": "" + }, "trash": { "body": "" }, @@ -6507,6 +6603,18 @@ "x": { "body": "" }, + "xbox-a": { + "body": "" + }, + "xbox-b": { + "body": "" + }, + "xbox-x": { + "body": "" + }, + "xbox-y": { + "body": "" + }, "yin-yang": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index e9961ce..648ce9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.1.89", + "version": "2.1.90", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.1.89", + "version": "2.1.90", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index cdb97c7..41da44d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "2.1.89", + "version": "2.1.90", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues", "repository": {