@carbon/icons 11.36.0 → 11.37.0
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/es/index.js +16 -0
- package/es/right-panel--close/16.js +29 -0
- package/es/right-panel--close/20.js +29 -0
- package/es/right-panel--close/24.js +29 -0
- package/es/right-panel--close/32.js +29 -0
- package/es/right-panel--close--filled/16.js +29 -0
- package/es/right-panel--close--filled/20.js +29 -0
- package/es/right-panel--close--filled/24.js +29 -0
- package/es/right-panel--close--filled/32.js +29 -0
- package/es/right-panel--open/16.js +29 -0
- package/es/right-panel--open/20.js +29 -0
- package/es/right-panel--open/24.js +29 -0
- package/es/right-panel--open/32.js +29 -0
- package/es/right-panel--open--filled/16.js +29 -0
- package/es/right-panel--open--filled/20.js +29 -0
- package/es/right-panel--open--filled/24.js +29 -0
- package/es/right-panel--open--filled/32.js +29 -0
- package/lib/index.js +32 -0
- package/lib/right-panel--close/16.js +31 -0
- package/lib/right-panel--close/20.js +31 -0
- package/lib/right-panel--close/24.js +31 -0
- package/lib/right-panel--close/32.js +31 -0
- package/lib/right-panel--close--filled/16.js +31 -0
- package/lib/right-panel--close--filled/20.js +31 -0
- package/lib/right-panel--close--filled/24.js +31 -0
- package/lib/right-panel--close--filled/32.js +31 -0
- package/lib/right-panel--open/16.js +31 -0
- package/lib/right-panel--open/20.js +31 -0
- package/lib/right-panel--open/24.js +31 -0
- package/lib/right-panel--open/32.js +31 -0
- package/lib/right-panel--open--filled/16.js +31 -0
- package/lib/right-panel--open--filled/20.js +31 -0
- package/lib/right-panel--open--filled/24.js +31 -0
- package/lib/right-panel--open--filled/32.js +31 -0
- package/metadata.json +690 -0
- package/package.json +2 -2
- package/svg/32/right-panel--close--filled.svg +1 -0
- package/svg/32/right-panel--close.svg +1 -0
- package/svg/32/right-panel--open--filled.svg +1 -0
- package/svg/32/right-panel--open.svg +1 -0
package/metadata.json
CHANGED
|
@@ -317031,6 +317031,692 @@
|
|
|
317031
317031
|
]
|
|
317032
317032
|
}
|
|
317033
317033
|
},
|
|
317034
|
+
{
|
|
317035
|
+
"name": "right-panel--close",
|
|
317036
|
+
"friendlyName": "Right panel close",
|
|
317037
|
+
"aliases": [
|
|
317038
|
+
"controls",
|
|
317039
|
+
"side panel",
|
|
317040
|
+
"side bar",
|
|
317041
|
+
"close",
|
|
317042
|
+
"arrow right",
|
|
317043
|
+
"open",
|
|
317044
|
+
"panel",
|
|
317045
|
+
"navigation",
|
|
317046
|
+
"side nav",
|
|
317047
|
+
"ui",
|
|
317048
|
+
"nav"
|
|
317049
|
+
],
|
|
317050
|
+
"sizes": [
|
|
317051
|
+
32
|
|
317052
|
+
],
|
|
317053
|
+
"namespace": [],
|
|
317054
|
+
"assets": [
|
|
317055
|
+
{
|
|
317056
|
+
"size": 32,
|
|
317057
|
+
"filepath": "32/right-panel--close.svg",
|
|
317058
|
+
"source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n\n .cls-1, .cls-2 {\n stroke-width: 0px;\n }\n </style>\n </defs>\n <path class=\"cls-2\" d=\"m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&lt;Transparent Rectangle&gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n</svg>",
|
|
317059
|
+
"optimized": {
|
|
317060
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path stroke-width=\"0\" d=\"m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z\"/></svg>",
|
|
317061
|
+
"info": {},
|
|
317062
|
+
"path": "32/right-panel--close.svg"
|
|
317063
|
+
}
|
|
317064
|
+
}
|
|
317065
|
+
],
|
|
317066
|
+
"output": [
|
|
317067
|
+
{
|
|
317068
|
+
"moduleName": "RightPanelClose32",
|
|
317069
|
+
"filepath": "right-panel--close/32.js",
|
|
317070
|
+
"descriptor": {
|
|
317071
|
+
"elem": "svg",
|
|
317072
|
+
"attrs": {
|
|
317073
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317074
|
+
"viewBox": "0 0 32 32",
|
|
317075
|
+
"fill": "currentColor",
|
|
317076
|
+
"width": 32,
|
|
317077
|
+
"height": 32
|
|
317078
|
+
},
|
|
317079
|
+
"content": [
|
|
317080
|
+
{
|
|
317081
|
+
"elem": "path",
|
|
317082
|
+
"attrs": {
|
|
317083
|
+
"stroke-width": "0",
|
|
317084
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317085
|
+
}
|
|
317086
|
+
}
|
|
317087
|
+
],
|
|
317088
|
+
"name": "right-panel--close",
|
|
317089
|
+
"size": 32
|
|
317090
|
+
},
|
|
317091
|
+
"size": 32
|
|
317092
|
+
},
|
|
317093
|
+
{
|
|
317094
|
+
"moduleName": "RightPanelClose24",
|
|
317095
|
+
"filepath": "right-panel--close/24.js",
|
|
317096
|
+
"descriptor": {
|
|
317097
|
+
"elem": "svg",
|
|
317098
|
+
"attrs": {
|
|
317099
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317100
|
+
"viewBox": "0 0 32 32",
|
|
317101
|
+
"fill": "currentColor",
|
|
317102
|
+
"width": 24,
|
|
317103
|
+
"height": 24
|
|
317104
|
+
},
|
|
317105
|
+
"content": [
|
|
317106
|
+
{
|
|
317107
|
+
"elem": "path",
|
|
317108
|
+
"attrs": {
|
|
317109
|
+
"stroke-width": "0",
|
|
317110
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317111
|
+
}
|
|
317112
|
+
}
|
|
317113
|
+
],
|
|
317114
|
+
"name": "right-panel--close",
|
|
317115
|
+
"size": 24
|
|
317116
|
+
},
|
|
317117
|
+
"size": 24
|
|
317118
|
+
},
|
|
317119
|
+
{
|
|
317120
|
+
"moduleName": "RightPanelClose20",
|
|
317121
|
+
"filepath": "right-panel--close/20.js",
|
|
317122
|
+
"descriptor": {
|
|
317123
|
+
"elem": "svg",
|
|
317124
|
+
"attrs": {
|
|
317125
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317126
|
+
"viewBox": "0 0 32 32",
|
|
317127
|
+
"fill": "currentColor",
|
|
317128
|
+
"width": 20,
|
|
317129
|
+
"height": 20
|
|
317130
|
+
},
|
|
317131
|
+
"content": [
|
|
317132
|
+
{
|
|
317133
|
+
"elem": "path",
|
|
317134
|
+
"attrs": {
|
|
317135
|
+
"stroke-width": "0",
|
|
317136
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317137
|
+
}
|
|
317138
|
+
}
|
|
317139
|
+
],
|
|
317140
|
+
"name": "right-panel--close",
|
|
317141
|
+
"size": 20
|
|
317142
|
+
},
|
|
317143
|
+
"size": 20
|
|
317144
|
+
},
|
|
317145
|
+
{
|
|
317146
|
+
"moduleName": "RightPanelClose16",
|
|
317147
|
+
"filepath": "right-panel--close/16.js",
|
|
317148
|
+
"descriptor": {
|
|
317149
|
+
"elem": "svg",
|
|
317150
|
+
"attrs": {
|
|
317151
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317152
|
+
"viewBox": "0 0 32 32",
|
|
317153
|
+
"fill": "currentColor",
|
|
317154
|
+
"width": 16,
|
|
317155
|
+
"height": 16
|
|
317156
|
+
},
|
|
317157
|
+
"content": [
|
|
317158
|
+
{
|
|
317159
|
+
"elem": "path",
|
|
317160
|
+
"attrs": {
|
|
317161
|
+
"stroke-width": "0",
|
|
317162
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317163
|
+
}
|
|
317164
|
+
}
|
|
317165
|
+
],
|
|
317166
|
+
"name": "right-panel--close",
|
|
317167
|
+
"size": 16
|
|
317168
|
+
},
|
|
317169
|
+
"size": 16
|
|
317170
|
+
}
|
|
317171
|
+
],
|
|
317172
|
+
"category": "Actions",
|
|
317173
|
+
"subcategory": "Controls",
|
|
317174
|
+
"moduleInfo": {
|
|
317175
|
+
"local": "RightPanelClose",
|
|
317176
|
+
"global": "RightPanelClose",
|
|
317177
|
+
"filepath": "RightPanelClose.js",
|
|
317178
|
+
"sizes": [
|
|
317179
|
+
{
|
|
317180
|
+
"size": 32,
|
|
317181
|
+
"ast": {
|
|
317182
|
+
"type": "element",
|
|
317183
|
+
"tagName": "svg",
|
|
317184
|
+
"attributes": {
|
|
317185
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317186
|
+
"viewBox": "0 0 32 32",
|
|
317187
|
+
"fill": "currentColor"
|
|
317188
|
+
},
|
|
317189
|
+
"children": [
|
|
317190
|
+
{
|
|
317191
|
+
"type": "element",
|
|
317192
|
+
"tagName": "path",
|
|
317193
|
+
"attributes": {
|
|
317194
|
+
"stroke-width": "0",
|
|
317195
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317196
|
+
},
|
|
317197
|
+
"children": []
|
|
317198
|
+
}
|
|
317199
|
+
]
|
|
317200
|
+
}
|
|
317201
|
+
}
|
|
317202
|
+
]
|
|
317203
|
+
}
|
|
317204
|
+
},
|
|
317205
|
+
{
|
|
317206
|
+
"name": "right-panel--close--filled",
|
|
317207
|
+
"friendlyName": "Right panel close filled",
|
|
317208
|
+
"aliases": [
|
|
317209
|
+
"controls",
|
|
317210
|
+
"side panel",
|
|
317211
|
+
"side bar",
|
|
317212
|
+
"close",
|
|
317213
|
+
"arrow right",
|
|
317214
|
+
"open",
|
|
317215
|
+
"panel",
|
|
317216
|
+
"navigation",
|
|
317217
|
+
"side nav",
|
|
317218
|
+
"ui",
|
|
317219
|
+
"nav",
|
|
317220
|
+
"filled"
|
|
317221
|
+
],
|
|
317222
|
+
"sizes": [
|
|
317223
|
+
32
|
|
317224
|
+
],
|
|
317225
|
+
"namespace": [],
|
|
317226
|
+
"assets": [
|
|
317227
|
+
{
|
|
317228
|
+
"size": 32,
|
|
317229
|
+
"filepath": "32/right-panel--close--filled.svg",
|
|
317230
|
+
"source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n\n .cls-1, .cls-2 {\n stroke-width: 0px;\n }\n </style>\n </defs>\n <path class=\"cls-2\" d=\"m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&lt;Transparent Rectangle&gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n</svg>",
|
|
317231
|
+
"optimized": {
|
|
317232
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path stroke-width=\"0\" d=\"m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z\"/></svg>",
|
|
317233
|
+
"info": {},
|
|
317234
|
+
"path": "32/right-panel--close--filled.svg"
|
|
317235
|
+
}
|
|
317236
|
+
}
|
|
317237
|
+
],
|
|
317238
|
+
"output": [
|
|
317239
|
+
{
|
|
317240
|
+
"moduleName": "RightPanelCloseFilled32",
|
|
317241
|
+
"filepath": "right-panel--close--filled/32.js",
|
|
317242
|
+
"descriptor": {
|
|
317243
|
+
"elem": "svg",
|
|
317244
|
+
"attrs": {
|
|
317245
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317246
|
+
"viewBox": "0 0 32 32",
|
|
317247
|
+
"fill": "currentColor",
|
|
317248
|
+
"width": 32,
|
|
317249
|
+
"height": 32
|
|
317250
|
+
},
|
|
317251
|
+
"content": [
|
|
317252
|
+
{
|
|
317253
|
+
"elem": "path",
|
|
317254
|
+
"attrs": {
|
|
317255
|
+
"stroke-width": "0",
|
|
317256
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317257
|
+
}
|
|
317258
|
+
}
|
|
317259
|
+
],
|
|
317260
|
+
"name": "right-panel--close--filled",
|
|
317261
|
+
"size": 32
|
|
317262
|
+
},
|
|
317263
|
+
"size": 32
|
|
317264
|
+
},
|
|
317265
|
+
{
|
|
317266
|
+
"moduleName": "RightPanelCloseFilled24",
|
|
317267
|
+
"filepath": "right-panel--close--filled/24.js",
|
|
317268
|
+
"descriptor": {
|
|
317269
|
+
"elem": "svg",
|
|
317270
|
+
"attrs": {
|
|
317271
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317272
|
+
"viewBox": "0 0 32 32",
|
|
317273
|
+
"fill": "currentColor",
|
|
317274
|
+
"width": 24,
|
|
317275
|
+
"height": 24
|
|
317276
|
+
},
|
|
317277
|
+
"content": [
|
|
317278
|
+
{
|
|
317279
|
+
"elem": "path",
|
|
317280
|
+
"attrs": {
|
|
317281
|
+
"stroke-width": "0",
|
|
317282
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317283
|
+
}
|
|
317284
|
+
}
|
|
317285
|
+
],
|
|
317286
|
+
"name": "right-panel--close--filled",
|
|
317287
|
+
"size": 24
|
|
317288
|
+
},
|
|
317289
|
+
"size": 24
|
|
317290
|
+
},
|
|
317291
|
+
{
|
|
317292
|
+
"moduleName": "RightPanelCloseFilled20",
|
|
317293
|
+
"filepath": "right-panel--close--filled/20.js",
|
|
317294
|
+
"descriptor": {
|
|
317295
|
+
"elem": "svg",
|
|
317296
|
+
"attrs": {
|
|
317297
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317298
|
+
"viewBox": "0 0 32 32",
|
|
317299
|
+
"fill": "currentColor",
|
|
317300
|
+
"width": 20,
|
|
317301
|
+
"height": 20
|
|
317302
|
+
},
|
|
317303
|
+
"content": [
|
|
317304
|
+
{
|
|
317305
|
+
"elem": "path",
|
|
317306
|
+
"attrs": {
|
|
317307
|
+
"stroke-width": "0",
|
|
317308
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317309
|
+
}
|
|
317310
|
+
}
|
|
317311
|
+
],
|
|
317312
|
+
"name": "right-panel--close--filled",
|
|
317313
|
+
"size": 20
|
|
317314
|
+
},
|
|
317315
|
+
"size": 20
|
|
317316
|
+
},
|
|
317317
|
+
{
|
|
317318
|
+
"moduleName": "RightPanelCloseFilled16",
|
|
317319
|
+
"filepath": "right-panel--close--filled/16.js",
|
|
317320
|
+
"descriptor": {
|
|
317321
|
+
"elem": "svg",
|
|
317322
|
+
"attrs": {
|
|
317323
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317324
|
+
"viewBox": "0 0 32 32",
|
|
317325
|
+
"fill": "currentColor",
|
|
317326
|
+
"width": 16,
|
|
317327
|
+
"height": 16
|
|
317328
|
+
},
|
|
317329
|
+
"content": [
|
|
317330
|
+
{
|
|
317331
|
+
"elem": "path",
|
|
317332
|
+
"attrs": {
|
|
317333
|
+
"stroke-width": "0",
|
|
317334
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317335
|
+
}
|
|
317336
|
+
}
|
|
317337
|
+
],
|
|
317338
|
+
"name": "right-panel--close--filled",
|
|
317339
|
+
"size": 16
|
|
317340
|
+
},
|
|
317341
|
+
"size": 16
|
|
317342
|
+
}
|
|
317343
|
+
],
|
|
317344
|
+
"category": "Actions",
|
|
317345
|
+
"subcategory": "Controls",
|
|
317346
|
+
"moduleInfo": {
|
|
317347
|
+
"local": "RightPanelCloseFilled",
|
|
317348
|
+
"global": "RightPanelCloseFilled",
|
|
317349
|
+
"filepath": "RightPanelCloseFilled.js",
|
|
317350
|
+
"sizes": [
|
|
317351
|
+
{
|
|
317352
|
+
"size": 32,
|
|
317353
|
+
"ast": {
|
|
317354
|
+
"type": "element",
|
|
317355
|
+
"tagName": "svg",
|
|
317356
|
+
"attributes": {
|
|
317357
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317358
|
+
"viewBox": "0 0 32 32",
|
|
317359
|
+
"fill": "currentColor"
|
|
317360
|
+
},
|
|
317361
|
+
"children": [
|
|
317362
|
+
{
|
|
317363
|
+
"type": "element",
|
|
317364
|
+
"tagName": "path",
|
|
317365
|
+
"attributes": {
|
|
317366
|
+
"stroke-width": "0",
|
|
317367
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
317368
|
+
},
|
|
317369
|
+
"children": []
|
|
317370
|
+
}
|
|
317371
|
+
]
|
|
317372
|
+
}
|
|
317373
|
+
}
|
|
317374
|
+
]
|
|
317375
|
+
}
|
|
317376
|
+
},
|
|
317377
|
+
{
|
|
317378
|
+
"name": "right-panel--open",
|
|
317379
|
+
"friendlyName": "Right panel open",
|
|
317380
|
+
"aliases": [
|
|
317381
|
+
"controls",
|
|
317382
|
+
"side panel",
|
|
317383
|
+
"side bar",
|
|
317384
|
+
"open",
|
|
317385
|
+
"arrow right",
|
|
317386
|
+
"open",
|
|
317387
|
+
"panel",
|
|
317388
|
+
"navigation",
|
|
317389
|
+
"side nav",
|
|
317390
|
+
"ui",
|
|
317391
|
+
"nav"
|
|
317392
|
+
],
|
|
317393
|
+
"sizes": [
|
|
317394
|
+
32
|
|
317395
|
+
],
|
|
317396
|
+
"namespace": [],
|
|
317397
|
+
"assets": [
|
|
317398
|
+
{
|
|
317399
|
+
"size": 32,
|
|
317400
|
+
"filepath": "32/right-panel--open.svg",
|
|
317401
|
+
"source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n\n .cls-1, .cls-2 {\n stroke-width: 0px;\n }\n </style>\n </defs>\n <path class=\"cls-2\" d=\"m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&lt;Transparent Rectangle&gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n</svg>",
|
|
317402
|
+
"optimized": {
|
|
317403
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path stroke-width=\"0\" d=\"m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z\"/></svg>",
|
|
317404
|
+
"info": {},
|
|
317405
|
+
"path": "32/right-panel--open.svg"
|
|
317406
|
+
}
|
|
317407
|
+
}
|
|
317408
|
+
],
|
|
317409
|
+
"output": [
|
|
317410
|
+
{
|
|
317411
|
+
"moduleName": "RightPanelOpen32",
|
|
317412
|
+
"filepath": "right-panel--open/32.js",
|
|
317413
|
+
"descriptor": {
|
|
317414
|
+
"elem": "svg",
|
|
317415
|
+
"attrs": {
|
|
317416
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317417
|
+
"viewBox": "0 0 32 32",
|
|
317418
|
+
"fill": "currentColor",
|
|
317419
|
+
"width": 32,
|
|
317420
|
+
"height": 32
|
|
317421
|
+
},
|
|
317422
|
+
"content": [
|
|
317423
|
+
{
|
|
317424
|
+
"elem": "path",
|
|
317425
|
+
"attrs": {
|
|
317426
|
+
"stroke-width": "0",
|
|
317427
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317428
|
+
}
|
|
317429
|
+
}
|
|
317430
|
+
],
|
|
317431
|
+
"name": "right-panel--open",
|
|
317432
|
+
"size": 32
|
|
317433
|
+
},
|
|
317434
|
+
"size": 32
|
|
317435
|
+
},
|
|
317436
|
+
{
|
|
317437
|
+
"moduleName": "RightPanelOpen24",
|
|
317438
|
+
"filepath": "right-panel--open/24.js",
|
|
317439
|
+
"descriptor": {
|
|
317440
|
+
"elem": "svg",
|
|
317441
|
+
"attrs": {
|
|
317442
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317443
|
+
"viewBox": "0 0 32 32",
|
|
317444
|
+
"fill": "currentColor",
|
|
317445
|
+
"width": 24,
|
|
317446
|
+
"height": 24
|
|
317447
|
+
},
|
|
317448
|
+
"content": [
|
|
317449
|
+
{
|
|
317450
|
+
"elem": "path",
|
|
317451
|
+
"attrs": {
|
|
317452
|
+
"stroke-width": "0",
|
|
317453
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317454
|
+
}
|
|
317455
|
+
}
|
|
317456
|
+
],
|
|
317457
|
+
"name": "right-panel--open",
|
|
317458
|
+
"size": 24
|
|
317459
|
+
},
|
|
317460
|
+
"size": 24
|
|
317461
|
+
},
|
|
317462
|
+
{
|
|
317463
|
+
"moduleName": "RightPanelOpen20",
|
|
317464
|
+
"filepath": "right-panel--open/20.js",
|
|
317465
|
+
"descriptor": {
|
|
317466
|
+
"elem": "svg",
|
|
317467
|
+
"attrs": {
|
|
317468
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317469
|
+
"viewBox": "0 0 32 32",
|
|
317470
|
+
"fill": "currentColor",
|
|
317471
|
+
"width": 20,
|
|
317472
|
+
"height": 20
|
|
317473
|
+
},
|
|
317474
|
+
"content": [
|
|
317475
|
+
{
|
|
317476
|
+
"elem": "path",
|
|
317477
|
+
"attrs": {
|
|
317478
|
+
"stroke-width": "0",
|
|
317479
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317480
|
+
}
|
|
317481
|
+
}
|
|
317482
|
+
],
|
|
317483
|
+
"name": "right-panel--open",
|
|
317484
|
+
"size": 20
|
|
317485
|
+
},
|
|
317486
|
+
"size": 20
|
|
317487
|
+
},
|
|
317488
|
+
{
|
|
317489
|
+
"moduleName": "RightPanelOpen16",
|
|
317490
|
+
"filepath": "right-panel--open/16.js",
|
|
317491
|
+
"descriptor": {
|
|
317492
|
+
"elem": "svg",
|
|
317493
|
+
"attrs": {
|
|
317494
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317495
|
+
"viewBox": "0 0 32 32",
|
|
317496
|
+
"fill": "currentColor",
|
|
317497
|
+
"width": 16,
|
|
317498
|
+
"height": 16
|
|
317499
|
+
},
|
|
317500
|
+
"content": [
|
|
317501
|
+
{
|
|
317502
|
+
"elem": "path",
|
|
317503
|
+
"attrs": {
|
|
317504
|
+
"stroke-width": "0",
|
|
317505
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317506
|
+
}
|
|
317507
|
+
}
|
|
317508
|
+
],
|
|
317509
|
+
"name": "right-panel--open",
|
|
317510
|
+
"size": 16
|
|
317511
|
+
},
|
|
317512
|
+
"size": 16
|
|
317513
|
+
}
|
|
317514
|
+
],
|
|
317515
|
+
"category": "Actions",
|
|
317516
|
+
"subcategory": "Controls",
|
|
317517
|
+
"moduleInfo": {
|
|
317518
|
+
"local": "RightPanelOpen",
|
|
317519
|
+
"global": "RightPanelOpen",
|
|
317520
|
+
"filepath": "RightPanelOpen.js",
|
|
317521
|
+
"sizes": [
|
|
317522
|
+
{
|
|
317523
|
+
"size": 32,
|
|
317524
|
+
"ast": {
|
|
317525
|
+
"type": "element",
|
|
317526
|
+
"tagName": "svg",
|
|
317527
|
+
"attributes": {
|
|
317528
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317529
|
+
"viewBox": "0 0 32 32",
|
|
317530
|
+
"fill": "currentColor"
|
|
317531
|
+
},
|
|
317532
|
+
"children": [
|
|
317533
|
+
{
|
|
317534
|
+
"type": "element",
|
|
317535
|
+
"tagName": "path",
|
|
317536
|
+
"attributes": {
|
|
317537
|
+
"stroke-width": "0",
|
|
317538
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317539
|
+
},
|
|
317540
|
+
"children": []
|
|
317541
|
+
}
|
|
317542
|
+
]
|
|
317543
|
+
}
|
|
317544
|
+
}
|
|
317545
|
+
]
|
|
317546
|
+
}
|
|
317547
|
+
},
|
|
317548
|
+
{
|
|
317549
|
+
"name": "right-panel--open--filled",
|
|
317550
|
+
"friendlyName": "Right panel open filled",
|
|
317551
|
+
"aliases": [
|
|
317552
|
+
"controls",
|
|
317553
|
+
"side panel",
|
|
317554
|
+
"side bar",
|
|
317555
|
+
"close",
|
|
317556
|
+
"arrow right",
|
|
317557
|
+
"open",
|
|
317558
|
+
"panel",
|
|
317559
|
+
"navigation",
|
|
317560
|
+
"side nav",
|
|
317561
|
+
"ui",
|
|
317562
|
+
"nav",
|
|
317563
|
+
"filled"
|
|
317564
|
+
],
|
|
317565
|
+
"sizes": [
|
|
317566
|
+
32
|
|
317567
|
+
],
|
|
317568
|
+
"namespace": [],
|
|
317569
|
+
"assets": [
|
|
317570
|
+
{
|
|
317571
|
+
"size": 32,
|
|
317572
|
+
"filepath": "32/right-panel--open--filled.svg",
|
|
317573
|
+
"source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n\n .cls-1, .cls-2 {\n stroke-width: 0px;\n }\n </style>\n </defs>\n <path class=\"cls-2\" d=\"m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&lt;Transparent Rectangle&gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n</svg>",
|
|
317574
|
+
"optimized": {
|
|
317575
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path stroke-width=\"0\" d=\"m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z\"/></svg>",
|
|
317576
|
+
"info": {},
|
|
317577
|
+
"path": "32/right-panel--open--filled.svg"
|
|
317578
|
+
}
|
|
317579
|
+
}
|
|
317580
|
+
],
|
|
317581
|
+
"output": [
|
|
317582
|
+
{
|
|
317583
|
+
"moduleName": "RightPanelOpenFilled32",
|
|
317584
|
+
"filepath": "right-panel--open--filled/32.js",
|
|
317585
|
+
"descriptor": {
|
|
317586
|
+
"elem": "svg",
|
|
317587
|
+
"attrs": {
|
|
317588
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317589
|
+
"viewBox": "0 0 32 32",
|
|
317590
|
+
"fill": "currentColor",
|
|
317591
|
+
"width": 32,
|
|
317592
|
+
"height": 32
|
|
317593
|
+
},
|
|
317594
|
+
"content": [
|
|
317595
|
+
{
|
|
317596
|
+
"elem": "path",
|
|
317597
|
+
"attrs": {
|
|
317598
|
+
"stroke-width": "0",
|
|
317599
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317600
|
+
}
|
|
317601
|
+
}
|
|
317602
|
+
],
|
|
317603
|
+
"name": "right-panel--open--filled",
|
|
317604
|
+
"size": 32
|
|
317605
|
+
},
|
|
317606
|
+
"size": 32
|
|
317607
|
+
},
|
|
317608
|
+
{
|
|
317609
|
+
"moduleName": "RightPanelOpenFilled24",
|
|
317610
|
+
"filepath": "right-panel--open--filled/24.js",
|
|
317611
|
+
"descriptor": {
|
|
317612
|
+
"elem": "svg",
|
|
317613
|
+
"attrs": {
|
|
317614
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317615
|
+
"viewBox": "0 0 32 32",
|
|
317616
|
+
"fill": "currentColor",
|
|
317617
|
+
"width": 24,
|
|
317618
|
+
"height": 24
|
|
317619
|
+
},
|
|
317620
|
+
"content": [
|
|
317621
|
+
{
|
|
317622
|
+
"elem": "path",
|
|
317623
|
+
"attrs": {
|
|
317624
|
+
"stroke-width": "0",
|
|
317625
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317626
|
+
}
|
|
317627
|
+
}
|
|
317628
|
+
],
|
|
317629
|
+
"name": "right-panel--open--filled",
|
|
317630
|
+
"size": 24
|
|
317631
|
+
},
|
|
317632
|
+
"size": 24
|
|
317633
|
+
},
|
|
317634
|
+
{
|
|
317635
|
+
"moduleName": "RightPanelOpenFilled20",
|
|
317636
|
+
"filepath": "right-panel--open--filled/20.js",
|
|
317637
|
+
"descriptor": {
|
|
317638
|
+
"elem": "svg",
|
|
317639
|
+
"attrs": {
|
|
317640
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317641
|
+
"viewBox": "0 0 32 32",
|
|
317642
|
+
"fill": "currentColor",
|
|
317643
|
+
"width": 20,
|
|
317644
|
+
"height": 20
|
|
317645
|
+
},
|
|
317646
|
+
"content": [
|
|
317647
|
+
{
|
|
317648
|
+
"elem": "path",
|
|
317649
|
+
"attrs": {
|
|
317650
|
+
"stroke-width": "0",
|
|
317651
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317652
|
+
}
|
|
317653
|
+
}
|
|
317654
|
+
],
|
|
317655
|
+
"name": "right-panel--open--filled",
|
|
317656
|
+
"size": 20
|
|
317657
|
+
},
|
|
317658
|
+
"size": 20
|
|
317659
|
+
},
|
|
317660
|
+
{
|
|
317661
|
+
"moduleName": "RightPanelOpenFilled16",
|
|
317662
|
+
"filepath": "right-panel--open--filled/16.js",
|
|
317663
|
+
"descriptor": {
|
|
317664
|
+
"elem": "svg",
|
|
317665
|
+
"attrs": {
|
|
317666
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317667
|
+
"viewBox": "0 0 32 32",
|
|
317668
|
+
"fill": "currentColor",
|
|
317669
|
+
"width": 16,
|
|
317670
|
+
"height": 16
|
|
317671
|
+
},
|
|
317672
|
+
"content": [
|
|
317673
|
+
{
|
|
317674
|
+
"elem": "path",
|
|
317675
|
+
"attrs": {
|
|
317676
|
+
"stroke-width": "0",
|
|
317677
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317678
|
+
}
|
|
317679
|
+
}
|
|
317680
|
+
],
|
|
317681
|
+
"name": "right-panel--open--filled",
|
|
317682
|
+
"size": 16
|
|
317683
|
+
},
|
|
317684
|
+
"size": 16
|
|
317685
|
+
}
|
|
317686
|
+
],
|
|
317687
|
+
"category": "Actions",
|
|
317688
|
+
"subcategory": "Controls",
|
|
317689
|
+
"moduleInfo": {
|
|
317690
|
+
"local": "RightPanelOpenFilled",
|
|
317691
|
+
"global": "RightPanelOpenFilled",
|
|
317692
|
+
"filepath": "RightPanelOpenFilled.js",
|
|
317693
|
+
"sizes": [
|
|
317694
|
+
{
|
|
317695
|
+
"size": 32,
|
|
317696
|
+
"ast": {
|
|
317697
|
+
"type": "element",
|
|
317698
|
+
"tagName": "svg",
|
|
317699
|
+
"attributes": {
|
|
317700
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
317701
|
+
"viewBox": "0 0 32 32",
|
|
317702
|
+
"fill": "currentColor"
|
|
317703
|
+
},
|
|
317704
|
+
"children": [
|
|
317705
|
+
{
|
|
317706
|
+
"type": "element",
|
|
317707
|
+
"tagName": "path",
|
|
317708
|
+
"attributes": {
|
|
317709
|
+
"stroke-width": "0",
|
|
317710
|
+
"d": "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
317711
|
+
},
|
|
317712
|
+
"children": []
|
|
317713
|
+
}
|
|
317714
|
+
]
|
|
317715
|
+
}
|
|
317716
|
+
}
|
|
317717
|
+
]
|
|
317718
|
+
}
|
|
317719
|
+
},
|
|
317034
317720
|
{
|
|
317035
317721
|
"name": "road",
|
|
317036
317722
|
"friendlyName": "Road",
|
|
@@ -433499,6 +434185,10 @@
|
|
|
433499
434185
|
"rewind--10",
|
|
433500
434186
|
"rewind--30",
|
|
433501
434187
|
"rewind--5",
|
|
434188
|
+
"right-panel--close",
|
|
434189
|
+
"right-panel--close--filled",
|
|
434190
|
+
"right-panel--open",
|
|
434191
|
+
"right-panel--open--filled",
|
|
433502
434192
|
"settings",
|
|
433503
434193
|
"settings--adjust",
|
|
433504
434194
|
"settings--check",
|