@skedulo/breeze-ui 1.3.0 → 1.4.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.
@@ -178,936 +178,279 @@
178
178
  },
179
179
  {
180
180
  "kind": "javascript-module",
181
- "path": "src/layout/flex.ts",
181
+ "path": "src/helpers/css-helpers.ts",
182
182
  "declarations": [
183
183
  {
184
- "kind": "variable",
185
- "name": "ROW"
186
- },
187
- {
188
- "kind": "variable",
189
- "name": "COLUMN"
190
- },
191
- {
192
- "kind": "class",
193
- "description": "Row layout.",
194
- "name": "Row",
195
- "members": [
184
+ "kind": "function",
185
+ "name": "getFocusStyles",
186
+ "parameters": [
196
187
  {
197
- "kind": "field",
198
- "name": "verticalAlign",
188
+ "name": "selector",
199
189
  "type": {
200
- "text": "'top' | 'middle' | 'bottom' | undefined"
190
+ "text": "string"
201
191
  },
202
- "attribute": "vertical-align",
203
- "reflects": true
204
- }
205
- ],
206
- "attributes": [
192
+ "description": "A CSS selector targeting an interactive element."
193
+ },
207
194
  {
208
- "name": "vertical-align",
209
- "type": {
210
- "text": "'top' | 'middle' | 'bottom' | undefined"
211
- },
212
- "fieldName": "verticalAlign"
195
+ "name": "extraRules",
196
+ "default": "css``",
197
+ "description": "Optional rules to append. Useful for overrides."
213
198
  }
214
199
  ],
215
- "superclass": {
216
- "name": "LitElement",
217
- "package": "lit"
218
- },
219
- "tagName": "brz-row",
220
- "customElement": true
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."
221
201
  },
222
202
  {
223
- "kind": "class",
224
- "description": "Column layout.",
225
- "name": "Column",
226
- "members": [
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": [
227
212
  {
228
- "kind": "field",
229
- "name": "align",
213
+ "name": "selector",
230
214
  "type": {
231
- "text": "'left' | 'center' | 'right' | undefined"
215
+ "text": "string"
232
216
  },
233
- "attribute": "align",
234
- "reflects": true
235
- }
236
- ],
237
- "attributes": [
217
+ "description": "A CSS selector targeting a button"
218
+ },
238
219
  {
239
- "name": "align",
240
- "type": {
241
- "text": "'left' | 'center' | 'right' | undefined"
242
- },
243
- "fieldName": "align"
220
+ "name": "extraRules",
221
+ "default": "css``",
222
+ "description": "Optional rules to append. Useful for overrides."
244
223
  }
245
224
  ],
246
- "superclass": {
247
- "name": "LitElement",
248
- "package": "lit"
249
- },
250
- "tagName": "brz-column",
251
- "customElement": true
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."
252
226
  }
253
227
  ],
254
228
  "exports": [
255
229
  {
256
230
  "kind": "js",
257
- "name": "ROW",
258
- "declaration": {
259
- "name": "ROW",
260
- "module": "src/layout/flex.ts"
261
- }
262
- },
263
- {
264
- "kind": "js",
265
- "name": "COLUMN",
231
+ "name": "getFocusStyles",
266
232
  "declaration": {
267
- "name": "COLUMN",
268
- "module": "src/layout/flex.ts"
233
+ "name": "getFocusStyles",
234
+ "module": "src/helpers/css-helpers.ts"
269
235
  }
270
236
  },
271
237
  {
272
238
  "kind": "js",
273
- "name": "Row",
274
- "declaration": {
275
- "name": "Row",
276
- "module": "src/layout/flex.ts"
277
- }
278
- },
279
- {
280
- "kind": "custom-element-definition",
239
+ "name": "invisibleButtonRules",
281
240
  "declaration": {
282
- "name": "Row",
283
- "module": "src/layout/flex.ts"
241
+ "name": "invisibleButtonRules",
242
+ "module": "src/helpers/css-helpers.ts"
284
243
  }
285
244
  },
286
245
  {
287
246
  "kind": "js",
288
- "name": "Column",
289
- "declaration": {
290
- "name": "Column",
291
- "module": "src/layout/flex.ts"
292
- }
293
- },
294
- {
295
- "kind": "custom-element-definition",
247
+ "name": "getInvisibleButtonStyles",
296
248
  "declaration": {
297
- "name": "Column",
298
- "module": "src/layout/flex.ts"
249
+ "name": "getInvisibleButtonStyles",
250
+ "module": "src/helpers/css-helpers.ts"
299
251
  }
300
252
  }
301
253
  ]
302
254
  },
303
255
  {
304
256
  "kind": "javascript-module",
305
- "path": "src/layout/footer.ts",
306
- "declarations": [
307
- {
308
- "kind": "variable",
309
- "name": "FOOTER"
310
- },
311
- {
312
- "kind": "class",
313
- "description": "Footer layout.",
314
- "name": "Footer",
315
- "members": [],
316
- "superclass": {
317
- "name": "LitElement",
318
- "package": "lit"
319
- },
320
- "tagName": "brz-footer",
321
- "customElement": true
322
- }
323
- ],
257
+ "path": "src/helpers/index.ts",
258
+ "declarations": [],
324
259
  "exports": [
325
260
  {
326
261
  "kind": "js",
327
- "name": "FOOTER",
328
- "declaration": {
329
- "name": "FOOTER",
330
- "module": "src/layout/footer.ts"
331
- }
332
- },
333
- {
334
- "kind": "js",
335
- "name": "Footer",
336
- "declaration": {
337
- "name": "Footer",
338
- "module": "src/layout/footer.ts"
339
- }
340
- },
341
- {
342
- "kind": "custom-element-definition",
262
+ "name": "*",
343
263
  "declaration": {
344
- "name": "Footer",
345
- "module": "src/layout/footer.ts"
264
+ "name": "*",
265
+ "package": "./css-helpers"
346
266
  }
347
267
  }
348
268
  ]
349
269
  },
350
270
  {
351
271
  "kind": "javascript-module",
352
- "path": "src/layout/header-footer-page.ts",
272
+ "path": "src/components/alert.ts",
353
273
  "declarations": [
354
274
  {
355
275
  "kind": "variable",
356
- "name": "HEADER_FOOTER_PAGE"
357
- },
358
- {
359
- "kind": "class",
360
- "description": "Header footer page layout.",
361
- "name": "HeaderFooterPage",
362
- "members": [],
363
- "superclass": {
364
- "name": "LitElement",
365
- "package": "lit"
276
+ "name": "alertTypes",
277
+ "type": {
278
+ "text": "['info', 'success', 'warning', 'error']"
366
279
  },
367
- "tagName": "brz-header-footer-page",
368
- "customElement": true
369
- }
370
- ],
371
- "exports": [
372
- {
373
- "kind": "js",
374
- "name": "HEADER_FOOTER_PAGE",
375
- "declaration": {
376
- "name": "HEADER_FOOTER_PAGE",
377
- "module": "src/layout/header-footer-page.ts"
378
- }
379
- },
380
- {
381
- "kind": "js",
382
- "name": "HeaderFooterPage",
383
- "declaration": {
384
- "name": "HeaderFooterPage",
385
- "module": "src/layout/header-footer-page.ts"
386
- }
280
+ "default": "['info', 'success', 'warning', 'error']"
387
281
  },
388
- {
389
- "kind": "custom-element-definition",
390
- "declaration": {
391
- "name": "HeaderFooterPage",
392
- "module": "src/layout/header-footer-page.ts"
393
- }
394
- }
395
- ]
396
- },
397
- {
398
- "kind": "javascript-module",
399
- "path": "src/layout/header.ts",
400
- "declarations": [
401
282
  {
402
283
  "kind": "variable",
403
- "name": "HEADER"
284
+ "name": "ALERT"
404
285
  },
405
286
  {
406
287
  "kind": "class",
407
- "description": "Header layout.",
408
- "name": "Header",
409
- "members": [],
288
+ "description": "",
289
+ "name": "AlertEvent",
410
290
  "superclass": {
411
- "name": "LitElement",
412
- "package": "lit"
413
- },
414
- "deprecated": "Use PageHeader component instead",
415
- "tagName": "brz-header",
416
- "customElement": true
417
- }
418
- ],
419
- "exports": [
420
- {
421
- "kind": "js",
422
- "name": "HEADER",
423
- "declaration": {
424
- "name": "HEADER",
425
- "module": "src/layout/header.ts"
426
- }
427
- },
428
- {
429
- "kind": "js",
430
- "name": "Header",
431
- "declaration": {
432
- "name": "Header",
433
- "module": "src/layout/header.ts"
434
- }
435
- },
436
- {
437
- "kind": "custom-element-definition",
438
- "declaration": {
439
- "name": "Header",
440
- "module": "src/layout/header.ts"
441
- }
442
- }
443
- ]
444
- },
445
- {
446
- "kind": "javascript-module",
447
- "path": "src/layout/index.ts",
448
- "declarations": [],
449
- "exports": [
450
- {
451
- "kind": "js",
452
- "name": "*",
453
- "declaration": {
454
- "name": "*",
455
- "package": "./header"
456
- }
457
- },
458
- {
459
- "kind": "js",
460
- "name": "*",
461
- "declaration": {
462
- "name": "*",
463
- "package": "./flex"
464
- }
465
- },
466
- {
467
- "kind": "js",
468
- "name": "*",
469
- "declaration": {
470
- "name": "*",
471
- "package": "./split-row"
472
- }
473
- },
474
- {
475
- "kind": "js",
476
- "name": "*",
477
- "declaration": {
478
- "name": "*",
479
- "package": "./header-footer-page"
480
- }
481
- },
482
- {
483
- "kind": "js",
484
- "name": "*",
485
- "declaration": {
486
- "name": "*",
487
- "package": "./responsive-columns"
488
- }
489
- },
490
- {
491
- "kind": "js",
492
- "name": "*",
493
- "declaration": {
494
- "name": "*",
495
- "package": "./footer"
496
- }
497
- },
498
- {
499
- "kind": "js",
500
- "name": "*",
501
- "declaration": {
502
- "name": "*",
503
- "package": "./page-header"
504
- }
505
- },
506
- {
507
- "kind": "js",
508
- "name": "*",
509
- "declaration": {
510
- "name": "*",
511
- "package": "./grid"
291
+ "name": "CustomEvent",
292
+ "module": "src/components/alert.ts"
512
293
  }
513
- }
514
- ]
515
- },
516
- {
517
- "kind": "javascript-module",
518
- "path": "src/layout/page-header.ts",
519
- "declarations": [
520
- {
521
- "kind": "variable",
522
- "name": "PAGE_HEADER"
523
294
  },
524
295
  {
525
296
  "kind": "class",
526
- "description": "Use a Page Header to apply a consistent look and feel across all application\npages. It exposes several flexible content slots to support designs across\nvarious feature areas.",
527
- "name": "PageHeader",
528
- "slots": [
529
- {
530
- "description": "Supply a title as HTML if needed. Will be wrapped in a Level 1 heading. Ignores `pageTitle` property.",
531
- "name": "title"
532
- },
297
+ "description": "Alerts provide urgent contextual feedback in response to user action or\nsystem activity.",
298
+ "name": "Alert",
299
+ "members": [
533
300
  {
534
- "description": "An area to the left of the title, often used for avatars",
535
- "name": "decorator"
301
+ "kind": "field",
302
+ "name": "type",
303
+ "type": {
304
+ "text": "AlertType"
305
+ },
306
+ "default": "'info'",
307
+ "description": "An alert type correlating with its severity.",
308
+ "attribute": "type",
309
+ "reflects": true
536
310
  },
537
311
  {
538
- "description": "A subtitle provides additional context to the title",
539
- "name": "subtitle"
312
+ "kind": "field",
313
+ "name": "clearable",
314
+ "type": {
315
+ "text": "boolean"
316
+ },
317
+ "default": "false",
318
+ "description": "Adds the ability to dismiss the alert",
319
+ "attribute": "clearable"
540
320
  },
541
321
  {
542
- "description": "A flexible area for tags and other descriptive content",
543
- "name": "description"
322
+ "kind": "field",
323
+ "name": "title",
324
+ "type": {
325
+ "text": "string"
326
+ },
327
+ "default": "''",
328
+ "description": "Optional alert title text",
329
+ "attribute": "title"
544
330
  },
545
331
  {
546
- "description": "An area to the right of the title, often used for status labels",
547
- "name": "info"
332
+ "kind": "method",
333
+ "name": "getIcon"
548
334
  },
549
335
  {
550
- "description": "Typically used for one or more action buttons",
551
- "name": "actions"
336
+ "kind": "method",
337
+ "name": "clear"
552
338
  }
553
339
  ],
554
- "members": [
340
+ "events": [
555
341
  {
556
- "kind": "field",
557
- "name": "pageTitle",
342
+ "name": "brz-alert-cleared",
558
343
  "type": {
559
- "text": "string | undefined"
344
+ "text": "AlertEvent"
560
345
  },
561
- "description": "The main page title. Will be rendered to a Level 1 heading.\n\nIf you need more control and want to set the title with HTML, use the\n`title` slot instead, which ignores this property.",
562
- "attribute": "page-title"
346
+ "description": "Fired when the alert is dismissed"
563
347
  }
564
348
  ],
565
349
  "attributes": [
566
350
  {
567
- "name": "page-title",
351
+ "name": "type",
568
352
  "type": {
569
- "text": "string | undefined"
353
+ "text": "AlertType"
570
354
  },
571
- "description": "The main page title. Will be rendered to a Level 1 heading.\n\nIf you need more control and want to set the title with HTML, use the\n`title` slot instead, which ignores this property.",
572
- "fieldName": "pageTitle"
355
+ "default": "'info'",
356
+ "description": "An alert type correlating with its severity.",
357
+ "fieldName": "type"
358
+ },
359
+ {
360
+ "name": "clearable",
361
+ "type": {
362
+ "text": "boolean"
363
+ },
364
+ "default": "false",
365
+ "description": "Adds the ability to dismiss the alert",
366
+ "fieldName": "clearable"
367
+ },
368
+ {
369
+ "name": "title",
370
+ "type": {
371
+ "text": "string"
372
+ },
373
+ "default": "''",
374
+ "description": "Optional alert title text",
375
+ "fieldName": "title"
573
376
  }
574
377
  ],
575
378
  "superclass": {
576
379
  "name": "LitElement",
577
380
  "package": "lit"
578
381
  },
579
- "tagName": "brz-page-header",
382
+ "tagName": "brz-alert",
580
383
  "customElement": true
581
384
  }
582
385
  ],
583
386
  "exports": [
584
387
  {
585
388
  "kind": "js",
586
- "name": "PAGE_HEADER",
389
+ "name": "alertTypes",
587
390
  "declaration": {
588
- "name": "PAGE_HEADER",
589
- "module": "src/layout/page-header.ts"
391
+ "name": "alertTypes",
392
+ "module": "src/components/alert.ts"
590
393
  }
591
394
  },
592
395
  {
593
396
  "kind": "js",
594
- "name": "PageHeader",
595
- "declaration": {
596
- "name": "PageHeader",
597
- "module": "src/layout/page-header.ts"
598
- }
599
- },
600
- {
601
- "kind": "custom-element-definition",
397
+ "name": "ALERT",
602
398
  "declaration": {
603
- "name": "PageHeader",
604
- "module": "src/layout/page-header.ts"
399
+ "name": "ALERT",
400
+ "module": "src/components/alert.ts"
605
401
  }
606
- }
607
- ]
608
- },
609
- {
610
- "kind": "javascript-module",
611
- "path": "src/layout/responsive-columns.ts",
612
- "declarations": [
613
- {
614
- "kind": "variable",
615
- "name": "RESPONSIVE_COLUMNS"
616
402
  },
617
- {
618
- "kind": "class",
619
- "description": "Responsive columns layout.",
620
- "name": "ResponsiveColumns",
621
- "members": [],
622
- "superclass": {
623
- "name": "LitElement",
624
- "package": "lit"
625
- },
626
- "tagName": "brz-responsive-columns",
627
- "customElement": true
628
- }
629
- ],
630
- "exports": [
631
403
  {
632
404
  "kind": "js",
633
- "name": "RESPONSIVE_COLUMNS",
405
+ "name": "AlertEvent",
634
406
  "declaration": {
635
- "name": "RESPONSIVE_COLUMNS",
636
- "module": "src/layout/responsive-columns.ts"
407
+ "name": "AlertEvent",
408
+ "module": "src/components/alert.ts"
637
409
  }
638
410
  },
639
411
  {
640
412
  "kind": "js",
641
- "name": "ResponsiveColumns",
413
+ "name": "Alert",
642
414
  "declaration": {
643
- "name": "ResponsiveColumns",
644
- "module": "src/layout/responsive-columns.ts"
415
+ "name": "Alert",
416
+ "module": "src/components/alert.ts"
645
417
  }
646
418
  },
647
419
  {
648
420
  "kind": "custom-element-definition",
649
421
  "declaration": {
650
- "name": "ResponsiveColumns",
651
- "module": "src/layout/responsive-columns.ts"
422
+ "name": "Alert",
423
+ "module": "src/components/alert.ts"
652
424
  }
653
425
  }
654
426
  ]
655
427
  },
656
428
  {
657
429
  "kind": "javascript-module",
658
- "path": "src/layout/split-row.ts",
430
+ "path": "src/components/avatar.ts",
659
431
  "declarations": [
660
432
  {
661
433
  "kind": "variable",
662
- "name": "SPLIT_ROW"
434
+ "name": "AVATAR"
663
435
  },
664
436
  {
665
437
  "kind": "variable",
666
- "name": "ACTION_BAR"
438
+ "name": "AVATAR_GROUP"
667
439
  },
668
440
  {
669
441
  "kind": "class",
670
- "description": "Split flex row layout.",
671
- "name": "SplitRow",
672
- "slots": [
673
- {
674
- "description": "Content to populate the left side",
675
- "name": "left"
676
- },
677
- {
678
- "description": "Content to populate the right side",
679
- "name": "right"
680
- }
681
- ],
442
+ "description": "Avatar component.",
443
+ "name": "Avatar",
682
444
  "members": [
683
445
  {
684
446
  "kind": "field",
685
- "name": "verticalAlign",
447
+ "name": "hasOuterBorder",
686
448
  "type": {
687
- "text": "'top' | 'middle' | 'bottom'"
449
+ "text": "boolean"
688
450
  },
689
- "default": "'top'",
690
- "description": "Sets the vertical alignment of the content in the row",
691
- "attribute": "vertical-align",
692
- "reflects": true
693
- },
694
- {
695
- "kind": "field",
696
- "name": "leftExpand",
697
- "type": {
698
- "text": "boolean"
699
- },
700
- "default": "false",
701
- "description": "Expands the left slot to fill the remaining space",
702
- "attribute": "left-expand",
703
- "reflects": true
704
- },
705
- {
706
- "kind": "field",
707
- "name": "rightExpand",
708
- "type": {
709
- "text": "boolean"
710
- },
711
- "default": "false",
712
- "description": "Expands the right slot to fill the remaining space",
713
- "attribute": "right-expand",
714
- "reflects": true
715
- },
716
- {
717
- "kind": "field",
718
- "name": "noGap",
719
- "type": {
720
- "text": "boolean"
721
- },
722
- "default": "false",
723
- "description": "Removes the spacing between the left and right slots",
724
- "attribute": "no-gap",
725
- "reflects": true
726
- },
727
- {
728
- "kind": "field",
729
- "name": "expandY",
730
- "type": {
731
- "text": "boolean"
732
- },
733
- "default": "false",
734
- "description": "Expands the row vertically to fill in its parent's height",
735
- "attribute": "expand-y"
736
- }
737
- ],
738
- "attributes": [
739
- {
740
- "name": "vertical-align",
741
- "type": {
742
- "text": "'top' | 'middle' | 'bottom'"
743
- },
744
- "default": "'top'",
745
- "description": "Sets the vertical alignment of the content in the row",
746
- "fieldName": "verticalAlign"
747
- },
748
- {
749
- "name": "left-expand",
750
- "type": {
751
- "text": "boolean"
752
- },
753
- "default": "false",
754
- "description": "Expands the left slot to fill the remaining space",
755
- "fieldName": "leftExpand"
756
- },
757
- {
758
- "name": "right-expand",
759
- "type": {
760
- "text": "boolean"
761
- },
762
- "default": "false",
763
- "description": "Expands the right slot to fill the remaining space",
764
- "fieldName": "rightExpand"
765
- },
766
- {
767
- "name": "no-gap",
768
- "type": {
769
- "text": "boolean"
770
- },
771
- "default": "false",
772
- "description": "Removes the spacing between the left and right slots",
773
- "fieldName": "noGap"
774
- },
775
- {
776
- "name": "expand-y",
777
- "type": {
778
- "text": "boolean"
779
- },
780
- "default": "false",
781
- "description": "Expands the row vertically to fill in its parent's height",
782
- "fieldName": "expandY"
783
- }
784
- ],
785
- "superclass": {
786
- "name": "LitElement",
787
- "package": "lit"
788
- },
789
- "tagName": "brz-split-row",
790
- "customElement": true
791
- },
792
- {
793
- "kind": "class",
794
- "description": "Action bar layout.",
795
- "name": "ActionBar",
796
- "slots": [
797
- {
798
- "description": "Content to populate the left side",
799
- "name": "left"
800
- },
801
- {
802
- "description": "Content to populate the right side",
803
- "name": "right"
804
- }
805
- ],
806
- "members": [
807
- {
808
- "kind": "field",
809
- "name": "noBorder",
810
- "type": {
811
- "text": "boolean"
812
- },
813
- "default": "false",
814
- "description": "Removes the border (e.g. if you have an element below that has a border)",
815
- "attribute": "no-border",
816
- "reflects": true
817
- },
818
- {
819
- "kind": "field",
820
- "name": "leftExpand",
821
- "type": {
822
- "text": "boolean"
823
- },
824
- "default": "false",
825
- "description": "Expands the left slot to fill the remaining space",
826
- "attribute": "left-expand",
827
- "reflects": true
828
- },
829
- {
830
- "kind": "field",
831
- "name": "rightExpand",
832
- "type": {
833
- "text": "boolean"
834
- },
835
- "default": "false",
836
- "description": "Expands the right slot to fill the remaining space",
837
- "attribute": "right-expand",
838
- "reflects": true
839
- }
840
- ],
841
- "attributes": [
842
- {
843
- "name": "no-border",
844
- "type": {
845
- "text": "boolean"
846
- },
847
- "default": "false",
848
- "description": "Removes the border (e.g. if you have an element below that has a border)",
849
- "fieldName": "noBorder"
850
- },
851
- {
852
- "name": "left-expand",
853
- "type": {
854
- "text": "boolean"
855
- },
856
- "default": "false",
857
- "description": "Expands the left slot to fill the remaining space",
858
- "fieldName": "leftExpand"
859
- },
860
- {
861
- "name": "right-expand",
862
- "type": {
863
- "text": "boolean"
864
- },
865
- "default": "false",
866
- "description": "Expands the right slot to fill the remaining space",
867
- "fieldName": "rightExpand"
868
- }
869
- ],
870
- "superclass": {
871
- "name": "LitElement",
872
- "package": "lit"
873
- },
874
- "tagName": "brz-action-bar",
875
- "customElement": true
876
- }
877
- ],
878
- "exports": [
879
- {
880
- "kind": "js",
881
- "name": "SPLIT_ROW",
882
- "declaration": {
883
- "name": "SPLIT_ROW",
884
- "module": "src/layout/split-row.ts"
885
- }
886
- },
887
- {
888
- "kind": "js",
889
- "name": "ACTION_BAR",
890
- "declaration": {
891
- "name": "ACTION_BAR",
892
- "module": "src/layout/split-row.ts"
893
- }
894
- },
895
- {
896
- "kind": "js",
897
- "name": "SplitRow",
898
- "declaration": {
899
- "name": "SplitRow",
900
- "module": "src/layout/split-row.ts"
901
- }
902
- },
903
- {
904
- "kind": "custom-element-definition",
905
- "declaration": {
906
- "name": "SplitRow",
907
- "module": "src/layout/split-row.ts"
908
- }
909
- },
910
- {
911
- "kind": "js",
912
- "name": "ActionBar",
913
- "declaration": {
914
- "name": "ActionBar",
915
- "module": "src/layout/split-row.ts"
916
- }
917
- },
918
- {
919
- "kind": "custom-element-definition",
920
- "declaration": {
921
- "name": "ActionBar",
922
- "module": "src/layout/split-row.ts"
923
- }
924
- }
925
- ]
926
- },
927
- {
928
- "kind": "javascript-module",
929
- "path": "src/components/alert.ts",
930
- "declarations": [
931
- {
932
- "kind": "variable",
933
- "name": "alertTypes",
934
- "type": {
935
- "text": "['info', 'success', 'warning', 'error']"
936
- },
937
- "default": "['info', 'success', 'warning', 'error']"
938
- },
939
- {
940
- "kind": "variable",
941
- "name": "ALERT"
942
- },
943
- {
944
- "kind": "class",
945
- "description": "",
946
- "name": "AlertEvent",
947
- "superclass": {
948
- "name": "CustomEvent",
949
- "module": "src/components/alert.ts"
950
- }
951
- },
952
- {
953
- "kind": "class",
954
- "description": "Alerts provide urgent contextual feedback in response to user action or\nsystem activity.",
955
- "name": "Alert",
956
- "members": [
957
- {
958
- "kind": "field",
959
- "name": "type",
960
- "type": {
961
- "text": "AlertType"
962
- },
963
- "default": "'info'",
964
- "description": "An alert type correlating with its severity.",
965
- "attribute": "type",
966
- "reflects": true
967
- },
968
- {
969
- "kind": "field",
970
- "name": "clearable",
971
- "type": {
972
- "text": "boolean"
973
- },
974
- "default": "false",
975
- "description": "Adds the ability to dismiss the alert",
976
- "attribute": "clearable"
977
- },
978
- {
979
- "kind": "field",
980
- "name": "title",
981
- "type": {
982
- "text": "string"
983
- },
984
- "default": "''",
985
- "description": "Optional alert title text",
986
- "attribute": "title"
987
- },
988
- {
989
- "kind": "method",
990
- "name": "getIcon"
991
- },
992
- {
993
- "kind": "method",
994
- "name": "clear"
995
- }
996
- ],
997
- "events": [
998
- {
999
- "name": "brz-alert-cleared",
1000
- "type": {
1001
- "text": "AlertEvent"
1002
- },
1003
- "description": "Fired when the alert is dismissed"
1004
- }
1005
- ],
1006
- "attributes": [
1007
- {
1008
- "name": "type",
1009
- "type": {
1010
- "text": "AlertType"
1011
- },
1012
- "default": "'info'",
1013
- "description": "An alert type correlating with its severity.",
1014
- "fieldName": "type"
1015
- },
1016
- {
1017
- "name": "clearable",
1018
- "type": {
1019
- "text": "boolean"
1020
- },
1021
- "default": "false",
1022
- "description": "Adds the ability to dismiss the alert",
1023
- "fieldName": "clearable"
1024
- },
1025
- {
1026
- "name": "title",
1027
- "type": {
1028
- "text": "string"
1029
- },
1030
- "default": "''",
1031
- "description": "Optional alert title text",
1032
- "fieldName": "title"
1033
- }
1034
- ],
1035
- "superclass": {
1036
- "name": "LitElement",
1037
- "package": "lit"
1038
- },
1039
- "tagName": "brz-alert",
1040
- "customElement": true
1041
- }
1042
- ],
1043
- "exports": [
1044
- {
1045
- "kind": "js",
1046
- "name": "alertTypes",
1047
- "declaration": {
1048
- "name": "alertTypes",
1049
- "module": "src/components/alert.ts"
1050
- }
1051
- },
1052
- {
1053
- "kind": "js",
1054
- "name": "ALERT",
1055
- "declaration": {
1056
- "name": "ALERT",
1057
- "module": "src/components/alert.ts"
1058
- }
1059
- },
1060
- {
1061
- "kind": "js",
1062
- "name": "AlertEvent",
1063
- "declaration": {
1064
- "name": "AlertEvent",
1065
- "module": "src/components/alert.ts"
1066
- }
1067
- },
1068
- {
1069
- "kind": "js",
1070
- "name": "Alert",
1071
- "declaration": {
1072
- "name": "Alert",
1073
- "module": "src/components/alert.ts"
1074
- }
1075
- },
1076
- {
1077
- "kind": "custom-element-definition",
1078
- "declaration": {
1079
- "name": "Alert",
1080
- "module": "src/components/alert.ts"
1081
- }
1082
- }
1083
- ]
1084
- },
1085
- {
1086
- "kind": "javascript-module",
1087
- "path": "src/components/avatar.ts",
1088
- "declarations": [
1089
- {
1090
- "kind": "variable",
1091
- "name": "AVATAR"
1092
- },
1093
- {
1094
- "kind": "variable",
1095
- "name": "AVATAR_GROUP"
1096
- },
1097
- {
1098
- "kind": "class",
1099
- "description": "Avatar component.",
1100
- "name": "Avatar",
1101
- "members": [
1102
- {
1103
- "kind": "field",
1104
- "name": "hasOuterBorder",
1105
- "type": {
1106
- "text": "boolean"
1107
- },
1108
- "default": "false",
1109
- "description": "If set adds 1px white border around the avatar",
1110
- "attribute": "has-outer-border",
451
+ "default": "false",
452
+ "description": "If set adds 1px white border around the avatar",
453
+ "attribute": "has-outer-border",
1111
454
  "reflects": true
1112
455
  },
1113
456
  {
@@ -18827,785 +18170,1442 @@
18827
18170
  "name": "PurePopover",
18828
18171
  "module": "src/components/popover.ts"
18829
18172
  },
18830
- "tagName": "brz-popover",
18831
- "customElement": true,
18832
- "events": [
18833
- {
18834
- "name": "eventType",
18835
- "type": {
18836
- "text": "PopoverEvent"
18837
- },
18838
- "inheritedFrom": {
18839
- "name": "PurePopover",
18840
- "module": "src/components/popover.ts"
18841
- }
18842
- }
18843
- ]
18173
+ "tagName": "brz-popover",
18174
+ "customElement": true,
18175
+ "events": [
18176
+ {
18177
+ "name": "eventType",
18178
+ "type": {
18179
+ "text": "PopoverEvent"
18180
+ },
18181
+ "inheritedFrom": {
18182
+ "name": "PurePopover",
18183
+ "module": "src/components/popover.ts"
18184
+ }
18185
+ }
18186
+ ]
18187
+ }
18188
+ ],
18189
+ "exports": [
18190
+ {
18191
+ "kind": "js",
18192
+ "name": "POPOVER",
18193
+ "declaration": {
18194
+ "name": "POPOVER",
18195
+ "module": "src/components/popover.ts"
18196
+ }
18197
+ },
18198
+ {
18199
+ "kind": "js",
18200
+ "name": "PURE_POPOVER",
18201
+ "declaration": {
18202
+ "name": "PURE_POPOVER",
18203
+ "module": "src/components/popover.ts"
18204
+ }
18205
+ },
18206
+ {
18207
+ "kind": "js",
18208
+ "name": "POPOVER_TRIGGERS",
18209
+ "declaration": {
18210
+ "name": "POPOVER_TRIGGERS",
18211
+ "module": "src/components/popover.ts"
18212
+ }
18213
+ },
18214
+ {
18215
+ "kind": "js",
18216
+ "name": "[click, hover, focus]",
18217
+ "declaration": {
18218
+ "name": "[click, hover, focus]",
18219
+ "module": "src/components/popover.ts"
18220
+ }
18221
+ },
18222
+ {
18223
+ "kind": "js",
18224
+ "name": "POPOVER_ROLES",
18225
+ "declaration": {
18226
+ "name": "POPOVER_ROLES",
18227
+ "module": "src/components/popover.ts"
18228
+ }
18229
+ },
18230
+ {
18231
+ "kind": "js",
18232
+ "name": "PopoverEvent",
18233
+ "declaration": {
18234
+ "name": "PopoverEvent",
18235
+ "module": "src/components/popover.ts"
18236
+ }
18237
+ },
18238
+ {
18239
+ "kind": "js",
18240
+ "name": "PurePopover",
18241
+ "declaration": {
18242
+ "name": "PurePopover",
18243
+ "module": "src/components/popover.ts"
18244
+ }
18245
+ },
18246
+ {
18247
+ "kind": "custom-element-definition",
18248
+ "declaration": {
18249
+ "name": "PurePopover",
18250
+ "module": "src/components/popover.ts"
18251
+ }
18252
+ },
18253
+ {
18254
+ "kind": "js",
18255
+ "name": "POPOVER_LISTENABLE_EVENT_TYPES",
18256
+ "declaration": {
18257
+ "name": "POPOVER_LISTENABLE_EVENT_TYPES",
18258
+ "module": "src/components/popover.ts"
18259
+ }
18260
+ },
18261
+ {
18262
+ "kind": "js",
18263
+ "name": "Popover",
18264
+ "declaration": {
18265
+ "name": "Popover",
18266
+ "module": "src/components/popover.ts"
18267
+ }
18268
+ },
18269
+ {
18270
+ "kind": "custom-element-definition",
18271
+ "declaration": {
18272
+ "name": "Popover",
18273
+ "module": "src/components/popover.ts"
18274
+ }
18275
+ }
18276
+ ]
18277
+ },
18278
+ {
18279
+ "kind": "javascript-module",
18280
+ "path": "src/components/record-row.ts",
18281
+ "declarations": [
18282
+ {
18283
+ "kind": "variable",
18284
+ "name": "RECORD_ROW"
18285
+ },
18286
+ {
18287
+ "kind": "variable",
18288
+ "name": "RECORD_ROW_LABEL"
18289
+ },
18290
+ {
18291
+ "kind": "class",
18292
+ "description": "Record row component",
18293
+ "name": "RecordRow",
18294
+ "members": [
18295
+ {
18296
+ "kind": "field",
18297
+ "name": "labelPosition",
18298
+ "type": {
18299
+ "text": "LabelPosition"
18300
+ },
18301
+ "default": "'top'",
18302
+ "description": "The position of the supplied label",
18303
+ "attribute": "label-position",
18304
+ "reflects": true,
18305
+ "inheritedFrom": {
18306
+ "name": "RecordField",
18307
+ "module": "src/components/record-field/record-field.ts"
18308
+ }
18309
+ },
18310
+ {
18311
+ "kind": "field",
18312
+ "name": "size",
18313
+ "type": {
18314
+ "text": "InputSizes"
18315
+ },
18316
+ "default": "'medium'",
18317
+ "description": "The size of the input",
18318
+ "attribute": "size",
18319
+ "reflects": true,
18320
+ "inheritedFrom": {
18321
+ "name": "RecordField",
18322
+ "module": "src/components/record-field/record-field.ts"
18323
+ }
18324
+ },
18325
+ {
18326
+ "kind": "method",
18327
+ "name": "setLabelState",
18328
+ "privacy": "private",
18329
+ "inheritedFrom": {
18330
+ "name": "RecordField",
18331
+ "module": "src/components/record-field/record-field.ts"
18332
+ }
18333
+ },
18334
+ {
18335
+ "kind": "method",
18336
+ "name": "checkIfMultiline",
18337
+ "privacy": "private",
18338
+ "description": "Attempts to evaluate whether the value element is a multiline text value.\nThis has the potential to be a bit flaky since anything could be slotted in\nthe value, but most other elements are not exact multiples of line height,\nso we use this as the basis for setting the multiline state.",
18339
+ "inheritedFrom": {
18340
+ "name": "RecordField",
18341
+ "module": "src/components/record-field/record-field.ts"
18342
+ }
18343
+ }
18344
+ ],
18345
+ "superclass": {
18346
+ "name": "RecordField",
18347
+ "module": "/src/components/record-field"
18348
+ },
18349
+ "deprecated": "Use brz-record-field",
18350
+ "tagName": "brz-record-row",
18351
+ "customElement": true,
18352
+ "attributes": [
18353
+ {
18354
+ "name": "label-position",
18355
+ "type": {
18356
+ "text": "LabelPosition"
18357
+ },
18358
+ "default": "'top'",
18359
+ "description": "The position of the supplied label",
18360
+ "fieldName": "labelPosition",
18361
+ "inheritedFrom": {
18362
+ "name": "RecordField",
18363
+ "module": "src/components/record-field/record-field.ts"
18364
+ }
18365
+ },
18366
+ {
18367
+ "name": "size",
18368
+ "type": {
18369
+ "text": "InputSizes"
18370
+ },
18371
+ "default": "'medium'",
18372
+ "description": "The size of the input",
18373
+ "fieldName": "size",
18374
+ "inheritedFrom": {
18375
+ "name": "RecordField",
18376
+ "module": "src/components/record-field/record-field.ts"
18377
+ }
18378
+ }
18379
+ ]
18380
+ },
18381
+ {
18382
+ "kind": "class",
18383
+ "description": "Record row label component",
18384
+ "name": "RecordRowLabel",
18385
+ "superclass": {
18386
+ "name": "RecordFieldLabel",
18387
+ "module": "/src/components/record-field"
18388
+ },
18389
+ "deprecated": "Use brz-field-label",
18390
+ "tagName": "brz-record-row-label",
18391
+ "customElement": true,
18392
+ "members": [
18393
+ {
18394
+ "kind": "method",
18395
+ "name": "setState",
18396
+ "privacy": "private",
18397
+ "inheritedFrom": {
18398
+ "name": "RecordFieldLabel",
18399
+ "module": "src/components/record-field/record-field-label.ts"
18400
+ }
18401
+ }
18402
+ ]
18403
+ }
18404
+ ],
18405
+ "exports": [
18406
+ {
18407
+ "kind": "js",
18408
+ "name": "RECORD_ROW",
18409
+ "declaration": {
18410
+ "name": "RECORD_ROW",
18411
+ "module": "src/components/record-row.ts"
18412
+ }
18413
+ },
18414
+ {
18415
+ "kind": "js",
18416
+ "name": "RECORD_ROW_LABEL",
18417
+ "declaration": {
18418
+ "name": "RECORD_ROW_LABEL",
18419
+ "module": "src/components/record-row.ts"
18420
+ }
18421
+ },
18422
+ {
18423
+ "kind": "js",
18424
+ "name": "RecordRow",
18425
+ "declaration": {
18426
+ "name": "RecordRow",
18427
+ "module": "src/components/record-row.ts"
18428
+ }
18429
+ },
18430
+ {
18431
+ "kind": "custom-element-definition",
18432
+ "declaration": {
18433
+ "name": "RecordRow",
18434
+ "module": "src/components/record-row.ts"
18435
+ }
18436
+ },
18437
+ {
18438
+ "kind": "js",
18439
+ "name": "RecordRowLabel",
18440
+ "declaration": {
18441
+ "name": "RecordRowLabel",
18442
+ "module": "src/components/record-row.ts"
18443
+ }
18444
+ },
18445
+ {
18446
+ "kind": "custom-element-definition",
18447
+ "declaration": {
18448
+ "name": "RecordRowLabel",
18449
+ "module": "src/components/record-row.ts"
18450
+ }
18451
+ }
18452
+ ]
18453
+ },
18454
+ {
18455
+ "kind": "javascript-module",
18456
+ "path": "src/components/tooltip.ts",
18457
+ "declarations": [
18458
+ {
18459
+ "kind": "variable",
18460
+ "name": "TOOLTIP"
18461
+ },
18462
+ {
18463
+ "kind": "class",
18464
+ "description": "Tooltip component",
18465
+ "name": "Tooltip",
18466
+ "members": [
18467
+ {
18468
+ "kind": "field",
18469
+ "name": "delayOnClose",
18470
+ "type": {
18471
+ "text": "number"
18472
+ },
18473
+ "default": "100",
18474
+ "description": "Time delay before hiding tooltip",
18475
+ "attribute": "delay-on-close"
18476
+ },
18477
+ {
18478
+ "kind": "field",
18479
+ "name": "delayOnOpen",
18480
+ "type": {
18481
+ "text": "number"
18482
+ },
18483
+ "default": "100",
18484
+ "description": "Time delay before showing tooltip",
18485
+ "attribute": "delay-on-open"
18486
+ },
18487
+ {
18488
+ "kind": "field",
18489
+ "name": "isFixed",
18490
+ "type": {
18491
+ "text": "boolean"
18492
+ },
18493
+ "default": "false",
18494
+ "description": "Uses fixed positioning",
18495
+ "attribute": "is-fixed",
18496
+ "reflects": true
18497
+ },
18498
+ {
18499
+ "kind": "field",
18500
+ "name": "placement",
18501
+ "type": {
18502
+ "text": "PopoverProps['placement']"
18503
+ },
18504
+ "default": "'top'",
18505
+ "description": "Placement of tooltip in relation to reference element",
18506
+ "attribute": "placement"
18507
+ },
18508
+ {
18509
+ "kind": "field",
18510
+ "name": "trigger",
18511
+ "type": {
18512
+ "text": "PopoverProps['trigger']"
18513
+ },
18514
+ "default": "'hover focus'",
18515
+ "description": "Trigger states for tooltip",
18516
+ "attribute": "trigger"
18517
+ },
18518
+ {
18519
+ "kind": "field",
18520
+ "name": "disabled",
18521
+ "type": {
18522
+ "text": "boolean"
18523
+ },
18524
+ "default": "false",
18525
+ "description": "Stops tooltip for showing",
18526
+ "attribute": "disabled"
18527
+ },
18528
+ {
18529
+ "kind": "field",
18530
+ "name": "content",
18531
+ "type": {
18532
+ "text": "string"
18533
+ },
18534
+ "default": "''",
18535
+ "description": "Content to be shown in tooltip",
18536
+ "attribute": "content"
18537
+ },
18538
+ {
18539
+ "kind": "field",
18540
+ "name": "theme",
18541
+ "type": {
18542
+ "text": "Theme"
18543
+ },
18544
+ "default": "'dark'",
18545
+ "description": "The tooltip theme",
18546
+ "attribute": "theme",
18547
+ "reflects": true
18548
+ }
18549
+ ],
18550
+ "attributes": [
18551
+ {
18552
+ "name": "delay-on-close",
18553
+ "type": {
18554
+ "text": "number"
18555
+ },
18556
+ "default": "100",
18557
+ "description": "Time delay before hiding tooltip",
18558
+ "fieldName": "delayOnClose"
18559
+ },
18560
+ {
18561
+ "name": "delay-on-open",
18562
+ "type": {
18563
+ "text": "number"
18564
+ },
18565
+ "default": "100",
18566
+ "description": "Time delay before showing tooltip",
18567
+ "fieldName": "delayOnOpen"
18568
+ },
18569
+ {
18570
+ "name": "is-fixed",
18571
+ "type": {
18572
+ "text": "boolean"
18573
+ },
18574
+ "default": "false",
18575
+ "description": "Uses fixed positioning",
18576
+ "fieldName": "isFixed"
18577
+ },
18578
+ {
18579
+ "name": "placement",
18580
+ "type": {
18581
+ "text": "PopoverProps['placement']"
18582
+ },
18583
+ "default": "'top'",
18584
+ "description": "Placement of tooltip in relation to reference element",
18585
+ "fieldName": "placement"
18586
+ },
18587
+ {
18588
+ "name": "trigger",
18589
+ "type": {
18590
+ "text": "PopoverProps['trigger']"
18591
+ },
18592
+ "default": "'hover focus'",
18593
+ "description": "Trigger states for tooltip",
18594
+ "fieldName": "trigger"
18595
+ },
18596
+ {
18597
+ "name": "disabled",
18598
+ "type": {
18599
+ "text": "boolean"
18600
+ },
18601
+ "default": "false",
18602
+ "description": "Stops tooltip for showing",
18603
+ "fieldName": "disabled"
18604
+ },
18605
+ {
18606
+ "name": "content",
18607
+ "type": {
18608
+ "text": "string"
18609
+ },
18610
+ "default": "''",
18611
+ "description": "Content to be shown in tooltip",
18612
+ "fieldName": "content"
18613
+ },
18614
+ {
18615
+ "name": "theme",
18616
+ "type": {
18617
+ "text": "Theme"
18618
+ },
18619
+ "default": "'dark'",
18620
+ "description": "The tooltip theme",
18621
+ "fieldName": "theme"
18622
+ }
18623
+ ],
18624
+ "superclass": {
18625
+ "name": "LitElement",
18626
+ "package": "lit"
18627
+ },
18628
+ "tagName": "brz-tooltip",
18629
+ "customElement": true
18630
+ }
18631
+ ],
18632
+ "exports": [
18633
+ {
18634
+ "kind": "js",
18635
+ "name": "TOOLTIP",
18636
+ "declaration": {
18637
+ "name": "TOOLTIP",
18638
+ "module": "src/components/tooltip.ts"
18639
+ }
18640
+ },
18641
+ {
18642
+ "kind": "js",
18643
+ "name": "Tooltip",
18644
+ "declaration": {
18645
+ "name": "Tooltip",
18646
+ "module": "src/components/tooltip.ts"
18647
+ }
18648
+ },
18649
+ {
18650
+ "kind": "custom-element-definition",
18651
+ "declaration": {
18652
+ "name": "Tooltip",
18653
+ "module": "src/components/tooltip.ts"
18654
+ }
18655
+ }
18656
+ ]
18657
+ },
18658
+ {
18659
+ "kind": "javascript-module",
18660
+ "path": "src/components/virtual-list.ts",
18661
+ "declarations": [
18662
+ {
18663
+ "kind": "variable",
18664
+ "name": "VIRTUAL_LIST"
18665
+ },
18666
+ {
18667
+ "kind": "class",
18668
+ "description": "VirtualList is helper component for high-volume lists. It eases the strain on\nthe browser by only rendering a small slice of the list at a time, while the\nsize of the list container is estimated and padded out to help normalize\nscroll behaviour.",
18669
+ "name": "VirtualList",
18670
+ "members": [
18671
+ {
18672
+ "kind": "field",
18673
+ "name": "items",
18674
+ "type": {
18675
+ "text": "ItemType[]"
18676
+ },
18677
+ "default": "[]",
18678
+ "description": "List of items to be virtualized. Usually an array of data objects.",
18679
+ "attribute": "items"
18680
+ },
18681
+ {
18682
+ "kind": "field",
18683
+ "name": "itemMinHeight",
18684
+ "type": {
18685
+ "text": "number"
18686
+ },
18687
+ "default": "32",
18688
+ "description": "Fixed or minimum height of each list item in pixels. Defaults to 32.\nSetting a known min-height of each list item significantly improves\nperformance.",
18689
+ "attribute": "item-min-height"
18690
+ },
18691
+ {
18692
+ "kind": "field",
18693
+ "name": "overscan",
18694
+ "type": {
18695
+ "text": "number"
18696
+ },
18697
+ "default": "50",
18698
+ "description": "Number of items to render before and after the current item index. This\nhelps the virtual scroll feel more natural by avoiding flashes of \"blank\"\nitems or badly estimated offsets. However, be aware that a higher value\nmeans more elements are rendered to the DOM so can eventually lead to worse\noverall performance.",
18699
+ "attribute": "overscan"
18700
+ },
18701
+ {
18702
+ "kind": "field",
18703
+ "name": "renderItem"
18704
+ },
18705
+ {
18706
+ "kind": "method",
18707
+ "name": "sync",
18708
+ "privacy": "private"
18709
+ },
18710
+ {
18711
+ "kind": "method",
18712
+ "name": "resetItems",
18713
+ "privacy": "private",
18714
+ "description": "Resets the current list of virtualized items and associated properties"
18715
+ },
18716
+ {
18717
+ "kind": "method",
18718
+ "name": "canSync",
18719
+ "privacy": "private",
18720
+ "parameters": [
18721
+ {
18722
+ "name": "changedProperties",
18723
+ "type": {
18724
+ "text": "PropertyValues"
18725
+ }
18726
+ }
18727
+ ],
18728
+ "description": "Returns true if a property has changed that should trigger a sync"
18729
+ },
18730
+ {
18731
+ "kind": "method",
18732
+ "name": "sumOfHeightsToIndex",
18733
+ "privacy": "private",
18734
+ "parameters": [
18735
+ {
18736
+ "name": "index",
18737
+ "type": {
18738
+ "text": "number"
18739
+ }
18740
+ }
18741
+ ],
18742
+ "description": "Adds up the item heights up to the current item index. Used to set the top\noffset for each item in the scroll container."
18743
+ },
18744
+ {
18745
+ "kind": "method",
18746
+ "name": "syncVisibleItems",
18747
+ "privacy": "private",
18748
+ "description": "Syncs the rolling render window. Usually triggered by scroll or changed\nproperties requiring the list to re-render."
18749
+ },
18750
+ {
18751
+ "kind": "method",
18752
+ "name": "emitUpdate",
18753
+ "privacy": "private",
18754
+ "description": "Dispatches an event containing a list of references to the rendered item\nelements. This saves extensive DOM-querying by parents to access them."
18755
+ },
18756
+ {
18757
+ "kind": "method",
18758
+ "name": "updateItemHeights",
18759
+ "privacy": "private",
18760
+ "description": "Reads the actual item heights as they are rendered into the rolling render\nwindow and tracks them in the item heights array. This helps variable item\nheights to become more predictable over time and reduce potentially janky\nbehaviour while scrolling."
18761
+ },
18762
+ {
18763
+ "kind": "method",
18764
+ "name": "handleScroll",
18765
+ "privacy": "private",
18766
+ "parameters": [
18767
+ {
18768
+ "name": "event",
18769
+ "type": {
18770
+ "text": "Event"
18771
+ }
18772
+ }
18773
+ ],
18774
+ "description": "Updates the current scrollTop value as the user scrolls the list container,\nthen syncs up the visible items."
18775
+ }
18776
+ ],
18777
+ "events": [
18778
+ {
18779
+ "type": {
18780
+ "text": "VirtualListUpdateEvent"
18781
+ }
18782
+ }
18783
+ ],
18784
+ "attributes": [
18785
+ {
18786
+ "name": "overscan",
18787
+ "type": {
18788
+ "text": "number"
18789
+ },
18790
+ "default": "50",
18791
+ "description": "Number of items to render before and after the current item index. This\nhelps the virtual scroll feel more natural by avoiding flashes of \"blank\"\nitems or badly estimated offsets. However, be aware that a higher value\nmeans more elements are rendered to the DOM so can eventually lead to worse\noverall performance.",
18792
+ "fieldName": "overscan",
18793
+ "attribute": "overscan"
18794
+ },
18795
+ {
18796
+ "name": "items",
18797
+ "type": {
18798
+ "text": "ItemType[]"
18799
+ },
18800
+ "default": "[]",
18801
+ "description": "List of items to be virtualized. Usually an array of data objects.",
18802
+ "fieldName": "items"
18803
+ },
18804
+ {
18805
+ "name": "item-min-height",
18806
+ "type": {
18807
+ "text": "number"
18808
+ },
18809
+ "default": "32",
18810
+ "description": "Fixed or minimum height of each list item in pixels. Defaults to 32.\nSetting a known min-height of each list item significantly improves\nperformance.",
18811
+ "fieldName": "itemMinHeight"
18812
+ }
18813
+ ],
18814
+ "superclass": {
18815
+ "name": "LitElement",
18816
+ "package": "lit"
18817
+ },
18818
+ "tagName": "brz-virtual-list",
18819
+ "customElement": true
18820
+ },
18821
+ {
18822
+ "kind": "class",
18823
+ "description": "",
18824
+ "name": "VirtualListUpdateEvent",
18825
+ "superclass": {
18826
+ "name": "CustomEvent",
18827
+ "module": "src/components/virtual-list.ts"
18828
+ }
18829
+ }
18830
+ ],
18831
+ "exports": [
18832
+ {
18833
+ "kind": "js",
18834
+ "name": "VIRTUAL_LIST",
18835
+ "declaration": {
18836
+ "name": "VIRTUAL_LIST",
18837
+ "module": "src/components/virtual-list.ts"
18838
+ }
18839
+ },
18840
+ {
18841
+ "kind": "js",
18842
+ "name": "VirtualList",
18843
+ "declaration": {
18844
+ "name": "VirtualList",
18845
+ "module": "src/components/virtual-list.ts"
18846
+ }
18847
+ },
18848
+ {
18849
+ "kind": "custom-element-definition",
18850
+ "declaration": {
18851
+ "name": "VirtualList",
18852
+ "module": "src/components/virtual-list.ts"
18853
+ }
18854
+ },
18855
+ {
18856
+ "kind": "js",
18857
+ "name": "VirtualListUpdateEvent",
18858
+ "declaration": {
18859
+ "name": "VirtualListUpdateEvent",
18860
+ "module": "src/components/virtual-list.ts"
18861
+ }
18862
+ }
18863
+ ]
18864
+ },
18865
+ {
18866
+ "kind": "javascript-module",
18867
+ "path": "src/layout/flex.ts",
18868
+ "declarations": [
18869
+ {
18870
+ "kind": "variable",
18871
+ "name": "ROW"
18872
+ },
18873
+ {
18874
+ "kind": "variable",
18875
+ "name": "COLUMN"
18876
+ },
18877
+ {
18878
+ "kind": "class",
18879
+ "description": "Row layout.",
18880
+ "name": "Row",
18881
+ "members": [
18882
+ {
18883
+ "kind": "field",
18884
+ "name": "verticalAlign",
18885
+ "type": {
18886
+ "text": "'top' | 'middle' | 'bottom' | undefined"
18887
+ },
18888
+ "attribute": "vertical-align",
18889
+ "reflects": true
18890
+ }
18891
+ ],
18892
+ "attributes": [
18893
+ {
18894
+ "name": "vertical-align",
18895
+ "type": {
18896
+ "text": "'top' | 'middle' | 'bottom' | undefined"
18897
+ },
18898
+ "fieldName": "verticalAlign"
18899
+ }
18900
+ ],
18901
+ "superclass": {
18902
+ "name": "LitElement",
18903
+ "package": "lit"
18904
+ },
18905
+ "tagName": "brz-row",
18906
+ "customElement": true
18907
+ },
18908
+ {
18909
+ "kind": "class",
18910
+ "description": "Column layout.",
18911
+ "name": "Column",
18912
+ "members": [
18913
+ {
18914
+ "kind": "field",
18915
+ "name": "align",
18916
+ "type": {
18917
+ "text": "'left' | 'center' | 'right' | undefined"
18918
+ },
18919
+ "attribute": "align",
18920
+ "reflects": true
18921
+ }
18922
+ ],
18923
+ "attributes": [
18924
+ {
18925
+ "name": "align",
18926
+ "type": {
18927
+ "text": "'left' | 'center' | 'right' | undefined"
18928
+ },
18929
+ "fieldName": "align"
18930
+ }
18931
+ ],
18932
+ "superclass": {
18933
+ "name": "LitElement",
18934
+ "package": "lit"
18935
+ },
18936
+ "tagName": "brz-column",
18937
+ "customElement": true
18938
+ }
18939
+ ],
18940
+ "exports": [
18941
+ {
18942
+ "kind": "js",
18943
+ "name": "ROW",
18944
+ "declaration": {
18945
+ "name": "ROW",
18946
+ "module": "src/layout/flex.ts"
18947
+ }
18948
+ },
18949
+ {
18950
+ "kind": "js",
18951
+ "name": "COLUMN",
18952
+ "declaration": {
18953
+ "name": "COLUMN",
18954
+ "module": "src/layout/flex.ts"
18955
+ }
18956
+ },
18957
+ {
18958
+ "kind": "js",
18959
+ "name": "Row",
18960
+ "declaration": {
18961
+ "name": "Row",
18962
+ "module": "src/layout/flex.ts"
18963
+ }
18964
+ },
18965
+ {
18966
+ "kind": "custom-element-definition",
18967
+ "declaration": {
18968
+ "name": "Row",
18969
+ "module": "src/layout/flex.ts"
18970
+ }
18971
+ },
18972
+ {
18973
+ "kind": "js",
18974
+ "name": "Column",
18975
+ "declaration": {
18976
+ "name": "Column",
18977
+ "module": "src/layout/flex.ts"
18978
+ }
18979
+ },
18980
+ {
18981
+ "kind": "custom-element-definition",
18982
+ "declaration": {
18983
+ "name": "Column",
18984
+ "module": "src/layout/flex.ts"
18985
+ }
18986
+ }
18987
+ ]
18988
+ },
18989
+ {
18990
+ "kind": "javascript-module",
18991
+ "path": "src/layout/footer.ts",
18992
+ "declarations": [
18993
+ {
18994
+ "kind": "variable",
18995
+ "name": "FOOTER"
18996
+ },
18997
+ {
18998
+ "kind": "class",
18999
+ "description": "Footer layout.",
19000
+ "name": "Footer",
19001
+ "members": [],
19002
+ "superclass": {
19003
+ "name": "LitElement",
19004
+ "package": "lit"
19005
+ },
19006
+ "tagName": "brz-footer",
19007
+ "customElement": true
19008
+ }
19009
+ ],
19010
+ "exports": [
19011
+ {
19012
+ "kind": "js",
19013
+ "name": "FOOTER",
19014
+ "declaration": {
19015
+ "name": "FOOTER",
19016
+ "module": "src/layout/footer.ts"
19017
+ }
19018
+ },
19019
+ {
19020
+ "kind": "js",
19021
+ "name": "Footer",
19022
+ "declaration": {
19023
+ "name": "Footer",
19024
+ "module": "src/layout/footer.ts"
19025
+ }
19026
+ },
19027
+ {
19028
+ "kind": "custom-element-definition",
19029
+ "declaration": {
19030
+ "name": "Footer",
19031
+ "module": "src/layout/footer.ts"
19032
+ }
19033
+ }
19034
+ ]
19035
+ },
19036
+ {
19037
+ "kind": "javascript-module",
19038
+ "path": "src/layout/header-footer-page.ts",
19039
+ "declarations": [
19040
+ {
19041
+ "kind": "variable",
19042
+ "name": "HEADER_FOOTER_PAGE"
19043
+ },
19044
+ {
19045
+ "kind": "class",
19046
+ "description": "Header footer page layout.",
19047
+ "name": "HeaderFooterPage",
19048
+ "members": [],
19049
+ "superclass": {
19050
+ "name": "LitElement",
19051
+ "package": "lit"
19052
+ },
19053
+ "tagName": "brz-header-footer-page",
19054
+ "customElement": true
19055
+ }
19056
+ ],
19057
+ "exports": [
19058
+ {
19059
+ "kind": "js",
19060
+ "name": "HEADER_FOOTER_PAGE",
19061
+ "declaration": {
19062
+ "name": "HEADER_FOOTER_PAGE",
19063
+ "module": "src/layout/header-footer-page.ts"
19064
+ }
19065
+ },
19066
+ {
19067
+ "kind": "js",
19068
+ "name": "HeaderFooterPage",
19069
+ "declaration": {
19070
+ "name": "HeaderFooterPage",
19071
+ "module": "src/layout/header-footer-page.ts"
19072
+ }
19073
+ },
19074
+ {
19075
+ "kind": "custom-element-definition",
19076
+ "declaration": {
19077
+ "name": "HeaderFooterPage",
19078
+ "module": "src/layout/header-footer-page.ts"
19079
+ }
19080
+ }
19081
+ ]
19082
+ },
19083
+ {
19084
+ "kind": "javascript-module",
19085
+ "path": "src/layout/header.ts",
19086
+ "declarations": [
19087
+ {
19088
+ "kind": "variable",
19089
+ "name": "HEADER"
19090
+ },
19091
+ {
19092
+ "kind": "class",
19093
+ "description": "Header layout.",
19094
+ "name": "Header",
19095
+ "members": [],
19096
+ "superclass": {
19097
+ "name": "LitElement",
19098
+ "package": "lit"
19099
+ },
19100
+ "deprecated": "Use PageHeader component instead",
19101
+ "tagName": "brz-header",
19102
+ "customElement": true
18844
19103
  }
18845
19104
  ],
18846
19105
  "exports": [
18847
19106
  {
18848
19107
  "kind": "js",
18849
- "name": "POPOVER",
19108
+ "name": "HEADER",
18850
19109
  "declaration": {
18851
- "name": "POPOVER",
18852
- "module": "src/components/popover.ts"
19110
+ "name": "HEADER",
19111
+ "module": "src/layout/header.ts"
18853
19112
  }
18854
19113
  },
18855
19114
  {
18856
19115
  "kind": "js",
18857
- "name": "PURE_POPOVER",
19116
+ "name": "Header",
18858
19117
  "declaration": {
18859
- "name": "PURE_POPOVER",
18860
- "module": "src/components/popover.ts"
19118
+ "name": "Header",
19119
+ "module": "src/layout/header.ts"
18861
19120
  }
18862
19121
  },
18863
19122
  {
18864
- "kind": "js",
18865
- "name": "POPOVER_TRIGGERS",
19123
+ "kind": "custom-element-definition",
18866
19124
  "declaration": {
18867
- "name": "POPOVER_TRIGGERS",
18868
- "module": "src/components/popover.ts"
19125
+ "name": "Header",
19126
+ "module": "src/layout/header.ts"
18869
19127
  }
18870
- },
19128
+ }
19129
+ ]
19130
+ },
19131
+ {
19132
+ "kind": "javascript-module",
19133
+ "path": "src/layout/index.ts",
19134
+ "declarations": [],
19135
+ "exports": [
18871
19136
  {
18872
19137
  "kind": "js",
18873
- "name": "[click, hover, focus]",
19138
+ "name": "*",
18874
19139
  "declaration": {
18875
- "name": "[click, hover, focus]",
18876
- "module": "src/components/popover.ts"
19140
+ "name": "*",
19141
+ "package": "./header"
18877
19142
  }
18878
19143
  },
18879
19144
  {
18880
19145
  "kind": "js",
18881
- "name": "POPOVER_ROLES",
19146
+ "name": "*",
18882
19147
  "declaration": {
18883
- "name": "POPOVER_ROLES",
18884
- "module": "src/components/popover.ts"
19148
+ "name": "*",
19149
+ "package": "./flex"
18885
19150
  }
18886
19151
  },
18887
19152
  {
18888
19153
  "kind": "js",
18889
- "name": "PopoverEvent",
19154
+ "name": "*",
18890
19155
  "declaration": {
18891
- "name": "PopoverEvent",
18892
- "module": "src/components/popover.ts"
19156
+ "name": "*",
19157
+ "package": "./split-row"
18893
19158
  }
18894
19159
  },
18895
19160
  {
18896
19161
  "kind": "js",
18897
- "name": "PurePopover",
19162
+ "name": "*",
18898
19163
  "declaration": {
18899
- "name": "PurePopover",
18900
- "module": "src/components/popover.ts"
19164
+ "name": "*",
19165
+ "package": "./header-footer-page"
18901
19166
  }
18902
19167
  },
18903
19168
  {
18904
- "kind": "custom-element-definition",
19169
+ "kind": "js",
19170
+ "name": "*",
18905
19171
  "declaration": {
18906
- "name": "PurePopover",
18907
- "module": "src/components/popover.ts"
19172
+ "name": "*",
19173
+ "package": "./responsive-columns"
18908
19174
  }
18909
19175
  },
18910
19176
  {
18911
19177
  "kind": "js",
18912
- "name": "POPOVER_LISTENABLE_EVENT_TYPES",
19178
+ "name": "*",
18913
19179
  "declaration": {
18914
- "name": "POPOVER_LISTENABLE_EVENT_TYPES",
18915
- "module": "src/components/popover.ts"
19180
+ "name": "*",
19181
+ "package": "./footer"
18916
19182
  }
18917
19183
  },
18918
19184
  {
18919
19185
  "kind": "js",
18920
- "name": "Popover",
19186
+ "name": "*",
18921
19187
  "declaration": {
18922
- "name": "Popover",
18923
- "module": "src/components/popover.ts"
19188
+ "name": "*",
19189
+ "package": "./page-header"
18924
19190
  }
18925
19191
  },
18926
19192
  {
18927
- "kind": "custom-element-definition",
19193
+ "kind": "js",
19194
+ "name": "*",
18928
19195
  "declaration": {
18929
- "name": "Popover",
18930
- "module": "src/components/popover.ts"
19196
+ "name": "*",
19197
+ "package": "./grid"
18931
19198
  }
18932
19199
  }
18933
19200
  ]
18934
19201
  },
18935
19202
  {
18936
19203
  "kind": "javascript-module",
18937
- "path": "src/components/record-row.ts",
19204
+ "path": "src/layout/page-header.ts",
18938
19205
  "declarations": [
18939
19206
  {
18940
19207
  "kind": "variable",
18941
- "name": "RECORD_ROW"
18942
- },
18943
- {
18944
- "kind": "variable",
18945
- "name": "RECORD_ROW_LABEL"
19208
+ "name": "PAGE_HEADER"
18946
19209
  },
18947
19210
  {
18948
19211
  "kind": "class",
18949
- "description": "Record row component",
18950
- "name": "RecordRow",
18951
- "members": [
19212
+ "description": "Use a Page Header to apply a consistent look and feel across all application\npages. It exposes several flexible content slots to support designs across\nvarious feature areas.",
19213
+ "name": "PageHeader",
19214
+ "slots": [
18952
19215
  {
18953
- "kind": "field",
18954
- "name": "labelPosition",
18955
- "type": {
18956
- "text": "LabelPosition"
18957
- },
18958
- "default": "'top'",
18959
- "description": "The position of the supplied label",
18960
- "attribute": "label-position",
18961
- "reflects": true,
18962
- "inheritedFrom": {
18963
- "name": "RecordField",
18964
- "module": "src/components/record-field/record-field.ts"
18965
- }
19216
+ "description": "Supply a title as HTML if needed. Will be wrapped in a Level 1 heading. Ignores `pageTitle` property.",
19217
+ "name": "title"
18966
19218
  },
18967
19219
  {
18968
- "kind": "field",
18969
- "name": "size",
18970
- "type": {
18971
- "text": "InputSizes"
18972
- },
18973
- "default": "'medium'",
18974
- "description": "The size of the input",
18975
- "attribute": "size",
18976
- "reflects": true,
18977
- "inheritedFrom": {
18978
- "name": "RecordField",
18979
- "module": "src/components/record-field/record-field.ts"
18980
- }
19220
+ "description": "An area to the left of the title, often used for avatars",
19221
+ "name": "decorator"
18981
19222
  },
18982
19223
  {
18983
- "kind": "method",
18984
- "name": "setLabelState",
18985
- "privacy": "private",
18986
- "inheritedFrom": {
18987
- "name": "RecordField",
18988
- "module": "src/components/record-field/record-field.ts"
18989
- }
19224
+ "description": "A subtitle provides additional context to the title",
19225
+ "name": "subtitle"
18990
19226
  },
18991
19227
  {
18992
- "kind": "method",
18993
- "name": "checkIfMultiline",
18994
- "privacy": "private",
18995
- "description": "Attempts to evaluate whether the value element is a multiline text value.\nThis has the potential to be a bit flaky since anything could be slotted in\nthe value, but most other elements are not exact multiples of line height,\nso we use this as the basis for setting the multiline state.",
18996
- "inheritedFrom": {
18997
- "name": "RecordField",
18998
- "module": "src/components/record-field/record-field.ts"
18999
- }
19228
+ "description": "A flexible area for tags and other descriptive content",
19229
+ "name": "description"
19230
+ },
19231
+ {
19232
+ "description": "An area to the right of the title, often used for status labels",
19233
+ "name": "info"
19234
+ },
19235
+ {
19236
+ "description": "Typically used for one or more action buttons",
19237
+ "name": "actions"
19000
19238
  }
19001
19239
  ],
19002
- "superclass": {
19003
- "name": "RecordField",
19004
- "module": "/src/components/record-field"
19005
- },
19006
- "deprecated": "Use brz-record-field",
19007
- "tagName": "brz-record-row",
19008
- "customElement": true,
19009
- "attributes": [
19240
+ "members": [
19010
19241
  {
19011
- "name": "label-position",
19242
+ "kind": "field",
19243
+ "name": "pageTitle",
19012
19244
  "type": {
19013
- "text": "LabelPosition"
19245
+ "text": "string | undefined"
19014
19246
  },
19015
- "default": "'top'",
19016
- "description": "The position of the supplied label",
19017
- "fieldName": "labelPosition",
19018
- "inheritedFrom": {
19019
- "name": "RecordField",
19020
- "module": "src/components/record-field/record-field.ts"
19021
- }
19022
- },
19247
+ "description": "The main page title. Will be rendered to a Level 1 heading.\n\nIf you need more control and want to set the title with HTML, use the\n`title` slot instead, which ignores this property.",
19248
+ "attribute": "page-title"
19249
+ }
19250
+ ],
19251
+ "attributes": [
19023
19252
  {
19024
- "name": "size",
19253
+ "name": "page-title",
19025
19254
  "type": {
19026
- "text": "InputSizes"
19255
+ "text": "string | undefined"
19027
19256
  },
19028
- "default": "'medium'",
19029
- "description": "The size of the input",
19030
- "fieldName": "size",
19031
- "inheritedFrom": {
19032
- "name": "RecordField",
19033
- "module": "src/components/record-field/record-field.ts"
19034
- }
19257
+ "description": "The main page title. Will be rendered to a Level 1 heading.\n\nIf you need more control and want to set the title with HTML, use the\n`title` slot instead, which ignores this property.",
19258
+ "fieldName": "pageTitle"
19035
19259
  }
19036
- ]
19037
- },
19038
- {
19039
- "kind": "class",
19040
- "description": "Record row label component",
19041
- "name": "RecordRowLabel",
19260
+ ],
19042
19261
  "superclass": {
19043
- "name": "RecordFieldLabel",
19044
- "module": "/src/components/record-field"
19262
+ "name": "LitElement",
19263
+ "package": "lit"
19045
19264
  },
19046
- "deprecated": "Use brz-field-label",
19047
- "tagName": "brz-record-row-label",
19048
- "customElement": true,
19049
- "members": [
19050
- {
19051
- "kind": "method",
19052
- "name": "setState",
19053
- "privacy": "private",
19054
- "inheritedFrom": {
19055
- "name": "RecordFieldLabel",
19056
- "module": "src/components/record-field/record-field-label.ts"
19057
- }
19058
- }
19059
- ]
19265
+ "tagName": "brz-page-header",
19266
+ "customElement": true
19060
19267
  }
19061
19268
  ],
19062
19269
  "exports": [
19063
19270
  {
19064
19271
  "kind": "js",
19065
- "name": "RECORD_ROW",
19272
+ "name": "PAGE_HEADER",
19066
19273
  "declaration": {
19067
- "name": "RECORD_ROW",
19068
- "module": "src/components/record-row.ts"
19274
+ "name": "PAGE_HEADER",
19275
+ "module": "src/layout/page-header.ts"
19069
19276
  }
19070
19277
  },
19071
19278
  {
19072
19279
  "kind": "js",
19073
- "name": "RECORD_ROW_LABEL",
19280
+ "name": "PageHeader",
19074
19281
  "declaration": {
19075
- "name": "RECORD_ROW_LABEL",
19076
- "module": "src/components/record-row.ts"
19282
+ "name": "PageHeader",
19283
+ "module": "src/layout/page-header.ts"
19077
19284
  }
19078
19285
  },
19079
19286
  {
19080
- "kind": "js",
19081
- "name": "RecordRow",
19287
+ "kind": "custom-element-definition",
19082
19288
  "declaration": {
19083
- "name": "RecordRow",
19084
- "module": "src/components/record-row.ts"
19289
+ "name": "PageHeader",
19290
+ "module": "src/layout/page-header.ts"
19085
19291
  }
19292
+ }
19293
+ ]
19294
+ },
19295
+ {
19296
+ "kind": "javascript-module",
19297
+ "path": "src/layout/responsive-columns.ts",
19298
+ "declarations": [
19299
+ {
19300
+ "kind": "variable",
19301
+ "name": "RESPONSIVE_COLUMNS"
19086
19302
  },
19087
19303
  {
19088
- "kind": "custom-element-definition",
19304
+ "kind": "class",
19305
+ "description": "Responsive columns layout.",
19306
+ "name": "ResponsiveColumns",
19307
+ "members": [],
19308
+ "superclass": {
19309
+ "name": "LitElement",
19310
+ "package": "lit"
19311
+ },
19312
+ "tagName": "brz-responsive-columns",
19313
+ "customElement": true
19314
+ }
19315
+ ],
19316
+ "exports": [
19317
+ {
19318
+ "kind": "js",
19319
+ "name": "RESPONSIVE_COLUMNS",
19089
19320
  "declaration": {
19090
- "name": "RecordRow",
19091
- "module": "src/components/record-row.ts"
19321
+ "name": "RESPONSIVE_COLUMNS",
19322
+ "module": "src/layout/responsive-columns.ts"
19092
19323
  }
19093
19324
  },
19094
19325
  {
19095
19326
  "kind": "js",
19096
- "name": "RecordRowLabel",
19327
+ "name": "ResponsiveColumns",
19097
19328
  "declaration": {
19098
- "name": "RecordRowLabel",
19099
- "module": "src/components/record-row.ts"
19329
+ "name": "ResponsiveColumns",
19330
+ "module": "src/layout/responsive-columns.ts"
19100
19331
  }
19101
19332
  },
19102
19333
  {
19103
19334
  "kind": "custom-element-definition",
19104
19335
  "declaration": {
19105
- "name": "RecordRowLabel",
19106
- "module": "src/components/record-row.ts"
19336
+ "name": "ResponsiveColumns",
19337
+ "module": "src/layout/responsive-columns.ts"
19107
19338
  }
19108
19339
  }
19109
19340
  ]
19110
19341
  },
19111
19342
  {
19112
19343
  "kind": "javascript-module",
19113
- "path": "src/components/tooltip.ts",
19344
+ "path": "src/layout/split-row.ts",
19114
19345
  "declarations": [
19115
19346
  {
19116
19347
  "kind": "variable",
19117
- "name": "TOOLTIP"
19348
+ "name": "SPLIT_ROW"
19349
+ },
19350
+ {
19351
+ "kind": "variable",
19352
+ "name": "ACTION_BAR"
19118
19353
  },
19119
19354
  {
19120
19355
  "kind": "class",
19121
- "description": "Tooltip component",
19122
- "name": "Tooltip",
19123
- "members": [
19356
+ "description": "Split flex row layout.",
19357
+ "name": "SplitRow",
19358
+ "slots": [
19124
19359
  {
19125
- "kind": "field",
19126
- "name": "delayOnClose",
19127
- "type": {
19128
- "text": "number"
19129
- },
19130
- "default": "100",
19131
- "description": "Time delay before hiding tooltip",
19132
- "attribute": "delay-on-close"
19360
+ "description": "Content to populate the left side",
19361
+ "name": "left"
19133
19362
  },
19363
+ {
19364
+ "description": "Content to populate the right side",
19365
+ "name": "right"
19366
+ }
19367
+ ],
19368
+ "members": [
19134
19369
  {
19135
19370
  "kind": "field",
19136
- "name": "delayOnOpen",
19371
+ "name": "verticalAlign",
19137
19372
  "type": {
19138
- "text": "number"
19373
+ "text": "'top' | 'middle' | 'bottom'"
19139
19374
  },
19140
- "default": "100",
19141
- "description": "Time delay before showing tooltip",
19142
- "attribute": "delay-on-open"
19375
+ "default": "'top'",
19376
+ "description": "Sets the vertical alignment of the content in the row",
19377
+ "attribute": "vertical-align",
19378
+ "reflects": true
19143
19379
  },
19144
19380
  {
19145
19381
  "kind": "field",
19146
- "name": "isFixed",
19382
+ "name": "leftExpand",
19147
19383
  "type": {
19148
19384
  "text": "boolean"
19149
19385
  },
19150
19386
  "default": "false",
19151
- "description": "Uses fixed positioning",
19152
- "attribute": "is-fixed",
19387
+ "description": "Expands the left slot to fill the remaining space",
19388
+ "attribute": "left-expand",
19153
19389
  "reflects": true
19154
19390
  },
19155
19391
  {
19156
19392
  "kind": "field",
19157
- "name": "placement",
19158
- "type": {
19159
- "text": "PopoverProps['placement']"
19160
- },
19161
- "default": "'top'",
19162
- "description": "Placement of tooltip in relation to reference element",
19163
- "attribute": "placement"
19164
- },
19165
- {
19166
- "kind": "field",
19167
- "name": "trigger",
19168
- "type": {
19169
- "text": "PopoverProps['trigger']"
19170
- },
19171
- "default": "'hover focus'",
19172
- "description": "Trigger states for tooltip",
19173
- "attribute": "trigger"
19174
- },
19175
- {
19176
- "kind": "field",
19177
- "name": "disabled",
19393
+ "name": "rightExpand",
19178
19394
  "type": {
19179
19395
  "text": "boolean"
19180
19396
  },
19181
19397
  "default": "false",
19182
- "description": "Stops tooltip for showing",
19183
- "attribute": "disabled"
19398
+ "description": "Expands the right slot to fill the remaining space",
19399
+ "attribute": "right-expand",
19400
+ "reflects": true
19184
19401
  },
19185
19402
  {
19186
19403
  "kind": "field",
19187
- "name": "content",
19404
+ "name": "noGap",
19188
19405
  "type": {
19189
- "text": "string"
19406
+ "text": "boolean"
19190
19407
  },
19191
- "default": "''",
19192
- "description": "Content to be shown in tooltip",
19193
- "attribute": "content"
19408
+ "default": "false",
19409
+ "description": "Removes the spacing between the left and right slots",
19410
+ "attribute": "no-gap",
19411
+ "reflects": true
19194
19412
  },
19195
19413
  {
19196
19414
  "kind": "field",
19197
- "name": "theme",
19415
+ "name": "expandY",
19198
19416
  "type": {
19199
- "text": "Theme"
19417
+ "text": "boolean"
19200
19418
  },
19201
- "default": "'dark'",
19202
- "description": "The tooltip theme",
19203
- "attribute": "theme",
19204
- "reflects": true
19419
+ "default": "false",
19420
+ "description": "Expands the row vertically to fill in its parent's height",
19421
+ "attribute": "expand-y"
19205
19422
  }
19206
19423
  ],
19207
19424
  "attributes": [
19208
19425
  {
19209
- "name": "delay-on-close",
19210
- "type": {
19211
- "text": "number"
19212
- },
19213
- "default": "100",
19214
- "description": "Time delay before hiding tooltip",
19215
- "fieldName": "delayOnClose"
19216
- },
19217
- {
19218
- "name": "delay-on-open",
19426
+ "name": "vertical-align",
19219
19427
  "type": {
19220
- "text": "number"
19428
+ "text": "'top' | 'middle' | 'bottom'"
19221
19429
  },
19222
- "default": "100",
19223
- "description": "Time delay before showing tooltip",
19224
- "fieldName": "delayOnOpen"
19430
+ "default": "'top'",
19431
+ "description": "Sets the vertical alignment of the content in the row",
19432
+ "fieldName": "verticalAlign"
19225
19433
  },
19226
19434
  {
19227
- "name": "is-fixed",
19435
+ "name": "left-expand",
19228
19436
  "type": {
19229
19437
  "text": "boolean"
19230
19438
  },
19231
19439
  "default": "false",
19232
- "description": "Uses fixed positioning",
19233
- "fieldName": "isFixed"
19234
- },
19235
- {
19236
- "name": "placement",
19237
- "type": {
19238
- "text": "PopoverProps['placement']"
19239
- },
19240
- "default": "'top'",
19241
- "description": "Placement of tooltip in relation to reference element",
19242
- "fieldName": "placement"
19243
- },
19244
- {
19245
- "name": "trigger",
19246
- "type": {
19247
- "text": "PopoverProps['trigger']"
19248
- },
19249
- "default": "'hover focus'",
19250
- "description": "Trigger states for tooltip",
19251
- "fieldName": "trigger"
19440
+ "description": "Expands the left slot to fill the remaining space",
19441
+ "fieldName": "leftExpand"
19252
19442
  },
19253
19443
  {
19254
- "name": "disabled",
19444
+ "name": "right-expand",
19255
19445
  "type": {
19256
19446
  "text": "boolean"
19257
19447
  },
19258
19448
  "default": "false",
19259
- "description": "Stops tooltip for showing",
19260
- "fieldName": "disabled"
19449
+ "description": "Expands the right slot to fill the remaining space",
19450
+ "fieldName": "rightExpand"
19261
19451
  },
19262
19452
  {
19263
- "name": "content",
19453
+ "name": "no-gap",
19264
19454
  "type": {
19265
- "text": "string"
19455
+ "text": "boolean"
19266
19456
  },
19267
- "default": "''",
19268
- "description": "Content to be shown in tooltip",
19269
- "fieldName": "content"
19457
+ "default": "false",
19458
+ "description": "Removes the spacing between the left and right slots",
19459
+ "fieldName": "noGap"
19270
19460
  },
19271
19461
  {
19272
- "name": "theme",
19462
+ "name": "expand-y",
19273
19463
  "type": {
19274
- "text": "Theme"
19464
+ "text": "boolean"
19275
19465
  },
19276
- "default": "'dark'",
19277
- "description": "The tooltip theme",
19278
- "fieldName": "theme"
19466
+ "default": "false",
19467
+ "description": "Expands the row vertically to fill in its parent's height",
19468
+ "fieldName": "expandY"
19279
19469
  }
19280
19470
  ],
19281
19471
  "superclass": {
19282
19472
  "name": "LitElement",
19283
19473
  "package": "lit"
19284
19474
  },
19285
- "tagName": "brz-tooltip",
19475
+ "tagName": "brz-split-row",
19286
19476
  "customElement": true
19287
- }
19288
- ],
19289
- "exports": [
19290
- {
19291
- "kind": "js",
19292
- "name": "TOOLTIP",
19293
- "declaration": {
19294
- "name": "TOOLTIP",
19295
- "module": "src/components/tooltip.ts"
19296
- }
19297
- },
19298
- {
19299
- "kind": "js",
19300
- "name": "Tooltip",
19301
- "declaration": {
19302
- "name": "Tooltip",
19303
- "module": "src/components/tooltip.ts"
19304
- }
19305
- },
19306
- {
19307
- "kind": "custom-element-definition",
19308
- "declaration": {
19309
- "name": "Tooltip",
19310
- "module": "src/components/tooltip.ts"
19311
- }
19312
- }
19313
- ]
19314
- },
19315
- {
19316
- "kind": "javascript-module",
19317
- "path": "src/components/virtual-list.ts",
19318
- "declarations": [
19319
- {
19320
- "kind": "variable",
19321
- "name": "VIRTUAL_LIST"
19322
19477
  },
19323
19478
  {
19324
19479
  "kind": "class",
19325
- "description": "VirtualList is helper component for high-volume lists. It eases the strain on\nthe browser by only rendering a small slice of the list at a time, while the\nsize of the list container is estimated and padded out to help normalize\nscroll behaviour.",
19326
- "name": "VirtualList",
19327
- "members": [
19480
+ "description": "Action bar layout.",
19481
+ "name": "ActionBar",
19482
+ "slots": [
19328
19483
  {
19329
- "kind": "field",
19330
- "name": "items",
19331
- "type": {
19332
- "text": "ItemType[]"
19333
- },
19334
- "default": "[]",
19335
- "description": "List of items to be virtualized. Usually an array of data objects.",
19336
- "attribute": "items"
19484
+ "description": "Content to populate the left side",
19485
+ "name": "left"
19337
19486
  },
19487
+ {
19488
+ "description": "Content to populate the right side",
19489
+ "name": "right"
19490
+ }
19491
+ ],
19492
+ "members": [
19338
19493
  {
19339
19494
  "kind": "field",
19340
- "name": "itemMinHeight",
19495
+ "name": "noBorder",
19341
19496
  "type": {
19342
- "text": "number"
19497
+ "text": "boolean"
19343
19498
  },
19344
- "default": "32",
19345
- "description": "Fixed or minimum height of each list item in pixels. Defaults to 32.\nSetting a known min-height of each list item significantly improves\nperformance.",
19346
- "attribute": "item-min-height"
19499
+ "default": "false",
19500
+ "description": "Removes the border (e.g. if you have an element below that has a border)",
19501
+ "attribute": "no-border",
19502
+ "reflects": true
19347
19503
  },
19348
19504
  {
19349
19505
  "kind": "field",
19350
- "name": "overscan",
19506
+ "name": "leftExpand",
19351
19507
  "type": {
19352
- "text": "number"
19508
+ "text": "boolean"
19353
19509
  },
19354
- "default": "50",
19355
- "description": "Number of items to render before and after the current item index. This\nhelps the virtual scroll feel more natural by avoiding flashes of \"blank\"\nitems or badly estimated offsets. However, be aware that a higher value\nmeans more elements are rendered to the DOM so can eventually lead to worse\noverall performance.",
19356
- "attribute": "overscan"
19510
+ "default": "false",
19511
+ "description": "Expands the left slot to fill the remaining space",
19512
+ "attribute": "left-expand",
19513
+ "reflects": true
19357
19514
  },
19358
19515
  {
19359
19516
  "kind": "field",
19360
- "name": "renderItem"
19361
- },
19362
- {
19363
- "kind": "method",
19364
- "name": "sync",
19365
- "privacy": "private"
19366
- },
19367
- {
19368
- "kind": "method",
19369
- "name": "resetItems",
19370
- "privacy": "private",
19371
- "description": "Resets the current list of virtualized items and associated properties"
19372
- },
19373
- {
19374
- "kind": "method",
19375
- "name": "canSync",
19376
- "privacy": "private",
19377
- "parameters": [
19378
- {
19379
- "name": "changedProperties",
19380
- "type": {
19381
- "text": "PropertyValues"
19382
- }
19383
- }
19384
- ],
19385
- "description": "Returns true if a property has changed that should trigger a sync"
19386
- },
19387
- {
19388
- "kind": "method",
19389
- "name": "sumOfHeightsToIndex",
19390
- "privacy": "private",
19391
- "parameters": [
19392
- {
19393
- "name": "index",
19394
- "type": {
19395
- "text": "number"
19396
- }
19397
- }
19398
- ],
19399
- "description": "Adds up the item heights up to the current item index. Used to set the top\noffset for each item in the scroll container."
19400
- },
19401
- {
19402
- "kind": "method",
19403
- "name": "syncVisibleItems",
19404
- "privacy": "private",
19405
- "description": "Syncs the rolling render window. Usually triggered by scroll or changed\nproperties requiring the list to re-render."
19406
- },
19407
- {
19408
- "kind": "method",
19409
- "name": "emitUpdate",
19410
- "privacy": "private",
19411
- "description": "Dispatches an event containing a list of references to the rendered item\nelements. This saves extensive DOM-querying by parents to access them."
19412
- },
19413
- {
19414
- "kind": "method",
19415
- "name": "updateItemHeights",
19416
- "privacy": "private",
19417
- "description": "Reads the actual item heights as they are rendered into the rolling render\nwindow and tracks them in the item heights array. This helps variable item\nheights to become more predictable over time and reduce potentially janky\nbehaviour while scrolling."
19418
- },
19419
- {
19420
- "kind": "method",
19421
- "name": "handleScroll",
19422
- "privacy": "private",
19423
- "parameters": [
19424
- {
19425
- "name": "event",
19426
- "type": {
19427
- "text": "Event"
19428
- }
19429
- }
19430
- ],
19431
- "description": "Updates the current scrollTop value as the user scrolls the list container,\nthen syncs up the visible items."
19432
- }
19433
- ],
19434
- "events": [
19435
- {
19517
+ "name": "rightExpand",
19436
19518
  "type": {
19437
- "text": "VirtualListUpdateEvent"
19438
- }
19519
+ "text": "boolean"
19520
+ },
19521
+ "default": "false",
19522
+ "description": "Expands the right slot to fill the remaining space",
19523
+ "attribute": "right-expand",
19524
+ "reflects": true
19439
19525
  }
19440
19526
  ],
19441
19527
  "attributes": [
19442
19528
  {
19443
- "name": "overscan",
19529
+ "name": "no-border",
19444
19530
  "type": {
19445
- "text": "number"
19531
+ "text": "boolean"
19446
19532
  },
19447
- "default": "50",
19448
- "description": "Number of items to render before and after the current item index. This\nhelps the virtual scroll feel more natural by avoiding flashes of \"blank\"\nitems or badly estimated offsets. However, be aware that a higher value\nmeans more elements are rendered to the DOM so can eventually lead to worse\noverall performance.",
19449
- "fieldName": "overscan",
19450
- "attribute": "overscan"
19533
+ "default": "false",
19534
+ "description": "Removes the border (e.g. if you have an element below that has a border)",
19535
+ "fieldName": "noBorder"
19451
19536
  },
19452
19537
  {
19453
- "name": "items",
19538
+ "name": "left-expand",
19454
19539
  "type": {
19455
- "text": "ItemType[]"
19540
+ "text": "boolean"
19456
19541
  },
19457
- "default": "[]",
19458
- "description": "List of items to be virtualized. Usually an array of data objects.",
19459
- "fieldName": "items"
19542
+ "default": "false",
19543
+ "description": "Expands the left slot to fill the remaining space",
19544
+ "fieldName": "leftExpand"
19460
19545
  },
19461
19546
  {
19462
- "name": "item-min-height",
19547
+ "name": "right-expand",
19463
19548
  "type": {
19464
- "text": "number"
19549
+ "text": "boolean"
19465
19550
  },
19466
- "default": "32",
19467
- "description": "Fixed or minimum height of each list item in pixels. Defaults to 32.\nSetting a known min-height of each list item significantly improves\nperformance.",
19468
- "fieldName": "itemMinHeight"
19551
+ "default": "false",
19552
+ "description": "Expands the right slot to fill the remaining space",
19553
+ "fieldName": "rightExpand"
19469
19554
  }
19470
19555
  ],
19471
19556
  "superclass": {
19472
19557
  "name": "LitElement",
19473
19558
  "package": "lit"
19474
19559
  },
19475
- "tagName": "brz-virtual-list",
19560
+ "tagName": "brz-action-bar",
19476
19561
  "customElement": true
19477
- },
19478
- {
19479
- "kind": "class",
19480
- "description": "",
19481
- "name": "VirtualListUpdateEvent",
19482
- "superclass": {
19483
- "name": "CustomEvent",
19484
- "module": "src/components/virtual-list.ts"
19485
- }
19486
19562
  }
19487
19563
  ],
19488
19564
  "exports": [
19489
19565
  {
19490
19566
  "kind": "js",
19491
- "name": "VIRTUAL_LIST",
19567
+ "name": "SPLIT_ROW",
19492
19568
  "declaration": {
19493
- "name": "VIRTUAL_LIST",
19494
- "module": "src/components/virtual-list.ts"
19569
+ "name": "SPLIT_ROW",
19570
+ "module": "src/layout/split-row.ts"
19495
19571
  }
19496
19572
  },
19497
19573
  {
19498
19574
  "kind": "js",
19499
- "name": "VirtualList",
19500
- "declaration": {
19501
- "name": "VirtualList",
19502
- "module": "src/components/virtual-list.ts"
19503
- }
19504
- },
19505
- {
19506
- "kind": "custom-element-definition",
19575
+ "name": "ACTION_BAR",
19507
19576
  "declaration": {
19508
- "name": "VirtualList",
19509
- "module": "src/components/virtual-list.ts"
19577
+ "name": "ACTION_BAR",
19578
+ "module": "src/layout/split-row.ts"
19510
19579
  }
19511
19580
  },
19512
19581
  {
19513
19582
  "kind": "js",
19514
- "name": "VirtualListUpdateEvent",
19583
+ "name": "SplitRow",
19515
19584
  "declaration": {
19516
- "name": "VirtualListUpdateEvent",
19517
- "module": "src/components/virtual-list.ts"
19585
+ "name": "SplitRow",
19586
+ "module": "src/layout/split-row.ts"
19518
19587
  }
19519
- }
19520
- ]
19521
- },
19522
- {
19523
- "kind": "javascript-module",
19524
- "path": "src/helpers/css-helpers.ts",
19525
- "declarations": [
19526
- {
19527
- "kind": "function",
19528
- "name": "getFocusStyles",
19529
- "parameters": [
19530
- {
19531
- "name": "selector",
19532
- "type": {
19533
- "text": "string"
19534
- },
19535
- "description": "A CSS selector targeting an interactive element."
19536
- },
19537
- {
19538
- "name": "extraRules",
19539
- "default": "css``",
19540
- "description": "Optional rules to append. Useful for overrides."
19541
- }
19542
- ],
19543
- "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."
19544
- },
19545
- {
19546
- "kind": "variable",
19547
- "name": "invisibleButtonRules",
19548
- "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`",
19549
- "description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
19550
19588
  },
19551
19589
  {
19552
- "kind": "function",
19553
- "name": "getInvisibleButtonStyles",
19554
- "parameters": [
19555
- {
19556
- "name": "selector",
19557
- "type": {
19558
- "text": "string"
19559
- },
19560
- "description": "A CSS selector targeting a button"
19561
- },
19562
- {
19563
- "name": "extraRules",
19564
- "default": "css``",
19565
- "description": "Optional rules to append. Useful for overrides."
19566
- }
19567
- ],
19568
- "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."
19569
- }
19570
- ],
19571
- "exports": [
19572
- {
19573
- "kind": "js",
19574
- "name": "getFocusStyles",
19590
+ "kind": "custom-element-definition",
19575
19591
  "declaration": {
19576
- "name": "getFocusStyles",
19577
- "module": "src/helpers/css-helpers.ts"
19592
+ "name": "SplitRow",
19593
+ "module": "src/layout/split-row.ts"
19578
19594
  }
19579
19595
  },
19580
19596
  {
19581
19597
  "kind": "js",
19582
- "name": "invisibleButtonRules",
19598
+ "name": "ActionBar",
19583
19599
  "declaration": {
19584
- "name": "invisibleButtonRules",
19585
- "module": "src/helpers/css-helpers.ts"
19600
+ "name": "ActionBar",
19601
+ "module": "src/layout/split-row.ts"
19586
19602
  }
19587
19603
  },
19588
19604
  {
19589
- "kind": "js",
19590
- "name": "getInvisibleButtonStyles",
19591
- "declaration": {
19592
- "name": "getInvisibleButtonStyles",
19593
- "module": "src/helpers/css-helpers.ts"
19594
- }
19595
- }
19596
- ]
19597
- },
19598
- {
19599
- "kind": "javascript-module",
19600
- "path": "src/helpers/index.ts",
19601
- "declarations": [],
19602
- "exports": [
19603
- {
19604
- "kind": "js",
19605
- "name": "*",
19605
+ "kind": "custom-element-definition",
19606
19606
  "declaration": {
19607
- "name": "*",
19608
- "package": "./css-helpers"
19607
+ "name": "ActionBar",
19608
+ "module": "src/layout/split-row.ts"
19609
19609
  }
19610
19610
  }
19611
19611
  ]
@@ -19868,6 +19868,115 @@
19868
19868
  }
19869
19869
  ]
19870
19870
  },
19871
+ {
19872
+ "kind": "javascript-module",
19873
+ "path": "src/surfaces/index.ts",
19874
+ "declarations": [],
19875
+ "exports": [
19876
+ {
19877
+ "kind": "js",
19878
+ "name": "*",
19879
+ "declaration": {
19880
+ "name": "*",
19881
+ "package": "./card"
19882
+ }
19883
+ },
19884
+ {
19885
+ "kind": "js",
19886
+ "name": "*",
19887
+ "declaration": {
19888
+ "name": "*",
19889
+ "package": "./paper"
19890
+ }
19891
+ }
19892
+ ]
19893
+ },
19894
+ {
19895
+ "kind": "javascript-module",
19896
+ "path": "src/surfaces/paper.ts",
19897
+ "declarations": [
19898
+ {
19899
+ "kind": "variable",
19900
+ "name": "PAPER"
19901
+ },
19902
+ {
19903
+ "kind": "class",
19904
+ "description": "Paper component.",
19905
+ "name": "Paper",
19906
+ "members": [
19907
+ {
19908
+ "kind": "field",
19909
+ "name": "hasBorder",
19910
+ "type": {
19911
+ "text": "boolean"
19912
+ },
19913
+ "default": "false",
19914
+ "attribute": "has-border",
19915
+ "reflects": true
19916
+ },
19917
+ {
19918
+ "kind": "field",
19919
+ "name": "level",
19920
+ "type": {
19921
+ "text": "number"
19922
+ },
19923
+ "default": "1",
19924
+ "attribute": "level",
19925
+ "reflects": true
19926
+ }
19927
+ ],
19928
+ "attributes": [
19929
+ {
19930
+ "name": "has-border",
19931
+ "type": {
19932
+ "text": "boolean"
19933
+ },
19934
+ "default": "false",
19935
+ "fieldName": "hasBorder"
19936
+ },
19937
+ {
19938
+ "name": "level",
19939
+ "type": {
19940
+ "text": "number"
19941
+ },
19942
+ "default": "1",
19943
+ "fieldName": "level"
19944
+ }
19945
+ ],
19946
+ "superclass": {
19947
+ "name": "LitElement",
19948
+ "package": "lit"
19949
+ },
19950
+ "tagName": "brz-paper",
19951
+ "customElement": true
19952
+ }
19953
+ ],
19954
+ "exports": [
19955
+ {
19956
+ "kind": "js",
19957
+ "name": "PAPER",
19958
+ "declaration": {
19959
+ "name": "PAPER",
19960
+ "module": "src/surfaces/paper.ts"
19961
+ }
19962
+ },
19963
+ {
19964
+ "kind": "js",
19965
+ "name": "Paper",
19966
+ "declaration": {
19967
+ "name": "Paper",
19968
+ "module": "src/surfaces/paper.ts"
19969
+ }
19970
+ },
19971
+ {
19972
+ "kind": "custom-element-definition",
19973
+ "declaration": {
19974
+ "name": "Paper",
19975
+ "module": "src/surfaces/paper.ts"
19976
+ }
19977
+ }
19978
+ ]
19979
+ },
19871
19980
  {
19872
19981
  "kind": "javascript-module",
19873
19982
  "path": "src/styles/borders.ts",
@@ -20112,161 +20221,52 @@
20112
20221
  },
20113
20222
  {
20114
20223
  "kind": "js",
20115
- "name": "spacing",
20116
- "declaration": {
20117
- "name": "spacing",
20118
- "module": "src/styles/spacing.ts"
20119
- }
20120
- }
20121
- ]
20122
- },
20123
- {
20124
- "kind": "javascript-module",
20125
- "path": "src/styles/typography.ts",
20126
- "declarations": [
20127
- {
20128
- "kind": "variable",
20129
- "name": "typography",
20130
- "default": "css`\n :host {\n --brz-font-family-brand: Inter, sofiapro;\n --brz-font-family-fallback: system-ui, BlinkMacSystemFont, -apple-system,\n 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',\n 'Helvetica Neue', sans-serif;\n\n --brz-font-weight-bold: 700;\n --brz-font-weight-semibold: 600;\n --brz-font-weight-medium: 500;\n --brz-font-weight-normal: 400;\n\n --brz-font-size: 0.875rem;\n --brz-line-height: 1.25rem;\n --brz-font-size-heading: 1rem;\n --brz-line-height-heading: 1.25rem;\n\n --brz-font-size-heading-3xl: 1.875rem;\n --brz-line-height-heading-3xl: 2rem;\n --brz-font-size-heading-2xl: 1.5rem;\n --brz-line-height-heading-2xl: 2rem;\n --brz-font-size-heading-xl: 1.25rem;\n --brz-line-height-heading-xl: 1.5rem;\n --brz-font-size-heading-lg: 1.125rem;\n --brz-line-height-heading-lg: 1.5rem;\n --brz-font-size-heading-sm: 0.875rem;\n --brz-line-height-heading-sm: 1.25rem;\n\n --brz-font-size-lg: 1rem;\n --brz-line-height-lg: 1.25rem;\n --brz-font-size-sm: 0.8125rem;\n --brz-line-height-sm: 1rem;\n --brz-font-size-xs: 0.75rem;\n --brz-line-height-xs: 0.9375rem;\n --brz-font-size-2xs: 0.5625rem;\n --brz-line-height-2xs: 0.75rem;\n\n --brz-color-text: var(--brz-color-neutral-850);\n --brz-color-text-light: var(--brz-color-neutral-700);\n --brz-color-text-placeholder: var(--brz-color-neutral-600);\n\n --brz-text-block-max-width: 44rem;\n --brz-list-block-max-width: 40rem;\n }\n`"
20131
- }
20132
- ],
20133
- "exports": [
20134
- {
20135
- "kind": "js",
20136
- "name": "typography",
20137
- "declaration": {
20138
- "name": "typography",
20139
- "module": "src/styles/typography.ts"
20140
- }
20141
- }
20142
- ]
20143
- },
20144
- {
20145
- "kind": "javascript-module",
20146
- "path": "src/styles/z-index.ts",
20147
- "declarations": [
20148
- {
20149
- "kind": "variable",
20150
- "name": "zIndex",
20151
- "default": "css`\n :host {\n --brz-z-index-navigation: 1000;\n --brz-z-index-dialog: 1100;\n --brz-z-index-dropdown: 1200;\n --brz-z-index-tooltip: 1300;\n }\n`"
20152
- }
20153
- ],
20154
- "exports": [
20155
- {
20156
- "kind": "js",
20157
- "name": "zIndex",
20158
- "declaration": {
20159
- "name": "zIndex",
20160
- "module": "src/styles/z-index.ts"
20161
- }
20162
- }
20163
- ]
20164
- },
20165
- {
20166
- "kind": "javascript-module",
20167
- "path": "src/surfaces/index.ts",
20168
- "declarations": [],
20169
- "exports": [
20170
- {
20171
- "kind": "js",
20172
- "name": "*",
20173
- "declaration": {
20174
- "name": "*",
20175
- "package": "./card"
20176
- }
20177
- },
20178
- {
20179
- "kind": "js",
20180
- "name": "*",
20181
- "declaration": {
20182
- "name": "*",
20183
- "package": "./paper"
20184
- }
20185
- }
20186
- ]
20187
- },
20188
- {
20189
- "kind": "javascript-module",
20190
- "path": "src/surfaces/paper.ts",
20191
- "declarations": [
20192
- {
20193
- "kind": "variable",
20194
- "name": "PAPER"
20195
- },
20196
- {
20197
- "kind": "class",
20198
- "description": "Paper component.",
20199
- "name": "Paper",
20200
- "members": [
20201
- {
20202
- "kind": "field",
20203
- "name": "hasBorder",
20204
- "type": {
20205
- "text": "boolean"
20206
- },
20207
- "default": "false",
20208
- "attribute": "has-border",
20209
- "reflects": true
20210
- },
20211
- {
20212
- "kind": "field",
20213
- "name": "level",
20214
- "type": {
20215
- "text": "number"
20216
- },
20217
- "default": "1",
20218
- "attribute": "level",
20219
- "reflects": true
20220
- }
20221
- ],
20222
- "attributes": [
20223
- {
20224
- "name": "has-border",
20225
- "type": {
20226
- "text": "boolean"
20227
- },
20228
- "default": "false",
20229
- "fieldName": "hasBorder"
20230
- },
20231
- {
20232
- "name": "level",
20233
- "type": {
20234
- "text": "number"
20235
- },
20236
- "default": "1",
20237
- "fieldName": "level"
20238
- }
20239
- ],
20240
- "superclass": {
20241
- "name": "LitElement",
20242
- "package": "lit"
20243
- },
20244
- "tagName": "brz-paper",
20245
- "customElement": true
20246
- }
20247
- ],
20248
- "exports": [
20249
- {
20250
- "kind": "js",
20251
- "name": "PAPER",
20224
+ "name": "spacing",
20252
20225
  "declaration": {
20253
- "name": "PAPER",
20254
- "module": "src/surfaces/paper.ts"
20226
+ "name": "spacing",
20227
+ "module": "src/styles/spacing.ts"
20255
20228
  }
20256
- },
20229
+ }
20230
+ ]
20231
+ },
20232
+ {
20233
+ "kind": "javascript-module",
20234
+ "path": "src/styles/typography.ts",
20235
+ "declarations": [
20236
+ {
20237
+ "kind": "variable",
20238
+ "name": "typography",
20239
+ "default": "css`\n :host {\n --brz-font-family-brand: Inter, sofiapro;\n --brz-font-family-fallback: system-ui, BlinkMacSystemFont, -apple-system,\n 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',\n 'Helvetica Neue', sans-serif;\n\n --brz-font-weight-bold: 700;\n --brz-font-weight-semibold: 600;\n --brz-font-weight-medium: 500;\n --brz-font-weight-normal: 400;\n\n --brz-font-size: 0.875rem;\n --brz-line-height: 1.25rem;\n --brz-font-size-heading: 1rem;\n --brz-line-height-heading: 1.25rem;\n\n --brz-font-size-heading-3xl: 1.875rem;\n --brz-line-height-heading-3xl: 2rem;\n --brz-font-size-heading-2xl: 1.5rem;\n --brz-line-height-heading-2xl: 2rem;\n --brz-font-size-heading-xl: 1.25rem;\n --brz-line-height-heading-xl: 1.5rem;\n --brz-font-size-heading-lg: 1.125rem;\n --brz-line-height-heading-lg: 1.5rem;\n --brz-font-size-heading-sm: 0.875rem;\n --brz-line-height-heading-sm: 1.25rem;\n\n --brz-font-size-lg: 1rem;\n --brz-line-height-lg: 1.25rem;\n --brz-font-size-sm: 0.8125rem;\n --brz-line-height-sm: 1rem;\n --brz-font-size-xs: 0.75rem;\n --brz-line-height-xs: 0.9375rem;\n --brz-font-size-2xs: 0.5625rem;\n --brz-line-height-2xs: 0.75rem;\n\n --brz-color-text: var(--brz-color-neutral-850);\n --brz-color-text-light: var(--brz-color-neutral-700);\n --brz-color-text-placeholder: var(--brz-color-neutral-600);\n\n --brz-text-block-max-width: 44rem;\n --brz-list-block-max-width: 40rem;\n }\n`"
20240
+ }
20241
+ ],
20242
+ "exports": [
20257
20243
  {
20258
20244
  "kind": "js",
20259
- "name": "Paper",
20245
+ "name": "typography",
20260
20246
  "declaration": {
20261
- "name": "Paper",
20262
- "module": "src/surfaces/paper.ts"
20247
+ "name": "typography",
20248
+ "module": "src/styles/typography.ts"
20263
20249
  }
20264
- },
20250
+ }
20251
+ ]
20252
+ },
20253
+ {
20254
+ "kind": "javascript-module",
20255
+ "path": "src/styles/z-index.ts",
20256
+ "declarations": [
20265
20257
  {
20266
- "kind": "custom-element-definition",
20258
+ "kind": "variable",
20259
+ "name": "zIndex",
20260
+ "default": "css`\n :host {\n --brz-z-index-navigation: 1000;\n --brz-z-index-dialog: 1100;\n --brz-z-index-dropdown: 1200;\n --brz-z-index-tooltip: 1300;\n }\n`"
20261
+ }
20262
+ ],
20263
+ "exports": [
20264
+ {
20265
+ "kind": "js",
20266
+ "name": "zIndex",
20267
20267
  "declaration": {
20268
- "name": "Paper",
20269
- "module": "src/surfaces/paper.ts"
20268
+ "name": "zIndex",
20269
+ "module": "src/styles/z-index.ts"
20270
20270
  }
20271
20271
  }
20272
20272
  ]
@@ -20644,253 +20644,6 @@
20644
20644
  }
20645
20645
  ]
20646
20646
  },
20647
- {
20648
- "kind": "javascript-module",
20649
- "path": "src/layout/grid/grid-item.ts",
20650
- "declarations": [
20651
- {
20652
- "kind": "variable",
20653
- "name": "GRID_ITEM"
20654
- },
20655
- {
20656
- "kind": "variable",
20657
- "name": "columnSpans",
20658
- "type": {
20659
- "text": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]"
20660
- },
20661
- "default": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]"
20662
- },
20663
- {
20664
- "kind": "class",
20665
- "description": "Grid item component. To be used with brz-grid.\n\nSupports upto 12 columns.",
20666
- "name": "GridItem",
20667
- "members": [
20668
- {
20669
- "kind": "field",
20670
- "name": "cols",
20671
- "type": {
20672
- "text": "number | undefined"
20673
- },
20674
- "description": "Number of columns to span",
20675
- "attribute": "cols",
20676
- "reflects": true
20677
- },
20678
- {
20679
- "kind": "field",
20680
- "name": "mdCols",
20681
- "type": {
20682
- "text": "number | undefined"
20683
- },
20684
- "description": "Number of columns to span on medium screens",
20685
- "attribute": "md-cols",
20686
- "reflects": true
20687
- },
20688
- {
20689
- "kind": "field",
20690
- "name": "smCols",
20691
- "type": {
20692
- "text": "number | undefined"
20693
- },
20694
- "description": "Number of columns to span on small screens",
20695
- "attribute": "sm-cols",
20696
- "reflects": true
20697
- }
20698
- ],
20699
- "attributes": [
20700
- {
20701
- "name": "cols",
20702
- "type": {
20703
- "text": "number | undefined"
20704
- },
20705
- "description": "Number of columns to span",
20706
- "fieldName": "cols"
20707
- },
20708
- {
20709
- "name": "md-cols",
20710
- "type": {
20711
- "text": "number | undefined"
20712
- },
20713
- "description": "Number of columns to span on medium screens",
20714
- "fieldName": "mdCols"
20715
- },
20716
- {
20717
- "name": "sm-cols",
20718
- "type": {
20719
- "text": "number | undefined"
20720
- },
20721
- "description": "Number of columns to span on small screens",
20722
- "fieldName": "smCols"
20723
- }
20724
- ],
20725
- "superclass": {
20726
- "name": "LitElement",
20727
- "package": "lit"
20728
- },
20729
- "tagName": "brz-grid-item",
20730
- "customElement": true
20731
- }
20732
- ],
20733
- "exports": [
20734
- {
20735
- "kind": "js",
20736
- "name": "GRID_ITEM",
20737
- "declaration": {
20738
- "name": "GRID_ITEM",
20739
- "module": "src/layout/grid/grid-item.ts"
20740
- }
20741
- },
20742
- {
20743
- "kind": "js",
20744
- "name": "columnSpans",
20745
- "declaration": {
20746
- "name": "columnSpans",
20747
- "module": "src/layout/grid/grid-item.ts"
20748
- }
20749
- },
20750
- {
20751
- "kind": "js",
20752
- "name": "GridItem",
20753
- "declaration": {
20754
- "name": "GridItem",
20755
- "module": "src/layout/grid/grid-item.ts"
20756
- }
20757
- },
20758
- {
20759
- "kind": "custom-element-definition",
20760
- "declaration": {
20761
- "name": "GridItem",
20762
- "module": "src/layout/grid/grid-item.ts"
20763
- }
20764
- }
20765
- ]
20766
- },
20767
- {
20768
- "kind": "javascript-module",
20769
- "path": "src/layout/grid/grid.ts",
20770
- "declarations": [
20771
- {
20772
- "kind": "variable",
20773
- "name": "GRID"
20774
- },
20775
- {
20776
- "kind": "class",
20777
- "description": "Grid component.\n\nThis grid layout is setup with 12 flexible columns.\nColumns and row gaps are set to 20px, but can be changed using our spacing system.",
20778
- "name": "Grid",
20779
- "members": [
20780
- {
20781
- "kind": "field",
20782
- "name": "spacing",
20783
- "type": {
20784
- "text": "number | undefined"
20785
- },
20786
- "description": "Shorthand to set both row and column spacing",
20787
- "attribute": "spacing",
20788
- "reflects": true
20789
- },
20790
- {
20791
- "kind": "field",
20792
- "name": "colSpacing",
20793
- "type": {
20794
- "text": "number | undefined"
20795
- },
20796
- "description": "Sets the column spacing between each grid item",
20797
- "attribute": "col-spacing",
20798
- "reflects": true
20799
- },
20800
- {
20801
- "kind": "field",
20802
- "name": "rowSpacing",
20803
- "type": {
20804
- "text": "number | undefined"
20805
- },
20806
- "description": "Sets the row spacing between each grid item",
20807
- "attribute": "row-spacing",
20808
- "reflects": true
20809
- }
20810
- ],
20811
- "attributes": [
20812
- {
20813
- "name": "spacing",
20814
- "type": {
20815
- "text": "number | undefined"
20816
- },
20817
- "description": "Shorthand to set both row and column spacing",
20818
- "fieldName": "spacing"
20819
- },
20820
- {
20821
- "name": "col-spacing",
20822
- "type": {
20823
- "text": "number | undefined"
20824
- },
20825
- "description": "Sets the column spacing between each grid item",
20826
- "fieldName": "colSpacing"
20827
- },
20828
- {
20829
- "name": "row-spacing",
20830
- "type": {
20831
- "text": "number | undefined"
20832
- },
20833
- "description": "Sets the row spacing between each grid item",
20834
- "fieldName": "rowSpacing"
20835
- }
20836
- ],
20837
- "superclass": {
20838
- "name": "LitElementWithUtils",
20839
- "module": "/src/mixins/component-utils"
20840
- },
20841
- "tagName": "brz-grid",
20842
- "customElement": true
20843
- }
20844
- ],
20845
- "exports": [
20846
- {
20847
- "kind": "js",
20848
- "name": "GRID",
20849
- "declaration": {
20850
- "name": "GRID",
20851
- "module": "src/layout/grid/grid.ts"
20852
- }
20853
- },
20854
- {
20855
- "kind": "js",
20856
- "name": "Grid",
20857
- "declaration": {
20858
- "name": "Grid",
20859
- "module": "src/layout/grid/grid.ts"
20860
- }
20861
- },
20862
- {
20863
- "kind": "custom-element-definition",
20864
- "declaration": {
20865
- "name": "Grid",
20866
- "module": "src/layout/grid/grid.ts"
20867
- }
20868
- }
20869
- ]
20870
- },
20871
- {
20872
- "kind": "javascript-module",
20873
- "path": "src/layout/grid/index.ts",
20874
- "declarations": [],
20875
- "exports": [
20876
- {
20877
- "kind": "js",
20878
- "name": "*",
20879
- "declaration": {
20880
- "name": "*",
20881
- "package": "./grid"
20882
- }
20883
- },
20884
- {
20885
- "kind": "js",
20886
- "name": "*",
20887
- "declaration": {
20888
- "name": "*",
20889
- "package": "./grid-item"
20890
- }
20891
- }
20892
- ]
20893
- },
20894
20647
  {
20895
20648
  "kind": "javascript-module",
20896
20649
  "path": "src/components/date-time-range/date-time-range.const.ts",
@@ -21303,222 +21056,6 @@
21303
21056
  }
21304
21057
  ]
21305
21058
  },
21306
- {
21307
- "kind": "javascript-module",
21308
- "path": "src/components/icon/icon.ts",
21309
- "declarations": [
21310
- {
21311
- "kind": "variable",
21312
- "name": "ICON"
21313
- },
21314
- {
21315
- "kind": "class",
21316
- "description": "Icon component.",
21317
- "name": "Icon",
21318
- "members": [
21319
- {
21320
- "kind": "field",
21321
- "name": "size",
21322
- "type": {
21323
- "text": "number"
21324
- },
21325
- "default": "18",
21326
- "attribute": "size",
21327
- "reflects": true
21328
- },
21329
- {
21330
- "kind": "field",
21331
- "name": "icon",
21332
- "type": {
21333
- "text": "IconKey"
21334
- },
21335
- "default": "'close'",
21336
- "attribute": "icon"
21337
- }
21338
- ],
21339
- "attributes": [
21340
- {
21341
- "name": "size",
21342
- "type": {
21343
- "text": "number"
21344
- },
21345
- "default": "18",
21346
- "fieldName": "size"
21347
- },
21348
- {
21349
- "name": "icon",
21350
- "type": {
21351
- "text": "IconKey"
21352
- },
21353
- "default": "'close'",
21354
- "fieldName": "icon"
21355
- }
21356
- ],
21357
- "superclass": {
21358
- "name": "LitElement",
21359
- "package": "lit"
21360
- },
21361
- "tagName": "brz-icon",
21362
- "customElement": true
21363
- }
21364
- ],
21365
- "exports": [
21366
- {
21367
- "kind": "js",
21368
- "name": "ICON",
21369
- "declaration": {
21370
- "name": "ICON",
21371
- "module": "src/components/icon/icon.ts"
21372
- }
21373
- },
21374
- {
21375
- "kind": "js",
21376
- "name": "Icon",
21377
- "declaration": {
21378
- "name": "Icon",
21379
- "module": "src/components/icon/icon.ts"
21380
- }
21381
- },
21382
- {
21383
- "kind": "custom-element-definition",
21384
- "declaration": {
21385
- "name": "Icon",
21386
- "module": "src/components/icon/icon.ts"
21387
- }
21388
- }
21389
- ]
21390
- },
21391
- {
21392
- "kind": "javascript-module",
21393
- "path": "src/components/icon/icons.ts",
21394
- "declarations": [
21395
- {
21396
- "kind": "function",
21397
- "name": "transformIcon",
21398
- "parameters": [
21399
- {
21400
- "name": "icon",
21401
- "type": {
21402
- "text": "TIcon | ILegacyIcon"
21403
- }
21404
- }
21405
- ],
21406
- "description": "Ensures compatibility between icons and legacy icons. By providing the\ndefault viewBox to icons."
21407
- },
21408
- {
21409
- "kind": "variable",
21410
- "name": "icons",
21411
- "type": {
21412
- "text": "Record<string, TIcon | ILegacyIcon>"
21413
- },
21414
- "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}",
21415
- "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'."
21416
- },
21417
- {
21418
- "kind": "variable",
21419
- "name": "iconNames",
21420
- "default": "Object.keys(icons)"
21421
- }
21422
- ],
21423
- "exports": [
21424
- {
21425
- "kind": "js",
21426
- "name": "transformIcon",
21427
- "declaration": {
21428
- "name": "transformIcon",
21429
- "module": "src/components/icon/icons.ts"
21430
- }
21431
- },
21432
- {
21433
- "kind": "js",
21434
- "name": "icons",
21435
- "declaration": {
21436
- "name": "icons",
21437
- "module": "src/components/icon/icons.ts"
21438
- }
21439
- },
21440
- {
21441
- "kind": "js",
21442
- "name": "iconNames",
21443
- "declaration": {
21444
- "name": "iconNames",
21445
- "module": "src/components/icon/icons.ts"
21446
- }
21447
- }
21448
- ]
21449
- },
21450
- {
21451
- "kind": "javascript-module",
21452
- "path": "src/components/icon/index.ts",
21453
- "declarations": [],
21454
- "exports": [
21455
- {
21456
- "kind": "js",
21457
- "name": "*",
21458
- "declaration": {
21459
- "name": "*",
21460
- "package": "./icon"
21461
- }
21462
- },
21463
- {
21464
- "kind": "js",
21465
- "name": "*",
21466
- "declaration": {
21467
- "name": "*",
21468
- "package": "./icons"
21469
- }
21470
- }
21471
- ]
21472
- },
21473
- {
21474
- "kind": "javascript-module",
21475
- "path": "src/components/icon/legacy-icons.ts",
21476
- "declarations": [
21477
- {
21478
- "kind": "function",
21479
- "name": "isLegacyIcon",
21480
- "return": {
21481
- "type": {
21482
- "text": "icon is ILegacyIcon"
21483
- }
21484
- },
21485
- "parameters": [
21486
- {
21487
- "name": "icon",
21488
- "type": {
21489
- "text": "ILegacyIcon | TIcon"
21490
- }
21491
- }
21492
- ]
21493
- },
21494
- {
21495
- "kind": "variable",
21496
- "name": "legacyIcons",
21497
- "type": {
21498
- "text": "Record<string, ILegacyIcon>"
21499
- },
21500
- "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}"
21501
- }
21502
- ],
21503
- "exports": [
21504
- {
21505
- "kind": "js",
21506
- "name": "isLegacyIcon",
21507
- "declaration": {
21508
- "name": "isLegacyIcon",
21509
- "module": "src/components/icon/legacy-icons.ts"
21510
- }
21511
- },
21512
- {
21513
- "kind": "js",
21514
- "name": "legacyIcons",
21515
- "declaration": {
21516
- "name": "legacyIcons",
21517
- "module": "src/components/icon/legacy-icons.ts"
21518
- }
21519
- }
21520
- ]
21521
- },
21522
21059
  {
21523
21060
  "kind": "javascript-module",
21524
21061
  "path": "src/components/form-elements/code-theme.ts",
@@ -29916,6 +29453,222 @@
29916
29453
  }
29917
29454
  ]
29918
29455
  },
29456
+ {
29457
+ "kind": "javascript-module",
29458
+ "path": "src/components/icon/icon.ts",
29459
+ "declarations": [
29460
+ {
29461
+ "kind": "variable",
29462
+ "name": "ICON"
29463
+ },
29464
+ {
29465
+ "kind": "class",
29466
+ "description": "Icon component.",
29467
+ "name": "Icon",
29468
+ "members": [
29469
+ {
29470
+ "kind": "field",
29471
+ "name": "size",
29472
+ "type": {
29473
+ "text": "number"
29474
+ },
29475
+ "default": "18",
29476
+ "attribute": "size",
29477
+ "reflects": true
29478
+ },
29479
+ {
29480
+ "kind": "field",
29481
+ "name": "icon",
29482
+ "type": {
29483
+ "text": "IconKey"
29484
+ },
29485
+ "default": "'close'",
29486
+ "attribute": "icon"
29487
+ }
29488
+ ],
29489
+ "attributes": [
29490
+ {
29491
+ "name": "size",
29492
+ "type": {
29493
+ "text": "number"
29494
+ },
29495
+ "default": "18",
29496
+ "fieldName": "size"
29497
+ },
29498
+ {
29499
+ "name": "icon",
29500
+ "type": {
29501
+ "text": "IconKey"
29502
+ },
29503
+ "default": "'close'",
29504
+ "fieldName": "icon"
29505
+ }
29506
+ ],
29507
+ "superclass": {
29508
+ "name": "LitElement",
29509
+ "package": "lit"
29510
+ },
29511
+ "tagName": "brz-icon",
29512
+ "customElement": true
29513
+ }
29514
+ ],
29515
+ "exports": [
29516
+ {
29517
+ "kind": "js",
29518
+ "name": "ICON",
29519
+ "declaration": {
29520
+ "name": "ICON",
29521
+ "module": "src/components/icon/icon.ts"
29522
+ }
29523
+ },
29524
+ {
29525
+ "kind": "js",
29526
+ "name": "Icon",
29527
+ "declaration": {
29528
+ "name": "Icon",
29529
+ "module": "src/components/icon/icon.ts"
29530
+ }
29531
+ },
29532
+ {
29533
+ "kind": "custom-element-definition",
29534
+ "declaration": {
29535
+ "name": "Icon",
29536
+ "module": "src/components/icon/icon.ts"
29537
+ }
29538
+ }
29539
+ ]
29540
+ },
29541
+ {
29542
+ "kind": "javascript-module",
29543
+ "path": "src/components/icon/icons.ts",
29544
+ "declarations": [
29545
+ {
29546
+ "kind": "function",
29547
+ "name": "transformIcon",
29548
+ "parameters": [
29549
+ {
29550
+ "name": "icon",
29551
+ "type": {
29552
+ "text": "TIcon | ILegacyIcon"
29553
+ }
29554
+ }
29555
+ ],
29556
+ "description": "Ensures compatibility between icons and legacy icons. By providing the\ndefault viewBox to icons."
29557
+ },
29558
+ {
29559
+ "kind": "variable",
29560
+ "name": "icons",
29561
+ "type": {
29562
+ "text": "Record<string, TIcon | ILegacyIcon>"
29563
+ },
29564
+ "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}",
29565
+ "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'."
29566
+ },
29567
+ {
29568
+ "kind": "variable",
29569
+ "name": "iconNames",
29570
+ "default": "Object.keys(icons)"
29571
+ }
29572
+ ],
29573
+ "exports": [
29574
+ {
29575
+ "kind": "js",
29576
+ "name": "transformIcon",
29577
+ "declaration": {
29578
+ "name": "transformIcon",
29579
+ "module": "src/components/icon/icons.ts"
29580
+ }
29581
+ },
29582
+ {
29583
+ "kind": "js",
29584
+ "name": "icons",
29585
+ "declaration": {
29586
+ "name": "icons",
29587
+ "module": "src/components/icon/icons.ts"
29588
+ }
29589
+ },
29590
+ {
29591
+ "kind": "js",
29592
+ "name": "iconNames",
29593
+ "declaration": {
29594
+ "name": "iconNames",
29595
+ "module": "src/components/icon/icons.ts"
29596
+ }
29597
+ }
29598
+ ]
29599
+ },
29600
+ {
29601
+ "kind": "javascript-module",
29602
+ "path": "src/components/icon/index.ts",
29603
+ "declarations": [],
29604
+ "exports": [
29605
+ {
29606
+ "kind": "js",
29607
+ "name": "*",
29608
+ "declaration": {
29609
+ "name": "*",
29610
+ "package": "./icon"
29611
+ }
29612
+ },
29613
+ {
29614
+ "kind": "js",
29615
+ "name": "*",
29616
+ "declaration": {
29617
+ "name": "*",
29618
+ "package": "./icons"
29619
+ }
29620
+ }
29621
+ ]
29622
+ },
29623
+ {
29624
+ "kind": "javascript-module",
29625
+ "path": "src/components/icon/legacy-icons.ts",
29626
+ "declarations": [
29627
+ {
29628
+ "kind": "function",
29629
+ "name": "isLegacyIcon",
29630
+ "return": {
29631
+ "type": {
29632
+ "text": "icon is ILegacyIcon"
29633
+ }
29634
+ },
29635
+ "parameters": [
29636
+ {
29637
+ "name": "icon",
29638
+ "type": {
29639
+ "text": "ILegacyIcon | TIcon"
29640
+ }
29641
+ }
29642
+ ]
29643
+ },
29644
+ {
29645
+ "kind": "variable",
29646
+ "name": "legacyIcons",
29647
+ "type": {
29648
+ "text": "Record<string, ILegacyIcon>"
29649
+ },
29650
+ "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}"
29651
+ }
29652
+ ],
29653
+ "exports": [
29654
+ {
29655
+ "kind": "js",
29656
+ "name": "isLegacyIcon",
29657
+ "declaration": {
29658
+ "name": "isLegacyIcon",
29659
+ "module": "src/components/icon/legacy-icons.ts"
29660
+ }
29661
+ },
29662
+ {
29663
+ "kind": "js",
29664
+ "name": "legacyIcons",
29665
+ "declaration": {
29666
+ "name": "legacyIcons",
29667
+ "module": "src/components/icon/legacy-icons.ts"
29668
+ }
29669
+ }
29670
+ ]
29671
+ },
29919
29672
  {
29920
29673
  "kind": "javascript-module",
29921
29674
  "path": "src/components/illustration/illustration.ts",
@@ -33397,6 +33150,253 @@
33397
33150
  }
33398
33151
  ]
33399
33152
  },
33153
+ {
33154
+ "kind": "javascript-module",
33155
+ "path": "src/layout/grid/grid-item.ts",
33156
+ "declarations": [
33157
+ {
33158
+ "kind": "variable",
33159
+ "name": "GRID_ITEM"
33160
+ },
33161
+ {
33162
+ "kind": "variable",
33163
+ "name": "columnSpans",
33164
+ "type": {
33165
+ "text": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]"
33166
+ },
33167
+ "default": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]"
33168
+ },
33169
+ {
33170
+ "kind": "class",
33171
+ "description": "Grid item component. To be used with brz-grid.\n\nSupports upto 12 columns.",
33172
+ "name": "GridItem",
33173
+ "members": [
33174
+ {
33175
+ "kind": "field",
33176
+ "name": "cols",
33177
+ "type": {
33178
+ "text": "number | undefined"
33179
+ },
33180
+ "description": "Number of columns to span",
33181
+ "attribute": "cols",
33182
+ "reflects": true
33183
+ },
33184
+ {
33185
+ "kind": "field",
33186
+ "name": "mdCols",
33187
+ "type": {
33188
+ "text": "number | undefined"
33189
+ },
33190
+ "description": "Number of columns to span on medium screens",
33191
+ "attribute": "md-cols",
33192
+ "reflects": true
33193
+ },
33194
+ {
33195
+ "kind": "field",
33196
+ "name": "smCols",
33197
+ "type": {
33198
+ "text": "number | undefined"
33199
+ },
33200
+ "description": "Number of columns to span on small screens",
33201
+ "attribute": "sm-cols",
33202
+ "reflects": true
33203
+ }
33204
+ ],
33205
+ "attributes": [
33206
+ {
33207
+ "name": "cols",
33208
+ "type": {
33209
+ "text": "number | undefined"
33210
+ },
33211
+ "description": "Number of columns to span",
33212
+ "fieldName": "cols"
33213
+ },
33214
+ {
33215
+ "name": "md-cols",
33216
+ "type": {
33217
+ "text": "number | undefined"
33218
+ },
33219
+ "description": "Number of columns to span on medium screens",
33220
+ "fieldName": "mdCols"
33221
+ },
33222
+ {
33223
+ "name": "sm-cols",
33224
+ "type": {
33225
+ "text": "number | undefined"
33226
+ },
33227
+ "description": "Number of columns to span on small screens",
33228
+ "fieldName": "smCols"
33229
+ }
33230
+ ],
33231
+ "superclass": {
33232
+ "name": "LitElement",
33233
+ "package": "lit"
33234
+ },
33235
+ "tagName": "brz-grid-item",
33236
+ "customElement": true
33237
+ }
33238
+ ],
33239
+ "exports": [
33240
+ {
33241
+ "kind": "js",
33242
+ "name": "GRID_ITEM",
33243
+ "declaration": {
33244
+ "name": "GRID_ITEM",
33245
+ "module": "src/layout/grid/grid-item.ts"
33246
+ }
33247
+ },
33248
+ {
33249
+ "kind": "js",
33250
+ "name": "columnSpans",
33251
+ "declaration": {
33252
+ "name": "columnSpans",
33253
+ "module": "src/layout/grid/grid-item.ts"
33254
+ }
33255
+ },
33256
+ {
33257
+ "kind": "js",
33258
+ "name": "GridItem",
33259
+ "declaration": {
33260
+ "name": "GridItem",
33261
+ "module": "src/layout/grid/grid-item.ts"
33262
+ }
33263
+ },
33264
+ {
33265
+ "kind": "custom-element-definition",
33266
+ "declaration": {
33267
+ "name": "GridItem",
33268
+ "module": "src/layout/grid/grid-item.ts"
33269
+ }
33270
+ }
33271
+ ]
33272
+ },
33273
+ {
33274
+ "kind": "javascript-module",
33275
+ "path": "src/layout/grid/grid.ts",
33276
+ "declarations": [
33277
+ {
33278
+ "kind": "variable",
33279
+ "name": "GRID"
33280
+ },
33281
+ {
33282
+ "kind": "class",
33283
+ "description": "Grid component.\n\nThis grid layout is setup with 12 flexible columns.\nColumns and row gaps are set to 20px, but can be changed using our spacing system.",
33284
+ "name": "Grid",
33285
+ "members": [
33286
+ {
33287
+ "kind": "field",
33288
+ "name": "spacing",
33289
+ "type": {
33290
+ "text": "number | undefined"
33291
+ },
33292
+ "description": "Shorthand to set both row and column spacing",
33293
+ "attribute": "spacing",
33294
+ "reflects": true
33295
+ },
33296
+ {
33297
+ "kind": "field",
33298
+ "name": "colSpacing",
33299
+ "type": {
33300
+ "text": "number | undefined"
33301
+ },
33302
+ "description": "Sets the column spacing between each grid item",
33303
+ "attribute": "col-spacing",
33304
+ "reflects": true
33305
+ },
33306
+ {
33307
+ "kind": "field",
33308
+ "name": "rowSpacing",
33309
+ "type": {
33310
+ "text": "number | undefined"
33311
+ },
33312
+ "description": "Sets the row spacing between each grid item",
33313
+ "attribute": "row-spacing",
33314
+ "reflects": true
33315
+ }
33316
+ ],
33317
+ "attributes": [
33318
+ {
33319
+ "name": "spacing",
33320
+ "type": {
33321
+ "text": "number | undefined"
33322
+ },
33323
+ "description": "Shorthand to set both row and column spacing",
33324
+ "fieldName": "spacing"
33325
+ },
33326
+ {
33327
+ "name": "col-spacing",
33328
+ "type": {
33329
+ "text": "number | undefined"
33330
+ },
33331
+ "description": "Sets the column spacing between each grid item",
33332
+ "fieldName": "colSpacing"
33333
+ },
33334
+ {
33335
+ "name": "row-spacing",
33336
+ "type": {
33337
+ "text": "number | undefined"
33338
+ },
33339
+ "description": "Sets the row spacing between each grid item",
33340
+ "fieldName": "rowSpacing"
33341
+ }
33342
+ ],
33343
+ "superclass": {
33344
+ "name": "LitElementWithUtils",
33345
+ "module": "/src/mixins/component-utils"
33346
+ },
33347
+ "tagName": "brz-grid",
33348
+ "customElement": true
33349
+ }
33350
+ ],
33351
+ "exports": [
33352
+ {
33353
+ "kind": "js",
33354
+ "name": "GRID",
33355
+ "declaration": {
33356
+ "name": "GRID",
33357
+ "module": "src/layout/grid/grid.ts"
33358
+ }
33359
+ },
33360
+ {
33361
+ "kind": "js",
33362
+ "name": "Grid",
33363
+ "declaration": {
33364
+ "name": "Grid",
33365
+ "module": "src/layout/grid/grid.ts"
33366
+ }
33367
+ },
33368
+ {
33369
+ "kind": "custom-element-definition",
33370
+ "declaration": {
33371
+ "name": "Grid",
33372
+ "module": "src/layout/grid/grid.ts"
33373
+ }
33374
+ }
33375
+ ]
33376
+ },
33377
+ {
33378
+ "kind": "javascript-module",
33379
+ "path": "src/layout/grid/index.ts",
33380
+ "declarations": [],
33381
+ "exports": [
33382
+ {
33383
+ "kind": "js",
33384
+ "name": "*",
33385
+ "declaration": {
33386
+ "name": "*",
33387
+ "package": "./grid"
33388
+ }
33389
+ },
33390
+ {
33391
+ "kind": "js",
33392
+ "name": "*",
33393
+ "declaration": {
33394
+ "name": "*",
33395
+ "package": "./grid-item"
33396
+ }
33397
+ }
33398
+ ]
33399
+ },
33400
33400
  {
33401
33401
  "kind": "javascript-module",
33402
33402
  "path": "src/surfaces/card/card-footer.ts",