@skedulo/breeze-ui 0.10.0 → 0.10.1
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/dist/custom-elements.json +506 -448
- package/dist/lib/cjs/breeze-ui.js +145 -151
- package/dist/lib/es/breeze-ui.js +2700 -2699
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/form-elements/labeled-input.d.ts.map +1 -1
- package/dist/types/components/inline-edit/inline-edit-group.d.ts +2 -0
- package/dist/types/components/inline-edit/inline-edit-group.d.ts.map +1 -1
- package/dist/types/components/inline-edit/inline-edit.styles.d.ts.map +1 -1
- package/dist/types/components/record-field/record-field.styles.d.ts.map +1 -1
- package/dist/types/components/record-row.d.ts +1 -0
- package/dist/types/components/record-row.d.ts.map +1 -1
- package/dist/types/layout/split-row.d.ts +28 -0
- package/dist/types/layout/split-row.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -176,6 +176,97 @@
|
|
|
176
176
|
}
|
|
177
177
|
]
|
|
178
178
|
},
|
|
179
|
+
{
|
|
180
|
+
"kind": "javascript-module",
|
|
181
|
+
"path": "src/helpers/css-helpers.ts",
|
|
182
|
+
"declarations": [
|
|
183
|
+
{
|
|
184
|
+
"kind": "function",
|
|
185
|
+
"name": "getFocusStyles",
|
|
186
|
+
"parameters": [
|
|
187
|
+
{
|
|
188
|
+
"name": "selector",
|
|
189
|
+
"type": {
|
|
190
|
+
"text": "string"
|
|
191
|
+
},
|
|
192
|
+
"description": "A CSS selector targeting an interactive element."
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "extraRules",
|
|
196
|
+
"default": "css``",
|
|
197
|
+
"description": "Optional rules to append. Useful for overrides."
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"description": "Returns a CSSResult applying focus outline styles to a given interactive\nelement. Reduces repetition throughout multiple components.\n\nTargets modern `:focus-visible` by default and includes a `:focus` fallback\nfor older browsers."
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"kind": "variable",
|
|
204
|
+
"name": "invisibleButtonRules",
|
|
205
|
+
"default": "css`\n background: none;\n border: 0;\n border-radius: var(--brz-border-radius-default);\n color: var(--brz-color-neutral-750);\n cursor: pointer;\n display: inline-flex;\n font: inherit;\n margin: 0;\n padding: 0;\n`",
|
|
206
|
+
"description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"kind": "function",
|
|
210
|
+
"name": "getInvisibleButtonStyles",
|
|
211
|
+
"parameters": [
|
|
212
|
+
{
|
|
213
|
+
"name": "selector",
|
|
214
|
+
"type": {
|
|
215
|
+
"text": "string"
|
|
216
|
+
},
|
|
217
|
+
"description": "A CSS selector targeting a button"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "extraRules",
|
|
221
|
+
"default": "css``",
|
|
222
|
+
"description": "Optional rules to append. Useful for overrides."
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"description": "Returns a CSSResult applying invisible styles to a button matching the given\nselector. Invisible buttons are a common pattern for icon-only close buttons.\n\nSince this applies to buttons, default focus styles are also automatically\nincluded for the selector. If you don't need them, or need to customise them,\nuse `invisibleButtonStyles` and `getFocusStyles()` separately instead."
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"exports": [
|
|
229
|
+
{
|
|
230
|
+
"kind": "js",
|
|
231
|
+
"name": "getFocusStyles",
|
|
232
|
+
"declaration": {
|
|
233
|
+
"name": "getFocusStyles",
|
|
234
|
+
"module": "src/helpers/css-helpers.ts"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"kind": "js",
|
|
239
|
+
"name": "invisibleButtonRules",
|
|
240
|
+
"declaration": {
|
|
241
|
+
"name": "invisibleButtonRules",
|
|
242
|
+
"module": "src/helpers/css-helpers.ts"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"kind": "js",
|
|
247
|
+
"name": "getInvisibleButtonStyles",
|
|
248
|
+
"declaration": {
|
|
249
|
+
"name": "getInvisibleButtonStyles",
|
|
250
|
+
"module": "src/helpers/css-helpers.ts"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"kind": "javascript-module",
|
|
257
|
+
"path": "src/helpers/index.ts",
|
|
258
|
+
"declarations": [],
|
|
259
|
+
"exports": [
|
|
260
|
+
{
|
|
261
|
+
"kind": "js",
|
|
262
|
+
"name": "*",
|
|
263
|
+
"declaration": {
|
|
264
|
+
"name": "*",
|
|
265
|
+
"package": "./css-helpers"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
]
|
|
269
|
+
},
|
|
179
270
|
{
|
|
180
271
|
"kind": "javascript-module",
|
|
181
272
|
"path": "src/components/alert.ts",
|
|
@@ -6944,6 +7035,7 @@
|
|
|
6944
7035
|
"text": "'top' | 'middle' | 'bottom'"
|
|
6945
7036
|
},
|
|
6946
7037
|
"default": "'top'",
|
|
7038
|
+
"description": "Sets the vertical alignment of the content in the row",
|
|
6947
7039
|
"fieldName": "verticalAlign",
|
|
6948
7040
|
"inheritedFrom": {
|
|
6949
7041
|
"name": "SplitRow",
|
|
@@ -6956,6 +7048,7 @@
|
|
|
6956
7048
|
"text": "boolean"
|
|
6957
7049
|
},
|
|
6958
7050
|
"default": "false",
|
|
7051
|
+
"description": "Expands the left slot to fill the remaining space",
|
|
6959
7052
|
"fieldName": "leftExpand",
|
|
6960
7053
|
"inheritedFrom": {
|
|
6961
7054
|
"name": "SplitRow",
|
|
@@ -6968,6 +7061,7 @@
|
|
|
6968
7061
|
"text": "boolean"
|
|
6969
7062
|
},
|
|
6970
7063
|
"default": "false",
|
|
7064
|
+
"description": "Expands the right slot to fill the remaining space",
|
|
6971
7065
|
"fieldName": "rightExpand",
|
|
6972
7066
|
"inheritedFrom": {
|
|
6973
7067
|
"name": "SplitRow",
|
|
@@ -6980,6 +7074,7 @@
|
|
|
6980
7074
|
"text": "boolean"
|
|
6981
7075
|
},
|
|
6982
7076
|
"default": "false",
|
|
7077
|
+
"description": "Removes the spacing between the left and right slots",
|
|
6983
7078
|
"fieldName": "noGap",
|
|
6984
7079
|
"inheritedFrom": {
|
|
6985
7080
|
"name": "SplitRow",
|
|
@@ -6992,6 +7087,7 @@
|
|
|
6992
7087
|
"text": "boolean"
|
|
6993
7088
|
},
|
|
6994
7089
|
"default": "false",
|
|
7090
|
+
"description": "Expands the row vertically to fill in its parent's height",
|
|
6995
7091
|
"fieldName": "expandY",
|
|
6996
7092
|
"inheritedFrom": {
|
|
6997
7093
|
"name": "SplitRow",
|
|
@@ -7007,6 +7103,7 @@
|
|
|
7007
7103
|
"text": "'top' | 'middle' | 'bottom'"
|
|
7008
7104
|
},
|
|
7009
7105
|
"default": "'top'",
|
|
7106
|
+
"description": "Sets the vertical alignment of the content in the row",
|
|
7010
7107
|
"attribute": "vertical-align",
|
|
7011
7108
|
"reflects": true,
|
|
7012
7109
|
"inheritedFrom": {
|
|
@@ -7021,6 +7118,7 @@
|
|
|
7021
7118
|
"text": "boolean"
|
|
7022
7119
|
},
|
|
7023
7120
|
"default": "false",
|
|
7121
|
+
"description": "Expands the left slot to fill the remaining space",
|
|
7024
7122
|
"attribute": "left-expand",
|
|
7025
7123
|
"reflects": true,
|
|
7026
7124
|
"inheritedFrom": {
|
|
@@ -7035,6 +7133,7 @@
|
|
|
7035
7133
|
"text": "boolean"
|
|
7036
7134
|
},
|
|
7037
7135
|
"default": "false",
|
|
7136
|
+
"description": "Expands the right slot to fill the remaining space",
|
|
7038
7137
|
"attribute": "right-expand",
|
|
7039
7138
|
"reflects": true,
|
|
7040
7139
|
"inheritedFrom": {
|
|
@@ -7049,6 +7148,7 @@
|
|
|
7049
7148
|
"text": "boolean"
|
|
7050
7149
|
},
|
|
7051
7150
|
"default": "false",
|
|
7151
|
+
"description": "Removes the spacing between the left and right slots",
|
|
7052
7152
|
"attribute": "no-gap",
|
|
7053
7153
|
"reflects": true,
|
|
7054
7154
|
"inheritedFrom": {
|
|
@@ -7063,6 +7163,7 @@
|
|
|
7063
7163
|
"text": "boolean"
|
|
7064
7164
|
},
|
|
7065
7165
|
"default": "false",
|
|
7166
|
+
"description": "Expands the row vertically to fill in its parent's height",
|
|
7066
7167
|
"attribute": "expand-y",
|
|
7067
7168
|
"inheritedFrom": {
|
|
7068
7169
|
"name": "SplitRow",
|
|
@@ -7088,6 +7189,7 @@
|
|
|
7088
7189
|
"text": "boolean"
|
|
7089
7190
|
},
|
|
7090
7191
|
"default": "false",
|
|
7192
|
+
"description": "Removes the border (e.g. if you have an element below that has a border)",
|
|
7091
7193
|
"fieldName": "noBorder",
|
|
7092
7194
|
"inheritedFrom": {
|
|
7093
7195
|
"name": "ActionBar",
|
|
@@ -7100,6 +7202,7 @@
|
|
|
7100
7202
|
"text": "boolean"
|
|
7101
7203
|
},
|
|
7102
7204
|
"default": "false",
|
|
7205
|
+
"description": "Expands the left slot to fill the remaining space",
|
|
7103
7206
|
"fieldName": "leftExpand",
|
|
7104
7207
|
"inheritedFrom": {
|
|
7105
7208
|
"name": "ActionBar",
|
|
@@ -7112,6 +7215,7 @@
|
|
|
7112
7215
|
"text": "boolean"
|
|
7113
7216
|
},
|
|
7114
7217
|
"default": "false",
|
|
7218
|
+
"description": "Expands the right slot to fill the remaining space",
|
|
7115
7219
|
"fieldName": "rightExpand",
|
|
7116
7220
|
"inheritedFrom": {
|
|
7117
7221
|
"name": "ActionBar",
|
|
@@ -7127,6 +7231,7 @@
|
|
|
7127
7231
|
"text": "boolean"
|
|
7128
7232
|
},
|
|
7129
7233
|
"default": "false",
|
|
7234
|
+
"description": "Removes the border (e.g. if you have an element below that has a border)",
|
|
7130
7235
|
"attribute": "no-border",
|
|
7131
7236
|
"reflects": true,
|
|
7132
7237
|
"inheritedFrom": {
|
|
@@ -7141,6 +7246,7 @@
|
|
|
7141
7246
|
"text": "boolean"
|
|
7142
7247
|
},
|
|
7143
7248
|
"default": "false",
|
|
7249
|
+
"description": "Expands the left slot to fill the remaining space",
|
|
7144
7250
|
"attribute": "left-expand",
|
|
7145
7251
|
"reflects": true,
|
|
7146
7252
|
"inheritedFrom": {
|
|
@@ -7155,6 +7261,7 @@
|
|
|
7155
7261
|
"text": "boolean"
|
|
7156
7262
|
},
|
|
7157
7263
|
"default": "false",
|
|
7264
|
+
"description": "Expands the right slot to fill the remaining space",
|
|
7158
7265
|
"attribute": "right-expand",
|
|
7159
7266
|
"reflects": true,
|
|
7160
7267
|
"inheritedFrom": {
|
|
@@ -18189,41 +18296,6 @@
|
|
|
18189
18296
|
"kind": "class",
|
|
18190
18297
|
"description": "Record row component",
|
|
18191
18298
|
"name": "RecordRow",
|
|
18192
|
-
"superclass": {
|
|
18193
|
-
"name": "RecordField",
|
|
18194
|
-
"module": "/src/components/record-field"
|
|
18195
|
-
},
|
|
18196
|
-
"deprecated": "Use brz-record-field",
|
|
18197
|
-
"tagName": "brz-record-row",
|
|
18198
|
-
"customElement": true,
|
|
18199
|
-
"attributes": [
|
|
18200
|
-
{
|
|
18201
|
-
"name": "label-position",
|
|
18202
|
-
"type": {
|
|
18203
|
-
"text": "LabelPosition"
|
|
18204
|
-
},
|
|
18205
|
-
"default": "'top'",
|
|
18206
|
-
"description": "The position of the supplied label",
|
|
18207
|
-
"fieldName": "labelPosition",
|
|
18208
|
-
"inheritedFrom": {
|
|
18209
|
-
"name": "RecordField",
|
|
18210
|
-
"module": "src/components/record-field/record-field.ts"
|
|
18211
|
-
}
|
|
18212
|
-
},
|
|
18213
|
-
{
|
|
18214
|
-
"name": "size",
|
|
18215
|
-
"type": {
|
|
18216
|
-
"text": "InputSizes"
|
|
18217
|
-
},
|
|
18218
|
-
"default": "'medium'",
|
|
18219
|
-
"description": "The size of the input",
|
|
18220
|
-
"fieldName": "size",
|
|
18221
|
-
"inheritedFrom": {
|
|
18222
|
-
"name": "RecordField",
|
|
18223
|
-
"module": "src/components/record-field/record-field.ts"
|
|
18224
|
-
}
|
|
18225
|
-
}
|
|
18226
|
-
],
|
|
18227
18299
|
"members": [
|
|
18228
18300
|
{
|
|
18229
18301
|
"kind": "field",
|
|
@@ -18274,6 +18346,41 @@
|
|
|
18274
18346
|
"module": "src/components/record-field/record-field.ts"
|
|
18275
18347
|
}
|
|
18276
18348
|
}
|
|
18349
|
+
],
|
|
18350
|
+
"superclass": {
|
|
18351
|
+
"name": "RecordField",
|
|
18352
|
+
"module": "/src/components/record-field"
|
|
18353
|
+
},
|
|
18354
|
+
"deprecated": "Use brz-record-field",
|
|
18355
|
+
"tagName": "brz-record-row",
|
|
18356
|
+
"customElement": true,
|
|
18357
|
+
"attributes": [
|
|
18358
|
+
{
|
|
18359
|
+
"name": "label-position",
|
|
18360
|
+
"type": {
|
|
18361
|
+
"text": "LabelPosition"
|
|
18362
|
+
},
|
|
18363
|
+
"default": "'top'",
|
|
18364
|
+
"description": "The position of the supplied label",
|
|
18365
|
+
"fieldName": "labelPosition",
|
|
18366
|
+
"inheritedFrom": {
|
|
18367
|
+
"name": "RecordField",
|
|
18368
|
+
"module": "src/components/record-field/record-field.ts"
|
|
18369
|
+
}
|
|
18370
|
+
},
|
|
18371
|
+
{
|
|
18372
|
+
"name": "size",
|
|
18373
|
+
"type": {
|
|
18374
|
+
"text": "InputSizes"
|
|
18375
|
+
},
|
|
18376
|
+
"default": "'medium'",
|
|
18377
|
+
"description": "The size of the input",
|
|
18378
|
+
"fieldName": "size",
|
|
18379
|
+
"inheritedFrom": {
|
|
18380
|
+
"name": "RecordField",
|
|
18381
|
+
"module": "src/components/record-field/record-field.ts"
|
|
18382
|
+
}
|
|
18383
|
+
}
|
|
18277
18384
|
]
|
|
18278
18385
|
},
|
|
18279
18386
|
{
|
|
@@ -19255,6 +19362,16 @@
|
|
|
19255
19362
|
"kind": "class",
|
|
19256
19363
|
"description": "Split row layout.",
|
|
19257
19364
|
"name": "SplitRow",
|
|
19365
|
+
"slots": [
|
|
19366
|
+
{
|
|
19367
|
+
"description": "Content to populate the left side",
|
|
19368
|
+
"name": "left"
|
|
19369
|
+
},
|
|
19370
|
+
{
|
|
19371
|
+
"description": "Content to populate the right side",
|
|
19372
|
+
"name": "right"
|
|
19373
|
+
}
|
|
19374
|
+
],
|
|
19258
19375
|
"members": [
|
|
19259
19376
|
{
|
|
19260
19377
|
"kind": "field",
|
|
@@ -19263,6 +19380,7 @@
|
|
|
19263
19380
|
"text": "'top' | 'middle' | 'bottom'"
|
|
19264
19381
|
},
|
|
19265
19382
|
"default": "'top'",
|
|
19383
|
+
"description": "Sets the vertical alignment of the content in the row",
|
|
19266
19384
|
"attribute": "vertical-align",
|
|
19267
19385
|
"reflects": true
|
|
19268
19386
|
},
|
|
@@ -19273,6 +19391,7 @@
|
|
|
19273
19391
|
"text": "boolean"
|
|
19274
19392
|
},
|
|
19275
19393
|
"default": "false",
|
|
19394
|
+
"description": "Expands the left slot to fill the remaining space",
|
|
19276
19395
|
"attribute": "left-expand",
|
|
19277
19396
|
"reflects": true
|
|
19278
19397
|
},
|
|
@@ -19283,6 +19402,7 @@
|
|
|
19283
19402
|
"text": "boolean"
|
|
19284
19403
|
},
|
|
19285
19404
|
"default": "false",
|
|
19405
|
+
"description": "Expands the right slot to fill the remaining space",
|
|
19286
19406
|
"attribute": "right-expand",
|
|
19287
19407
|
"reflects": true
|
|
19288
19408
|
},
|
|
@@ -19293,6 +19413,7 @@
|
|
|
19293
19413
|
"text": "boolean"
|
|
19294
19414
|
},
|
|
19295
19415
|
"default": "false",
|
|
19416
|
+
"description": "Removes the spacing between the left and right slots",
|
|
19296
19417
|
"attribute": "no-gap",
|
|
19297
19418
|
"reflects": true
|
|
19298
19419
|
},
|
|
@@ -19303,6 +19424,7 @@
|
|
|
19303
19424
|
"text": "boolean"
|
|
19304
19425
|
},
|
|
19305
19426
|
"default": "false",
|
|
19427
|
+
"description": "Expands the row vertically to fill in its parent's height",
|
|
19306
19428
|
"attribute": "expand-y"
|
|
19307
19429
|
}
|
|
19308
19430
|
],
|
|
@@ -19313,6 +19435,7 @@
|
|
|
19313
19435
|
"text": "'top' | 'middle' | 'bottom'"
|
|
19314
19436
|
},
|
|
19315
19437
|
"default": "'top'",
|
|
19438
|
+
"description": "Sets the vertical alignment of the content in the row",
|
|
19316
19439
|
"fieldName": "verticalAlign"
|
|
19317
19440
|
},
|
|
19318
19441
|
{
|
|
@@ -19321,6 +19444,7 @@
|
|
|
19321
19444
|
"text": "boolean"
|
|
19322
19445
|
},
|
|
19323
19446
|
"default": "false",
|
|
19447
|
+
"description": "Expands the left slot to fill the remaining space",
|
|
19324
19448
|
"fieldName": "leftExpand"
|
|
19325
19449
|
},
|
|
19326
19450
|
{
|
|
@@ -19329,6 +19453,7 @@
|
|
|
19329
19453
|
"text": "boolean"
|
|
19330
19454
|
},
|
|
19331
19455
|
"default": "false",
|
|
19456
|
+
"description": "Expands the right slot to fill the remaining space",
|
|
19332
19457
|
"fieldName": "rightExpand"
|
|
19333
19458
|
},
|
|
19334
19459
|
{
|
|
@@ -19337,6 +19462,7 @@
|
|
|
19337
19462
|
"text": "boolean"
|
|
19338
19463
|
},
|
|
19339
19464
|
"default": "false",
|
|
19465
|
+
"description": "Removes the spacing between the left and right slots",
|
|
19340
19466
|
"fieldName": "noGap"
|
|
19341
19467
|
},
|
|
19342
19468
|
{
|
|
@@ -19345,6 +19471,7 @@
|
|
|
19345
19471
|
"text": "boolean"
|
|
19346
19472
|
},
|
|
19347
19473
|
"default": "false",
|
|
19474
|
+
"description": "Expands the row vertically to fill in its parent's height",
|
|
19348
19475
|
"fieldName": "expandY"
|
|
19349
19476
|
}
|
|
19350
19477
|
],
|
|
@@ -19359,6 +19486,16 @@
|
|
|
19359
19486
|
"kind": "class",
|
|
19360
19487
|
"description": "Action bar layout.",
|
|
19361
19488
|
"name": "ActionBar",
|
|
19489
|
+
"slots": [
|
|
19490
|
+
{
|
|
19491
|
+
"description": "Content to populate the left side",
|
|
19492
|
+
"name": "left"
|
|
19493
|
+
},
|
|
19494
|
+
{
|
|
19495
|
+
"description": "Content to populate the right side",
|
|
19496
|
+
"name": "right"
|
|
19497
|
+
}
|
|
19498
|
+
],
|
|
19362
19499
|
"members": [
|
|
19363
19500
|
{
|
|
19364
19501
|
"kind": "field",
|
|
@@ -19367,6 +19504,7 @@
|
|
|
19367
19504
|
"text": "boolean"
|
|
19368
19505
|
},
|
|
19369
19506
|
"default": "false",
|
|
19507
|
+
"description": "Removes the border (e.g. if you have an element below that has a border)",
|
|
19370
19508
|
"attribute": "no-border",
|
|
19371
19509
|
"reflects": true
|
|
19372
19510
|
},
|
|
@@ -19377,6 +19515,7 @@
|
|
|
19377
19515
|
"text": "boolean"
|
|
19378
19516
|
},
|
|
19379
19517
|
"default": "false",
|
|
19518
|
+
"description": "Expands the left slot to fill the remaining space",
|
|
19380
19519
|
"attribute": "left-expand",
|
|
19381
19520
|
"reflects": true
|
|
19382
19521
|
},
|
|
@@ -19387,6 +19526,7 @@
|
|
|
19387
19526
|
"text": "boolean"
|
|
19388
19527
|
},
|
|
19389
19528
|
"default": "false",
|
|
19529
|
+
"description": "Expands the right slot to fill the remaining space",
|
|
19390
19530
|
"attribute": "right-expand",
|
|
19391
19531
|
"reflects": true
|
|
19392
19532
|
}
|
|
@@ -19398,6 +19538,7 @@
|
|
|
19398
19538
|
"text": "boolean"
|
|
19399
19539
|
},
|
|
19400
19540
|
"default": "false",
|
|
19541
|
+
"description": "Removes the border (e.g. if you have an element below that has a border)",
|
|
19401
19542
|
"fieldName": "noBorder"
|
|
19402
19543
|
},
|
|
19403
19544
|
{
|
|
@@ -19406,6 +19547,7 @@
|
|
|
19406
19547
|
"text": "boolean"
|
|
19407
19548
|
},
|
|
19408
19549
|
"default": "false",
|
|
19550
|
+
"description": "Expands the left slot to fill the remaining space",
|
|
19409
19551
|
"fieldName": "leftExpand"
|
|
19410
19552
|
},
|
|
19411
19553
|
{
|
|
@@ -19414,6 +19556,7 @@
|
|
|
19414
19556
|
"text": "boolean"
|
|
19415
19557
|
},
|
|
19416
19558
|
"default": "false",
|
|
19559
|
+
"description": "Expands the right slot to fill the remaining space",
|
|
19417
19560
|
"fieldName": "rightExpand"
|
|
19418
19561
|
}
|
|
19419
19562
|
],
|
|
@@ -19476,91 +19619,121 @@
|
|
|
19476
19619
|
},
|
|
19477
19620
|
{
|
|
19478
19621
|
"kind": "javascript-module",
|
|
19479
|
-
"path": "src/
|
|
19622
|
+
"path": "src/storybook/colors.stories.ts",
|
|
19480
19623
|
"declarations": [
|
|
19481
19624
|
{
|
|
19482
|
-
"kind": "
|
|
19483
|
-
"
|
|
19484
|
-
"
|
|
19625
|
+
"kind": "class",
|
|
19626
|
+
"description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
|
|
19627
|
+
"name": "ColorSwatch",
|
|
19628
|
+
"members": [
|
|
19485
19629
|
{
|
|
19486
|
-
"
|
|
19630
|
+
"kind": "field",
|
|
19631
|
+
"name": "colorVar",
|
|
19487
19632
|
"type": {
|
|
19488
19633
|
"text": "string"
|
|
19489
19634
|
},
|
|
19490
|
-
"
|
|
19635
|
+
"default": "''",
|
|
19636
|
+
"attribute": "colorVar"
|
|
19491
19637
|
},
|
|
19492
19638
|
{
|
|
19493
|
-
"
|
|
19494
|
-
"
|
|
19495
|
-
"
|
|
19639
|
+
"kind": "field",
|
|
19640
|
+
"name": "lightText",
|
|
19641
|
+
"type": {
|
|
19642
|
+
"text": "boolean"
|
|
19643
|
+
},
|
|
19644
|
+
"default": "false",
|
|
19645
|
+
"attribute": "light-text"
|
|
19496
19646
|
}
|
|
19497
19647
|
],
|
|
19498
|
-
"
|
|
19499
|
-
},
|
|
19500
|
-
{
|
|
19501
|
-
"kind": "variable",
|
|
19502
|
-
"name": "invisibleButtonRules",
|
|
19503
|
-
"default": "css`\n background: none;\n border: 0;\n border-radius: var(--brz-border-radius-default);\n color: var(--brz-color-neutral-750);\n cursor: pointer;\n display: inline-flex;\n font: inherit;\n margin: 0;\n padding: 0;\n`",
|
|
19504
|
-
"description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
|
|
19505
|
-
},
|
|
19506
|
-
{
|
|
19507
|
-
"kind": "function",
|
|
19508
|
-
"name": "getInvisibleButtonStyles",
|
|
19509
|
-
"parameters": [
|
|
19648
|
+
"attributes": [
|
|
19510
19649
|
{
|
|
19511
|
-
"name": "
|
|
19650
|
+
"name": "colorVar",
|
|
19512
19651
|
"type": {
|
|
19513
19652
|
"text": "string"
|
|
19514
19653
|
},
|
|
19515
|
-
"
|
|
19654
|
+
"default": "''",
|
|
19655
|
+
"fieldName": "colorVar"
|
|
19516
19656
|
},
|
|
19517
19657
|
{
|
|
19518
|
-
"name": "
|
|
19519
|
-
"
|
|
19520
|
-
|
|
19658
|
+
"name": "light-text",
|
|
19659
|
+
"type": {
|
|
19660
|
+
"text": "boolean"
|
|
19661
|
+
},
|
|
19662
|
+
"default": "false",
|
|
19663
|
+
"fieldName": "lightText"
|
|
19521
19664
|
}
|
|
19522
19665
|
],
|
|
19523
|
-
"
|
|
19524
|
-
|
|
19525
|
-
|
|
19526
|
-
|
|
19527
|
-
|
|
19528
|
-
"
|
|
19529
|
-
"name": "getFocusStyles",
|
|
19530
|
-
"declaration": {
|
|
19531
|
-
"name": "getFocusStyles",
|
|
19532
|
-
"module": "src/helpers/css-helpers.ts"
|
|
19533
|
-
}
|
|
19534
|
-
},
|
|
19535
|
-
{
|
|
19536
|
-
"kind": "js",
|
|
19537
|
-
"name": "invisibleButtonRules",
|
|
19538
|
-
"declaration": {
|
|
19539
|
-
"name": "invisibleButtonRules",
|
|
19540
|
-
"module": "src/helpers/css-helpers.ts"
|
|
19541
|
-
}
|
|
19666
|
+
"superclass": {
|
|
19667
|
+
"name": "LitElement",
|
|
19668
|
+
"package": "lit"
|
|
19669
|
+
},
|
|
19670
|
+
"tagName": "brz-sb-color-swatch",
|
|
19671
|
+
"customElement": true
|
|
19542
19672
|
},
|
|
19543
19673
|
{
|
|
19544
|
-
"kind": "
|
|
19545
|
-
"
|
|
19546
|
-
"
|
|
19547
|
-
|
|
19548
|
-
|
|
19549
|
-
|
|
19674
|
+
"kind": "class",
|
|
19675
|
+
"description": "Story component for laying out a group of swatches",
|
|
19676
|
+
"name": "ColorSwatchGroup",
|
|
19677
|
+
"members": [
|
|
19678
|
+
{
|
|
19679
|
+
"kind": "field",
|
|
19680
|
+
"name": "stacked",
|
|
19681
|
+
"type": {
|
|
19682
|
+
"text": "boolean"
|
|
19683
|
+
},
|
|
19684
|
+
"default": "false",
|
|
19685
|
+
"attribute": "stacked"
|
|
19686
|
+
}
|
|
19687
|
+
],
|
|
19688
|
+
"attributes": [
|
|
19689
|
+
{
|
|
19690
|
+
"name": "stacked",
|
|
19691
|
+
"type": {
|
|
19692
|
+
"text": "boolean"
|
|
19693
|
+
},
|
|
19694
|
+
"default": "false",
|
|
19695
|
+
"fieldName": "stacked"
|
|
19696
|
+
}
|
|
19697
|
+
],
|
|
19698
|
+
"superclass": {
|
|
19699
|
+
"name": "LitElement",
|
|
19700
|
+
"package": "lit"
|
|
19701
|
+
},
|
|
19702
|
+
"tagName": "brz-sb-color-swatch-group",
|
|
19703
|
+
"customElement": true
|
|
19550
19704
|
}
|
|
19551
|
-
]
|
|
19552
|
-
},
|
|
19553
|
-
{
|
|
19554
|
-
"kind": "javascript-module",
|
|
19555
|
-
"path": "src/helpers/index.ts",
|
|
19556
|
-
"declarations": [],
|
|
19705
|
+
],
|
|
19557
19706
|
"exports": [
|
|
19558
19707
|
{
|
|
19559
19708
|
"kind": "js",
|
|
19560
|
-
"name": "
|
|
19709
|
+
"name": "ColorSwatch",
|
|
19561
19710
|
"declaration": {
|
|
19562
|
-
"name": "
|
|
19563
|
-
"
|
|
19711
|
+
"name": "ColorSwatch",
|
|
19712
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19713
|
+
}
|
|
19714
|
+
},
|
|
19715
|
+
{
|
|
19716
|
+
"kind": "custom-element-definition",
|
|
19717
|
+
"name": "brz-sb-color-swatch",
|
|
19718
|
+
"declaration": {
|
|
19719
|
+
"name": "ColorSwatch",
|
|
19720
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19721
|
+
}
|
|
19722
|
+
},
|
|
19723
|
+
{
|
|
19724
|
+
"kind": "js",
|
|
19725
|
+
"name": "ColorSwatchGroup",
|
|
19726
|
+
"declaration": {
|
|
19727
|
+
"name": "ColorSwatchGroup",
|
|
19728
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19729
|
+
}
|
|
19730
|
+
},
|
|
19731
|
+
{
|
|
19732
|
+
"kind": "custom-element-definition",
|
|
19733
|
+
"name": "brz-sb-color-swatch-group",
|
|
19734
|
+
"declaration": {
|
|
19735
|
+
"name": "ColorSwatchGroup",
|
|
19736
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19564
19737
|
}
|
|
19565
19738
|
}
|
|
19566
19739
|
]
|
|
@@ -19702,127 +19875,6 @@
|
|
|
19702
19875
|
}
|
|
19703
19876
|
]
|
|
19704
19877
|
},
|
|
19705
|
-
{
|
|
19706
|
-
"kind": "javascript-module",
|
|
19707
|
-
"path": "src/storybook/colors.stories.ts",
|
|
19708
|
-
"declarations": [
|
|
19709
|
-
{
|
|
19710
|
-
"kind": "class",
|
|
19711
|
-
"description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
|
|
19712
|
-
"name": "ColorSwatch",
|
|
19713
|
-
"members": [
|
|
19714
|
-
{
|
|
19715
|
-
"kind": "field",
|
|
19716
|
-
"name": "colorVar",
|
|
19717
|
-
"type": {
|
|
19718
|
-
"text": "string"
|
|
19719
|
-
},
|
|
19720
|
-
"default": "''",
|
|
19721
|
-
"attribute": "colorVar"
|
|
19722
|
-
},
|
|
19723
|
-
{
|
|
19724
|
-
"kind": "field",
|
|
19725
|
-
"name": "lightText",
|
|
19726
|
-
"type": {
|
|
19727
|
-
"text": "boolean"
|
|
19728
|
-
},
|
|
19729
|
-
"default": "false",
|
|
19730
|
-
"attribute": "light-text"
|
|
19731
|
-
}
|
|
19732
|
-
],
|
|
19733
|
-
"attributes": [
|
|
19734
|
-
{
|
|
19735
|
-
"name": "colorVar",
|
|
19736
|
-
"type": {
|
|
19737
|
-
"text": "string"
|
|
19738
|
-
},
|
|
19739
|
-
"default": "''",
|
|
19740
|
-
"fieldName": "colorVar"
|
|
19741
|
-
},
|
|
19742
|
-
{
|
|
19743
|
-
"name": "light-text",
|
|
19744
|
-
"type": {
|
|
19745
|
-
"text": "boolean"
|
|
19746
|
-
},
|
|
19747
|
-
"default": "false",
|
|
19748
|
-
"fieldName": "lightText"
|
|
19749
|
-
}
|
|
19750
|
-
],
|
|
19751
|
-
"superclass": {
|
|
19752
|
-
"name": "LitElement",
|
|
19753
|
-
"package": "lit"
|
|
19754
|
-
},
|
|
19755
|
-
"tagName": "brz-sb-color-swatch",
|
|
19756
|
-
"customElement": true
|
|
19757
|
-
},
|
|
19758
|
-
{
|
|
19759
|
-
"kind": "class",
|
|
19760
|
-
"description": "Story component for laying out a group of swatches",
|
|
19761
|
-
"name": "ColorSwatchGroup",
|
|
19762
|
-
"members": [
|
|
19763
|
-
{
|
|
19764
|
-
"kind": "field",
|
|
19765
|
-
"name": "stacked",
|
|
19766
|
-
"type": {
|
|
19767
|
-
"text": "boolean"
|
|
19768
|
-
},
|
|
19769
|
-
"default": "false",
|
|
19770
|
-
"attribute": "stacked"
|
|
19771
|
-
}
|
|
19772
|
-
],
|
|
19773
|
-
"attributes": [
|
|
19774
|
-
{
|
|
19775
|
-
"name": "stacked",
|
|
19776
|
-
"type": {
|
|
19777
|
-
"text": "boolean"
|
|
19778
|
-
},
|
|
19779
|
-
"default": "false",
|
|
19780
|
-
"fieldName": "stacked"
|
|
19781
|
-
}
|
|
19782
|
-
],
|
|
19783
|
-
"superclass": {
|
|
19784
|
-
"name": "LitElement",
|
|
19785
|
-
"package": "lit"
|
|
19786
|
-
},
|
|
19787
|
-
"tagName": "brz-sb-color-swatch-group",
|
|
19788
|
-
"customElement": true
|
|
19789
|
-
}
|
|
19790
|
-
],
|
|
19791
|
-
"exports": [
|
|
19792
|
-
{
|
|
19793
|
-
"kind": "js",
|
|
19794
|
-
"name": "ColorSwatch",
|
|
19795
|
-
"declaration": {
|
|
19796
|
-
"name": "ColorSwatch",
|
|
19797
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19798
|
-
}
|
|
19799
|
-
},
|
|
19800
|
-
{
|
|
19801
|
-
"kind": "custom-element-definition",
|
|
19802
|
-
"name": "brz-sb-color-swatch",
|
|
19803
|
-
"declaration": {
|
|
19804
|
-
"name": "ColorSwatch",
|
|
19805
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19806
|
-
}
|
|
19807
|
-
},
|
|
19808
|
-
{
|
|
19809
|
-
"kind": "js",
|
|
19810
|
-
"name": "ColorSwatchGroup",
|
|
19811
|
-
"declaration": {
|
|
19812
|
-
"name": "ColorSwatchGroup",
|
|
19813
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19814
|
-
}
|
|
19815
|
-
},
|
|
19816
|
-
{
|
|
19817
|
-
"kind": "custom-element-definition",
|
|
19818
|
-
"name": "brz-sb-color-swatch-group",
|
|
19819
|
-
"declaration": {
|
|
19820
|
-
"name": "ColorSwatchGroup",
|
|
19821
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19822
|
-
}
|
|
19823
|
-
}
|
|
19824
|
-
]
|
|
19825
|
-
},
|
|
19826
19878
|
{
|
|
19827
19879
|
"kind": "javascript-module",
|
|
19828
19880
|
"path": "src/styles/borders.ts",
|
|
@@ -20574,27 +20626,243 @@
|
|
|
20574
20626
|
}
|
|
20575
20627
|
},
|
|
20576
20628
|
{
|
|
20577
|
-
"kind": "js",
|
|
20578
|
-
"name": "fireButtonClickEvent",
|
|
20579
|
-
"declaration": {
|
|
20580
|
-
"name": "fireButtonClickEvent",
|
|
20581
|
-
"module": "src/utils/test-utils.ts"
|
|
20582
|
-
}
|
|
20583
|
-
},
|
|
20629
|
+
"kind": "js",
|
|
20630
|
+
"name": "fireButtonClickEvent",
|
|
20631
|
+
"declaration": {
|
|
20632
|
+
"name": "fireButtonClickEvent",
|
|
20633
|
+
"module": "src/utils/test-utils.ts"
|
|
20634
|
+
}
|
|
20635
|
+
},
|
|
20636
|
+
{
|
|
20637
|
+
"kind": "js",
|
|
20638
|
+
"name": "fireInputEvent",
|
|
20639
|
+
"declaration": {
|
|
20640
|
+
"name": "fireInputEvent",
|
|
20641
|
+
"module": "src/utils/test-utils.ts"
|
|
20642
|
+
}
|
|
20643
|
+
},
|
|
20644
|
+
{
|
|
20645
|
+
"kind": "js",
|
|
20646
|
+
"name": "getRGBFromCustomProperty",
|
|
20647
|
+
"declaration": {
|
|
20648
|
+
"name": "getRGBFromCustomProperty",
|
|
20649
|
+
"module": "src/utils/test-utils.ts"
|
|
20650
|
+
}
|
|
20651
|
+
}
|
|
20652
|
+
]
|
|
20653
|
+
},
|
|
20654
|
+
{
|
|
20655
|
+
"kind": "javascript-module",
|
|
20656
|
+
"path": "src/components/icon/icon.ts",
|
|
20657
|
+
"declarations": [
|
|
20658
|
+
{
|
|
20659
|
+
"kind": "variable",
|
|
20660
|
+
"name": "ICON"
|
|
20661
|
+
},
|
|
20662
|
+
{
|
|
20663
|
+
"kind": "class",
|
|
20664
|
+
"description": "Icon component.",
|
|
20665
|
+
"name": "Icon",
|
|
20666
|
+
"members": [
|
|
20667
|
+
{
|
|
20668
|
+
"kind": "field",
|
|
20669
|
+
"name": "size",
|
|
20670
|
+
"type": {
|
|
20671
|
+
"text": "number"
|
|
20672
|
+
},
|
|
20673
|
+
"default": "18",
|
|
20674
|
+
"attribute": "size",
|
|
20675
|
+
"reflects": true
|
|
20676
|
+
},
|
|
20677
|
+
{
|
|
20678
|
+
"kind": "field",
|
|
20679
|
+
"name": "icon",
|
|
20680
|
+
"type": {
|
|
20681
|
+
"text": "IconKey"
|
|
20682
|
+
},
|
|
20683
|
+
"default": "'close'",
|
|
20684
|
+
"attribute": "icon"
|
|
20685
|
+
}
|
|
20686
|
+
],
|
|
20687
|
+
"attributes": [
|
|
20688
|
+
{
|
|
20689
|
+
"name": "size",
|
|
20690
|
+
"type": {
|
|
20691
|
+
"text": "number"
|
|
20692
|
+
},
|
|
20693
|
+
"default": "18",
|
|
20694
|
+
"fieldName": "size"
|
|
20695
|
+
},
|
|
20696
|
+
{
|
|
20697
|
+
"name": "icon",
|
|
20698
|
+
"type": {
|
|
20699
|
+
"text": "IconKey"
|
|
20700
|
+
},
|
|
20701
|
+
"default": "'close'",
|
|
20702
|
+
"fieldName": "icon"
|
|
20703
|
+
}
|
|
20704
|
+
],
|
|
20705
|
+
"superclass": {
|
|
20706
|
+
"name": "LitElement",
|
|
20707
|
+
"package": "lit"
|
|
20708
|
+
},
|
|
20709
|
+
"tagName": "brz-icon",
|
|
20710
|
+
"customElement": true
|
|
20711
|
+
}
|
|
20712
|
+
],
|
|
20713
|
+
"exports": [
|
|
20714
|
+
{
|
|
20715
|
+
"kind": "js",
|
|
20716
|
+
"name": "ICON",
|
|
20717
|
+
"declaration": {
|
|
20718
|
+
"name": "ICON",
|
|
20719
|
+
"module": "src/components/icon/icon.ts"
|
|
20720
|
+
}
|
|
20721
|
+
},
|
|
20722
|
+
{
|
|
20723
|
+
"kind": "js",
|
|
20724
|
+
"name": "Icon",
|
|
20725
|
+
"declaration": {
|
|
20726
|
+
"name": "Icon",
|
|
20727
|
+
"module": "src/components/icon/icon.ts"
|
|
20728
|
+
}
|
|
20729
|
+
},
|
|
20730
|
+
{
|
|
20731
|
+
"kind": "custom-element-definition",
|
|
20732
|
+
"declaration": {
|
|
20733
|
+
"name": "Icon",
|
|
20734
|
+
"module": "src/components/icon/icon.ts"
|
|
20735
|
+
}
|
|
20736
|
+
}
|
|
20737
|
+
]
|
|
20738
|
+
},
|
|
20739
|
+
{
|
|
20740
|
+
"kind": "javascript-module",
|
|
20741
|
+
"path": "src/components/icon/icons.ts",
|
|
20742
|
+
"declarations": [
|
|
20743
|
+
{
|
|
20744
|
+
"kind": "function",
|
|
20745
|
+
"name": "transformIcon",
|
|
20746
|
+
"parameters": [
|
|
20747
|
+
{
|
|
20748
|
+
"name": "icon",
|
|
20749
|
+
"type": {
|
|
20750
|
+
"text": "TIcon | ILegacyIcon"
|
|
20751
|
+
}
|
|
20752
|
+
}
|
|
20753
|
+
],
|
|
20754
|
+
"description": "Ensures compatibility between icons and legacy icons. By providing the\ndefault viewBox to icons."
|
|
20755
|
+
},
|
|
20756
|
+
{
|
|
20757
|
+
"kind": "variable",
|
|
20758
|
+
"name": "icons",
|
|
20759
|
+
"type": {
|
|
20760
|
+
"text": "Record<string, TIcon | ILegacyIcon>"
|
|
20761
|
+
},
|
|
20762
|
+
"default": "{\n actions: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-0.002970, 0.000000)\">\n <path d=\"M8,0.100006104 L8,0.0549287778 C3.50004954,0.552373066 0,4.36744635 0,9 C0,13.6325537 3.50004954,17.4476269 8,17.9450712 L8,17.8999939 C8.55228475,17.8999939 9,17.4522786 9,16.8999939 C9,16.3477091 8.55228475,15.8999939 8,15.8999939 C7.95488652,15.8999939 7.91047077,15.9029813 7.86693979,15.908769 C4.53975459,15.3672534 2,12.4802225 2,9 C2,5.51977755 4.53975459,2.63274657 7.86693979,2.09123103 C7.91047077,2.09701874 7.95488652,2.1000061 8,2.1000061 C8.55228475,2.1000061 9,1.65229085 9,1.1000061 C9,0.547721354 8.55228475,0.100006104 8,0.100006104 Z\"></path>\n <path d=\"M14.6044548,9.98516807 L7.00247329,9.98516807 C6.44882258,9.98516807 6,9.54009748 6,8.98245155 C6,8.42866651 6.45576096,7.97973504 7.00247329,7.97973504 L14.6194067,7.97973504 L13.3582262,6.71855451 C12.9660363,6.3263646 12.962816,5.69371942 13.3571312,5.2994042 C13.7487164,4.90781904 14.3850465,4.90926416 14.7762815,5.30049922 L17.5986769,8.12289458 C17.6602956,8.18451329 17.7123126,8.25206764 17.7546947,8.32370071 C17.907504,8.49934612 18,8.72929874 18,8.98245155 C18,9.27001399 17.8771093,9.52930387 17.6824065,9.71214532 C17.6444656,9.77052448 17.5998664,9.82586706 17.548628,9.87710542 L14.7262327,12.6995008 C14.3349976,13.0907358 13.6986675,13.092181 13.3070824,12.7005958 C12.9127671,12.3062806 12.9159875,11.6736354 13.3081774,11.2814455 L14.6044548,9.98516807 Z\"></path>\n </g>\n </g>`,\n\n activity: svg`\n <g>\n <path d=\"M9.6,0c-0.5,0-1,0.4-1.1,0.9c0,0.6,0.4,1,0.9,1.1C13.1,2.2,16,5.3,16,9c0,3.9-3.1,7-7,7c-3.6,0-6.6-2.7-7-6.3\n C1.9,9.2,1.5,8.8,0.9,8.8C0.3,8.9-0.1,9.4,0,9.9C0.5,14.5,4.3,18,9,18c5,0,9-4,9-9C18,4.3,14.3,0.3,9.6,0z\"/>\n <path d=\"M7.5,9.3c0,0,0,0.1,0,0.1c0,0.1,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0,0.1,0,0.1,0.1C7.9,9.8,8,9.9,8,9.9c0,0,0,0,0,0\n l2.3,0.9c0.1,0,0.2,0.1,0.4,0.1c0.4,0,0.8-0.2,0.9-0.6c0.2-0.5-0.1-1.1-0.6-1.3L9.4,8.3V5.8c0-0.6-0.4-1-1-1s-1,0.4-1,1V9\n c0,0,0,0,0,0C7.4,9.1,7.4,9.2,7.5,9.3z\"/>\n </g>`,\n\n arrowLeft: svg`\n <style type=\"text/css\">\n .st0{fill-rule:evenodd;clip-rule:evenodd;}\n </style>\n <path class=\"st0\" d=\"M4.4,10l3.3,3.3c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-5.1-5c-0.4-0.4-0.4-1,0-1.4l5-5.1 C6.5,3.1,6.7,3,7,3c0.3,0,0.5,0.1,0.7,0.3c0.4,0.4,0.4,1,0,1.4L4.4,8H16c0.6,0,1,0.4,1,1s-0.4,1-1,1H4.4z\"/>`,\n\n attachments: svg`\n <path d=\"M13.1228263,8.54674221 L6.665625,8.54674221 C6.4125,8.54674221 6.2859375,8.69546742 6.2859375,8.99291785 C6.2859375,9.29036827 6.4125,9.43909348 6.665625,9.43909348 L14.3859375,9.43909348 C14.8640625,9.43909348 15.2859375,9.26203966 15.6515625,8.90793201 C16.0171875,8.55382436 16.2,8.13597734 16.2,7.65439093 C16.2,7.17280453 16.0171875,6.74787535 15.6515625,6.3796034 C15.2859375,6.01133144 14.8640625,5.82719547 14.3859375,5.82719547 L4.9359375,5.82719547 C4.0640625,5.82719547 3.31875,6.1388102 2.7,6.76203966 C2.08125,7.38526912 1.771875,8.13597734 1.771875,9.01416431 C1.771875,9.89235127 2.08125,10.6359773 2.7,11.2450425 C3.31875,11.8541076 4.0640625,12.1586402 4.9359375,12.1586402 L11.5,12.1586402 L11.5,12.192995 C11.9432033,12.2490488 12.2859375,12.6274173 12.2859375,13.0858357 C12.2859375,13.5442541 11.9432033,13.9226227 11.5,13.9786764 L11.5,13.9858357 L4.9359375,13.9858357 C3.5578125,13.9858357 2.390625,13.5042493 1.434375,12.5410765 C0.478125,11.5779037 0,10.4022663 0,9.01416431 C0,7.62606232 0.478125,6.44334278 1.434375,5.46600567 C2.390625,4.48866856 3.5578125,4 4.9359375,4 L14.3859375,4 C15.3703125,4 16.2140625,4.3611898 16.9171875,5.08356941 C17.6203125,5.80594901 17.971875,6.66288952 17.971875,7.65439093 C17.971875,8.64589235 17.6203125,9.49575071 16.9171875,10.203966 C16.2140625,10.9121813 15.3703125,11.266289 14.3859375,11.266289 L6.75,11.266289 C6.13125,11.266289 5.596875,11.0467422 5.146875,10.6076487 C4.696875,10.1685552 4.471875,9.63739377 4.471875,9.01416431 C4.471875,8.39093484 4.696875,7.85269122 5.146875,7.39943343 C5.596875,6.94617564 6.13125,6.71954674 6.75,6.71954674 L13.5,6.71954674 L13.5,6.79297061 C13.9432033,6.84902436 14.2859375,7.22739291 14.2859375,7.6858113 C14.2859375,8.18286757 13.8829937,8.58581128 13.3859375,8.58581128 C13.2943989,8.58581128 13.2060522,8.57214528 13.1228263,8.54674221 Z\" transform=\"translate(8.985937, 8.992918) rotate(90.000000) translate(-8.985937, -8.992918) \"></path>`,\n\n attributeFilled: svg`\n <path d=\"M17.8,8.4L13.2,3H1.1C0.5,3,0,3.5,0,4c0,0.2,0.2,0.6,0.2,0.6l4,4.4l-4,4.4C0.1,13.6,0,13.8,0,14c0,0.5,0.5,1,1.1,1h12.1\n l4.6-5.3C18.1,9.3,18.1,8.8,17.8,8.4z\"/>`,\n\n attribute: svg`\n <path class=\"st0\" d=\"M3.9,13l3.3-4L3.9,5h7.6l3.6,4l-3.6,4H3.9z M17.8,8.4L13.2,3H1.1C0.5,3,0,3.5,0,4c0,0.2,0.2,0.6,0.2,0.6l4,4.4\n l-4,4.4C0.1,13.6,0,13.8,0,14c0,0.5,0.5,1,1.1,1h12.1l4.6-5.3C18.1,9.3,18.1,8.8,17.8,8.4z\"/>`,\n\n availability: svg`<path d=\"M17,2H14V1a1,1,0,0,0-2,0V2H6V1A.94.94,0,0,0,5,0,.94.94,0,0,0,4,1V2H1A1,1,0,0,0,0,3V17a.94.94,0,0,0,1,1H17a.94.94,0,0,0,1-1V3A1.08,1.08,0,0,0,17,2ZM16,16H2V9H16Zm0-9H2V4H16Z\"/>`,\n\n bookingGrid: svg`\n <path class=\"st0\" d=\"M2,2v4h4V2H2z M0,1c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1H1C0.4,8,0,7.5,0,7V1z\"/>\n <path class=\"st0\" d=\"M2,12v4h4v-4H2z M0,11c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1H1c-0.6,0-1-0.5-1-1V11z\"/>\n <path class=\"st0\" d=\"M12,2v4h4V2H12z M10,1c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1h-6c-0.6,0-1-0.5-1-1V1z\"/>\n <path class=\"st0\" d=\"M13,13h-2c-0.5,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2v2c0,0.5,0.4,1,1,1c0.6,0,1-0.4,1-1v-2h2c0.5,0,1-0.4,1-1\n c0-0.6-0.4-1-1-1h-2v-2c0-0.5-0.4-1-1-1c-0.6,0-1,0.4-1,1V13z\"/>`,\n\n bookmark: svg`\n <path class=\"st0\" d=\"M13.1,13.8l-3.8-3.2c-0.2-0.2-0.5-0.2-0.7,0l-3.8,3.2V3.5C4.9,3.2,5.1,3,5.4,3h7.2c0.3,0,0.5,0.2,0.5,0.5V13.8z\n M14.2,1H3.8c-0.6,0-1,0.4-1,1v14c0,0.6,0.5,1,1,1c0.2,0,0.4-0.1,0.6-0.2l4.2-3.5c0.2-0.2,0.5-0.2,0.7,0l4.2,3.5\n c0.2,0.1,0.4,0.2,0.6,0.2c0.5,0,1-0.4,1-1V2C15.2,1.4,14.7,1,14.2,1z\"/>`,\n\n calendar: svg`\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\"/>`,\n\n cancel: svg`<path d=\"M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,2c1.6,0,3,0.5,4.2,1.4l-9.8,9.8C2.5,12,2,10.6,2,9C2,5.1,5.1,2,9,2 z M9,16c-1.6,0-3-0.5-4.2-1.4l9.8-9.8C15.5,6,16,7.4,16,9C16,12.9,12.9,16,9,16z\"/>`,\n\n cardSize: svg`\n <path class=\"st0\" d=\"M1,12h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H1c-0.6,0-1-0.4-1-1S0.4,12,1,12z\"/>\n <path class=\"st0\" d=\"M1,16h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H1c-0.6,0-1-0.4-1-1S0.4,16,1,16z\"/>\n <path d=\"M16,2l0,6L2,8l0-6H16 M16,0H2C0.9,0,0,0.9,0,2v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V2C18,0.9,17.1,0,16,0L16,0z\"/>`,\n\n chat: svg`\n <g>\n <path d=\"M3.3,17.5H2.8a1.2,1.2,0,0,1-.7-.7,1.1,1.1,0,0,1,.1-1l1-2.1A7,7,0,0,1,0,8C0,3.8,4,.5,9,.5s9,3.3,9,7.4-4.1,7.5-9.1,7.5H7.6L3.7,17.4ZM9,2.5c-3.9,0-7,2.4-7,5.4a5.4,5.4,0,0,0,2.9,4.5l.9.4L5,14.4l2.2-1.2H9c3.9,0,7-2.5,7-5.5S12.9,2.5,9,2.5Z\"/>\n <path d=\"M12.1,7.5H6a1,1,0,0,1-1-1,1.1,1.1,0,0,1,1-1h6.1a1.1,1.1,0,0,1,1,1A1,1,0,0,1,12.1,7.5Z\"/>\n <path d=\"M9,10.5H6a1,1,0,0,1-1-1,1.1,1.1,0,0,1,1-1H9a1,1,0,0,1,1,1A.9.9,0,0,1,9,10.5Z\"/>\n </g>`,\n\n checkBoxTick: svg`\n <path class=\"st0\" d=\"M13.7,5.5c-0.4-0.4-1-0.4-1.4,0l-5,4.9L5.6,8.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.4,2.4c0,0,0,0,0,0 c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0s0,0,0,0l5.7-5.6C14.1,6.5,14.1,5.9,13.7,5.5z\"/>`,\n\n chevronDown: svg`\n <defs>\n <style>\n .cls-1,\n .cls-2 {\n fill: none;\n }\n\n .cls-1 {\n clip-rule: evenodd;\n }\n\n .cls-2,\n .cls-7 {\n fill-rule: evenodd;\n }\n\n .cls-3 {\n clip-path: url(#clip-path);\n }\n\n .cls-4 {\n clip-path: url(#clip-path-8);\n }\n\n .cls-5 {\n clip-path: url(#clip-path-15);\n }\n\n .cls-6 {\n clip-path: url(#clip-path-17);\n }\n\n </style>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M471.58-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0L466-784.16a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M632.69-782.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.75.75,0,0,1-.24-.55.79.79,0,0,1,.24-.56.83.83,0,0,1,1.15,0l2.79,2.6v-6.54a.81.81,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M632.86-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.88.88,0,0,1-1.19,0l-4.23-3.93a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54A.81.81,0,0,1,632-790a.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M637.69-774.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.75.75,0,0,1-.24-.55.79.79,0,0,1,.24-.56.83.83,0,0,1,1.15,0l2.79,2.6v-6.54a.81.81,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n </defs>\n <path\n d=\"M5.31,6.82a1,1,0,0,0,0,1.36h0l3,3a1,1,0,0,0,1.39,0h0l3-3a1,1,0,0,0,.05-1.36h0a1,1,0,0,0-1.34,0l0,0L9,9.18,6.68,6.85a.94.94,0,0,0-1.34-.06Z\" />`,\n\n chevronLeft: svg`\n <path class=\"st0\" d=\"M7.7,9l3.4-3.4c0.4-0.4,0.4-1,0-1.3s-1-0.4-1.3,0l-4,4c-0.4,0.4-0.4,1,0,1.3l4,4c0.4,0.4,1,0.4,1.3,0 c0.4-0.4,0.4-1,0-1.3L7.7,9z\"/>`,\n\n chevronRight: svg`\n <path class=\"st0\" d=\"M9.8,8.9l-3.4,3.4c-0.4,0.4-0.4,1,0,1.3c0.4,0.3,1,0.4,1.3,0l4-4c0.4-0.4,0.4-1,0-1.3l-4-4 c-0.4-0.4-1-0.4-1.3,0C6,4.7,6,5.3,6.3,5.6L9.8,8.9z\"/>`,\n\n chevronUp: svg`\n <defs>\n <style>\n .cls-1,\n .cls-2 {\n fill: none;\n }\n\n .cls-1 {\n clip-rule: evenodd;\n }\n\n .cls-2,\n .cls-7 {\n fill-rule: evenodd;\n }\n\n .cls-3 {\n clip-path: url(#clip-path);\n }\n\n .cls-4 {\n clip-path: url(#clip-path-8);\n }\n\n .cls-5 {\n clip-path: url(#clip-path-15);\n }\n\n .cls-6 {\n clip-path: url(#clip-path-17);\n }\n </style>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M495.36-782.7l2.77-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.23-3.93a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.78,2.6v-6.54a.82.82,0,0,1,.84-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M656.47-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M656.63-782.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0L651-784.16a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.78,2.6v-6.54a.82.82,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M661.47-774.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n </defs>\n <title>Artboard 2 copy 9</title>\n <path class=\"cls-7\"\n d=\"M12.61,11.18a1,1,0,0,0,0-1.36h0l-3-3a1,1,0,0,0-1.39,0h0l-3,3a1,1,0,0,0,0,1.36h0a1,1,0,0,0,1.35,0l0,0L8.92,8.82l2.32,2.33a.94.94,0,0,0,1.34.06Z\" />\n `,\n\n close: svg`\n <path class=\"st0\" d=\"M10.4,9l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-5-5l-5,5c-0.4,0.4-1,0.4-1.4,0\n c-0.4-0.4-0.4-1,0-1.4l5-5l-5-5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l5,5l5-5c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4 L10.4,9z\"/>`,\n\n columns: svg`\n <path fill-rule=\"evenodd\" d=\"M2.25,1.5 C1.00735875,1.5 0,2.45938929 0,3.64285714 L0,14.3571429 C0,15.5406429 1.00735875,16.5 2.25,16.5 L15.75,16.5 C16.992675,16.5 18,15.5406429 18,14.3571429 L18,3.64285714 C18,2.45938929 16.992675,1.5 15.75,1.5 L2.25,1.5 Z M15.999075,3.375 L12.9990375,3.375 L12.9990375,14.625 L15.999075,14.625 L15.999075,3.375 Z M7.0005375,3.375 L11.000475,3.375 L11.000475,14.625 L7.0005375,14.625 L7.0005375,3.375 Z M4.9995075,3.375 L1.9995075,3.375 L1.9995075,14.625 L4.9995075,14.625 L4.9995075,3.375 Z\" />`,\n\n contact: svg`\n <path class=\"st0\" d=\"M16,2.3H2c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-10C18,3.2,17.1,2.3,16,2.3z M14.5,4.3L9,9 L3.4,4.3H14.5z M15,14.3H3c-0.6,0-1-0.4-1-1V5.7l6.3,5.4c0.2,0.2,0.4,0.2,0.7,0.2c0.2,0,0.5-0.1,0.7-0.2L16,5.7v7.6 C16,13.8,15.6,14.3,15,14.3z\"/>`,\n\n copy: svg`\n <path d=\"M1,13c-0.6,0-1-0.4-1-1V2c0-0.6,0.4-1,1-1h10c0.6,0,1,0.4,1,1s-0.4,1-1,1H2v9C2,12.6,1.6,13,1,13z\"/>\n <path d=\"M16,7v8H6V7H16 M17,5H5C4.4,5,4,5.4,4,6v10c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V6C18,5.4,17.6,5,17,5L17,5z\"/>`,\n\n critical: svg`\n <path class=\"st0\" d=\"M9.7,0.4l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L10,3.5V9c0,0.6-0.4,1-1,1S8,9.6,8,9V3.3L4.7,6.7\n c-0.4,0.4-1,0.4-1.4,0C3.1,6.5,3,6.2,3,6c0-0.3,0.1-0.5,0.3-0.7l5-5C8.7-0.1,9.3-0.1,9.7,0.4L9.7,0.4z\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"17\" r=\"1\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"13\" r=\"1\"/>`,\n\n dashboard: svg`\n <path d=\"M8.4,18C3.8,18,0,14.2,0,9.6c0-4.3,3.2-7.9,7.5-8.3c0.6,0,1,0.3,1.1,0.9c0.1,0.5-0.3,1-0.9,1.1C4.5,3.6,2,6.3,2,9.6\n C2,13.1,4.9,16,8.4,16c3.3,0,6.1-2.6,6.4-5.9c0-0.6,0.5-1,1.1-0.9c0.6,0,1,0.5,0.9,1.1C16.5,14.6,12.8,18,8.4,18z\"/>\n <path d=\"M17,6.9h-4.9c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1C15.3,0,18,2.7,18,5.9C18,6.5,17.6,6.9,17,6.9z M13.1,4.9h2.8 c-0.4-1.4-1.4-2.4-2.8-2.8V4.9z\"/>`,\n\n dateRange: svg`\n <style>\n .colored-stroke {\n stroke: currentColor;\n }\n </style>\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\" />\n <path class=\"colored-stroke\" d=\"m 5,12 h 8\" style=\"fill:none;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />\n <path class=\"colored-stroke\" d=\"M 11.5,10.5 13,12 11.5,13.5\" style=\"fill:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />\n <path class=\"colored-stroke\" d=\"M 6.5,10.5 5,12 6.5,13.5\" style=\"fill:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />`,\n\n details: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g >\n <path d=\"M13,6 C13.5522847,6 14,6.44771525 14,7 C14,7.55228475 13.5522847,8 13,8 L5,8 C4.44771525,8 4,7.55228475 4,7 C4,6.44771525 4.44771525,6 5,6 L13,6 Z M9,10 C9.55228475,10 10,10.4477153 10,11 C10,11.5522847 9.55228475,12 9,12 L5,12 C4.44771525,12 4,11.5522847 4,11 C4,10.4477153 4.44771525,10 5,10 L9,10 Z M0,1.99508929 C0,0.893231902 0.892622799,0 1.99508929,0 L16.0049107,0 C17.1067681,0 18,0.892622799 18,1.99508929 L18,16.0049107 C18,17.1067681 17.1073772,18 16.0049107,18 L1.99508929,18 C0.893231902,18 0,17.1073772 0,16.0049107 L0,1.99508929 Z M2,3.00684547 C2,2.45078007 2.44994876,2 3.00684547,2 L14.9931545,2 C15.5492199,2 16,2.44994876 16,3.00684547 L16,14.9931545 C16,15.5492199 15.5500512,16 14.9931545,16 L3.00684547,16 C2.45078007,16 2,15.5500512 2,14.9931545 L2,3.00684547 Z\"></path>\n </g>\n </g>`,\n\n dispatch: svg`\n <path class=\"st0\" d=\"M1,10h13.6l-5.3,5.3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7c0.4-0.4,0.4-1,0-1.4l-7-7\n C10.5,1.1,10.3,1,10,1C9.7,1,9.5,1.1,9.3,1.3c-0.4,0.4-0.4,1,0,1.4L14.6,8H1C0.4,8,0,8.4,0,9C0,9.5,0.4,10,1,10\"/>`,\n\n ellipsisVertical: svg`\n <circle class=\"st0\" cx=\"9\" cy=\"15\" r=\"2\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"9\" r=\"2\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"3\" r=\"2\"/>`,\n\n exclamationFill: svg`<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM10 10V5C10 4.44772 9.55228 4 9 4C8.44772 4 8 4.44772 8 5V10C8 10.5523 8.44772 11 9 11C9.55228 11 10 10.5523 10 10ZM9 14C9.55228 14 10 13.5523 10 13C10 12.4477 9.55228 12 9 12C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14Z\"/>`,\n\n filterFunnel: svg`\n <path d=\"M18,1.00126584 C18,0.448276851 17.5584381,0 17.0137327,0 L0.986345567,0 C0.783248378,0 0.585051782,0.0636908896 0.418940196,0.182295811 C-0.0265976151,0.500421713 -0.133717166,1.12503362 0.17964335,1.57734689 L5.99077495,9.96473772 L6.00709484,16.0666253 C6.00811195,16.4475034 6.11966977,16.8196516 6.32776001,17.1366041 C6.91268731,18.0273848 8.09816833,18.2680678 8.97560551,17.6742453 L11.051145,16.2695256 C11.6026004,15.896298 11.9326044,15.2668048 11.9295069,14.5939906 L11.9084251,10.0016287 L17.8170137,1.58227507 C17.9360611,1.41260479 18,1.20951675 18,1.00126584 Z M9.93297783,9.36532994 L9.95701847,14.6032368 L7.97939831,15.9417311 L7.96169146,9.32853285 L2.8859261,2.00253168 L15.1000976,2.00253168 L9.93297783,9.36532994 Z\" fill-rule=\"nonzero\" transform=\"translate(9.000000, 9.000000) scale(-1, 1) translate(-9.000000, -9.000000) \" />`,\n\n filterNew: svg`\n <path class=\"st0\" d=\"M0,9c0-0.6,0.4-1,1-1h7c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,10,0,9.6,0,9z M0,3c0-0.6,0.4-1,1-1h16\n c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,4,0,3.6,0,3z M0,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1\n C0.5,16,0,15.6,0,15z\"/>\n <path d=\"M17,11h-2V9c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2\n c0.6,0,1-0.4,1-1S17.6,11,17,11z\"/>`,\n\n filter: svg`\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h8c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n globe: svg`\n <path d=\"M9.9,0C9.6,0,9.3,0,9,0C4,0,0,4,0,9c0,5,4,9,9,9c5,0,9-4,9-9C18,4.4,14.5,0.5,9.9,0z M13.8,10.6c-0.3-0.2-0.7-0.2-1,0\n l-1,0.6l-0.5,0.1c-0.3,0-0.6,0.2-0.8,0.5l-0.3,0.6l-1,0.8c-0.4,0.3-0.5,1-0.1,1.4L9.3,15l-0.2,0.7c0,0.1,0,0.2,0,0.3\n c0,0-0.1,0-0.1,0c-3.9,0-7-3.1-7-7c0-0.4,0-0.9,0.1-1.3L2.5,8l0,1.1c0,0.3,0.2,0.6,0.4,0.8l1.5,1C4.6,10.9,4.8,11,5,11\n c0.3,0,0.5-0.1,0.7-0.3l1.4-1.4l1.5-1.2l4-1c0.4-0.1,0.7-0.4,0.7-0.8c0.1-0.4-0.1-0.8-0.5-1l-1.6-0.9l-0.4-0.8\n c-0.1-0.2-0.3-0.4-0.5-0.5L7.7,2.1C8.2,2,8.6,2,9,2c0.2,0,0.5,0,0.7,0C13.3,2.4,16,5.4,16,9c0,0.9-0.2,1.8-0.5,2.5L13.8,10.6z\"/>`,\n\n grid: svg`\n <rect x=\"9.875\" y=\"0.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"0.875\" y=\"0.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"0.875\" y=\"9.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"9.875\" y=\"9.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n `,\n\n grip: svg`\n <polygon fill-rule=\"evenodd\" points=\"7.16666667 1.13242749e-14 3.5 1.13242749e-14 3.5 3.6 7.16666667 3.6\" />\n <polygon fill-rule=\"evenodd\" points=\"7.16666667 7.2 3.5 7.2 3.5 10.8 7.16666667 10.8\" />\n <polygon fill-rule=\"evenodd\" points=\"3.5 14.4 7.16666667 14.4 7.16666667 18 3.5 18\" />\n <polygon fill-rule=\"evenodd\" points=\"14.5 1.13242749e-14 10.8333333 1.13242749e-14 10.8333333 3.6 14.5 3.6\" />\n <polygon fill-rule=\"evenodd\" points=\"10.8333333 7.2 14.5 7.2 14.5 10.8 10.8333333 10.8\" />\n <polygon fill-rule=\"evenodd\" points=\"14.5 14.4 10.8333333 14.4 10.8333333 18 14.5 18\" />\n `,\n\n help: svg`\n <g>\n <path d=\"M9,11.1c-0.5,0-0.9-0.4-0.9-0.9V9.7c0-0.5,0.2-1.4,1.6-1.4c0.5,0,0.8-0.2,0.8-0.8c0-0.2,0-0.7-0.3-1C10.1,6.1,9.6,6,9,6\n C7.7,6,7.7,6.7,7.7,6.8c0,0.5-0.4,0.9-0.9,0.9S5.9,7.3,5.9,6.8c0-0.7,0.6-2.6,3.1-2.6c1.4,0,2.3,0.6,2.7,1.1l0,0\n c0.6,0.6,0.8,1.5,0.7,2.4C12.2,9.3,11,10,9.9,10v0.2C9.9,10.7,9.5,11.1,9,11.1z\"/>\n </g>\n <g>\n <path d=\"M9,2c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S5.1,2,9,2 M9,0C4,0,0,4,0,9s4,9,9,9c5,0,9-4,9-9S14,0,9,0L9,0z\"/>\n </g>\n <g>\n <path d=\"M9,14.2c-0.3,0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.3,0.1-0.6,0.3-0.7c0.4-0.4,1.1-0.4,1.5,0\n c0.2,0.2,0.3,0.5,0.3,0.7c0,0.3-0.1,0.6-0.3,0.7C9.5,14.1,9.3,14.2,9,14.2z\"/>\n </g>\n `,\n\n hide: svg`\n <path d=\"M2.1,8.9c0.7-1.4,3.5-4.8,7.1-4.8c0.6,0,1.2,0.1,1.7,0.3l1.5-1.5c-1-0.5-2.1-0.8-3.3-0.8C3.7,2.1,0,8,0,8.9\n c0,0.4,0.9,2.2,2.6,3.9L4,11.4C3.1,10.4,2.4,9.5,2.1,8.9z\"/>\n <path d=\"M15.7,5.3l-1.4,1.4c0.8,0.8,1.4,1.7,1.6,2.2c-0.7,1.4-3.4,5.1-6.7,5.1c-0.7,0-1.3-0.1-1.9-0.4l-1.4,1.4\n C6.9,15.6,8,16,9.2,16c5.2,0,8.8-6.4,8.8-7.1C18,8.5,17.2,6.9,15.7,5.3z\"/>\n <path class=\"st0\" d=\"M2.6,15.5L2.6,15.5c-0.4-0.4-0.4-1,0-1.4L13.9,2.8c0.4-0.4,1-0.4,1.4,0l0,0c0.4,0.4,0.4,1,0,1.4L4,15.5\n C3.6,15.9,3,15.9,2.6,15.5z\"/>\n `,\n\n infoFill: svg`<path d=\"M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0Zm1,13a1,1,0,0,1-2,0V8a1,1,0,0,1,2,0ZM9,6a1,1,0,1,1,1-1A1,1,0,0,1,9,6Z\" transform=\"translate(0 0)\" />`,\n\n tickFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19ZM13.31 6.30994C13.7 5.89994 14.32 5.89994 14.71 6.30994C15.1 6.71994 15.1 7.37994 14.7 7.76994L9.07 13.6699V13.6799C8.68 14.0899 8.06 14.0899 7.67 13.6799C7.665 13.6749 7.6625 13.6699 7.66 13.6649C7.6575 13.6599 7.655 13.6549 7.65 13.6499L5.29 11.1499C4.9 10.7399 4.9 10.0799 5.29 9.66994C5.68 9.25994 6.3 9.25994 6.69 9.66994L8.38 11.4699L13.31 6.30994Z\" transform=\"translate(-1 -1)\"/>\n `,\n\n infoOutline: svg`\n <path d=\"M9,0 C4.02943725,0 0,4.02943725 0,9 C0,13.9705627 4.02943725,18 9,18 C13.9705627,18 18,13.9705627 18,9 C18,4.02943725 13.9705627,0 9,0 Z M9,2 C12.8659932,2 16,5.13400675 16,9 C16,12.8659932 12.8659932,16 9,16 C5.13400675,16 2,12.8659932 2,9 C2,5.13400675 5.13400675,2 9,2 Z\" fill-rule=\"nonzero\"></path>\n <circle cx=\"9\" cy=\"6\" r=\"1\"></circle>\n <rect x=\"8\" y=\"8\" width=\"2\" height=\"5\" rx=\"1\"></rect>`,\n\n jobFields: svg`\n <path class=\"st0\" d=\"M1,13c-0.5,0-1,0.4-1,1v0c0,0.5,0.4,1,1,1h0c0.5,0,1-0.4,1-1v0C2,13.4,1.6,13,1,13L1,13z M17,13H5\n c-0.5,0-1,0.4-1,1v0c0,0.5,0.4,1,1,1h12c0.5,0,1-0.4,1-1v0C18,13.4,17.5,13,17,13z M1,8C0.4,8,0,8.4,0,9v0c0,0.5,0.4,1,1,1h0\n c0.5,0,1-0.4,1-1v0C2,8.4,1.6,8,1,8L1,8z M11,8H5C4.4,8,4,8.4,4,9v0c0,0.5,0.4,1,1,1h6c0.5,0,1-0.4,1-1v0C12,8.4,11.5,8,11,8z M1,3\n C0.4,3,0,3.4,0,4v0c0,0.5,0.4,1,1,1h0c0.5,0,1-0.4,1-1v0C2,3.4,1.6,3,1,3L1,3z M17,3H5C4.3,3,4,3.4,4,4v0c0,0.5,0.4,1,1,1h12\n C17.4,5,18,4.6,18,4v0C18,3.4,17.4,3,17,3z\"/>\n `,\n\n jobs: svg`\n <g>\n <path d=\"M17,6H1C0.4,6,0,6.4,0,7v10c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1V7C18,6.4,17.6,6,17,6L17,6z M2,16V8h14v8H2L2,16z\"/>\n </g>\n <g>\n <path d=\"M11.2,1H6.8C5.8,1,5,1.8,5,3v1c0,0.6,0.4,1,1,1s1-0.4,1-1V3h4v1c0,0.6,0.4,1,1,1s1-0.4,1-1V3C13,1.8,12.2,1,11.2,1L11.2,1z\"/>\n </g>\n `,\n\n logout: svg`\n <path class=\"st0\" d=\"M15.7,8.2l-3-3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.3,1.3H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h5.7l-1.4,1.4\n c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l3-3C16.1,9.3,16.1,8.7,15.7,8.2L15.7,8.2z\"/>\n <g>\n <path d=\"M8.5,16.9H2.7c-0.6,0-1-0.4-1-1v-14c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1s-0.4,1-1,1h-5v12h4.8c0.6,0,1,0.4,1,1\n S9.1,16.9,8.5,16.9z\"/>\n </g>\n `,\n\n map: svg`\n <path d=\"M9.38500743,15.383742 C10.204749,14.794821 11.0108787,14.159294 11.758022,13.4915762 C12.4225607,12.8976817 13.0073675,12.3067398 13.4906116,11.7310497 C14.4926514,10.537317 15,9.21759591 15,8 C15,4.67652318 12.3896043,2 9,2 C5.62792813,2 3,4.66798547 3,8 C3,9.21368006 3.50961126,10.5363837 4.51459199,11.7266458 C4.998825,12.3001535 5.58258187,12.888391 6.24399217,13.4787725 C7.02327939,14.1743722 7.86583421,14.8346438 8.70875915,15.4339777 C8.81250296,15.5077413 8.91352458,15.5786257 9.01148934,15.6465075 C9.14746035,15.552206 9.27786096,15.4607184 9.38500743,15.383742 Z M1,8 C1,3.63110352 4.45647321,0 9,0 C13.6043527,0 17,3.68432617 17,8 C17,9.6376271 16.3642509,11.4184323 15.0224609,13.0169104 C12.828203,15.6309358 9.47013284,17.7467724 9.29010882,17.8728774 C9,18.0760956 8.74874442,17.8728774 8.74874442,17.8728774 C8.74874442,17.8728774 5.25905768,15.7085029 2.9864502,13.0169104 C1.63498673,11.4162869 1,9.62921865 1,8 Z\" fill-rule=\"nonzero\"></path>\n <path d=\"M9,11 C7.34314575,11 6,9.65685425 6,8 C6,6.34314575 7.34314575,5 9,5 C10.6568542,5 12,6.34314575 12,8 C12,9.65685425 10.6568542,11 9,11 Z M9,9 C9.55228475,9 10,8.55228475 10,8 C10,7.44771525 9.55228475,7 9,7 C8.44771525,7 8,7.44771525 8,8 C8,8.55228475 8.44771525,9 9,9 Z\"></path>\n `,\n\n megaphone: svg`\n <path d=\"M7.1,13L8,15.7c0.1,0.5-0.1,1.1-0.6,1.3c-0.4,0.2-0.9-0.1-1.1-0.6l-1.1-3.4c-1.1,0-1.8-0.1-2-0.1c-1.2,0-2.2-1-2.2-2.2V6.3\n c0-1.2,1-2.2,2.2-2.2C5.5,4.1,7.6,4,7.6,4c1.6-0.1,2.4-0.4,3.4-0.9c0.2-0.1,2.2-1.4,3.1-1.9c0.6-0.3,1.3-0.3,1.9,0\n c0.6,0.3,1,1,1,1.7l0,11.1c0,0.7-0.4,1.3-1,1.7c-0.3,0.2-0.6,0.3-1,0.3c-0.3,0-0.7-0.1-0.9-0.2c-0.6-0.3-1.1-0.6-1.7-1\n c-0.2-0.1-0.6-0.4-0.6-0.4c-0.2-0.1-0.4-0.3-0.5-0.3c-0.8-0.5-1.6-0.8-2.9-0.9C7.9,13,7.5,13,7.1,13z M5,11V6c-0.5,0-1,0-1.7,0\n C3.1,6.1,3,6.2,3,6.4v4.3c0,0.2,0.1,0.3,0.3,0.3C3.6,10.9,4.1,11,5,11z M7,11.1c0.5,0,1,0,1.5,0.1c1.6,0.2,2.6,0.5,3.7,1.2\n c-0.2-0.1,1.8,1.3,2.7,1.7c0,0,0,0,0.1,0c0,0,0,0,0,0l0-10.9c0,0,0,0,0,0c0,0,0,0-0.1,0c-0.8,0.4-2.7,1.7-3,1.8\n c-1.2,0.7-2.3,1-4.1,1.1c0,0-0.2,0-0.8,0V11.1z\"/>\n `,\n\n minus: svg`\n <path class=\"st0\" d=\"M15,8c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H3c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1H15z\"/>`,\n\n normal: svg`\n <path class=\"st0\" d=\"M8.3,1.4l-5,5c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L8,4.5V16c0,0.6,0.4,1,1,1s1-0.4,1-1V4.3l3.3,3.3\n c0.4,0.4,1,0.4,1.4,0C14.9,7.5,15,7.2,15,7c0-0.3-0.1-0.5-0.3-0.7l-5-5C9.3,0.9,8.7,0.9,8.3,1.4L8.3,1.4z\"/>\n `,\n\n notes: svg`\n <path class=\"st0\" d=\"M0,17c0-0.6,0.4-1,1-1h16c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,18,0,17.6,0,17z\"/>\n <path class=\"st0\" d=\"M6.9,9.3l0.1-0.2l7.2-7.3l2.1,2l-7.3,7.2l-0.2,0.1H6.9V9.3z M12.7,0.7L5.6,7.8C5.3,8.2,5,8.8,5,9.3v2.8\n C5,12.6,5.4,13,5.9,13h2.8c0.5,0,1.1-0.3,1.4-0.6l6.4-6.4l0.8-0.8c0.9-0.9,0.9-2.4,0-3.3L16,0.7C15.6,0.3,15,0,14.4,0\n C13.8,0,13.2,0.3,12.7,0.7z\"/>`,\n\n notify: svg`\n <path class=\"st0\" d=\"M16.5,0.2c-0.3-0.2-0.7-0.2-1-0.1L1.6,6.6C1.2,6.7,1,7.1,1,7.5c0,0.4,0.3,0.8,0.6,0.9l5.3,2.2l-0.1,5.8\n c0,0.4,0.2,0.8,0.6,0.9c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.5-0.1,0.7-0.3l4.4-4.1l2.5,1c0.1,0.1,0.3,0.1,0.4,0.1\n c0.2,0,0.4-0.1,0.5-0.2c0.3-0.2,0.4-0.5,0.5-0.8L16.9,1C16.9,0.7,16.8,0.4,16.5,0.2z M11.8,4L7.6,8.7L4.5,7.4L11.8,4z M8.8,14\n l0.1-2.6l1.9,0.8L8.8,14z M9.6,9.5l5.3-6l-0.2,8.1L9.6,9.5z\"/>\n `,\n\n openLink: svg`\n <path class=\"st0\" d=\"M12.6,4H9C8.4,4,8,3.5,8,3c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v6.1c0,0.3-0.1,0.5-0.3,0.7\n c-0.2,0.2-0.4,0.3-0.7,0.3c-0.6,0-1-0.4-1-1V5.4l-5,5c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4L12.6,4z\"/>\n <path class=\"st0\" d=\"M15,16H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1S5.6,4,5,4H4v10h10v-1c0-0.6,0.4-1,1-1\n s1,0.4,1,1v2C16,15.6,15.5,16,15,16z\"/>\n `,\n\n optimise: svg`\n <path d=\"M8,18c-0.1,0-0.2,0-0.3,0C7.3,17.8,7,17.4,7,17v-5H3c-0.4,0-0.7-0.2-0.9-0.5s-0.1-0.7,0.1-1l6.9-10C9.3,0.1,9.8-0.1,10.2,0\n c0.4,0.1,0.7,0.5,0.7,1v5.1H15c0.4,0,0.7,0.2,0.9,0.5s0.1,0.7-0.1,1l-7,9.9C8.6,17.8,8.3,18,8,18z M4.9,10H8c0.6,0,1,0.4,1,1v2.8\n l4-5.8H9.9c-0.6,0-1-0.4-1-1V4.2L4.9,10z\"/>\n `,\n\n outOfFilter: svg`\n <path d=\"M16.8,14.3L12.2,9l3.6-4.3c0.2-0.3,0.3-0.7,0.1-1.1C15.7,3.2,15.4,3,15,3H7L4.8,0.3c-0.4-0.4-1-0.5-1.4-0.1\n c-0.4,0.4-0.5,1-0.1,1.4L4.4,3H2C1.6,3,1.3,3.2,1.1,3.6C0.9,3.9,1,4.3,1.2,4.6L6,10.4V15c0,0.3,0.2,0.6,0.4,0.8l3,2\n C9.6,17.9,9.8,18,10,18c0.2,0,0.3,0,0.5-0.1c0.3-0.2,0.5-0.5,0.5-0.9v-6.3l4.2,4.9c0.2,0.2,0.5,0.3,0.8,0.3c0.2,0,0.5-0.1,0.7-0.2\n C17.1,15.4,17.1,14.8,16.8,14.3z M12.9,5l-2,2.4L8.7,5H12.9z M9.2,9.4C9.1,9.5,9,9.8,9,10v5.1l-1-0.7V10c0-0.2-0.1-0.5-0.2-0.6\n L4.1,5h2l3.4,4L9.2,9.4z\"/>\n `,\n\n paperFold: svg`<path d=\"M16.31,6.22a1,1,0,0,0-.22-.32L10.51.31A1.15,1.15,0,0,0,10.18.1,1,1,0,0,0,9.8,0H4.21a2.6,2.6,0,0,0-2.6,2.59V15.39A2.6,2.6,0,0,0,4.21,18h9.58a2.6,2.6,0,0,0,2.6-2.59V6.61A1,1,0,0,0,16.31,6.22ZM10.8,3.43,13,5.61H10.8Zm3,12.55H4.21a.6.6,0,0,1-.6-.59V2.61A.6.6,0,0,1,4.21,2H8.8V6.61a1,1,0,0,0,1,1h4.59v7.78A.6.6,0,0,1,13.79,16Z\"/>`,\n\n phone: svg`\n <path d=\"M14,18c-2.3,0-5.8-1.6-9.1-4.9c-2-2-3.6-4.3-4.4-6.4c-0.8-2.1-0.7-3.9,0.2-4.8C0.8,1.8,0.9,1.7,1,1.6C1.7,0.9,2.6,0,3.8,0\n c0.9,0,1.7,0.5,2.4,1.5c2.1,2.6,1.2,3.9,0,5.1l0,0c0.1,0.3,0.5,1.1,2.2,2.9c1.8,1.8,2.6,2.2,2.9,2.2l0,0c1.2-1.2,2.5-2.1,5.1,0\n c1,0.8,1.5,1.6,1.5,2.4c0.1,1.3-0.9,2.2-1.6,2.8c-0.1,0.1-0.2,0.2-0.3,0.3C15.6,17.7,14.9,18,14,18z M3.7,2C3.5,2,3.3,2.2,3.2,2.3\n C2.7,2.7,2.1,3.1,2,3.8C2,4.1,2,4.5,2.1,4.8c0.7,3,2.8,5.6,5.1,7.6c1.4,1.3,2.9,2.3,4.6,3c0.6,0.3,1.3,0.5,2,0.6\n c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.3-0.2,0.5-0.3c0.3-0.3,0.6-0.6,0.8-0.9c0.1-0.1,0.2-0.2,0.2-0.4c0-0.2-0.1-0.4-0.2-0.6\n c-0.4-0.5-0.9-0.9-1.4-1.2c-0.2-0.1-0.4-0.2-0.6-0.2c-0.5,0-0.8,0.6-1.1,0.9c-0.5,0.4-1.2,0.5-1.8,0.3c-0.6-0.2-1.1-0.6-1.6-1\n C7.5,11.5,5.9,10,4.8,8.2C4.6,7.8,4.3,7.4,4.2,7S4.2,6,4.4,5.7c0.3-0.5,1.1-0.8,1.1-1.4c0-0.3-0.1-0.5-0.3-0.7\n C5,3.1,4.7,2.7,4.4,2.4C4.2,2.2,4,2,3.7,2z\"/>`,\n\n plus: svg`\n <path class=\"st0\" d=\"M10,8V2c0-0.6-0.4-1-1-1C8.4,1,8,1.4,8,2v6H2C1.4,8,1,8.4,1,9c0,0.6,0.4,1,1,1h6v6c0,0.6,0.4,1,1,1 c0.6,0,1-0.4,1-1v-6h6c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1H10z\"/>`,\n\n processing: svg`<path d=\"M9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z M12.7075379,9.81794554 C12.5257228,10.4145966 12.2080838,10.9773659 11.7400774,11.4453723 C10.2063137,12.9791361 7.69176287,12.9575305 6.13141391,11.3971816 L7.52153209,10.0070634 L3.7824231,9.97493622 L3.81455027,13.7140452 L5.20466845,12.323927 C7.28827643,14.407535 10.634779,14.4362888 12.6828864,12.3881814 C13.4103816,11.6606862 13.8700597,10.7673159 14.0723126,9.82967196 L12.7075379,9.81794554 Z M5.31711357,5.61181862 C4.58961839,6.3393138 4.12994028,7.23268406 3.92768736,8.17032804 L5.29246214,8.18205446 C5.46492947,7.58532306 5.79191615,7.02263412 6.25992261,6.55462766 C7.79368633,5.02086394 10.3082371,5.04246946 11.8685861,6.60281843 L10.4784679,7.99293661 L14.2175769,8.02506378 L14.1854497,4.28595479 L12.7953315,5.67607297 C10.7117236,3.59246499 7.36522102,3.56371117 5.31711357,5.61181862 Z\"></path>`,\n\n push: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(2.000000, 0.000000)\">\n <path d=\"M0,1.99508929 C0,0.893231902 0.897060126,0 2.00585866,0 L11.9941413,0 C13.1019465,0 14,0.892622799 14,1.99508929 L14,16.0049107 C14,17.1067681 13.1029399,18 11.9941413,18 L2.00585866,18 C0.898053512,18 0,17.1073772 0,16.0049107 L0,1.99508929 Z M2,2 L12,2 L12,5 L14,5 L14,10 L12,10 L12,16 L2,16 L2,2 Z M7,14 C7.55228475,14 8,13.5522847 8,13 C8,12.4477153 7.55228475,12 7,12 C6.44771525,12 6,12.4477153 6,13 C6,13.5522847 6.44771525,14 7,14 Z\"></path>\n </g>\n <path d=\"M13.75,5.5 L14.5,5.5 L14.5,6.16666667 L14.5,8.83333333 L14.5,9.5 L13.5,9.5 L13.5,8.83333333 L13.5,6.5 L13,6.5 L12.5,6.5 L12.5,5.5 L13,5.5 L13.75,5.5 Z M13.5,12 C15.9852814,12 18,9.98528137 18,7.5 C18,5.01471863 15.9852814,3 13.5,3 C11.0147186,3 9,5.01471863 9,7.5 C9,9.98528137 11.0147186,12 13.5,12 Z M13.25,8.5 L12.75,8.5 L12.5,8.5 L12.5,9.5 L12.75,9.5 L13.25,9.5 L13.5,9.5 L13.5,8.5 L13.25,8.5 Z M15.25,8.5 L14.75,8.5 L14.5,8.5 L14.5,9.5 L14.75,9.5 L15.25,9.5 L15.5,9.5 L15.5,8.5 L15.25,8.5 Z\"></path>\n </g>`,\n\n questionFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9ZM10 13C10 13.5523 9.55228 14 9 14C8.44771 14 8 13.5523 8 13C8 12.4477 8.44771 12 9 12C9.55228 12 10 12.4477 10 13ZM9 6C8.44772 6 8 6.44772 8 7H6C6 5.34315 7.34315 4 9 4C10.6569 4 12 5.34315 12 7C12 8.30622 11.1652 9.41746 10 9.82929V10C10 10.5523 9.55228 11 9 11C8.44771 11 8 10.5523 8 10V9C8 8.44772 8.44772 8 9 8C9.55228 8 10 7.55228 10 7C10 6.44772 9.55228 6 9 6Z\" />`,\n\n recurring: svg`\n <path d=\"M2,9c0.6,0,1-0.4,1-1V7c0-1,1-2,2-2h8.6l-1.3,1.3c-0.4,0.4-0.4,1,0,1.4C12.5,7.9,12.7,8,13,8s0.5-0.1,0.7-0.3l3-3\n c0.4-0.4,0.4-1,0-1.4l-3-3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L13.6,3H5C2.8,3,1,4.8,1,7v1C1,8.6,1.4,9,2,9z\"/>\n <path d=\"M16,9c-0.6,0-1,0.4-1,1v1.1c0,1-0.9,1.9-2,1.9H4.4l1.3-1.3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4\n l3,3C4.5,17.9,4.7,18,5,18s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L4.4,15H13c2.2,0,4-1.8,4-3.9V10C17,9.4,16.6,9,16,9z\"/>`,\n\n reload: svg`<path fill-rule=\"evenodd\" d=\"M9.06944504,2.64848617 C10.7986151,2.64848617 12.5277626,3.30640867 14.0263751,4.29329243 L13.5652376,1.22298741 C13.4500376,0.674718657 13.9110626,0.12644653 14.6028251,0.016792779 C15.1791626,-0.0928609716 15.7556126,0.345754031 15.8708126,1.00367991 L16.6777751,7.14427869 C16.6777751,7.14427869 16.6777751,7.14427869 16.6777751,7.25393244 C16.6777751,7.47323994 16.5624626,7.8022012 16.4472626,8.0215087 C16.3319501,8.13116245 16.1014376,8.2408162 15.9861251,8.2408162 C15.7556126,8.35046995 15.5249876,8.35046995 15.4096751,8.4601237 L14.8333376,8.56977745 L10.2222213,9.77596871 C9.6458388,9.88562246 8.95416629,9.5566612 8.83888754,8.8987387 C8.72360879,8.35046995 9.06944504,7.69254744 9.6458388,7.58289369 C9.6458388,7.58289369 11.4902763,7.14427869 13.1042126,6.70566369 C13.2194126,6.70566369 13.2194126,6.70566369 13.3347251,6.59600994 C12.1819376,5.49947243 10.6833363,4.84156118 9.06944504,4.84156118 C5.84167378,4.84156118 3.30555251,7.25393244 3.30555251,10.3242375 C3.30555251,13.3945875 5.84167378,15.806925 9.06944504,15.806925 C11.4902763,15.806925 13.6805501,14.27175 14.4875126,12.078675 C14.7180251,11.5304625 15.4096751,11.2015125 15.9861251,11.420775 C16.5624626,11.6400375 16.9082876,12.1883625 16.6777751,12.8462625 C15.5249876,15.9166125 12.5277626,18 9.06944504,18 C4.57360752,18 1,14.6007 1,10.3242375 C1,6.15739494 4.57360752,2.64848617 9.06944504,2.64848617 Z\" />`,\n\n reorder: svg`\n <path class=\"st0\" d=\"M5.3,12.4c-0.4,0.3-0.4,0.9,0,1.3l3.1,3c0.4,0.4,0.9,0.4,1.3,0l3.1-3c0.4-0.4,0.4-0.9,0-1.3l-0.1-0.1\n c-0.4-0.3-0.9-0.4-1.3,0L9,14.7l-2.4-2.4C6.3,12,5.7,12,5.3,12.4L5.3,12.4z M12.7,5.6c0.4-0.3,0.4-0.9,0-1.3l-3.1-3\n c-0.4-0.4-0.9-0.4-1.3,0l-3.1,3c-0.4,0.4-0.4,0.9,0,1.3l0.1,0.1C5.7,6,6.2,6,6.6,5.6L9,3.3l2.4,2.4C11.7,6,12.3,6,12.7,5.6L12.7,5.6\n z\"/>\n `,\n\n resourceAbove: svg`\n <path d=\"M8.9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5s-2-0.2-2-2.5S7.8,2.1,8.9,2.1 M8.9,0.1c-2.2,0-4,1.2-4,4.5s1.8,4.5,4,4.5\n s4-1.2,4-4.5C12.9,1.2,11.1,0.1,8.9,0.1L8.9,0.1z\"/>\n <path d=\"M13.2,10.3l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l1.3-1.3V17c0,0.6,0.4,1,1,1s1-0.4,1-1v-3.7l1.4,1.4\n c0.4,0.4,1,0.4,1.4,0c0.2-0.2,0.3-0.5,0.3-0.7s-0.1-0.5-0.3-0.7l-3-3C14.3,9.9,13.7,9.9,13.2,10.3L13.2,10.3z\"/>\n <path d=\"M7.8,16C7.8,16,7.8,16,7.8,16C7.8,16,7.8,16,7.8,16C5,16,3,15.9,2,15.7c0.3-0.9,1-1.5,2-1.9c0.1-0.1,0.3-0.1,0.4-0.2\n c0.9-0.3,1.8-0.5,2.8-0.6c0.1,0,0.2,0,0.4,0c0.2,0,0.3-0.1,0.5-0.1c0.1-0.1,0.3-0.2,0.4-0.4c0.1-0.1,0.1-0.3,0.1-0.5\n c0-0.6-0.4-1-1-1c-1.9,0.2-3.3,0.6-4.2,0.9c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9c0.6,0.3,3.7,0.5,7,0.5c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C8.8,16.4,8.3,16,7.8,16z\"/>\n `,\n\n resourceAdd: svg`\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n <path class=\"st0\" d=\"M17,13h-2v-2c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2v2c0,0.6,0.4,1,1,1\n c0.6,0,1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1C18,13.4,17.6,13,17,13\"/>\n <path class=\"st0\" d=\"M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18h0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1v0h0c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9C5.1,13.4,6.8,13,9,13c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C10,11.4,9.6,11,9,11L9,11L9,11C9,11,9,11,9,11\"/>\n `,\n\n resourceBelow: svg`\n <path d=\"M8.9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5s-2-0.2-2-2.5S7.8,2.1,8.9,2.1 M8.9,0.1c-2.2,0-4,1.2-4,4.5s1.8,4.5,4,4.5\n s4-1.2,4-4.5C12.9,1.2,11.1,0.1,8.9,0.1L8.9,0.1z\"/>\n <path d=\"M14.7,17.7l3-3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L15,14.6V11c0-0.6-0.4-1-1-1s-1,0.4-1,1v3.7l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0\n C10,13.5,9.9,13.8,9.9,14s0.1,0.5,0.3,0.7l3,3C13.6,18.1,14.2,18.1,14.7,17.7L14.7,17.7z\"/>\n <path d=\"M7.8,16C7.8,16,7.8,16,7.8,16C7.8,16,7.8,16,7.8,16C5,16,3,15.9,2,15.7c0.3-0.9,1-1.5,2-1.9c0.1-0.1,0.3-0.1,0.4-0.2\n c0.9-0.3,1.8-0.5,2.8-0.6c0.1,0,0.2,0,0.4,0c0.2,0,0.3-0.1,0.5-0.1c0.1-0.1,0.3-0.2,0.4-0.4c0.1-0.1,0.1-0.3,0.1-0.5\n c0-0.6-0.4-1-1-1c-1.9,0.2-3.3,0.6-4.2,0.9c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9c0.6,0.3,3.7,0.5,7,0.5c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C8.8,16.4,8.3,16,7.8,16z\"/>\n `,\n\n resourceRemove: svg`\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n <path class=\"st0\" d=\"M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18h0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1v0h0c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9C5.1,13.4,6.8,13,9,13c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C10,11.4,9.6,11,9,11L9,11L9,11C9,11,9,11,9,11\"/>\n <path class=\"st0\" d=\"M16.2,12.1l-1.4,1.4l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.4,1.4L12,16.3c-0.4,0.4-0.4,1,0,1.4\n c0.4,0.4,1,0.4,1.4,0l1.4-1.4l1.4,1.4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-1.4-1.4l1.4-1.4c0.4-0.4,0.4-1,0-1.4\n C17.3,11.7,16.6,11.7,16.2,12.1\"/>\n `,\n\n resource: svg`\n <path d=\"M9,13c2,0,3.9,0.5,5,0.9c1,0.4,1.7,1,2,1.9C14.8,15.8,12.4,16,9,16c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9\n C5.1,13.4,6.8,13,9,13 M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18\n c3.8,0,7.5-0.2,8.3-0.5c0.6-0.3,0.9-1.1,0.7-1.9c-0.4-1.5-1.3-2.9-3.3-3.6C13.5,11.5,11.3,11,9,11L9,11z\"/>\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n `,\n\n restore: svg`\n <path d=\"M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,16c-3.9,0-7-3.1-7-7s3.1-7,7-7c2.1,0,4,0.9,5.2,2.4L9.4,9.5\n L7.7,7.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1.1,0,1.5l2.4,2.5c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0v0l5.3-5.6\n C15.8,7,16,8,16,9C16,12.9,12.9,16,9,16z\"/>\n `,\n\n salesforce: svg`\n <path d=\"M7.5,4.1c0.6-0.6,1.4-1,2.3-1c1.2,0,2.2,0.7,2.8,1.6c0.5-0.2,1-0.3,1.6-0.3c2.1,0,3.9,1.8,3.9,3.9c0,2.2-1.7,3.9-3.9,3.9\n c-0.3,0-0.5,0-0.8-0.1c-0.5,0.9-1.4,1.5-2.5,1.5c-0.4,0-0.9-0.1-1.2-0.3c-0.5,1.2-1.6,2-3,2c-1.4,0-2.6-0.9-3-2.1\n c-0.2,0-0.4,0.1-0.6,0.1c-1.7,0-3-1.4-3-3c0-1.1,0.6-2.1,1.5-2.6C1.3,7.2,1.2,6.7,1.2,6.2c0-1.9,1.6-3.5,3.5-3.5\n C5.8,2.7,6.9,3.2,7.5,4.1\"/>\n `,\n\n scheduling: svg`\n <path d=\"M12.7,6V4.4h3.8c0.5,0,0.9-0.4,0.9-0.9S17,2.6,16.5,2.6h-3.8V1c0-0.6-0.5-1-1-1H1C0.5,0,0,0.5,0,1V6c0,0.6,0.5,1,1,1h10.7\n C12.2,7,12.7,6.5,12.7,6z M10.8,5.1H1.9V1.9h8.9V5.1z\"/>\n <path d=\"M17,11H8.4c-0.6,0-1,0.5-1,1v1.5H3c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9h4.4V17c0,0.6,0.5,1,1,1H17c0.6,0,1-0.5,1-1V12\n C18,11.5,17.5,11,17,11z M16.1,16.1H9.3v-3.3h6.8V16.1z\"/>\n `,\n\n search: svg`\n <path class=\"st0\" d=\"M8,13c2.8,0,5-2.2,5-5s-2.2-5-5-5S3,5.2,3,8S5.2,13,8,13z M13.6,12.2l3,3c0.4,0.4,0.4,1,0,1.4l0,0\n\t c-0.4,0.4-1,0.4-1.4,0l-3-3C11,14.5,9.6,15,8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7C15,9.6,14.5,11,13.6,12.2z\"/>\n `,\n\n settings: svg`\n <path d=\"M9,18 C7.7,18 6.6,17.1 6.2,15.9 C6.2,15.9 6.1,15.9 6.1,15.8 C5,16.4 3.6,16.3 2.7,15.4 C1.8,14.5 1.6,13 2.2,11.9 L2.2,11.8 C0.9,11.4 0,10.3 0,9 C0,7.7 0.9,6.5 2.1,6.2 C2.1,6.2 2.1,6.1 2.2,6.1 C1.6,5 1.7,3.5 2.6,2.6 C3.6,1.7 5,1.5 6.1,2.1 L6.2,2.1 C6.6,0.8 7.7,0 9,0 C10.3,0 11.5,0.9 11.8,2.2 L11.9,2.2 C12.3,1.9 12.8,1.8 13.3,1.8 C14.1,1.8 14.8,2.1 15.3,2.6 C15.8,3.1 16.1,3.9 16.1,4.6 C16.1,5.1 16,5.6 15.7,6 L15.7,6.1 C17.1,6.5 18,7.6 18,9 C18,10.3 17.1,11.4 15.9,11.8 L15.9,11.9 C16.5,13 16.4,14.4 15.4,15.4 C14.5,16.3 13,16.5 11.9,15.8 L11.8,15.8 C11.5,17 10.3,18 9,18 M6,13.6 C6.2,13.6 6.3,13.6 6.5,13.7 C6.8,13.9 7.1,14 7.5,14.1 C7.9,14.2 8.2,14.6 8.2,15 C8.2,15.5 8.6,15.9 9.1,15.9 C9.6,15.9 10,15.5 10,15 L10,14.9 C10,14.5 10.3,14.1 10.7,14 C11,13.9 11.3,13.8 11.6,13.6 C12,13.4 12.4,13.5 12.7,13.8 L12.8,13.9 C13.2,14.2 13.7,14.2 14,13.9 C14.3,13.6 14.4,13 14,12.7 C13.7,12.4 13.6,11.9 13.8,11.5 C14,11.2 14.1,10.9 14.2,10.6 C14.3,10.2 14.7,9.9 15.1,9.9 C15.6,9.9 16,9.5 16,9 C16,8.5 15.6,8.1 15.1,8.1 C14.7,8.1 14.3,7.8 14.2,7.4 C14.1,7.1 14,6.7 13.8,6.4 C13.6,6 13.7,5.5 14,5.2 C14.2,5 14.2,4.8 14.2,4.6 C14.2,4.4 14.1,4.1 14,4 C13.8,3.8 13.6,3.7 13.4,3.7 C13.2,3.7 13,3.8 12.8,3.9 C12.5,4.2 12,4.3 11.6,4.1 C11.3,3.9 11,3.8 10.7,3.7 C10.3,3.6 10,3.2 10,2.8 C10,2.3 9.6,1.9 9.1,1.9 C8.6,1.9 8.2,2.3 8.2,2.8 C8.2,3.2 7.9,3.6 7.5,3.7 C7.1,3.8 6.8,4 6.5,4.1 C6.1,4.3 5.6,4.3 5.3,4 C5,3.7 4.4,3.7 4,4 C3.7,4.3 3.7,4.9 4,5.2 C4.3,5.5 4.4,6 4.2,6.4 C4,6.7 3.9,7 3.8,7.4 C3.7,7.8 3.3,8.1 2.8,8.1 C2.4,8.1 2,8.5 2,9 C2,9.5 2.4,9.9 2.8,9.9 C3.3,9.9 3.7,10.2 3.8,10.6 C3.9,10.9 4,11.3 4.2,11.6 C4.4,12 4.3,12.5 4,12.8 C3.7,13.1 3.7,13.7 4,14.1 C4.3,14.4 4.9,14.4 5.2,14.1 C5.5,13.7 5.7,13.6 6,13.6\"></path>\n <path d=\"M9,10.9531 C7.9,10.9531 7,10.0541 7,8.9531 C7,7.8531 7.9,6.9531 9,6.9531 C9.4,6.9531 9.8,7.0541 10.2,7.3531 C10.4,7.4531 10.6,7.6531 10.7,7.8531 C11.6,9.3531 10.4,10.9531 9,10.9531 M12.4,6.8531 C12.1,6.3531 11.7,5.9531 11.2,5.6531 C10.5,5.2531 9.7,4.9531 9,4.9531 C6.8,4.9531 5,6.7531 5,8.9531 C5,11.1531 6.8,12.9531 8.9,12.9531 C10.3,12.9531 11.7,12.1531 12.4,10.9531 C13.2,9.6531 13.1,8.1531 12.4,6.8531\"></path>`,\n\n shift: svg`\n <path d=\"M16,2v3H2V2H16 M17,0H1C0.4,0,0,0.4,0,1V6c0,0.5,0.4,1,1,1H17c0.5,0,1-0.4,1-1V1C18,0.4,17.6,0,17,0L17,0z\"/>\n <path d=\"M16,13v3H2v-3H16 M17,11H1c-0.5,0-1,0.4-1,1V17c0,0.5,0.4,1,1,1H17c0.5,0,1-0.4,1-1V12C18,11.4,17.6,11,17,11L17,11z\"/>\n `,\n\n sms: svg`\n <circle class=\"st0\" cx=\"9\" cy=\"7.5\" r=\"1\"/>\n <circle class=\"st0\" cx=\"12\" cy=\"7.5\" r=\"1\"/>\n <circle class=\"st0\" cx=\"6\" cy=\"7.5\" r=\"1\"/>\n <path class=\"st0\" d=\"M14,15v2.3c0,0.6-0.4,0.8-0.9,0.6l-6-2.9H2c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h14c1.1,0,2,0.9,2,2v11\n c0,1.1-0.9,2-2,2H14z M12,13h3c0.6,0,1-0.4,1-1V3c0-0.6-0.5-1-1-1H3C2.4,2,2,2.4,2,3v9c0,0.6,0.5,1,1,1h5l4,2V13z\"/>`,\n\n sortAscending: svg`\n <path class=\"st0\" d=\"M12,12.6V7c0-0.5,0.4-1,1-1c0.6,0,1,0.5,1,1v5.6l1.3-1.3c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4l-2.8,2.8\n c-0.1,0.1-0.1,0.1-0.2,0.2C13.5,15.9,13.3,16,13,16c-0.3,0-0.5-0.1-0.7-0.3c-0.1,0-0.1-0.1-0.2-0.1l-2.8-2.8c-0.4-0.4-0.4-1,0-1.4\n c0.4-0.4,1-0.4,1.4,0L12,12.6z\"/>\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h4c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n sortDescending: svg`\n <path class=\"st0\" d=\"M12,9.4V15c0,0.5,0.4,1,1,1c0.6,0,1-0.5,1-1V9.4l1.3,1.3c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-2.8-2.8\n c-0.1-0.1-0.1-0.1-0.2-0.2C13.5,6.1,13.3,6,13,6c-0.3,0-0.5,0.1-0.7,0.3c-0.1,0-0.1,0.1-0.2,0.1L9.3,9.3c-0.4,0.4-0.4,1,0,1.4\n c0.4,0.4,1,0.4,1.4,0L12,9.4z\"/>\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h4c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n suggest: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(3.000000, 0.000000)\">\n <path d=\"M7,9.87398251 C8.72522721,9.42993972 10,7.86383943 10,6 C10,3.790861 8.209139,2 6,2 C3.790861,2 2,3.790861 2,6 C2,7.86383943 3.27477279,9.42993972 5,9.87398251 L5,12 L7,12 L7,9.87398251 Z M9,11.1973068 L9,13.0001925 C9,13.5523709 8.54902482,14 8.00922203,14 L3.99077797,14 C3.44358641,14 3,13.5490248 3,13.009222 L3,11.1973068 C1.20659589,10.1598786 0,8.22084707 0,6 C0,2.6862915 2.6862915,0 6,0 C9.3137085,0 12,2.6862915 12,6 C12,8.22084707 10.7934041,10.1598786 9,11.1973068 Z M3,16 L9,16 L9,17 C9,17.5522847 8.54902482,18 8.00922203,18 L3.99077797,18 C3.44358641,18 3,17.5561352 3,17 L3,16 Z\"></path>\n </g>\n </g>`,\n\n swimlaneVertical: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(9.000000, 9.000000) rotate(-270.000000) translate(-9.000000, -9.000000) translate(0.000000, 3.000000)\">\n <g>\n <path d=\"M13,1 C13,0.44771525 13.4437166,4.4408921e-16 13.9998075,4.4408921e-16 L17.0001925,4.4408921e-16 C17.5523709,4.4408921e-16 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,4.4408921e-16 1.0093689,4.4408921e-16 L2.9906311,4.4408921e-16 C3.54809015,4.4408921e-16 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n <g transform=\"translate(9.000000, 11.000000) rotate(180.000000) translate(-9.000000, -11.000000) translate(-0.000000, 10.000000)\">\n <g transform=\"translate(0.000000, 0.000000)\">\n <path d=\"M13,1 C13,0.44771525 13.4437166,0 13.9998075,0 L17.0001925,0 C17.5523709,0 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,-1.77635684e-15 1.0093689,-1.77635684e-15 L2.9906311,-1.77635684e-15 C3.54809015,-1.77635684e-15 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n </g>\n </g>\n <path d=\"M1,5.00247329 C1,4.44882258 1.45097518,4 1.99077797,4 L6.00922203,4 C6.55641359,4 7,4.45576096 7,5.00247329 L7,14.9975267 C7,15.5511774 6.54902482,16 6.00922203,16 L1.99077797,16 C1.44358641,16 1,15.544239 1,14.9975267 L1,5.00247329 Z M3,6 L3,14 L5,14 L5,6 L3,6 Z\"></path>\n <path d=\"M11,3.00247329 C11,2.44882258 11.4509752,2 11.990778,2 L16.009222,2 C16.5564136,2 17,2.45576096 17,3.00247329 L17,12.9975267 C17,13.5511774 16.5490248,14 16.009222,14 L11.990778,14 C11.4435864,14 11,13.544239 11,12.9975267 L11,3.00247329 Z M13,4 L13,12 L15,12 L15,4 L13,4 Z\"></path>\n </g>`,\n\n swimlane: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(0.000000, 1.000000)\">\n <g transform=\"translate(0.000000, 2.000000)\">\n <path d=\"M13,1 C13,0.44771525 13.4437166,4.4408921e-16 13.9998075,4.4408921e-16 L17.0001925,4.4408921e-16 C17.5523709,4.4408921e-16 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,4.4408921e-16 1.0093689,4.4408921e-16 L2.9906311,4.4408921e-16 C3.54809015,4.4408921e-16 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n <g transform=\"translate(9.000000, 8.000000) rotate(180.000000) translate(-9.000000, -8.000000) translate(0.000000, 0.000000)\">\n <path d=\"M13,3 C13,2.44771525 13.4437166,2 13.9998075,2 L17.0001925,2 C17.5523709,2 18,2.44386482 18,3 C18,3.55228475 17.5562834,4 17.0001925,4 L13.9998075,4 C13.4476291,4 13,3.55613518 13,3 Z M-3.55271368e-15,3 C-3.55271368e-15,2.44771525 0.443353176,2 1.0093689,2 L2.9906311,2 C3.54809015,2 4,2.44386482 4,3 C4,3.55228475 3.55664682,4 2.9906311,4 L1.0093689,4 C0.451909848,4 -3.55271368e-15,3.55613518 -3.55271368e-15,3 Z\"></path>\n <path d=\"M2,0.990777969 C2,0.443586406 2.45576096,7.10542736e-15 3.00247329,7.10542736e-15 L12.9975267,7.10542736e-15 C13.5511774,7.10542736e-15 14,0.45097518 14,0.990777969 L14,5.00922203 C14,5.55641359 13.544239,6 12.9975267,6 L3.00247329,6 C2.44882258,6 2,5.54902482 2,5.00922203 L2,0.990777969 Z M12,2 L4,2 L4,4 L12,4 L12,2 Z\" fill-rule=\"nonzero\"></path>\n <path d=\"M4,10.990778 C4,10.4435864 4.45576096,10 5.00247329,10 L14.9975267,10 C15.5511774,10 16,10.4509752 16,10.990778 L16,15.009222 C16,15.5564136 15.544239,16 14.9975267,16 L5.00247329,16 C4.44882258,16 4,15.5490248 4,15.009222 L4,10.990778 Z M14,12 L6,12 L6,14 L14,14 L14,12 Z\" fill-rule=\"nonzero\"></path>\n </g>\n </g>\n </g>\n </svg>`,\n\n tasks: svg`\n <path class=\"st0\" d=\"M8.4,11.7l-3.1-3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.4,2.3l7.2-7.3c0.4-0.4,1-0.4,1.4,0\n c0.4,0.4,0.4,1,0,1.4l-7.9,8C9.6,11.9,9.3,12,9.1,12C8.8,12,8.6,11.9,8.4,11.7z\"/>\n <path d=\"M9,18c-5,0-9-4-9-9c0-5,4-9,9-9c1.2,0,2.3,0.2,3.4,0.7c0.5,0.2,0.8,0.8,0.6,1.3c-0.2,0.5-0.8,0.8-1.3,0.6\n C10.8,2.2,9.9,2,9,2C5.1,2,2,5.1,2,9c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7c0-0.6,0.4-1,1-1s1,0.4,1,1C18,14,14,18,9,18z\"/>`,\n\n tickCircle: svg`\n <path class=\"st0\" d=\"M13.7,5.3c-0.4-0.4-1-0.4-1.4,0l-4.9,5.2L5.7,8.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1.1,0,1.5l2.4,2.5\n c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0v0l5.6-5.9C14.1,6.4,14.1,5.7,13.7,5.3\"/>\n <path d=\"M9,2c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S5.1,2,9,2 M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0L9,0z\"/>`,\n\n timeConstraint: svg`<path d=\"M12.53,6.47a.75.75,0,0,0-1.06,1.06l.72.72H5.81l.72-.72A.75.75,0,0,0,5.47,6.47l-2,2a.75.75,0,0,0,0,1.06l2,2a.75.75,0,0,0,1.06,0,.75.75,0,0,0,0-1.06l-.72-.72h6.38l-.72.72a.75.75,0,0,0,0,1.06.75.75,0,0,0,1.06,0l2-2a.75.75,0,0,0,0-1.06Z\"/><path d=\"M1,2A1,1,0,0,0,0,3V15a1,1,0,0,0,2,0V3A1,1,0,0,0,1,2Z\"/><path d=\"M17,2a1,1,0,0,0-1,1V15a1,1,0,0,0,2,0V3A1,1,0,0,0,17,2Z\"/>`,\n\n time: svg`\n <path d=\"M9,18c-5,0-9-4-9-9c0-5,4-9,9-9c5,0,9,4,9,9C18,14,14,18,9,18z M9,2C5.1,2,2,5.1,2,9c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7\n C16,5.1,12.9,2,9,2z\"/>\n <path d=\"M9,6\"/>\n <path d=\"M12,9h-2V6c0-0.6-0.4-1-1-1S8,5.4,8,6v4c0,0.6,0.4,1,1,1h3c0.6,0,1-0.4,1-1C13,9.4,12.6,9,12,9z\"/>`,\n\n today: svg`\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\" />\n <path d=\"M 7.2211302,11.977887 8.5,13.234644 10.933661,10.345209\"/>`,\n\n trash: svg`\n <path d=\"M7,14c-0.6,0-1-0.4-1-1V8.4c0-0.6,0.4-1,1-1s1,0.4,1,1V13C8,13.5,7.5,14,7,14z\"/>\n <path d=\"M11,14c-0.6,0-1-0.4-1-1V8.4c0-0.6,0.4-1,1-1s1,0.4,1,1V13C12,13.5,11.6,14,11,14z\"/>\n <path d=\"M17,3.4h-4c0,0,0,0,0-0.1V1.7C13,0.8,12.1,0,11.1,0H6.8C5.8,0,5,0.8,5,1.7v1.6c0,0,0,0,0,0.1H1c-0.6,0-1,0.4-1,1s0.4,1,1,1\n h1V16c0,1.1,0.9,2,2,2H14c1.1,0,2-0.9,2-2V5.4h1c0.6,0,1-0.4,1-1S17.5,3.4,17,3.4z M7,3.3V2l4,0v1.3c0,0,0,0,0,0.1L7,3.3\n C7,3.4,7,3.3,7,3.3z M14,16H4V5.4H14V16z\"/>`,\n\n unlocked: svg`\n <path d=\"M14,7h-2.6v0H6V3.8C6,2.9,6.9,2.1,7.9,2C7.9,2,9,2,9,2c0.1,0,1.1,0,1.2,0c1,0.1,1.8,0.9,1.8,1.8v0c0,0,0,0,0,0\n c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1c0,0,0,0,0,0h0v0c0-2-1.8-3.7-3.9-3.8C10.1,0,9,0,9,0c0,0-1.1,0-1.1,0C5.8,0.1,4,1.8,4,3.8V7\n C2.9,7,2,7.9,2,9v7c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V9C16,7.9,15.1,7,14,7z M14,16H4V9h10V16z\"/>`,\n\n unscheduleFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM6 12.9999C5.8 12.9999 5.5 12.8999 5.3 12.6999C4.9 12.2999 4.9 11.7999 5.3 11.3999L7.7 8.99988L5.3 6.49988C5 6.19988 5 5.59988 5.3 5.19988C5.5 5.09988 5.7 4.99988 6 4.99988C6.3 4.99988 6.5 5.09988 6.7 5.29988L9.1 7.69988L11.5 5.29988C11.9 4.89988 12.4 4.89988 12.8 5.29988C13.2 5.69988 13.2 6.19988 12.8 6.59988L10.4 8.99988L12.8 11.3999C13.2 11.7999 13.2 12.2999 12.8 12.6999C12.6 12.8999 12.4 12.9999 12.1 12.9999C11.9 12.9999 11.6 12.8999 11.4 12.6999L9 10.2999L6.6 12.6999C6.5 12.8999 6.2 12.9999 6 12.9999Z\" />\n `,\n\n upload: svg`\n <path class=\"st0\" d=\"M11.2,1.9C9,1.9,7,2.9,5.7,4.6C2.6,4.5,0,7,0,10.1c0,3,2.4,5.4,5.4,5.4c2.7,0,5-2,5.4-4.6l0.2,0.2\n c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-1.9-1.9c-0.2-0.2-0.4-0.3-0.7-0.3c0,0,0,0,0,0\n c-0.3,0-0.5,0.1-0.7,0.3L7.2,9.6c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l0.1-0.1c-0.4,1.5-1.7,2.6-3.3,2.6C3.5,13.5,2,12,2,10.1\n s1.5-3.4,3.4-3.4c0.2,0,0.4,0,0.6,0.1c0.4,0.1,0.8-0.1,1-0.5c0.9-1.5,2.4-2.3,4.1-2.3C13.8,3.9,16,6,16,8.7c0,2.4-1.7,4.4-4,4.8\n c-0.5,0.1-0.9,0.6-0.8,1.1c0.1,0.5,0.6,0.9,1.1,0.8c3.3-0.5,5.7-3.4,5.7-6.7C18,4.9,14.9,1.9,11.2,1.9z\"/>`,\n\n urgent: svg`\n <path class=\"st0\" d=\"M9.7,0.4l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L10,3.5V13c0,0.6-0.4,1-1,1s-1-0.4-1-1V3.3L4.7,6.7\n\t c-0.4,0.4-1,0.4-1.4,0C3.1,6.5,3,6.2,3,6c0-0.3,0.1-0.5,0.3-0.7l5-5C8.7-0.1,9.3-0.1,9.7,0.4L9.7,0.4z\"/>`,\n\n view: svg`\n <path d=\"M9.2,3.9c3.3,0,6,3.5,6.7,4.9c-0.7,1.4-3.4,5.1-6.7,5.1c-3.6,0-6.3-3.7-7.1-5.2C2.8,7.3,5.6,3.9,9.2,3.9 M9.2,1.9\n C3.7,1.9,0,7.8,0,8.7c0,0.7,3.6,7.1,9.2,7.1c5.2,0,8.8-6.4,8.8-7.1C18,8,14.5,1.9,9.2,1.9L9.2,1.9z\"/>\n <path d=\"M9,7.9c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S8.4,7.9,9,7.9 M9,5.9c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3S10.6,5.9,9,5.9\n L9,5.9z\"/>`,\n\n warning: svg`\n <g>\n <circle class=\"st0\" cx=\"9\" cy=\"13\" r=\"1\"/>\n <path class=\"st0\" d=\"M9,6.2c-0.6,0-1,0.4-1,1v3c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1v-3C10,6.6,9.6,6.2,9,6.2z\"/>\n </g>\n <path d=\"M9,3.1l6.4,12H2.6L9,3.1 M9,1C8.3,1,7.6,1.4,7.2,2.1L0.1,15.4C0,15.6,0,15.8,0,15.9C0,16.5,0.5,17,1,17h16 c0.2,0,0.3,0,0.5-0.1c0.5-0.3,0.7-0.9,0.4-1.5L10.8,2.1c-0.2-0.3-0.4-0.6-0.8-0.8C9.7,1.1,9.3,1,9,1L9,1z\"/>`,\n\n zoomIn: svg`<path d=\"M10,8V4.8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1V8L4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1H8v3.3c0,0.6,0.4,1,1,1 c0.3,0,0.5-0.1,0.7-0.3c0.2-0.2,0.3-0.4,0.3-0.7V10h3.3c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H10z\"/>`,\n\n zoomOut: svg`<path d=\"M4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8.5c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H4.8z\"/>`,\n\n ...legacyIcons,\n}",
|
|
20763
|
+
"description": "All icons should have a `viewBox` of \"0 0 18 18\". If they don't they are a legacy icon. Add them to the legacyIcons constant.\nin './legacy-icons'."
|
|
20764
|
+
},
|
|
20765
|
+
{
|
|
20766
|
+
"kind": "variable",
|
|
20767
|
+
"name": "iconNames",
|
|
20768
|
+
"default": "Object.keys(icons)"
|
|
20769
|
+
}
|
|
20770
|
+
],
|
|
20771
|
+
"exports": [
|
|
20772
|
+
{
|
|
20773
|
+
"kind": "js",
|
|
20774
|
+
"name": "transformIcon",
|
|
20775
|
+
"declaration": {
|
|
20776
|
+
"name": "transformIcon",
|
|
20777
|
+
"module": "src/components/icon/icons.ts"
|
|
20778
|
+
}
|
|
20779
|
+
},
|
|
20780
|
+
{
|
|
20781
|
+
"kind": "js",
|
|
20782
|
+
"name": "icons",
|
|
20783
|
+
"declaration": {
|
|
20784
|
+
"name": "icons",
|
|
20785
|
+
"module": "src/components/icon/icons.ts"
|
|
20786
|
+
}
|
|
20787
|
+
},
|
|
20788
|
+
{
|
|
20789
|
+
"kind": "js",
|
|
20790
|
+
"name": "iconNames",
|
|
20791
|
+
"declaration": {
|
|
20792
|
+
"name": "iconNames",
|
|
20793
|
+
"module": "src/components/icon/icons.ts"
|
|
20794
|
+
}
|
|
20795
|
+
}
|
|
20796
|
+
]
|
|
20797
|
+
},
|
|
20798
|
+
{
|
|
20799
|
+
"kind": "javascript-module",
|
|
20800
|
+
"path": "src/components/icon/index.ts",
|
|
20801
|
+
"declarations": [],
|
|
20802
|
+
"exports": [
|
|
20803
|
+
{
|
|
20804
|
+
"kind": "js",
|
|
20805
|
+
"name": "*",
|
|
20806
|
+
"declaration": {
|
|
20807
|
+
"name": "*",
|
|
20808
|
+
"package": "./icon"
|
|
20809
|
+
}
|
|
20810
|
+
},
|
|
20811
|
+
{
|
|
20812
|
+
"kind": "js",
|
|
20813
|
+
"name": "*",
|
|
20814
|
+
"declaration": {
|
|
20815
|
+
"name": "*",
|
|
20816
|
+
"package": "./icons"
|
|
20817
|
+
}
|
|
20818
|
+
}
|
|
20819
|
+
]
|
|
20820
|
+
},
|
|
20821
|
+
{
|
|
20822
|
+
"kind": "javascript-module",
|
|
20823
|
+
"path": "src/components/icon/legacy-icons.ts",
|
|
20824
|
+
"declarations": [
|
|
20825
|
+
{
|
|
20826
|
+
"kind": "function",
|
|
20827
|
+
"name": "isLegacyIcon",
|
|
20828
|
+
"return": {
|
|
20829
|
+
"type": {
|
|
20830
|
+
"text": "icon is ILegacyIcon"
|
|
20831
|
+
}
|
|
20832
|
+
},
|
|
20833
|
+
"parameters": [
|
|
20834
|
+
{
|
|
20835
|
+
"name": "icon",
|
|
20836
|
+
"type": {
|
|
20837
|
+
"text": "ILegacyIcon | TIcon"
|
|
20838
|
+
}
|
|
20839
|
+
}
|
|
20840
|
+
]
|
|
20841
|
+
},
|
|
20842
|
+
{
|
|
20843
|
+
"kind": "variable",
|
|
20844
|
+
"name": "legacyIcons",
|
|
20845
|
+
"type": {
|
|
20846
|
+
"text": "Record<string, ILegacyIcon>"
|
|
20847
|
+
},
|
|
20848
|
+
"default": "{\n arrowDown: {\n svg: svg`\n <title>Asset 36</title>\n <g data-name=\"Layer 2\">\n <g data-name=\"Layer 1\">\n <path d=\"M13.21,10.4a1.07,1.07,0,0,0-1.56,0L8,14.09v-13A1.06,1.06,0,0,0,6.84,0,1.06,1.06,0,0,0,5.72,1.12v13L2,10.4H2A1.16,1.16,0,0,0,1.19,10a1.19,1.19,0,0,0-.84,2h0l5.71,5.59a1.07,1.07,0,0,0,1.56,0L13.21,12A1.07,1.07,0,0,0,13.21,10.4Z\"/>\n </g>\n </g>`,\n viewBox: '0 0 13.55 18',\n },\n\n arrowUp: {\n viewBox: '0 0 13.55 18',\n svg: svg`<g data-name=\"Layer 2\">\n <g data-name=\"Layer 1\">\n <path d=\"M.34,7.6a1.07,1.07,0,0,0,1.56,0L5.59,3.91v13A1.06,1.06,0,0,0,6.71,18a1.06,1.06,0,0,0,1.12-1.12v-13L11.52,7.6h0a1.16,1.16,0,0,0,.84.36,1.19,1.19,0,0,0,1.19-1.19,1.16,1.16,0,0,0-.36-.84h0L7.49.34a1.07,1.07,0,0,0-1.56,0L.34,6A1.07,1.07,0,0,0,.34,7.6Z\"/>\n </g>`,\n },\n\n attachmentMessaging: {\n viewBox: '0 0 20 20',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(0.000000, 2.000000)\" fill-rule=\"nonzero\">\n <g>\n <path d=\"M17.3678238,1.63921919 C16.3233424,0.589663818 14.9065102,0 13.4291415,0 C11.9517727,0 10.5349405,0.589663818 9.49045916,1.63921919 L1.18746407,9.97893335 C-0.401339682,11.5906429 -0.394999051,14.1890522 1.20165134,15.7929182 C2.79830173,17.3967841 5.38502126,17.4031534 6.98947991,15.8071696 L13.7331632,9.03140295 C14.4418756,8.37255455 14.7349841,7.37703064 14.4970423,6.43693745 C14.2591005,5.49684426 13.5282405,4.76283911 12.5923256,4.52402406 C11.6564106,4.285209 10.6654284,4.57985602 10.0096964,5.29191273 L5.85819883,9.45815328 C5.65582909,9.66115044 5.57664222,9.95717842 5.65046715,10.2347264 C5.72429207,10.5122743 5.93991303,10.729176 6.21610769,10.8037268 C6.49230235,10.8782776 6.78711018,10.7991513 6.98947991,10.5961542 L11.1409775,6.42428791 C11.5478846,6.03429098 12.1903203,6.04195224 12.5878959,6.4415429 C12.9854714,6.84113356 12.9927471,7.48647659 12.6042823,7.8950094 L5.85819883,14.670776 C4.88080568,15.6525861 3.29613833,15.6525861 2.31874521,14.670776 C1.34135208,13.6889658 1.34135206,12.0971371 2.31874515,11.1153269 L10.6217402,2.77561273 C12.1722251,1.21812093 14.6860578,1.21812093 16.2365427,2.77561273 C17.7870275,4.33310453 17.7870275,6.85829767 16.2365427,8.41578947 L10.0096964,14.670776 C9.80171621,14.8725578 9.71830542,15.1713661 9.79152302,15.4523538 C9.86474062,15.7333416 10.0831922,15.9527804 10.3629158,16.0263289 C10.6426394,16.0998774 10.9401035,16.0160896 11.1409775,15.8071696 L17.3678238,9.55137934 C18.4128535,8.50228241 19,7.07900813 19,5.59489743 C19,4.11078673 18.4128535,2.68751245 17.3678238,1.63841551 L17.3678238,1.63921919 Z\"></path>\n </g>\n </g>\n </g>`,\n },\n\n bellAlert: {\n viewBox: '0 0 16 18',\n svg: svg`\n <path class=\"st0\" d=\"M5,15c0,1.6,1.3,3,3,3s3-1.4,3-3H5z\"/>\n <circle cx=\"13\" cy=\"3\" r=\"2.6\"/>\n <g>\n <path class=\"st0\" d=\"M14.4,9V7.3C14,7.5,13.5,7.6,13,7.6c-2.5,0-4.6-2-4.6-4.6c0-1.1,0.4-2.1,1-2.8C9,0.1,8.5,0,7.9,0H7.7\n C4.3,0.1,1.5,2.9,1.5,6.2V9l-1.4,2.6C-0.2,12.2,0.3,13,1.2,13H15c0.8,0,1.3-0.8,1-1.4L14.4,9z\"/>\n </g>`,\n },\n\n bell: {\n viewBox: '0 0 16 18',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\" opacity=\"0.97\">\n <g transform=\"translate(-1063.000000, -1433.000000)\">\n <g transform=\"translate(0.000000, 1415.000000)\">\n <g transform=\"translate(913.000000, 1.000000)\">\n <g transform=\"translate(150.000000, 8.000000)\">\n <g>\n <g transform=\"translate(0.000000, 9.000000)\">\n <path d=\"M5,15 C5,16.65 6.35,18 8,18 C9.65,18 11,16.65 11,15 L5,15 Z\"></path>\n <path d=\"M7.94590329,0 L7.73104759,0 C4.28878496,0.101 1.49337513,2.923 1.49337513,6.248 L1.49337513,8.969 L0.0945273682,11.589 C-0.227756185,12.194 0.30938307,13 1.16994873,13 L14.9367136,13 C15.6887085,13 16.2269906,12.194 15.9047071,11.589 L14.3984314,8.969 L14.3984314,6.047 C14.3984314,2.62 11.6018788,0 7.94590329,0\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n calendarNavLeft: {\n viewBox: '0 0 6.55 11',\n svg: svg`\n <g>\n <g>\n <path d=\"M2.53,5.5,6.24,1.79A1,1,0,0,0,4.76.31L.31,4.76a1,1,0,0,0,0,1.48l4.45,4.45A1,1,0,0,0,6.24,9.21Z\"/>\n </g>\n </g>\n `,\n },\n\n calendarNavRight: {\n viewBox: '0 0 6.55 11',\n svg: svg`\n <g>\n <g>\n <path d=\"M4,5.5.31,9.21a1,1,0,0,0,1.48,1.48L6.24,6.24a1,1,0,0,0,0-1.48L1.79.31A1,1,0,0,0,.31,1.79Z\"/>\n </g>\n </g>`,\n },\n\n chatFilled: {\n viewBox: '0 0 18 15.77',\n svg: svg`\n <g>\n <g>\n <path d=\"M7.18,14.37A12.09,12.09,0,0,0,9,14.5c5,0,9-3.24,9-7.25S14,0,9,0,0,3.25,0,7.25a7,7,0,0,0,3.92,6l-1,2.11a.3.3,0,0,0,.14.4.36.36,0,0,0,.23,0Z\"/>\n </g>\n </g>`,\n },\n\n chevronDownFilled: {\n viewBox: '0 0 18 9.36',\n svg: svg`\n <g>\n <g>\n <path d=\"M8.19,9.05.41,2.13A1.22,1.22,0,0,1,1.22,0H16.78a1.22,1.22,0,0,1,.81,2.13L9.81,9.05A1.22,1.22,0,0,1,8.19,9.05Z\" fill-rule=\"evenodd\"/>\n </g>\n </g>`,\n },\n\n content: {\n viewBox: '0 0 18 14.33',\n svg: svg`\n <rect y=\"6.17\" width=\"18\" height=\"2\" rx=\"1\"/>\n <rect width=\"18\" height=\"2\" rx=\"1\"/>\n <rect y=\"12.33\" width=\"12.3\" height=\"2\" rx=\"1\"/>`,\n },\n\n edit: {\n viewBox: '0 0 12 14',\n svg: svg`\n <defs>\n <polygon points=\"0.0896 6.79564065e-05 9.8928 6.79564065e-05 9.8928 11.2426588 0.0896 11.2426588\"></polygon>\n <polygon points=\"0 0.399823529 3.43728 0.399823529 3.43728 4.11732689 0 4.11732689\"></polygon>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-243.000000, -133.000000)\">\n <g transform=\"translate(243.000000, 133.000000)\">\n <g transform=\"translate(1.600000, 0.000000)\">\n <mask fill=\"white\">\n <use xlink:href=\"#path-1\"></use>\n </mask>\n <g></g>\n <path d=\"M9.5568,1.38830588 L8.2064,0.272423529 C7.688,-0.155811765 6.9208,-0.0693411765 6.5056,0.463482353 L5.4656,1.7976 L0.0896,8.76548235 L3.0872,11.2426588 L8.4816,4.28877647 L8.4816,4.2896 L9.6848,2.74630588 C10.0088,2.31065882 9.9456,1.70948235 9.5568,1.38830588\" mask=\"url(#mask-2)\"></path>\n </g>\n <g transform=\"translate(0.000000, 9.882353)\">\n <mask fill=\"white\">\n <use xlink:href=\"#path-3\"></use>\n </mask>\n <g></g>\n <path d=\"M0.00208,3.76394118 C-0.02432,3.99288235 0.19808,4.17570588 0.40928,4.09994118 L3.43728,2.87782353 L0.45568,0.399823529 L0.00208,3.76394118 Z\" mask=\"url(#mask-4)\"></path>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n emoji: {\n viewBox: '0 0 20 20',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M10.325,2 C5.725,2 2,5.73333333 2,10.3333333 C2,14.9333333 5.725,18.6666667 10.325,18.6666667 C14.9333333,18.6666667 18.6666667,14.9333333 18.6666667,10.3333333 C18.6666667,5.73333333 14.9333333,2 10.325,2 Z M10.3333333,17 C6.65,17 3.66666667,14.0166667 3.66666667,10.3333333 C3.66666667,6.65 6.65,3.66666667 10.3333333,3.66666667 C14.0166667,3.66666667 17,6.65 17,10.3333333 C17,14.0166667 14.0166667,17 10.3333333,17 Z M13.25,9.5 C13.9416667,9.5 14.5,8.94166667 14.5,8.25 C14.5,7.55833333 13.9416667,7 13.25,7 C12.5583333,7 12,7.55833333 12,8.25 C12,8.94166667 12.5583333,9.5 13.25,9.5 Z M7.41666667,9.5 C8.10833333,9.5 8.66666667,8.94166667 8.66666667,8.25 C8.66666667,7.55833333 8.10833333,7 7.41666667,7 C6.725,7 6.16666667,7.55833333 6.16666667,8.25 C6.16666667,8.94166667 6.725,9.5 7.41666667,9.5 Z M10.3333333,14.9166667 C12.275,14.9166667 13.925,13.7 14.5916667,12 L6.075,12 C6.74166667,13.7 8.39166667,14.9166667 10.3333333,14.9166667 Z\" fill-rule=\"nonzero\"></path>\n </g>`,\n },\n\n exclamation: {\n viewBox: '0 0 3.61 18',\n svg: svg`\n <g>\n <g>\n <g>\n <rect width=\"3.61\" height=\"12.62\" rx=\"1.8\" ry=\"1.8\" />\n <circle cx=\"1.8\" cy=\"16.21\" r=\"1.79\" />\n </g>\n </g>\n </g>`,\n },\n\n glasses: {\n viewBox: '0 0 70 30',\n svg: svg`\n <g transform=\"translate(-1063.000000, -447.000000)\">\n <g transform=\"translate(988.000000, 447.000000)\">\n <g transform=\"translate(75.000000, 0.000000)\">\n <path d=\"M14.7058824,0 C6.58389585,0 0,6.58389585 0,14.7058824 C0,22.8278689 6.58389585,29.4117647 14.7058824,29.4117647 C22.8278689,29.4117647 29.4117647,22.8278689 29.4117647,14.7058824 C29.4117647,6.58389585 22.8278689,0 14.7058824,0 M14.7058824,3.37512054 C20.9537126,3.37512054 26.0366442,8.45805207 26.0366442,14.7058824 C26.0366442,20.9537126 20.9537126,26.0366442 14.7058824,26.0366442 C8.45805207,26.0366442 3.37512054,20.9537126 3.37512054,14.7058824 C3.37512054,8.45805207 8.45805207,3.37512054 14.7058824,3.37512054\"></path>\n <path d=\"M54.7058824,0 C46.5838959,0 40,6.58389585 40,14.7058824 C40,22.8278689 46.5838959,29.4117647 54.7058824,29.4117647 C62.8278689,29.4117647 69.4117647,22.8278689 69.4117647,14.7058824 C69.4117647,6.58389585 62.8278689,0 54.7058824,0 M54.7058824,3.37512054 C60.9537126,3.37512054 66.0366442,8.45805207 66.0366442,14.7058824 C66.0366442,20.9537126 60.9537126,26.0366442 54.7058824,26.0366442 C48.4580521,26.0366442 43.3751205,20.9537126 43.3751205,14.7058824 C43.3751205,8.45805207 48.4580521,3.37512054 54.7058824,3.37512054\"></path>\n <path d=\"M27,10.6806723 C27,10.6806723 29.8361345,9 34.0903361,9 C38.3445378,9 42.1260504,10.6806723 42.1260504,10.6806723\"></path>\n </g>\n </g>\n </g>`,\n },\n\n info: {\n viewBox: '0 0 3.61 18',\n svg: svg`\n <rect y=\"5.38\" width=\"3.61\" height=\"12.62\" rx=\"1.8\" ry=\"1.8\"/>\n <circle cx=\"1.8\" cy=\"1.79\" r=\"1.79\">`,\n },\n\n jobDependency: {\n viewBox: '0 0 24 24',\n svg: svg`\n <path d=\"M20,13H10c-0.55,0-1,0.45-1,1v2H6.94C6.39,16,6,15.66,6,15.35V11h8c0.55,0,1-0.45,1-1V4c0-0.55-0.45-1-1-1H4\n C3.45,3,3,3.45,3,4v6c0,0.55,0.45,1,1,1v4.35C4,16.81,5.32,18,6.94,18H9v2c0,0.55,0.45,1,1,1h10c0.55,0,1-0.45,1-1v-6\n C21,13.45,20.55,13,20,13z M5,5h8v4H5V5z M19,19h-8v-4h8V19z\"/>`,\n },\n\n location: {\n viewBox: '0 0 18 17.6',\n svg: svg`\n <path class=\"st0\" d=\"M17,1.5L13,0.1C12.7,0,12.3,0,12,0c-0.3,0-0.7,0-0.9,0.1L6.9,1.5C6.7,1.6,6.3,1.6,6,1.6c-0.3,0-0.7,0-1-0.1\n L0.9,0.1c-0.1,0-0.2,0-0.3,0C0.3,0.1,0,0.4,0,0.8v14c0,0.6,0.4,1.1,1,1.3l4,1.4c0.3,0.1,0.6,0.1,1,0.1c0.3,0,0.7,0,0.9-0.1l4.3-1.4\n c0.3-0.1,0.6-0.1,0.9-0.1c0.4,0,0.7,0,1,0.1l4,1.4c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.3,0.7-0.7v-14C18,2.3,17.6,1.7,17,1.5z\n M2,14.4V2.6l2.4,0.8C4.6,3.5,4.8,3.5,5,3.5v11.8L2,14.4z M7,15.4V3.5c0.2,0,0.4-0.1,0.5-0.1L11,2.3v11.9c-0.1,0-0.3,0.1-0.4,0.1\n L7,15.4z M16,15l-2.3-0.8c-0.2-0.1-0.5-0.1-0.7-0.2V2.3l3,1V15z\"/>\n `,\n },\n\n locked: {\n viewBox: '0 0 11 14',\n svg: svg`\n <g transform=\"translate(-860.000000, -816.000000)\">\n <path d=\"M869.428571,818.955556 C869.428571,817.382114 868.041149,816.0487 866.377289,816.001304 C866.346855,816.000437 865.530613,816 865.5,816 C865.471911,816 864.65818,816.000368 864.630241,816.001098 C862.963039,816.044679 861.571429,817.379741 861.571429,818.955556 L861.571429,821.444444 L863.142857,821.444444 L863.142857,818.955556 C863.142857,818.251966 863.831925,817.609931 864.614241,817.558828 C864.647436,817.55666 865.466514,817.555556 865.5,817.555556 C865.541427,817.555556 866.368382,817.557246 866.409348,817.56055 C867.181874,817.622859 867.857143,818.259046 867.857143,818.955556 L867.857143,821.444444 L861.571429,821.444444 C860.707143,821.444444 860,822.144444 860,823 L860,828.444444 C860,829.3 860.707143,830 861.571429,830 L869.428571,830 C870.292857,830 871,829.3 871,828.444444 L871,823 C871,822.144444 870.292857,821.444444 869.428571,821.444444 L869.428571,818.955556 Z\"></path>\n </g>`,\n },\n\n mention: {\n viewBox: '0 0 20 20',\n svg: svg`\n <path d=\"M10.3333333,2 C5.73333333,2 2,5.73333333 2,10.3333333 C2,14.9333333 5.73333333,18.6666667 10.3333333,18.6666667 L14.5,18.6666667 L14.5,17 L10.3333333,17 C6.71666667,17 3.66666667,13.95 3.66666667,10.3333333 C3.66666667,6.71666667 6.71666667,3.66666667 10.3333333,3.66666667 C13.95,3.66666667 17,6.71666667 17,10.3333333 L17,11.525 C17,12.1833333 16.4083333,12.8333333 15.75,12.8333333 C15.0916667,12.8333333 14.5,12.1833333 14.5,11.525 L14.5,10.3333333 C14.5,8.03333333 12.6333333,6.16666667 10.3333333,6.16666667 C8.03333333,6.16666667 6.16666667,8.03333333 6.16666667,10.3333333 C6.16666667,12.6333333 8.03333333,14.5 10.3333333,14.5 C11.4833333,14.5 12.5333333,14.0333333 13.2833333,13.275 C13.825,14.0166667 14.7583333,14.5 15.75,14.5 C17.3916667,14.5 18.6666667,13.1666667 18.6666667,11.525 L18.6666667,10.3333333 C18.6666667,5.73333333 14.9333333,2 10.3333333,2 Z M10.3333333,12.8333333 C8.95,12.8333333 7.83333333,11.7166667 7.83333333,10.3333333 C7.83333333,8.95 8.95,7.83333333 10.3333333,7.83333333 C11.7166667,7.83333333 12.8333333,8.95 12.8333333,10.3333333 C12.8333333,11.7166667 11.7166667,12.8333333 10.3333333,12.8333333 Z\" fill-rule=\"nonzero\"></path>`,\n },\n\n optimiseFill: {\n viewBox: '0 0 7 10',\n svg: svg`<path d=\"M3.00837375,9.0254834 C2.95830943,9.0254834 2.9082451,9.0254834 2.85818078,9.0254834 C2.65792348,8.92534203 2.50773051,8.72505928 2.50773051,8.52477653 L2.50773051,6.02124217 L0.50515754,6.02124217 C0.304900243,6.02124217 0.15470727,5.9211008 0.0545786215,5.77088874 C-0.0455500269,5.62067667 0.0045142973,5.42039393 0.104642946,5.27018186 L3.55908132,0.263113149 C3.65920997,0.0628304004 3.90953159,-0.0373109739 4.10978889,0.0127597133 C4.31004618,0.0628304004 4.46023916,0.263113149 4.46023916,0.513466585 L4.46023916,3.06707163 L6.51287645,3.06707163 C6.71313375,3.06707163 6.86332672,3.167213 6.96345537,3.31742506 C7.06358402,3.46763713 7.01351969,3.66791987 6.91339104,3.81813194 L3.40888835,8.77512996 C3.3087597,8.92534203 3.15856672,9.0254834 3.00837375,9.0254834 Z\"></path>`,\n },\n\n pin: {\n viewBox: '0 0 48 60',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M47.9343051,25.5003397 C47.9777831,25.5182179 48,25.5274551 48,25.5274551 C48,45.4845306 24.8401003,59.7689962 24.8401003,59.7689962 C24.3769827,60.0753098 23.6301271,60.075534 23.1738657,59.7783581 C23.1738657,59.7783581 0,45.4845306 0,25.5274551 C1.53712829e-17,25.2731115 0.00779630727,25.0252509 0.0231902012,24.7837494 C0.00778358739,24.4347562 0,24.0838066 0,23.7310594 C0,10.6247572 10.745166,5.68434189e-14 24,5.68434189e-14 C37.254834,5.68434189e-14 48,10.6247572 48,23.7310594 C48,24.3261903 47.9778447,24.9162046 47.9343051,25.5003397 Z\"></path>\n </g>`,\n },\n\n planeLandingWithGround: {\n viewBox: '0 0 15 15',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-113.000000, -1615.000000)\">\n <g transform=\"translate(105.000000, 1611.000000)\">\n <g>\n <g transform=\"translate(8.000000, 3.000000)\">\n <g transform=\"translate(0.000000, 0.480500)\">\n <path d=\"M5.6149,9.4171 L9.1499,10.3331 L13.4649,11.4531 C14.1149,11.6191 14.7809,11.2481 14.9599,10.6171 C15.1309,9.9851 14.7489,9.3381 14.0979,9.1641 L9.7839,8.0431 L7.6409,1.2411 C7.5789,1.0431 7.4149,0.8901 7.2089,0.8371 L5.9729,0.5201 L5.9729,7.0571 L1.9339,6.0061 L1.2929,4.4531 C1.2209,4.2771 1.0679,4.1461 0.8809,4.0971 L-0.0001,3.8671 L-0.0001,7.9481 L1.2999,8.2881 L5.6149,9.4171 Z\"></path>\n </g>\n <g transform=\"translate(1.000000, 13.480500)\">\n <g>\n <g>\n <path d=\"M0.5119,0.2355 L12.4889,0.2355 C12.5929,0.2355 12.6769,0.3315 12.6769,0.4505 L12.6769,1.7855 C12.6769,1.9035 12.5929,2.0005 12.4889,2.0005 L0.5119,2.0005 C0.4079,2.0005 0.3239,1.9035 0.3239,1.7855 L0.3239,0.4505 C0.3239,0.3315 0.4079,0.2355 0.5119,0.2355\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n planeLanding: {\n viewBox: '0 0 11 9',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-119.000000, -3267.000000)\">\n <g transform=\"translate(106.000000, 3253.000000)\">\n <g>\n <g transform=\"translate(7.000000, 8.000000)\">\n <path d=\"M10.2435275,12.7599784 L12.6000724,13.3706135 L15.4765904,14.1172415 C15.9099013,14.2279025 16.3538783,13.9805819 16.4732055,13.559937 C16.5871996,13.1386255 16.3325461,12.7073144 15.8985685,12.5913204 L13.0227172,11.8440257 L11.5941244,7.30959344 C11.5527932,7.17760027 11.4434655,7.07560554 11.3061393,7.04027403 L10.4821819,6.82895162 L10.4821819,11.1867264 L7.78965439,10.4860959 L7.36234314,9.45081609 C7.31434562,9.33348882 7.2123509,9.24616 7.08769067,9.21349502 L6.5003877,9.06016962 L6.5003877,11.7806957 L7.36700957,12.0073506 L10.2435275,12.7599784 Z\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n `,\n },\n\n planeTakeOff: {\n viewBox: '0 0 16 15',\n svg: svg`\n <defs>\n <polygon points=\"0 0.254864359 16 0.254864359 16 10.0688 0 10.0688\"></polygon>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-113.000000, -822.000000)\">\n <g transform=\"translate(105.000000, 819.000000)\">\n <g>\n <g transform=\"translate(8.000000, 3.000000)\">\n <g>\n <path d=\"M1.96728889,13.0784 L14.0321778,13.0784 C14.1370667,13.0784 14.2224,13.1752889 14.2224,13.2952889 L14.2224,14.6401778 C14.2224,14.7601778 14.1370667,14.8561778 14.0321778,14.8561778 L1.96728889,14.8561778 C1.8624,14.8561778 1.77795556,14.7601778 1.77795556,14.6401778 L1.77795556,13.2952889 C1.77795556,13.1752889 1.8624,13.0784 1.96728889,13.0784\"></path>\n <g transform=\"translate(0.000000, 0.634311)\">\n <g></g>\n <path d=\"M15.9608,5.04568889 C15.7945778,4.4048 15.1403556,4.02168889 14.5092444,4.19768889 L10.3199111,5.3328 L5.11635556,0.417244444 C4.96702222,0.275911111 4.75546667,0.221688889 4.55724444,0.275022222 L3.3528,0.597688889 L6.61946667,6.3328 L2.69857778,7.39768889 L1.38035556,6.35235556 C1.23102222,6.23502222 1.03635556,6.19502222 0.855022222,6.2448 L-8.88888889e-05,6.4768 L1.43635556,9.00568889 L2.04346667,10.0688 L3.30568889,9.72568889 L7.49502222,8.5888 L10.9270222,7.6608 L15.1163556,6.52568889 C15.7554667,6.34168889 16.1261333,5.68568889 15.9608,5.04568889\" mask=\"url(#mask-2)\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n resourcePlaceholder: {\n viewBox: '0 0 96 70',\n svg: svg`\n <g clip-path=\"url(#clip0_2190_85012)\">\n <rect width=\"96\" height=\"70\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.6197 21.2084C57.6197 12.7277 62.1858 9.68918 67.7892 9.68918C73.4079 9.68918 77.9588 12.7431 77.9588 21.2084C77.9588 29.6917 73.3952 32.7277 67.7892 32.7277C62.1731 32.7277 57.6197 29.6763 57.6197 21.2084ZM53.559 40.1512C56.3429 39.0863 61.2497 37.6297 67.8065 37.6297C73.7481 37.6297 79.2523 39.0223 82.2091 40.1512C87.2126 42.0659 89.6838 45.6548 90.6168 49.3666C91.1202 51.3888 90.2889 53.5621 88.7812 54.2584C86.9278 55.116 77.3506 55.5486 67.7938 55.5486C58.2878 55.5486 48.7971 55.1211 46.9691 54.2661C45.4716 53.5647 44.6453 51.3965 45.1487 49.3794C46.0742 45.6625 48.5479 42.0685 53.559 40.1512Z\" fill=\"white\"/>\n <mask id=\"mask0_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"45\" y=\"9\" width=\"46\" height=\"47\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.6197 21.2084C57.6197 12.7277 62.1858 9.68918 67.7892 9.68918C73.4079 9.68918 77.9588 12.7431 77.9588 21.2084C77.9588 29.6917 73.3952 32.7277 67.7892 32.7277C62.1731 32.7277 57.6197 29.6763 57.6197 21.2084ZM53.559 40.1512C56.3429 39.0863 61.2497 37.6297 67.8065 37.6297C73.7481 37.6297 79.2523 39.0223 82.2091 40.1512C87.2126 42.0659 89.6838 45.6548 90.6168 49.3666C91.1202 51.3888 90.2889 53.5621 88.7812 54.2584C86.9278 55.116 77.3506 55.5486 67.7938 55.5486C58.2878 55.5486 48.7971 55.1211 46.9691 54.2661C45.4716 53.5647 44.6453 51.3965 45.1487 49.3794C46.0742 45.6625 48.5479 42.0685 53.559 40.1512Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask0_2190_85012)\">\n <rect x=\"27.2032\" y=\"-8.22964\" width=\"81.3565\" height=\"81.9146\" fill=\"#ECEEF3\"/>\n </g>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.1065 16.4035C28.1065 4.31396 34.6579 -0.0175476 42.6976 -0.0175476C50.7592 -0.0175476 57.2887 4.33586 57.2887 16.4035C57.2887 28.4967 50.7409 32.8246 42.6976 32.8246C34.6396 32.8246 28.1065 28.4748 28.1065 16.4035ZM22.2802 43.407C26.2746 41.889 33.3148 39.8126 42.7224 39.8126C51.2472 39.8126 59.1447 41.7978 63.387 43.407C70.5659 46.1366 74.1115 51.2526 75.4502 56.5439C76.1725 59.4267 74.9797 62.5248 72.8166 63.5173C70.1573 64.7398 56.4161 65.3565 42.7041 65.3565C29.0651 65.3565 15.4479 64.7471 12.8252 63.5283C10.6767 62.5284 9.49113 59.4376 10.2134 56.5621C11.5412 51.2636 15.0905 46.1402 22.2802 43.407Z\" fill=\"white\"/>\n <mask id=\"mask1_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"-1\" width=\"66\" height=\"67\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.1065 16.4035C28.1065 4.31396 34.6579 -0.0175476 42.6976 -0.0175476C50.7592 -0.0175476 57.2887 4.33586 57.2887 16.4035C57.2887 28.4967 50.7409 32.8246 42.6976 32.8246C34.6396 32.8246 28.1065 28.4748 28.1065 16.4035ZM22.2802 43.407C26.2746 41.889 33.3148 39.8126 42.7224 39.8126C51.2472 39.8126 59.1447 41.7978 63.387 43.407C70.5659 46.1366 74.1115 51.2526 75.4502 56.5439C76.1725 59.4267 74.9797 62.5248 72.8166 63.5173C70.1573 64.7398 56.4161 65.3565 42.7041 65.3565C29.0651 65.3565 15.4479 64.7471 12.8252 63.5283C10.6767 62.5284 9.49113 59.4376 10.2134 56.5621C11.5412 51.2636 15.0905 46.1402 22.2802 43.407Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask1_2190_85012)\">\n <rect x=\"-15.5344\" y=\"-25.5614\" width=\"116.729\" height=\"116.772\" fill=\"white\"/>\n </g>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.1065 19.4035C24.1065 7.31396 30.6579 2.98245 38.6976 2.98245C46.7592 2.98245 53.2887 7.33586 53.2887 19.4035C53.2887 31.4967 46.7409 35.8246 38.6976 35.8246C30.6396 35.8246 24.1065 31.4748 24.1065 19.4035ZM18.2802 46.407C22.2746 44.889 29.3148 42.8126 38.7224 42.8126C47.2472 42.8126 55.1447 44.7978 59.387 46.407C66.5659 49.1366 70.1115 54.2526 71.4502 59.5439C72.1725 62.4267 70.9797 65.5248 68.8166 66.5173C66.1573 67.7398 52.4161 68.3565 38.7041 68.3565C25.0651 68.3565 11.4479 67.7471 8.8252 66.5283C6.67666 65.5284 5.49113 62.4376 6.21339 59.5621C7.54118 54.2636 11.0905 49.1402 18.2802 46.407Z\" fill=\"white\"/>\n <mask id=\"mask2_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"6\" y=\"2\" width=\"66\" height=\"67\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.1065 19.4035C24.1065 7.31396 30.6579 2.98245 38.6976 2.98245C46.7592 2.98245 53.2887 7.33586 53.2887 19.4035C53.2887 31.4967 46.7409 35.8246 38.6976 35.8246C30.6396 35.8246 24.1065 31.4748 24.1065 19.4035ZM18.2802 46.407C22.2746 44.889 29.3148 42.8126 38.7224 42.8126C47.2472 42.8126 55.1447 44.7978 59.387 46.407C66.5659 49.1366 70.1115 54.2526 71.4502 59.5439C72.1725 62.4267 70.9797 65.5248 68.8166 66.5173C66.1573 67.7398 52.4161 68.3565 38.7041 68.3565C25.0651 68.3565 11.4479 67.7471 8.8252 66.5283C6.67666 65.5284 5.49113 62.4376 6.21339 59.5621C7.54118 54.2636 11.0905 49.1402 18.2802 46.407Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask2_2190_85012)\">\n <rect x=\"-19.5344\" y=\"-22.5614\" width=\"116.729\" height=\"116.772\" fill=\"#CACFD9\"/>\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_2190_85012\">\n <rect width=\"96\" height=\"70\" fill=\"white\"/>\n </clipPath>\n </defs>\n `,\n },\n\n remove: {\n viewBox: '0 0 20 20',\n svg: svg`<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.948 6C13.2362 6 13.4835 6.10204 13.6901 6.30612C13.8967 6.5102 14 6.75646 14 7.0449C14 7.33333 13.8967 7.58095 13.6901 7.78776L11.472 10.0082L13.6901 12.2204C13.8967 12.4272 14 12.6721 14 12.9551C14 13.2435 13.8967 13.4898 13.6901 13.6939C13.4835 13.898 13.2362 14 12.948 14C12.6599 14 12.4152 13.8993 12.2141 13.698L9.99592 11.4857L7.78593 13.698C7.58478 13.8993 7.33741 14 7.04383 14C6.75569 14 6.50968 13.8993 6.30581 13.698C6.10194 13.4966 6 13.2517 6 12.9633C6 12.6694 6.10058 12.4218 6.30173 12.2204L8.51988 10.0082L6.30173 7.78776C6.10058 7.58639 6 7.3415 6 7.05306C6 6.76463 6.10194 6.51701 6.30581 6.3102C6.50968 6.1034 6.75569 6 7.04383 6C7.33197 6 7.57934 6.1034 7.78593 6.3102L9.99592 8.53061L12.2141 6.3102C12.4207 6.1034 12.6653 6 12.948 6Z\" />`,\n },\n\n send: {\n viewBox: '0 0 20 20',\n svg: svg`<path d=\"M5.03704635,10.7541907 L7.42180053,10.5252487 C7.69667911,10.4988597 7.89811972,10.2546341 7.87173073,9.97975549 C7.84925662,9.74565598 7.66667952,9.55886065 7.4331543,9.53104628 L5.03704635,9.24565424 L5.03704635,9.24565424 C4.72354994,9.20132367 4.46176429,8.98902014 4.35901009,8.69577882 L2.04589833,2.0945898 C1.89460363,1.66282299 2.12958701,1.19277007 2.57074839,1.04469721 C2.79489852,0.969462724 3.04103331,0.9898631 3.249064,1.100918 L18.5597508,9.27436031 C18.9691867,9.49293317 19.1200564,9.99496674 18.8967278,10.3956837 C18.8190834,10.5350003 18.7020988,10.6494937 18.5597508,10.7254846 L3.249064,18.8989269 C2.83962811,19.1174998 2.32667107,18.9698429 2.1033424,18.569126 C1.98987111,18.3655253 1.96902686,18.124632 2.04589833,17.9052551 L4.35901009,11.3040661 C4.46176429,11.0108248 4.72354994,10.7985213 5.03704635,10.7541907 Z\"></path>`,\n },\n\n shiftOvernight: {\n viewBox: '0 0 14.045 13.82',\n svg: svg`\n <path class=\"cls-1\" d=\"M12.8425,8.1523A.9241.9241,0,0,1,13.93,9.4158a7.255,7.255,0,0,1-7.3557,4.3734A7.17,7.17,0,0,1,.0311,6.0212,7.1536,7.1536,0,0,1,4.4956.07a.9235.9235,0,0,1,1.2387,1.12A5.513,5.513,0,0,0,7.7564,7.3361a5.6967,5.6967,0,0,0,5.0861.8162\"/>`,\n },\n\n skeduloText: {\n viewBox: '0 0 4004.9 1000',\n svg: svg`\n <g>\n <path class=\"st0\" d=\"M900,0H100C44.8,0,0,44.8,0,100v800c0,55.2,44.8,100,100,100h800c55.2,0,100-44.8,100-100V100\n C1000,44.8,955.2,0,900,0z M306.9,175c131.9,0,386.3,0,386.3,0s131.9,0,131.9,131.5H482.8H175C175,306.5,175,175,306.9,175z\n M517.6,434.3c0,0,44.6,0,176,0S825,565.7,825,565.7H693.6H307c0,0-132,0-132-131.5H517.6z M693.6,825c-132,0-386.6,0-386.6,0\n s-132,0-132-131.5h342.6h308C825.6,693.5,825.6,825,693.6,825z\"/>\n <path class=\"st0\" d=\"M1757,562.9l146.7-222.7l3.1-4.6l-5.5-0.8c-8.6-1.2-17.1-2.2-25.4-2.8c-8.3-0.6-17.1-0.9-26.4-0.9\n c-8.6,0-17,0.3-25,0.9c-8,0.6-16.1,1.5-24.1,2.8l-1.5,0.2l-0.9,1.3l-140,212.3V126.5h-103V818h103V579.9l164.8,230.9l0.9,1.2\n l1.5,0.2c8.6,1.2,17.3,2.2,25.9,2.8c8.6,0.6,17.3,0.9,25.9,0.9c8.6,0,17-0.3,25-0.9c8-0.6,16.3-1.5,25-2.8l5.6-0.8l-3.3-4.7\n L1757,562.9z\"/>\n <path class=\"st0\" d=\"M1455.9,577.3c-9.8-10.4-21.4-19-34.9-25.9c-13.3-6.8-27.4-12.7-42.2-17.6l-40.3-13.7\n c-11-3.7-21.2-7.3-30.6-11c-9.2-3.6-17.4-7.9-24.5-12.9c-6.9-4.9-12.4-10.8-16.4-17.7c-3.9-6.8-5.9-15-5.9-24.8\n c0-18.8,7.9-31.6,24.1-39c16.9-7.7,36.5-11.6,58.6-11.6c21.1,0,40.9,2.3,59.2,6.8c18.5,4.6,34.5,9.3,47.8,14.1l3,1.1l1.4-2.9\n c5-10.6,9.2-22.1,12.6-34.5s5.7-24.8,7-37.3l0.3-2.7l-2.6-0.9c-17.3-6.2-37.5-11.6-60.5-16.2c-23.1-4.6-46.8-6.9-70.8-6.9\n c-58.2,0-102.5,12.4-132.9,37.5c-30.5,25.1-45.7,59.2-45.7,101.8c0,32,9.2,57.7,27.6,76.7c18.1,18.8,47,35.5,86.6,50.4l32.1,11.9\n c11.7,3.7,22.5,7.5,32.5,11.4c9.8,3.9,18.4,8.5,25.8,13.8c7.2,5.2,13,11.6,17.4,19.1c4.3,7.4,6.4,16.9,6.4,28.5\n c0,10.3-2.7,19.6-8.1,27.9c-5.5,8.4-12.8,15.6-21.9,21.4c-9.1,5.9-19.9,10.3-32.4,13.3c-12.6,3-25.7,4.5-39.5,4.5\n c-19.3,0-38.8-2-58.5-5.9c-19.7-3.9-37.6-9.2-53.9-15.9l-3.3-1.3l-1.3,3.3c-4.9,12.3-9.4,24.8-13.4,37.4c-4,12.8-6.7,25.4-7.9,37.9\n l-0.3,2.7l2.6,0.9c19.1,6.8,39.8,12.2,62,16.2c22.2,4,48.1,6,77.6,6c29.1,0,55.7-3.7,79.9-11.2c24.2-7.5,44.9-17.9,62.1-31.3\n c17.2-13.5,30.5-29.8,40-48.9c9.4-19.1,14.1-40.3,14.1-63.5c0-20.6-3-38.3-9-53.1C1473.6,600.3,1465.7,587.7,1455.9,577.3z\"/>\n <path class=\"st0\" d=\"M2287.7,386.6c-16.8-19.7-37.7-35.1-62.6-46.3c-24.9-11.2-53.8-16.8-86.7-16.8c-38.4,0-71.8,6.7-100.1,20.1\n c-28.3,13.4-51.8,31.4-70.4,54.1c-18.6,22.7-32.5,49.4-41.5,80.1c-9,30.6-13.4,63.5-13.4,98.7c0,35.8,4.6,68.7,13.9,98.7\n c9.3,30.1,24.1,56.3,44.3,78.4c20.2,22.1,45.9,39.2,77,51.3c31,12.1,68.1,18.1,111.3,18.1c29.5,0,56.5-2.2,80.8-6.5\n c24.4-4.3,46.8-10.8,67.2-19.5l2.2-1l-0.1-2.4c-0.6-13.1-2.5-26.3-5.6-39.6c-3.1-13.4-7.2-24.9-12.2-34.3l-1.5-2.7l-2.9,1.1\n c-38.7,15.1-79.5,22.7-122.5,22.7c-48.7,0-85.3-11.7-109.9-34.8c-24.6-23.1-37.6-56.3-38.8-106.8h316.5h3.2l0.3-3.2\n c0.6-6.8,1.2-14.9,1.8-24.4c0.6-9.6,0.9-18.6,0.9-27.3c0-31.5-4.3-60.8-13-87.7C2317.3,429.6,2304.5,406.3,2287.7,386.6z\n M2249.5,531.5h-3.5h-232h-3.9l0.4-3.9c4.4-41.1,16.7-73.2,37.1-96.5c20.6-23.4,50.1-35.2,88.4-35.2c19.5,0,36.4,3.6,50.7,10.9\n c14.2,7.3,25.9,16.9,35.1,29c9.1,12,16,26,20.7,42c4.7,15.9,7,32.6,7,50.1V531.5z\"/>\n <path class=\"st0\" d=\"M2776.3,129.9c-8.3-0.6-15.9-0.9-22.7-0.9c-6.2,0-13.6,0.3-22.2,0.9c-8.7,0.6-16.4,1.6-23.3,2.8l-2.9,0.5v2.9\n v200.1c-12.4-3.7-22.2-5.7-38.6-8.2c-16.4-2.5-32.6-3.7-48.6-3.7c-35.9,0-68.6,6.2-98,18.6c-29.5,12.4-54.8,30-75.9,52.7\n c-21.1,22.7-37.4,49.8-48.8,81.4c-11.4,31.6-17.2,66.5-17.2,104.8c0,44.5,6.5,81.9,19.5,112.4c13,30.4,30.8,55.3,53.2,74.7\n c22.4,19.3,48.7,33.1,78.8,41.5c29.9,8.3,61.6,12.5,94.9,12.5c35.6,0,67.9-2.3,96.8-6.9c28.9-4.6,55-10.3,78.3-17.1l2.5-0.7v-2.6\n V136.2v-2.9l-2.9-0.5C2792.3,131.5,2784.7,130.5,2776.3,129.9z M2709,734.8c-10.4,3.1-22.3,5.3-35.8,6.9c-13.4,1.5-28.1,2.3-44,2.3\n c-46.4,0-83.1-12.5-110-37.6c-26.9-25.1-40.6-66.6-41.2-124.7c0-25.7,2.9-49.3,8.7-71c5.8-21.7,14.7-40.5,26.6-56.4\n c11.9-15.9,27-28.4,45.4-37.6c18.3-9.2,40-13.8,65.1-13.8c16.5,0,31.8,1.2,45.8,3.7c14.1,2.4,27.2,6.1,39.4,11V734.8z\"/>\n <path class=\"st0\" d=\"M3237.3,331.9c-8.3-0.6-15.9-0.9-22.7-0.9c-6.8,0-14.4,0.3-22.7,0.9c-8.4,0.6-16,1.6-22.8,2.8l-2.9,0.5v2.9\n v392.5c-21.2,6.1-46.6,9.2-76.3,9.2c-20.5,0-38.6-2.1-54.1-6.3c-15.3-4.1-28.2-11.5-38.8-22c-10.6-10.6-18.5-25.2-23.9-43.9\n c-5.4-18.9-8.1-42.9-8.1-71.9V338.2v-2.9l-2.9-0.5c-6.9-1.2-14.6-2.2-23.3-2.8c-8.6-0.6-16.4-0.9-23.2-0.9\n c-6.2,0-13.6,0.3-22.3,0.9c-8.7,0.6-16.5,1.6-23.3,2.8l-2.9,0.5v2.9v261.3c0,47.5,5.9,85.8,17.7,115c11.8,29.3,28.1,52.1,48.8,68.4\n c20.6,16.2,44.5,27,71.7,32.3c26.8,5.2,55.3,7.9,85.5,7.9c32,0,63-2.8,92.8-8.3c29.8-5.5,55.4-11.4,76.9-17.5l2.5-0.7v-2.6V338.2\n v-2.9l-2.9-0.5C3253.3,333.5,3245.7,332.5,3237.3,331.9z\"/>\n <path class=\"st0\" d=\"M3522.3,733.7l-3.4,0.8c-4.7,1.2-10.5,2.1-17.3,2.7c-6.9,0.6-13.1,0.9-18.5,0.9c-7.7,0-14.9-0.7-21.7-2.2\n c-6.4-1.4-11.9-4.4-16.6-9.1c-4.8-4.8-8.6-11.8-11.5-21c-2.9-9.4-4.4-22.5-4.4-39.3V136.2v-2.9l-2.9-0.5\n c-6.9-1.2-14.5-2.2-22.8-2.8c-8.3-0.6-15.9-0.9-22.7-0.9c-6.8,0-14.4,0.3-22.7,0.9c-8.4,0.6-16,1.6-22.8,2.8l-2.9,0.5v2.9v550.4\n c0,24.9,3.4,45.8,10.3,62.8c6.9,17,16.4,30.6,28.5,40.8c12,10.1,25.9,17.4,41.6,21.8c15.6,4.4,32.4,6.6,50.4,6.6\n c10.5,0,21.9-0.5,34.2-1.4c12.5-0.9,23.2-3,32.1-6.2l2.3-0.8v-2.5c0-25.4-2.8-48.9-8.4-70.6L3522.3,733.7z\"/>\n <path class=\"st0\" d=\"M3953.6,475.5c-9-30.4-22.8-56.8-41.5-79.2c-18.7-22.4-42-40.2-70-53.2c-28-13.1-60.6-19.6-97.8-19.6\n s-69.8,6.5-97.8,19.6c-28,13.1-51.3,30.8-70,53.2c-18.7,22.4-32.5,48.8-41.5,79.2c-9,30.3-13.4,63-13.4,98.2\n c0,35.2,4.5,67.9,13.4,98.2c9,30.4,22.8,56.8,41.5,79.2c18.7,22.4,42,40,70,52.8c28,12.8,60.6,19.1,97.8,19.1s69.8-6.4,97.8-19.1\n c28-12.7,51.4-30.3,70-52.8c18.7-22.4,32.5-48.8,41.5-79.2c9-30.3,13.4-63,13.4-98.2C3967,538.5,3962.5,505.8,3953.6,475.5z\n M3834.8,699.2c-19.5,29.6-49.5,44.3-90.5,44.3c-41,0-70.9-14.7-90.1-44.3c-19.4-30-29.2-71.8-29.2-125.7\n c0-53.8,9.8-95.5,29.2-125.2c19.2-29.3,49.1-43.8,90.1-43.8c41,0,71.1,14.6,90.6,43.9c19.7,29.6,29.7,71.4,29.7,125.2\n C3864.5,627.4,3854.6,669.2,3834.8,699.2z\"/>\n </g>`,\n },\n\n skedulo: {\n viewBox: '0 0 30 30',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M0,3.9992748 C0,1.79053632 1.78679466,0 3.9992748,0 L26.0007252,0 C28.2094637,0 30,1.78679466 30,3.9992748 L30,26.0007252 C30,28.2094637 28.2132053,30 26.0007252,30 L3.9992748,30 C1.79053632,30 0,28.2132053 0,26.0007252 L0,3.9992748 Z M9.21,24.75 C9.21,24.75 5.25,24.75 5.25,20.8058401 C5.25,20.8058401 15.5266992,20.80584 15.5266992,20.80584 C15.5266992,20.80584 24.7666992,20.80584 24.7666992,20.80584 C24.7666992,20.80584 24.7666992,24.7499999 20.8066992,24.7499999 C16.8466992,24.7499999 9.21,24.75 9.21,24.75 Z M9.21,16.97208 C9.21,16.97208 5.25,16.97208 5.25,13.0279201 C5.25,13.0279201 15.5266992,13.02792 15.5266992,13.02792 C15.5266992,13.02792 16.8633984,13.02792 20.8066992,13.02792 C24.75,13.02792 24.75,16.9720799 24.75,16.97208 C24.75,16.97208 20.8066992,16.97208 20.8066992,16.9720799 C20.8066992,16.9720798 9.21,16.97208 9.21,16.97208 Z M20.7947034,5.24999989 C20.7947034,5.24999989 24.7516498,5.24999989 24.7516498,9.19415977 C24.7516498,9.19415977 14.482875,9.19415989 14.482875,9.19415989 C14.482875,9.19415989 5.25,9.19415987 5.25,9.19415989 C5.25,9.19415991 5.25,5.25 9.20694642,5.25 C13.1638928,5.25 20.7947034,5.24999989 20.7947034,5.24999989 Z\"></path>\n </g>`,\n },\n\n tag: {\n viewBox: '0 0 24 24',\n svg: svg`\n <path class=\"st0\" d=\"M15.3,6.3C15.1,6.1,14.9,6,14.6,6H4.7C3.8,6,3,6.8,3,7.7v8.6c0,0.4,0.2,0.9,0.5,1.2C3.8,17.8,4.2,18,4.7,18h9.9\n c0.3,0,0.5-0.1,0.7-0.3l5-5c0.4-0.4,0.4-1,0-1.4L15.3,6.3z M15,13.2c-0.7,0-1.2-0.5-1.2-1.2c0-0.7,0.5-1.2,1.2-1.2\n c0.7,0,1.2,0.5,1.2,1.2S15.7,13.2,15,13.2C15,13.2,15,13.2,15,13.2z\"/>\n `,\n },\n\n tick: {\n viewBox: '0 0 17.99 14.390',\n svg: svg`<path d=\"M7.39,13.84,17.46,3.3a2,2,0,0,0,0-2.73A1.77,1.77,0,0,0,16.16,0h0a1.75,1.75,0,0,0-1.29.57L6.21,9.63l-.11.12L6,9.63l-2.87-3a1.8,1.8,0,0,0-2.59,0,2,2,0,0,0,0,2.73l4.08,4.32.1.11h0l.14.15.05,0a1.83,1.83,0,0,0,1.22.46A1.73,1.73,0,0,0,7.39,13.84Z\"/>`,\n },\n\n unschedule: {\n viewBox: '0 0 20 20',\n svg: svg`\n <path d=\"M7,14.1c-0.2,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-0.9,0-1.3l2.4-2.4L6.3,7.6C6,7.3,6,6.7,6.3,6.3\n C6.5,6.2,6.7,6.1,7,6.1c0.3,0,0.5,0.1,0.7,0.3l2.4,2.4l2.4-2.4c0.4-0.4,0.9-0.4,1.3,0c0.4,0.4,0.4,0.9,0,1.3l-2.4,2.4l2.4,2.4\n c0.4,0.4,0.4,0.9,0,1.3c-0.2,0.2-0.4,0.3-0.7,0.3c0,0,0,0,0,0c-0.2,0-0.5-0.1-0.7-0.3l-2.4-2.4l-2.4,2.4C7.5,14,7.2,14.1,7,14.1\n C7,14.1,7,14.1,7,14.1z\"/>\n <path d=\"M10,20c-1.5,0-3-0.3-4.4-1c-2.4-1.2-4.2-3.2-5.1-5.7C-1.2,8,1.5,2.3,6.7,0.5c5.2-1.8,10.9,1,12.7,6.2\n c1.8,5.2-1,10.9-6.2,12.7l0,0C12.2,19.8,11.1,20,10,20z M12.9,18.5L12.9,18.5L12.9,18.5z M10,2C9.1,2,8.3,2.1,7.4,2.4\n c-4.2,1.4-6.4,6-5,10.2c0.7,2,2.1,3.6,4.1,4.6c1.9,0.9,4.1,1.1,6.1,0.4c4.2-1.4,6.4-6,5-10.2C16.4,4.1,13.3,2,10,2z\"/>`,\n },\n\n upDown: {\n viewBox: '0 0 10 18',\n svg: svg`<path d=\"M8.74818914,5.57757178 C9.10122662,5.22949983 9.09992902,4.66388436 8.74089535,4.30990056 L5.65231403,1.26476075 C5.29524829,0.912717214 4.71829829,0.910776954 4.35926462,1.26476075 L1.2706833,4.30990056 C0.913617563,4.6619441 0.908617118,5.22778933 1.26338951,5.57757178 L1.32624321,5.63954142 C1.67928069,5.98761337 2.24605009,5.99315182 2.61024678,5.63407763 L5.00578932,3.27222886 L7.40133187,5.63407763 C7.75742997,5.98516714 8.33056305,5.98932387 8.68533544,5.63954142 L8.74818914,5.57757178 Z M1.26338951,12.4302063 C0.910352023,12.7782783 0.911649623,13.3438938 1.2706833,13.6978776 L4.35926462,16.7430174 C4.71633035,17.0950609 5.29328035,17.0970012 5.65231403,16.7430174 L8.74089535,13.6978776 C9.09796108,13.345834 9.10296153,12.7799888 8.74818914,12.4302063 L8.68533544,12.3682367 C8.33229795,12.0201647 7.76552856,12.0146263 7.40133187,12.3737005 L5.00578932,14.7355492 L2.61024678,12.3737005 C2.25414867,12.022611 1.6810156,12.0184542 1.32624321,12.3682367 L1.26338951,12.4302063 Z\"></path>`,\n },\n\n warningFill: {\n viewBox: '0 0 19 17',\n svg: svg`<path class=\"cls-1\" d=\"M18.84,15.8,11.36,1.67a2.17,2.17,0,0,0-.84-.85A2,2,0,0,0,9.47.5a2.22,2.22,0,0,0-1.9,1.17L.09,15.8A1.21,1.21,0,0,0,1,17.5H17.89a.94.94,0,0,0,.53-.11A1.18,1.18,0,0,0,18.84,15.8Zm-9.35-.72a1,1,0,1,1,1-1A1,1,0,0,1,9.49,15.08Zm1-4a1,1,0,0,1-2,0v-5a1,1,0,1,1,2,0Z\" transform=\"translate(0.01 -0.5)\"/>`,\n },\n}"
|
|
20849
|
+
}
|
|
20850
|
+
],
|
|
20851
|
+
"exports": [
|
|
20584
20852
|
{
|
|
20585
20853
|
"kind": "js",
|
|
20586
|
-
"name": "
|
|
20854
|
+
"name": "isLegacyIcon",
|
|
20587
20855
|
"declaration": {
|
|
20588
|
-
"name": "
|
|
20589
|
-
"module": "src/
|
|
20856
|
+
"name": "isLegacyIcon",
|
|
20857
|
+
"module": "src/components/icon/legacy-icons.ts"
|
|
20590
20858
|
}
|
|
20591
20859
|
},
|
|
20592
20860
|
{
|
|
20593
20861
|
"kind": "js",
|
|
20594
|
-
"name": "
|
|
20862
|
+
"name": "legacyIcons",
|
|
20595
20863
|
"declaration": {
|
|
20596
|
-
"name": "
|
|
20597
|
-
"module": "src/
|
|
20864
|
+
"name": "legacyIcons",
|
|
20865
|
+
"module": "src/components/icon/legacy-icons.ts"
|
|
20598
20866
|
}
|
|
20599
20867
|
}
|
|
20600
20868
|
]
|
|
@@ -28992,222 +29260,6 @@
|
|
|
28992
29260
|
}
|
|
28993
29261
|
]
|
|
28994
29262
|
},
|
|
28995
|
-
{
|
|
28996
|
-
"kind": "javascript-module",
|
|
28997
|
-
"path": "src/components/icon/icon.ts",
|
|
28998
|
-
"declarations": [
|
|
28999
|
-
{
|
|
29000
|
-
"kind": "variable",
|
|
29001
|
-
"name": "ICON"
|
|
29002
|
-
},
|
|
29003
|
-
{
|
|
29004
|
-
"kind": "class",
|
|
29005
|
-
"description": "Icon component.",
|
|
29006
|
-
"name": "Icon",
|
|
29007
|
-
"members": [
|
|
29008
|
-
{
|
|
29009
|
-
"kind": "field",
|
|
29010
|
-
"name": "size",
|
|
29011
|
-
"type": {
|
|
29012
|
-
"text": "number"
|
|
29013
|
-
},
|
|
29014
|
-
"default": "18",
|
|
29015
|
-
"attribute": "size",
|
|
29016
|
-
"reflects": true
|
|
29017
|
-
},
|
|
29018
|
-
{
|
|
29019
|
-
"kind": "field",
|
|
29020
|
-
"name": "icon",
|
|
29021
|
-
"type": {
|
|
29022
|
-
"text": "IconKey"
|
|
29023
|
-
},
|
|
29024
|
-
"default": "'close'",
|
|
29025
|
-
"attribute": "icon"
|
|
29026
|
-
}
|
|
29027
|
-
],
|
|
29028
|
-
"attributes": [
|
|
29029
|
-
{
|
|
29030
|
-
"name": "size",
|
|
29031
|
-
"type": {
|
|
29032
|
-
"text": "number"
|
|
29033
|
-
},
|
|
29034
|
-
"default": "18",
|
|
29035
|
-
"fieldName": "size"
|
|
29036
|
-
},
|
|
29037
|
-
{
|
|
29038
|
-
"name": "icon",
|
|
29039
|
-
"type": {
|
|
29040
|
-
"text": "IconKey"
|
|
29041
|
-
},
|
|
29042
|
-
"default": "'close'",
|
|
29043
|
-
"fieldName": "icon"
|
|
29044
|
-
}
|
|
29045
|
-
],
|
|
29046
|
-
"superclass": {
|
|
29047
|
-
"name": "LitElement",
|
|
29048
|
-
"package": "lit"
|
|
29049
|
-
},
|
|
29050
|
-
"tagName": "brz-icon",
|
|
29051
|
-
"customElement": true
|
|
29052
|
-
}
|
|
29053
|
-
],
|
|
29054
|
-
"exports": [
|
|
29055
|
-
{
|
|
29056
|
-
"kind": "js",
|
|
29057
|
-
"name": "ICON",
|
|
29058
|
-
"declaration": {
|
|
29059
|
-
"name": "ICON",
|
|
29060
|
-
"module": "src/components/icon/icon.ts"
|
|
29061
|
-
}
|
|
29062
|
-
},
|
|
29063
|
-
{
|
|
29064
|
-
"kind": "js",
|
|
29065
|
-
"name": "Icon",
|
|
29066
|
-
"declaration": {
|
|
29067
|
-
"name": "Icon",
|
|
29068
|
-
"module": "src/components/icon/icon.ts"
|
|
29069
|
-
}
|
|
29070
|
-
},
|
|
29071
|
-
{
|
|
29072
|
-
"kind": "custom-element-definition",
|
|
29073
|
-
"declaration": {
|
|
29074
|
-
"name": "Icon",
|
|
29075
|
-
"module": "src/components/icon/icon.ts"
|
|
29076
|
-
}
|
|
29077
|
-
}
|
|
29078
|
-
]
|
|
29079
|
-
},
|
|
29080
|
-
{
|
|
29081
|
-
"kind": "javascript-module",
|
|
29082
|
-
"path": "src/components/icon/icons.ts",
|
|
29083
|
-
"declarations": [
|
|
29084
|
-
{
|
|
29085
|
-
"kind": "function",
|
|
29086
|
-
"name": "transformIcon",
|
|
29087
|
-
"parameters": [
|
|
29088
|
-
{
|
|
29089
|
-
"name": "icon",
|
|
29090
|
-
"type": {
|
|
29091
|
-
"text": "TIcon | ILegacyIcon"
|
|
29092
|
-
}
|
|
29093
|
-
}
|
|
29094
|
-
],
|
|
29095
|
-
"description": "Ensures compatibility between icons and legacy icons. By providing the\ndefault viewBox to icons."
|
|
29096
|
-
},
|
|
29097
|
-
{
|
|
29098
|
-
"kind": "variable",
|
|
29099
|
-
"name": "icons",
|
|
29100
|
-
"type": {
|
|
29101
|
-
"text": "Record<string, TIcon | ILegacyIcon>"
|
|
29102
|
-
},
|
|
29103
|
-
"default": "{\n actions: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-0.002970, 0.000000)\">\n <path d=\"M8,0.100006104 L8,0.0549287778 C3.50004954,0.552373066 0,4.36744635 0,9 C0,13.6325537 3.50004954,17.4476269 8,17.9450712 L8,17.8999939 C8.55228475,17.8999939 9,17.4522786 9,16.8999939 C9,16.3477091 8.55228475,15.8999939 8,15.8999939 C7.95488652,15.8999939 7.91047077,15.9029813 7.86693979,15.908769 C4.53975459,15.3672534 2,12.4802225 2,9 C2,5.51977755 4.53975459,2.63274657 7.86693979,2.09123103 C7.91047077,2.09701874 7.95488652,2.1000061 8,2.1000061 C8.55228475,2.1000061 9,1.65229085 9,1.1000061 C9,0.547721354 8.55228475,0.100006104 8,0.100006104 Z\"></path>\n <path d=\"M14.6044548,9.98516807 L7.00247329,9.98516807 C6.44882258,9.98516807 6,9.54009748 6,8.98245155 C6,8.42866651 6.45576096,7.97973504 7.00247329,7.97973504 L14.6194067,7.97973504 L13.3582262,6.71855451 C12.9660363,6.3263646 12.962816,5.69371942 13.3571312,5.2994042 C13.7487164,4.90781904 14.3850465,4.90926416 14.7762815,5.30049922 L17.5986769,8.12289458 C17.6602956,8.18451329 17.7123126,8.25206764 17.7546947,8.32370071 C17.907504,8.49934612 18,8.72929874 18,8.98245155 C18,9.27001399 17.8771093,9.52930387 17.6824065,9.71214532 C17.6444656,9.77052448 17.5998664,9.82586706 17.548628,9.87710542 L14.7262327,12.6995008 C14.3349976,13.0907358 13.6986675,13.092181 13.3070824,12.7005958 C12.9127671,12.3062806 12.9159875,11.6736354 13.3081774,11.2814455 L14.6044548,9.98516807 Z\"></path>\n </g>\n </g>`,\n\n activity: svg`\n <g>\n <path d=\"M9.6,0c-0.5,0-1,0.4-1.1,0.9c0,0.6,0.4,1,0.9,1.1C13.1,2.2,16,5.3,16,9c0,3.9-3.1,7-7,7c-3.6,0-6.6-2.7-7-6.3\n C1.9,9.2,1.5,8.8,0.9,8.8C0.3,8.9-0.1,9.4,0,9.9C0.5,14.5,4.3,18,9,18c5,0,9-4,9-9C18,4.3,14.3,0.3,9.6,0z\"/>\n <path d=\"M7.5,9.3c0,0,0,0.1,0,0.1c0,0.1,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0,0.1,0,0.1,0.1C7.9,9.8,8,9.9,8,9.9c0,0,0,0,0,0\n l2.3,0.9c0.1,0,0.2,0.1,0.4,0.1c0.4,0,0.8-0.2,0.9-0.6c0.2-0.5-0.1-1.1-0.6-1.3L9.4,8.3V5.8c0-0.6-0.4-1-1-1s-1,0.4-1,1V9\n c0,0,0,0,0,0C7.4,9.1,7.4,9.2,7.5,9.3z\"/>\n </g>`,\n\n arrowLeft: svg`\n <style type=\"text/css\">\n .st0{fill-rule:evenodd;clip-rule:evenodd;}\n </style>\n <path class=\"st0\" d=\"M4.4,10l3.3,3.3c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-5.1-5c-0.4-0.4-0.4-1,0-1.4l5-5.1 C6.5,3.1,6.7,3,7,3c0.3,0,0.5,0.1,0.7,0.3c0.4,0.4,0.4,1,0,1.4L4.4,8H16c0.6,0,1,0.4,1,1s-0.4,1-1,1H4.4z\"/>`,\n\n attachments: svg`\n <path d=\"M13.1228263,8.54674221 L6.665625,8.54674221 C6.4125,8.54674221 6.2859375,8.69546742 6.2859375,8.99291785 C6.2859375,9.29036827 6.4125,9.43909348 6.665625,9.43909348 L14.3859375,9.43909348 C14.8640625,9.43909348 15.2859375,9.26203966 15.6515625,8.90793201 C16.0171875,8.55382436 16.2,8.13597734 16.2,7.65439093 C16.2,7.17280453 16.0171875,6.74787535 15.6515625,6.3796034 C15.2859375,6.01133144 14.8640625,5.82719547 14.3859375,5.82719547 L4.9359375,5.82719547 C4.0640625,5.82719547 3.31875,6.1388102 2.7,6.76203966 C2.08125,7.38526912 1.771875,8.13597734 1.771875,9.01416431 C1.771875,9.89235127 2.08125,10.6359773 2.7,11.2450425 C3.31875,11.8541076 4.0640625,12.1586402 4.9359375,12.1586402 L11.5,12.1586402 L11.5,12.192995 C11.9432033,12.2490488 12.2859375,12.6274173 12.2859375,13.0858357 C12.2859375,13.5442541 11.9432033,13.9226227 11.5,13.9786764 L11.5,13.9858357 L4.9359375,13.9858357 C3.5578125,13.9858357 2.390625,13.5042493 1.434375,12.5410765 C0.478125,11.5779037 0,10.4022663 0,9.01416431 C0,7.62606232 0.478125,6.44334278 1.434375,5.46600567 C2.390625,4.48866856 3.5578125,4 4.9359375,4 L14.3859375,4 C15.3703125,4 16.2140625,4.3611898 16.9171875,5.08356941 C17.6203125,5.80594901 17.971875,6.66288952 17.971875,7.65439093 C17.971875,8.64589235 17.6203125,9.49575071 16.9171875,10.203966 C16.2140625,10.9121813 15.3703125,11.266289 14.3859375,11.266289 L6.75,11.266289 C6.13125,11.266289 5.596875,11.0467422 5.146875,10.6076487 C4.696875,10.1685552 4.471875,9.63739377 4.471875,9.01416431 C4.471875,8.39093484 4.696875,7.85269122 5.146875,7.39943343 C5.596875,6.94617564 6.13125,6.71954674 6.75,6.71954674 L13.5,6.71954674 L13.5,6.79297061 C13.9432033,6.84902436 14.2859375,7.22739291 14.2859375,7.6858113 C14.2859375,8.18286757 13.8829937,8.58581128 13.3859375,8.58581128 C13.2943989,8.58581128 13.2060522,8.57214528 13.1228263,8.54674221 Z\" transform=\"translate(8.985937, 8.992918) rotate(90.000000) translate(-8.985937, -8.992918) \"></path>`,\n\n attributeFilled: svg`\n <path d=\"M17.8,8.4L13.2,3H1.1C0.5,3,0,3.5,0,4c0,0.2,0.2,0.6,0.2,0.6l4,4.4l-4,4.4C0.1,13.6,0,13.8,0,14c0,0.5,0.5,1,1.1,1h12.1\n l4.6-5.3C18.1,9.3,18.1,8.8,17.8,8.4z\"/>`,\n\n attribute: svg`\n <path class=\"st0\" d=\"M3.9,13l3.3-4L3.9,5h7.6l3.6,4l-3.6,4H3.9z M17.8,8.4L13.2,3H1.1C0.5,3,0,3.5,0,4c0,0.2,0.2,0.6,0.2,0.6l4,4.4\n l-4,4.4C0.1,13.6,0,13.8,0,14c0,0.5,0.5,1,1.1,1h12.1l4.6-5.3C18.1,9.3,18.1,8.8,17.8,8.4z\"/>`,\n\n availability: svg`<path d=\"M17,2H14V1a1,1,0,0,0-2,0V2H6V1A.94.94,0,0,0,5,0,.94.94,0,0,0,4,1V2H1A1,1,0,0,0,0,3V17a.94.94,0,0,0,1,1H17a.94.94,0,0,0,1-1V3A1.08,1.08,0,0,0,17,2ZM16,16H2V9H16Zm0-9H2V4H16Z\"/>`,\n\n bookingGrid: svg`\n <path class=\"st0\" d=\"M2,2v4h4V2H2z M0,1c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1H1C0.4,8,0,7.5,0,7V1z\"/>\n <path class=\"st0\" d=\"M2,12v4h4v-4H2z M0,11c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1H1c-0.6,0-1-0.5-1-1V11z\"/>\n <path class=\"st0\" d=\"M12,2v4h4V2H12z M10,1c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1h-6c-0.6,0-1-0.5-1-1V1z\"/>\n <path class=\"st0\" d=\"M13,13h-2c-0.5,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2v2c0,0.5,0.4,1,1,1c0.6,0,1-0.4,1-1v-2h2c0.5,0,1-0.4,1-1\n c0-0.6-0.4-1-1-1h-2v-2c0-0.5-0.4-1-1-1c-0.6,0-1,0.4-1,1V13z\"/>`,\n\n bookmark: svg`\n <path class=\"st0\" d=\"M13.1,13.8l-3.8-3.2c-0.2-0.2-0.5-0.2-0.7,0l-3.8,3.2V3.5C4.9,3.2,5.1,3,5.4,3h7.2c0.3,0,0.5,0.2,0.5,0.5V13.8z\n M14.2,1H3.8c-0.6,0-1,0.4-1,1v14c0,0.6,0.5,1,1,1c0.2,0,0.4-0.1,0.6-0.2l4.2-3.5c0.2-0.2,0.5-0.2,0.7,0l4.2,3.5\n c0.2,0.1,0.4,0.2,0.6,0.2c0.5,0,1-0.4,1-1V2C15.2,1.4,14.7,1,14.2,1z\"/>`,\n\n calendar: svg`\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\"/>`,\n\n cancel: svg`<path d=\"M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,2c1.6,0,3,0.5,4.2,1.4l-9.8,9.8C2.5,12,2,10.6,2,9C2,5.1,5.1,2,9,2 z M9,16c-1.6,0-3-0.5-4.2-1.4l9.8-9.8C15.5,6,16,7.4,16,9C16,12.9,12.9,16,9,16z\"/>`,\n\n cardSize: svg`\n <path class=\"st0\" d=\"M1,12h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H1c-0.6,0-1-0.4-1-1S0.4,12,1,12z\"/>\n <path class=\"st0\" d=\"M1,16h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H1c-0.6,0-1-0.4-1-1S0.4,16,1,16z\"/>\n <path d=\"M16,2l0,6L2,8l0-6H16 M16,0H2C0.9,0,0,0.9,0,2v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V2C18,0.9,17.1,0,16,0L16,0z\"/>`,\n\n chat: svg`\n <g>\n <path d=\"M3.3,17.5H2.8a1.2,1.2,0,0,1-.7-.7,1.1,1.1,0,0,1,.1-1l1-2.1A7,7,0,0,1,0,8C0,3.8,4,.5,9,.5s9,3.3,9,7.4-4.1,7.5-9.1,7.5H7.6L3.7,17.4ZM9,2.5c-3.9,0-7,2.4-7,5.4a5.4,5.4,0,0,0,2.9,4.5l.9.4L5,14.4l2.2-1.2H9c3.9,0,7-2.5,7-5.5S12.9,2.5,9,2.5Z\"/>\n <path d=\"M12.1,7.5H6a1,1,0,0,1-1-1,1.1,1.1,0,0,1,1-1h6.1a1.1,1.1,0,0,1,1,1A1,1,0,0,1,12.1,7.5Z\"/>\n <path d=\"M9,10.5H6a1,1,0,0,1-1-1,1.1,1.1,0,0,1,1-1H9a1,1,0,0,1,1,1A.9.9,0,0,1,9,10.5Z\"/>\n </g>`,\n\n checkBoxTick: svg`\n <path class=\"st0\" d=\"M13.7,5.5c-0.4-0.4-1-0.4-1.4,0l-5,4.9L5.6,8.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.4,2.4c0,0,0,0,0,0 c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0s0,0,0,0l5.7-5.6C14.1,6.5,14.1,5.9,13.7,5.5z\"/>`,\n\n chevronDown: svg`\n <defs>\n <style>\n .cls-1,\n .cls-2 {\n fill: none;\n }\n\n .cls-1 {\n clip-rule: evenodd;\n }\n\n .cls-2,\n .cls-7 {\n fill-rule: evenodd;\n }\n\n .cls-3 {\n clip-path: url(#clip-path);\n }\n\n .cls-4 {\n clip-path: url(#clip-path-8);\n }\n\n .cls-5 {\n clip-path: url(#clip-path-15);\n }\n\n .cls-6 {\n clip-path: url(#clip-path-17);\n }\n\n </style>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M471.58-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0L466-784.16a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M632.69-782.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.75.75,0,0,1-.24-.55.79.79,0,0,1,.24-.56.83.83,0,0,1,1.15,0l2.79,2.6v-6.54a.81.81,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M632.86-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.88.88,0,0,1-1.19,0l-4.23-3.93a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54A.81.81,0,0,1,632-790a.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M637.69-774.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.75.75,0,0,1-.24-.55.79.79,0,0,1,.24-.56.83.83,0,0,1,1.15,0l2.79,2.6v-6.54a.81.81,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n </defs>\n <path\n d=\"M5.31,6.82a1,1,0,0,0,0,1.36h0l3,3a1,1,0,0,0,1.39,0h0l3-3a1,1,0,0,0,.05-1.36h0a1,1,0,0,0-1.34,0l0,0L9,9.18,6.68,6.85a.94.94,0,0,0-1.34-.06Z\" />`,\n\n chevronLeft: svg`\n <path class=\"st0\" d=\"M7.7,9l3.4-3.4c0.4-0.4,0.4-1,0-1.3s-1-0.4-1.3,0l-4,4c-0.4,0.4-0.4,1,0,1.3l4,4c0.4,0.4,1,0.4,1.3,0 c0.4-0.4,0.4-1,0-1.3L7.7,9z\"/>`,\n\n chevronRight: svg`\n <path class=\"st0\" d=\"M9.8,8.9l-3.4,3.4c-0.4,0.4-0.4,1,0,1.3c0.4,0.3,1,0.4,1.3,0l4-4c0.4-0.4,0.4-1,0-1.3l-4-4 c-0.4-0.4-1-0.4-1.3,0C6,4.7,6,5.3,6.3,5.6L9.8,8.9z\"/>`,\n\n chevronUp: svg`\n <defs>\n <style>\n .cls-1,\n .cls-2 {\n fill: none;\n }\n\n .cls-1 {\n clip-rule: evenodd;\n }\n\n .cls-2,\n .cls-7 {\n fill-rule: evenodd;\n }\n\n .cls-3 {\n clip-path: url(#clip-path);\n }\n\n .cls-4 {\n clip-path: url(#clip-path-8);\n }\n\n .cls-5 {\n clip-path: url(#clip-path-15);\n }\n\n .cls-6 {\n clip-path: url(#clip-path-17);\n }\n </style>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M495.36-782.7l2.77-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.23-3.93a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.78,2.6v-6.54a.82.82,0,0,1,.84-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M656.47-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M656.63-782.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0L651-784.16a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.78,2.6v-6.54a.82.82,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M661.47-774.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n </defs>\n <title>Artboard 2 copy 9</title>\n <path class=\"cls-7\"\n d=\"M12.61,11.18a1,1,0,0,0,0-1.36h0l-3-3a1,1,0,0,0-1.39,0h0l-3,3a1,1,0,0,0,0,1.36h0a1,1,0,0,0,1.35,0l0,0L8.92,8.82l2.32,2.33a.94.94,0,0,0,1.34.06Z\" />\n `,\n\n close: svg`\n <path class=\"st0\" d=\"M10.4,9l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-5-5l-5,5c-0.4,0.4-1,0.4-1.4,0\n c-0.4-0.4-0.4-1,0-1.4l5-5l-5-5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l5,5l5-5c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4 L10.4,9z\"/>`,\n\n columns: svg`\n <path fill-rule=\"evenodd\" d=\"M2.25,1.5 C1.00735875,1.5 0,2.45938929 0,3.64285714 L0,14.3571429 C0,15.5406429 1.00735875,16.5 2.25,16.5 L15.75,16.5 C16.992675,16.5 18,15.5406429 18,14.3571429 L18,3.64285714 C18,2.45938929 16.992675,1.5 15.75,1.5 L2.25,1.5 Z M15.999075,3.375 L12.9990375,3.375 L12.9990375,14.625 L15.999075,14.625 L15.999075,3.375 Z M7.0005375,3.375 L11.000475,3.375 L11.000475,14.625 L7.0005375,14.625 L7.0005375,3.375 Z M4.9995075,3.375 L1.9995075,3.375 L1.9995075,14.625 L4.9995075,14.625 L4.9995075,3.375 Z\" />`,\n\n contact: svg`\n <path class=\"st0\" d=\"M16,2.3H2c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-10C18,3.2,17.1,2.3,16,2.3z M14.5,4.3L9,9 L3.4,4.3H14.5z M15,14.3H3c-0.6,0-1-0.4-1-1V5.7l6.3,5.4c0.2,0.2,0.4,0.2,0.7,0.2c0.2,0,0.5-0.1,0.7-0.2L16,5.7v7.6 C16,13.8,15.6,14.3,15,14.3z\"/>`,\n\n copy: svg`\n <path d=\"M1,13c-0.6,0-1-0.4-1-1V2c0-0.6,0.4-1,1-1h10c0.6,0,1,0.4,1,1s-0.4,1-1,1H2v9C2,12.6,1.6,13,1,13z\"/>\n <path d=\"M16,7v8H6V7H16 M17,5H5C4.4,5,4,5.4,4,6v10c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V6C18,5.4,17.6,5,17,5L17,5z\"/>`,\n\n critical: svg`\n <path class=\"st0\" d=\"M9.7,0.4l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L10,3.5V9c0,0.6-0.4,1-1,1S8,9.6,8,9V3.3L4.7,6.7\n c-0.4,0.4-1,0.4-1.4,0C3.1,6.5,3,6.2,3,6c0-0.3,0.1-0.5,0.3-0.7l5-5C8.7-0.1,9.3-0.1,9.7,0.4L9.7,0.4z\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"17\" r=\"1\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"13\" r=\"1\"/>`,\n\n dashboard: svg`\n <path d=\"M8.4,18C3.8,18,0,14.2,0,9.6c0-4.3,3.2-7.9,7.5-8.3c0.6,0,1,0.3,1.1,0.9c0.1,0.5-0.3,1-0.9,1.1C4.5,3.6,2,6.3,2,9.6\n C2,13.1,4.9,16,8.4,16c3.3,0,6.1-2.6,6.4-5.9c0-0.6,0.5-1,1.1-0.9c0.6,0,1,0.5,0.9,1.1C16.5,14.6,12.8,18,8.4,18z\"/>\n <path d=\"M17,6.9h-4.9c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1C15.3,0,18,2.7,18,5.9C18,6.5,17.6,6.9,17,6.9z M13.1,4.9h2.8 c-0.4-1.4-1.4-2.4-2.8-2.8V4.9z\"/>`,\n\n dateRange: svg`\n <style>\n .colored-stroke {\n stroke: currentColor;\n }\n </style>\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\" />\n <path class=\"colored-stroke\" d=\"m 5,12 h 8\" style=\"fill:none;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />\n <path class=\"colored-stroke\" d=\"M 11.5,10.5 13,12 11.5,13.5\" style=\"fill:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />\n <path class=\"colored-stroke\" d=\"M 6.5,10.5 5,12 6.5,13.5\" style=\"fill:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />`,\n\n details: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g >\n <path d=\"M13,6 C13.5522847,6 14,6.44771525 14,7 C14,7.55228475 13.5522847,8 13,8 L5,8 C4.44771525,8 4,7.55228475 4,7 C4,6.44771525 4.44771525,6 5,6 L13,6 Z M9,10 C9.55228475,10 10,10.4477153 10,11 C10,11.5522847 9.55228475,12 9,12 L5,12 C4.44771525,12 4,11.5522847 4,11 C4,10.4477153 4.44771525,10 5,10 L9,10 Z M0,1.99508929 C0,0.893231902 0.892622799,0 1.99508929,0 L16.0049107,0 C17.1067681,0 18,0.892622799 18,1.99508929 L18,16.0049107 C18,17.1067681 17.1073772,18 16.0049107,18 L1.99508929,18 C0.893231902,18 0,17.1073772 0,16.0049107 L0,1.99508929 Z M2,3.00684547 C2,2.45078007 2.44994876,2 3.00684547,2 L14.9931545,2 C15.5492199,2 16,2.44994876 16,3.00684547 L16,14.9931545 C16,15.5492199 15.5500512,16 14.9931545,16 L3.00684547,16 C2.45078007,16 2,15.5500512 2,14.9931545 L2,3.00684547 Z\"></path>\n </g>\n </g>`,\n\n dispatch: svg`\n <path class=\"st0\" d=\"M1,10h13.6l-5.3,5.3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7c0.4-0.4,0.4-1,0-1.4l-7-7\n C10.5,1.1,10.3,1,10,1C9.7,1,9.5,1.1,9.3,1.3c-0.4,0.4-0.4,1,0,1.4L14.6,8H1C0.4,8,0,8.4,0,9C0,9.5,0.4,10,1,10\"/>`,\n\n ellipsisVertical: svg`\n <circle class=\"st0\" cx=\"9\" cy=\"15\" r=\"2\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"9\" r=\"2\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"3\" r=\"2\"/>`,\n\n exclamationFill: svg`<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM10 10V5C10 4.44772 9.55228 4 9 4C8.44772 4 8 4.44772 8 5V10C8 10.5523 8.44772 11 9 11C9.55228 11 10 10.5523 10 10ZM9 14C9.55228 14 10 13.5523 10 13C10 12.4477 9.55228 12 9 12C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14Z\"/>`,\n\n filterFunnel: svg`\n <path d=\"M18,1.00126584 C18,0.448276851 17.5584381,0 17.0137327,0 L0.986345567,0 C0.783248378,0 0.585051782,0.0636908896 0.418940196,0.182295811 C-0.0265976151,0.500421713 -0.133717166,1.12503362 0.17964335,1.57734689 L5.99077495,9.96473772 L6.00709484,16.0666253 C6.00811195,16.4475034 6.11966977,16.8196516 6.32776001,17.1366041 C6.91268731,18.0273848 8.09816833,18.2680678 8.97560551,17.6742453 L11.051145,16.2695256 C11.6026004,15.896298 11.9326044,15.2668048 11.9295069,14.5939906 L11.9084251,10.0016287 L17.8170137,1.58227507 C17.9360611,1.41260479 18,1.20951675 18,1.00126584 Z M9.93297783,9.36532994 L9.95701847,14.6032368 L7.97939831,15.9417311 L7.96169146,9.32853285 L2.8859261,2.00253168 L15.1000976,2.00253168 L9.93297783,9.36532994 Z\" fill-rule=\"nonzero\" transform=\"translate(9.000000, 9.000000) scale(-1, 1) translate(-9.000000, -9.000000) \" />`,\n\n filterNew: svg`\n <path class=\"st0\" d=\"M0,9c0-0.6,0.4-1,1-1h7c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,10,0,9.6,0,9z M0,3c0-0.6,0.4-1,1-1h16\n c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,4,0,3.6,0,3z M0,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1\n C0.5,16,0,15.6,0,15z\"/>\n <path d=\"M17,11h-2V9c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2\n c0.6,0,1-0.4,1-1S17.6,11,17,11z\"/>`,\n\n filter: svg`\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h8c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n globe: svg`\n <path d=\"M9.9,0C9.6,0,9.3,0,9,0C4,0,0,4,0,9c0,5,4,9,9,9c5,0,9-4,9-9C18,4.4,14.5,0.5,9.9,0z M13.8,10.6c-0.3-0.2-0.7-0.2-1,0\n l-1,0.6l-0.5,0.1c-0.3,0-0.6,0.2-0.8,0.5l-0.3,0.6l-1,0.8c-0.4,0.3-0.5,1-0.1,1.4L9.3,15l-0.2,0.7c0,0.1,0,0.2,0,0.3\n c0,0-0.1,0-0.1,0c-3.9,0-7-3.1-7-7c0-0.4,0-0.9,0.1-1.3L2.5,8l0,1.1c0,0.3,0.2,0.6,0.4,0.8l1.5,1C4.6,10.9,4.8,11,5,11\n c0.3,0,0.5-0.1,0.7-0.3l1.4-1.4l1.5-1.2l4-1c0.4-0.1,0.7-0.4,0.7-0.8c0.1-0.4-0.1-0.8-0.5-1l-1.6-0.9l-0.4-0.8\n c-0.1-0.2-0.3-0.4-0.5-0.5L7.7,2.1C8.2,2,8.6,2,9,2c0.2,0,0.5,0,0.7,0C13.3,2.4,16,5.4,16,9c0,0.9-0.2,1.8-0.5,2.5L13.8,10.6z\"/>`,\n\n grid: svg`\n <rect x=\"9.875\" y=\"0.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"0.875\" y=\"0.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"0.875\" y=\"9.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"9.875\" y=\"9.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n `,\n\n grip: svg`\n <polygon fill-rule=\"evenodd\" points=\"7.16666667 1.13242749e-14 3.5 1.13242749e-14 3.5 3.6 7.16666667 3.6\" />\n <polygon fill-rule=\"evenodd\" points=\"7.16666667 7.2 3.5 7.2 3.5 10.8 7.16666667 10.8\" />\n <polygon fill-rule=\"evenodd\" points=\"3.5 14.4 7.16666667 14.4 7.16666667 18 3.5 18\" />\n <polygon fill-rule=\"evenodd\" points=\"14.5 1.13242749e-14 10.8333333 1.13242749e-14 10.8333333 3.6 14.5 3.6\" />\n <polygon fill-rule=\"evenodd\" points=\"10.8333333 7.2 14.5 7.2 14.5 10.8 10.8333333 10.8\" />\n <polygon fill-rule=\"evenodd\" points=\"14.5 14.4 10.8333333 14.4 10.8333333 18 14.5 18\" />\n `,\n\n help: svg`\n <g>\n <path d=\"M9,11.1c-0.5,0-0.9-0.4-0.9-0.9V9.7c0-0.5,0.2-1.4,1.6-1.4c0.5,0,0.8-0.2,0.8-0.8c0-0.2,0-0.7-0.3-1C10.1,6.1,9.6,6,9,6\n C7.7,6,7.7,6.7,7.7,6.8c0,0.5-0.4,0.9-0.9,0.9S5.9,7.3,5.9,6.8c0-0.7,0.6-2.6,3.1-2.6c1.4,0,2.3,0.6,2.7,1.1l0,0\n c0.6,0.6,0.8,1.5,0.7,2.4C12.2,9.3,11,10,9.9,10v0.2C9.9,10.7,9.5,11.1,9,11.1z\"/>\n </g>\n <g>\n <path d=\"M9,2c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S5.1,2,9,2 M9,0C4,0,0,4,0,9s4,9,9,9c5,0,9-4,9-9S14,0,9,0L9,0z\"/>\n </g>\n <g>\n <path d=\"M9,14.2c-0.3,0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.3,0.1-0.6,0.3-0.7c0.4-0.4,1.1-0.4,1.5,0\n c0.2,0.2,0.3,0.5,0.3,0.7c0,0.3-0.1,0.6-0.3,0.7C9.5,14.1,9.3,14.2,9,14.2z\"/>\n </g>\n `,\n\n hide: svg`\n <path d=\"M2.1,8.9c0.7-1.4,3.5-4.8,7.1-4.8c0.6,0,1.2,0.1,1.7,0.3l1.5-1.5c-1-0.5-2.1-0.8-3.3-0.8C3.7,2.1,0,8,0,8.9\n c0,0.4,0.9,2.2,2.6,3.9L4,11.4C3.1,10.4,2.4,9.5,2.1,8.9z\"/>\n <path d=\"M15.7,5.3l-1.4,1.4c0.8,0.8,1.4,1.7,1.6,2.2c-0.7,1.4-3.4,5.1-6.7,5.1c-0.7,0-1.3-0.1-1.9-0.4l-1.4,1.4\n C6.9,15.6,8,16,9.2,16c5.2,0,8.8-6.4,8.8-7.1C18,8.5,17.2,6.9,15.7,5.3z\"/>\n <path class=\"st0\" d=\"M2.6,15.5L2.6,15.5c-0.4-0.4-0.4-1,0-1.4L13.9,2.8c0.4-0.4,1-0.4,1.4,0l0,0c0.4,0.4,0.4,1,0,1.4L4,15.5\n C3.6,15.9,3,15.9,2.6,15.5z\"/>\n `,\n\n infoFill: svg`<path d=\"M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0Zm1,13a1,1,0,0,1-2,0V8a1,1,0,0,1,2,0ZM9,6a1,1,0,1,1,1-1A1,1,0,0,1,9,6Z\" transform=\"translate(0 0)\" />`,\n\n tickFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19ZM13.31 6.30994C13.7 5.89994 14.32 5.89994 14.71 6.30994C15.1 6.71994 15.1 7.37994 14.7 7.76994L9.07 13.6699V13.6799C8.68 14.0899 8.06 14.0899 7.67 13.6799C7.665 13.6749 7.6625 13.6699 7.66 13.6649C7.6575 13.6599 7.655 13.6549 7.65 13.6499L5.29 11.1499C4.9 10.7399 4.9 10.0799 5.29 9.66994C5.68 9.25994 6.3 9.25994 6.69 9.66994L8.38 11.4699L13.31 6.30994Z\" transform=\"translate(-1 -1)\"/>\n `,\n\n infoOutline: svg`\n <path d=\"M9,0 C4.02943725,0 0,4.02943725 0,9 C0,13.9705627 4.02943725,18 9,18 C13.9705627,18 18,13.9705627 18,9 C18,4.02943725 13.9705627,0 9,0 Z M9,2 C12.8659932,2 16,5.13400675 16,9 C16,12.8659932 12.8659932,16 9,16 C5.13400675,16 2,12.8659932 2,9 C2,5.13400675 5.13400675,2 9,2 Z\" fill-rule=\"nonzero\"></path>\n <circle cx=\"9\" cy=\"6\" r=\"1\"></circle>\n <rect x=\"8\" y=\"8\" width=\"2\" height=\"5\" rx=\"1\"></rect>`,\n\n jobFields: svg`\n <path class=\"st0\" d=\"M1,13c-0.5,0-1,0.4-1,1v0c0,0.5,0.4,1,1,1h0c0.5,0,1-0.4,1-1v0C2,13.4,1.6,13,1,13L1,13z M17,13H5\n c-0.5,0-1,0.4-1,1v0c0,0.5,0.4,1,1,1h12c0.5,0,1-0.4,1-1v0C18,13.4,17.5,13,17,13z M1,8C0.4,8,0,8.4,0,9v0c0,0.5,0.4,1,1,1h0\n c0.5,0,1-0.4,1-1v0C2,8.4,1.6,8,1,8L1,8z M11,8H5C4.4,8,4,8.4,4,9v0c0,0.5,0.4,1,1,1h6c0.5,0,1-0.4,1-1v0C12,8.4,11.5,8,11,8z M1,3\n C0.4,3,0,3.4,0,4v0c0,0.5,0.4,1,1,1h0c0.5,0,1-0.4,1-1v0C2,3.4,1.6,3,1,3L1,3z M17,3H5C4.3,3,4,3.4,4,4v0c0,0.5,0.4,1,1,1h12\n C17.4,5,18,4.6,18,4v0C18,3.4,17.4,3,17,3z\"/>\n `,\n\n jobs: svg`\n <g>\n <path d=\"M17,6H1C0.4,6,0,6.4,0,7v10c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1V7C18,6.4,17.6,6,17,6L17,6z M2,16V8h14v8H2L2,16z\"/>\n </g>\n <g>\n <path d=\"M11.2,1H6.8C5.8,1,5,1.8,5,3v1c0,0.6,0.4,1,1,1s1-0.4,1-1V3h4v1c0,0.6,0.4,1,1,1s1-0.4,1-1V3C13,1.8,12.2,1,11.2,1L11.2,1z\"/>\n </g>\n `,\n\n logout: svg`\n <path class=\"st0\" d=\"M15.7,8.2l-3-3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.3,1.3H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h5.7l-1.4,1.4\n c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l3-3C16.1,9.3,16.1,8.7,15.7,8.2L15.7,8.2z\"/>\n <g>\n <path d=\"M8.5,16.9H2.7c-0.6,0-1-0.4-1-1v-14c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1s-0.4,1-1,1h-5v12h4.8c0.6,0,1,0.4,1,1\n S9.1,16.9,8.5,16.9z\"/>\n </g>\n `,\n\n map: svg`\n <path d=\"M9.38500743,15.383742 C10.204749,14.794821 11.0108787,14.159294 11.758022,13.4915762 C12.4225607,12.8976817 13.0073675,12.3067398 13.4906116,11.7310497 C14.4926514,10.537317 15,9.21759591 15,8 C15,4.67652318 12.3896043,2 9,2 C5.62792813,2 3,4.66798547 3,8 C3,9.21368006 3.50961126,10.5363837 4.51459199,11.7266458 C4.998825,12.3001535 5.58258187,12.888391 6.24399217,13.4787725 C7.02327939,14.1743722 7.86583421,14.8346438 8.70875915,15.4339777 C8.81250296,15.5077413 8.91352458,15.5786257 9.01148934,15.6465075 C9.14746035,15.552206 9.27786096,15.4607184 9.38500743,15.383742 Z M1,8 C1,3.63110352 4.45647321,0 9,0 C13.6043527,0 17,3.68432617 17,8 C17,9.6376271 16.3642509,11.4184323 15.0224609,13.0169104 C12.828203,15.6309358 9.47013284,17.7467724 9.29010882,17.8728774 C9,18.0760956 8.74874442,17.8728774 8.74874442,17.8728774 C8.74874442,17.8728774 5.25905768,15.7085029 2.9864502,13.0169104 C1.63498673,11.4162869 1,9.62921865 1,8 Z\" fill-rule=\"nonzero\"></path>\n <path d=\"M9,11 C7.34314575,11 6,9.65685425 6,8 C6,6.34314575 7.34314575,5 9,5 C10.6568542,5 12,6.34314575 12,8 C12,9.65685425 10.6568542,11 9,11 Z M9,9 C9.55228475,9 10,8.55228475 10,8 C10,7.44771525 9.55228475,7 9,7 C8.44771525,7 8,7.44771525 8,8 C8,8.55228475 8.44771525,9 9,9 Z\"></path>\n `,\n\n megaphone: svg`\n <path d=\"M7.1,13L8,15.7c0.1,0.5-0.1,1.1-0.6,1.3c-0.4,0.2-0.9-0.1-1.1-0.6l-1.1-3.4c-1.1,0-1.8-0.1-2-0.1c-1.2,0-2.2-1-2.2-2.2V6.3\n c0-1.2,1-2.2,2.2-2.2C5.5,4.1,7.6,4,7.6,4c1.6-0.1,2.4-0.4,3.4-0.9c0.2-0.1,2.2-1.4,3.1-1.9c0.6-0.3,1.3-0.3,1.9,0\n c0.6,0.3,1,1,1,1.7l0,11.1c0,0.7-0.4,1.3-1,1.7c-0.3,0.2-0.6,0.3-1,0.3c-0.3,0-0.7-0.1-0.9-0.2c-0.6-0.3-1.1-0.6-1.7-1\n c-0.2-0.1-0.6-0.4-0.6-0.4c-0.2-0.1-0.4-0.3-0.5-0.3c-0.8-0.5-1.6-0.8-2.9-0.9C7.9,13,7.5,13,7.1,13z M5,11V6c-0.5,0-1,0-1.7,0\n C3.1,6.1,3,6.2,3,6.4v4.3c0,0.2,0.1,0.3,0.3,0.3C3.6,10.9,4.1,11,5,11z M7,11.1c0.5,0,1,0,1.5,0.1c1.6,0.2,2.6,0.5,3.7,1.2\n c-0.2-0.1,1.8,1.3,2.7,1.7c0,0,0,0,0.1,0c0,0,0,0,0,0l0-10.9c0,0,0,0,0,0c0,0,0,0-0.1,0c-0.8,0.4-2.7,1.7-3,1.8\n c-1.2,0.7-2.3,1-4.1,1.1c0,0-0.2,0-0.8,0V11.1z\"/>\n `,\n\n minus: svg`\n <path class=\"st0\" d=\"M15,8c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H3c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1H15z\"/>`,\n\n normal: svg`\n <path class=\"st0\" d=\"M8.3,1.4l-5,5c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L8,4.5V16c0,0.6,0.4,1,1,1s1-0.4,1-1V4.3l3.3,3.3\n c0.4,0.4,1,0.4,1.4,0C14.9,7.5,15,7.2,15,7c0-0.3-0.1-0.5-0.3-0.7l-5-5C9.3,0.9,8.7,0.9,8.3,1.4L8.3,1.4z\"/>\n `,\n\n notes: svg`\n <path class=\"st0\" d=\"M0,17c0-0.6,0.4-1,1-1h16c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,18,0,17.6,0,17z\"/>\n <path class=\"st0\" d=\"M6.9,9.3l0.1-0.2l7.2-7.3l2.1,2l-7.3,7.2l-0.2,0.1H6.9V9.3z M12.7,0.7L5.6,7.8C5.3,8.2,5,8.8,5,9.3v2.8\n C5,12.6,5.4,13,5.9,13h2.8c0.5,0,1.1-0.3,1.4-0.6l6.4-6.4l0.8-0.8c0.9-0.9,0.9-2.4,0-3.3L16,0.7C15.6,0.3,15,0,14.4,0\n C13.8,0,13.2,0.3,12.7,0.7z\"/>`,\n\n notify: svg`\n <path class=\"st0\" d=\"M16.5,0.2c-0.3-0.2-0.7-0.2-1-0.1L1.6,6.6C1.2,6.7,1,7.1,1,7.5c0,0.4,0.3,0.8,0.6,0.9l5.3,2.2l-0.1,5.8\n c0,0.4,0.2,0.8,0.6,0.9c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.5-0.1,0.7-0.3l4.4-4.1l2.5,1c0.1,0.1,0.3,0.1,0.4,0.1\n c0.2,0,0.4-0.1,0.5-0.2c0.3-0.2,0.4-0.5,0.5-0.8L16.9,1C16.9,0.7,16.8,0.4,16.5,0.2z M11.8,4L7.6,8.7L4.5,7.4L11.8,4z M8.8,14\n l0.1-2.6l1.9,0.8L8.8,14z M9.6,9.5l5.3-6l-0.2,8.1L9.6,9.5z\"/>\n `,\n\n openLink: svg`\n <path class=\"st0\" d=\"M12.6,4H9C8.4,4,8,3.5,8,3c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v6.1c0,0.3-0.1,0.5-0.3,0.7\n c-0.2,0.2-0.4,0.3-0.7,0.3c-0.6,0-1-0.4-1-1V5.4l-5,5c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4L12.6,4z\"/>\n <path class=\"st0\" d=\"M15,16H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1S5.6,4,5,4H4v10h10v-1c0-0.6,0.4-1,1-1\n s1,0.4,1,1v2C16,15.6,15.5,16,15,16z\"/>\n `,\n\n optimise: svg`\n <path d=\"M8,18c-0.1,0-0.2,0-0.3,0C7.3,17.8,7,17.4,7,17v-5H3c-0.4,0-0.7-0.2-0.9-0.5s-0.1-0.7,0.1-1l6.9-10C9.3,0.1,9.8-0.1,10.2,0\n c0.4,0.1,0.7,0.5,0.7,1v5.1H15c0.4,0,0.7,0.2,0.9,0.5s0.1,0.7-0.1,1l-7,9.9C8.6,17.8,8.3,18,8,18z M4.9,10H8c0.6,0,1,0.4,1,1v2.8\n l4-5.8H9.9c-0.6,0-1-0.4-1-1V4.2L4.9,10z\"/>\n `,\n\n outOfFilter: svg`\n <path d=\"M16.8,14.3L12.2,9l3.6-4.3c0.2-0.3,0.3-0.7,0.1-1.1C15.7,3.2,15.4,3,15,3H7L4.8,0.3c-0.4-0.4-1-0.5-1.4-0.1\n c-0.4,0.4-0.5,1-0.1,1.4L4.4,3H2C1.6,3,1.3,3.2,1.1,3.6C0.9,3.9,1,4.3,1.2,4.6L6,10.4V15c0,0.3,0.2,0.6,0.4,0.8l3,2\n C9.6,17.9,9.8,18,10,18c0.2,0,0.3,0,0.5-0.1c0.3-0.2,0.5-0.5,0.5-0.9v-6.3l4.2,4.9c0.2,0.2,0.5,0.3,0.8,0.3c0.2,0,0.5-0.1,0.7-0.2\n C17.1,15.4,17.1,14.8,16.8,14.3z M12.9,5l-2,2.4L8.7,5H12.9z M9.2,9.4C9.1,9.5,9,9.8,9,10v5.1l-1-0.7V10c0-0.2-0.1-0.5-0.2-0.6\n L4.1,5h2l3.4,4L9.2,9.4z\"/>\n `,\n\n paperFold: svg`<path d=\"M16.31,6.22a1,1,0,0,0-.22-.32L10.51.31A1.15,1.15,0,0,0,10.18.1,1,1,0,0,0,9.8,0H4.21a2.6,2.6,0,0,0-2.6,2.59V15.39A2.6,2.6,0,0,0,4.21,18h9.58a2.6,2.6,0,0,0,2.6-2.59V6.61A1,1,0,0,0,16.31,6.22ZM10.8,3.43,13,5.61H10.8Zm3,12.55H4.21a.6.6,0,0,1-.6-.59V2.61A.6.6,0,0,1,4.21,2H8.8V6.61a1,1,0,0,0,1,1h4.59v7.78A.6.6,0,0,1,13.79,16Z\"/>`,\n\n phone: svg`\n <path d=\"M14,18c-2.3,0-5.8-1.6-9.1-4.9c-2-2-3.6-4.3-4.4-6.4c-0.8-2.1-0.7-3.9,0.2-4.8C0.8,1.8,0.9,1.7,1,1.6C1.7,0.9,2.6,0,3.8,0\n c0.9,0,1.7,0.5,2.4,1.5c2.1,2.6,1.2,3.9,0,5.1l0,0c0.1,0.3,0.5,1.1,2.2,2.9c1.8,1.8,2.6,2.2,2.9,2.2l0,0c1.2-1.2,2.5-2.1,5.1,0\n c1,0.8,1.5,1.6,1.5,2.4c0.1,1.3-0.9,2.2-1.6,2.8c-0.1,0.1-0.2,0.2-0.3,0.3C15.6,17.7,14.9,18,14,18z M3.7,2C3.5,2,3.3,2.2,3.2,2.3\n C2.7,2.7,2.1,3.1,2,3.8C2,4.1,2,4.5,2.1,4.8c0.7,3,2.8,5.6,5.1,7.6c1.4,1.3,2.9,2.3,4.6,3c0.6,0.3,1.3,0.5,2,0.6\n c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.3-0.2,0.5-0.3c0.3-0.3,0.6-0.6,0.8-0.9c0.1-0.1,0.2-0.2,0.2-0.4c0-0.2-0.1-0.4-0.2-0.6\n c-0.4-0.5-0.9-0.9-1.4-1.2c-0.2-0.1-0.4-0.2-0.6-0.2c-0.5,0-0.8,0.6-1.1,0.9c-0.5,0.4-1.2,0.5-1.8,0.3c-0.6-0.2-1.1-0.6-1.6-1\n C7.5,11.5,5.9,10,4.8,8.2C4.6,7.8,4.3,7.4,4.2,7S4.2,6,4.4,5.7c0.3-0.5,1.1-0.8,1.1-1.4c0-0.3-0.1-0.5-0.3-0.7\n C5,3.1,4.7,2.7,4.4,2.4C4.2,2.2,4,2,3.7,2z\"/>`,\n\n plus: svg`\n <path class=\"st0\" d=\"M10,8V2c0-0.6-0.4-1-1-1C8.4,1,8,1.4,8,2v6H2C1.4,8,1,8.4,1,9c0,0.6,0.4,1,1,1h6v6c0,0.6,0.4,1,1,1 c0.6,0,1-0.4,1-1v-6h6c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1H10z\"/>`,\n\n processing: svg`<path d=\"M9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z M12.7075379,9.81794554 C12.5257228,10.4145966 12.2080838,10.9773659 11.7400774,11.4453723 C10.2063137,12.9791361 7.69176287,12.9575305 6.13141391,11.3971816 L7.52153209,10.0070634 L3.7824231,9.97493622 L3.81455027,13.7140452 L5.20466845,12.323927 C7.28827643,14.407535 10.634779,14.4362888 12.6828864,12.3881814 C13.4103816,11.6606862 13.8700597,10.7673159 14.0723126,9.82967196 L12.7075379,9.81794554 Z M5.31711357,5.61181862 C4.58961839,6.3393138 4.12994028,7.23268406 3.92768736,8.17032804 L5.29246214,8.18205446 C5.46492947,7.58532306 5.79191615,7.02263412 6.25992261,6.55462766 C7.79368633,5.02086394 10.3082371,5.04246946 11.8685861,6.60281843 L10.4784679,7.99293661 L14.2175769,8.02506378 L14.1854497,4.28595479 L12.7953315,5.67607297 C10.7117236,3.59246499 7.36522102,3.56371117 5.31711357,5.61181862 Z\"></path>`,\n\n push: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(2.000000, 0.000000)\">\n <path d=\"M0,1.99508929 C0,0.893231902 0.897060126,0 2.00585866,0 L11.9941413,0 C13.1019465,0 14,0.892622799 14,1.99508929 L14,16.0049107 C14,17.1067681 13.1029399,18 11.9941413,18 L2.00585866,18 C0.898053512,18 0,17.1073772 0,16.0049107 L0,1.99508929 Z M2,2 L12,2 L12,5 L14,5 L14,10 L12,10 L12,16 L2,16 L2,2 Z M7,14 C7.55228475,14 8,13.5522847 8,13 C8,12.4477153 7.55228475,12 7,12 C6.44771525,12 6,12.4477153 6,13 C6,13.5522847 6.44771525,14 7,14 Z\"></path>\n </g>\n <path d=\"M13.75,5.5 L14.5,5.5 L14.5,6.16666667 L14.5,8.83333333 L14.5,9.5 L13.5,9.5 L13.5,8.83333333 L13.5,6.5 L13,6.5 L12.5,6.5 L12.5,5.5 L13,5.5 L13.75,5.5 Z M13.5,12 C15.9852814,12 18,9.98528137 18,7.5 C18,5.01471863 15.9852814,3 13.5,3 C11.0147186,3 9,5.01471863 9,7.5 C9,9.98528137 11.0147186,12 13.5,12 Z M13.25,8.5 L12.75,8.5 L12.5,8.5 L12.5,9.5 L12.75,9.5 L13.25,9.5 L13.5,9.5 L13.5,8.5 L13.25,8.5 Z M15.25,8.5 L14.75,8.5 L14.5,8.5 L14.5,9.5 L14.75,9.5 L15.25,9.5 L15.5,9.5 L15.5,8.5 L15.25,8.5 Z\"></path>\n </g>`,\n\n questionFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9ZM10 13C10 13.5523 9.55228 14 9 14C8.44771 14 8 13.5523 8 13C8 12.4477 8.44771 12 9 12C9.55228 12 10 12.4477 10 13ZM9 6C8.44772 6 8 6.44772 8 7H6C6 5.34315 7.34315 4 9 4C10.6569 4 12 5.34315 12 7C12 8.30622 11.1652 9.41746 10 9.82929V10C10 10.5523 9.55228 11 9 11C8.44771 11 8 10.5523 8 10V9C8 8.44772 8.44772 8 9 8C9.55228 8 10 7.55228 10 7C10 6.44772 9.55228 6 9 6Z\" />`,\n\n recurring: svg`\n <path d=\"M2,9c0.6,0,1-0.4,1-1V7c0-1,1-2,2-2h8.6l-1.3,1.3c-0.4,0.4-0.4,1,0,1.4C12.5,7.9,12.7,8,13,8s0.5-0.1,0.7-0.3l3-3\n c0.4-0.4,0.4-1,0-1.4l-3-3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L13.6,3H5C2.8,3,1,4.8,1,7v1C1,8.6,1.4,9,2,9z\"/>\n <path d=\"M16,9c-0.6,0-1,0.4-1,1v1.1c0,1-0.9,1.9-2,1.9H4.4l1.3-1.3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4\n l3,3C4.5,17.9,4.7,18,5,18s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L4.4,15H13c2.2,0,4-1.8,4-3.9V10C17,9.4,16.6,9,16,9z\"/>`,\n\n reload: svg`<path fill-rule=\"evenodd\" d=\"M9.06944504,2.64848617 C10.7986151,2.64848617 12.5277626,3.30640867 14.0263751,4.29329243 L13.5652376,1.22298741 C13.4500376,0.674718657 13.9110626,0.12644653 14.6028251,0.016792779 C15.1791626,-0.0928609716 15.7556126,0.345754031 15.8708126,1.00367991 L16.6777751,7.14427869 C16.6777751,7.14427869 16.6777751,7.14427869 16.6777751,7.25393244 C16.6777751,7.47323994 16.5624626,7.8022012 16.4472626,8.0215087 C16.3319501,8.13116245 16.1014376,8.2408162 15.9861251,8.2408162 C15.7556126,8.35046995 15.5249876,8.35046995 15.4096751,8.4601237 L14.8333376,8.56977745 L10.2222213,9.77596871 C9.6458388,9.88562246 8.95416629,9.5566612 8.83888754,8.8987387 C8.72360879,8.35046995 9.06944504,7.69254744 9.6458388,7.58289369 C9.6458388,7.58289369 11.4902763,7.14427869 13.1042126,6.70566369 C13.2194126,6.70566369 13.2194126,6.70566369 13.3347251,6.59600994 C12.1819376,5.49947243 10.6833363,4.84156118 9.06944504,4.84156118 C5.84167378,4.84156118 3.30555251,7.25393244 3.30555251,10.3242375 C3.30555251,13.3945875 5.84167378,15.806925 9.06944504,15.806925 C11.4902763,15.806925 13.6805501,14.27175 14.4875126,12.078675 C14.7180251,11.5304625 15.4096751,11.2015125 15.9861251,11.420775 C16.5624626,11.6400375 16.9082876,12.1883625 16.6777751,12.8462625 C15.5249876,15.9166125 12.5277626,18 9.06944504,18 C4.57360752,18 1,14.6007 1,10.3242375 C1,6.15739494 4.57360752,2.64848617 9.06944504,2.64848617 Z\" />`,\n\n reorder: svg`\n <path class=\"st0\" d=\"M5.3,12.4c-0.4,0.3-0.4,0.9,0,1.3l3.1,3c0.4,0.4,0.9,0.4,1.3,0l3.1-3c0.4-0.4,0.4-0.9,0-1.3l-0.1-0.1\n c-0.4-0.3-0.9-0.4-1.3,0L9,14.7l-2.4-2.4C6.3,12,5.7,12,5.3,12.4L5.3,12.4z M12.7,5.6c0.4-0.3,0.4-0.9,0-1.3l-3.1-3\n c-0.4-0.4-0.9-0.4-1.3,0l-3.1,3c-0.4,0.4-0.4,0.9,0,1.3l0.1,0.1C5.7,6,6.2,6,6.6,5.6L9,3.3l2.4,2.4C11.7,6,12.3,6,12.7,5.6L12.7,5.6\n z\"/>\n `,\n\n resourceAbove: svg`\n <path d=\"M8.9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5s-2-0.2-2-2.5S7.8,2.1,8.9,2.1 M8.9,0.1c-2.2,0-4,1.2-4,4.5s1.8,4.5,4,4.5\n s4-1.2,4-4.5C12.9,1.2,11.1,0.1,8.9,0.1L8.9,0.1z\"/>\n <path d=\"M13.2,10.3l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l1.3-1.3V17c0,0.6,0.4,1,1,1s1-0.4,1-1v-3.7l1.4,1.4\n c0.4,0.4,1,0.4,1.4,0c0.2-0.2,0.3-0.5,0.3-0.7s-0.1-0.5-0.3-0.7l-3-3C14.3,9.9,13.7,9.9,13.2,10.3L13.2,10.3z\"/>\n <path d=\"M7.8,16C7.8,16,7.8,16,7.8,16C7.8,16,7.8,16,7.8,16C5,16,3,15.9,2,15.7c0.3-0.9,1-1.5,2-1.9c0.1-0.1,0.3-0.1,0.4-0.2\n c0.9-0.3,1.8-0.5,2.8-0.6c0.1,0,0.2,0,0.4,0c0.2,0,0.3-0.1,0.5-0.1c0.1-0.1,0.3-0.2,0.4-0.4c0.1-0.1,0.1-0.3,0.1-0.5\n c0-0.6-0.4-1-1-1c-1.9,0.2-3.3,0.6-4.2,0.9c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9c0.6,0.3,3.7,0.5,7,0.5c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C8.8,16.4,8.3,16,7.8,16z\"/>\n `,\n\n resourceAdd: svg`\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n <path class=\"st0\" d=\"M17,13h-2v-2c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2v2c0,0.6,0.4,1,1,1\n c0.6,0,1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1C18,13.4,17.6,13,17,13\"/>\n <path class=\"st0\" d=\"M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18h0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1v0h0c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9C5.1,13.4,6.8,13,9,13c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C10,11.4,9.6,11,9,11L9,11L9,11C9,11,9,11,9,11\"/>\n `,\n\n resourceBelow: svg`\n <path d=\"M8.9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5s-2-0.2-2-2.5S7.8,2.1,8.9,2.1 M8.9,0.1c-2.2,0-4,1.2-4,4.5s1.8,4.5,4,4.5\n s4-1.2,4-4.5C12.9,1.2,11.1,0.1,8.9,0.1L8.9,0.1z\"/>\n <path d=\"M14.7,17.7l3-3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L15,14.6V11c0-0.6-0.4-1-1-1s-1,0.4-1,1v3.7l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0\n C10,13.5,9.9,13.8,9.9,14s0.1,0.5,0.3,0.7l3,3C13.6,18.1,14.2,18.1,14.7,17.7L14.7,17.7z\"/>\n <path d=\"M7.8,16C7.8,16,7.8,16,7.8,16C7.8,16,7.8,16,7.8,16C5,16,3,15.9,2,15.7c0.3-0.9,1-1.5,2-1.9c0.1-0.1,0.3-0.1,0.4-0.2\n c0.9-0.3,1.8-0.5,2.8-0.6c0.1,0,0.2,0,0.4,0c0.2,0,0.3-0.1,0.5-0.1c0.1-0.1,0.3-0.2,0.4-0.4c0.1-0.1,0.1-0.3,0.1-0.5\n c0-0.6-0.4-1-1-1c-1.9,0.2-3.3,0.6-4.2,0.9c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9c0.6,0.3,3.7,0.5,7,0.5c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C8.8,16.4,8.3,16,7.8,16z\"/>\n `,\n\n resourceRemove: svg`\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n <path class=\"st0\" d=\"M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18h0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1v0h0c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9C5.1,13.4,6.8,13,9,13c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C10,11.4,9.6,11,9,11L9,11L9,11C9,11,9,11,9,11\"/>\n <path class=\"st0\" d=\"M16.2,12.1l-1.4,1.4l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.4,1.4L12,16.3c-0.4,0.4-0.4,1,0,1.4\n c0.4,0.4,1,0.4,1.4,0l1.4-1.4l1.4,1.4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-1.4-1.4l1.4-1.4c0.4-0.4,0.4-1,0-1.4\n C17.3,11.7,16.6,11.7,16.2,12.1\"/>\n `,\n\n resource: svg`\n <path d=\"M9,13c2,0,3.9,0.5,5,0.9c1,0.4,1.7,1,2,1.9C14.8,15.8,12.4,16,9,16c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9\n C5.1,13.4,6.8,13,9,13 M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18\n c3.8,0,7.5-0.2,8.3-0.5c0.6-0.3,0.9-1.1,0.7-1.9c-0.4-1.5-1.3-2.9-3.3-3.6C13.5,11.5,11.3,11,9,11L9,11z\"/>\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n `,\n\n restore: svg`\n <path d=\"M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,16c-3.9,0-7-3.1-7-7s3.1-7,7-7c2.1,0,4,0.9,5.2,2.4L9.4,9.5\n L7.7,7.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1.1,0,1.5l2.4,2.5c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0v0l5.3-5.6\n C15.8,7,16,8,16,9C16,12.9,12.9,16,9,16z\"/>\n `,\n\n salesforce: svg`\n <path d=\"M7.5,4.1c0.6-0.6,1.4-1,2.3-1c1.2,0,2.2,0.7,2.8,1.6c0.5-0.2,1-0.3,1.6-0.3c2.1,0,3.9,1.8,3.9,3.9c0,2.2-1.7,3.9-3.9,3.9\n c-0.3,0-0.5,0-0.8-0.1c-0.5,0.9-1.4,1.5-2.5,1.5c-0.4,0-0.9-0.1-1.2-0.3c-0.5,1.2-1.6,2-3,2c-1.4,0-2.6-0.9-3-2.1\n c-0.2,0-0.4,0.1-0.6,0.1c-1.7,0-3-1.4-3-3c0-1.1,0.6-2.1,1.5-2.6C1.3,7.2,1.2,6.7,1.2,6.2c0-1.9,1.6-3.5,3.5-3.5\n C5.8,2.7,6.9,3.2,7.5,4.1\"/>\n `,\n\n scheduling: svg`\n <path d=\"M12.7,6V4.4h3.8c0.5,0,0.9-0.4,0.9-0.9S17,2.6,16.5,2.6h-3.8V1c0-0.6-0.5-1-1-1H1C0.5,0,0,0.5,0,1V6c0,0.6,0.5,1,1,1h10.7\n C12.2,7,12.7,6.5,12.7,6z M10.8,5.1H1.9V1.9h8.9V5.1z\"/>\n <path d=\"M17,11H8.4c-0.6,0-1,0.5-1,1v1.5H3c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9h4.4V17c0,0.6,0.5,1,1,1H17c0.6,0,1-0.5,1-1V12\n C18,11.5,17.5,11,17,11z M16.1,16.1H9.3v-3.3h6.8V16.1z\"/>\n `,\n\n search: svg`\n <path class=\"st0\" d=\"M8,13c2.8,0,5-2.2,5-5s-2.2-5-5-5S3,5.2,3,8S5.2,13,8,13z M13.6,12.2l3,3c0.4,0.4,0.4,1,0,1.4l0,0\n\t c-0.4,0.4-1,0.4-1.4,0l-3-3C11,14.5,9.6,15,8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7C15,9.6,14.5,11,13.6,12.2z\"/>\n `,\n\n settings: svg`\n <path d=\"M9,18 C7.7,18 6.6,17.1 6.2,15.9 C6.2,15.9 6.1,15.9 6.1,15.8 C5,16.4 3.6,16.3 2.7,15.4 C1.8,14.5 1.6,13 2.2,11.9 L2.2,11.8 C0.9,11.4 0,10.3 0,9 C0,7.7 0.9,6.5 2.1,6.2 C2.1,6.2 2.1,6.1 2.2,6.1 C1.6,5 1.7,3.5 2.6,2.6 C3.6,1.7 5,1.5 6.1,2.1 L6.2,2.1 C6.6,0.8 7.7,0 9,0 C10.3,0 11.5,0.9 11.8,2.2 L11.9,2.2 C12.3,1.9 12.8,1.8 13.3,1.8 C14.1,1.8 14.8,2.1 15.3,2.6 C15.8,3.1 16.1,3.9 16.1,4.6 C16.1,5.1 16,5.6 15.7,6 L15.7,6.1 C17.1,6.5 18,7.6 18,9 C18,10.3 17.1,11.4 15.9,11.8 L15.9,11.9 C16.5,13 16.4,14.4 15.4,15.4 C14.5,16.3 13,16.5 11.9,15.8 L11.8,15.8 C11.5,17 10.3,18 9,18 M6,13.6 C6.2,13.6 6.3,13.6 6.5,13.7 C6.8,13.9 7.1,14 7.5,14.1 C7.9,14.2 8.2,14.6 8.2,15 C8.2,15.5 8.6,15.9 9.1,15.9 C9.6,15.9 10,15.5 10,15 L10,14.9 C10,14.5 10.3,14.1 10.7,14 C11,13.9 11.3,13.8 11.6,13.6 C12,13.4 12.4,13.5 12.7,13.8 L12.8,13.9 C13.2,14.2 13.7,14.2 14,13.9 C14.3,13.6 14.4,13 14,12.7 C13.7,12.4 13.6,11.9 13.8,11.5 C14,11.2 14.1,10.9 14.2,10.6 C14.3,10.2 14.7,9.9 15.1,9.9 C15.6,9.9 16,9.5 16,9 C16,8.5 15.6,8.1 15.1,8.1 C14.7,8.1 14.3,7.8 14.2,7.4 C14.1,7.1 14,6.7 13.8,6.4 C13.6,6 13.7,5.5 14,5.2 C14.2,5 14.2,4.8 14.2,4.6 C14.2,4.4 14.1,4.1 14,4 C13.8,3.8 13.6,3.7 13.4,3.7 C13.2,3.7 13,3.8 12.8,3.9 C12.5,4.2 12,4.3 11.6,4.1 C11.3,3.9 11,3.8 10.7,3.7 C10.3,3.6 10,3.2 10,2.8 C10,2.3 9.6,1.9 9.1,1.9 C8.6,1.9 8.2,2.3 8.2,2.8 C8.2,3.2 7.9,3.6 7.5,3.7 C7.1,3.8 6.8,4 6.5,4.1 C6.1,4.3 5.6,4.3 5.3,4 C5,3.7 4.4,3.7 4,4 C3.7,4.3 3.7,4.9 4,5.2 C4.3,5.5 4.4,6 4.2,6.4 C4,6.7 3.9,7 3.8,7.4 C3.7,7.8 3.3,8.1 2.8,8.1 C2.4,8.1 2,8.5 2,9 C2,9.5 2.4,9.9 2.8,9.9 C3.3,9.9 3.7,10.2 3.8,10.6 C3.9,10.9 4,11.3 4.2,11.6 C4.4,12 4.3,12.5 4,12.8 C3.7,13.1 3.7,13.7 4,14.1 C4.3,14.4 4.9,14.4 5.2,14.1 C5.5,13.7 5.7,13.6 6,13.6\"></path>\n <path d=\"M9,10.9531 C7.9,10.9531 7,10.0541 7,8.9531 C7,7.8531 7.9,6.9531 9,6.9531 C9.4,6.9531 9.8,7.0541 10.2,7.3531 C10.4,7.4531 10.6,7.6531 10.7,7.8531 C11.6,9.3531 10.4,10.9531 9,10.9531 M12.4,6.8531 C12.1,6.3531 11.7,5.9531 11.2,5.6531 C10.5,5.2531 9.7,4.9531 9,4.9531 C6.8,4.9531 5,6.7531 5,8.9531 C5,11.1531 6.8,12.9531 8.9,12.9531 C10.3,12.9531 11.7,12.1531 12.4,10.9531 C13.2,9.6531 13.1,8.1531 12.4,6.8531\"></path>`,\n\n shift: svg`\n <path d=\"M16,2v3H2V2H16 M17,0H1C0.4,0,0,0.4,0,1V6c0,0.5,0.4,1,1,1H17c0.5,0,1-0.4,1-1V1C18,0.4,17.6,0,17,0L17,0z\"/>\n <path d=\"M16,13v3H2v-3H16 M17,11H1c-0.5,0-1,0.4-1,1V17c0,0.5,0.4,1,1,1H17c0.5,0,1-0.4,1-1V12C18,11.4,17.6,11,17,11L17,11z\"/>\n `,\n\n sms: svg`\n <circle class=\"st0\" cx=\"9\" cy=\"7.5\" r=\"1\"/>\n <circle class=\"st0\" cx=\"12\" cy=\"7.5\" r=\"1\"/>\n <circle class=\"st0\" cx=\"6\" cy=\"7.5\" r=\"1\"/>\n <path class=\"st0\" d=\"M14,15v2.3c0,0.6-0.4,0.8-0.9,0.6l-6-2.9H2c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h14c1.1,0,2,0.9,2,2v11\n c0,1.1-0.9,2-2,2H14z M12,13h3c0.6,0,1-0.4,1-1V3c0-0.6-0.5-1-1-1H3C2.4,2,2,2.4,2,3v9c0,0.6,0.5,1,1,1h5l4,2V13z\"/>`,\n\n sortAscending: svg`\n <path class=\"st0\" d=\"M12,12.6V7c0-0.5,0.4-1,1-1c0.6,0,1,0.5,1,1v5.6l1.3-1.3c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4l-2.8,2.8\n c-0.1,0.1-0.1,0.1-0.2,0.2C13.5,15.9,13.3,16,13,16c-0.3,0-0.5-0.1-0.7-0.3c-0.1,0-0.1-0.1-0.2-0.1l-2.8-2.8c-0.4-0.4-0.4-1,0-1.4\n c0.4-0.4,1-0.4,1.4,0L12,12.6z\"/>\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h4c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n sortDescending: svg`\n <path class=\"st0\" d=\"M12,9.4V15c0,0.5,0.4,1,1,1c0.6,0,1-0.5,1-1V9.4l1.3,1.3c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-2.8-2.8\n c-0.1-0.1-0.1-0.1-0.2-0.2C13.5,6.1,13.3,6,13,6c-0.3,0-0.5,0.1-0.7,0.3c-0.1,0-0.1,0.1-0.2,0.1L9.3,9.3c-0.4,0.4-0.4,1,0,1.4\n c0.4,0.4,1,0.4,1.4,0L12,9.4z\"/>\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h4c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n suggest: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(3.000000, 0.000000)\">\n <path d=\"M7,9.87398251 C8.72522721,9.42993972 10,7.86383943 10,6 C10,3.790861 8.209139,2 6,2 C3.790861,2 2,3.790861 2,6 C2,7.86383943 3.27477279,9.42993972 5,9.87398251 L5,12 L7,12 L7,9.87398251 Z M9,11.1973068 L9,13.0001925 C9,13.5523709 8.54902482,14 8.00922203,14 L3.99077797,14 C3.44358641,14 3,13.5490248 3,13.009222 L3,11.1973068 C1.20659589,10.1598786 0,8.22084707 0,6 C0,2.6862915 2.6862915,0 6,0 C9.3137085,0 12,2.6862915 12,6 C12,8.22084707 10.7934041,10.1598786 9,11.1973068 Z M3,16 L9,16 L9,17 C9,17.5522847 8.54902482,18 8.00922203,18 L3.99077797,18 C3.44358641,18 3,17.5561352 3,17 L3,16 Z\"></path>\n </g>\n </g>`,\n\n swimlaneVertical: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(9.000000, 9.000000) rotate(-270.000000) translate(-9.000000, -9.000000) translate(0.000000, 3.000000)\">\n <g>\n <path d=\"M13,1 C13,0.44771525 13.4437166,4.4408921e-16 13.9998075,4.4408921e-16 L17.0001925,4.4408921e-16 C17.5523709,4.4408921e-16 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,4.4408921e-16 1.0093689,4.4408921e-16 L2.9906311,4.4408921e-16 C3.54809015,4.4408921e-16 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n <g transform=\"translate(9.000000, 11.000000) rotate(180.000000) translate(-9.000000, -11.000000) translate(-0.000000, 10.000000)\">\n <g transform=\"translate(0.000000, 0.000000)\">\n <path d=\"M13,1 C13,0.44771525 13.4437166,0 13.9998075,0 L17.0001925,0 C17.5523709,0 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,-1.77635684e-15 1.0093689,-1.77635684e-15 L2.9906311,-1.77635684e-15 C3.54809015,-1.77635684e-15 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n </g>\n </g>\n <path d=\"M1,5.00247329 C1,4.44882258 1.45097518,4 1.99077797,4 L6.00922203,4 C6.55641359,4 7,4.45576096 7,5.00247329 L7,14.9975267 C7,15.5511774 6.54902482,16 6.00922203,16 L1.99077797,16 C1.44358641,16 1,15.544239 1,14.9975267 L1,5.00247329 Z M3,6 L3,14 L5,14 L5,6 L3,6 Z\"></path>\n <path d=\"M11,3.00247329 C11,2.44882258 11.4509752,2 11.990778,2 L16.009222,2 C16.5564136,2 17,2.45576096 17,3.00247329 L17,12.9975267 C17,13.5511774 16.5490248,14 16.009222,14 L11.990778,14 C11.4435864,14 11,13.544239 11,12.9975267 L11,3.00247329 Z M13,4 L13,12 L15,12 L15,4 L13,4 Z\"></path>\n </g>`,\n\n swimlane: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(0.000000, 1.000000)\">\n <g transform=\"translate(0.000000, 2.000000)\">\n <path d=\"M13,1 C13,0.44771525 13.4437166,4.4408921e-16 13.9998075,4.4408921e-16 L17.0001925,4.4408921e-16 C17.5523709,4.4408921e-16 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,4.4408921e-16 1.0093689,4.4408921e-16 L2.9906311,4.4408921e-16 C3.54809015,4.4408921e-16 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n <g transform=\"translate(9.000000, 8.000000) rotate(180.000000) translate(-9.000000, -8.000000) translate(0.000000, 0.000000)\">\n <path d=\"M13,3 C13,2.44771525 13.4437166,2 13.9998075,2 L17.0001925,2 C17.5523709,2 18,2.44386482 18,3 C18,3.55228475 17.5562834,4 17.0001925,4 L13.9998075,4 C13.4476291,4 13,3.55613518 13,3 Z M-3.55271368e-15,3 C-3.55271368e-15,2.44771525 0.443353176,2 1.0093689,2 L2.9906311,2 C3.54809015,2 4,2.44386482 4,3 C4,3.55228475 3.55664682,4 2.9906311,4 L1.0093689,4 C0.451909848,4 -3.55271368e-15,3.55613518 -3.55271368e-15,3 Z\"></path>\n <path d=\"M2,0.990777969 C2,0.443586406 2.45576096,7.10542736e-15 3.00247329,7.10542736e-15 L12.9975267,7.10542736e-15 C13.5511774,7.10542736e-15 14,0.45097518 14,0.990777969 L14,5.00922203 C14,5.55641359 13.544239,6 12.9975267,6 L3.00247329,6 C2.44882258,6 2,5.54902482 2,5.00922203 L2,0.990777969 Z M12,2 L4,2 L4,4 L12,4 L12,2 Z\" fill-rule=\"nonzero\"></path>\n <path d=\"M4,10.990778 C4,10.4435864 4.45576096,10 5.00247329,10 L14.9975267,10 C15.5511774,10 16,10.4509752 16,10.990778 L16,15.009222 C16,15.5564136 15.544239,16 14.9975267,16 L5.00247329,16 C4.44882258,16 4,15.5490248 4,15.009222 L4,10.990778 Z M14,12 L6,12 L6,14 L14,14 L14,12 Z\" fill-rule=\"nonzero\"></path>\n </g>\n </g>\n </g>\n </svg>`,\n\n tasks: svg`\n <path class=\"st0\" d=\"M8.4,11.7l-3.1-3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.4,2.3l7.2-7.3c0.4-0.4,1-0.4,1.4,0\n c0.4,0.4,0.4,1,0,1.4l-7.9,8C9.6,11.9,9.3,12,9.1,12C8.8,12,8.6,11.9,8.4,11.7z\"/>\n <path d=\"M9,18c-5,0-9-4-9-9c0-5,4-9,9-9c1.2,0,2.3,0.2,3.4,0.7c0.5,0.2,0.8,0.8,0.6,1.3c-0.2,0.5-0.8,0.8-1.3,0.6\n C10.8,2.2,9.9,2,9,2C5.1,2,2,5.1,2,9c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7c0-0.6,0.4-1,1-1s1,0.4,1,1C18,14,14,18,9,18z\"/>`,\n\n tickCircle: svg`\n <path class=\"st0\" d=\"M13.7,5.3c-0.4-0.4-1-0.4-1.4,0l-4.9,5.2L5.7,8.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1.1,0,1.5l2.4,2.5\n c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0v0l5.6-5.9C14.1,6.4,14.1,5.7,13.7,5.3\"/>\n <path d=\"M9,2c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S5.1,2,9,2 M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0L9,0z\"/>`,\n\n timeConstraint: svg`<path d=\"M12.53,6.47a.75.75,0,0,0-1.06,1.06l.72.72H5.81l.72-.72A.75.75,0,0,0,5.47,6.47l-2,2a.75.75,0,0,0,0,1.06l2,2a.75.75,0,0,0,1.06,0,.75.75,0,0,0,0-1.06l-.72-.72h6.38l-.72.72a.75.75,0,0,0,0,1.06.75.75,0,0,0,1.06,0l2-2a.75.75,0,0,0,0-1.06Z\"/><path d=\"M1,2A1,1,0,0,0,0,3V15a1,1,0,0,0,2,0V3A1,1,0,0,0,1,2Z\"/><path d=\"M17,2a1,1,0,0,0-1,1V15a1,1,0,0,0,2,0V3A1,1,0,0,0,17,2Z\"/>`,\n\n time: svg`\n <path d=\"M9,18c-5,0-9-4-9-9c0-5,4-9,9-9c5,0,9,4,9,9C18,14,14,18,9,18z M9,2C5.1,2,2,5.1,2,9c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7\n C16,5.1,12.9,2,9,2z\"/>\n <path d=\"M9,6\"/>\n <path d=\"M12,9h-2V6c0-0.6-0.4-1-1-1S8,5.4,8,6v4c0,0.6,0.4,1,1,1h3c0.6,0,1-0.4,1-1C13,9.4,12.6,9,12,9z\"/>`,\n\n today: svg`\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\" />\n <path d=\"M 7.2211302,11.977887 8.5,13.234644 10.933661,10.345209\"/>`,\n\n trash: svg`\n <path d=\"M7,14c-0.6,0-1-0.4-1-1V8.4c0-0.6,0.4-1,1-1s1,0.4,1,1V13C8,13.5,7.5,14,7,14z\"/>\n <path d=\"M11,14c-0.6,0-1-0.4-1-1V8.4c0-0.6,0.4-1,1-1s1,0.4,1,1V13C12,13.5,11.6,14,11,14z\"/>\n <path d=\"M17,3.4h-4c0,0,0,0,0-0.1V1.7C13,0.8,12.1,0,11.1,0H6.8C5.8,0,5,0.8,5,1.7v1.6c0,0,0,0,0,0.1H1c-0.6,0-1,0.4-1,1s0.4,1,1,1\n h1V16c0,1.1,0.9,2,2,2H14c1.1,0,2-0.9,2-2V5.4h1c0.6,0,1-0.4,1-1S17.5,3.4,17,3.4z M7,3.3V2l4,0v1.3c0,0,0,0,0,0.1L7,3.3\n C7,3.4,7,3.3,7,3.3z M14,16H4V5.4H14V16z\"/>`,\n\n unlocked: svg`\n <path d=\"M14,7h-2.6v0H6V3.8C6,2.9,6.9,2.1,7.9,2C7.9,2,9,2,9,2c0.1,0,1.1,0,1.2,0c1,0.1,1.8,0.9,1.8,1.8v0c0,0,0,0,0,0\n c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1c0,0,0,0,0,0h0v0c0-2-1.8-3.7-3.9-3.8C10.1,0,9,0,9,0c0,0-1.1,0-1.1,0C5.8,0.1,4,1.8,4,3.8V7\n C2.9,7,2,7.9,2,9v7c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V9C16,7.9,15.1,7,14,7z M14,16H4V9h10V16z\"/>`,\n\n unscheduleFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM6 12.9999C5.8 12.9999 5.5 12.8999 5.3 12.6999C4.9 12.2999 4.9 11.7999 5.3 11.3999L7.7 8.99988L5.3 6.49988C5 6.19988 5 5.59988 5.3 5.19988C5.5 5.09988 5.7 4.99988 6 4.99988C6.3 4.99988 6.5 5.09988 6.7 5.29988L9.1 7.69988L11.5 5.29988C11.9 4.89988 12.4 4.89988 12.8 5.29988C13.2 5.69988 13.2 6.19988 12.8 6.59988L10.4 8.99988L12.8 11.3999C13.2 11.7999 13.2 12.2999 12.8 12.6999C12.6 12.8999 12.4 12.9999 12.1 12.9999C11.9 12.9999 11.6 12.8999 11.4 12.6999L9 10.2999L6.6 12.6999C6.5 12.8999 6.2 12.9999 6 12.9999Z\" />\n `,\n\n upload: svg`\n <path class=\"st0\" d=\"M11.2,1.9C9,1.9,7,2.9,5.7,4.6C2.6,4.5,0,7,0,10.1c0,3,2.4,5.4,5.4,5.4c2.7,0,5-2,5.4-4.6l0.2,0.2\n c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-1.9-1.9c-0.2-0.2-0.4-0.3-0.7-0.3c0,0,0,0,0,0\n c-0.3,0-0.5,0.1-0.7,0.3L7.2,9.6c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l0.1-0.1c-0.4,1.5-1.7,2.6-3.3,2.6C3.5,13.5,2,12,2,10.1\n s1.5-3.4,3.4-3.4c0.2,0,0.4,0,0.6,0.1c0.4,0.1,0.8-0.1,1-0.5c0.9-1.5,2.4-2.3,4.1-2.3C13.8,3.9,16,6,16,8.7c0,2.4-1.7,4.4-4,4.8\n c-0.5,0.1-0.9,0.6-0.8,1.1c0.1,0.5,0.6,0.9,1.1,0.8c3.3-0.5,5.7-3.4,5.7-6.7C18,4.9,14.9,1.9,11.2,1.9z\"/>`,\n\n urgent: svg`\n <path class=\"st0\" d=\"M9.7,0.4l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L10,3.5V13c0,0.6-0.4,1-1,1s-1-0.4-1-1V3.3L4.7,6.7\n\t c-0.4,0.4-1,0.4-1.4,0C3.1,6.5,3,6.2,3,6c0-0.3,0.1-0.5,0.3-0.7l5-5C8.7-0.1,9.3-0.1,9.7,0.4L9.7,0.4z\"/>`,\n\n view: svg`\n <path d=\"M9.2,3.9c3.3,0,6,3.5,6.7,4.9c-0.7,1.4-3.4,5.1-6.7,5.1c-3.6,0-6.3-3.7-7.1-5.2C2.8,7.3,5.6,3.9,9.2,3.9 M9.2,1.9\n C3.7,1.9,0,7.8,0,8.7c0,0.7,3.6,7.1,9.2,7.1c5.2,0,8.8-6.4,8.8-7.1C18,8,14.5,1.9,9.2,1.9L9.2,1.9z\"/>\n <path d=\"M9,7.9c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S8.4,7.9,9,7.9 M9,5.9c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3S10.6,5.9,9,5.9\n L9,5.9z\"/>`,\n\n warning: svg`\n <g>\n <circle class=\"st0\" cx=\"9\" cy=\"13\" r=\"1\"/>\n <path class=\"st0\" d=\"M9,6.2c-0.6,0-1,0.4-1,1v3c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1v-3C10,6.6,9.6,6.2,9,6.2z\"/>\n </g>\n <path d=\"M9,3.1l6.4,12H2.6L9,3.1 M9,1C8.3,1,7.6,1.4,7.2,2.1L0.1,15.4C0,15.6,0,15.8,0,15.9C0,16.5,0.5,17,1,17h16 c0.2,0,0.3,0,0.5-0.1c0.5-0.3,0.7-0.9,0.4-1.5L10.8,2.1c-0.2-0.3-0.4-0.6-0.8-0.8C9.7,1.1,9.3,1,9,1L9,1z\"/>`,\n\n zoomIn: svg`<path d=\"M10,8V4.8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1V8L4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1H8v3.3c0,0.6,0.4,1,1,1 c0.3,0,0.5-0.1,0.7-0.3c0.2-0.2,0.3-0.4,0.3-0.7V10h3.3c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H10z\"/>`,\n\n zoomOut: svg`<path d=\"M4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8.5c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H4.8z\"/>`,\n\n ...legacyIcons,\n}",
|
|
29104
|
-
"description": "All icons should have a `viewBox` of \"0 0 18 18\". If they don't they are a legacy icon. Add them to the legacyIcons constant.\nin './legacy-icons'."
|
|
29105
|
-
},
|
|
29106
|
-
{
|
|
29107
|
-
"kind": "variable",
|
|
29108
|
-
"name": "iconNames",
|
|
29109
|
-
"default": "Object.keys(icons)"
|
|
29110
|
-
}
|
|
29111
|
-
],
|
|
29112
|
-
"exports": [
|
|
29113
|
-
{
|
|
29114
|
-
"kind": "js",
|
|
29115
|
-
"name": "transformIcon",
|
|
29116
|
-
"declaration": {
|
|
29117
|
-
"name": "transformIcon",
|
|
29118
|
-
"module": "src/components/icon/icons.ts"
|
|
29119
|
-
}
|
|
29120
|
-
},
|
|
29121
|
-
{
|
|
29122
|
-
"kind": "js",
|
|
29123
|
-
"name": "icons",
|
|
29124
|
-
"declaration": {
|
|
29125
|
-
"name": "icons",
|
|
29126
|
-
"module": "src/components/icon/icons.ts"
|
|
29127
|
-
}
|
|
29128
|
-
},
|
|
29129
|
-
{
|
|
29130
|
-
"kind": "js",
|
|
29131
|
-
"name": "iconNames",
|
|
29132
|
-
"declaration": {
|
|
29133
|
-
"name": "iconNames",
|
|
29134
|
-
"module": "src/components/icon/icons.ts"
|
|
29135
|
-
}
|
|
29136
|
-
}
|
|
29137
|
-
]
|
|
29138
|
-
},
|
|
29139
|
-
{
|
|
29140
|
-
"kind": "javascript-module",
|
|
29141
|
-
"path": "src/components/icon/index.ts",
|
|
29142
|
-
"declarations": [],
|
|
29143
|
-
"exports": [
|
|
29144
|
-
{
|
|
29145
|
-
"kind": "js",
|
|
29146
|
-
"name": "*",
|
|
29147
|
-
"declaration": {
|
|
29148
|
-
"name": "*",
|
|
29149
|
-
"package": "./icon"
|
|
29150
|
-
}
|
|
29151
|
-
},
|
|
29152
|
-
{
|
|
29153
|
-
"kind": "js",
|
|
29154
|
-
"name": "*",
|
|
29155
|
-
"declaration": {
|
|
29156
|
-
"name": "*",
|
|
29157
|
-
"package": "./icons"
|
|
29158
|
-
}
|
|
29159
|
-
}
|
|
29160
|
-
]
|
|
29161
|
-
},
|
|
29162
|
-
{
|
|
29163
|
-
"kind": "javascript-module",
|
|
29164
|
-
"path": "src/components/icon/legacy-icons.ts",
|
|
29165
|
-
"declarations": [
|
|
29166
|
-
{
|
|
29167
|
-
"kind": "function",
|
|
29168
|
-
"name": "isLegacyIcon",
|
|
29169
|
-
"return": {
|
|
29170
|
-
"type": {
|
|
29171
|
-
"text": "icon is ILegacyIcon"
|
|
29172
|
-
}
|
|
29173
|
-
},
|
|
29174
|
-
"parameters": [
|
|
29175
|
-
{
|
|
29176
|
-
"name": "icon",
|
|
29177
|
-
"type": {
|
|
29178
|
-
"text": "ILegacyIcon | TIcon"
|
|
29179
|
-
}
|
|
29180
|
-
}
|
|
29181
|
-
]
|
|
29182
|
-
},
|
|
29183
|
-
{
|
|
29184
|
-
"kind": "variable",
|
|
29185
|
-
"name": "legacyIcons",
|
|
29186
|
-
"type": {
|
|
29187
|
-
"text": "Record<string, ILegacyIcon>"
|
|
29188
|
-
},
|
|
29189
|
-
"default": "{\n arrowDown: {\n svg: svg`\n <title>Asset 36</title>\n <g data-name=\"Layer 2\">\n <g data-name=\"Layer 1\">\n <path d=\"M13.21,10.4a1.07,1.07,0,0,0-1.56,0L8,14.09v-13A1.06,1.06,0,0,0,6.84,0,1.06,1.06,0,0,0,5.72,1.12v13L2,10.4H2A1.16,1.16,0,0,0,1.19,10a1.19,1.19,0,0,0-.84,2h0l5.71,5.59a1.07,1.07,0,0,0,1.56,0L13.21,12A1.07,1.07,0,0,0,13.21,10.4Z\"/>\n </g>\n </g>`,\n viewBox: '0 0 13.55 18',\n },\n\n arrowUp: {\n viewBox: '0 0 13.55 18',\n svg: svg`<g data-name=\"Layer 2\">\n <g data-name=\"Layer 1\">\n <path d=\"M.34,7.6a1.07,1.07,0,0,0,1.56,0L5.59,3.91v13A1.06,1.06,0,0,0,6.71,18a1.06,1.06,0,0,0,1.12-1.12v-13L11.52,7.6h0a1.16,1.16,0,0,0,.84.36,1.19,1.19,0,0,0,1.19-1.19,1.16,1.16,0,0,0-.36-.84h0L7.49.34a1.07,1.07,0,0,0-1.56,0L.34,6A1.07,1.07,0,0,0,.34,7.6Z\"/>\n </g>`,\n },\n\n attachmentMessaging: {\n viewBox: '0 0 20 20',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(0.000000, 2.000000)\" fill-rule=\"nonzero\">\n <g>\n <path d=\"M17.3678238,1.63921919 C16.3233424,0.589663818 14.9065102,0 13.4291415,0 C11.9517727,0 10.5349405,0.589663818 9.49045916,1.63921919 L1.18746407,9.97893335 C-0.401339682,11.5906429 -0.394999051,14.1890522 1.20165134,15.7929182 C2.79830173,17.3967841 5.38502126,17.4031534 6.98947991,15.8071696 L13.7331632,9.03140295 C14.4418756,8.37255455 14.7349841,7.37703064 14.4970423,6.43693745 C14.2591005,5.49684426 13.5282405,4.76283911 12.5923256,4.52402406 C11.6564106,4.285209 10.6654284,4.57985602 10.0096964,5.29191273 L5.85819883,9.45815328 C5.65582909,9.66115044 5.57664222,9.95717842 5.65046715,10.2347264 C5.72429207,10.5122743 5.93991303,10.729176 6.21610769,10.8037268 C6.49230235,10.8782776 6.78711018,10.7991513 6.98947991,10.5961542 L11.1409775,6.42428791 C11.5478846,6.03429098 12.1903203,6.04195224 12.5878959,6.4415429 C12.9854714,6.84113356 12.9927471,7.48647659 12.6042823,7.8950094 L5.85819883,14.670776 C4.88080568,15.6525861 3.29613833,15.6525861 2.31874521,14.670776 C1.34135208,13.6889658 1.34135206,12.0971371 2.31874515,11.1153269 L10.6217402,2.77561273 C12.1722251,1.21812093 14.6860578,1.21812093 16.2365427,2.77561273 C17.7870275,4.33310453 17.7870275,6.85829767 16.2365427,8.41578947 L10.0096964,14.670776 C9.80171621,14.8725578 9.71830542,15.1713661 9.79152302,15.4523538 C9.86474062,15.7333416 10.0831922,15.9527804 10.3629158,16.0263289 C10.6426394,16.0998774 10.9401035,16.0160896 11.1409775,15.8071696 L17.3678238,9.55137934 C18.4128535,8.50228241 19,7.07900813 19,5.59489743 C19,4.11078673 18.4128535,2.68751245 17.3678238,1.63841551 L17.3678238,1.63921919 Z\"></path>\n </g>\n </g>\n </g>`,\n },\n\n bellAlert: {\n viewBox: '0 0 16 18',\n svg: svg`\n <path class=\"st0\" d=\"M5,15c0,1.6,1.3,3,3,3s3-1.4,3-3H5z\"/>\n <circle cx=\"13\" cy=\"3\" r=\"2.6\"/>\n <g>\n <path class=\"st0\" d=\"M14.4,9V7.3C14,7.5,13.5,7.6,13,7.6c-2.5,0-4.6-2-4.6-4.6c0-1.1,0.4-2.1,1-2.8C9,0.1,8.5,0,7.9,0H7.7\n C4.3,0.1,1.5,2.9,1.5,6.2V9l-1.4,2.6C-0.2,12.2,0.3,13,1.2,13H15c0.8,0,1.3-0.8,1-1.4L14.4,9z\"/>\n </g>`,\n },\n\n bell: {\n viewBox: '0 0 16 18',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\" opacity=\"0.97\">\n <g transform=\"translate(-1063.000000, -1433.000000)\">\n <g transform=\"translate(0.000000, 1415.000000)\">\n <g transform=\"translate(913.000000, 1.000000)\">\n <g transform=\"translate(150.000000, 8.000000)\">\n <g>\n <g transform=\"translate(0.000000, 9.000000)\">\n <path d=\"M5,15 C5,16.65 6.35,18 8,18 C9.65,18 11,16.65 11,15 L5,15 Z\"></path>\n <path d=\"M7.94590329,0 L7.73104759,0 C4.28878496,0.101 1.49337513,2.923 1.49337513,6.248 L1.49337513,8.969 L0.0945273682,11.589 C-0.227756185,12.194 0.30938307,13 1.16994873,13 L14.9367136,13 C15.6887085,13 16.2269906,12.194 15.9047071,11.589 L14.3984314,8.969 L14.3984314,6.047 C14.3984314,2.62 11.6018788,0 7.94590329,0\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n calendarNavLeft: {\n viewBox: '0 0 6.55 11',\n svg: svg`\n <g>\n <g>\n <path d=\"M2.53,5.5,6.24,1.79A1,1,0,0,0,4.76.31L.31,4.76a1,1,0,0,0,0,1.48l4.45,4.45A1,1,0,0,0,6.24,9.21Z\"/>\n </g>\n </g>\n `,\n },\n\n calendarNavRight: {\n viewBox: '0 0 6.55 11',\n svg: svg`\n <g>\n <g>\n <path d=\"M4,5.5.31,9.21a1,1,0,0,0,1.48,1.48L6.24,6.24a1,1,0,0,0,0-1.48L1.79.31A1,1,0,0,0,.31,1.79Z\"/>\n </g>\n </g>`,\n },\n\n chatFilled: {\n viewBox: '0 0 18 15.77',\n svg: svg`\n <g>\n <g>\n <path d=\"M7.18,14.37A12.09,12.09,0,0,0,9,14.5c5,0,9-3.24,9-7.25S14,0,9,0,0,3.25,0,7.25a7,7,0,0,0,3.92,6l-1,2.11a.3.3,0,0,0,.14.4.36.36,0,0,0,.23,0Z\"/>\n </g>\n </g>`,\n },\n\n chevronDownFilled: {\n viewBox: '0 0 18 9.36',\n svg: svg`\n <g>\n <g>\n <path d=\"M8.19,9.05.41,2.13A1.22,1.22,0,0,1,1.22,0H16.78a1.22,1.22,0,0,1,.81,2.13L9.81,9.05A1.22,1.22,0,0,1,8.19,9.05Z\" fill-rule=\"evenodd\"/>\n </g>\n </g>`,\n },\n\n content: {\n viewBox: '0 0 18 14.33',\n svg: svg`\n <rect y=\"6.17\" width=\"18\" height=\"2\" rx=\"1\"/>\n <rect width=\"18\" height=\"2\" rx=\"1\"/>\n <rect y=\"12.33\" width=\"12.3\" height=\"2\" rx=\"1\"/>`,\n },\n\n edit: {\n viewBox: '0 0 12 14',\n svg: svg`\n <defs>\n <polygon points=\"0.0896 6.79564065e-05 9.8928 6.79564065e-05 9.8928 11.2426588 0.0896 11.2426588\"></polygon>\n <polygon points=\"0 0.399823529 3.43728 0.399823529 3.43728 4.11732689 0 4.11732689\"></polygon>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-243.000000, -133.000000)\">\n <g transform=\"translate(243.000000, 133.000000)\">\n <g transform=\"translate(1.600000, 0.000000)\">\n <mask fill=\"white\">\n <use xlink:href=\"#path-1\"></use>\n </mask>\n <g></g>\n <path d=\"M9.5568,1.38830588 L8.2064,0.272423529 C7.688,-0.155811765 6.9208,-0.0693411765 6.5056,0.463482353 L5.4656,1.7976 L0.0896,8.76548235 L3.0872,11.2426588 L8.4816,4.28877647 L8.4816,4.2896 L9.6848,2.74630588 C10.0088,2.31065882 9.9456,1.70948235 9.5568,1.38830588\" mask=\"url(#mask-2)\"></path>\n </g>\n <g transform=\"translate(0.000000, 9.882353)\">\n <mask fill=\"white\">\n <use xlink:href=\"#path-3\"></use>\n </mask>\n <g></g>\n <path d=\"M0.00208,3.76394118 C-0.02432,3.99288235 0.19808,4.17570588 0.40928,4.09994118 L3.43728,2.87782353 L0.45568,0.399823529 L0.00208,3.76394118 Z\" mask=\"url(#mask-4)\"></path>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n emoji: {\n viewBox: '0 0 20 20',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M10.325,2 C5.725,2 2,5.73333333 2,10.3333333 C2,14.9333333 5.725,18.6666667 10.325,18.6666667 C14.9333333,18.6666667 18.6666667,14.9333333 18.6666667,10.3333333 C18.6666667,5.73333333 14.9333333,2 10.325,2 Z M10.3333333,17 C6.65,17 3.66666667,14.0166667 3.66666667,10.3333333 C3.66666667,6.65 6.65,3.66666667 10.3333333,3.66666667 C14.0166667,3.66666667 17,6.65 17,10.3333333 C17,14.0166667 14.0166667,17 10.3333333,17 Z M13.25,9.5 C13.9416667,9.5 14.5,8.94166667 14.5,8.25 C14.5,7.55833333 13.9416667,7 13.25,7 C12.5583333,7 12,7.55833333 12,8.25 C12,8.94166667 12.5583333,9.5 13.25,9.5 Z M7.41666667,9.5 C8.10833333,9.5 8.66666667,8.94166667 8.66666667,8.25 C8.66666667,7.55833333 8.10833333,7 7.41666667,7 C6.725,7 6.16666667,7.55833333 6.16666667,8.25 C6.16666667,8.94166667 6.725,9.5 7.41666667,9.5 Z M10.3333333,14.9166667 C12.275,14.9166667 13.925,13.7 14.5916667,12 L6.075,12 C6.74166667,13.7 8.39166667,14.9166667 10.3333333,14.9166667 Z\" fill-rule=\"nonzero\"></path>\n </g>`,\n },\n\n exclamation: {\n viewBox: '0 0 3.61 18',\n svg: svg`\n <g>\n <g>\n <g>\n <rect width=\"3.61\" height=\"12.62\" rx=\"1.8\" ry=\"1.8\" />\n <circle cx=\"1.8\" cy=\"16.21\" r=\"1.79\" />\n </g>\n </g>\n </g>`,\n },\n\n glasses: {\n viewBox: '0 0 70 30',\n svg: svg`\n <g transform=\"translate(-1063.000000, -447.000000)\">\n <g transform=\"translate(988.000000, 447.000000)\">\n <g transform=\"translate(75.000000, 0.000000)\">\n <path d=\"M14.7058824,0 C6.58389585,0 0,6.58389585 0,14.7058824 C0,22.8278689 6.58389585,29.4117647 14.7058824,29.4117647 C22.8278689,29.4117647 29.4117647,22.8278689 29.4117647,14.7058824 C29.4117647,6.58389585 22.8278689,0 14.7058824,0 M14.7058824,3.37512054 C20.9537126,3.37512054 26.0366442,8.45805207 26.0366442,14.7058824 C26.0366442,20.9537126 20.9537126,26.0366442 14.7058824,26.0366442 C8.45805207,26.0366442 3.37512054,20.9537126 3.37512054,14.7058824 C3.37512054,8.45805207 8.45805207,3.37512054 14.7058824,3.37512054\"></path>\n <path d=\"M54.7058824,0 C46.5838959,0 40,6.58389585 40,14.7058824 C40,22.8278689 46.5838959,29.4117647 54.7058824,29.4117647 C62.8278689,29.4117647 69.4117647,22.8278689 69.4117647,14.7058824 C69.4117647,6.58389585 62.8278689,0 54.7058824,0 M54.7058824,3.37512054 C60.9537126,3.37512054 66.0366442,8.45805207 66.0366442,14.7058824 C66.0366442,20.9537126 60.9537126,26.0366442 54.7058824,26.0366442 C48.4580521,26.0366442 43.3751205,20.9537126 43.3751205,14.7058824 C43.3751205,8.45805207 48.4580521,3.37512054 54.7058824,3.37512054\"></path>\n <path d=\"M27,10.6806723 C27,10.6806723 29.8361345,9 34.0903361,9 C38.3445378,9 42.1260504,10.6806723 42.1260504,10.6806723\"></path>\n </g>\n </g>\n </g>`,\n },\n\n info: {\n viewBox: '0 0 3.61 18',\n svg: svg`\n <rect y=\"5.38\" width=\"3.61\" height=\"12.62\" rx=\"1.8\" ry=\"1.8\"/>\n <circle cx=\"1.8\" cy=\"1.79\" r=\"1.79\">`,\n },\n\n jobDependency: {\n viewBox: '0 0 24 24',\n svg: svg`\n <path d=\"M20,13H10c-0.55,0-1,0.45-1,1v2H6.94C6.39,16,6,15.66,6,15.35V11h8c0.55,0,1-0.45,1-1V4c0-0.55-0.45-1-1-1H4\n C3.45,3,3,3.45,3,4v6c0,0.55,0.45,1,1,1v4.35C4,16.81,5.32,18,6.94,18H9v2c0,0.55,0.45,1,1,1h10c0.55,0,1-0.45,1-1v-6\n C21,13.45,20.55,13,20,13z M5,5h8v4H5V5z M19,19h-8v-4h8V19z\"/>`,\n },\n\n location: {\n viewBox: '0 0 18 17.6',\n svg: svg`\n <path class=\"st0\" d=\"M17,1.5L13,0.1C12.7,0,12.3,0,12,0c-0.3,0-0.7,0-0.9,0.1L6.9,1.5C6.7,1.6,6.3,1.6,6,1.6c-0.3,0-0.7,0-1-0.1\n L0.9,0.1c-0.1,0-0.2,0-0.3,0C0.3,0.1,0,0.4,0,0.8v14c0,0.6,0.4,1.1,1,1.3l4,1.4c0.3,0.1,0.6,0.1,1,0.1c0.3,0,0.7,0,0.9-0.1l4.3-1.4\n c0.3-0.1,0.6-0.1,0.9-0.1c0.4,0,0.7,0,1,0.1l4,1.4c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.3,0.7-0.7v-14C18,2.3,17.6,1.7,17,1.5z\n M2,14.4V2.6l2.4,0.8C4.6,3.5,4.8,3.5,5,3.5v11.8L2,14.4z M7,15.4V3.5c0.2,0,0.4-0.1,0.5-0.1L11,2.3v11.9c-0.1,0-0.3,0.1-0.4,0.1\n L7,15.4z M16,15l-2.3-0.8c-0.2-0.1-0.5-0.1-0.7-0.2V2.3l3,1V15z\"/>\n `,\n },\n\n locked: {\n viewBox: '0 0 11 14',\n svg: svg`\n <g transform=\"translate(-860.000000, -816.000000)\">\n <path d=\"M869.428571,818.955556 C869.428571,817.382114 868.041149,816.0487 866.377289,816.001304 C866.346855,816.000437 865.530613,816 865.5,816 C865.471911,816 864.65818,816.000368 864.630241,816.001098 C862.963039,816.044679 861.571429,817.379741 861.571429,818.955556 L861.571429,821.444444 L863.142857,821.444444 L863.142857,818.955556 C863.142857,818.251966 863.831925,817.609931 864.614241,817.558828 C864.647436,817.55666 865.466514,817.555556 865.5,817.555556 C865.541427,817.555556 866.368382,817.557246 866.409348,817.56055 C867.181874,817.622859 867.857143,818.259046 867.857143,818.955556 L867.857143,821.444444 L861.571429,821.444444 C860.707143,821.444444 860,822.144444 860,823 L860,828.444444 C860,829.3 860.707143,830 861.571429,830 L869.428571,830 C870.292857,830 871,829.3 871,828.444444 L871,823 C871,822.144444 870.292857,821.444444 869.428571,821.444444 L869.428571,818.955556 Z\"></path>\n </g>`,\n },\n\n mention: {\n viewBox: '0 0 20 20',\n svg: svg`\n <path d=\"M10.3333333,2 C5.73333333,2 2,5.73333333 2,10.3333333 C2,14.9333333 5.73333333,18.6666667 10.3333333,18.6666667 L14.5,18.6666667 L14.5,17 L10.3333333,17 C6.71666667,17 3.66666667,13.95 3.66666667,10.3333333 C3.66666667,6.71666667 6.71666667,3.66666667 10.3333333,3.66666667 C13.95,3.66666667 17,6.71666667 17,10.3333333 L17,11.525 C17,12.1833333 16.4083333,12.8333333 15.75,12.8333333 C15.0916667,12.8333333 14.5,12.1833333 14.5,11.525 L14.5,10.3333333 C14.5,8.03333333 12.6333333,6.16666667 10.3333333,6.16666667 C8.03333333,6.16666667 6.16666667,8.03333333 6.16666667,10.3333333 C6.16666667,12.6333333 8.03333333,14.5 10.3333333,14.5 C11.4833333,14.5 12.5333333,14.0333333 13.2833333,13.275 C13.825,14.0166667 14.7583333,14.5 15.75,14.5 C17.3916667,14.5 18.6666667,13.1666667 18.6666667,11.525 L18.6666667,10.3333333 C18.6666667,5.73333333 14.9333333,2 10.3333333,2 Z M10.3333333,12.8333333 C8.95,12.8333333 7.83333333,11.7166667 7.83333333,10.3333333 C7.83333333,8.95 8.95,7.83333333 10.3333333,7.83333333 C11.7166667,7.83333333 12.8333333,8.95 12.8333333,10.3333333 C12.8333333,11.7166667 11.7166667,12.8333333 10.3333333,12.8333333 Z\" fill-rule=\"nonzero\"></path>`,\n },\n\n optimiseFill: {\n viewBox: '0 0 7 10',\n svg: svg`<path d=\"M3.00837375,9.0254834 C2.95830943,9.0254834 2.9082451,9.0254834 2.85818078,9.0254834 C2.65792348,8.92534203 2.50773051,8.72505928 2.50773051,8.52477653 L2.50773051,6.02124217 L0.50515754,6.02124217 C0.304900243,6.02124217 0.15470727,5.9211008 0.0545786215,5.77088874 C-0.0455500269,5.62067667 0.0045142973,5.42039393 0.104642946,5.27018186 L3.55908132,0.263113149 C3.65920997,0.0628304004 3.90953159,-0.0373109739 4.10978889,0.0127597133 C4.31004618,0.0628304004 4.46023916,0.263113149 4.46023916,0.513466585 L4.46023916,3.06707163 L6.51287645,3.06707163 C6.71313375,3.06707163 6.86332672,3.167213 6.96345537,3.31742506 C7.06358402,3.46763713 7.01351969,3.66791987 6.91339104,3.81813194 L3.40888835,8.77512996 C3.3087597,8.92534203 3.15856672,9.0254834 3.00837375,9.0254834 Z\"></path>`,\n },\n\n pin: {\n viewBox: '0 0 48 60',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M47.9343051,25.5003397 C47.9777831,25.5182179 48,25.5274551 48,25.5274551 C48,45.4845306 24.8401003,59.7689962 24.8401003,59.7689962 C24.3769827,60.0753098 23.6301271,60.075534 23.1738657,59.7783581 C23.1738657,59.7783581 0,45.4845306 0,25.5274551 C1.53712829e-17,25.2731115 0.00779630727,25.0252509 0.0231902012,24.7837494 C0.00778358739,24.4347562 0,24.0838066 0,23.7310594 C0,10.6247572 10.745166,5.68434189e-14 24,5.68434189e-14 C37.254834,5.68434189e-14 48,10.6247572 48,23.7310594 C48,24.3261903 47.9778447,24.9162046 47.9343051,25.5003397 Z\"></path>\n </g>`,\n },\n\n planeLandingWithGround: {\n viewBox: '0 0 15 15',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-113.000000, -1615.000000)\">\n <g transform=\"translate(105.000000, 1611.000000)\">\n <g>\n <g transform=\"translate(8.000000, 3.000000)\">\n <g transform=\"translate(0.000000, 0.480500)\">\n <path d=\"M5.6149,9.4171 L9.1499,10.3331 L13.4649,11.4531 C14.1149,11.6191 14.7809,11.2481 14.9599,10.6171 C15.1309,9.9851 14.7489,9.3381 14.0979,9.1641 L9.7839,8.0431 L7.6409,1.2411 C7.5789,1.0431 7.4149,0.8901 7.2089,0.8371 L5.9729,0.5201 L5.9729,7.0571 L1.9339,6.0061 L1.2929,4.4531 C1.2209,4.2771 1.0679,4.1461 0.8809,4.0971 L-0.0001,3.8671 L-0.0001,7.9481 L1.2999,8.2881 L5.6149,9.4171 Z\"></path>\n </g>\n <g transform=\"translate(1.000000, 13.480500)\">\n <g>\n <g>\n <path d=\"M0.5119,0.2355 L12.4889,0.2355 C12.5929,0.2355 12.6769,0.3315 12.6769,0.4505 L12.6769,1.7855 C12.6769,1.9035 12.5929,2.0005 12.4889,2.0005 L0.5119,2.0005 C0.4079,2.0005 0.3239,1.9035 0.3239,1.7855 L0.3239,0.4505 C0.3239,0.3315 0.4079,0.2355 0.5119,0.2355\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n planeLanding: {\n viewBox: '0 0 11 9',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-119.000000, -3267.000000)\">\n <g transform=\"translate(106.000000, 3253.000000)\">\n <g>\n <g transform=\"translate(7.000000, 8.000000)\">\n <path d=\"M10.2435275,12.7599784 L12.6000724,13.3706135 L15.4765904,14.1172415 C15.9099013,14.2279025 16.3538783,13.9805819 16.4732055,13.559937 C16.5871996,13.1386255 16.3325461,12.7073144 15.8985685,12.5913204 L13.0227172,11.8440257 L11.5941244,7.30959344 C11.5527932,7.17760027 11.4434655,7.07560554 11.3061393,7.04027403 L10.4821819,6.82895162 L10.4821819,11.1867264 L7.78965439,10.4860959 L7.36234314,9.45081609 C7.31434562,9.33348882 7.2123509,9.24616 7.08769067,9.21349502 L6.5003877,9.06016962 L6.5003877,11.7806957 L7.36700957,12.0073506 L10.2435275,12.7599784 Z\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n `,\n },\n\n planeTakeOff: {\n viewBox: '0 0 16 15',\n svg: svg`\n <defs>\n <polygon points=\"0 0.254864359 16 0.254864359 16 10.0688 0 10.0688\"></polygon>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-113.000000, -822.000000)\">\n <g transform=\"translate(105.000000, 819.000000)\">\n <g>\n <g transform=\"translate(8.000000, 3.000000)\">\n <g>\n <path d=\"M1.96728889,13.0784 L14.0321778,13.0784 C14.1370667,13.0784 14.2224,13.1752889 14.2224,13.2952889 L14.2224,14.6401778 C14.2224,14.7601778 14.1370667,14.8561778 14.0321778,14.8561778 L1.96728889,14.8561778 C1.8624,14.8561778 1.77795556,14.7601778 1.77795556,14.6401778 L1.77795556,13.2952889 C1.77795556,13.1752889 1.8624,13.0784 1.96728889,13.0784\"></path>\n <g transform=\"translate(0.000000, 0.634311)\">\n <g></g>\n <path d=\"M15.9608,5.04568889 C15.7945778,4.4048 15.1403556,4.02168889 14.5092444,4.19768889 L10.3199111,5.3328 L5.11635556,0.417244444 C4.96702222,0.275911111 4.75546667,0.221688889 4.55724444,0.275022222 L3.3528,0.597688889 L6.61946667,6.3328 L2.69857778,7.39768889 L1.38035556,6.35235556 C1.23102222,6.23502222 1.03635556,6.19502222 0.855022222,6.2448 L-8.88888889e-05,6.4768 L1.43635556,9.00568889 L2.04346667,10.0688 L3.30568889,9.72568889 L7.49502222,8.5888 L10.9270222,7.6608 L15.1163556,6.52568889 C15.7554667,6.34168889 16.1261333,5.68568889 15.9608,5.04568889\" mask=\"url(#mask-2)\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n resourcePlaceholder: {\n viewBox: '0 0 96 70',\n svg: svg`\n <g clip-path=\"url(#clip0_2190_85012)\">\n <rect width=\"96\" height=\"70\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.6197 21.2084C57.6197 12.7277 62.1858 9.68918 67.7892 9.68918C73.4079 9.68918 77.9588 12.7431 77.9588 21.2084C77.9588 29.6917 73.3952 32.7277 67.7892 32.7277C62.1731 32.7277 57.6197 29.6763 57.6197 21.2084ZM53.559 40.1512C56.3429 39.0863 61.2497 37.6297 67.8065 37.6297C73.7481 37.6297 79.2523 39.0223 82.2091 40.1512C87.2126 42.0659 89.6838 45.6548 90.6168 49.3666C91.1202 51.3888 90.2889 53.5621 88.7812 54.2584C86.9278 55.116 77.3506 55.5486 67.7938 55.5486C58.2878 55.5486 48.7971 55.1211 46.9691 54.2661C45.4716 53.5647 44.6453 51.3965 45.1487 49.3794C46.0742 45.6625 48.5479 42.0685 53.559 40.1512Z\" fill=\"white\"/>\n <mask id=\"mask0_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"45\" y=\"9\" width=\"46\" height=\"47\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.6197 21.2084C57.6197 12.7277 62.1858 9.68918 67.7892 9.68918C73.4079 9.68918 77.9588 12.7431 77.9588 21.2084C77.9588 29.6917 73.3952 32.7277 67.7892 32.7277C62.1731 32.7277 57.6197 29.6763 57.6197 21.2084ZM53.559 40.1512C56.3429 39.0863 61.2497 37.6297 67.8065 37.6297C73.7481 37.6297 79.2523 39.0223 82.2091 40.1512C87.2126 42.0659 89.6838 45.6548 90.6168 49.3666C91.1202 51.3888 90.2889 53.5621 88.7812 54.2584C86.9278 55.116 77.3506 55.5486 67.7938 55.5486C58.2878 55.5486 48.7971 55.1211 46.9691 54.2661C45.4716 53.5647 44.6453 51.3965 45.1487 49.3794C46.0742 45.6625 48.5479 42.0685 53.559 40.1512Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask0_2190_85012)\">\n <rect x=\"27.2032\" y=\"-8.22964\" width=\"81.3565\" height=\"81.9146\" fill=\"#ECEEF3\"/>\n </g>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.1065 16.4035C28.1065 4.31396 34.6579 -0.0175476 42.6976 -0.0175476C50.7592 -0.0175476 57.2887 4.33586 57.2887 16.4035C57.2887 28.4967 50.7409 32.8246 42.6976 32.8246C34.6396 32.8246 28.1065 28.4748 28.1065 16.4035ZM22.2802 43.407C26.2746 41.889 33.3148 39.8126 42.7224 39.8126C51.2472 39.8126 59.1447 41.7978 63.387 43.407C70.5659 46.1366 74.1115 51.2526 75.4502 56.5439C76.1725 59.4267 74.9797 62.5248 72.8166 63.5173C70.1573 64.7398 56.4161 65.3565 42.7041 65.3565C29.0651 65.3565 15.4479 64.7471 12.8252 63.5283C10.6767 62.5284 9.49113 59.4376 10.2134 56.5621C11.5412 51.2636 15.0905 46.1402 22.2802 43.407Z\" fill=\"white\"/>\n <mask id=\"mask1_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"-1\" width=\"66\" height=\"67\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.1065 16.4035C28.1065 4.31396 34.6579 -0.0175476 42.6976 -0.0175476C50.7592 -0.0175476 57.2887 4.33586 57.2887 16.4035C57.2887 28.4967 50.7409 32.8246 42.6976 32.8246C34.6396 32.8246 28.1065 28.4748 28.1065 16.4035ZM22.2802 43.407C26.2746 41.889 33.3148 39.8126 42.7224 39.8126C51.2472 39.8126 59.1447 41.7978 63.387 43.407C70.5659 46.1366 74.1115 51.2526 75.4502 56.5439C76.1725 59.4267 74.9797 62.5248 72.8166 63.5173C70.1573 64.7398 56.4161 65.3565 42.7041 65.3565C29.0651 65.3565 15.4479 64.7471 12.8252 63.5283C10.6767 62.5284 9.49113 59.4376 10.2134 56.5621C11.5412 51.2636 15.0905 46.1402 22.2802 43.407Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask1_2190_85012)\">\n <rect x=\"-15.5344\" y=\"-25.5614\" width=\"116.729\" height=\"116.772\" fill=\"white\"/>\n </g>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.1065 19.4035C24.1065 7.31396 30.6579 2.98245 38.6976 2.98245C46.7592 2.98245 53.2887 7.33586 53.2887 19.4035C53.2887 31.4967 46.7409 35.8246 38.6976 35.8246C30.6396 35.8246 24.1065 31.4748 24.1065 19.4035ZM18.2802 46.407C22.2746 44.889 29.3148 42.8126 38.7224 42.8126C47.2472 42.8126 55.1447 44.7978 59.387 46.407C66.5659 49.1366 70.1115 54.2526 71.4502 59.5439C72.1725 62.4267 70.9797 65.5248 68.8166 66.5173C66.1573 67.7398 52.4161 68.3565 38.7041 68.3565C25.0651 68.3565 11.4479 67.7471 8.8252 66.5283C6.67666 65.5284 5.49113 62.4376 6.21339 59.5621C7.54118 54.2636 11.0905 49.1402 18.2802 46.407Z\" fill=\"white\"/>\n <mask id=\"mask2_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"6\" y=\"2\" width=\"66\" height=\"67\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.1065 19.4035C24.1065 7.31396 30.6579 2.98245 38.6976 2.98245C46.7592 2.98245 53.2887 7.33586 53.2887 19.4035C53.2887 31.4967 46.7409 35.8246 38.6976 35.8246C30.6396 35.8246 24.1065 31.4748 24.1065 19.4035ZM18.2802 46.407C22.2746 44.889 29.3148 42.8126 38.7224 42.8126C47.2472 42.8126 55.1447 44.7978 59.387 46.407C66.5659 49.1366 70.1115 54.2526 71.4502 59.5439C72.1725 62.4267 70.9797 65.5248 68.8166 66.5173C66.1573 67.7398 52.4161 68.3565 38.7041 68.3565C25.0651 68.3565 11.4479 67.7471 8.8252 66.5283C6.67666 65.5284 5.49113 62.4376 6.21339 59.5621C7.54118 54.2636 11.0905 49.1402 18.2802 46.407Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask2_2190_85012)\">\n <rect x=\"-19.5344\" y=\"-22.5614\" width=\"116.729\" height=\"116.772\" fill=\"#CACFD9\"/>\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_2190_85012\">\n <rect width=\"96\" height=\"70\" fill=\"white\"/>\n </clipPath>\n </defs>\n `,\n },\n\n remove: {\n viewBox: '0 0 20 20',\n svg: svg`<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.948 6C13.2362 6 13.4835 6.10204 13.6901 6.30612C13.8967 6.5102 14 6.75646 14 7.0449C14 7.33333 13.8967 7.58095 13.6901 7.78776L11.472 10.0082L13.6901 12.2204C13.8967 12.4272 14 12.6721 14 12.9551C14 13.2435 13.8967 13.4898 13.6901 13.6939C13.4835 13.898 13.2362 14 12.948 14C12.6599 14 12.4152 13.8993 12.2141 13.698L9.99592 11.4857L7.78593 13.698C7.58478 13.8993 7.33741 14 7.04383 14C6.75569 14 6.50968 13.8993 6.30581 13.698C6.10194 13.4966 6 13.2517 6 12.9633C6 12.6694 6.10058 12.4218 6.30173 12.2204L8.51988 10.0082L6.30173 7.78776C6.10058 7.58639 6 7.3415 6 7.05306C6 6.76463 6.10194 6.51701 6.30581 6.3102C6.50968 6.1034 6.75569 6 7.04383 6C7.33197 6 7.57934 6.1034 7.78593 6.3102L9.99592 8.53061L12.2141 6.3102C12.4207 6.1034 12.6653 6 12.948 6Z\" />`,\n },\n\n send: {\n viewBox: '0 0 20 20',\n svg: svg`<path d=\"M5.03704635,10.7541907 L7.42180053,10.5252487 C7.69667911,10.4988597 7.89811972,10.2546341 7.87173073,9.97975549 C7.84925662,9.74565598 7.66667952,9.55886065 7.4331543,9.53104628 L5.03704635,9.24565424 L5.03704635,9.24565424 C4.72354994,9.20132367 4.46176429,8.98902014 4.35901009,8.69577882 L2.04589833,2.0945898 C1.89460363,1.66282299 2.12958701,1.19277007 2.57074839,1.04469721 C2.79489852,0.969462724 3.04103331,0.9898631 3.249064,1.100918 L18.5597508,9.27436031 C18.9691867,9.49293317 19.1200564,9.99496674 18.8967278,10.3956837 C18.8190834,10.5350003 18.7020988,10.6494937 18.5597508,10.7254846 L3.249064,18.8989269 C2.83962811,19.1174998 2.32667107,18.9698429 2.1033424,18.569126 C1.98987111,18.3655253 1.96902686,18.124632 2.04589833,17.9052551 L4.35901009,11.3040661 C4.46176429,11.0108248 4.72354994,10.7985213 5.03704635,10.7541907 Z\"></path>`,\n },\n\n shiftOvernight: {\n viewBox: '0 0 14.045 13.82',\n svg: svg`\n <path class=\"cls-1\" d=\"M12.8425,8.1523A.9241.9241,0,0,1,13.93,9.4158a7.255,7.255,0,0,1-7.3557,4.3734A7.17,7.17,0,0,1,.0311,6.0212,7.1536,7.1536,0,0,1,4.4956.07a.9235.9235,0,0,1,1.2387,1.12A5.513,5.513,0,0,0,7.7564,7.3361a5.6967,5.6967,0,0,0,5.0861.8162\"/>`,\n },\n\n skeduloText: {\n viewBox: '0 0 4004.9 1000',\n svg: svg`\n <g>\n <path class=\"st0\" d=\"M900,0H100C44.8,0,0,44.8,0,100v800c0,55.2,44.8,100,100,100h800c55.2,0,100-44.8,100-100V100\n C1000,44.8,955.2,0,900,0z M306.9,175c131.9,0,386.3,0,386.3,0s131.9,0,131.9,131.5H482.8H175C175,306.5,175,175,306.9,175z\n M517.6,434.3c0,0,44.6,0,176,0S825,565.7,825,565.7H693.6H307c0,0-132,0-132-131.5H517.6z M693.6,825c-132,0-386.6,0-386.6,0\n s-132,0-132-131.5h342.6h308C825.6,693.5,825.6,825,693.6,825z\"/>\n <path class=\"st0\" d=\"M1757,562.9l146.7-222.7l3.1-4.6l-5.5-0.8c-8.6-1.2-17.1-2.2-25.4-2.8c-8.3-0.6-17.1-0.9-26.4-0.9\n c-8.6,0-17,0.3-25,0.9c-8,0.6-16.1,1.5-24.1,2.8l-1.5,0.2l-0.9,1.3l-140,212.3V126.5h-103V818h103V579.9l164.8,230.9l0.9,1.2\n l1.5,0.2c8.6,1.2,17.3,2.2,25.9,2.8c8.6,0.6,17.3,0.9,25.9,0.9c8.6,0,17-0.3,25-0.9c8-0.6,16.3-1.5,25-2.8l5.6-0.8l-3.3-4.7\n L1757,562.9z\"/>\n <path class=\"st0\" d=\"M1455.9,577.3c-9.8-10.4-21.4-19-34.9-25.9c-13.3-6.8-27.4-12.7-42.2-17.6l-40.3-13.7\n c-11-3.7-21.2-7.3-30.6-11c-9.2-3.6-17.4-7.9-24.5-12.9c-6.9-4.9-12.4-10.8-16.4-17.7c-3.9-6.8-5.9-15-5.9-24.8\n c0-18.8,7.9-31.6,24.1-39c16.9-7.7,36.5-11.6,58.6-11.6c21.1,0,40.9,2.3,59.2,6.8c18.5,4.6,34.5,9.3,47.8,14.1l3,1.1l1.4-2.9\n c5-10.6,9.2-22.1,12.6-34.5s5.7-24.8,7-37.3l0.3-2.7l-2.6-0.9c-17.3-6.2-37.5-11.6-60.5-16.2c-23.1-4.6-46.8-6.9-70.8-6.9\n c-58.2,0-102.5,12.4-132.9,37.5c-30.5,25.1-45.7,59.2-45.7,101.8c0,32,9.2,57.7,27.6,76.7c18.1,18.8,47,35.5,86.6,50.4l32.1,11.9\n c11.7,3.7,22.5,7.5,32.5,11.4c9.8,3.9,18.4,8.5,25.8,13.8c7.2,5.2,13,11.6,17.4,19.1c4.3,7.4,6.4,16.9,6.4,28.5\n c0,10.3-2.7,19.6-8.1,27.9c-5.5,8.4-12.8,15.6-21.9,21.4c-9.1,5.9-19.9,10.3-32.4,13.3c-12.6,3-25.7,4.5-39.5,4.5\n c-19.3,0-38.8-2-58.5-5.9c-19.7-3.9-37.6-9.2-53.9-15.9l-3.3-1.3l-1.3,3.3c-4.9,12.3-9.4,24.8-13.4,37.4c-4,12.8-6.7,25.4-7.9,37.9\n l-0.3,2.7l2.6,0.9c19.1,6.8,39.8,12.2,62,16.2c22.2,4,48.1,6,77.6,6c29.1,0,55.7-3.7,79.9-11.2c24.2-7.5,44.9-17.9,62.1-31.3\n c17.2-13.5,30.5-29.8,40-48.9c9.4-19.1,14.1-40.3,14.1-63.5c0-20.6-3-38.3-9-53.1C1473.6,600.3,1465.7,587.7,1455.9,577.3z\"/>\n <path class=\"st0\" d=\"M2287.7,386.6c-16.8-19.7-37.7-35.1-62.6-46.3c-24.9-11.2-53.8-16.8-86.7-16.8c-38.4,0-71.8,6.7-100.1,20.1\n c-28.3,13.4-51.8,31.4-70.4,54.1c-18.6,22.7-32.5,49.4-41.5,80.1c-9,30.6-13.4,63.5-13.4,98.7c0,35.8,4.6,68.7,13.9,98.7\n c9.3,30.1,24.1,56.3,44.3,78.4c20.2,22.1,45.9,39.2,77,51.3c31,12.1,68.1,18.1,111.3,18.1c29.5,0,56.5-2.2,80.8-6.5\n c24.4-4.3,46.8-10.8,67.2-19.5l2.2-1l-0.1-2.4c-0.6-13.1-2.5-26.3-5.6-39.6c-3.1-13.4-7.2-24.9-12.2-34.3l-1.5-2.7l-2.9,1.1\n c-38.7,15.1-79.5,22.7-122.5,22.7c-48.7,0-85.3-11.7-109.9-34.8c-24.6-23.1-37.6-56.3-38.8-106.8h316.5h3.2l0.3-3.2\n c0.6-6.8,1.2-14.9,1.8-24.4c0.6-9.6,0.9-18.6,0.9-27.3c0-31.5-4.3-60.8-13-87.7C2317.3,429.6,2304.5,406.3,2287.7,386.6z\n M2249.5,531.5h-3.5h-232h-3.9l0.4-3.9c4.4-41.1,16.7-73.2,37.1-96.5c20.6-23.4,50.1-35.2,88.4-35.2c19.5,0,36.4,3.6,50.7,10.9\n c14.2,7.3,25.9,16.9,35.1,29c9.1,12,16,26,20.7,42c4.7,15.9,7,32.6,7,50.1V531.5z\"/>\n <path class=\"st0\" d=\"M2776.3,129.9c-8.3-0.6-15.9-0.9-22.7-0.9c-6.2,0-13.6,0.3-22.2,0.9c-8.7,0.6-16.4,1.6-23.3,2.8l-2.9,0.5v2.9\n v200.1c-12.4-3.7-22.2-5.7-38.6-8.2c-16.4-2.5-32.6-3.7-48.6-3.7c-35.9,0-68.6,6.2-98,18.6c-29.5,12.4-54.8,30-75.9,52.7\n c-21.1,22.7-37.4,49.8-48.8,81.4c-11.4,31.6-17.2,66.5-17.2,104.8c0,44.5,6.5,81.9,19.5,112.4c13,30.4,30.8,55.3,53.2,74.7\n c22.4,19.3,48.7,33.1,78.8,41.5c29.9,8.3,61.6,12.5,94.9,12.5c35.6,0,67.9-2.3,96.8-6.9c28.9-4.6,55-10.3,78.3-17.1l2.5-0.7v-2.6\n V136.2v-2.9l-2.9-0.5C2792.3,131.5,2784.7,130.5,2776.3,129.9z M2709,734.8c-10.4,3.1-22.3,5.3-35.8,6.9c-13.4,1.5-28.1,2.3-44,2.3\n c-46.4,0-83.1-12.5-110-37.6c-26.9-25.1-40.6-66.6-41.2-124.7c0-25.7,2.9-49.3,8.7-71c5.8-21.7,14.7-40.5,26.6-56.4\n c11.9-15.9,27-28.4,45.4-37.6c18.3-9.2,40-13.8,65.1-13.8c16.5,0,31.8,1.2,45.8,3.7c14.1,2.4,27.2,6.1,39.4,11V734.8z\"/>\n <path class=\"st0\" d=\"M3237.3,331.9c-8.3-0.6-15.9-0.9-22.7-0.9c-6.8,0-14.4,0.3-22.7,0.9c-8.4,0.6-16,1.6-22.8,2.8l-2.9,0.5v2.9\n v392.5c-21.2,6.1-46.6,9.2-76.3,9.2c-20.5,0-38.6-2.1-54.1-6.3c-15.3-4.1-28.2-11.5-38.8-22c-10.6-10.6-18.5-25.2-23.9-43.9\n c-5.4-18.9-8.1-42.9-8.1-71.9V338.2v-2.9l-2.9-0.5c-6.9-1.2-14.6-2.2-23.3-2.8c-8.6-0.6-16.4-0.9-23.2-0.9\n c-6.2,0-13.6,0.3-22.3,0.9c-8.7,0.6-16.5,1.6-23.3,2.8l-2.9,0.5v2.9v261.3c0,47.5,5.9,85.8,17.7,115c11.8,29.3,28.1,52.1,48.8,68.4\n c20.6,16.2,44.5,27,71.7,32.3c26.8,5.2,55.3,7.9,85.5,7.9c32,0,63-2.8,92.8-8.3c29.8-5.5,55.4-11.4,76.9-17.5l2.5-0.7v-2.6V338.2\n v-2.9l-2.9-0.5C3253.3,333.5,3245.7,332.5,3237.3,331.9z\"/>\n <path class=\"st0\" d=\"M3522.3,733.7l-3.4,0.8c-4.7,1.2-10.5,2.1-17.3,2.7c-6.9,0.6-13.1,0.9-18.5,0.9c-7.7,0-14.9-0.7-21.7-2.2\n c-6.4-1.4-11.9-4.4-16.6-9.1c-4.8-4.8-8.6-11.8-11.5-21c-2.9-9.4-4.4-22.5-4.4-39.3V136.2v-2.9l-2.9-0.5\n c-6.9-1.2-14.5-2.2-22.8-2.8c-8.3-0.6-15.9-0.9-22.7-0.9c-6.8,0-14.4,0.3-22.7,0.9c-8.4,0.6-16,1.6-22.8,2.8l-2.9,0.5v2.9v550.4\n c0,24.9,3.4,45.8,10.3,62.8c6.9,17,16.4,30.6,28.5,40.8c12,10.1,25.9,17.4,41.6,21.8c15.6,4.4,32.4,6.6,50.4,6.6\n c10.5,0,21.9-0.5,34.2-1.4c12.5-0.9,23.2-3,32.1-6.2l2.3-0.8v-2.5c0-25.4-2.8-48.9-8.4-70.6L3522.3,733.7z\"/>\n <path class=\"st0\" d=\"M3953.6,475.5c-9-30.4-22.8-56.8-41.5-79.2c-18.7-22.4-42-40.2-70-53.2c-28-13.1-60.6-19.6-97.8-19.6\n s-69.8,6.5-97.8,19.6c-28,13.1-51.3,30.8-70,53.2c-18.7,22.4-32.5,48.8-41.5,79.2c-9,30.3-13.4,63-13.4,98.2\n c0,35.2,4.5,67.9,13.4,98.2c9,30.4,22.8,56.8,41.5,79.2c18.7,22.4,42,40,70,52.8c28,12.8,60.6,19.1,97.8,19.1s69.8-6.4,97.8-19.1\n c28-12.7,51.4-30.3,70-52.8c18.7-22.4,32.5-48.8,41.5-79.2c9-30.3,13.4-63,13.4-98.2C3967,538.5,3962.5,505.8,3953.6,475.5z\n M3834.8,699.2c-19.5,29.6-49.5,44.3-90.5,44.3c-41,0-70.9-14.7-90.1-44.3c-19.4-30-29.2-71.8-29.2-125.7\n c0-53.8,9.8-95.5,29.2-125.2c19.2-29.3,49.1-43.8,90.1-43.8c41,0,71.1,14.6,90.6,43.9c19.7,29.6,29.7,71.4,29.7,125.2\n C3864.5,627.4,3854.6,669.2,3834.8,699.2z\"/>\n </g>`,\n },\n\n skedulo: {\n viewBox: '0 0 30 30',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M0,3.9992748 C0,1.79053632 1.78679466,0 3.9992748,0 L26.0007252,0 C28.2094637,0 30,1.78679466 30,3.9992748 L30,26.0007252 C30,28.2094637 28.2132053,30 26.0007252,30 L3.9992748,30 C1.79053632,30 0,28.2132053 0,26.0007252 L0,3.9992748 Z M9.21,24.75 C9.21,24.75 5.25,24.75 5.25,20.8058401 C5.25,20.8058401 15.5266992,20.80584 15.5266992,20.80584 C15.5266992,20.80584 24.7666992,20.80584 24.7666992,20.80584 C24.7666992,20.80584 24.7666992,24.7499999 20.8066992,24.7499999 C16.8466992,24.7499999 9.21,24.75 9.21,24.75 Z M9.21,16.97208 C9.21,16.97208 5.25,16.97208 5.25,13.0279201 C5.25,13.0279201 15.5266992,13.02792 15.5266992,13.02792 C15.5266992,13.02792 16.8633984,13.02792 20.8066992,13.02792 C24.75,13.02792 24.75,16.9720799 24.75,16.97208 C24.75,16.97208 20.8066992,16.97208 20.8066992,16.9720799 C20.8066992,16.9720798 9.21,16.97208 9.21,16.97208 Z M20.7947034,5.24999989 C20.7947034,5.24999989 24.7516498,5.24999989 24.7516498,9.19415977 C24.7516498,9.19415977 14.482875,9.19415989 14.482875,9.19415989 C14.482875,9.19415989 5.25,9.19415987 5.25,9.19415989 C5.25,9.19415991 5.25,5.25 9.20694642,5.25 C13.1638928,5.25 20.7947034,5.24999989 20.7947034,5.24999989 Z\"></path>\n </g>`,\n },\n\n tag: {\n viewBox: '0 0 24 24',\n svg: svg`\n <path class=\"st0\" d=\"M15.3,6.3C15.1,6.1,14.9,6,14.6,6H4.7C3.8,6,3,6.8,3,7.7v8.6c0,0.4,0.2,0.9,0.5,1.2C3.8,17.8,4.2,18,4.7,18h9.9\n c0.3,0,0.5-0.1,0.7-0.3l5-5c0.4-0.4,0.4-1,0-1.4L15.3,6.3z M15,13.2c-0.7,0-1.2-0.5-1.2-1.2c0-0.7,0.5-1.2,1.2-1.2\n c0.7,0,1.2,0.5,1.2,1.2S15.7,13.2,15,13.2C15,13.2,15,13.2,15,13.2z\"/>\n `,\n },\n\n tick: {\n viewBox: '0 0 17.99 14.390',\n svg: svg`<path d=\"M7.39,13.84,17.46,3.3a2,2,0,0,0,0-2.73A1.77,1.77,0,0,0,16.16,0h0a1.75,1.75,0,0,0-1.29.57L6.21,9.63l-.11.12L6,9.63l-2.87-3a1.8,1.8,0,0,0-2.59,0,2,2,0,0,0,0,2.73l4.08,4.32.1.11h0l.14.15.05,0a1.83,1.83,0,0,0,1.22.46A1.73,1.73,0,0,0,7.39,13.84Z\"/>`,\n },\n\n unschedule: {\n viewBox: '0 0 20 20',\n svg: svg`\n <path d=\"M7,14.1c-0.2,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-0.9,0-1.3l2.4-2.4L6.3,7.6C6,7.3,6,6.7,6.3,6.3\n C6.5,6.2,6.7,6.1,7,6.1c0.3,0,0.5,0.1,0.7,0.3l2.4,2.4l2.4-2.4c0.4-0.4,0.9-0.4,1.3,0c0.4,0.4,0.4,0.9,0,1.3l-2.4,2.4l2.4,2.4\n c0.4,0.4,0.4,0.9,0,1.3c-0.2,0.2-0.4,0.3-0.7,0.3c0,0,0,0,0,0c-0.2,0-0.5-0.1-0.7-0.3l-2.4-2.4l-2.4,2.4C7.5,14,7.2,14.1,7,14.1\n C7,14.1,7,14.1,7,14.1z\"/>\n <path d=\"M10,20c-1.5,0-3-0.3-4.4-1c-2.4-1.2-4.2-3.2-5.1-5.7C-1.2,8,1.5,2.3,6.7,0.5c5.2-1.8,10.9,1,12.7,6.2\n c1.8,5.2-1,10.9-6.2,12.7l0,0C12.2,19.8,11.1,20,10,20z M12.9,18.5L12.9,18.5L12.9,18.5z M10,2C9.1,2,8.3,2.1,7.4,2.4\n c-4.2,1.4-6.4,6-5,10.2c0.7,2,2.1,3.6,4.1,4.6c1.9,0.9,4.1,1.1,6.1,0.4c4.2-1.4,6.4-6,5-10.2C16.4,4.1,13.3,2,10,2z\"/>`,\n },\n\n upDown: {\n viewBox: '0 0 10 18',\n svg: svg`<path d=\"M8.74818914,5.57757178 C9.10122662,5.22949983 9.09992902,4.66388436 8.74089535,4.30990056 L5.65231403,1.26476075 C5.29524829,0.912717214 4.71829829,0.910776954 4.35926462,1.26476075 L1.2706833,4.30990056 C0.913617563,4.6619441 0.908617118,5.22778933 1.26338951,5.57757178 L1.32624321,5.63954142 C1.67928069,5.98761337 2.24605009,5.99315182 2.61024678,5.63407763 L5.00578932,3.27222886 L7.40133187,5.63407763 C7.75742997,5.98516714 8.33056305,5.98932387 8.68533544,5.63954142 L8.74818914,5.57757178 Z M1.26338951,12.4302063 C0.910352023,12.7782783 0.911649623,13.3438938 1.2706833,13.6978776 L4.35926462,16.7430174 C4.71633035,17.0950609 5.29328035,17.0970012 5.65231403,16.7430174 L8.74089535,13.6978776 C9.09796108,13.345834 9.10296153,12.7799888 8.74818914,12.4302063 L8.68533544,12.3682367 C8.33229795,12.0201647 7.76552856,12.0146263 7.40133187,12.3737005 L5.00578932,14.7355492 L2.61024678,12.3737005 C2.25414867,12.022611 1.6810156,12.0184542 1.32624321,12.3682367 L1.26338951,12.4302063 Z\"></path>`,\n },\n\n warningFill: {\n viewBox: '0 0 19 17',\n svg: svg`<path class=\"cls-1\" d=\"M18.84,15.8,11.36,1.67a2.17,2.17,0,0,0-.84-.85A2,2,0,0,0,9.47.5a2.22,2.22,0,0,0-1.9,1.17L.09,15.8A1.21,1.21,0,0,0,1,17.5H17.89a.94.94,0,0,0,.53-.11A1.18,1.18,0,0,0,18.84,15.8Zm-9.35-.72a1,1,0,1,1,1-1A1,1,0,0,1,9.49,15.08Zm1-4a1,1,0,0,1-2,0v-5a1,1,0,1,1,2,0Z\" transform=\"translate(0.01 -0.5)\"/>`,\n },\n}"
|
|
29190
|
-
}
|
|
29191
|
-
],
|
|
29192
|
-
"exports": [
|
|
29193
|
-
{
|
|
29194
|
-
"kind": "js",
|
|
29195
|
-
"name": "isLegacyIcon",
|
|
29196
|
-
"declaration": {
|
|
29197
|
-
"name": "isLegacyIcon",
|
|
29198
|
-
"module": "src/components/icon/legacy-icons.ts"
|
|
29199
|
-
}
|
|
29200
|
-
},
|
|
29201
|
-
{
|
|
29202
|
-
"kind": "js",
|
|
29203
|
-
"name": "legacyIcons",
|
|
29204
|
-
"declaration": {
|
|
29205
|
-
"name": "legacyIcons",
|
|
29206
|
-
"module": "src/components/icon/legacy-icons.ts"
|
|
29207
|
-
}
|
|
29208
|
-
}
|
|
29209
|
-
]
|
|
29210
|
-
},
|
|
29211
29263
|
{
|
|
29212
29264
|
"kind": "javascript-module",
|
|
29213
29265
|
"path": "src/components/illustration/illustration.ts",
|
|
@@ -29869,6 +29921,12 @@
|
|
|
29869
29921
|
"kind": "class",
|
|
29870
29922
|
"description": "Wraps multiple InlineEditField components.\n\nCan optionally be made a `controller` group so that all registered fields are\ntoggled at once.",
|
|
29871
29923
|
"name": "InlineEditGroup",
|
|
29924
|
+
"cssParts": [
|
|
29925
|
+
{
|
|
29926
|
+
"description": "Apply style overrides to the group container element",
|
|
29927
|
+
"name": "container"
|
|
29928
|
+
}
|
|
29929
|
+
],
|
|
29872
29930
|
"slots": [
|
|
29873
29931
|
{
|
|
29874
29932
|
"description": "One or more InlineEditField components, which can be wrapped in a more complex layout where necessary",
|
|
@@ -30399,12 +30457,12 @@
|
|
|
30399
30457
|
{
|
|
30400
30458
|
"kind": "variable",
|
|
30401
30459
|
"name": "inlineEditFieldStyles",
|
|
30402
|
-
"default": "css`\n :host {\n display: block;\n }\n\n
|
|
30460
|
+
"default": "css`\n :host {\n display: block;\n }\n\n .button {\n --brz-button-color: var(--brz-color-neutral-850);\n --brz-button-icon-color: var(--brz-color-neutral-600);\n --brz-button-font-weight: var(--brz-font-weight-normal);\n }\n\n .button.offset {\n margin-left: calc(0px - var(--brz-spacing-2));\n margin-top: calc(0px - var(--brz-spacing-1));\n }\n\n :host(:not([locked])) .button {\n width: 100%;\n }\n\n .button[disabled]::part(button) {\n --brz-button-color: inherit !important;\n }\n\n .button::part(button) {\n height: auto;\n min-height: var(--brz-button-height);\n width: 100%;\n }\n\n .button:hover:not([disabled])::part(button) {\n --brz-button-background-color: var(--brz-color-neutral-250);\n }\n\n .button::part(contents) {\n justify-content: space-between;\n width: 100%;\n }\n\n .button::part(icon-right) {\n display: none;\n }\n\n .button:hover::part(button) {\n transition: background-color 100ms ease-in-out;\n }\n\n .button:hover::part(icon-right),\n .button:focus::part(icon-right) {\n display: block;\n }\n\n .button.overflowing:hover::part(icon-right),\n .button.overflowing:focus::part(icon-right) {\n align-self: flex-start;\n margin-top: var(--brz-spacing-2);\n }\n\n .edit-mode {\n display: inline-block;\n }\n\n .edit-mode.block {\n display: block;\n }\n\n .value {\n max-width: calc(100% - var(--brz-spacing-5));\n text-align: left;\n }\n\n .value.overflowing {\n padding: calc(var(--brz-spacing-2) - var(--brz-spacing-px)) 0;\n }\n\n :host([locked]) .button:not(:hover) .value {\n padding-right: var(--brz-spacing-5);\n }\n\n .value.truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n brz-inline-edit-controls {\n --brz-inline-edit-controls-spacing: var(--brz-spacing-2);\n\n margin-top: var(--brz-inline-edit-controls-spacing);\n }\n`"
|
|
30403
30461
|
},
|
|
30404
30462
|
{
|
|
30405
30463
|
"kind": "variable",
|
|
30406
30464
|
"name": "inlineEditGroupStyles",
|
|
30407
|
-
"default": "css`\n .inline-edit-group {\n display: inline-
|
|
30465
|
+
"default": "css`\n .inline-edit-group {\n display: inline-flex;\n flex-direction: column;\n gap: var(--brz-spacing-4);\n margin: 0;\n }\n\n brz-inline-edit-controls {\n margin-top: var(--brz-inline-edit-controls-spacing);\n }\n`"
|
|
30408
30466
|
},
|
|
30409
30467
|
{
|
|
30410
30468
|
"kind": "variable",
|
|
@@ -32005,7 +32063,7 @@
|
|
|
32005
32063
|
{
|
|
32006
32064
|
"kind": "variable",
|
|
32007
32065
|
"name": "recordFieldStyles",
|
|
32008
|
-
"default": "css`\n :host {\n display: block;\n }\n\n :host(
|
|
32066
|
+
"default": "css`\n :host {\n display: block;\n }\n\n :host([label-position='top']) .container {\n flex-direction: column;\n }\n\n :host([label-position='top']) .label {\n margin-bottom: var(--brz-spacing-1);\n }\n\n :host([label-position='side']) .label {\n align-items: flex-start;\n }\n\n ::slotted([slot='label']) {\n font-weight: var(--brz-font-weight-medium);\n }\n\n :host([label-position='side']) ::slotted([slot='label']) {\n align-items: center;\n display: inline-flex;\n min-height: var(--brz-spacing-9);\n width: 10.25rem;\n }\n\n :host([label-position='side']) ::slotted([slot='label'][hidden]) {\n display: block !important;\n }\n\n .label.hidden {\n display: none;\n }\n\n .label-right-row {\n margin-bottom: var(--brz-spacing-1);\n }\n\n .label-right-row:not(.size-full) {\n margin-left: 11.25rem;\n }\n\n .container {\n display: flex;\n min-height: var(--brz-spacing-9);\n }\n\n .value {\n align-items: center;\n display: flex;\n }\n\n :host([label-position='side']) .value.multiline {\n margin: var(--brz-spacing-2) 0;\n }\n\n .value ::slotted(*) {\n flex-basis: 100%;\n max-width: 100%;\n }\n\n .value ::slotted(dd) {\n margin: 0;\n }\n\n :host([label-position='side']) .value {\n min-height: var(--brz-spacing-9);\n }\n\n :host([label-position='side']) .value.size-auto {\n flex-grow: 1;\n }\n`"
|
|
32009
32067
|
},
|
|
32010
32068
|
{
|
|
32011
32069
|
"kind": "variable",
|