2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-18 18:19:00 +00:00

Update 7 icon sets

This commit is contained in:
Vjacheslav Trushkin 2022-09-20 09:30:56 +03:00
parent 74f6f67617
commit fe544c47ed
12 changed files with 1339 additions and 40 deletions

View File

@ -373,8 +373,8 @@
},
"bx": {
"name": "BoxIcons",
"total": 797,
"version": "2.1.2",
"total": 814,
"version": "2.1.4",
"author": {
"name": "Atisa",
"url": "https://github.com/atisawd/boxicons"
@ -395,8 +395,8 @@
},
"bxs": {
"name": "BoxIcons Solid",
"total": 650,
"version": "2.1.2",
"total": 665,
"version": "2.1.4",
"author": {
"name": "Atisa",
"url": "https://github.com/atisawd/boxicons"
@ -462,7 +462,7 @@
},
"lucide": {
"name": "Lucide",
"total": 833,
"total": 834,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -877,7 +877,7 @@
},
"gridicons": {
"name": "Gridicons",
"total": 201,
"total": 205,
"version": "3.4.0",
"author": {
"name": "Automattic",
@ -1164,6 +1164,28 @@
"category": "General",
"palette": false
},
"pajamas": {
"name": "Gitlab SVGs",
"total": 343,
"version": "3.3.0",
"author": {
"name": "GitLab B.V.",
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
},
"license": {
"title": "MIT",
"spdx": "MIT",
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE"
},
"samples": [
"preferences",
"expire",
"merge"
],
"displayHeight": 16,
"category": "General",
"palette": false
},
"pepicons": {
"name": "Pepicons",
"total": 416,
@ -1410,7 +1432,7 @@
},
"noto": {
"name": "Noto Emoji",
"total": 3447,
"total": 3449,
"author": {
"name": "Google Inc",
"url": "https://github.com/googlefonts/noto-emoji"
@ -1610,8 +1632,8 @@
},
"bxl": {
"name": "BoxIcons Logo",
"total": 153,
"version": "2.1.2",
"total": 155,
"version": "2.1.4",
"author": {
"name": "Atisa",
"url": "https://github.com/atisawd/boxicons"

View File

@ -168,22 +168,22 @@
### BoxIcons
* Number of icons: 797
* Number of icons: 814
* Author: Atisa
* URL: https://github.com/atisawd/boxicons
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 2.1.2
* Version: 2.1.4
* Palette: Colorless
### BoxIcons Solid
* Number of icons: 650
* Number of icons: 665
* Author: Atisa
* URL: https://github.com/atisawd/boxicons
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 2.1.2
* Version: 2.1.4
* Palette: Colorless
@ -208,7 +208,7 @@
### Lucide
* Number of icons: 833
* Number of icons: 834
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC
@ -394,7 +394,7 @@
### Gridicons
* Number of icons: 201
* Number of icons: 205
* Author: Automattic
* URL: https://github.com/Automattic/gridicons
* License: GPL 2.0
@ -520,6 +520,16 @@
* Palette: Colorless
### Gitlab SVGs
* Number of icons: 343
* Author: GitLab B.V.
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
* License: MIT
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
* Version: 3.3.0
* Palette: Colorless
### Pepicons
* Number of icons: 416
* Author: CyCraft
@ -629,7 +639,7 @@
### Noto Emoji
* Number of icons: 3447
* Number of icons: 3449
* Author: Google Inc
* URL: https://github.com/googlefonts/noto-emoji
* License: Apache 2.0
@ -714,12 +724,12 @@
### BoxIcons Logo
* Number of icons: 153
* Number of icons: 155
* Author: Atisa
* URL: https://github.com/atisawd/boxicons
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 2.1.2
* Version: 2.1.4
* Palette: Colorless

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.1.109",
"version": "2.1.110",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

View File

@ -2,8 +2,8 @@
"prefix": "bx",
"info": {
"name": "BoxIcons",
"total": 797,
"version": "2.1.2",
"total": 814,
"version": "2.1.4",
"author": {
"name": "Atisa",
"url": "https://github.com/atisawd/boxicons"
@ -22,7 +22,7 @@
"category": "General",
"palette": false
},
"lastModified": 1656181453,
"lastModified": 1663655035,
"icons": {
"abacus": {
"body": "<path fill=\"currentColor\" d=\"M2 3h2v18H2zm18 0h2v18h-2zM5 13h2v1h2v-1h2v1h2v-1h4v1h2v-4h-2v1h-4v-1h-2v1H9v-1H7v1H5zm0-9v4h2V7h8v1h2V7h2V5h-2V4h-2v1H7V4zm0 13v3h2v-1h2v1h2v-1h8v-2h-8v-1H9v1H7v-1H5z\"/>"
@ -3795,6 +3795,9 @@
"chevrons-up": {
"body": "<path fill=\"currentColor\" d=\"m6.293 11.293l1.414 1.414L12 8.414l4.293 4.293l1.414-1.414L12 5.586z\"/><path fill=\"currentColor\" d=\"m6.293 16.293l1.414 1.414L12 13.414l4.293 4.293l1.414-1.414L12 10.586z\"/>"
},
"child": {
"body": "<circle cx=\"12\" cy=\"6\" r=\"2\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M14 9h-4a1 1 0 0 0-.8.4l-3 4l1.6 1.2L9 13v7h2v-4h2v4h2v-7l1.2 1.6l1.6-1.2l-3-4A1 1 0 0 0 14 9z\"/>"
},
"chip": {
"body": "<path fill=\"currentColor\" d=\"M9 9h6v6H9z\"/><path fill=\"currentColor\" d=\"M20 6c0-1.103-.897-2-2-2h-2V2h-2v2h-4V2H8v2H6c-1.103 0-2 .897-2 2v2H2v2h2v4H2v2h2v2c0 1.103.897 2 2 2h2v2h2v-2h4v2h2v-2h2c1.103 0 2-.897 2-2v-2h2v-2h-2v-4h2V8h-2V6zM6 18V6h12l.002 12H6z\"/>"
},
@ -4407,6 +4410,12 @@
"horizontal-center": {
"body": "<path fill=\"currentColor\" d=\"m5.005 15.995l4-4l-4-4v3h-3v2h3zm14-5v-3l-4 4l4 4v-3h3v-2h-2.072zm-8 7h2v3h-2zm0-5h2v3h-2zm0-5h2v3h-2zm0-5h2v3h-2z\"/>"
},
"horizontal-left": {
"body": "<path fill=\"currentColor\" d=\"m11 8l-4 4l4 4v-3h8v-2h-8V8zM3 18h2v3H3zm0-5h2v3H3zm0-5h2v3H3zm0-5h2v3H3z\"/>"
},
"horizontal-right": {
"body": "<path fill=\"currentColor\" d=\"M13 11H5v2h8v3l4-4l-4-4v3zm6-8h2v3h-2zm0 5h2v3h-2zm0 5h2v3h-2zm0 5h2v3h-2z\"/>"
},
"hotel": {
"body": "<circle cx=\"7.5\" cy=\"11.5\" r=\"2.5\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M17.205 7H12a1 1 0 0 0-1 1v7H4V6H2v14h2v-3h16v3h2v-8.205A4.8 4.8 0 0 0 17.205 7zM13 15V9h4.205A2.798 2.798 0 0 1 20 11.795V15h-7z\"/>"
},
@ -4854,6 +4863,24 @@
"notification-off": {
"body": "<path fill=\"currentColor\" d=\"m21.71 20.296l-1.786-1.786c.045-.163.076-.332.076-.51v-7h-2v5.586L7.414 6H13V4H6c-.178 0-.347.031-.51.076l-1.78-1.78L2.296 3.71l18 18l1.414-1.414zM4 8.121V18c0 1.103.897 2 2 2h9.879l-2-2H6v-7.879l-2-2z\"/><circle cx=\"18\" cy=\"6\" r=\"3\" fill=\"currentColor\"/>"
},
"objects-horizontal-center": {
"body": "<path fill=\"currentColor\" d=\"M5 20h6v2h2v-2h6a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-6v-2h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4V2h-2v2H7a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4v2H5a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1zM8 6h8v3H8zm-2 9h12v3H6z\"/>"
},
"objects-horizontal-left": {
"body": "<path fill=\"currentColor\" d=\"M2 2h2v20H2zm19 11H7a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1zm-1 5H8v-3h12zM7 11h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1zm1-5h8v3H8z\"/>"
},
"objects-horizontal-right": {
"body": "<path fill=\"currentColor\" d=\"M20 2h2v20h-2zm-2 12a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zm-2 4H4v-3h12zm-9-7h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1zm1-5h8v3H8z\"/>"
},
"objects-vertical-bottom": {
"body": "<path fill=\"currentColor\" d=\"M2 20h20v2H2zM4 3v14a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1zm2 1h3v12H6zm7 13a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-5a1 1 0 0 0-1 1zm2-9h3v8h-3z\"/>"
},
"objects-vertical-center": {
"body": "<path fill=\"currentColor\" d=\"M20 7a1 1 0 0 0-1-1h-5a1 1 0 0 0-1 1v4h-2V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v6H2v2h2v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-6h2v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4h2v-2h-2zM9 18H6V6h3zm9-2h-3V8h3z\"/>"
},
"objects-vertical-top": {
"body": "<path fill=\"currentColor\" d=\"M2 2h20v2H2zm9 19V7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1zm-2-1H6V8h3zM19 6h-5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-1 10h-3V8h3z\"/>"
},
"outline": {
"body": "<path fill=\"currentColor\" d=\"M21 19v-9c0-1.103-.897-2-2-2h-3V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h3v3c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2zM5 14V5h9v3h-4c-1.103 0-2 .897-2 2v4H5zm9.001 0H10v-4h4.001v4zM10 16h4c1.103 0 2-.897 2-2v-4h3l.001 9H10v-3z\"/>"
},
@ -4870,7 +4897,7 @@
"body": "<path fill=\"currentColor\" d=\"M13.4 2.096a10.08 10.08 0 0 0-8.937 3.331A10.054 10.054 0 0 0 2.096 13.4c.53 3.894 3.458 7.207 7.285 8.246a9.982 9.982 0 0 0 2.618.354l.142-.001a3.001 3.001 0 0 0 2.516-1.426a2.989 2.989 0 0 0 .153-2.879l-.199-.416a1.919 1.919 0 0 1 .094-1.912a2.004 2.004 0 0 1 2.576-.755l.412.197c.412.198.85.299 1.301.299A3.022 3.022 0 0 0 22 12.14a9.935 9.935 0 0 0-.353-2.76c-1.04-3.826-4.353-6.754-8.247-7.284zm5.158 10.909l-.412-.197c-1.828-.878-4.07-.198-5.135 1.494c-.738 1.176-.813 2.576-.204 3.842l.199.416a.983.983 0 0 1-.051.961a.992.992 0 0 1-.844.479h-.112a8.061 8.061 0 0 1-2.095-.283c-3.063-.831-5.403-3.479-5.826-6.586c-.321-2.355.352-4.623 1.893-6.389a8.002 8.002 0 0 1 7.16-2.664c3.107.423 5.755 2.764 6.586 5.826c.198.73.293 1.474.282 2.207c-.012.807-.845 1.183-1.441.894z\"/><circle cx=\"7.5\" cy=\"14.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"7.5\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"10.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"14.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\"/>"
},
"paper-plane": {
"body": "<path fill=\"currentColor\" d=\"M20.563 3.34a1.002 1.002 0 0 0-.989-.079l-17 8a1 1 0 0 0 .026 1.821L8 15.445v6.722l5.836-4.168l4.764 2.084a1 1 0 0 0 1.399-.85l1-15a1.005 1.005 0 0 0-.436-.893zm-2.466 14.34l-5.269-2.306L16 9.167l-7.649 4.25l-2.932-1.283l13.471-6.34l-.793 11.886z\"/>"
"body": "<path fill=\"currentColor\" d=\"M20.56 3.34a1 1 0 0 0-1-.08l-17 8a1 1 0 0 0-.57.92a1 1 0 0 0 .6.9L8 15.45v6.72L13.84 18l4.76 2.08a.93.93 0 0 0 .4.09a1 1 0 0 0 .52-.15a1 1 0 0 0 .48-.79l1-15a1 1 0 0 0-.44-.89ZM18.1 17.68l-5.27-2.31L16 9.17l-7.65 4.25l-2.93-1.29l13.47-6.34Z\"/>"
},
"paperclip": {
"body": "<path fill=\"currentColor\" d=\"M17.004 5H9c-1.838 0-3.586.737-4.924 2.076C2.737 8.415 2 10.163 2 12c0 1.838.737 3.586 2.076 4.924C5.414 18.263 7.162 19 9 19h8v-2H9c-1.303 0-2.55-.529-3.51-1.49C4.529 14.55 4 13.303 4 12c0-1.302.529-2.549 1.49-3.51C6.45 7.529 7.697 7 9 7h8V6l.001 1h.003c.79 0 1.539.314 2.109.886c.571.571.886 1.322.887 2.116a2.966 2.966 0 0 1-.884 2.11A2.988 2.988 0 0 1 17 13H9a.99.99 0 0 1-.698-.3A.991.991 0 0 1 8 12c0-.252.11-.507.301-.698A.987.987 0 0 1 9 11h8V9H9c-.79 0-1.541.315-2.114.889C6.314 10.461 6 11.211 6 12s.314 1.54.888 2.114A2.974 2.974 0 0 0 9 15h8.001a4.97 4.97 0 0 0 3.528-1.473a4.967 4.967 0 0 0-.001-7.055A4.95 4.95 0 0 0 17.004 5z\"/>"
@ -5058,6 +5085,9 @@
"rewind-circle": {
"body": "<path fill=\"currentColor\" d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8s8 3.589 8 8s-3.589 8-8 8z\"/><path fill=\"currentColor\" d=\"M11 16V8l-5 4zm6 0V8l-5 4z\"/>"
},
"rfid": {
"body": "<path fill=\"currentColor\" d=\"M4 22h16a1 1 0 0 0 1-1v-8h-2v7H5V4h5V2H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1z\"/><circle cx=\"12\" cy=\"11\" r=\"1\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M15 11h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3z\"/><path fill=\"currentColor\" d=\"M19 11h2a9 9 0 0 0-9-9v2a7 7 0 0 1 7 7zm-9.35 4.67a1 1 0 0 0-.14-.51a.76.76 0 0 0-.38-.31a2.3 2.3 0 0 0-.75-.09H7V18h.65v-1.35h.14a1.31 1.31 0 0 1 .33 0a.58.58 0 0 1 .19.14a4.72 4.72 0 0 1 .35.48l.47.7h.78l-.39-.63a3.56 3.56 0 0 0-.38-.53a1.25 1.25 0 0 0-.35-.27a1 1 0 0 0 .64-.3a.84.84 0 0 0 .22-.57zm-.74.33a.4.4 0 0 1-.18.14a2.36 2.36 0 0 1-.59 0h-.49v-.82h1a.4.4 0 0 1 .25.13a.36.36 0 0 1 .09.26a.43.43 0 0 1-.08.29zm2.01.62h1.36v-.54h-1.36v-.77h1.57v-.55h-2.22V18h.65v-1.38zm2.09-1.86h.65V18h-.65zm3.09.06a2.48 2.48 0 0 0-.62-.06h-1.2V18h1.24a1.76 1.76 0 0 0 .57-.07a1.07 1.07 0 0 0 .46-.26a1.35 1.35 0 0 0 .35-.57a2 2 0 0 0 .1-.69a2.35 2.35 0 0 0-.11-.76a1.33 1.33 0 0 0-.31-.53a1.09 1.09 0 0 0-.48-.3zm.16 2.18a.74.74 0 0 1-.17.31a.57.57 0 0 1-.27.13a1.79 1.79 0 0 1-.39 0h-.49v-2.13h.29a3.06 3.06 0 0 1 .54 0a.71.71 0 0 1 .3.15a.82.82 0 0 1 .19.32a2.05 2.05 0 0 1 .06.57a2.41 2.41 0 0 1-.06.65z\"/>"
},
"right-arrow": {
"body": "<path fill=\"currentColor\" d=\"M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A.998.998 0 0 0 5 3v18a1 1 0 0 0 .536.886zM7 4.909L17.243 12L7 19.091V4.909z\"/>"
},
@ -5166,6 +5196,12 @@
"shield-alt-2": {
"body": "<path fill=\"currentColor\" d=\"M21.438 5.089a1.002 1.002 0 0 0-.959.015c-.684.389-1.355.577-2.053.577c-2.035 0-3.952-1.629-5.722-3.39c-.375-.373-1.063-.373-1.438 0C9.592 3.959 7.598 5.663 5.51 5.663c-.69 0-1.351-.184-2.018-.561c-.298-.166-.658-.171-.96-.012s-.501.461-.528.801c-.011.129-.944 12.872 9.683 16.041a.99.99 0 0 0 .286.042H12c.097 0 .192-.014.285-.041c10.657-3.17 9.695-15.916 9.684-16.044a1 1 0 0 0-.531-.8zm-9.452 14.842c-6.979-2.255-7.934-9.412-8.014-12.477c.505.14 1.019.209 1.537.209c2.492 0 4.65-1.567 6.476-3.283c1.893 1.788 3.983 3.301 6.442 3.301c.53 0 1.057-.074 1.575-.22c-.074 3.065-1.021 10.217-8.016 12.47z\"/>"
},
"shield-minus": {
"body": "<path fill=\"currentColor\" d=\"m20.41 6.11l-8-4a.94.94 0 0 0-.89 0l-8 4A1 1 0 0 0 3 6.9c0 .11-1 10.77 8.59 15a1 1 0 0 0 .41.1a.93.93 0 0 0 .4-.09C21.92 17.67 21 7 21 6.9a1 1 0 0 0-.59-.79zM12 19.9C5.2 16.63 4.88 9.64 4.93 7.63l7-3.51l7 3.51c.13 2.01-.19 9-6.93 12.27z\"/><path fill=\"currentColor\" d=\"M8 11h8v2H8z\"/>"
},
"shield-plus": {
"body": "<path fill=\"currentColor\" d=\"M11.63 21.91A.9.9 0 0 0 12 22a1 1 0 0 0 .41-.09C22 17.67 21 7 21 6.9a1 1 0 0 0-.55-.79l-8-4a1 1 0 0 0-.9 0l-8 4A1 1 0 0 0 3 6.9c0 .1-.92 10.77 8.63 15.01zM5 7.63l7-3.51l7 3.51c.05 2-.27 9-7 12.27C5.26 16.63 4.94 9.64 5 7.63z\"/><path fill=\"currentColor\" d=\"M11.06 16h2v-3h3.01v-2h-3.01V8h-2v3h-3v2h3v3z\"/>"
},
"shield-quarter": {
"body": "<path fill=\"currentColor\" d=\"M20.995 6.9a.998.998 0 0 0-.548-.795l-8-4a1 1 0 0 0-.895 0l-8 4a1.002 1.002 0 0 0-.547.795c-.011.107-.961 10.767 8.589 15.014a.987.987 0 0 0 .812 0c9.55-4.247 8.6-14.906 8.589-15.014zM12 19.897V12H5.51a15.473 15.473 0 0 1-.544-4.365L12 4.118V12h6.46c-.759 2.74-2.498 5.979-6.46 7.897z\"/>"
},
@ -5184,6 +5220,9 @@
"show-alt": {
"body": "<path fill=\"currentColor\" d=\"M14 12c-1.095 0-2-.905-2-2c0-.354.103-.683.268-.973C12.178 9.02 12.092 9 12 9a3.02 3.02 0 0 0-3 3c0 1.642 1.358 3 3 3c1.641 0 3-1.358 3-3c0-.092-.02-.178-.027-.268c-.29.165-.619.268-.973.268z\"/><path fill=\"currentColor\" d=\"M12 5c-7.633 0-9.927 6.617-9.948 6.684L1.946 12l.105.316C2.073 12.383 4.367 19 12 19s9.927-6.617 9.948-6.684l.106-.316l-.105-.316C21.927 11.617 19.633 5 12 5zm0 12c-5.351 0-7.424-3.846-7.926-5C4.578 10.842 6.652 7 12 7c5.351 0 7.424 3.846 7.926 5c-.504 1.158-2.578 5-7.926 5z\"/>"
},
"shower": {
"body": "<path fill=\"currentColor\" d=\"M21 18.33A6.78 6.78 0 0 0 19.5 15a6.73 6.73 0 0 0-1.5 3.33a1.51 1.51 0 1 0 3 0zm-10 2A6.78 6.78 0 0 0 9.5 17A6.73 6.73 0 0 0 8 20.33A1.59 1.59 0 0 0 9.5 22a1.59 1.59 0 0 0 1.5-1.67zM14.5 22a1.59 1.59 0 0 0 1.5-1.67A6.78 6.78 0 0 0 14.5 17a6.73 6.73 0 0 0-1.5 3.33A1.59 1.59 0 0 0 14.5 22zM3 18.33A1.59 1.59 0 0 0 4.5 20A1.59 1.59 0 0 0 6 18.33A6.78 6.78 0 0 0 4.5 15A6.73 6.73 0 0 0 3 18.33zM13 4.07V2h-2v2.07A8 8 0 0 0 4 12H2v2h20v-2h-2a8 8 0 0 0-7-7.93zM6 12a6 6 0 0 1 12 0z\"/>"
},
"shuffle": {
"body": "<path fill=\"currentColor\" d=\"M17 17h-1.559l-9.7-10.673A1 1 0 0 0 5.001 6H2v2h2.559l4.09 4.5l-4.09 4.501H2v2h3.001a1 1 0 0 0 .74-.327L10 13.987l4.259 4.686a1 1 0 0 0 .74.327H17v3l5-4l-5-4v3z\"/><path fill=\"currentColor\" d=\"M15.441 8H17v3l5-3.938L17 3v3h-2.001a1 1 0 0 0-.74.327l-3.368 3.707l1.48 1.346L15.441 8z\"/>"
},
@ -5319,6 +5358,9 @@
"support": {
"body": "<path fill=\"currentColor\" d=\"M12 2C6.486 2 2 6.486 2 12v4.143C2 17.167 2.897 18 4 18h1a1 1 0 0 0 1-1v-5.143a1 1 0 0 0-1-1h-.908C4.648 6.987 7.978 4 12 4s7.352 2.987 7.908 6.857H19a1 1 0 0 0-1 1V18c0 1.103-.897 2-2 2h-2v-1h-4v3h6c2.206 0 4-1.794 4-4c1.103 0 2-.833 2-1.857V12c0-5.514-4.486-10-10-10z\"/>"
},
"sushi": {
"body": "<path fill=\"currentColor\" d=\"M12 2C7.51 2 4 4.2 4 7v10c0 2.8 3.51 5 8 5s8-2.2 8-5V7c0-2.8-3.51-5-8-5zm0 18c-3.54 0-6-1.58-6-3v-6.67A10.52 10.52 0 0 0 12 12a10.52 10.52 0 0 0 6-1.67V17c0 1.42-2.46 3-6 3zm0-10c-3.54 0-6-1.58-6-3s2.46-3 6-3s6 1.58 6 3s-2.46 3-6 3z\"/><ellipse cx=\"12\" cy=\"7\" fill=\"currentColor\" rx=\"3\" ry=\"1.71\"/>"
},
"swim": {
"body": "<circle cx=\"19.003\" cy=\"6.002\" r=\"2.002\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M18.875 13.219c-.567.453-.978.781-1.878.781c-.899 0-1.288-.311-1.876-.781c-.68-.543-1.525-1.219-3.127-1.219c-1.601 0-2.445.676-3.124 1.219c-.588.47-.975.781-1.875.781c-.898 0-1.286-.311-1.873-.78C4.443 12.676 3.6 12 2 12v2c.897 0 1.285.311 1.872.78c.679.544 1.523 1.22 3.123 1.22s2.446-.676 3.125-1.22c.587-.47.976-.78 1.874-.78c.9 0 1.311.328 1.878.781c.679.543 1.524 1.219 3.125 1.219c1.602 0 2.447-.676 3.127-1.219c.588-.47.977-.781 1.876-.781v-2c-1.601 0-2.446.676-3.125 1.219zM16.997 19c-.899 0-1.288-.311-1.876-.781c-.68-.543-1.525-1.219-3.127-1.219c-1.601 0-2.445.676-3.124 1.219c-.588.47-.975.781-1.875.781c-.898 0-1.286-.311-1.873-.78C4.443 17.676 3.6 17 2 17v2c.897 0 1.285.311 1.872.78c.679.544 1.523 1.22 3.123 1.22s2.446-.676 3.125-1.22c.587-.47.976-.78 1.874-.78c.9 0 1.311.328 1.878.781c.679.543 1.524 1.219 3.125 1.219c1.602 0 2.447-.676 3.127-1.219c.588-.47.977-.781 1.876-.781v-2c-1.601 0-2.446.676-3.125 1.219c-.567.453-.978.781-1.878.781zM11 5.419l2.104 2.104l-2.057 2.57c.286-.056.596-.093.947-.093c1.602 0 2.447.676 3.127 1.219c.588.47.977.781 1.876.781c.9 0 1.311-.328 1.878-.781c.132-.105.274-.217.423-.326l-2.096-2.09l.005-.005l-5.5-5.5a.999.999 0 0 0-1.414 0l-4 4l1.414 1.414L11 5.419z\"/>"
},
@ -5430,6 +5472,9 @@
"unite": {
"body": "<path fill=\"currentColor\" d=\"M15 16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6z\"/><path fill=\"currentColor\" d=\"M5 16h1V8a2 2 0 0 1 2-2h8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2zm3 3a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2h-1v8a2 2 0 0 1-2 2H8v1z\"/>"
},
"universal-access": {
"body": "<circle cx=\"12\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8a8 8 0 0 1-8 8z\"/><path fill=\"currentColor\" d=\"M16.5 10.5L16 9l-3 1h-2L8 9l-.5 1.5l3 1V13L9 17.25l1.5.75l1.25-3.5h.5L13.5 18l1.5-.75L13.5 13v-1.5l3-1z\"/>"
},
"unlink": {
"body": "<path fill=\"currentColor\" d=\"M16.949 14.121L19.071 12a5.008 5.008 0 0 0 0-7.071a5.006 5.006 0 0 0-7.071 0l-.707.707l1.414 1.414l.707-.707a3.007 3.007 0 0 1 4.243 0a3.005 3.005 0 0 1 0 4.243l-2.122 2.121a2.723 2.723 0 0 1-.844.57L13.414 12l1.414-1.414l-.707-.707a4.965 4.965 0 0 0-3.535-1.465c-.235 0-.464.032-.691.066L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-5.536-5.536c.277-.184.538-.396.778-.636zm-6.363 3.536a3.007 3.007 0 0 1-4.243 0a3.005 3.005 0 0 1 0-4.243l1.476-1.475l-1.414-1.414L4.929 12a5.008 5.008 0 0 0 0 7.071a4.983 4.983 0 0 0 3.535 1.462A4.982 4.982 0 0 0 12 19.071l.707-.707l-1.414-1.414l-.707.707z\"/>"
},
@ -5481,9 +5526,15 @@
"vector": {
"body": "<path fill=\"currentColor\" d=\"M18.277 8c.347.596.985 1 1.723 1a2 2 0 0 0 0-4c-.738 0-1.376.404-1.723 1H16V4a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2H5.723C5.376 5.404 4.738 5 4 5a2 2 0 0 0 0 4c.738 0 1.376-.404 1.723-1H8v.369C5.133 9.84 4.318 12.534 4.091 14H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-.877c.197-.959.718-2.406 2.085-3.418A.984.984 0 0 0 9 11h6a.98.98 0 0 0 .792-.419c1.373 1.013 1.895 2.458 2.089 3.419H17a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1.092c-.227-1.466-1.042-4.161-3.908-5.632V8h2.277zM6 18H4v-2h2v2zm14 0h-2v-2h2v2zm-6-9h-4V5h4v4z\"/>"
},
"vertical-bottom": {
"body": "<path fill=\"currentColor\" d=\"M18 19h3v2h-3zm-5 0h3v2h-3zm-5 0h3v2H8zm-5 0h3v2H3zM13 5h-2v8H8l4 4l4-4h-3V5z\"/>"
},
"vertical-center": {
"body": "<path fill=\"currentColor\" d=\"M13 5V2h-2v3H8l4 4l4-4zm0 17v-3h3l-4-4l-4 4h3v3zM3 11h3v2H3zm5 0h3v2H8zm5 0h3v2h-3zm5 0h3v2h-3z\"/>"
},
"vertical-top": {
"body": "<path fill=\"currentColor\" d=\"m12 7l-4 4h3v8h2v-8h3l-4-4zM3 3h3v2H3zm5 0h3v2H8zm5 0h3v2h-3zm5 0h3v2h-3z\"/>"
},
"vial": {
"body": "<path fill=\"currentColor\" d=\"m11.95 3.564l.708.707l-9.193 9.193C2.521 14.408 2 15.664 2 17s.521 2.592 1.465 3.535C4.408 21.479 5.664 22 7 22s2.592-.521 3.535-1.465l9.193-9.193l.707.708l1.414-1.414l-8.485-8.486l-1.414 1.414zM9.121 19.121c-1.133 1.133-3.109 1.133-4.242 0C4.313 18.555 4 17.802 4 17s.313-1.555.879-2.121L5.758 14h8.484l-5.121 5.121zM16.242 12H7.758l6.314-6.314l4.242 4.242L16.242 12z\"/>"
},
@ -6188,6 +6239,9 @@
"bx-chevrons-up": {
"parent": "chevrons-up"
},
"bx-child": {
"parent": "child"
},
"bx-chip": {
"parent": "chip"
},
@ -6800,6 +6854,12 @@
"bx-horizontal-center": {
"parent": "horizontal-center"
},
"bx-horizontal-left": {
"parent": "horizontal-left"
},
"bx-horizontal-right": {
"parent": "horizontal-right"
},
"bx-hotel": {
"parent": "hotel"
},
@ -7247,6 +7307,24 @@
"bx-notification-off": {
"parent": "notification-off"
},
"bx-objects-horizontal-center": {
"parent": "objects-horizontal-center"
},
"bx-objects-horizontal-left": {
"parent": "objects-horizontal-left"
},
"bx-objects-horizontal-right": {
"parent": "objects-horizontal-right"
},
"bx-objects-vertical-bottom": {
"parent": "objects-vertical-bottom"
},
"bx-objects-vertical-center": {
"parent": "objects-vertical-center"
},
"bx-objects-vertical-top": {
"parent": "objects-vertical-top"
},
"bx-outline": {
"parent": "outline"
},
@ -7451,6 +7529,9 @@
"bx-rewind-circle": {
"parent": "rewind-circle"
},
"bx-rfid": {
"parent": "rfid"
},
"bx-right-arrow": {
"parent": "right-arrow"
},
@ -7559,6 +7640,12 @@
"bx-shield-alt-2": {
"parent": "shield-alt-2"
},
"bx-shield-minus": {
"parent": "shield-minus"
},
"bx-shield-plus": {
"parent": "shield-plus"
},
"bx-shield-quarter": {
"parent": "shield-quarter"
},
@ -7577,6 +7664,9 @@
"bx-show-alt": {
"parent": "show-alt"
},
"bx-shower": {
"parent": "shower"
},
"bx-shuffle": {
"parent": "shuffle"
},
@ -7712,6 +7802,9 @@
"bx-support": {
"parent": "support"
},
"bx-sushi": {
"parent": "sushi"
},
"bx-swim": {
"parent": "swim"
},
@ -7823,6 +7916,9 @@
"bx-unite": {
"parent": "unite"
},
"bx-universal-access": {
"parent": "universal-access"
},
"bx-unlink": {
"parent": "unlink"
},
@ -7874,9 +7970,15 @@
"bx-vector": {
"parent": "vector"
},
"bx-vertical-bottom": {
"parent": "vertical-bottom"
},
"bx-vertical-center": {
"parent": "vertical-center"
},
"bx-vertical-top": {
"parent": "vertical-top"
},
"bx-vial": {
"parent": "vial"
},

View File

@ -2,8 +2,8 @@
"prefix": "bxl",
"info": {
"name": "BoxIcons Logo",
"total": 153,
"version": "2.1.2",
"total": 155,
"version": "2.1.4",
"author": {
"name": "Atisa",
"url": "https://github.com/atisawd/boxicons"
@ -22,7 +22,7 @@
"category": "Brands / Social",
"palette": false
},
"lastModified": 1656181467,
"lastModified": 1663655057,
"icons": {
"500px": {
"body": "<path fill=\"currentColor\" d=\"M7.379 14.791c.004.01.098.269.151.396a5.859 5.859 0 0 0 1.258 1.865a5.86 5.86 0 0 0 6.437 1.259a5.876 5.876 0 0 0 3.124-3.125a5.802 5.802 0 0 0 .461-2.285c0-.793-.153-1.563-.461-2.287a5.862 5.862 0 0 0-1.257-1.864a5.86 5.86 0 0 0-4.152-1.72a6 6 0 0 0-2.318.461c-.57.241-1.536.862-2.102 1.446l-.002.002V4.107h8.117c.295-.003.295-.417.295-.55c0-.137 0-.549-.296-.553H7.857a.387.387 0 0 0-.388.384v6.801c0 .221.273.379.527.434c.496.104.61-.053.732-.222l.015-.021c.187-.275.767-.858.771-.863a4.776 4.776 0 0 1 3.406-1.403a4.76 4.76 0 0 1 3.394 1.403a4.75 4.75 0 0 1 1.408 3.385c0 1.28-.498 2.483-1.4 3.385a4.858 4.858 0 0 1-3.416 1.403a4.656 4.656 0 0 1-2.42-.668l.004-4.137c0-.552.238-1.151.64-1.604a2.351 2.351 0 0 1 1.778-.803c.667 0 1.291.254 1.754.714c.46.455.714 1.064.714 1.711a2.443 2.443 0 0 1-2.474 2.466c-.268 0-.753-.117-.773-.123c-.281-.084-.4.305-.439.435c-.151.492.077.59.122.604c.448.138.741.164 1.124.164a3.555 3.555 0 0 0 3.551-3.553c0-1.943-1.592-3.526-3.548-3.526a3.59 3.59 0 0 0-2.536 1.033c-.644.632-1.013 1.478-1.013 2.317v.021c-.004.105-.004 2.583-.005 3.398l-.005-.006c-.368-.407-.731-1.029-.973-1.668c-.097-.25-.309-.206-.601-.116c-.127.04-.514.159-.429.438l.002.004zm4.172-.972c.002.118.111.223.175.286l.021.019c.111.11.217.164.315.164c.081 0 .13-.037.148-.054c.05-.046.604-.608.658-.662l.618.618c.058.064.12.097.192.098c.1 0 .207-.058.32-.174c.267-.272.134-.42.069-.49l-.628-.63l.655-.658c.144-.155.017-.32-.111-.446c-.183-.184-.359-.23-.474-.127l-.65.652l-.657-.658a.183.183 0 0 0-.128-.051c-.087 0-.191.06-.308.177c-.202.201-.246.341-.141.453l.657.656l-.653.655a.247.247 0 0 0-.078.172m1.434-8.891c-1.053 0-2.171.211-2.992.566a.23.23 0 0 0-.151.205c-.011.093.013.216.076.377c.051.131.187.478.449.376a7.566 7.566 0 0 1 2.618-.498c.96 0 1.892.188 2.768.558c.696.296 1.354.721 2.068 1.341a.243.243 0 0 0 .165.068c.138 0 .271-.137.386-.266c.191-.214.321-.392.135-.569a7.674 7.674 0 0 0-2.354-1.52a8.088 8.088 0 0 0-3.168-.638m5.668 12.986c-.127-.126-.235-.199-.33-.228a.24.24 0 0 0-.247.059l-.063.062a7.07 7.07 0 0 1-5.018 2.081a7.09 7.09 0 0 1-5.02-2.081a6.794 6.794 0 0 1-1.521-2.255a7.618 7.618 0 0 1-.462-1.596c-.004-.018-.005-.031-.009-.041c-.044-.232-.257-.249-.564-.202c-.127.019-.517.078-.479.358l.002.006a8.104 8.104 0 0 0 2.288 4.478a8.089 8.089 0 0 0 2.59 1.747a8.093 8.093 0 0 0 3.175.642a8.062 8.062 0 0 0 3.172-.643a8.129 8.129 0 0 0 2.658-1.813c.083-.09.154-.248-.172-.574\"/>"
@ -204,6 +204,9 @@
"google-plus-circle": {
"body": "<path fill=\"currentColor\" d=\"M22.014 11.974C21.996 6.462 17.521 2 12.008 2C6.493 2 2.019 6.462 2.001 11.974L2 11.948v.112l.001-.023c.017 5.513 4.491 9.977 10.007 9.977c5.514 0 9.988-4.462 10.006-9.974l.001.026v-.118l-.001.026zM9.281 16.557c-2.509 0-4.548-2.039-4.548-4.549s2.039-4.549 4.548-4.549c1.23 0 2.258.451 3.046 1.188l-1.295 1.255c-.325-.309-.899-.673-1.751-.673c-1.505 0-2.733 1.251-2.733 2.785c0 1.533 1.229 2.784 2.733 2.784c1.742 0 2.384-1.206 2.502-1.92H9.279V11.18h4.255c.066.286.115.554.115.932c0 2.597-1.742 4.445-4.368 4.445zm10.458-4.095H17.92v1.819h-1.364v-1.819h-1.82v-1.364h1.82v-1.82h1.364v1.82h1.819v1.364z\"/>"
},
"graphql": {
"body": "<path fill=\"currentColor\" d=\"M20.1 14.56a2.07 2.07 0 0 0-.47-.18V9.62a1.64 1.64 0 0 0 .48-.18a1.78 1.78 0 0 0-1.78-3.09a1.62 1.62 0 0 0-.41.32l-4.11-2.38a1.7 1.7 0 0 0 .07-.51a1.78 1.78 0 0 0-3.56 0a1.7 1.7 0 0 0 .07.51L6.28 6.66a1.58 1.58 0 0 0-.41-.31a1.78 1.78 0 0 0-1.78 3.09a1.64 1.64 0 0 0 .48.18v4.76a2.07 2.07 0 0 0-.47.18a1.78 1.78 0 1 0 1.78 3.09a1.72 1.72 0 0 0 .4-.31l4.11 2.37a1.7 1.7 0 0 0-.07.51a1.78 1.78 0 0 0 3.56 0a1.69 1.69 0 0 0-.09-.56l4.09-2.36a1.7 1.7 0 0 0 .44.35a1.78 1.78 0 1 0 1.78-3.09zM6.72 15.69a1.72 1.72 0 0 0-.19-.47a1.53 1.53 0 0 0-.31-.4l5.38-9.33a1.82 1.82 0 0 0 1 0l5.4 9.33a1.53 1.53 0 0 0-.31.4a1.72 1.72 0 0 0-.19.47zM17.5 7.4a1.81 1.81 0 0 0 .17 1.38a1.75 1.75 0 0 0 1.12.84v4.76h-.07l-5.39-9.31l.05-.07zM10.82 5a.12.12 0 0 0 0 .05L5.48 14.4h-.07V9.62a1.75 1.75 0 0 0 1.12-.84A1.81 1.81 0 0 0 6.7 7.4zm2.6 14a1.78 1.78 0 0 0-1.32-.58a1.75 1.75 0 0 0-1.28.54L6.7 16.6v-.06h10.78v.11z\"/>"
},
"heroku": {
"body": "<path fill=\"currentColor\" d=\"M19.17 2H4.83A1.79 1.79 0 0 0 3 3.8v16.4A1.79 1.79 0 0 0 4.83 22h14.34A1.8 1.8 0 0 0 21 20.2V3.8A1.8 1.8 0 0 0 19.17 2zM20 20.2a.8.8 0 0 1-.81.8H4.83a.79.79 0 0 1-.8-.8V3.8a.79.79 0 0 1 .8-.8h14.34a.8.8 0 0 1 .81.8z\"/><path fill=\"currentColor\" d=\"m7.53 19l2.25-2l-2.25-2v4zm5.69-9a12 12 0 0 0-3.75.7V5h-2v8.65L8.88 13a12.3 12.3 0 0 1 4.29-1c1 0 1.25.55 1.25 1.05v6h2V13a2.68 2.68 0 0 0-.8-2.1a3.27 3.27 0 0 0-2.4-.9zM13 8.25h2A5.89 5.89 0 0 0 16.47 5h-2A7.17 7.17 0 0 1 13 8.25z\"/>"
},
@ -423,6 +426,9 @@
"twitter": {
"body": "<path fill=\"currentColor\" d=\"M19.633 7.997c.013.175.013.349.013.523c0 5.325-4.053 11.461-11.46 11.461c-2.282 0-4.402-.661-6.186-1.809c.324.037.636.05.973.05a8.07 8.07 0 0 0 5.001-1.721a4.036 4.036 0 0 1-3.767-2.793c.249.037.499.062.761.062c.361 0 .724-.05 1.061-.137a4.027 4.027 0 0 1-3.23-3.953v-.05c.537.299 1.16.486 1.82.511a4.022 4.022 0 0 1-1.796-3.354c0-.748.199-1.434.548-2.032a11.457 11.457 0 0 0 8.306 4.215c-.062-.3-.1-.611-.1-.923a4.026 4.026 0 0 1 4.028-4.028c1.16 0 2.207.486 2.943 1.272a7.957 7.957 0 0 0 2.556-.973a4.02 4.02 0 0 1-1.771 2.22a8.073 8.073 0 0 0 2.319-.624a8.645 8.645 0 0 1-2.019 2.083z\"/>"
},
"typescript": {
"body": "<path fill=\"currentColor\" d=\"M19.24 3H4.76A1.76 1.76 0 0 0 3 4.76v14.48A1.76 1.76 0 0 0 4.76 21h14.48A1.76 1.76 0 0 0 21 19.24V4.76A1.76 1.76 0 0 0 19.24 3zm-5.8 10h-2.25v6.44H9.4V13H7.15v-1.46h6.29zm5.8 5.28a1.71 1.71 0 0 1-.67.74a3 3 0 0 1-1 .39a5.81 5.81 0 0 1-1.2.12a7 7 0 0 1-1.23-.11a4.52 4.52 0 0 1-1-.33v-1.71l-.06-.06h.06v.07a3.41 3.41 0 0 0 1 .54a3.06 3.06 0 0 0 1.13.2a2.58 2.58 0 0 0 .6-.06a1.47 1.47 0 0 0 .42-.17a.75.75 0 0 0 .25-.25a.69.69 0 0 0-.06-.74a1.24 1.24 0 0 0-.35-.33a3.12 3.12 0 0 0-.53-.3l-.67-.28a3.57 3.57 0 0 1-1.37-1a2 2 0 0 1-.46-1.33a2.16 2.16 0 0 1 .24-1.06a2.09 2.09 0 0 1 .66-.71a2.88 2.88 0 0 1 1-.42a5.11 5.11 0 0 1 1.19-.13a7 7 0 0 1 1.09.07a4.53 4.53 0 0 1 .88.23v1.65a2.42 2.42 0 0 0-.42-.24a3.58 3.58 0 0 0-.49-.17a3 3 0 0 0-.49-.1a2.45 2.45 0 0 0-.46 0a2.29 2.29 0 0 0-.56.06a1.54 1.54 0 0 0-.43.16a.78.78 0 0 0-.26.25a.63.63 0 0 0-.09.33a.62.62 0 0 0 .1.35a1.19 1.19 0 0 0 .3.29a2.15 2.15 0 0 0 .46.28l.63.28a6.56 6.56 0 0 1 .84.42a2.65 2.65 0 0 1 .64.49a1.79 1.79 0 0 1 .42.63a2.48 2.48 0 0 1 .14.85a2.68 2.68 0 0 1-.25 1.08z\"/>"
},
"unity": {
"body": "<path fill=\"currentColor\" d=\"m10.4 17.8l1.21 2.07L19.77 22L22 14.08L20.72 12L22 10l-2.23-8l-8.16 2.13L10.4 6.2H8L2 12l6 5.81zm9.92-5.8l-1.73 6L15 12l3.59-6zM10.6 6.54L16.84 5l-3.59 6H6.08zM13.27 13l3.59 6l-6.26-1.55L6.1 13z\"/>"
},

View File

@ -2,8 +2,8 @@
"prefix": "bxs",
"info": {
"name": "BoxIcons Solid",
"total": 650,
"version": "2.1.2",
"total": 665,
"version": "2.1.4",
"author": {
"name": "Atisa",
"url": "https://github.com/atisawd/boxicons"
@ -22,7 +22,7 @@
"category": "General",
"palette": false
},
"lastModified": 1656181481,
"lastModified": 1663655073,
"icons": {
"add-to-queue": {
"body": "<path fill=\"currentColor\" d=\"M4 22h12v-2H4V8H2v12c0 1.103.897 2 2 2z\"/><path fill=\"currentColor\" d=\"M20 2H8c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-2 9h-3v3h-2v-3h-3V9h3V6h2v3h3v2z\"/>"
@ -123,6 +123,9 @@
"ball": {
"body": "<path fill=\"currentColor\" d=\"M20.247 3.034c-.069-.018-1.742-.433-4.052-.433c-2.842 0-6.868.64-9.91 3.687c-5.34 5.349-3.34 13.61-3.252 13.96a1 1 0 0 0 .728.726c.069.018 1.726.426 4.018.426c2.849 0 6.884-.641 9.932-3.688c5.335-5.335 3.351-13.6 3.264-13.949a1.005 1.005 0 0 0-.728-.729zm-3.537 9.262l-1.414 1.414l-1.793-1.792l-1.586 1.586l1.792 1.793l-1.414 1.414l-1.792-1.793l-1.793 1.793l-1.414-1.414l1.793-1.793l-1.793-1.794l1.414-1.414l1.793 1.794l1.586-1.586l-1.794-1.793l1.414-1.414l1.794 1.793l1.793-1.793l1.414 1.414l-1.793 1.793l1.793 1.792z\"/>"
},
"balloon": {
"body": "<path fill=\"currentColor\" d=\"M11 19.91L10 22h4l-1-2.09c4-.65 7-5.28 7-9.91a8 8 0 0 0-16 0c0 4.63 3.08 9.26 7 9.91zm1-15.66v1.5A4.26 4.26 0 0 0 7.75 10h-1.5A5.76 5.76 0 0 1 12 4.25z\"/>"
},
"band-aid": {
"body": "<path fill=\"currentColor\" d=\"m11.646 3.868l-7.778 7.778a6.007 6.007 0 0 0 0 8.485a5.984 5.984 0 0 0 4.242 1.754a5.984 5.984 0 0 0 4.243-1.754l7.778-7.778a6.007 6.007 0 0 0 0-8.485a6.008 6.008 0 0 0-8.485 0zM9 13a1 1 0 1 1 0-2a1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2zm0-6a1 1 0 1 1 0-2a1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2z\"/>"
},
@ -462,6 +465,9 @@
"cart-download": {
"body": "<circle cx=\"10.5\" cy=\"19.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"17.5\" cy=\"19.5\" r=\"1.5\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M21 7H7.334L6.18 4.23A1.995 1.995 0 0 0 4.333 3H2v2h2.334l4.743 11.385c.155.372.52.615.923.615h8c.417 0 .79-.259.937-.648l3-8A1.003 1.003 0 0 0 21 7zm-7 8l-3-3h2V9h2v3h2l-3 3z\"/>"
},
"castle": {
"body": "<path fill=\"currentColor\" d=\"M20 11h-2V6h1V2h-2v2h-1V2h-2v2h-1V2h-2v2h-1V2H8v2H7V2H5v4h1v5H4V9H2v12h7v-5a3 3 0 0 1 6 0v5h7V9h-2zm-10-1H8V7h2zm6 0h-2V7h2z\"/>"
},
"cat": {
"body": "<path fill=\"currentColor\" d=\"M17 14a5 5 0 0 0 2.71-.81L20 13a3.16 3.16 0 0 0 .45-.37l.21-.2a4.48 4.48 0 0 0 .48-.58l.06-.08a4.28 4.28 0 0 0 .41-.76a1.57 1.57 0 0 0 .09-.23a4.21 4.21 0 0 0 .2-.63l.06-.25A5.5 5.5 0 0 0 22 9V2l-3 3h-4l-3-3v7a5 5 0 0 0 5 5zm2-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1zm-4 0a1 1 0 1 1-1 1a1 1 0 0 1 1-1z\"/><path fill=\"currentColor\" d=\"M11 22v-5H8v5H5V11.9a3.49 3.49 0 0 1-2.48-1.64A3.59 3.59 0 0 1 2 8.5A3.65 3.65 0 0 1 6 5a1.89 1.89 0 0 0 2-2a1 1 0 0 1 1-1a1 1 0 0 1 1 1a3.89 3.89 0 0 1-4 4C4.19 7 4 8.16 4 8.51S4.18 10 6 10h5.09A6 6 0 0 0 19 14.65V22h-3v-5h-2v5z\"/>"
},
@ -603,6 +609,9 @@
"coffee-alt": {
"body": "<path fill=\"currentColor\" d=\"M19 5h-1V4a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v9a4 4 0 0 0 4 4h6c1.858 0 3.411-1.279 3.858-3H19a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3zm1 6a1 1 0 0 1-1 1h-1V7h1a1 1 0 0 1 1 1v3zm-2 8H3c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3h-2z\"/>"
},
"coffee-bean": {
"body": "<path fill=\"currentColor\" d=\"M6 18a6.06 6.06 0 0 0 5.17-6a7.62 7.62 0 0 1 6.52-7.51l2.59-.37c-.07-.08-.13-.16-.21-.24c-3.26-3.26-9.52-2.28-14 2.18C2.28 9.9 1 15 2.76 18.46z\"/><path fill=\"currentColor\" d=\"M12.73 12a7.63 7.63 0 0 1-6.51 7.52l-2.46.35l.15.17c3.26 3.26 9.52 2.29 14-2.17C21.68 14.11 23 9 21.25 5.59l-3.34.48A6.05 6.05 0 0 0 12.73 12z\"/>"
},
"coffee-togo": {
"body": "<path fill=\"currentColor\" d=\"m18.5 5l-1.224-2.447A1 1 0 0 0 16.382 2H7.618a1 1 0 0 0-.894.553L5.5 5H3v2h18V5h-2.5zM6.734 21.142c.071.492.493.858.991.858h8.551a1 1 0 0 0 .99-.858L19 9H5l1.734 12.142zM16 12l-.714 5H8.714L8 12h8z\"/>"
},
@ -1437,6 +1446,24 @@
"notification-off": {
"body": "<circle cx=\"18\" cy=\"6\" r=\"3\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M20 18v-7.422A4.962 4.962 0 0 1 18 11a5 5 0 0 1-5-5c0-.712.153-1.387.422-2H6c-.178 0-.347.031-.51.076L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-1.783-1.783c.045-.163.076-.332.076-.51zM4 18c0 1.103.897 2 2 2h9.879L4 8.121V18z\"/>"
},
"objects-horizontal-center": {
"body": "<path fill=\"currentColor\" d=\"M19 13h-6v-2h4a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-4V2h-2v3H7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4v2H5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6v3h2v-3h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z\"/>"
},
"objects-horizontal-left": {
"body": "<path fill=\"currentColor\" d=\"M2 2h2v20H2z\"/><rect width=\"16\" height=\"6\" x=\"6\" y=\"13\" fill=\"currentColor\" rx=\"1\"/><rect width=\"12\" height=\"6\" x=\"6\" y=\"5\" fill=\"currentColor\" rx=\"1\"/>"
},
"objects-horizontal-right": {
"body": "<path fill=\"currentColor\" d=\"M20 2h2v20h-2z\"/><rect width=\"16\" height=\"6\" x=\"2\" y=\"13\" fill=\"currentColor\" rx=\"1\"/><rect width=\"12\" height=\"6\" x=\"6\" y=\"5\" fill=\"currentColor\" rx=\"1\"/>"
},
"objects-vertical-bottom": {
"body": "<path fill=\"currentColor\" d=\"M2 20h20v2H2z\"/><rect width=\"6\" height=\"16\" x=\"5\" y=\"2\" fill=\"currentColor\" rx=\"1\"/><rect width=\"6\" height=\"12\" x=\"13\" y=\"6\" fill=\"currentColor\" rx=\"1\"/>"
},
"objects-vertical-center": {
"body": "<path fill=\"currentColor\" d=\"M19 7a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v4h-2V5a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v6H2v2h3v6a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-6h2v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4h3v-2h-3z\"/>"
},
"objects-vertical-top": {
"body": "<path fill=\"currentColor\" d=\"M2 2h20v2H2z\"/><rect width=\"6\" height=\"16\" x=\"5\" y=\"6\" fill=\"currentColor\" rx=\"1\"/><rect width=\"6\" height=\"12\" x=\"13\" y=\"6\" fill=\"currentColor\" rx=\"1\"/>"
},
"offer": {
"body": "<path fill=\"currentColor\" d=\"m20.749 12l1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1h-2.199l-1.103-1.909a1.008 1.008 0 0 0-.607-.466a.993.993 0 0 0-.759.1L12 3.251l-1.91-1.105a1 1 0 0 0-1.366.366L7.62 4.422H5.421a1 1 0 0 0-1 1v2.199l-1.91 1.104a.998.998 0 0 0-.365 1.367L3.25 12l-1.104 1.908a1.004 1.004 0 0 0 .364 1.367l1.91 1.104v2.199a1 1 0 0 0 1 1h2.2l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135l1.908-1.104l1.91 1.104a1.001 1.001 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1v-2.199l1.91-1.104a1 1 0 0 0 .365-1.367L20.749 12zM9.499 6.99a1.5 1.5 0 1 1-.001 3.001a1.5 1.5 0 0 1 .001-3.001zm.3 9.6l-1.6-1.199l6-8l1.6 1.199l-6 8zm4.7.4a1.5 1.5 0 1 1 .001-3.001a1.5 1.5 0 0 1-.001 3.001z\"/>"
},
@ -1464,6 +1491,9 @@
"paste": {
"body": "<path fill=\"currentColor\" d=\"M9 4h6v2H9zm11 7h-7a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2z\"/><path fill=\"currentColor\" d=\"M21 9V6a2 2 0 0 0-2-2h-2a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v-9a2 2 0 0 1 2-2h10zM9 6V4h6v2H9z\"/>"
},
"pear": {
"body": "<path fill=\"currentColor\" d=\"M10.12 22a7.71 7.71 0 0 0 6.57-5a7.23 7.23 0 0 0 .46-3.21a3.26 3.26 0 0 1 1-2.57l.61-.61A3.89 3.89 0 0 0 19.43 6l2.28-2.28l-1.42-1.43L18 4.55a3.82 3.82 0 0 0-4.66.57l-.75.75a3.22 3.22 0 0 1-2.52 1a7.05 7.05 0 0 0-3.32.57A7.75 7.75 0 0 0 2 14.11A7.59 7.59 0 0 0 10.12 22zM9.5 9.25v1.5a3.75 3.75 0 0 0-3.75 3.75h-1.5A5.26 5.26 0 0 1 9.5 9.25z\"/>"
},
"pen": {
"body": "<path fill=\"currentColor\" d=\"M11.587 6.999H7.702a2 2 0 0 0-1.88 1.316l-3.76 10.342c-.133.365-.042.774.232 1.049l.293.293l6.422-6.422c-.001-.026-.008-.052-.008-.078a1.5 1.5 0 1 1 1.5 1.5c-.026 0-.052-.007-.078-.008l-6.422 6.422l.293.293a.997.997 0 0 0 1.049.232l10.342-3.761a2 2 0 0 0 1.316-1.88v-3.885L19 10.414L13.586 5l-1.999 1.999zm8.353 2.062l-5-5l2.12-2.121l5 5z\"/>"
},
@ -1659,6 +1689,12 @@
"shield-alt-2": {
"body": "<path fill=\"currentColor\" d=\"M21.881 5.223a.496.496 0 0 0-.747-.412c-.672.392-1.718.898-2.643.898c-.421 0-.849-.064-1.289-.198a5.712 5.712 0 0 1-.808-.309c-1.338-.639-2.567-1.767-3.696-2.889a1.008 1.008 0 0 0-.698-.29a1.008 1.008 0 0 0-.698.29c-1.129 1.122-2.358 2.25-3.696 2.889h-.001a5.655 5.655 0 0 1-.807.309c-.44.134-.869.198-1.289.198c-.925 0-1.971-.507-2.643-.898a.496.496 0 0 0-.747.412c-.061 1.538-.077 4.84.688 7.444c1.399 4.763 4.48 7.976 8.91 9.292l.14.041l.14-.014V22v-.014H12l.143.014l.14-.041c4.43-1.316 7.511-4.529 8.91-9.292c.765-2.604.748-5.906.688-7.444z\"/>"
},
"shield-minus": {
"body": "<path fill=\"currentColor\" d=\"m20.43 5.76l-8-3.56a1 1 0 0 0-.82 0l-8 3.56a1 1 0 0 0-.59.9c0 2.37.44 10.8 8.51 15.11a1 1 0 0 0 1 0c8-4.3 8.58-12.71 8.57-15.1a1 1 0 0 0-.67-.91zm-4.43 7H8v-2h8z\"/>"
},
"shield-plus": {
"body": "<path fill=\"currentColor\" d=\"m20.43 5.76l-8-3.56a1 1 0 0 0-.82 0l-8 3.56a1 1 0 0 0-.59.9c0 2.37.44 10.8 8.51 15.11a1 1 0 0 0 1 0c8-4.3 8.58-12.71 8.57-15.1a1 1 0 0 0-.67-.91zm-4.43 7h-3v3h-2v-3H8v-2h3v-3h2v3h3z\"/>"
},
"shield-x": {
"body": "<path fill=\"currentColor\" d=\"M11.492 21.771c.294.157.663.157.957-.001c8.012-4.304 8.581-12.713 8.574-15.104a.988.988 0 0 0-.596-.903l-8.051-3.565a1.005 1.005 0 0 0-.813.001L3.57 5.765a.988.988 0 0 0-.592.891c-.034 2.379.445 10.806 8.514 15.115zM8.293 9.707l1.414-1.414L12 10.586l2.293-2.293l1.414 1.414L13.414 12l2.293 2.293l-1.414 1.414L12 13.414l-2.293 2.293l-1.414-1.414L10.586 12L8.293 9.707z\"/>"
},
@ -1680,6 +1716,9 @@
"show": {
"body": "<path fill=\"currentColor\" d=\"M12 5c-7.633 0-9.927 6.617-9.948 6.684L1.946 12l.105.316C2.073 12.383 4.367 19 12 19s9.927-6.617 9.948-6.684l.106-.316l-.105-.316C21.927 11.617 19.633 5 12 5zm0 11c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4z\"/><path fill=\"currentColor\" d=\"M12 10c-1.084 0-2 .916-2 2s.916 2 2 2s2-.916 2-2s-.916-2-2-2z\"/>"
},
"shower": {
"body": "<path fill=\"currentColor\" d=\"M21 18.33A6.78 6.78 0 0 0 19.5 15a6.73 6.73 0 0 0-1.5 3.33a1.51 1.51 0 1 0 3 0zm-10 2A6.78 6.78 0 0 0 9.5 17A6.73 6.73 0 0 0 8 20.33A1.59 1.59 0 0 0 9.5 22a1.59 1.59 0 0 0 1.5-1.67zm5 0A6.78 6.78 0 0 0 14.5 17a6.73 6.73 0 0 0-1.5 3.33A1.59 1.59 0 0 0 14.5 22a1.59 1.59 0 0 0 1.5-1.67zm-10-2A6.78 6.78 0 0 0 4.5 15A6.73 6.73 0 0 0 3 18.33A1.59 1.59 0 0 0 4.5 20A1.59 1.59 0 0 0 6 18.33zM2 12h20v2H2zm11-7.93V2h-2v2.07A8 8 0 0 0 4.07 11h15.86A8 8 0 0 0 13 4.07z\"/>"
},
"skip-next-circle": {
"body": "<path fill=\"currentColor\" d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2zm4 14h-2v-4l-6 4V8l6 4V8h2v8z\"/>"
},
@ -1740,6 +1779,9 @@
"sun": {
"body": "<path fill=\"currentColor\" d=\"M6.995 12c0 2.761 2.246 5.007 5.007 5.007s5.007-2.246 5.007-5.007s-2.246-5.007-5.007-5.007S6.995 9.239 6.995 12zM11 19h2v3h-2zm0-17h2v3h-2zm-9 9h3v2H2zm17 0h3v2h-3zM5.637 19.778l-1.414-1.414l2.121-2.121l1.414 1.414zM16.242 6.344l2.122-2.122l1.414 1.414l-2.122 2.122zM6.344 7.759L4.223 5.637l1.415-1.414l2.12 2.122zm13.434 10.605l-1.414 1.414l-2.122-2.122l1.414-1.414z\"/>"
},
"sushi": {
"body": "<ellipse cx=\"12.07\" cy=\"7\" fill=\"currentColor\" rx=\"3\" ry=\"1.71\"/><path fill=\"currentColor\" d=\"M12.07 22c4.48 0 8-2.2 8-5V7c0-2.8-3.52-5-8-5s-8 2.2-8 5v10c0 2.8 3.51 5 8 5zm0-18c3.53 0 6 1.58 6 3a2 2 0 0 1-.29.87c-.68 1-2.53 2-5 2.12h-1.39C8.88 9.83 7 8.89 6.35 7.84a2.16 2.16 0 0 1-.28-.76V7c0-1.42 2.46-3 6-3z\"/>"
},
"t-shirt": {
"body": "<path fill=\"currentColor\" d=\"M21.316 4.055C19.556 3.478 15 1.985 15 2a3 3 0 1 1-6 0c0-.015-4.556 1.478-6.317 2.055A.992.992 0 0 0 2 5.003v3.716a1 1 0 0 0 1.242.97L6 9v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9l2.758.689A1 1 0 0 0 22 8.719V5.003a.992.992 0 0 0-.684-.948z\"/>"
},
@ -1827,6 +1869,9 @@
"tv": {
"body": "<path fill=\"currentColor\" d=\"M20 6h-5.586l2.293-2.293l-1.414-1.414L12 5.586L8.707 2.293L7.293 3.707L9.586 6H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2z\"/>"
},
"universal-access": {
"body": "<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 3.33A1.67 1.67 0 1 1 10.33 7A1.67 1.67 0 0 1 12 5.33zm3.33 12.5l-1.66.84l-1.39-3.89h-.56l-1.39 3.89l-1.66-.84l1.66-4.72v-1.66L7 10.33l.56-1.66l3.33 1.11h2.22l3.33-1.11l.56 1.66l-3.33 1.12v1.66z\"/>"
},
"up-arrow": {
"body": "<path fill=\"currentColor\" d=\"M3 19h18a1.002 1.002 0 0 0 .823-1.569l-9-13c-.373-.539-1.271-.539-1.645 0l-9 13A.999.999 0 0 0 3 19z\"/>"
},

View File

@ -2,7 +2,7 @@
"prefix": "gridicons",
"info": {
"name": "Gridicons",
"total": 201,
"total": 205,
"version": "3.4.0",
"author": {
"name": "Automattic",
@ -22,7 +22,7 @@
"category": "General",
"palette": false
},
"lastModified": 1656182208,
"lastModified": 1663655102,
"icons": {
"add": {
"body": "<path fill=\"currentColor\" d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z\"/>"
@ -453,18 +453,30 @@
"reader": {
"body": "<path fill=\"currentColor\" d=\"M3 4v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4H3zm7 11H5v-1h5v1zm2-2H5v-1h7v1zm0-2H5v-1h7v1zm7 4h-5v-5h5v5zm0-7H5V6h14v2z\"/>"
},
"reader-comment": {
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"1.5\" d=\"M12.528 14.556v-.75h-8.75c-.568 0-1.028-.46-1.028-1.028v-8c0-.568.46-1.028 1.028-1.028h12.444c.568 0 1.028.46 1.028 1.028v7.948c0 .905-.438 1.756-1.175 2.282l-3.547 2.534z\"/>"
},
"reader-external": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.376 2.016h6.608v6.608h-1.5V4.577l-5.87 5.87l-.53.53l-1.061-1.06l.53-.53l5.87-5.87h-4.047zM5 5.5h4V4H5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-4h-1.5v4a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5z\" clip-rule=\"evenodd\"/>"
},
"reader-follow": {
"body": "<path fill=\"currentColor\" d=\"M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z\"/>"
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 4.5h12V11h1.5V3h-15v12a2 2 0 0 0 2 2h7v-1.5h-7A.5.5 0 0 1 4 15zm10.5 2h-9V8h9zm-5 3h-4V11h4zM13 11h-1v1h1zm-1-1.5h-1.5v4h4v-4H13zM9.5 12h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25V17H17.5v2.25H16V17h-2.25v-1.5H16z\" clip-rule=\"evenodd\"/>"
},
"reader-follow-conversation": {
"body": "<path fill=\"currentColor\" d=\"M20 14v-3h-2v3h-3v2h3v3h2v-3h3v-2z\"/><path fill=\"currentColor\" d=\"M13 16h-2l-5 5v-5H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v4h-4v3h-3v4z\"/>"
},
"reader-following": {
"body": "<path fill=\"currentColor\" d=\"M23 13.482L15.508 21L12 17.4l1.412-1.388l2.106 2.188l6.094-6.094L23 13.482zm-7.455 1.862L20 10.889V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832l2.094 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z\"/>"
"body": "<mask id=\"svgIDa\" width=\"21\" height=\"19\" x=\"3\" y=\"3\" maskUnits=\"userSpaceOnUse\" style=\"mask-type:alpha\"><path fill-rule=\"evenodd\" d=\"m21 11.889l-4.455 4.455l-2.094-2.176L9.538 19H5c-1.1 0-2-.9-2-2V3h18v8.889zM16.508 22L24 14.482l-1.388-1.376l-6.094 6.094l-2.106-2.188L13 18.4l3.508 3.6zM9 14H5v-1h4v1zm-4-2h7v-1H5v1zm7-2H5V9h7v1zM5 7h14V5H5v2z\" clip-rule=\"evenodd\"/></mask><g mask=\"url(#svgIDa)\"><path fill=\"currentColor\" d=\"M1-1h24v24H1z\"/></g>"
},
"reader-following-conversation": {
"body": "<path fill=\"currentColor\" d=\"m16.8 14.5l3.2-3.2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h2v5l8.7-8.7l2.1 2.2z\"/><path fill=\"currentColor\" d=\"m22.6 11.1l-6.1 6.1l-2.1-2.2l-1.4 1.4l3.5 3.6l7.5-7.6z\"/>"
},
"reader-share": {
"body": "<clipPath id=\"svgIDa\"><path d=\"M0 0h20v20H0z\"/></clipPath><g clip-path=\"url(#svgIDa)\"><path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"M11.867 6.8V3l6.8 6.65l-6.8 6.65v-3.8s-10.2-.884-10.2 4.5c0-10.77 10.2-10.2 10.2-10.2z\"/></g>"
},
"reader-star": {
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"m10 2.5l2.446 5.335h5.47l-4.582 4.24l1.559 5.425L10 14.687L5.108 17.5l1.559-5.426l-4.584-4.239h5.471z\"/>"
},
"reblog": {
"body": "<path fill=\"currentColor\" d=\"M22.086 9.914L20 7.828V18a2 2 0 0 1-2 2h-7v-2h7V7.828l-2.086 2.086L14.5 8.5L19 4l4.5 4.5l-1.414 1.414zM6 16.172V6h7V4H6a2 2 0 0 0-2 2v10.172l-2.086-2.086L.5 15.5L5 20l4.5-4.5l-1.414-1.414L6 16.172z\"/>"
},

View File

@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
"total": 833,
"total": 834,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1663303976,
"lastModified": 1663655130,
"icons": {
"accessibility": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"16\" cy=\"4\" r=\"1\"/><path d=\"m18 19l1-7l-5.87.94M5 8l3-3l5.5 3l-2.21 3.1m-7.05 3.38c-.19.58-.27 1.2-.23 1.84a5 5 0 0 0 5.31 4.67c.65-.04 1.25-.2 1.8-.46\"/><path d=\"M13.76 17.52c.19-.58.27-1.2.23-1.84a5 5 0 0 0-5.31-4.67c-.65.04-1.25.2-1.8.46\"/></g>"
@ -350,6 +350,9 @@
"book-open": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2zm20 0h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"/>"
},
"book-open-check": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Zm8 9l2 2l4-4\"/><path d=\"M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3\"/></g>"
},
"bookmark": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m19 21l-7-4l-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z\"/>"
},

View File

@ -2,7 +2,7 @@
"prefix": "noto",
"info": {
"name": "Noto Emoji",
"total": 3447,
"total": 3449,
"author": {
"name": "Google Inc",
"url": "https://github.com/googlefonts/noto-emoji"
@ -21,7 +21,7 @@
"category": "Emoji",
"palette": true
},
"lastModified": 1663314547,
"lastModified": 1663655351,
"icons": {
"0": {
"body": "<linearGradient id=\"svgIDa\" x1=\"64.01\" x2=\"64.01\" y1=\"101.193\" y2=\"29.735\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".485\" stop-color=\"#504F4F\"/><stop offset=\"1\" stop-color=\"#757575\"/></linearGradient><path fill=\"url(#svgIDa)\" d=\"M88.2 69.84c0 10.63-1.99 18.65-5.97 24.04c-3.98 5.4-10.03 8.1-18.15 8.1c-7.99 0-14.01-2.63-18.05-7.9c-4.05-5.26-6.12-13.06-6.22-23.38V57.9c0-10.63 1.99-18.6 5.97-23.92c3.98-5.31 10.05-7.97 18.21-7.97c8.09 0 14.12 2.59 18.1 7.77s6.02 12.93 6.12 23.26v12.8h-.01zM75.86 56.03c0-6.94-.95-12.03-2.84-15.26c-1.9-3.23-4.91-4.85-9.04-4.85c-4.03 0-6.99 1.53-8.89 4.6c-1.9 3.06-2.89 7.85-3 14.35v16.76c0 6.91.96 12.05 2.89 15.44s4.96 5.08 9.09 5.08c3.96 0 6.89-1.57 8.79-4.7c1.89-3.13 2.89-8.03 3-14.7V56.03z\"/>"
@ -2557,6 +2557,9 @@
"green-square": {
"body": "<path fill=\"#689F38\" d=\"M116 4H12c-4.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8z\"/><path fill=\"#7CB342\" d=\"M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5h-.22z\"/><path fill=\"#AED581\" d=\"M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6z\"/>"
},
"grey-heart": {
"body": "<path fill=\"#939393\" d=\"M93.99 8.97c-21.91 0-29.96 22.39-29.96 22.39s-7.94-22.39-30-22.39c-16.58 0-35.48 13.14-28.5 43.01c6.98 29.87 58.56 67.08 58.56 67.08s51.39-37.21 58.38-67.08c6.98-29.87-10.56-43.01-28.48-43.01z\"/><path fill=\"#5C5C5C\" d=\"M30.65 11.2c17.2 0 25.74 18.49 28.5 25.98c.39 1.07 1.88 1.1 2.33.06L64 31.35C60.45 20.01 50.69 8.97 34.03 8.97c-6.9 0-14.19 2.28-19.86 7.09c5.01-3.29 10.88-4.86 16.48-4.86zm63.34-2.23c-5.29 0-9.77 1.54-13.53 3.85c2.64-1.02 5.56-1.62 8.8-1.62c16.21 0 30.72 12.29 24.17 40.7c-5.62 24.39-38.46 53.98-48.49 65.27c-.64.72-.86 1.88-.86 1.88s51.39-37.21 58.38-67.08c6.99-29.86-11.89-43-28.47-43z\"/><path fill=\"#B7B7B7\" d=\"M17.04 24.82c3.75-4.68 10.45-8.55 16.13-4.09c3.07 2.41 1.73 7.35-1.02 9.43c-4 3.04-7.48 4.87-9.92 9.63c-1.46 2.86-2.34 5.99-2.79 9.18c-.18 1.26-1.83 1.57-2.45.46c-4.22-7.48-5.42-17.78.05-24.61zm60.12 9.84c-1.76 0-3-1.7-2.36-3.34c1.19-3.02 2.73-5.94 4.58-8.54c2.74-3.84 7.95-6.08 11.25-3.75c3.38 2.38 2.94 7.14.57 9.44c-5.09 4.93-11.51 6.19-14.04 6.19z\"/>"
},
"grimacing-face": {
"body": "<radialGradient id=\"svgIDa\" cx=\"63.6\" cy=\"-2088.9\" r=\"56.96\" gradientTransform=\"matrix(1 0 0 -1 0 -2026)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".5\" stop-color=\"#FDE030\"/><stop offset=\".919\" stop-color=\"#F7C02B\"/><stop offset=\"1\" stop-color=\"#F4A223\"/></radialGradient><path fill=\"url(#svgIDa)\" d=\"M63.6 118.8c-27.9 0-58-17.5-58-55.9S35.7 7 63.6 7c15.5 0 29.8 5.1 40.4 14.4c11.5 10.2 17.6 24.6 17.6 41.5s-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5z\"/><path fill=\"#EB8F00\" d=\"M111.49 29.67c5.33 8.6 8.11 18.84 8.11 30.23c0 16.9-6.1 31.2-17.6 41.4c-10.6 9.3-25 14.5-40.4 14.5c-18.06 0-37.04-7.35-48.18-22.94c10.76 17.66 30.99 25.94 50.18 25.94c15.4 0 29.8-5.2 40.4-14.5c11.5-10.2 17.6-24.5 17.6-41.4c0-12.74-3.47-24.06-10.11-33.23z\"/><path fill=\"#422B0D\" d=\"M44.04 40.94c-4.19 0-8 3.54-8 9.42s3.81 9.42 8 9.42c4.19 0 8-3.54 8-9.42s-3.8-9.42-8-9.42z\"/><path fill=\"#896024\" d=\"M43.65 44.87c-1.03-.72-2.58-.49-3.58.95c-1 1.45-.67 2.97.36 3.69c1.03.72 2.58.49 3.58-.95s.68-2.97-.36-3.69z\"/><path fill=\"#422B0D\" d=\"M82.4 40.94c-4.19 0-8 3.54-8 9.42s3.81 9.42 8 9.42c4.19 0 8-3.54 8-9.42s-3.81-9.42-8-9.42z\"/><path fill=\"#896024\" d=\"M82.01 44.87c-1.03-.72-2.58-.49-3.58.95c-1 1.45-.67 2.97.36 3.69c1.03.72 2.58.49 3.58-.95c1.01-1.45.67-2.97-.36-3.69z\"/><path fill=\"#FFF\" d=\"M39.38 93.99h50.09c6.32 0 11.44-5.12 11.44-11.44c0-6.32-5.12-11.44-11.44-11.44H39.38c-6.32 0-11.44 5.12-11.44 11.44c-.01 6.32 5.12 11.44 11.44 11.44z\"/><path fill=\"#B3B3B3\" d=\"M100.74 80.67H28.1c-.1.61-.17 1.24-.17 1.88c0 .73.07 1.43.2 2.12h72.57c.13-.69.2-1.39.2-2.12c.01-.65-.06-1.27-.16-1.88z\"/><path fill=\"#B3B3B3\" d=\"M89.46 71.1h-.55v22.89h.55c.91 0 1.8-.12 2.65-.32V71.42c-.85-.2-1.73-.32-2.65-.32zm-26.88 0h3.2v22.89h-3.2zm-23.2 0c-1.09 0-2.14.16-3.14.45v21.99c1 .29 2.05.45 3.14.45h.06V71.1h-.06zm10.03 0h3.2v22.89h-3.2zm26.33 0h3.2v22.89h-3.2z\"/><path fill=\"#DE7321\" d=\"M100.91 82.55c-.34-3.59-2.27-6.84-5.13-8.64c-1.4-.93-3-1.51-4.63-1.68c-1.56-.16-3.43.01-5.21.04c-3.58.14-7.17.17-10.75.25l-10.77.08l-10.75-.08c-3.58-.08-7.17-.11-10.75-.25c-1.78-.03-3.65-.2-5.21-.04c-1.63.17-3.24.74-4.63 1.68c-2.86 1.8-4.8 5.05-5.14 8.64c-.34-3.59 1.27-7.44 4.27-9.83c1.48-1.21 3.28-2.05 5.19-2.43l.72-.14l.73-.06c.5-.05.94-.05 1.39-.07l2.69-.09c3.58-.14 7.17-.17 10.75-.25l10.75-.08l10.75.08c3.58.08 7.17.11 10.75.25l2.69.09c.45.02.88.02 1.39.07l.73.06l.72.14c1.91.38 3.71 1.22 5.19 2.43c2.99 2.39 4.6 6.23 4.26 9.83z\"/>"
},
@ -7334,6 +7337,9 @@
"ping-pong": {
"body": "<path fill=\"#FDD083\" d=\"M40.77 61.97s-9.24 3.88-8.98 4.97c.26 1.1 1.87 3.68 2.84 5.88c.69 1.57 2 4.26 1.74 6.59s-1.55 6.46-1.55 6.46l13.83 11.69s2.53-2.72 6.51-3.94c3.87-1.19 6.8-.44 8.28-.32c2.52.19 6.2.52 6.72.26c1.09-.54-14.41-20.54-14.41-20.54L40.77 61.97z\"/><path fill=\"#F3A25A\" d=\"M42.04 73.01S33.8 86.39 28.43 93.95s-9.95 13.12-10.6 13.83c-.65.71-4.07 3.49-3.88 5.04c.19 1.55 4.01 4.07 7.82 6.78c3.81 2.71 6.98 5.56 8.4 5.04s5.33-7.62 7.75-11.11c4.5-6.48 21.13-29.89 21.13-29.89L42.04 73.01z\"/><path fill=\"#FDD083\" d=\"M41.01 82.38c.39 0 .15 3.3 3.18 5.17c3.04 1.87 5.41 1.42 5.74 1.81c.14.16-3.36 5.24-7.43 11.05c-5.21 7.44-10.99 15.29-11.5 16.09c-.71 1.1-2.84 2.91-5.11 1.49c-2.23-1.4-4.63-3.24-5.47-4.6c-.84-1.36.04-2.64 1.33-4.32c.71-.92 5.81-7.93 10.79-14.93c4.1-5.74 8.15-11.76 8.47-11.76z\"/><path fill=\"#FF4F28\" d=\"m31.79 66.95l36.68 26.79s10.24 1.25 17.06-2.22s14.5-8.67 21.91-22.39c7.66-14.19 14.72-40.22-10.53-56.33s-47.77 3.95-54.35 11.73s-12.64 17-13.17 28.01c-.49 9.94 2.4 14.41 2.4 14.41z\"/><path fill=\"#EE3E23\" d=\"M53.72 47.69c11.17-.01 18.01-9.86 16.71-21.03S55.27 14.27 55.27 14.27L37.34 31.3l-1.22 1.87c-.01.01.93 14.54 17.6 14.52z\"/><path fill=\"#D8CDC9\" d=\"M40.19 7.01c-6.37 4.69-9.29 14.75-3.99 22.74c4.69 7.07 16.74 10.43 25.19 3.18c8.87-7.61 5.78-19.65 1.14-24.29c-6.2-6.19-16.15-6.19-22.34-1.63z\"/><path fill=\"#EAEBEB\" d=\"M41.66 9.95c-4.16 4.07-5.22 12.06.08 16.05c4.92 3.71 11.66 3.26 15.49-1.3c3.99-4.75 2.2-12.88-1.55-15.41c-3.04-2.04-9.45-3.83-14.02.66z\"/><path fill=\"#FEFFFF\" d=\"M40.67 23.37c1.86-.19 2.1-1.84 2.51-5.02c.38-2.94 3.25-6.41 5.76-6.97c2.71-.6 4.3-.63 4.29-2.34c-.02-2.03-4.01-3.61-8.56-1.56c-4.62 2.08-6.97 7.62-6.97 11.24c0 3.69 1.19 4.83 2.97 4.65z\"/>"
},
"pink-heart": {
"body": "<path fill=\"#FF94BD\" d=\"M93.99 8.97c-21.91 0-29.96 22.39-29.96 22.39s-7.94-22.39-30-22.39c-16.58 0-35.48 13.14-28.5 43.01c6.98 29.87 58.56 67.08 58.56 67.08s51.39-37.21 58.38-67.08c6.98-29.87-10.56-43.01-28.48-43.01z\"/><path fill=\"#FF61A9\" d=\"M30.65 11.2c17.2 0 25.74 18.49 28.5 25.98c.39 1.07 1.88 1.1 2.33.06L64 31.35C60.45 20.01 50.69 8.97 34.03 8.97c-6.9 0-14.19 2.28-19.86 7.09c5.01-3.29 10.88-4.86 16.48-4.86zm63.34-2.23c-5.29 0-9.77 1.54-13.53 3.85c2.64-1.02 5.56-1.62 8.8-1.62c16.21 0 30.72 12.29 24.17 40.7c-5.62 24.39-38.46 53.98-48.49 65.27c-.64.72-.86 1.88-.86 1.88s51.39-37.21 58.38-67.08c6.99-29.86-11.89-43-28.47-43z\"/><path fill=\"#F9D2E1\" d=\"M17.04 24.82c3.75-4.68 10.45-8.55 16.13-4.09c3.07 2.41 1.73 7.35-1.02 9.43c-4 3.04-7.48 4.87-9.92 9.63c-1.46 2.86-2.34 5.99-2.79 9.18c-.18 1.26-1.83 1.57-2.45.46c-4.22-7.48-5.42-17.78.05-24.61zm60.12 9.84c-1.76 0-3-1.7-2.36-3.34c1.19-3.02 2.73-5.94 4.58-8.54c2.74-3.84 7.95-6.08 11.25-3.75c3.38 2.38 2.94 7.14.57 9.44c-5.09 4.93-11.51 6.19-14.04 6.19z\"/>"
},
"pirate-flag": {
"body": "<path fill=\"#424242\" d=\"M124 107.2c-41.55 17.8-78.49-17.79-120 0V20.8c41.51-17.79 78.45 17.8 120 0v86.4z\"/><linearGradient id=\"svgIDa\" x1=\"5.371\" x2=\"122.371\" y1=\"105.342\" y2=\"22.841\" gradientTransform=\"matrix(1 0 0 -1 0 128)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#FFF\" stop-opacity=\"0\"/><stop offset=\".801\" stop-color=\"#090909\" stop-opacity=\".915\"/><stop offset=\"1\"/></linearGradient><path fill=\"url(#svgIDa)\" d=\"M124 107.2c-41.55 17.8-78.49-17.79-120 0V20.8c41.51-17.79 78.45 17.8 120 0v86.4z\" opacity=\".3\"/><linearGradient id=\"svgIDb\" x1=\"4.821\" x2=\"120.172\" y1=\"64.002\" y2=\"64.002\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".001\" stop-color=\"#BFBEBE\"/><stop offset=\".234\" stop-color=\"#212121\" stop-opacity=\"0\"/><stop offset=\".803\" stop-color=\"#212121\" stop-opacity=\"0\"/><stop offset=\"1\" stop-color=\"#BFBEBE\"/></linearGradient><path fill=\"url(#svgIDb)\" d=\"M124 107.2c-41.55 17.8-78.49-17.79-120 0V20.8c41.51-17.79 78.45 17.8 120 0v86.4z\" opacity=\".2\"/><linearGradient id=\"svgIDc\" x1=\"66.837\" x2=\"61.035\" y1=\"16.011\" y2=\"114.159\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".001\" stop-color=\"#BFBEBE\"/><stop offset=\".197\" stop-color=\"#212121\" stop-opacity=\"0\"/><stop offset=\".75\" stop-color=\"#212121\" stop-opacity=\"0\"/><stop offset=\"1\" stop-color=\"#BFBEBE\"/></linearGradient><path fill=\"url(#svgIDc)\" d=\"M124 107.2c-41.55 17.8-78.49-17.79-120 0V20.8c41.51-17.79 78.45 17.8 120 0v86.4z\" opacity=\".2\"/><g fill=\"#FFF\"><path d=\"M37.44 68.83c1.68.78 3.51.18 4.08-1.41c4.45 2.28 6.67 3.58 11.12 6.28c3.1-.21 4.64-.27 7.74-.38c-6.91-4.4-10.37-6.62-17.29-10.28c.57-1.58-.34-3.59-2.02-4.44s-3.51-.18-4.08 1.43c-.32.9-.17 1.9.31 2.75c-.86.23-1.57.85-1.88 1.76c-.57 1.62.34 3.51 2.02 4.29zm51.12 17.85c-1.68-.82-3.51-.26-4.08 1.31c-4.45-2.37-6.67-3.71-11.12-6.45c-3.1.17-4.64.23-7.74.33c6.91 4.41 10.37 6.68 17.29 10.48c-.57 1.56.34 3.59 2.02 4.48s3.51.27 4.08-1.33c.32-.89.17-1.9-.31-2.75a2.61 2.61 0 0 0 1.88-1.71c.57-1.62-.34-3.54-2.02-4.36z\"/><path d=\"M84.48 78.74c.57 1.8 2.39 3.05 4.08 2.73c1.68-.31 2.59-2.04 2.02-3.8a3.93 3.93 0 0 0-1.88-2.23c.48-.71.62-1.68.31-2.66c-.57-1.77-2.39-2.96-4.08-2.71s-2.59 1.86-2.02 3.67c-13.78 1.45-27.65.98-41.39 2.94c-.57-1.78-2.39-2.99-4.08-2.64c-1.68.36-2.59 2.11-2.02 3.85a3.8 3.8 0 0 0 1.88 2.18c-.48.73-.62 1.69-.31 2.67c.57 1.75 2.39 2.89 4.08 2.61s2.59-1.92 2.02-3.71c13.76-1.72 27.63-1.24 41.39-2.9zM71.64 38.99c-5.39-4.43-11.89-6.49-17.29-5.11c-5.41 1.38-10.46 6.12-5.34 19.27c0 0-2.74 8.24 5.95 8.65c0 0 1.39.16 1.3 2.23v.99c0 .64.52 1.3 1.15 1.48c.01 0 .02.01.03.01c.64.19 1.15-.18 1.15-.81v-.96c.56.16.83.25 1.39.41v.96c0 .64.52 1.3 1.15 1.5h.01c.64.19 1.15-.17 1.15-.8v-.96l1.39.42v.96c0 .64.52 1.31 1.15 1.5c.64.19 1.15-.17 1.15-.8v-.96l1.39.42v.96c0 .64.52 1.31 1.15 1.49c.01 0 .02.01.03.01c.64.19 1.15-.18 1.15-.81v-.99c-.09-2.12 1.3-1.48 1.3-1.48c8.7 4.57 5.95-5.42 5.95-5.42c5.15-10.58.1-17.72-5.31-22.16zm-14.67 16.7c-2.4-.7-4.35-3.17-4.35-5.58s1.95-3.83 4.35-3.13c2.41.7 4.35 3.24 4.35 5.64c.01 2.41-1.94 3.77-4.35 3.07zm7.48 6.9c-.89-.71-1.92-1.02-2.81-.85c-.35.07-.57-.11-.57-1.1c0-.64.02-1.19.06-1.66c.1-1.1.93-1.7 1.91-1.41c.99.3 1.81 1.4 1.91 2.56c.04.49.06 1.06.06 1.7c0 .98-.21 1.04-.56.76zm4.71-3.26c-2.4-.71-4.35-3.25-4.35-5.66s1.95-3.76 4.35-3.05s4.35 3.21 4.35 5.61c0 2.41-1.95 3.82-4.35 3.1z\"/></g>"
},
@ -14471,6 +14477,7 @@
"ghost",
"goblin",
"green-heart",
"grey-heart",
"grimacing-face",
"grinning-cat",
"grinning-cat-with-smiling-eyes",
@ -14512,6 +14519,7 @@
"pensive-face",
"persevering-face",
"pile-of-poo",
"pink-heart",
"pleading-face",
"pouting-cat",
"purple-heart",

1091
json/pajamas.json Normal file

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/json",
"version": "2.1.109",
"version": "2.1.110",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.1.109",
"version": "2.1.110",
"license": "MIT",
"dependencies": {
"@iconify/types": "*",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.1.109",
"version": "2.1.110",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
"repository": {