@iconify/json 2.2.301 → 2.2.303
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/collections.json +13 -13
- package/collections.md +13 -13
- package/composer.json +1 -1
- package/json/carbon.json +11 -3
- package/json/codicon.json +5 -2
- package/json/fluent-color.json +91 -2
- package/json/fluent-emoji-flat.json +1 -1
- package/json/fluent-emoji-high-contrast.json +3 -3
- package/json/fluent-emoji.json +7 -7
- package/json/fluent.json +250 -32
- package/json/octicon.json +11 -3
- package/json/simple-icons.json +21 -3
- package/json/token-branded.json +26 -5
- package/json/token.json +24 -6
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1556,8 +1556,8 @@
|
|
|
1556
1556
|
},
|
|
1557
1557
|
"carbon": {
|
|
1558
1558
|
"name": "Carbon",
|
|
1559
|
-
"total":
|
|
1560
|
-
"version": "11.
|
|
1559
|
+
"total": 2267,
|
|
1560
|
+
"version": "11.54.0",
|
|
1561
1561
|
"author": {
|
|
1562
1562
|
"name": "IBM",
|
|
1563
1563
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -1982,7 +1982,7 @@
|
|
|
1982
1982
|
},
|
|
1983
1983
|
"fluent": {
|
|
1984
1984
|
"name": "Fluent UI System Icons",
|
|
1985
|
-
"total":
|
|
1985
|
+
"total": 17269,
|
|
1986
1986
|
"version": "1.1.273",
|
|
1987
1987
|
"author": {
|
|
1988
1988
|
"name": "Microsoft Corporation",
|
|
@@ -2121,8 +2121,8 @@
|
|
|
2121
2121
|
},
|
|
2122
2122
|
"octicon": {
|
|
2123
2123
|
"name": "Octicons",
|
|
2124
|
-
"total":
|
|
2125
|
-
"version": "19.
|
|
2124
|
+
"total": 647,
|
|
2125
|
+
"version": "19.15.0",
|
|
2126
2126
|
"author": {
|
|
2127
2127
|
"name": "GitHub",
|
|
2128
2128
|
"url": "https://github.com/primer/octicons/"
|
|
@@ -2732,7 +2732,7 @@
|
|
|
2732
2732
|
},
|
|
2733
2733
|
"fluent-color": {
|
|
2734
2734
|
"name": "Fluent UI System Color Icons",
|
|
2735
|
-
"total":
|
|
2735
|
+
"total": 403,
|
|
2736
2736
|
"version": "1.1.273",
|
|
2737
2737
|
"author": {
|
|
2738
2738
|
"name": "Microsoft Corporation",
|
|
@@ -2845,7 +2845,7 @@
|
|
|
2845
2845
|
},
|
|
2846
2846
|
"codicon": {
|
|
2847
2847
|
"name": "Codicons",
|
|
2848
|
-
"total":
|
|
2848
|
+
"total": 468,
|
|
2849
2849
|
"version": "0.0.36",
|
|
2850
2850
|
"author": {
|
|
2851
2851
|
"name": "Microsoft Corporation",
|
|
@@ -3021,8 +3021,8 @@
|
|
|
3021
3021
|
},
|
|
3022
3022
|
"simple-icons": {
|
|
3023
3023
|
"name": "Simple Icons",
|
|
3024
|
-
"total":
|
|
3025
|
-
"version": "14.
|
|
3024
|
+
"total": 3267,
|
|
3025
|
+
"version": "14.5.0",
|
|
3026
3026
|
"author": {
|
|
3027
3027
|
"name": "Simple Icons Collaborators",
|
|
3028
3028
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -3282,8 +3282,8 @@
|
|
|
3282
3282
|
},
|
|
3283
3283
|
"token": {
|
|
3284
3284
|
"name": "Web3 Icons",
|
|
3285
|
-
"total":
|
|
3286
|
-
"version": "4.0.
|
|
3285
|
+
"total": 1721,
|
|
3286
|
+
"version": "4.0.6",
|
|
3287
3287
|
"author": {
|
|
3288
3288
|
"name": "0xa3k5",
|
|
3289
3289
|
"url": "https://github.com/0xa3k5/web3icons"
|
|
@@ -3307,8 +3307,8 @@
|
|
|
3307
3307
|
},
|
|
3308
3308
|
"token-branded": {
|
|
3309
3309
|
"name": "Web3 Icons Branded",
|
|
3310
|
-
"total":
|
|
3311
|
-
"version": "4.0.
|
|
3310
|
+
"total": 1974,
|
|
3311
|
+
"version": "4.0.6",
|
|
3312
3312
|
"author": {
|
|
3313
3313
|
"name": "0xa3k5",
|
|
3314
3314
|
"url": "https://github.com/0xa3k5/web3icons"
|
package/collections.md
CHANGED
|
@@ -579,11 +579,11 @@
|
|
|
579
579
|
* File: [json/guidance.json](json/guidance.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
580
580
|
|
|
581
581
|
## Carbon
|
|
582
|
-
* Number of icons:
|
|
582
|
+
* Number of icons: 2267
|
|
583
583
|
* Author: IBM
|
|
584
584
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
585
585
|
* License: Apache 2.0
|
|
586
|
-
* Version: 11.
|
|
586
|
+
* Version: 11.54.0
|
|
587
587
|
* Palette: Colorless
|
|
588
588
|
* Icon set prefix: `carbon`
|
|
589
589
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
739
739
|
|
|
740
740
|
## Fluent UI System Icons
|
|
741
|
-
* Number of icons:
|
|
741
|
+
* Number of icons: 17269
|
|
742
742
|
* Author: Microsoft Corporation
|
|
743
743
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
744
744
|
* License: MIT
|
|
@@ -791,12 +791,12 @@
|
|
|
791
791
|
* File: [json/ix.json](json/ix.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
792
792
|
|
|
793
793
|
## Octicons
|
|
794
|
-
* Number of icons:
|
|
794
|
+
* Number of icons: 647
|
|
795
795
|
* Author: GitHub
|
|
796
796
|
* URL: https://github.com/primer/octicons/
|
|
797
797
|
* License: MIT
|
|
798
798
|
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
|
|
799
|
-
* Version: 19.
|
|
799
|
+
* Version: 19.15.0
|
|
800
800
|
* Palette: Colorless
|
|
801
801
|
* Icon set prefix: `octicon`
|
|
802
802
|
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
* File: [json/qlementine-icons.json](json/qlementine-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1038
1038
|
|
|
1039
1039
|
## Fluent UI System Color Icons
|
|
1040
|
-
* Number of icons:
|
|
1040
|
+
* Number of icons: 403
|
|
1041
1041
|
* Author: Microsoft Corporation
|
|
1042
1042
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
1043
1043
|
* License: MIT
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
* File: [json/vscode-icons.json](json/vscode-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1079
1079
|
|
|
1080
1080
|
## Codicons
|
|
1081
|
-
* Number of icons:
|
|
1081
|
+
* Number of icons: 468
|
|
1082
1082
|
* Author: Microsoft Corporation
|
|
1083
1083
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
1084
1084
|
* License: CC BY 4.0
|
|
@@ -1148,12 +1148,12 @@
|
|
|
1148
1148
|
* File: [json/unjs.json](json/unjs.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1149
1149
|
|
|
1150
1150
|
## Simple Icons
|
|
1151
|
-
* Number of icons:
|
|
1151
|
+
* Number of icons: 3267
|
|
1152
1152
|
* Author: Simple Icons Collaborators
|
|
1153
1153
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1154
1154
|
* License: CC0 1.0
|
|
1155
1155
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1156
|
-
* Version: 14.
|
|
1156
|
+
* Version: 14.5.0
|
|
1157
1157
|
* Palette: Colorless
|
|
1158
1158
|
* Icon set prefix: `simple-icons`
|
|
1159
1159
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1253,23 +1253,23 @@
|
|
|
1253
1253
|
* File: [json/entypo-social.json](json/entypo-social.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1254
1254
|
|
|
1255
1255
|
## Web3 Icons
|
|
1256
|
-
* Number of icons:
|
|
1256
|
+
* Number of icons: 1721
|
|
1257
1257
|
* Author: 0xa3k5
|
|
1258
1258
|
* URL: https://github.com/0xa3k5/web3icons
|
|
1259
1259
|
* License: MIT
|
|
1260
1260
|
* License URL: https://github.com/0xa3k5/web3icons/blob/main/LICENCE
|
|
1261
|
-
* Version: 4.0.
|
|
1261
|
+
* Version: 4.0.6
|
|
1262
1262
|
* Palette: Colorless
|
|
1263
1263
|
* Icon set prefix: `token`
|
|
1264
1264
|
* File: [json/token.json](json/token.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1265
1265
|
|
|
1266
1266
|
## Web3 Icons Branded
|
|
1267
|
-
* Number of icons:
|
|
1267
|
+
* Number of icons: 1974
|
|
1268
1268
|
* Author: 0xa3k5
|
|
1269
1269
|
* URL: https://github.com/0xa3k5/web3icons
|
|
1270
1270
|
* License: MIT
|
|
1271
1271
|
* License URL: https://github.com/0xa3k5/web3icons/blob/main/LICENCE
|
|
1272
|
-
* Version: 4.0.
|
|
1272
|
+
* Version: 4.0.6
|
|
1273
1273
|
* Palette: Colorful
|
|
1274
1274
|
* Icon set prefix: `token-branded`
|
|
1275
1275
|
* File: [json/token-branded.json](json/token-branded.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED
package/json/carbon.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "carbon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Carbon",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "11.
|
|
5
|
+
"total": 2267,
|
|
6
|
+
"version": "11.54.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "IBM",
|
|
9
9
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1738483433,
|
|
33
33
|
"icons": {
|
|
34
34
|
"3d-cursor": {
|
|
35
35
|
"body": "<path d=\"M13 4H4v9.01h2V6h7V4z\" fill=\"currentColor\"/><path d=\"M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z\" fill=\"currentColor\"/>",
|
|
@@ -137,6 +137,9 @@
|
|
|
137
137
|
"ai": {
|
|
138
138
|
"body": "<path fill=\"currentColor\" d=\"M17 11h3v10h-3v2h8v-2h-3V11h3V9h-8zm-4-2H9c-1.103 0-2 .897-2 2v12h2v-5h4v5h2V11c0-1.103-.897-2-2-2m-4 7v-5h4v5z\"/>"
|
|
139
139
|
},
|
|
140
|
+
"ai-business-impact-assessment": {
|
|
141
|
+
"body": "<path fill=\"currentColor\" d=\"M24 23h2v8h-2zm4-2h2v10h-2zm-8 6h2v4h-2zm-2-7v-2h1v-7h-1V9h4v2h-1v7h1v2zm-3.5 0h2L13 9h-3L6.503 20h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L13.264 16z\"/><path fill=\"currentColor\" d=\"M17 30H0V0h30v17h-2V2H2v26h15z\"/>"
|
|
142
|
+
},
|
|
140
143
|
"ai-financial-sustainability-check": {
|
|
141
144
|
"body": "<path fill=\"currentColor\" d=\"m16 23.414l-4.707-4.707l1.414-1.414L16 20.586L27.293 9.293l1.414 1.414zM12.707 8.707l-1.414-1.414L7 11.586L4.414 9l4.293-4.293l-1.414-1.414l-5 5a1 1 0 0 0 0 1.414l7 7l1.414-1.414L8.414 13z\"/><path fill=\"currentColor\" d=\"M16 30C8.28 30 2 23.72 2 16h2c0 6.617 5.383 12 12 12s12-5.383 12-12h2c0 7.72-6.28 14-14 14m8.308-22.66A11.94 11.94 0 0 0 16 4c-.936 0-1.868.108-2.77.321l-.46-1.946A14 14 0 0 1 16 2a13.93 13.93 0 0 1 9.692 3.898z\"/>"
|
|
142
145
|
},
|
|
@@ -730,6 +733,9 @@
|
|
|
730
733
|
"bus": {
|
|
731
734
|
"body": "<path fill=\"currentColor\" d=\"M27 11h2v4h-2zM3 11h2v4H3zm17 9h2v2h-2zm-10 0h2v2h-2z\"/><path fill=\"currentColor\" d=\"M21 4H11a5.006 5.006 0 0 0-5 5v14a2 2 0 0 0 2 2v3h2v-3h12v3h2v-3a2.003 2.003 0 0 0 2-2V9a5.006 5.006 0 0 0-5-5m3 6v6H8v-6ZM11 6h10a2.995 2.995 0 0 1 2.816 2H8.184A2.995 2.995 0 0 1 11 6M8 23v-5h16.001l.001 5Z\"/>"
|
|
732
735
|
},
|
|
736
|
+
"business-metrics": {
|
|
737
|
+
"body": "<path fill=\"currentColor\" d=\"M22 30a1 1 0 0 1-.894-.553L19.382 26H16v-2h4a1 1 0 0 1 .895.553L22 26.763l3.106-6.21c.184-.369.539-.553.894-.553s.71.184.894.553L28.618 24H32v2h-4a1 1 0 0 1-.894-.553L26 23.237l-3.105 6.21A1 1 0 0 1 22 30m1.414-20L22 8.586L17.285 13.3A3 3 0 0 0 16 13c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3c0-.462-.113-.894-.3-1.285zM16 17c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1m10-1a9.9 9.9 0 0 0-1.14-4.618l-1.495 1.496c.408.96.635 2.015.635 3.122zM16 8c1.107 0 2.162.227 3.122.635l1.496-1.496A9.9 9.9 0 0 0 16 6C10.486 6 6 10.486 6 16h2c0-4.411 3.589-8 8-8\"/><path fill=\"currentColor\" d=\"M7.51 24.49A11.96 11.96 0 0 1 4 16C4 9.37 9.37 4 16 4c6.62 0 11.99 5.38 12 12h2c0-7.73-6.27-14-14-14S2 8.27 2 16c0 3.87 1.57 7.37 4.1 9.9z\"/>"
|
|
738
|
+
},
|
|
733
739
|
"business-processes": {
|
|
734
740
|
"body": "<path fill=\"currentColor\" d=\"M23 31h-.028a1 1 0 0 1-.912-.658l-3.136-8.625l-2.005 4.677A1 1 0 0 1 16 27h-4v-2h3.34l2.74-6.394c.163-.377.549-.616.948-.606a1 1 0 0 1 .912.658l3.136 8.626l2.005-4.678A1 1 0 0 1 26 22h4v2h-3.34l-2.74 6.394A1 1 0 0 1 23 31\"/><path fill=\"currentColor\" d=\"M9 25H4V10h24v9h2v-9c0-1.103-.897-2-2-2h-6V4c0-1.103-.897-2-2-2h-8c-1.103 0-2 .897-2 2v4H4c-1.103 0-2 .897-2 2v15c0 1.103.897 2 2 2h5zm3-21h8v4h-8z\"/>"
|
|
735
741
|
},
|
|
@@ -8059,6 +8065,7 @@
|
|
|
8059
8065
|
"Enterprise": [
|
|
8060
8066
|
"account",
|
|
8061
8067
|
"ai",
|
|
8068
|
+
"ai-business-impact-assessment",
|
|
8062
8069
|
"ai-financial-sustainability-check",
|
|
8063
8070
|
"ai-generate",
|
|
8064
8071
|
"ai-governance-lifecycle",
|
|
@@ -8080,6 +8087,7 @@
|
|
|
8080
8087
|
"bottles-02-dash",
|
|
8081
8088
|
"bottles-container",
|
|
8082
8089
|
"building",
|
|
8090
|
+
"business-metrics",
|
|
8083
8091
|
"chemistry",
|
|
8084
8092
|
"chemistry-reference",
|
|
8085
8093
|
"cics-explorer",
|
package/json/codicon.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "codicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Codicons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 468,
|
|
6
6
|
"version": "0.0.36",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Microsoft Corporation",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1738483446,
|
|
32
32
|
"icons": {
|
|
33
33
|
"account": {
|
|
34
34
|
"body": "<path fill=\"currentColor\" d=\"M16 7.992C16 3.58 12.416 0 8 0S0 3.58 0 7.992c0 2.43 1.104 4.62 2.832 6.09c.016.016.032.016.032.032c.144.112.288.224.448.336c.08.048.144.111.224.175A8 8 0 0 0 8.016 16a8 8 0 0 0 4.48-1.375c.08-.048.144-.111.224-.16c.144-.111.304-.223.448-.335c.016-.016.032-.016.032-.032c1.696-1.487 2.8-3.676 2.8-6.106m-8 7.001c-1.504 0-2.88-.48-4.016-1.279c.016-.128.048-.255.08-.383a4.2 4.2 0 0 1 .416-.991c.176-.304.384-.576.64-.816c.24-.24.528-.463.816-.639c.304-.176.624-.304.976-.4A4.2 4.2 0 0 1 8 10.342a4.18 4.18 0 0 1 2.928 1.166q.552.552.864 1.295q.168.432.24.911A7.03 7.03 0 0 1 8 14.993m-2.448-7.4a2.5 2.5 0 0 1-.208-1.024c0-.351.064-.703.208-1.023s.336-.607.576-.847s.528-.431.848-.575s.672-.208 1.024-.208c.368 0 .704.064 1.024.208s.608.336.848.575c.24.24.432.528.576.847c.144.32.208.672.208 1.023c0 .368-.064.704-.208 1.023a2.8 2.8 0 0 1-.576.848a2.8 2.8 0 0 1-.848.575a2.72 2.72 0 0 1-2.064 0a2.8 2.8 0 0 1-.848-.575a2.5 2.5 0 0 1-.56-.848zm7.424 5.306c0-.032-.016-.048-.016-.08a5.2 5.2 0 0 0-.688-1.406a4.9 4.9 0 0 0-1.088-1.135a5.2 5.2 0 0 0-1.04-.608a3 3 0 0 0 .464-.383a4.2 4.2 0 0 0 .624-.784a3.6 3.6 0 0 0 .528-1.934a3.7 3.7 0 0 0-.288-1.47a3.8 3.8 0 0 0-.816-1.199a3.9 3.9 0 0 0-1.2-.8a3.7 3.7 0 0 0-1.472-.287a3.7 3.7 0 0 0-1.472.288a3.6 3.6 0 0 0-1.2.815a3.8 3.8 0 0 0-.8 1.199a3.7 3.7 0 0 0-.288 1.47q0 .528.144 1.007c.096.336.224.64.4.927c.16.288.384.544.624.784q.216.216.48.383a5 5 0 0 0-1.04.624c-.416.32-.784.703-1.088 1.119a5 5 0 0 0-.688 1.406c-.016.032-.016.064-.016.08C1.776 11.636.992 9.91.992 7.992C.992 4.14 4.144.991 8 .991s7.008 3.149 7.008 7.001a6.96 6.96 0 0 1-2.032 4.907\"/>"
|
|
@@ -725,6 +725,9 @@
|
|
|
725
725
|
"key": {
|
|
726
726
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.351 1.091a4.53 4.53 0 0 1 3.44 3.16c.215.724.247 1.49.093 2.23a4.58 4.58 0 0 1-4.437 3.6c-.438 0-.874-.063-1.293-.19l-.8.938l-.379.175H7v1.5l-.5.5H5v1.5l-.5.5h-3l-.5-.5v-2.307l.146-.353L6.12 6.87a4.5 4.5 0 0 1-.2-1.405a4.528 4.528 0 0 1 5.431-4.375zm1.318 7.2a3.57 3.57 0 0 0 1.239-2.005l.004.005A3.543 3.543 0 0 0 9.72 2.08a3.576 3.576 0 0 0-2.8 3.4c-.01.456.07.908.239 1.33l-.11.543L2 12.404v1.6h2v-1.5l.5-.5H6v-1.5l.5-.5h1.245l.876-1.016l.561-.14a3.5 3.5 0 0 0 1.269.238a3.57 3.57 0 0 0 2.218-.795m-.838-2.732a1 1 0 1 0-1.662-1.11a1 1 0 0 0 1.662 1.11\" clip-rule=\"evenodd\"/>"
|
|
727
727
|
},
|
|
728
|
+
"keyboard-tab": {
|
|
729
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"m9 13.887l5-5V8.18l-5-5l-.707.707l4.146 4.147H2v1h10.44L8.292 13.18z\" clip-rule=\"evenodd\"/><path d=\"M15 3h1v11h-1z\"/></g>"
|
|
730
|
+
},
|
|
728
731
|
"law": {
|
|
729
732
|
"body": "<path fill=\"currentColor\" d=\"M14.63 7L13 3h1V2H9V1H8v1H3v1h1L2.38 7H2v1h.15c.156.498.473.93.9 1.23a2.47 2.47 0 0 0 2.9 0A2.44 2.44 0 0 0 6.86 8H7V7h-.45L4.88 3H8v8H6l-.39.18l-2 2.51l.39.81h9l.39-.81l-2-2.51L11 11H9V3h3.13l-1.67 4H10v1h.15a2.48 2.48 0 0 0 4.71 0H15V7zM5.22 8.51a1.5 1.5 0 0 1-.72.19a1.45 1.45 0 0 1-.71-.19A1.5 1.5 0 0 1 3.25 8h2.5a1.5 1.5 0 0 1-.53.51M5.47 7h-2l1-2.4zm5.29 5L12 13.5H5L6.24 12zm1.78-7.38l1 2.4h-2zm.68 3.91a1.4 1.4 0 0 1-.72.19a1.35 1.35 0 0 1-.71-.19a1.55 1.55 0 0 1-.54-.53h2.5a1.37 1.37 0 0 1-.53.53\"/>"
|
|
730
733
|
},
|