@skedulo/breeze-ui 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +706 -712
- package/dist/lib/cjs/breeze-ui.js +138 -140
- package/dist/lib/es/breeze-ui.js +2124 -2129
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/layout/flex.d.ts +2 -2
- package/dist/types/layout/flex.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -6805,9 +6805,8 @@
|
|
|
6805
6805
|
{
|
|
6806
6806
|
"name": "vertical-align",
|
|
6807
6807
|
"type": {
|
|
6808
|
-
"text": "'top' | 'middle' | 'bottom'"
|
|
6808
|
+
"text": "'top' | 'middle' | 'bottom' | undefined"
|
|
6809
6809
|
},
|
|
6810
|
-
"default": "'top'",
|
|
6811
6810
|
"fieldName": "verticalAlign",
|
|
6812
6811
|
"inheritedFrom": {
|
|
6813
6812
|
"name": "Row",
|
|
@@ -6820,9 +6819,8 @@
|
|
|
6820
6819
|
"kind": "field",
|
|
6821
6820
|
"name": "verticalAlign",
|
|
6822
6821
|
"type": {
|
|
6823
|
-
"text": "'top' | 'middle' | 'bottom'"
|
|
6822
|
+
"text": "'top' | 'middle' | 'bottom' | undefined"
|
|
6824
6823
|
},
|
|
6825
|
-
"default": "'top'",
|
|
6826
6824
|
"attribute": "vertical-align",
|
|
6827
6825
|
"reflects": true,
|
|
6828
6826
|
"inheritedFrom": {
|
|
@@ -6846,9 +6844,8 @@
|
|
|
6846
6844
|
{
|
|
6847
6845
|
"name": "align",
|
|
6848
6846
|
"type": {
|
|
6849
|
-
"text": "'left' | 'center' | 'right'"
|
|
6847
|
+
"text": "'left' | 'center' | 'right' | undefined"
|
|
6850
6848
|
},
|
|
6851
|
-
"default": "'left'",
|
|
6852
6849
|
"fieldName": "align",
|
|
6853
6850
|
"inheritedFrom": {
|
|
6854
6851
|
"name": "Column",
|
|
@@ -6861,10 +6858,10 @@
|
|
|
6861
6858
|
"kind": "field",
|
|
6862
6859
|
"name": "align",
|
|
6863
6860
|
"type": {
|
|
6864
|
-
"text": "'left' | 'center' | 'right'"
|
|
6861
|
+
"text": "'left' | 'center' | 'right' | undefined"
|
|
6865
6862
|
},
|
|
6866
|
-
"default": "'left'",
|
|
6867
6863
|
"attribute": "align",
|
|
6864
|
+
"reflects": true,
|
|
6868
6865
|
"inheritedFrom": {
|
|
6869
6866
|
"name": "Column",
|
|
6870
6867
|
"module": "src/layout/flex.ts"
|
|
@@ -18764,6 +18761,97 @@
|
|
|
18764
18761
|
}
|
|
18765
18762
|
]
|
|
18766
18763
|
},
|
|
18764
|
+
{
|
|
18765
|
+
"kind": "javascript-module",
|
|
18766
|
+
"path": "src/helpers/css-helpers.ts",
|
|
18767
|
+
"declarations": [
|
|
18768
|
+
{
|
|
18769
|
+
"kind": "function",
|
|
18770
|
+
"name": "getFocusStyles",
|
|
18771
|
+
"parameters": [
|
|
18772
|
+
{
|
|
18773
|
+
"name": "selector",
|
|
18774
|
+
"type": {
|
|
18775
|
+
"text": "string"
|
|
18776
|
+
},
|
|
18777
|
+
"description": "A CSS selector targeting an interactive element."
|
|
18778
|
+
},
|
|
18779
|
+
{
|
|
18780
|
+
"name": "extraRules",
|
|
18781
|
+
"default": "css``",
|
|
18782
|
+
"description": "Optional rules to append. Useful for overrides."
|
|
18783
|
+
}
|
|
18784
|
+
],
|
|
18785
|
+
"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."
|
|
18786
|
+
},
|
|
18787
|
+
{
|
|
18788
|
+
"kind": "variable",
|
|
18789
|
+
"name": "invisibleButtonRules",
|
|
18790
|
+
"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`",
|
|
18791
|
+
"description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
|
|
18792
|
+
},
|
|
18793
|
+
{
|
|
18794
|
+
"kind": "function",
|
|
18795
|
+
"name": "getInvisibleButtonStyles",
|
|
18796
|
+
"parameters": [
|
|
18797
|
+
{
|
|
18798
|
+
"name": "selector",
|
|
18799
|
+
"type": {
|
|
18800
|
+
"text": "string"
|
|
18801
|
+
},
|
|
18802
|
+
"description": "A CSS selector targeting a button"
|
|
18803
|
+
},
|
|
18804
|
+
{
|
|
18805
|
+
"name": "extraRules",
|
|
18806
|
+
"default": "css``",
|
|
18807
|
+
"description": "Optional rules to append. Useful for overrides."
|
|
18808
|
+
}
|
|
18809
|
+
],
|
|
18810
|
+
"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."
|
|
18811
|
+
}
|
|
18812
|
+
],
|
|
18813
|
+
"exports": [
|
|
18814
|
+
{
|
|
18815
|
+
"kind": "js",
|
|
18816
|
+
"name": "getFocusStyles",
|
|
18817
|
+
"declaration": {
|
|
18818
|
+
"name": "getFocusStyles",
|
|
18819
|
+
"module": "src/helpers/css-helpers.ts"
|
|
18820
|
+
}
|
|
18821
|
+
},
|
|
18822
|
+
{
|
|
18823
|
+
"kind": "js",
|
|
18824
|
+
"name": "invisibleButtonRules",
|
|
18825
|
+
"declaration": {
|
|
18826
|
+
"name": "invisibleButtonRules",
|
|
18827
|
+
"module": "src/helpers/css-helpers.ts"
|
|
18828
|
+
}
|
|
18829
|
+
},
|
|
18830
|
+
{
|
|
18831
|
+
"kind": "js",
|
|
18832
|
+
"name": "getInvisibleButtonStyles",
|
|
18833
|
+
"declaration": {
|
|
18834
|
+
"name": "getInvisibleButtonStyles",
|
|
18835
|
+
"module": "src/helpers/css-helpers.ts"
|
|
18836
|
+
}
|
|
18837
|
+
}
|
|
18838
|
+
]
|
|
18839
|
+
},
|
|
18840
|
+
{
|
|
18841
|
+
"kind": "javascript-module",
|
|
18842
|
+
"path": "src/helpers/index.ts",
|
|
18843
|
+
"declarations": [],
|
|
18844
|
+
"exports": [
|
|
18845
|
+
{
|
|
18846
|
+
"kind": "js",
|
|
18847
|
+
"name": "*",
|
|
18848
|
+
"declaration": {
|
|
18849
|
+
"name": "*",
|
|
18850
|
+
"package": "./css-helpers"
|
|
18851
|
+
}
|
|
18852
|
+
}
|
|
18853
|
+
]
|
|
18854
|
+
},
|
|
18767
18855
|
{
|
|
18768
18856
|
"kind": "javascript-module",
|
|
18769
18857
|
"path": "src/layout/flex.ts",
|
|
@@ -18785,9 +18873,8 @@
|
|
|
18785
18873
|
"kind": "field",
|
|
18786
18874
|
"name": "verticalAlign",
|
|
18787
18875
|
"type": {
|
|
18788
|
-
"text": "'top' | 'middle' | 'bottom'"
|
|
18876
|
+
"text": "'top' | 'middle' | 'bottom' | undefined"
|
|
18789
18877
|
},
|
|
18790
|
-
"default": "'top'",
|
|
18791
18878
|
"attribute": "vertical-align",
|
|
18792
18879
|
"reflects": true
|
|
18793
18880
|
}
|
|
@@ -18796,9 +18883,8 @@
|
|
|
18796
18883
|
{
|
|
18797
18884
|
"name": "vertical-align",
|
|
18798
18885
|
"type": {
|
|
18799
|
-
"text": "'top' | 'middle' | 'bottom'"
|
|
18886
|
+
"text": "'top' | 'middle' | 'bottom' | undefined"
|
|
18800
18887
|
},
|
|
18801
|
-
"default": "'top'",
|
|
18802
18888
|
"fieldName": "verticalAlign"
|
|
18803
18889
|
}
|
|
18804
18890
|
],
|
|
@@ -18818,19 +18904,18 @@
|
|
|
18818
18904
|
"kind": "field",
|
|
18819
18905
|
"name": "align",
|
|
18820
18906
|
"type": {
|
|
18821
|
-
"text": "'left' | 'center' | 'right'"
|
|
18907
|
+
"text": "'left' | 'center' | 'right' | undefined"
|
|
18822
18908
|
},
|
|
18823
|
-
"
|
|
18824
|
-
"
|
|
18909
|
+
"attribute": "align",
|
|
18910
|
+
"reflects": true
|
|
18825
18911
|
}
|
|
18826
18912
|
],
|
|
18827
18913
|
"attributes": [
|
|
18828
18914
|
{
|
|
18829
18915
|
"name": "align",
|
|
18830
18916
|
"type": {
|
|
18831
|
-
"text": "'left' | 'center' | 'right'"
|
|
18917
|
+
"text": "'left' | 'center' | 'right' | undefined"
|
|
18832
18918
|
},
|
|
18833
|
-
"default": "'left'",
|
|
18834
18919
|
"fieldName": "align"
|
|
18835
18920
|
}
|
|
18836
18921
|
],
|
|
@@ -19517,91 +19602,121 @@
|
|
|
19517
19602
|
},
|
|
19518
19603
|
{
|
|
19519
19604
|
"kind": "javascript-module",
|
|
19520
|
-
"path": "src/
|
|
19605
|
+
"path": "src/storybook/colors.stories.ts",
|
|
19521
19606
|
"declarations": [
|
|
19522
19607
|
{
|
|
19523
|
-
"kind": "
|
|
19524
|
-
"
|
|
19525
|
-
"
|
|
19608
|
+
"kind": "class",
|
|
19609
|
+
"description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
|
|
19610
|
+
"name": "ColorSwatch",
|
|
19611
|
+
"members": [
|
|
19526
19612
|
{
|
|
19527
|
-
"
|
|
19613
|
+
"kind": "field",
|
|
19614
|
+
"name": "colorVar",
|
|
19528
19615
|
"type": {
|
|
19529
19616
|
"text": "string"
|
|
19530
19617
|
},
|
|
19531
|
-
"
|
|
19618
|
+
"default": "''",
|
|
19619
|
+
"attribute": "colorVar"
|
|
19532
19620
|
},
|
|
19533
19621
|
{
|
|
19534
|
-
"
|
|
19535
|
-
"
|
|
19536
|
-
"
|
|
19622
|
+
"kind": "field",
|
|
19623
|
+
"name": "lightText",
|
|
19624
|
+
"type": {
|
|
19625
|
+
"text": "boolean"
|
|
19626
|
+
},
|
|
19627
|
+
"default": "false",
|
|
19628
|
+
"attribute": "light-text"
|
|
19537
19629
|
}
|
|
19538
19630
|
],
|
|
19539
|
-
"
|
|
19540
|
-
},
|
|
19541
|
-
{
|
|
19542
|
-
"kind": "variable",
|
|
19543
|
-
"name": "invisibleButtonRules",
|
|
19544
|
-
"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`",
|
|
19545
|
-
"description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
|
|
19546
|
-
},
|
|
19547
|
-
{
|
|
19548
|
-
"kind": "function",
|
|
19549
|
-
"name": "getInvisibleButtonStyles",
|
|
19550
|
-
"parameters": [
|
|
19631
|
+
"attributes": [
|
|
19551
19632
|
{
|
|
19552
|
-
"name": "
|
|
19633
|
+
"name": "colorVar",
|
|
19553
19634
|
"type": {
|
|
19554
19635
|
"text": "string"
|
|
19555
19636
|
},
|
|
19556
|
-
"
|
|
19637
|
+
"default": "''",
|
|
19638
|
+
"fieldName": "colorVar"
|
|
19557
19639
|
},
|
|
19558
19640
|
{
|
|
19559
|
-
"name": "
|
|
19560
|
-
"
|
|
19561
|
-
|
|
19641
|
+
"name": "light-text",
|
|
19642
|
+
"type": {
|
|
19643
|
+
"text": "boolean"
|
|
19644
|
+
},
|
|
19645
|
+
"default": "false",
|
|
19646
|
+
"fieldName": "lightText"
|
|
19562
19647
|
}
|
|
19563
19648
|
],
|
|
19564
|
-
"
|
|
19649
|
+
"superclass": {
|
|
19650
|
+
"name": "LitElement",
|
|
19651
|
+
"package": "lit"
|
|
19652
|
+
},
|
|
19653
|
+
"tagName": "brz-sb-color-swatch",
|
|
19654
|
+
"customElement": true
|
|
19655
|
+
},
|
|
19656
|
+
{
|
|
19657
|
+
"kind": "class",
|
|
19658
|
+
"description": "Story component for laying out a group of swatches",
|
|
19659
|
+
"name": "ColorSwatchGroup",
|
|
19660
|
+
"members": [
|
|
19661
|
+
{
|
|
19662
|
+
"kind": "field",
|
|
19663
|
+
"name": "stacked",
|
|
19664
|
+
"type": {
|
|
19665
|
+
"text": "boolean"
|
|
19666
|
+
},
|
|
19667
|
+
"default": "false",
|
|
19668
|
+
"attribute": "stacked"
|
|
19669
|
+
}
|
|
19670
|
+
],
|
|
19671
|
+
"attributes": [
|
|
19672
|
+
{
|
|
19673
|
+
"name": "stacked",
|
|
19674
|
+
"type": {
|
|
19675
|
+
"text": "boolean"
|
|
19676
|
+
},
|
|
19677
|
+
"default": "false",
|
|
19678
|
+
"fieldName": "stacked"
|
|
19679
|
+
}
|
|
19680
|
+
],
|
|
19681
|
+
"superclass": {
|
|
19682
|
+
"name": "LitElement",
|
|
19683
|
+
"package": "lit"
|
|
19684
|
+
},
|
|
19685
|
+
"tagName": "brz-sb-color-swatch-group",
|
|
19686
|
+
"customElement": true
|
|
19565
19687
|
}
|
|
19566
19688
|
],
|
|
19567
19689
|
"exports": [
|
|
19568
19690
|
{
|
|
19569
19691
|
"kind": "js",
|
|
19570
|
-
"name": "
|
|
19692
|
+
"name": "ColorSwatch",
|
|
19571
19693
|
"declaration": {
|
|
19572
|
-
"name": "
|
|
19573
|
-
"module": "src/
|
|
19694
|
+
"name": "ColorSwatch",
|
|
19695
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19574
19696
|
}
|
|
19575
19697
|
},
|
|
19576
19698
|
{
|
|
19577
|
-
"kind": "
|
|
19578
|
-
"name": "
|
|
19699
|
+
"kind": "custom-element-definition",
|
|
19700
|
+
"name": "brz-sb-color-swatch",
|
|
19579
19701
|
"declaration": {
|
|
19580
|
-
"name": "
|
|
19581
|
-
"module": "src/
|
|
19702
|
+
"name": "ColorSwatch",
|
|
19703
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19582
19704
|
}
|
|
19583
19705
|
},
|
|
19584
19706
|
{
|
|
19585
19707
|
"kind": "js",
|
|
19586
|
-
"name": "
|
|
19708
|
+
"name": "ColorSwatchGroup",
|
|
19587
19709
|
"declaration": {
|
|
19588
|
-
"name": "
|
|
19589
|
-
"module": "src/
|
|
19710
|
+
"name": "ColorSwatchGroup",
|
|
19711
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19590
19712
|
}
|
|
19591
|
-
}
|
|
19592
|
-
]
|
|
19593
|
-
},
|
|
19594
|
-
{
|
|
19595
|
-
"kind": "javascript-module",
|
|
19596
|
-
"path": "src/helpers/index.ts",
|
|
19597
|
-
"declarations": [],
|
|
19598
|
-
"exports": [
|
|
19713
|
+
},
|
|
19599
19714
|
{
|
|
19600
|
-
"kind": "
|
|
19601
|
-
"name": "
|
|
19715
|
+
"kind": "custom-element-definition",
|
|
19716
|
+
"name": "brz-sb-color-swatch-group",
|
|
19602
19717
|
"declaration": {
|
|
19603
|
-
"name": "
|
|
19604
|
-
"
|
|
19718
|
+
"name": "ColorSwatchGroup",
|
|
19719
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19605
19720
|
}
|
|
19606
19721
|
}
|
|
19607
19722
|
]
|
|
@@ -19745,128 +19860,7 @@
|
|
|
19745
19860
|
},
|
|
19746
19861
|
{
|
|
19747
19862
|
"kind": "javascript-module",
|
|
19748
|
-
"path": "src/
|
|
19749
|
-
"declarations": [
|
|
19750
|
-
{
|
|
19751
|
-
"kind": "class",
|
|
19752
|
-
"description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
|
|
19753
|
-
"name": "ColorSwatch",
|
|
19754
|
-
"members": [
|
|
19755
|
-
{
|
|
19756
|
-
"kind": "field",
|
|
19757
|
-
"name": "colorVar",
|
|
19758
|
-
"type": {
|
|
19759
|
-
"text": "string"
|
|
19760
|
-
},
|
|
19761
|
-
"default": "''",
|
|
19762
|
-
"attribute": "colorVar"
|
|
19763
|
-
},
|
|
19764
|
-
{
|
|
19765
|
-
"kind": "field",
|
|
19766
|
-
"name": "lightText",
|
|
19767
|
-
"type": {
|
|
19768
|
-
"text": "boolean"
|
|
19769
|
-
},
|
|
19770
|
-
"default": "false",
|
|
19771
|
-
"attribute": "light-text"
|
|
19772
|
-
}
|
|
19773
|
-
],
|
|
19774
|
-
"attributes": [
|
|
19775
|
-
{
|
|
19776
|
-
"name": "colorVar",
|
|
19777
|
-
"type": {
|
|
19778
|
-
"text": "string"
|
|
19779
|
-
},
|
|
19780
|
-
"default": "''",
|
|
19781
|
-
"fieldName": "colorVar"
|
|
19782
|
-
},
|
|
19783
|
-
{
|
|
19784
|
-
"name": "light-text",
|
|
19785
|
-
"type": {
|
|
19786
|
-
"text": "boolean"
|
|
19787
|
-
},
|
|
19788
|
-
"default": "false",
|
|
19789
|
-
"fieldName": "lightText"
|
|
19790
|
-
}
|
|
19791
|
-
],
|
|
19792
|
-
"superclass": {
|
|
19793
|
-
"name": "LitElement",
|
|
19794
|
-
"package": "lit"
|
|
19795
|
-
},
|
|
19796
|
-
"tagName": "brz-sb-color-swatch",
|
|
19797
|
-
"customElement": true
|
|
19798
|
-
},
|
|
19799
|
-
{
|
|
19800
|
-
"kind": "class",
|
|
19801
|
-
"description": "Story component for laying out a group of swatches",
|
|
19802
|
-
"name": "ColorSwatchGroup",
|
|
19803
|
-
"members": [
|
|
19804
|
-
{
|
|
19805
|
-
"kind": "field",
|
|
19806
|
-
"name": "stacked",
|
|
19807
|
-
"type": {
|
|
19808
|
-
"text": "boolean"
|
|
19809
|
-
},
|
|
19810
|
-
"default": "false",
|
|
19811
|
-
"attribute": "stacked"
|
|
19812
|
-
}
|
|
19813
|
-
],
|
|
19814
|
-
"attributes": [
|
|
19815
|
-
{
|
|
19816
|
-
"name": "stacked",
|
|
19817
|
-
"type": {
|
|
19818
|
-
"text": "boolean"
|
|
19819
|
-
},
|
|
19820
|
-
"default": "false",
|
|
19821
|
-
"fieldName": "stacked"
|
|
19822
|
-
}
|
|
19823
|
-
],
|
|
19824
|
-
"superclass": {
|
|
19825
|
-
"name": "LitElement",
|
|
19826
|
-
"package": "lit"
|
|
19827
|
-
},
|
|
19828
|
-
"tagName": "brz-sb-color-swatch-group",
|
|
19829
|
-
"customElement": true
|
|
19830
|
-
}
|
|
19831
|
-
],
|
|
19832
|
-
"exports": [
|
|
19833
|
-
{
|
|
19834
|
-
"kind": "js",
|
|
19835
|
-
"name": "ColorSwatch",
|
|
19836
|
-
"declaration": {
|
|
19837
|
-
"name": "ColorSwatch",
|
|
19838
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19839
|
-
}
|
|
19840
|
-
},
|
|
19841
|
-
{
|
|
19842
|
-
"kind": "custom-element-definition",
|
|
19843
|
-
"name": "brz-sb-color-swatch",
|
|
19844
|
-
"declaration": {
|
|
19845
|
-
"name": "ColorSwatch",
|
|
19846
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19847
|
-
}
|
|
19848
|
-
},
|
|
19849
|
-
{
|
|
19850
|
-
"kind": "js",
|
|
19851
|
-
"name": "ColorSwatchGroup",
|
|
19852
|
-
"declaration": {
|
|
19853
|
-
"name": "ColorSwatchGroup",
|
|
19854
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19855
|
-
}
|
|
19856
|
-
},
|
|
19857
|
-
{
|
|
19858
|
-
"kind": "custom-element-definition",
|
|
19859
|
-
"name": "brz-sb-color-swatch-group",
|
|
19860
|
-
"declaration": {
|
|
19861
|
-
"name": "ColorSwatchGroup",
|
|
19862
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19863
|
-
}
|
|
19864
|
-
}
|
|
19865
|
-
]
|
|
19866
|
-
},
|
|
19867
|
-
{
|
|
19868
|
-
"kind": "javascript-module",
|
|
19869
|
-
"path": "src/styles/borders.ts",
|
|
19863
|
+
"path": "src/styles/borders.ts",
|
|
19870
19864
|
"declarations": [
|
|
19871
19865
|
{
|
|
19872
19866
|
"kind": "variable",
|
|
@@ -20642,92 +20636,159 @@
|
|
|
20642
20636
|
},
|
|
20643
20637
|
{
|
|
20644
20638
|
"kind": "javascript-module",
|
|
20645
|
-
"path": "src/components/
|
|
20639
|
+
"path": "src/components/icon/icon.ts",
|
|
20646
20640
|
"declarations": [
|
|
20647
20641
|
{
|
|
20648
20642
|
"kind": "variable",
|
|
20649
|
-
"name": "
|
|
20650
|
-
|
|
20651
|
-
}
|
|
20652
|
-
],
|
|
20653
|
-
"exports": [
|
|
20643
|
+
"name": "ICON"
|
|
20644
|
+
},
|
|
20654
20645
|
{
|
|
20655
|
-
"kind": "
|
|
20656
|
-
"
|
|
20657
|
-
"
|
|
20658
|
-
|
|
20659
|
-
|
|
20660
|
-
|
|
20646
|
+
"kind": "class",
|
|
20647
|
+
"description": "Icon component.",
|
|
20648
|
+
"name": "Icon",
|
|
20649
|
+
"members": [
|
|
20650
|
+
{
|
|
20651
|
+
"kind": "field",
|
|
20652
|
+
"name": "size",
|
|
20653
|
+
"type": {
|
|
20654
|
+
"text": "number"
|
|
20655
|
+
},
|
|
20656
|
+
"default": "18",
|
|
20657
|
+
"attribute": "size",
|
|
20658
|
+
"reflects": true
|
|
20659
|
+
},
|
|
20660
|
+
{
|
|
20661
|
+
"kind": "field",
|
|
20662
|
+
"name": "icon",
|
|
20663
|
+
"type": {
|
|
20664
|
+
"text": "IconKey"
|
|
20665
|
+
},
|
|
20666
|
+
"default": "'close'",
|
|
20667
|
+
"attribute": "icon"
|
|
20668
|
+
}
|
|
20669
|
+
],
|
|
20670
|
+
"attributes": [
|
|
20671
|
+
{
|
|
20672
|
+
"name": "size",
|
|
20673
|
+
"type": {
|
|
20674
|
+
"text": "number"
|
|
20675
|
+
},
|
|
20676
|
+
"default": "18",
|
|
20677
|
+
"fieldName": "size"
|
|
20678
|
+
},
|
|
20679
|
+
{
|
|
20680
|
+
"name": "icon",
|
|
20681
|
+
"type": {
|
|
20682
|
+
"text": "IconKey"
|
|
20683
|
+
},
|
|
20684
|
+
"default": "'close'",
|
|
20685
|
+
"fieldName": "icon"
|
|
20686
|
+
}
|
|
20687
|
+
],
|
|
20688
|
+
"superclass": {
|
|
20689
|
+
"name": "LitElement",
|
|
20690
|
+
"package": "lit"
|
|
20691
|
+
},
|
|
20692
|
+
"tagName": "brz-icon",
|
|
20693
|
+
"customElement": true
|
|
20661
20694
|
}
|
|
20662
|
-
]
|
|
20663
|
-
},
|
|
20664
|
-
{
|
|
20665
|
-
"kind": "javascript-module",
|
|
20666
|
-
"path": "src/components/form-elements/index.ts",
|
|
20667
|
-
"declarations": [],
|
|
20695
|
+
],
|
|
20668
20696
|
"exports": [
|
|
20669
20697
|
{
|
|
20670
20698
|
"kind": "js",
|
|
20671
|
-
"name": "
|
|
20699
|
+
"name": "ICON",
|
|
20672
20700
|
"declaration": {
|
|
20673
|
-
"name": "
|
|
20674
|
-
"
|
|
20701
|
+
"name": "ICON",
|
|
20702
|
+
"module": "src/components/icon/icon.ts"
|
|
20675
20703
|
}
|
|
20676
20704
|
},
|
|
20677
20705
|
{
|
|
20678
20706
|
"kind": "js",
|
|
20679
|
-
"name": "
|
|
20707
|
+
"name": "Icon",
|
|
20680
20708
|
"declaration": {
|
|
20681
|
-
"name": "
|
|
20682
|
-
"
|
|
20709
|
+
"name": "Icon",
|
|
20710
|
+
"module": "src/components/icon/icon.ts"
|
|
20683
20711
|
}
|
|
20684
20712
|
},
|
|
20685
20713
|
{
|
|
20686
|
-
"kind": "
|
|
20687
|
-
"name": "*",
|
|
20714
|
+
"kind": "custom-element-definition",
|
|
20688
20715
|
"declaration": {
|
|
20689
|
-
"name": "
|
|
20690
|
-
"
|
|
20716
|
+
"name": "Icon",
|
|
20717
|
+
"module": "src/components/icon/icon.ts"
|
|
20691
20718
|
}
|
|
20719
|
+
}
|
|
20720
|
+
]
|
|
20721
|
+
},
|
|
20722
|
+
{
|
|
20723
|
+
"kind": "javascript-module",
|
|
20724
|
+
"path": "src/components/icon/icons.ts",
|
|
20725
|
+
"declarations": [
|
|
20726
|
+
{
|
|
20727
|
+
"kind": "function",
|
|
20728
|
+
"name": "transformIcon",
|
|
20729
|
+
"parameters": [
|
|
20730
|
+
{
|
|
20731
|
+
"name": "icon",
|
|
20732
|
+
"type": {
|
|
20733
|
+
"text": "TIcon | ILegacyIcon"
|
|
20734
|
+
}
|
|
20735
|
+
}
|
|
20736
|
+
],
|
|
20737
|
+
"description": "Ensures compatibility between icons and legacy icons. By providing the\ndefault viewBox to icons."
|
|
20692
20738
|
},
|
|
20693
20739
|
{
|
|
20694
|
-
"kind": "
|
|
20695
|
-
"name": "
|
|
20696
|
-
"
|
|
20697
|
-
"
|
|
20698
|
-
|
|
20699
|
-
}
|
|
20740
|
+
"kind": "variable",
|
|
20741
|
+
"name": "icons",
|
|
20742
|
+
"type": {
|
|
20743
|
+
"text": "Record<string, TIcon | ILegacyIcon>"
|
|
20744
|
+
},
|
|
20745
|
+
"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}",
|
|
20746
|
+
"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'."
|
|
20700
20747
|
},
|
|
20748
|
+
{
|
|
20749
|
+
"kind": "variable",
|
|
20750
|
+
"name": "iconNames",
|
|
20751
|
+
"default": "Object.keys(icons)"
|
|
20752
|
+
}
|
|
20753
|
+
],
|
|
20754
|
+
"exports": [
|
|
20701
20755
|
{
|
|
20702
20756
|
"kind": "js",
|
|
20703
|
-
"name": "
|
|
20757
|
+
"name": "transformIcon",
|
|
20704
20758
|
"declaration": {
|
|
20705
|
-
"name": "
|
|
20706
|
-
"
|
|
20759
|
+
"name": "transformIcon",
|
|
20760
|
+
"module": "src/components/icon/icons.ts"
|
|
20707
20761
|
}
|
|
20708
20762
|
},
|
|
20709
20763
|
{
|
|
20710
20764
|
"kind": "js",
|
|
20711
|
-
"name": "
|
|
20765
|
+
"name": "icons",
|
|
20712
20766
|
"declaration": {
|
|
20713
|
-
"name": "
|
|
20714
|
-
"
|
|
20767
|
+
"name": "icons",
|
|
20768
|
+
"module": "src/components/icon/icons.ts"
|
|
20715
20769
|
}
|
|
20716
20770
|
},
|
|
20717
20771
|
{
|
|
20718
20772
|
"kind": "js",
|
|
20719
|
-
"name": "
|
|
20773
|
+
"name": "iconNames",
|
|
20720
20774
|
"declaration": {
|
|
20721
|
-
"name": "
|
|
20722
|
-
"
|
|
20775
|
+
"name": "iconNames",
|
|
20776
|
+
"module": "src/components/icon/icons.ts"
|
|
20723
20777
|
}
|
|
20724
|
-
}
|
|
20778
|
+
}
|
|
20779
|
+
]
|
|
20780
|
+
},
|
|
20781
|
+
{
|
|
20782
|
+
"kind": "javascript-module",
|
|
20783
|
+
"path": "src/components/icon/index.ts",
|
|
20784
|
+
"declarations": [],
|
|
20785
|
+
"exports": [
|
|
20725
20786
|
{
|
|
20726
20787
|
"kind": "js",
|
|
20727
20788
|
"name": "*",
|
|
20728
20789
|
"declaration": {
|
|
20729
20790
|
"name": "*",
|
|
20730
|
-
"package": "./
|
|
20791
|
+
"package": "./icon"
|
|
20731
20792
|
}
|
|
20732
20793
|
},
|
|
20733
20794
|
{
|
|
@@ -20735,7 +20796,156 @@
|
|
|
20735
20796
|
"name": "*",
|
|
20736
20797
|
"declaration": {
|
|
20737
20798
|
"name": "*",
|
|
20738
|
-
"package": "./
|
|
20799
|
+
"package": "./icons"
|
|
20800
|
+
}
|
|
20801
|
+
}
|
|
20802
|
+
]
|
|
20803
|
+
},
|
|
20804
|
+
{
|
|
20805
|
+
"kind": "javascript-module",
|
|
20806
|
+
"path": "src/components/icon/legacy-icons.ts",
|
|
20807
|
+
"declarations": [
|
|
20808
|
+
{
|
|
20809
|
+
"kind": "function",
|
|
20810
|
+
"name": "isLegacyIcon",
|
|
20811
|
+
"return": {
|
|
20812
|
+
"type": {
|
|
20813
|
+
"text": "icon is ILegacyIcon"
|
|
20814
|
+
}
|
|
20815
|
+
},
|
|
20816
|
+
"parameters": [
|
|
20817
|
+
{
|
|
20818
|
+
"name": "icon",
|
|
20819
|
+
"type": {
|
|
20820
|
+
"text": "ILegacyIcon | TIcon"
|
|
20821
|
+
}
|
|
20822
|
+
}
|
|
20823
|
+
]
|
|
20824
|
+
},
|
|
20825
|
+
{
|
|
20826
|
+
"kind": "variable",
|
|
20827
|
+
"name": "legacyIcons",
|
|
20828
|
+
"type": {
|
|
20829
|
+
"text": "Record<string, ILegacyIcon>"
|
|
20830
|
+
},
|
|
20831
|
+
"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}"
|
|
20832
|
+
}
|
|
20833
|
+
],
|
|
20834
|
+
"exports": [
|
|
20835
|
+
{
|
|
20836
|
+
"kind": "js",
|
|
20837
|
+
"name": "isLegacyIcon",
|
|
20838
|
+
"declaration": {
|
|
20839
|
+
"name": "isLegacyIcon",
|
|
20840
|
+
"module": "src/components/icon/legacy-icons.ts"
|
|
20841
|
+
}
|
|
20842
|
+
},
|
|
20843
|
+
{
|
|
20844
|
+
"kind": "js",
|
|
20845
|
+
"name": "legacyIcons",
|
|
20846
|
+
"declaration": {
|
|
20847
|
+
"name": "legacyIcons",
|
|
20848
|
+
"module": "src/components/icon/legacy-icons.ts"
|
|
20849
|
+
}
|
|
20850
|
+
}
|
|
20851
|
+
]
|
|
20852
|
+
},
|
|
20853
|
+
{
|
|
20854
|
+
"kind": "javascript-module",
|
|
20855
|
+
"path": "src/components/form-elements/code-theme.ts",
|
|
20856
|
+
"declarations": [
|
|
20857
|
+
{
|
|
20858
|
+
"kind": "variable",
|
|
20859
|
+
"name": "SkeduloCodeMirrorTheme",
|
|
20860
|
+
"default": "css`\n .cm-s-skedulo .cm-header {\n color: blue;\n }\n .cm-s-skedulo .cm-quote {\n color: #090;\n }\n .cm-negative {\n color: #d44;\n }\n .cm-positive {\n color: #292;\n }\n\n .cm-s-skedulo .cm-keyword {\n color: #708;\n }\n .cm-s-skedulo .cm-atom {\n color: #219;\n }\n .cm-s-skedulo .cm-number {\n color: #164;\n }\n .cm-s-skedulo .cm-def {\n color: #00f;\n }\n .cm-s-skedulo .cm-variable,\n .cm-s-skedulo .cm-punctuation,\n .cm-s-skedulo .cm-property {\n }\n .cm-s-skedulo .cm-operator {\n color: #caa300;\n }\n .cm-s-skedulo .cm-variable-2 {\n color: #05a;\n }\n .cm-s-skedulo .cm-variable-3,\n .cm-s-skedulo .cm-type {\n color: #085;\n }\n .cm-s-skedulo .cm-comment {\n color: #a50;\n }\n .cm-s-skedulo .cm-string {\n color: #a11;\n }\n .cm-s-skedulo .cm-string-2 {\n color: #f50;\n }\n .cm-s-skedulo .cm-meta {\n color: #555;\n }\n .cm-s-skedulo .cm-qualifier {\n color: #555;\n }\n .cm-s-skedulo .cm-builtin {\n color: #30a;\n }\n .cm-s-skedulo .cm-bracket {\n color: #997;\n }\n .cm-s-skedulo .cm-tag {\n color: #170;\n }\n .cm-s-skedulo .cm-attribute {\n color: #00c;\n }\n .cm-s-skedulo .cm-hr {\n color: #999;\n }\n .cm-s-skedulo .cm-link {\n color: #00c;\n }\n\n .cm-s-skedulo .cm-error {\n color: #f00;\n }\n .cm-invalidchar {\n color: #f00;\n }\n`"
|
|
20861
|
+
}
|
|
20862
|
+
],
|
|
20863
|
+
"exports": [
|
|
20864
|
+
{
|
|
20865
|
+
"kind": "js",
|
|
20866
|
+
"name": "SkeduloCodeMirrorTheme",
|
|
20867
|
+
"declaration": {
|
|
20868
|
+
"name": "SkeduloCodeMirrorTheme",
|
|
20869
|
+
"module": "src/components/form-elements/code-theme.ts"
|
|
20870
|
+
}
|
|
20871
|
+
}
|
|
20872
|
+
]
|
|
20873
|
+
},
|
|
20874
|
+
{
|
|
20875
|
+
"kind": "javascript-module",
|
|
20876
|
+
"path": "src/components/form-elements/index.ts",
|
|
20877
|
+
"declarations": [],
|
|
20878
|
+
"exports": [
|
|
20879
|
+
{
|
|
20880
|
+
"kind": "js",
|
|
20881
|
+
"name": "*",
|
|
20882
|
+
"declaration": {
|
|
20883
|
+
"name": "*",
|
|
20884
|
+
"package": "./input-base"
|
|
20885
|
+
}
|
|
20886
|
+
},
|
|
20887
|
+
{
|
|
20888
|
+
"kind": "js",
|
|
20889
|
+
"name": "*",
|
|
20890
|
+
"declaration": {
|
|
20891
|
+
"name": "*",
|
|
20892
|
+
"package": "./input-checkbox"
|
|
20893
|
+
}
|
|
20894
|
+
},
|
|
20895
|
+
{
|
|
20896
|
+
"kind": "js",
|
|
20897
|
+
"name": "*",
|
|
20898
|
+
"declaration": {
|
|
20899
|
+
"name": "*",
|
|
20900
|
+
"package": "./input-text"
|
|
20901
|
+
}
|
|
20902
|
+
},
|
|
20903
|
+
{
|
|
20904
|
+
"kind": "js",
|
|
20905
|
+
"name": "*",
|
|
20906
|
+
"declaration": {
|
|
20907
|
+
"name": "*",
|
|
20908
|
+
"package": "./input-textarea"
|
|
20909
|
+
}
|
|
20910
|
+
},
|
|
20911
|
+
{
|
|
20912
|
+
"kind": "js",
|
|
20913
|
+
"name": "*",
|
|
20914
|
+
"declaration": {
|
|
20915
|
+
"name": "*",
|
|
20916
|
+
"package": "./input-number"
|
|
20917
|
+
}
|
|
20918
|
+
},
|
|
20919
|
+
{
|
|
20920
|
+
"kind": "js",
|
|
20921
|
+
"name": "*",
|
|
20922
|
+
"declaration": {
|
|
20923
|
+
"name": "*",
|
|
20924
|
+
"package": "./input-error"
|
|
20925
|
+
}
|
|
20926
|
+
},
|
|
20927
|
+
{
|
|
20928
|
+
"kind": "js",
|
|
20929
|
+
"name": "*",
|
|
20930
|
+
"declaration": {
|
|
20931
|
+
"name": "*",
|
|
20932
|
+
"package": "./input-radio"
|
|
20933
|
+
}
|
|
20934
|
+
},
|
|
20935
|
+
{
|
|
20936
|
+
"kind": "js",
|
|
20937
|
+
"name": "*",
|
|
20938
|
+
"declaration": {
|
|
20939
|
+
"name": "*",
|
|
20940
|
+
"package": "./input-code"
|
|
20941
|
+
}
|
|
20942
|
+
},
|
|
20943
|
+
{
|
|
20944
|
+
"kind": "js",
|
|
20945
|
+
"name": "*",
|
|
20946
|
+
"declaration": {
|
|
20947
|
+
"name": "*",
|
|
20948
|
+
"package": "./input-select"
|
|
20739
20949
|
}
|
|
20740
20950
|
},
|
|
20741
20951
|
{
|
|
@@ -29039,338 +29249,122 @@
|
|
|
29039
29249
|
},
|
|
29040
29250
|
{
|
|
29041
29251
|
"kind": "javascript-module",
|
|
29042
|
-
"path": "src/components/
|
|
29252
|
+
"path": "src/components/illustration/illustration.ts",
|
|
29043
29253
|
"declarations": [
|
|
29044
29254
|
{
|
|
29045
29255
|
"kind": "variable",
|
|
29046
|
-
"name": "
|
|
29256
|
+
"name": "ILLUSTRATION"
|
|
29047
29257
|
},
|
|
29048
29258
|
{
|
|
29049
29259
|
"kind": "class",
|
|
29050
|
-
"description": "
|
|
29051
|
-
"name": "
|
|
29260
|
+
"description": "Illustration component.",
|
|
29261
|
+
"name": "Illustration",
|
|
29052
29262
|
"members": [
|
|
29053
29263
|
{
|
|
29054
29264
|
"kind": "field",
|
|
29055
|
-
"name": "
|
|
29265
|
+
"name": "illustration",
|
|
29056
29266
|
"type": {
|
|
29057
|
-
"text": "
|
|
29267
|
+
"text": "string"
|
|
29058
29268
|
},
|
|
29059
|
-
"default": "
|
|
29060
|
-
"
|
|
29061
|
-
"
|
|
29269
|
+
"default": "''",
|
|
29270
|
+
"description": "Sets the illustration",
|
|
29271
|
+
"attribute": "illustration"
|
|
29062
29272
|
},
|
|
29063
29273
|
{
|
|
29064
29274
|
"kind": "field",
|
|
29065
|
-
"name": "
|
|
29275
|
+
"name": "altTitle",
|
|
29066
29276
|
"type": {
|
|
29067
|
-
"text": "
|
|
29277
|
+
"text": "string"
|
|
29068
29278
|
},
|
|
29069
|
-
"default": "'
|
|
29070
|
-
"
|
|
29279
|
+
"default": "''",
|
|
29280
|
+
"description": "Sets the alt title, which aides screen readers.",
|
|
29281
|
+
"attribute": "alt-title"
|
|
29282
|
+
},
|
|
29283
|
+
{
|
|
29284
|
+
"kind": "field",
|
|
29285
|
+
"name": "altDescription",
|
|
29286
|
+
"type": {
|
|
29287
|
+
"text": "string"
|
|
29288
|
+
},
|
|
29289
|
+
"default": "''",
|
|
29290
|
+
"description": "Sets the alt description, which aides screen readers.",
|
|
29291
|
+
"attribute": "alt-description"
|
|
29071
29292
|
}
|
|
29072
29293
|
],
|
|
29073
29294
|
"attributes": [
|
|
29074
29295
|
{
|
|
29075
|
-
"name": "
|
|
29296
|
+
"name": "illustration",
|
|
29076
29297
|
"type": {
|
|
29077
|
-
"text": "
|
|
29298
|
+
"text": "string"
|
|
29078
29299
|
},
|
|
29079
|
-
"default": "
|
|
29080
|
-
"
|
|
29300
|
+
"default": "''",
|
|
29301
|
+
"description": "Sets the illustration",
|
|
29302
|
+
"fieldName": "illustration"
|
|
29081
29303
|
},
|
|
29082
29304
|
{
|
|
29083
|
-
"name": "
|
|
29305
|
+
"name": "alt-title",
|
|
29084
29306
|
"type": {
|
|
29085
|
-
"text": "
|
|
29307
|
+
"text": "string"
|
|
29086
29308
|
},
|
|
29087
|
-
"default": "'
|
|
29088
|
-
"
|
|
29309
|
+
"default": "''",
|
|
29310
|
+
"description": "Sets the alt title, which aides screen readers.",
|
|
29311
|
+
"fieldName": "altTitle"
|
|
29312
|
+
},
|
|
29313
|
+
{
|
|
29314
|
+
"name": "alt-description",
|
|
29315
|
+
"type": {
|
|
29316
|
+
"text": "string"
|
|
29317
|
+
},
|
|
29318
|
+
"default": "''",
|
|
29319
|
+
"description": "Sets the alt description, which aides screen readers.",
|
|
29320
|
+
"fieldName": "altDescription"
|
|
29089
29321
|
}
|
|
29090
29322
|
],
|
|
29091
29323
|
"superclass": {
|
|
29092
29324
|
"name": "LitElement",
|
|
29093
29325
|
"package": "lit"
|
|
29094
29326
|
},
|
|
29095
|
-
"tagName": "brz-
|
|
29327
|
+
"tagName": "brz-illustration",
|
|
29096
29328
|
"customElement": true
|
|
29097
29329
|
}
|
|
29098
29330
|
],
|
|
29099
29331
|
"exports": [
|
|
29100
29332
|
{
|
|
29101
29333
|
"kind": "js",
|
|
29102
|
-
"name": "
|
|
29334
|
+
"name": "ILLUSTRATION",
|
|
29103
29335
|
"declaration": {
|
|
29104
|
-
"name": "
|
|
29105
|
-
"module": "src/components/
|
|
29336
|
+
"name": "ILLUSTRATION",
|
|
29337
|
+
"module": "src/components/illustration/illustration.ts"
|
|
29106
29338
|
}
|
|
29107
29339
|
},
|
|
29108
29340
|
{
|
|
29109
29341
|
"kind": "js",
|
|
29110
|
-
"name": "
|
|
29342
|
+
"name": "Illustration",
|
|
29111
29343
|
"declaration": {
|
|
29112
|
-
"name": "
|
|
29113
|
-
"module": "src/components/
|
|
29344
|
+
"name": "Illustration",
|
|
29345
|
+
"module": "src/components/illustration/illustration.ts"
|
|
29114
29346
|
}
|
|
29115
29347
|
},
|
|
29116
29348
|
{
|
|
29117
29349
|
"kind": "custom-element-definition",
|
|
29118
29350
|
"declaration": {
|
|
29119
|
-
"name": "
|
|
29120
|
-
"module": "src/components/
|
|
29351
|
+
"name": "Illustration",
|
|
29352
|
+
"module": "src/components/illustration/illustration.ts"
|
|
29121
29353
|
}
|
|
29122
29354
|
}
|
|
29123
29355
|
]
|
|
29124
29356
|
},
|
|
29125
29357
|
{
|
|
29126
29358
|
"kind": "javascript-module",
|
|
29127
|
-
"path": "src/components/
|
|
29359
|
+
"path": "src/components/illustration/illustrations.ts",
|
|
29128
29360
|
"declarations": [
|
|
29129
|
-
{
|
|
29130
|
-
"kind": "function",
|
|
29131
|
-
"name": "transformIcon",
|
|
29132
|
-
"parameters": [
|
|
29133
|
-
{
|
|
29134
|
-
"name": "icon",
|
|
29135
|
-
"type": {
|
|
29136
|
-
"text": "TIcon | ILegacyIcon"
|
|
29137
|
-
}
|
|
29138
|
-
}
|
|
29139
|
-
],
|
|
29140
|
-
"description": "Ensures compatibility between icons and legacy icons. By providing the\ndefault viewBox to icons."
|
|
29141
|
-
},
|
|
29142
29361
|
{
|
|
29143
29362
|
"kind": "variable",
|
|
29144
|
-
"name": "
|
|
29363
|
+
"name": "illustrations",
|
|
29145
29364
|
"type": {
|
|
29146
|
-
"text": "Record<string,
|
|
29365
|
+
"text": "Record<string, TIllustration>"
|
|
29147
29366
|
},
|
|
29148
|
-
"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}",
|
|
29149
|
-
"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'."
|
|
29150
|
-
},
|
|
29151
|
-
{
|
|
29152
|
-
"kind": "variable",
|
|
29153
|
-
"name": "iconNames",
|
|
29154
|
-
"default": "Object.keys(icons)"
|
|
29155
|
-
}
|
|
29156
|
-
],
|
|
29157
|
-
"exports": [
|
|
29158
|
-
{
|
|
29159
|
-
"kind": "js",
|
|
29160
|
-
"name": "transformIcon",
|
|
29161
|
-
"declaration": {
|
|
29162
|
-
"name": "transformIcon",
|
|
29163
|
-
"module": "src/components/icon/icons.ts"
|
|
29164
|
-
}
|
|
29165
|
-
},
|
|
29166
|
-
{
|
|
29167
|
-
"kind": "js",
|
|
29168
|
-
"name": "icons",
|
|
29169
|
-
"declaration": {
|
|
29170
|
-
"name": "icons",
|
|
29171
|
-
"module": "src/components/icon/icons.ts"
|
|
29172
|
-
}
|
|
29173
|
-
},
|
|
29174
|
-
{
|
|
29175
|
-
"kind": "js",
|
|
29176
|
-
"name": "iconNames",
|
|
29177
|
-
"declaration": {
|
|
29178
|
-
"name": "iconNames",
|
|
29179
|
-
"module": "src/components/icon/icons.ts"
|
|
29180
|
-
}
|
|
29181
|
-
}
|
|
29182
|
-
]
|
|
29183
|
-
},
|
|
29184
|
-
{
|
|
29185
|
-
"kind": "javascript-module",
|
|
29186
|
-
"path": "src/components/icon/index.ts",
|
|
29187
|
-
"declarations": [],
|
|
29188
|
-
"exports": [
|
|
29189
|
-
{
|
|
29190
|
-
"kind": "js",
|
|
29191
|
-
"name": "*",
|
|
29192
|
-
"declaration": {
|
|
29193
|
-
"name": "*",
|
|
29194
|
-
"package": "./icon"
|
|
29195
|
-
}
|
|
29196
|
-
},
|
|
29197
|
-
{
|
|
29198
|
-
"kind": "js",
|
|
29199
|
-
"name": "*",
|
|
29200
|
-
"declaration": {
|
|
29201
|
-
"name": "*",
|
|
29202
|
-
"package": "./icons"
|
|
29203
|
-
}
|
|
29204
|
-
}
|
|
29205
|
-
]
|
|
29206
|
-
},
|
|
29207
|
-
{
|
|
29208
|
-
"kind": "javascript-module",
|
|
29209
|
-
"path": "src/components/icon/legacy-icons.ts",
|
|
29210
|
-
"declarations": [
|
|
29211
|
-
{
|
|
29212
|
-
"kind": "function",
|
|
29213
|
-
"name": "isLegacyIcon",
|
|
29214
|
-
"return": {
|
|
29215
|
-
"type": {
|
|
29216
|
-
"text": "icon is ILegacyIcon"
|
|
29217
|
-
}
|
|
29218
|
-
},
|
|
29219
|
-
"parameters": [
|
|
29220
|
-
{
|
|
29221
|
-
"name": "icon",
|
|
29222
|
-
"type": {
|
|
29223
|
-
"text": "ILegacyIcon | TIcon"
|
|
29224
|
-
}
|
|
29225
|
-
}
|
|
29226
|
-
]
|
|
29227
|
-
},
|
|
29228
|
-
{
|
|
29229
|
-
"kind": "variable",
|
|
29230
|
-
"name": "legacyIcons",
|
|
29231
|
-
"type": {
|
|
29232
|
-
"text": "Record<string, ILegacyIcon>"
|
|
29233
|
-
},
|
|
29234
|
-
"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}"
|
|
29235
|
-
}
|
|
29236
|
-
],
|
|
29237
|
-
"exports": [
|
|
29238
|
-
{
|
|
29239
|
-
"kind": "js",
|
|
29240
|
-
"name": "isLegacyIcon",
|
|
29241
|
-
"declaration": {
|
|
29242
|
-
"name": "isLegacyIcon",
|
|
29243
|
-
"module": "src/components/icon/legacy-icons.ts"
|
|
29244
|
-
}
|
|
29245
|
-
},
|
|
29246
|
-
{
|
|
29247
|
-
"kind": "js",
|
|
29248
|
-
"name": "legacyIcons",
|
|
29249
|
-
"declaration": {
|
|
29250
|
-
"name": "legacyIcons",
|
|
29251
|
-
"module": "src/components/icon/legacy-icons.ts"
|
|
29252
|
-
}
|
|
29253
|
-
}
|
|
29254
|
-
]
|
|
29255
|
-
},
|
|
29256
|
-
{
|
|
29257
|
-
"kind": "javascript-module",
|
|
29258
|
-
"path": "src/components/illustration/illustration.ts",
|
|
29259
|
-
"declarations": [
|
|
29260
|
-
{
|
|
29261
|
-
"kind": "variable",
|
|
29262
|
-
"name": "ILLUSTRATION"
|
|
29263
|
-
},
|
|
29264
|
-
{
|
|
29265
|
-
"kind": "class",
|
|
29266
|
-
"description": "Illustration component.",
|
|
29267
|
-
"name": "Illustration",
|
|
29268
|
-
"members": [
|
|
29269
|
-
{
|
|
29270
|
-
"kind": "field",
|
|
29271
|
-
"name": "illustration",
|
|
29272
|
-
"type": {
|
|
29273
|
-
"text": "string"
|
|
29274
|
-
},
|
|
29275
|
-
"default": "''",
|
|
29276
|
-
"description": "Sets the illustration",
|
|
29277
|
-
"attribute": "illustration"
|
|
29278
|
-
},
|
|
29279
|
-
{
|
|
29280
|
-
"kind": "field",
|
|
29281
|
-
"name": "altTitle",
|
|
29282
|
-
"type": {
|
|
29283
|
-
"text": "string"
|
|
29284
|
-
},
|
|
29285
|
-
"default": "''",
|
|
29286
|
-
"description": "Sets the alt title, which aides screen readers.",
|
|
29287
|
-
"attribute": "alt-title"
|
|
29288
|
-
},
|
|
29289
|
-
{
|
|
29290
|
-
"kind": "field",
|
|
29291
|
-
"name": "altDescription",
|
|
29292
|
-
"type": {
|
|
29293
|
-
"text": "string"
|
|
29294
|
-
},
|
|
29295
|
-
"default": "''",
|
|
29296
|
-
"description": "Sets the alt description, which aides screen readers.",
|
|
29297
|
-
"attribute": "alt-description"
|
|
29298
|
-
}
|
|
29299
|
-
],
|
|
29300
|
-
"attributes": [
|
|
29301
|
-
{
|
|
29302
|
-
"name": "illustration",
|
|
29303
|
-
"type": {
|
|
29304
|
-
"text": "string"
|
|
29305
|
-
},
|
|
29306
|
-
"default": "''",
|
|
29307
|
-
"description": "Sets the illustration",
|
|
29308
|
-
"fieldName": "illustration"
|
|
29309
|
-
},
|
|
29310
|
-
{
|
|
29311
|
-
"name": "alt-title",
|
|
29312
|
-
"type": {
|
|
29313
|
-
"text": "string"
|
|
29314
|
-
},
|
|
29315
|
-
"default": "''",
|
|
29316
|
-
"description": "Sets the alt title, which aides screen readers.",
|
|
29317
|
-
"fieldName": "altTitle"
|
|
29318
|
-
},
|
|
29319
|
-
{
|
|
29320
|
-
"name": "alt-description",
|
|
29321
|
-
"type": {
|
|
29322
|
-
"text": "string"
|
|
29323
|
-
},
|
|
29324
|
-
"default": "''",
|
|
29325
|
-
"description": "Sets the alt description, which aides screen readers.",
|
|
29326
|
-
"fieldName": "altDescription"
|
|
29327
|
-
}
|
|
29328
|
-
],
|
|
29329
|
-
"superclass": {
|
|
29330
|
-
"name": "LitElement",
|
|
29331
|
-
"package": "lit"
|
|
29332
|
-
},
|
|
29333
|
-
"tagName": "brz-illustration",
|
|
29334
|
-
"customElement": true
|
|
29335
|
-
}
|
|
29336
|
-
],
|
|
29337
|
-
"exports": [
|
|
29338
|
-
{
|
|
29339
|
-
"kind": "js",
|
|
29340
|
-
"name": "ILLUSTRATION",
|
|
29341
|
-
"declaration": {
|
|
29342
|
-
"name": "ILLUSTRATION",
|
|
29343
|
-
"module": "src/components/illustration/illustration.ts"
|
|
29344
|
-
}
|
|
29345
|
-
},
|
|
29346
|
-
{
|
|
29347
|
-
"kind": "js",
|
|
29348
|
-
"name": "Illustration",
|
|
29349
|
-
"declaration": {
|
|
29350
|
-
"name": "Illustration",
|
|
29351
|
-
"module": "src/components/illustration/illustration.ts"
|
|
29352
|
-
}
|
|
29353
|
-
},
|
|
29354
|
-
{
|
|
29355
|
-
"kind": "custom-element-definition",
|
|
29356
|
-
"declaration": {
|
|
29357
|
-
"name": "Illustration",
|
|
29358
|
-
"module": "src/components/illustration/illustration.ts"
|
|
29359
|
-
}
|
|
29360
|
-
}
|
|
29361
|
-
]
|
|
29362
|
-
},
|
|
29363
|
-
{
|
|
29364
|
-
"kind": "javascript-module",
|
|
29365
|
-
"path": "src/components/illustration/illustrations.ts",
|
|
29366
|
-
"declarations": [
|
|
29367
|
-
{
|
|
29368
|
-
"kind": "variable",
|
|
29369
|
-
"name": "illustrations",
|
|
29370
|
-
"type": {
|
|
29371
|
-
"text": "Record<string, TIllustration>"
|
|
29372
|
-
},
|
|
29373
|
-
"default": "{\n resources: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M72.162 23C65.9749 23 60.9331 26.3858 60.9331 35.8357C60.9331 45.2714 65.9608 48.6715 72.162 48.6715C78.3519 48.6715 83.3909 45.2885 83.3909 35.8357C83.3909 26.4029 78.366 23 72.162 23\" fill=\"#ECEEF3\"/>\n <path d=\"M56.4495 56.9434C59.5234 55.7568 64.9414 54.1338 72.1812 54.1338C78.7417 54.1338 84.8193 55.6855 88.0841 56.9434C93.6087 59.077 96.3373 63.076 97.3676 67.212C97.9234 69.4654 97.0055 71.887 95.3408 72.6629C93.7195 73.4199 86.7451 73.8798 78.6699 74.0381C76.8525 68.8754 72.9778 64.0852 65.9467 61.3874C63.1121 60.3023 58.7997 59.0638 53.7502 58.2549C54.565 57.7649 55.4627 57.3244 56.4495 56.9434Z\" fill=\"#ECEEF3\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40.1294 59.3822C29.7418 59.3822 21.9683 61.6959 17.5579 63.3874C9.61917 66.4329 5.70017 72.1418 4.23407 78.0459C3.43657 81.25 4.74559 84.6941 7.11794 85.8082C10.0139 87.1663 25.0495 87.8454 40.1093 87.8454C55.2496 87.8454 70.4222 87.1582 73.3584 85.796C75.7469 84.69 77.0639 81.2378 76.2664 78.0256C74.7883 72.1296 70.8733 66.4289 62.9466 63.3874C58.2624 61.5942 49.5423 59.3822 40.1294 59.3822\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40.102 15C31.2248 15 23.991 19.8265 23.991 33.2977C23.991 46.7486 31.2047 51.5955 40.102 51.5955C48.9832 51.5955 56.213 46.773 56.213 33.2977C56.213 19.8509 49.0033 15 40.102 15\" fill=\"#CACFD9\"/>`,\n\n noResults: svg`\n <path d=\"M10.6274 20.1597L18.6274 8.95953L44.6651 4.93911C46.2938 4.68762 47.8205 5.79705 48.0842 7.42383L57.883 67.8584C58.1482 69.4939 57.0373 71.0347 55.4018 71.2999L13.9473 78.0213C12.3099 78.2867 10.7678 77.173 10.505 75.5352L3.16043 29.7599L10.6274 20.1597Z\" fill=\"#ECEEF3\"/>\n <path d=\"M21.2939 27.0931L3.1604 29.7599L18.6274 8.95954L21.2939 27.0931Z\" fill=\"#CACFD9\"/>\n <path d=\"M81.402 60.8947L75.2739 54.7826C74.8633 55.2754 74.4333 55.7554 73.9906 56.2162C73.5478 56.677 73.0473 57.1058 72.5532 57.4962L78.6813 63.6083L81.402 60.8947Z\" fill=\"#ECEEF3\"/>\n <mask id=\"path-4-outside-1_4329_35955\" maskUnits=\"userSpaceOnUse\" x=\"36.4946\" y=\"18.8265\" width=\"47\" height=\"47\" fill=\"black\">\n <rect fill=\"white\" x=\"36.4946\" y=\"18.8265\" width=\"47\" height=\"47\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.1456 52.8433C75.0237 53.0225 74.8889 53.2018 74.7606 53.3682C74.7328 53.4041 74.7051 53.4404 74.6772 53.4769C74.5761 53.609 74.4734 53.7433 74.3627 53.8738C73.5415 54.8721 72.6237 55.7875 71.6228 56.6066C71.5046 56.7063 71.3865 56.7964 71.266 56.8883C71.2164 56.9261 71.1664 56.9642 71.1159 57.0034C70.9426 57.1378 70.7693 57.2658 70.5897 57.3874C62.5001 63.0956 51.3757 61.6759 44.9877 54.1201C38.5997 46.5643 39.0753 35.3883 46.0823 28.3996C53.0892 21.4108 64.2942 20.9365 71.8698 27.3079C79.4453 33.6793 80.8687 44.7748 75.1456 52.8433ZM44.5589 40.6698C43.8877 48.8079 49.836 55.9991 57.9742 56.8882C58.5153 56.9498 59.0595 56.9797 59.6041 56.9778C67.7909 56.9862 74.4956 50.4906 74.7252 42.3282C74.9548 34.1658 68.6257 27.3055 60.4513 26.8561C52.2768 26.4067 45.2302 32.5317 44.5589 40.6698Z\"/>\n </mask>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.1456 52.8433C75.0237 53.0225 74.8889 53.2018 74.7606 53.3682C74.7328 53.4041 74.7051 53.4404 74.6772 53.4769C74.5761 53.609 74.4734 53.7433 74.3627 53.8738C73.5415 54.8721 72.6237 55.7875 71.6228 56.6066C71.5046 56.7063 71.3865 56.7964 71.266 56.8883C71.2164 56.9261 71.1664 56.9642 71.1159 57.0034C70.9426 57.1378 70.7693 57.2658 70.5897 57.3874C62.5001 63.0956 51.3757 61.6759 44.9877 54.1201C38.5997 46.5643 39.0753 35.3883 46.0823 28.3996C53.0892 21.4108 64.2942 20.9365 71.8698 27.3079C79.4453 33.6793 80.8687 44.7748 75.1456 52.8433ZM44.5589 40.6698C43.8877 48.8079 49.836 55.9991 57.9742 56.8882C58.5153 56.9498 59.0595 56.9797 59.6041 56.9778C67.7909 56.9862 74.4956 50.4906 74.7252 42.3282C74.9548 34.1658 68.6257 27.3055 60.4513 26.8561C52.2768 26.4067 45.2302 32.5317 44.5589 40.6698Z\" fill=\"#CACFD9\"/>\n <path d=\"M74.7606 53.3682L77.928 55.811L77.928 55.811L74.7606 53.3682ZM75.1456 52.8433L71.883 50.5292L71.8604 50.561L71.8384 50.5933L75.1456 52.8433ZM74.6772 53.4769L71.5 51.0467L71.5 51.0468L74.6772 53.4769ZM74.3627 53.8738L71.3125 51.286L71.2929 51.3092L71.2737 51.3326L74.3627 53.8738ZM71.6228 56.6066L69.0895 53.5111L69.0661 53.5302L69.043 53.5497L71.6228 56.6066ZM71.266 56.8883L68.8408 53.7073L68.8407 53.7074L71.266 56.8883ZM71.1159 57.0034L73.5676 60.164L73.5677 60.1639L71.1159 57.0034ZM70.5897 57.3874L68.3477 54.0748L68.3154 54.0967L68.2835 54.1192L70.5897 57.3874ZM44.9877 54.1201L41.9331 56.7026L44.9877 54.1201ZM46.0823 28.3996L43.2575 25.5675L43.2575 25.5675L46.0823 28.3996ZM71.8698 27.3079L74.4444 24.2466L74.4444 24.2466L71.8698 27.3079ZM57.9742 56.8882L58.4265 52.9139L58.4176 52.9129L58.4086 52.9119L57.9742 56.8882ZM44.5589 40.6698L40.5725 40.341L40.5725 40.341L44.5589 40.6698ZM59.6041 56.9778L59.6082 52.9778L59.5992 52.9778L59.5902 52.9778L59.6041 56.9778ZM74.7252 42.3282L70.7268 42.2157V42.2157L74.7252 42.3282ZM60.4513 26.8561L60.6708 22.8621V22.8621L60.4513 26.8561ZM77.928 55.811C78.072 55.6242 78.2637 55.3712 78.4528 55.0934L71.8384 50.5933C71.7836 50.6739 71.7058 50.7793 71.5932 50.9253L77.928 55.811ZM77.8543 55.907C77.8831 55.8695 77.9059 55.8396 77.928 55.811L71.5932 50.9253C71.5597 50.9687 71.5271 51.0114 71.5 51.0467L77.8543 55.907ZM77.4129 56.4615C77.5997 56.2413 77.7628 56.0267 77.8544 55.9069L71.5 51.0468C71.3895 51.1913 71.347 51.2454 71.3125 51.286L77.4129 56.4615ZM74.1561 59.7022C75.3599 58.717 76.4638 57.616 77.4518 56.4149L71.2737 51.3326C70.6191 52.1283 69.8876 52.858 69.0895 53.5111L74.1561 59.7022ZM73.6913 60.0692C73.8006 59.9858 73.9967 59.8372 74.2026 59.6635L69.043 53.5497C69.0125 53.5754 68.9724 53.607 68.8408 53.7073L73.6913 60.0692ZM73.5677 60.1639C73.6029 60.1366 73.6396 60.1085 73.6913 60.0691L68.8407 53.7074C68.7932 53.7436 68.7299 53.7918 68.664 53.843L73.5677 60.1639ZM72.8317 60.7001C73.1015 60.5174 73.3465 60.3354 73.5676 60.164L68.6641 53.8429C68.5387 53.9402 68.4372 54.0142 68.3477 54.0748L72.8317 60.7001ZM41.9331 56.7026C49.6614 65.8438 63.1135 67.5584 72.8958 60.6557L68.2835 54.1192C61.8867 58.6329 53.09 57.5081 48.0423 51.5376L41.9331 56.7026ZM43.2575 25.5675C34.7772 34.0258 34.2006 47.5565 41.9331 56.7026L48.0423 51.5376C42.9988 45.572 43.3734 36.7509 48.907 31.2317L43.2575 25.5675ZM74.4444 24.2466C65.2824 16.5409 51.7333 17.1137 43.2575 25.5675L48.907 31.2317C54.4452 25.7079 63.3061 25.332 69.2951 30.3691L74.4444 24.2466ZM78.4082 55.1575C85.3368 45.3893 83.6113 31.9565 74.4444 24.2466L69.2951 30.3691C75.2792 35.4021 76.4005 44.1602 71.883 50.5292L78.4082 55.1575ZM58.4086 52.9119C52.4162 52.2572 48.0531 46.967 48.5454 40.9986L40.5725 40.341C39.7223 50.6488 47.2558 59.741 57.5398 60.8646L58.4086 52.9119ZM59.5902 52.9778C59.2014 52.9792 58.8128 52.9578 58.4265 52.9139L57.5219 60.8626C58.2178 60.9417 58.9176 60.9802 59.618 60.9778L59.5902 52.9778ZM70.7268 42.2157C70.5584 48.2026 65.6375 52.984 59.6082 52.9778L59.6 60.9778C69.9444 60.9884 78.4328 52.7785 78.7236 42.4406L70.7268 42.2157ZM60.2317 30.8501C66.2514 31.181 70.8951 36.2292 70.7268 42.2157L78.7236 42.4406C79.0144 32.1023 71 23.43 60.6708 22.8621L60.2317 30.8501ZM48.5454 40.9986C49.0378 35.0289 54.2111 30.5191 60.2317 30.8501L60.6708 22.8621C50.3424 22.2943 41.4226 30.0344 40.5725 40.341L48.5454 40.9986Z\" fill=\"white\" mask=\"url(#path-4-outside-1_4329_35955)\"/>\n <path d=\"M85.1365 61.3427C84.4788 60.6936 83.4199 60.6936 82.7622 61.3427L79.1111 64.9844C78.4568 65.6388 78.4568 66.698 79.1111 67.3524L90.4945 78.7062C91.1506 79.3588 92.2125 79.3588 92.8687 78.7062L96.5198 75.0646C97.1741 74.4101 97.1741 73.351 96.5198 72.6965L85.1365 61.3427Z\" fill=\"#CACFD9\"/>`,\n\n noMessages: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M95.0885 38.7676C95.0885 22.1947 79.6871 8.75952 60.6886 8.75952C41.69 8.75952 26.2886 22.1947 26.2886 38.7676C26.2886 55.3405 41.69 68.7756 60.6886 68.7756C62.4398 68.7756 64.1591 68.6598 65.8402 68.4395C66.8972 70.0155 68.2072 71.8251 69.3754 73.012C74.935 78.6606 82.5795 78.6606 79.7997 75.1303C78.1033 72.9753 76.6661 68.7184 75.8037 65.7268C87.2231 60.8457 95.0885 50.6091 95.0885 38.7676Z\" fill=\"#ECEEF3\"/>\n <circle cx=\"72.851\" cy=\"38.6972\" r=\"3.68571\" fill=\"white\"/>\n <circle cx=\"60.5656\" cy=\"38.6972\" r=\"3.68571\" fill=\"white\"/>\n <circle cx=\"48.2797\" cy=\"38.6972\" r=\"3.68571\" fill=\"white\"/>\n <mask id=\"path-5-outside-1_4329_35956\" maskUnits=\"userSpaceOnUse\" x=\"5.01172\" y=\"44.6291\" width=\"48\" height=\"48\" fill=\"black\">\n <rect fill=\"white\" x=\"5.01172\" y=\"44.6291\" width=\"48\" height=\"48\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.51333 65.7292C8.51333 55.7328 17.8031 47.6291 29.2625 47.6291C40.7219 47.6291 50.0117 55.7328 50.0117 65.7292C50.0117 75.7255 40.7219 83.8293 29.2625 83.8293C28.2062 83.8293 27.1692 83.7594 26.1552 83.6265C25.5176 84.5771 24.7275 85.6687 24.0228 86.3846C20.6694 89.7916 16.0585 89.7917 17.7352 87.6622C18.7584 86.3624 19.6253 83.7948 20.1455 81.9903C13.2576 79.0462 8.51333 72.8717 8.51333 65.7292Z\"/>\n </mask>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.51333 65.7292C8.51333 55.7328 17.8031 47.6291 29.2625 47.6291C40.7219 47.6291 50.0117 55.7328 50.0117 65.7292C50.0117 75.7255 40.7219 83.8293 29.2625 83.8293C28.2062 83.8293 27.1692 83.7594 26.1552 83.6265C25.5176 84.5771 24.7275 85.6687 24.0228 86.3846C20.6694 89.7916 16.0585 89.7917 17.7352 87.6622C18.7584 86.3624 19.6253 83.7948 20.1455 81.9903C13.2576 79.0462 8.51333 72.8717 8.51333 65.7292Z\" fill=\"#CACFD9\"/>\n <path d=\"M11.5133 65.7292C11.5133 67.386 10.1702 68.7292 8.51333 68.7292C6.85648 68.7292 5.51333 67.386 5.51333 65.7292H11.5133ZM26.1552 83.6265L23.6637 81.9555C24.2985 81.0089 25.4149 80.5039 26.545 80.652L26.1552 83.6265ZM24.0228 86.3846L26.1609 88.489L24.0228 86.3846ZM17.7352 87.6622L20.0924 89.5179L20.0922 89.5181L17.7352 87.6622ZM20.1455 81.9903L21.3246 79.2317C22.7169 79.8269 23.4475 81.3663 23.0281 82.8213L20.1455 81.9903ZM5.51333 65.7292C5.51333 64.0723 6.85648 62.7292 8.51333 62.7292C10.1702 62.7292 11.5133 64.0723 11.5133 65.7292H5.51333ZM5.51333 65.7292C5.51333 53.7042 16.5442 44.6291 29.2625 44.6291V50.6291C19.062 50.6291 11.5133 57.7614 11.5133 65.7292H5.51333ZM29.2625 44.6291C41.9809 44.6291 53.0117 53.7042 53.0117 65.7292H47.0117C47.0117 57.7614 39.463 50.6291 29.2625 50.6291V44.6291ZM53.0117 65.7292C53.0117 77.7541 41.9809 86.8293 29.2625 86.8293V80.8293C39.463 80.8293 47.0117 73.6969 47.0117 65.7292H53.0117ZM29.2625 86.8293C28.0738 86.8293 26.9065 86.7507 25.7654 86.6011L26.545 80.652C27.4318 80.7682 28.3386 80.8293 29.2625 80.8293V86.8293ZM28.6467 85.2976C27.9973 86.2657 27.0764 87.5589 26.1609 88.489L21.8847 84.2802C22.3785 83.7784 23.0379 82.8885 23.6637 81.9555L28.6467 85.2976ZM26.1609 88.489C24.0506 90.6331 21.4447 91.8327 19.342 92.0792C18.7991 92.1428 18.1903 92.1549 17.577 92.0455C17.0025 91.9431 16.1472 91.6834 15.4289 90.9728C14.5911 90.1441 14.2634 89.0192 14.4159 87.939C14.5469 87.011 14.9997 86.287 15.3782 85.8063L20.0922 89.5181C20.0515 89.5698 20.2816 89.3116 20.357 88.7779C20.4538 88.092 20.2374 87.2899 19.6485 86.7073C19.1791 86.2429 18.7102 86.1529 18.6302 86.1387C18.5114 86.1175 18.5051 86.1362 18.6434 86.12C19.2653 86.0471 20.6416 85.5431 21.8847 84.2802L26.1609 88.489ZM15.3779 85.8066C15.6142 85.5065 15.9589 84.8684 16.3413 83.9068C16.7016 83.001 17.0177 82.0096 17.2628 81.1593L23.0281 82.8213C22.753 83.7755 22.3756 84.9701 21.9166 86.1242C21.4797 87.2226 20.8794 88.5181 20.0924 89.5179L15.3779 85.8066ZM18.9663 84.7489C11.1889 81.4245 5.51333 74.2904 5.51333 65.7292H11.5133C11.5133 71.453 15.3262 76.6678 21.3246 79.2317L18.9663 84.7489Z\" fill=\"white\" mask=\"url(#path-5-outside-1_4329_35956)\"/>\n <circle cx=\"36.5989\" cy=\"65.6868\" r=\"2.22313\" fill=\"white\"/>\n <circle cx=\"29.1887\" cy=\"65.6868\" r=\"2.22313\" fill=\"white\"/>\n <circle cx=\"21.7778\" cy=\"65.6868\" r=\"2.22313\" fill=\"white\"/>`,\n\n templateDeleted: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76 52.9727C75.669 52.9908 75.3356 53 75 53C65.0589 53 57 44.9411 57 35C57 32.8962 57.3609 30.8767 58.0242 29H28C25.7909 29 24 30.7909 24 33V77C24 79.2091 25.7909 81 28 81H72C74.2091 81 76 79.2091 76 77V52.9727Z\" fill=\"#CACFD9\"/>\n <rect x=\"28\" y=\"33\" width=\"20\" height=\"20\" rx=\"2\" fill=\"#F3F5F9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.1099 33L54 33C52.8954 33 52 33.8954 52 35V51C52 52.1046 52.8954 53 54 53H70C70.4512 53 70.8674 52.8506 71.2021 52.5986C63.0848 50.8552 57 43.6382 57 35C57 34.324 57.0373 33.6567 57.1099 33Z\" fill=\"#F3F5F9\"/>\n <rect x=\"28\" y=\"57\" width=\"20\" height=\"20\" rx=\"2\" fill=\"white\"/>\n <rect x=\"52\" y=\"57\" width=\"20\" height=\"20\" rx=\"2\" fill=\"#F3F5F9\"/>\n <circle cx=\"75\" cy=\"35\" r=\"14\" fill=\"#CACFD9\"/>\n <rect x=\"80.6567\" y=\"39.2426\" width=\"2\" height=\"14\" rx=\"1\" transform=\"rotate(135 80.6567 39.2426)\" fill=\"white\"/>\n <rect x=\"79.2427\" y=\"29.3431\" width=\"2\" height=\"14\" rx=\"1\" transform=\"rotate(45 79.2427 29.3431)\" fill=\"white\"/>`,\n\n noOptimizationSchedules: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M41.9999 33C34.2679 33 27.9999 39.268 27.9999 46.9999C27.9999 54.7319 34.2679 61 41.9999 61C44.7665 61 47.3458 60.1975 49.5174 58.8125C49.178 60.4888 48.9999 62.2236 48.9999 64C48.9999 69.8947 50.9616 75.3313 54.2677 79.6924L50.3664 80.9681C49.4952 81.253 48.5417 80.9091 48.0529 80.1336L45.5012 76.0854C45.4488 76.0921 45.3963 76.0989 45.3437 76.1058C45.08 76.1401 44.8142 76.1748 44.5463 76.1962C43.6108 76.2767 42.6786 76.3079 41.7593 76.3024L39.6739 80.5975C39.2736 81.422 38.364 81.8689 37.4667 81.6819L32.2697 80.5988C31.3712 80.4115 30.7154 79.6367 30.6793 78.7196L30.4916 73.9562C29.3374 73.4626 28.2192 72.8917 27.1415 72.252L23.1893 74.9325C22.4298 75.4476 21.4172 75.3797 20.7332 74.7678L16.774 71.2258C16.0903 70.6142 15.9104 69.6158 16.3376 68.804L18.5571 64.5856C17.8072 63.5849 17.1204 62.5359 16.5 61.4407L11.7332 61.7861C10.8173 61.8525 9.97381 61.2866 9.68798 60.4138L8.03648 55.3711C7.75113 54.4998 8.09473 53.5461 8.87017 53.057L12.9144 50.5061C12.8715 50.1839 12.8312 49.8683 12.8024 49.5452C12.7221 48.6102 12.692 47.6817 12.6979 46.7576L8.40448 44.6796C7.57887 44.28 7.1309 43.37 7.31773 42.472L8.39982 37.2709C8.58685 36.3719 9.36196 35.7158 10.2795 35.6798L15.0442 35.4928C15.5383 34.3381 16.1122 33.2219 16.7496 32.1462L14.0669 28.1944C13.5514 27.4351 13.6188 26.4225 14.2304 25.7382L17.7692 21.7791C18.3806 21.0951 19.3789 20.9148 20.1909 21.3416L24.4151 23.5622C25.41 22.8096 26.4645 22.1228 27.5594 21.5035L27.2121 16.736C27.1454 15.8196 27.7115 14.9757 28.5847 14.6899L33.6327 13.0376C34.504 12.7524 35.4577 13.0962 35.9467 13.8718L38.4956 17.9152C38.5511 17.9086 38.6066 17.9019 38.6622 17.8951C38.9252 17.8633 39.189 17.8314 39.4578 17.8079C40.3965 17.7276 41.3216 17.6915 42.2439 17.6998L44.3232 13.4055C44.7232 12.5795 45.634 12.1317 46.5324 12.3194L51.7318 13.4057C52.6299 13.5934 53.2851 14.3681 53.3212 15.2849L53.5086 20.0475C54.6666 20.5457 55.7839 21.1147 56.8587 21.7483L60.8135 19.0678C61.5731 18.553 62.5855 18.6211 63.2693 19.233L67.226 22.774C67.9094 23.3855 68.0893 24.3834 67.6625 25.195L65.4435 29.4157C66.193 30.4129 66.8829 31.4661 67.5001 32.5622L72.2691 32.2162C73.1853 32.1497 74.029 32.7159 74.3147 33.5889L75.7617 38.011C75.5086 38.0037 75.2547 38 74.9999 38C67.492 38 60.7274 41.1823 55.9813 46.2716C55.6023 38.8781 49.4875 33 41.9999 33Z\" fill=\"#ECEEF3\"/>\n <circle cx=\"75\" cy=\"64\" r=\"18\" fill=\"#CACFD9\"/>\n <path d=\"M76.3136 63.271V54.5596C76.3136 53.6983 75.5717 53 74.6568 53C73.7418 53 73 53.6983 73 54.5596V63.9171C73 63.9206 73.0012 63.9241 73.0012 63.9276C73.0017 64.0262 73.012 64.1249 73.0327 64.222C73.0427 64.2699 73.0613 64.3132 73.0758 64.36C73.092 64.4114 73.1044 64.4637 73.1263 64.514C73.1504 64.5678 73.1827 64.6169 73.2125 64.6676C73.2348 64.7066 73.2527 64.7456 73.2788 64.7826C73.3396 64.8688 73.4088 64.9495 73.4863 65.0216L78.1712 69.4321C78.8182 70.0411 79.8682 70.0411 80.5148 69.4321C81.1617 68.8231 81.1617 67.8347 80.5148 67.2269L76.3136 63.271Z\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M46.5896 65.2507C36.3386 67.9975 25.8138 61.9339 23.0761 51.717C20.3385 41.5 26.4215 30.9864 36.6725 28.2396C46.9235 25.4929 57.4484 31.5564 60.186 41.7734C60.2514 42.0174 60.3117 42.2615 60.3671 42.5057C61.2281 41.9184 62.1263 41.3814 63.0573 40.8991C59.8483 29.1342 47.708 22.1769 35.8961 25.3419C24.0514 28.5156 17.0101 40.6693 20.1784 52.4934C23.3466 64.3175 35.5215 71.3223 47.3661 68.1485C48.0055 67.9772 48.6309 67.7797 49.2415 67.5575C49.1014 66.5333 49.0209 65.4901 49.0037 64.4315C48.2282 64.753 47.4227 65.0275 46.5896 65.2507Z\" fill=\"white\"/>`,\n\n noData: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 23C8.89543 23 8 23.8954 8 25V72C8 73.1046 8.89543 74 10 74H61.0891C60.3852 72.1342 60 70.1121 60 68C60 58.6112 67.6112 51 77 51C77.3357 51 77.6691 51.0097 78 51.0289V25C78 23.8954 77.1046 23 76 23H10Z\" fill=\"white\"/>\n <circle cx=\"77.799\" cy=\"68.799\" r=\"14\" transform=\"rotate(-45 77.799 68.799)\" fill=\"#CACFD9\"/>\n <circle cx=\"19\" cy=\"33\" r=\"3\" fill=\"#ECEEF3\"/>\n <circle cx=\"27\" cy=\"33\" r=\"3\" fill=\"#ECEEF3\"/>\n <circle cx=\"35\" cy=\"33\" r=\"3\" fill=\"#ECEEF3\"/>\n <rect x=\"16\" y=\"40\" width=\"54\" height=\"9\" fill=\"#ECEEF3\"/>\n <rect x=\"16\" y=\"53\" width=\"20\" height=\"13\" fill=\"#ECEEF3\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 70V27H74V51.446C75.2864 51.1541 76.6252 51 78 51V25C78 23.8954 77.1046 23 76 23H10C8.89543 23 8 23.8954 8 25V72C8 73.1046 8.89543 74 10 74H60.7035C60.3341 72.7196 60.1029 71.3805 60.0273 70H12Z\" fill=\"#CACFD9\"/>\n <rect x=\"84.7988\" y=\"67.799\" width=\"2\" height=\"14\" rx=\"1\" transform=\"rotate(90 84.7988 67.799)\" fill=\"white\"/>\n <rect x=\"76.7988\" y=\"61.799\" width=\"2\" height=\"14\" rx=\"1\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M69.7456 53H40V66H60.2489C61.2007 60.3267 64.8063 55.5534 69.7456 53Z\" fill=\"#ECEEF3\"/>`,\n\n tags: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.60283 35.6837L59.0416 24.7008C59.6166 24.5882 60.2094 24.704 60.6933 25.0304L82.5383 39.765C83.5424 40.4423 83.8 41.8195 83.113 42.838L68.1693 64.9929C67.8369 65.4857 67.329 65.8236 66.7553 65.9427L12.3178 76.9236C11.1208 77.1651 9.96809 76.3875 9.74361 75.1873L2.84296 38.301C2.72982 37.6961 2.87068 37.105 3.18874 36.6335C3.50811 36.16 4.00467 35.806 4.60283 35.6837Z\" fill=\"#ECEEF3\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M64.749 46.4034C65.4276 45.3973 65.1638 44.0304 64.1584 43.3523C63.155 42.6755 61.7889 42.9429 61.1102 43.949C60.4316 44.9551 60.6954 46.322 61.6989 46.9988C62.7042 47.6769 64.0703 47.4095 64.749 46.4034ZM57.4734 41.4959C59.508 38.4795 63.6108 37.6747 66.6193 39.7039C69.6297 41.7344 70.4223 45.8413 68.3877 48.8577C66.3531 51.8742 62.2484 52.6777 59.238 50.6472C56.2295 48.618 55.4388 44.5124 57.4734 41.4959Z\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8666 51.6324L68.7639 23.5243C69.2709 23.2306 69.869 23.1471 70.4329 23.2982L95.8848 30.118C97.0547 30.4315 97.7466 31.6498 97.4287 32.8365L90.5121 58.6495C90.3583 59.2237 89.988 59.7085 89.4843 60.0079L41.5877 88.1137C40.5346 88.7317 39.1915 88.3718 38.5885 87.3101L20.0548 54.6801C19.7509 54.1449 19.6916 53.5402 19.8388 52.9908C19.9866 52.4391 20.3409 51.9428 20.8666 51.6324Z\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76.4421 38.9857C77.0307 36.7891 79.2915 35.4787 81.4823 36.0657C83.6744 36.6531 84.9785 38.9187 84.3899 41.1153C83.8014 43.3119 81.5392 44.622 79.347 44.0346C77.1562 43.4476 75.8536 41.1823 76.4421 38.9857Z\" fill=\"white\"/>\n <path d=\"M36.4624 61.0203C35.4762 61.5904 34.2146 61.253 33.6445 60.2669C33.0745 59.2807 33.4118 58.0191 34.398 57.449L59.3372 43.0333C60.3234 42.4632 61.585 42.8005 62.155 43.7867C62.7251 44.7729 62.3877 46.0345 61.4015 46.6045L36.4624 61.0203Z\" fill=\"white\"/>\n <path d=\"M42.4586 71.2636C41.4819 71.8497 40.215 71.533 39.6289 70.5563C39.0428 69.5796 39.3595 68.3126 40.3362 67.7266L56.6249 57.9525C57.6016 57.3664 58.8685 57.6831 59.4546 58.6599C60.0407 59.6366 59.724 60.9035 58.7473 61.4896L42.4586 71.2636Z\" fill=\"white\"/>`,\n\n templateMissing: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76 52.9727C75.669 52.9908 75.3356 53 75 53C65.0589 53 57 44.9411 57 35C57 32.8962 57.3609 30.8767 58.0242 29H28C25.7909 29 24 30.7909 24 33V77C24 79.2091 25.7909 81 28 81H72C74.2091 81 76 79.2091 76 77V52.9727Z\" fill=\"#CACFD9\"/>\n <rect x=\"28\" y=\"33\" width=\"20\" height=\"20\" rx=\"2\" fill=\"#F3F5F9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.1099 33H54C52.8954 33 52 33.8954 52 35V51C52 52.1046 52.8954 53 54 53H70C70.4512 53 70.8674 52.8506 71.2021 52.5986C63.0848 50.8552 57 43.6382 57 35C57 34.324 57.0373 33.6567 57.1099 33Z\" fill=\"#F3F5F9\"/>\n <rect x=\"28\" y=\"57\" width=\"20\" height=\"20\" rx=\"2\" fill=\"white\"/>\n <rect x=\"52\" y=\"57\" width=\"20\" height=\"20\" rx=\"2\" fill=\"#F3F5F9\"/>\n <circle cx=\"75\" cy=\"35\" r=\"14\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.284 37.45V38.017H73.184L73.163 37.45C73.058 35.728 73.646 34.825 75.221 34.195L75.935 33.901C76.775 33.607 77.258 32.935 77.258 32.158C77.258 30.961 76.46 30.289 75.347 30.289C74.318 30.289 73.31 31.066 73.268 32.431H71C71 29.617 72.995 28 75.389 28C77.783 28 79.61 29.554 79.61 32.074C79.61 34.111 78.35 35.518 76.712 36.043C75.893 36.316 75.284 36.547 75.284 37.45ZM75.83 41.272C75.83 42.175 75.116 42.826 74.234 42.826C73.352 42.826 72.617 42.175 72.617 41.272C72.617 40.39 73.352 39.718 74.234 39.718C75.116 39.718 75.83 40.39 75.83 41.272Z\" fill=\"white\"/>`,\n\n noResultsDateRange: svg`\n <path d=\"M64.5 15V21\" stroke=\"#ECEEF3\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M41.5 15V21\" stroke=\"#ECEEF3\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M30 35.5H77\" stroke=\"white\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.0625 59H32.9346C31.3189 59 30 57.6846 30 56.0769V23.9231C30 22.3154 31.3189 21 32.9346 21H74.0625C75.6781 21 77 22.3154 77 23.9231V56.0769C77 57.6846 75.6781 59 74.0625 59Z\" fill=\"#ECEEF3\" stroke=\"#ECEEF3\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <rect x=\"48\" y=\"32\" width=\"10\" height=\"8\" rx=\"2\" fill=\"white\"/>\n <rect x=\"62\" y=\"32\" width=\"10\" height=\"8\" rx=\"2\" fill=\"white\"/>\n <rect x=\"62\" y=\"45\" width=\"10\" height=\"8\" rx=\"2\" fill=\"white\"/>\n <path d=\"M49.2396 74.5497L43.4947 68.8197C43.1097 69.2817 42.7067 69.7317 42.2916 70.1637C41.8765 70.5957 41.4073 70.9977 40.9441 71.3637L46.689 77.0937L49.2396 74.5497Z\" fill=\"#ECEEF3\"/>\n <mask id=\"path-9-outside-1_4329_35953\" maskUnits=\"userSpaceOnUse\" x=\"6.88965\" y=\"34.8614\" width=\"44\" height=\"44\" fill=\"black\">\n <rect fill=\"white\" x=\"6.88965\" y=\"34.8614\" width=\"44\" height=\"44\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.3743 67.0017C43.26 67.1697 43.1337 67.3377 43.0134 67.4937C42.9874 67.5275 42.9613 67.5615 42.9352 67.5957C42.8405 67.7195 42.7441 67.8455 42.6404 67.9677C41.8705 68.9037 41.0101 69.7618 40.0718 70.5297C39.961 70.6232 39.8502 70.7077 39.7373 70.7938C39.6908 70.8292 39.6439 70.865 39.5965 70.9017C39.4341 71.0277 39.2717 71.1477 39.1032 71.2617C31.5194 76.6131 21.0905 75.2821 15.1018 68.1987C9.11319 61.1152 9.55906 50.638 16.128 44.0861C22.6969 37.5343 33.2014 37.0896 40.3033 43.0627C47.4052 49.0357 48.7396 59.4376 43.3743 67.0017ZM14.6999 55.5892C14.0707 63.2186 19.6471 69.9602 27.2765 70.7937C27.7838 70.8514 28.294 70.8795 28.8045 70.8777C36.4795 70.8856 42.765 64.796 42.9803 57.1439C43.1955 49.4918 37.2621 43.0604 29.5987 42.6391C21.9353 42.2179 15.3292 47.9599 14.6999 55.5892Z\"/>\n </mask>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.3743 67.0017C43.26 67.1697 43.1337 67.3377 43.0134 67.4937C42.9874 67.5275 42.9613 67.5615 42.9352 67.5957C42.8405 67.7195 42.7441 67.8455 42.6404 67.9677C41.8705 68.9037 41.0101 69.7618 40.0718 70.5297C39.961 70.6232 39.8502 70.7077 39.7373 70.7938C39.6908 70.8292 39.6439 70.865 39.5965 70.9017C39.4341 71.0277 39.2717 71.1477 39.1032 71.2617C31.5194 76.6131 21.0905 75.2821 15.1018 68.1987C9.11319 61.1152 9.55906 50.638 16.128 44.0861C22.6969 37.5343 33.2014 37.0896 40.3033 43.0627C47.4052 49.0357 48.7396 59.4376 43.3743 67.0017ZM14.6999 55.5892C14.0707 63.2186 19.6471 69.9602 27.2765 70.7937C27.7838 70.8514 28.294 70.8795 28.8045 70.8777C36.4795 70.8856 42.765 64.796 42.9803 57.1439C43.1955 49.4918 37.2621 43.0604 29.5987 42.6391C21.9353 42.2179 15.3292 47.9599 14.6999 55.5892Z\" fill=\"#CACFD9\"/>\n <path d=\"M43.0134 67.4937L39.846 65.0509L39.8459 65.051L43.0134 67.4937ZM43.3743 67.0017L40.1117 64.6875L40.0891 64.7194L40.0672 64.7517L43.3743 67.0017ZM42.9352 67.5957L39.758 65.1656L39.758 65.1656L42.9352 67.5957ZM42.6404 67.9677L39.5902 65.38L39.5706 65.4031L39.5513 65.4265L42.6404 67.9677ZM40.0718 70.5297L37.5385 67.4342L37.515 67.4534L37.4919 67.4729L40.0718 70.5297ZM39.7373 70.7938L37.312 67.6129L37.312 67.6129L39.7373 70.7938ZM39.5965 70.9017L37.1448 67.7412L37.1447 67.7412L39.5965 70.9017ZM39.1032 71.2617L36.8613 67.9491L36.8289 67.971L36.7971 67.9935L39.1032 71.2617ZM15.1018 68.1987L18.1564 65.6162L18.1564 65.6162L15.1018 68.1987ZM16.128 44.0861L18.9527 46.9182L16.128 44.0861ZM40.3033 43.0627L37.7286 46.1239L40.3033 43.0627ZM27.2765 70.7937L27.7288 66.8194L27.7199 66.8184L27.7109 66.8174L27.2765 70.7937ZM14.6999 55.5892L10.7135 55.2604L14.6999 55.5892ZM28.8045 70.8777L28.8086 66.8777L28.7996 66.8777L28.7906 66.8777L28.8045 70.8777ZM42.9803 57.1439L46.9787 57.2564L42.9803 57.1439ZM29.5987 42.6391L29.3791 46.6331L29.5987 42.6391ZM46.1808 69.9365C46.3168 69.7602 46.5001 69.5184 46.6815 69.2518L40.0672 64.7517C40.02 64.821 39.9506 64.9152 39.846 65.0509L46.1808 69.9365ZM46.1123 70.0259C46.1394 69.9905 46.1605 69.9629 46.1809 69.9365L39.8459 65.051C39.8142 65.0921 39.7833 65.1325 39.758 65.1656L46.1123 70.0259ZM45.6906 70.5554C45.8705 70.3434 46.0272 70.1372 46.1123 70.0259L39.758 65.1656C39.6537 65.3019 39.6178 65.3475 39.5902 65.38L45.6906 70.5554ZM42.605 73.6253C43.7463 72.6913 44.7928 71.6475 45.7295 70.5089L39.5513 65.4265C38.9481 66.1598 38.2739 66.8323 37.5385 67.4342L42.605 73.6253ZM42.1625 73.9747C42.2642 73.8971 42.4531 73.7541 42.6516 73.5866L37.4919 67.4729C37.4689 67.4923 37.4362 67.5182 37.312 67.6129L42.1625 73.9747ZM42.0482 74.0623C42.0803 74.0374 42.114 74.0117 42.1626 73.9747L37.312 67.6129C37.2676 67.6468 37.2075 67.6925 37.1448 67.7412L42.0482 74.0623ZM41.3452 74.5744C41.6038 74.3993 41.838 74.2253 42.0483 74.0622L37.1447 67.7412C37.0302 67.8301 36.9395 67.8961 36.8613 67.9491L41.3452 74.5744ZM12.0472 70.7812C19.3762 79.45 32.1328 81.0758 41.4094 74.53L36.7971 67.9935C30.906 72.1504 22.8047 71.1142 18.1564 65.6162L12.0472 70.7812ZM13.3032 41.254C5.26093 49.2754 4.71409 62.1074 12.0472 70.7812L18.1564 65.6162C13.5123 60.123 13.8572 52.0005 18.9527 46.9182L13.3032 41.254ZM42.8779 40.0014C34.1895 32.694 21.3409 33.2372 13.3032 41.254L18.9527 46.9182C24.0528 41.8314 32.2132 41.4852 37.7286 46.1239L42.8779 40.0014ZM46.6369 69.3159C53.2078 60.0521 51.5713 47.3129 42.8779 40.0014L37.7286 46.1239C43.2392 50.7585 44.2715 58.823 40.1117 64.6875L46.6369 69.3159ZM27.7109 66.8174C22.2273 66.2183 18.2361 61.3777 18.6864 55.918L10.7135 55.2604C9.90524 65.0595 17.0669 73.7021 26.8421 74.7701L27.7109 66.8174ZM28.7906 66.8777C28.4358 66.879 28.0813 66.8595 27.7288 66.8194L26.8242 74.7681C27.4862 74.8434 28.1521 74.88 28.8184 74.8777L28.7906 66.8777ZM38.9818 57.0315C38.8278 62.5081 34.3261 66.8834 28.8086 66.8777L28.8004 74.8777C38.6329 74.8878 46.7023 67.084 46.9787 57.2564L38.9818 57.0315ZM29.3791 46.6331C34.8878 46.936 39.1359 51.5553 38.9818 57.0315L46.9787 57.2564C47.2551 47.4284 39.6364 39.1849 29.8183 38.6452L29.3791 46.6331ZM18.6864 55.918C19.1368 50.4572 23.8696 46.3302 29.3791 46.6331L29.8183 38.6452C20.0009 38.1055 11.5216 45.4626 10.7135 55.2604L18.6864 55.918Z\" fill=\"white\" mask=\"url(#path-9-outside-1_4329_35953)\"/>\n <path d=\"M52.7406 74.9697C52.1241 74.3612 51.1313 74.3612 50.5148 74.9697L47.0919 78.3837C46.4785 78.9973 46.4785 79.9902 47.0919 80.6037L57.7636 91.2477C58.3787 91.8595 59.3742 91.8595 59.9894 91.2477L63.4123 87.8337C64.0257 87.2202 64.0257 86.2273 63.4123 85.6137L52.7406 74.9697Z\" fill=\"#CACFD9\"/>`,\n\n emptyTable: svg`\n <rect x=\"10\" y=\"17\" width=\"18\" height=\"18\" rx=\"2\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.71 22.3073C23.3224 21.8976 22.6984 21.8976 22.3118 22.3073L17.3804 27.4691L15.6885 25.6748C15.3018 25.2661 14.6759 25.2661 14.2892 25.6748C13.9036 26.0846 13.9036 26.7481 14.2892 27.1579L16.6496 29.6596C16.6585 29.6691 16.6615 29.6837 16.6714 29.6942C17.058 30.1019 17.684 30.1019 18.0696 29.6942L18.0736 29.689C18.0746 29.689 18.0746 29.6879 18.0755 29.6879V29.6869L23.71 23.7893C24.0967 23.3795 24.0967 22.7161 23.71 22.3073Z\" fill=\"white\"/>\n <rect x=\"10\" y=\"41\" width=\"18\" height=\"18\" rx=\"2\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.71 46.3073C23.3224 45.8976 22.6984 45.8976 22.3118 46.3073L17.3804 51.4691L15.6885 49.6748C15.3018 49.2661 14.6759 49.2661 14.2892 49.6748C13.9036 50.0846 13.9036 50.7481 14.2892 51.1579L16.6496 53.6596C16.6585 53.6691 16.6615 53.6837 16.6714 53.6942C17.058 54.1019 17.684 54.1019 18.0696 53.6942L18.0736 53.689C18.0746 53.689 18.0746 53.6879 18.0755 53.6879V53.6869L23.71 47.7893C24.0967 47.3795 24.0967 46.7161 23.71 46.3073Z\" fill=\"white\"/>\n <rect x=\"10\" y=\"65\" width=\"18\" height=\"18\" rx=\"2\" fill=\"#ECEEF3\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.71 70.3073C23.3224 69.8976 22.6984 69.8976 22.3118 70.3073L17.3804 75.4691L15.6885 73.6748C15.3018 73.2661 14.6759 73.2661 14.2892 73.6748C13.9036 74.0846 13.9036 74.7481 14.2892 75.1579L16.6496 77.6596C16.6585 77.6691 16.6615 77.6837 16.6714 77.6942C17.058 78.1019 17.684 78.1019 18.0696 77.6942L18.0736 77.689C18.0746 77.689 18.0746 77.6879 18.0755 77.6879V77.6869L23.71 71.7893C24.0967 71.3795 24.0967 70.7161 23.71 70.3073Z\" fill=\"white\"/>\n <rect x=\"35\" y=\"23\" width=\"44\" height=\"5\" rx=\"2\" fill=\"#CACFD9\"/>\n <rect x=\"35\" y=\"71\" width=\"42\" height=\"5\" rx=\"2\" fill=\"#ECEEF3\"/>\n <rect x=\"35\" y=\"48\" width=\"54\" height=\"5\" rx=\"2\" fill=\"#CACFD9\"/>`,\n\n connectionError: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M89.5713 45.5105C89.5713 26.2397 71.6626 10.6174 49.5713 10.6174C27.48 10.6174 9.57129 26.2397 9.57129 45.5105C9.57129 64.7813 27.48 80.4036 49.5713 80.4036C51.6077 80.4036 53.6068 80.2689 55.5616 80.0128C56.7907 81.8453 58.3139 83.9495 59.6723 85.3297C66.1369 91.8978 75.0258 91.8978 71.7935 87.7927C69.821 85.287 68.1499 80.3371 67.1471 76.8584C80.4254 71.1828 89.5713 59.2797 89.5713 45.5105\" fill=\"#ECEEF3\"/>\n <circle cx=\"63.7142\" cy=\"45.4286\" r=\"4.28571\" fill=\"white\"/>\n <circle cx=\"49.4283\" cy=\"45.4286\" r=\"4.28571\" fill=\"white\"/>\n <circle cx=\"35.1426\" cy=\"45.4286\" r=\"4.28571\" fill=\"white\"/>\n <circle cx=\"22.1426\" cy=\"73.5714\" r=\"19.2857\" fill=\"#CACFD9\" stroke=\"white\" stroke-width=\"3\"/>\n <path d=\"M22.1426 62.8572C23.3212 62.8572 24.2855 63.8215 24.2855 65V73.5715C24.2855 74.75 23.3212 75.7143 22.1426 75.7143C20.964 75.7143 19.9998 74.75 19.9998 73.5715V65C19.9998 63.8215 20.964 62.8572 22.1426 62.8572Z\" fill=\"white\"/>\n <path d=\"M24.2855 82.1429C24.2855 83.3264 23.3261 84.2857 22.1426 84.2857V84.2857C20.9591 84.2857 19.9998 83.3264 19.9998 82.1429V82.1429C19.9998 80.9594 20.9591 80 22.1426 80V80C23.3261 80 24.2855 80.9594 24.2855 82.1429V82.1429Z\" fill=\"white\"/>`,\n}"
|
|
29367
|
+
"default": "{\n resources: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M72.162 23C65.9749 23 60.9331 26.3858 60.9331 35.8357C60.9331 45.2714 65.9608 48.6715 72.162 48.6715C78.3519 48.6715 83.3909 45.2885 83.3909 35.8357C83.3909 26.4029 78.366 23 72.162 23\" fill=\"#ECEEF3\"/>\n <path d=\"M56.4495 56.9434C59.5234 55.7568 64.9414 54.1338 72.1812 54.1338C78.7417 54.1338 84.8193 55.6855 88.0841 56.9434C93.6087 59.077 96.3373 63.076 97.3676 67.212C97.9234 69.4654 97.0055 71.887 95.3408 72.6629C93.7195 73.4199 86.7451 73.8798 78.6699 74.0381C76.8525 68.8754 72.9778 64.0852 65.9467 61.3874C63.1121 60.3023 58.7997 59.0638 53.7502 58.2549C54.565 57.7649 55.4627 57.3244 56.4495 56.9434Z\" fill=\"#ECEEF3\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40.1294 59.3822C29.7418 59.3822 21.9683 61.6959 17.5579 63.3874C9.61917 66.4329 5.70017 72.1418 4.23407 78.0459C3.43657 81.25 4.74559 84.6941 7.11794 85.8082C10.0139 87.1663 25.0495 87.8454 40.1093 87.8454C55.2496 87.8454 70.4222 87.1582 73.3584 85.796C75.7469 84.69 77.0639 81.2378 76.2664 78.0256C74.7883 72.1296 70.8733 66.4289 62.9466 63.3874C58.2624 61.5942 49.5423 59.3822 40.1294 59.3822\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M40.102 15C31.2248 15 23.991 19.8265 23.991 33.2977C23.991 46.7486 31.2047 51.5955 40.102 51.5955C48.9832 51.5955 56.213 46.773 56.213 33.2977C56.213 19.8509 49.0033 15 40.102 15\" fill=\"#CACFD9\"/>`,\n\n noResults: svg`\n <path d=\"M10.6274 20.1597L18.6274 8.95953L44.6651 4.93911C46.2938 4.68762 47.8205 5.79705 48.0842 7.42383L57.883 67.8584C58.1482 69.4939 57.0373 71.0347 55.4018 71.2999L13.9473 78.0213C12.3099 78.2867 10.7678 77.173 10.505 75.5352L3.16043 29.7599L10.6274 20.1597Z\" fill=\"#ECEEF3\"/>\n <path d=\"M21.2939 27.0931L3.1604 29.7599L18.6274 8.95954L21.2939 27.0931Z\" fill=\"#CACFD9\"/>\n <path d=\"M81.402 60.8947L75.2739 54.7826C74.8633 55.2754 74.4333 55.7554 73.9906 56.2162C73.5478 56.677 73.0473 57.1058 72.5532 57.4962L78.6813 63.6083L81.402 60.8947Z\" fill=\"#ECEEF3\"/>\n <mask id=\"path-4-outside-1_4329_35955\" maskUnits=\"userSpaceOnUse\" x=\"36.4946\" y=\"18.8265\" width=\"47\" height=\"47\" fill=\"black\">\n <rect fill=\"white\" x=\"36.4946\" y=\"18.8265\" width=\"47\" height=\"47\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.1456 52.8433C75.0237 53.0225 74.8889 53.2018 74.7606 53.3682C74.7328 53.4041 74.7051 53.4404 74.6772 53.4769C74.5761 53.609 74.4734 53.7433 74.3627 53.8738C73.5415 54.8721 72.6237 55.7875 71.6228 56.6066C71.5046 56.7063 71.3865 56.7964 71.266 56.8883C71.2164 56.9261 71.1664 56.9642 71.1159 57.0034C70.9426 57.1378 70.7693 57.2658 70.5897 57.3874C62.5001 63.0956 51.3757 61.6759 44.9877 54.1201C38.5997 46.5643 39.0753 35.3883 46.0823 28.3996C53.0892 21.4108 64.2942 20.9365 71.8698 27.3079C79.4453 33.6793 80.8687 44.7748 75.1456 52.8433ZM44.5589 40.6698C43.8877 48.8079 49.836 55.9991 57.9742 56.8882C58.5153 56.9498 59.0595 56.9797 59.6041 56.9778C67.7909 56.9862 74.4956 50.4906 74.7252 42.3282C74.9548 34.1658 68.6257 27.3055 60.4513 26.8561C52.2768 26.4067 45.2302 32.5317 44.5589 40.6698Z\"/>\n </mask>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.1456 52.8433C75.0237 53.0225 74.8889 53.2018 74.7606 53.3682C74.7328 53.4041 74.7051 53.4404 74.6772 53.4769C74.5761 53.609 74.4734 53.7433 74.3627 53.8738C73.5415 54.8721 72.6237 55.7875 71.6228 56.6066C71.5046 56.7063 71.3865 56.7964 71.266 56.8883C71.2164 56.9261 71.1664 56.9642 71.1159 57.0034C70.9426 57.1378 70.7693 57.2658 70.5897 57.3874C62.5001 63.0956 51.3757 61.6759 44.9877 54.1201C38.5997 46.5643 39.0753 35.3883 46.0823 28.3996C53.0892 21.4108 64.2942 20.9365 71.8698 27.3079C79.4453 33.6793 80.8687 44.7748 75.1456 52.8433ZM44.5589 40.6698C43.8877 48.8079 49.836 55.9991 57.9742 56.8882C58.5153 56.9498 59.0595 56.9797 59.6041 56.9778C67.7909 56.9862 74.4956 50.4906 74.7252 42.3282C74.9548 34.1658 68.6257 27.3055 60.4513 26.8561C52.2768 26.4067 45.2302 32.5317 44.5589 40.6698Z\" fill=\"#CACFD9\"/>\n <path d=\"M74.7606 53.3682L77.928 55.811L77.928 55.811L74.7606 53.3682ZM75.1456 52.8433L71.883 50.5292L71.8604 50.561L71.8384 50.5933L75.1456 52.8433ZM74.6772 53.4769L71.5 51.0467L71.5 51.0468L74.6772 53.4769ZM74.3627 53.8738L71.3125 51.286L71.2929 51.3092L71.2737 51.3326L74.3627 53.8738ZM71.6228 56.6066L69.0895 53.5111L69.0661 53.5302L69.043 53.5497L71.6228 56.6066ZM71.266 56.8883L68.8408 53.7073L68.8407 53.7074L71.266 56.8883ZM71.1159 57.0034L73.5676 60.164L73.5677 60.1639L71.1159 57.0034ZM70.5897 57.3874L68.3477 54.0748L68.3154 54.0967L68.2835 54.1192L70.5897 57.3874ZM44.9877 54.1201L41.9331 56.7026L44.9877 54.1201ZM46.0823 28.3996L43.2575 25.5675L43.2575 25.5675L46.0823 28.3996ZM71.8698 27.3079L74.4444 24.2466L74.4444 24.2466L71.8698 27.3079ZM57.9742 56.8882L58.4265 52.9139L58.4176 52.9129L58.4086 52.9119L57.9742 56.8882ZM44.5589 40.6698L40.5725 40.341L40.5725 40.341L44.5589 40.6698ZM59.6041 56.9778L59.6082 52.9778L59.5992 52.9778L59.5902 52.9778L59.6041 56.9778ZM74.7252 42.3282L70.7268 42.2157V42.2157L74.7252 42.3282ZM60.4513 26.8561L60.6708 22.8621V22.8621L60.4513 26.8561ZM77.928 55.811C78.072 55.6242 78.2637 55.3712 78.4528 55.0934L71.8384 50.5933C71.7836 50.6739 71.7058 50.7793 71.5932 50.9253L77.928 55.811ZM77.8543 55.907C77.8831 55.8695 77.9059 55.8396 77.928 55.811L71.5932 50.9253C71.5597 50.9687 71.5271 51.0114 71.5 51.0467L77.8543 55.907ZM77.4129 56.4615C77.5997 56.2413 77.7628 56.0267 77.8544 55.9069L71.5 51.0468C71.3895 51.1913 71.347 51.2454 71.3125 51.286L77.4129 56.4615ZM74.1561 59.7022C75.3599 58.717 76.4638 57.616 77.4518 56.4149L71.2737 51.3326C70.6191 52.1283 69.8876 52.858 69.0895 53.5111L74.1561 59.7022ZM73.6913 60.0692C73.8006 59.9858 73.9967 59.8372 74.2026 59.6635L69.043 53.5497C69.0125 53.5754 68.9724 53.607 68.8408 53.7073L73.6913 60.0692ZM73.5677 60.1639C73.6029 60.1366 73.6396 60.1085 73.6913 60.0691L68.8407 53.7074C68.7932 53.7436 68.7299 53.7918 68.664 53.843L73.5677 60.1639ZM72.8317 60.7001C73.1015 60.5174 73.3465 60.3354 73.5676 60.164L68.6641 53.8429C68.5387 53.9402 68.4372 54.0142 68.3477 54.0748L72.8317 60.7001ZM41.9331 56.7026C49.6614 65.8438 63.1135 67.5584 72.8958 60.6557L68.2835 54.1192C61.8867 58.6329 53.09 57.5081 48.0423 51.5376L41.9331 56.7026ZM43.2575 25.5675C34.7772 34.0258 34.2006 47.5565 41.9331 56.7026L48.0423 51.5376C42.9988 45.572 43.3734 36.7509 48.907 31.2317L43.2575 25.5675ZM74.4444 24.2466C65.2824 16.5409 51.7333 17.1137 43.2575 25.5675L48.907 31.2317C54.4452 25.7079 63.3061 25.332 69.2951 30.3691L74.4444 24.2466ZM78.4082 55.1575C85.3368 45.3893 83.6113 31.9565 74.4444 24.2466L69.2951 30.3691C75.2792 35.4021 76.4005 44.1602 71.883 50.5292L78.4082 55.1575ZM58.4086 52.9119C52.4162 52.2572 48.0531 46.967 48.5454 40.9986L40.5725 40.341C39.7223 50.6488 47.2558 59.741 57.5398 60.8646L58.4086 52.9119ZM59.5902 52.9778C59.2014 52.9792 58.8128 52.9578 58.4265 52.9139L57.5219 60.8626C58.2178 60.9417 58.9176 60.9802 59.618 60.9778L59.5902 52.9778ZM70.7268 42.2157C70.5584 48.2026 65.6375 52.984 59.6082 52.9778L59.6 60.9778C69.9444 60.9884 78.4328 52.7785 78.7236 42.4406L70.7268 42.2157ZM60.2317 30.8501C66.2514 31.181 70.8951 36.2292 70.7268 42.2157L78.7236 42.4406C79.0144 32.1023 71 23.43 60.6708 22.8621L60.2317 30.8501ZM48.5454 40.9986C49.0378 35.0289 54.2111 30.5191 60.2317 30.8501L60.6708 22.8621C50.3424 22.2943 41.4226 30.0344 40.5725 40.341L48.5454 40.9986Z\" fill=\"white\" mask=\"url(#path-4-outside-1_4329_35955)\"/>\n <path d=\"M85.1365 61.3427C84.4788 60.6936 83.4199 60.6936 82.7622 61.3427L79.1111 64.9844C78.4568 65.6388 78.4568 66.698 79.1111 67.3524L90.4945 78.7062C91.1506 79.3588 92.2125 79.3588 92.8687 78.7062L96.5198 75.0646C97.1741 74.4101 97.1741 73.351 96.5198 72.6965L85.1365 61.3427Z\" fill=\"#CACFD9\"/>`,\n\n noMessages: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M95.0885 38.7676C95.0885 22.1947 79.6871 8.75952 60.6886 8.75952C41.69 8.75952 26.2886 22.1947 26.2886 38.7676C26.2886 55.3405 41.69 68.7756 60.6886 68.7756C62.4398 68.7756 64.1591 68.6598 65.8402 68.4395C66.8972 70.0155 68.2072 71.8251 69.3754 73.012C74.935 78.6606 82.5795 78.6606 79.7997 75.1303C78.1033 72.9753 76.6661 68.7184 75.8037 65.7268C87.2231 60.8457 95.0885 50.6091 95.0885 38.7676Z\" fill=\"#ECEEF3\"/>\n <circle cx=\"72.851\" cy=\"38.6972\" r=\"3.68571\" fill=\"white\"/>\n <circle cx=\"60.5656\" cy=\"38.6972\" r=\"3.68571\" fill=\"white\"/>\n <circle cx=\"48.2797\" cy=\"38.6972\" r=\"3.68571\" fill=\"white\"/>\n <mask id=\"path-5-outside-1_4329_35956\" maskUnits=\"userSpaceOnUse\" x=\"5.01172\" y=\"44.6291\" width=\"48\" height=\"48\" fill=\"black\">\n <rect fill=\"white\" x=\"5.01172\" y=\"44.6291\" width=\"48\" height=\"48\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.51333 65.7292C8.51333 55.7328 17.8031 47.6291 29.2625 47.6291C40.7219 47.6291 50.0117 55.7328 50.0117 65.7292C50.0117 75.7255 40.7219 83.8293 29.2625 83.8293C28.2062 83.8293 27.1692 83.7594 26.1552 83.6265C25.5176 84.5771 24.7275 85.6687 24.0228 86.3846C20.6694 89.7916 16.0585 89.7917 17.7352 87.6622C18.7584 86.3624 19.6253 83.7948 20.1455 81.9903C13.2576 79.0462 8.51333 72.8717 8.51333 65.7292Z\"/>\n </mask>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.51333 65.7292C8.51333 55.7328 17.8031 47.6291 29.2625 47.6291C40.7219 47.6291 50.0117 55.7328 50.0117 65.7292C50.0117 75.7255 40.7219 83.8293 29.2625 83.8293C28.2062 83.8293 27.1692 83.7594 26.1552 83.6265C25.5176 84.5771 24.7275 85.6687 24.0228 86.3846C20.6694 89.7916 16.0585 89.7917 17.7352 87.6622C18.7584 86.3624 19.6253 83.7948 20.1455 81.9903C13.2576 79.0462 8.51333 72.8717 8.51333 65.7292Z\" fill=\"#CACFD9\"/>\n <path d=\"M11.5133 65.7292C11.5133 67.386 10.1702 68.7292 8.51333 68.7292C6.85648 68.7292 5.51333 67.386 5.51333 65.7292H11.5133ZM26.1552 83.6265L23.6637 81.9555C24.2985 81.0089 25.4149 80.5039 26.545 80.652L26.1552 83.6265ZM24.0228 86.3846L26.1609 88.489L24.0228 86.3846ZM17.7352 87.6622L20.0924 89.5179L20.0922 89.5181L17.7352 87.6622ZM20.1455 81.9903L21.3246 79.2317C22.7169 79.8269 23.4475 81.3663 23.0281 82.8213L20.1455 81.9903ZM5.51333 65.7292C5.51333 64.0723 6.85648 62.7292 8.51333 62.7292C10.1702 62.7292 11.5133 64.0723 11.5133 65.7292H5.51333ZM5.51333 65.7292C5.51333 53.7042 16.5442 44.6291 29.2625 44.6291V50.6291C19.062 50.6291 11.5133 57.7614 11.5133 65.7292H5.51333ZM29.2625 44.6291C41.9809 44.6291 53.0117 53.7042 53.0117 65.7292H47.0117C47.0117 57.7614 39.463 50.6291 29.2625 50.6291V44.6291ZM53.0117 65.7292C53.0117 77.7541 41.9809 86.8293 29.2625 86.8293V80.8293C39.463 80.8293 47.0117 73.6969 47.0117 65.7292H53.0117ZM29.2625 86.8293C28.0738 86.8293 26.9065 86.7507 25.7654 86.6011L26.545 80.652C27.4318 80.7682 28.3386 80.8293 29.2625 80.8293V86.8293ZM28.6467 85.2976C27.9973 86.2657 27.0764 87.5589 26.1609 88.489L21.8847 84.2802C22.3785 83.7784 23.0379 82.8885 23.6637 81.9555L28.6467 85.2976ZM26.1609 88.489C24.0506 90.6331 21.4447 91.8327 19.342 92.0792C18.7991 92.1428 18.1903 92.1549 17.577 92.0455C17.0025 91.9431 16.1472 91.6834 15.4289 90.9728C14.5911 90.1441 14.2634 89.0192 14.4159 87.939C14.5469 87.011 14.9997 86.287 15.3782 85.8063L20.0922 89.5181C20.0515 89.5698 20.2816 89.3116 20.357 88.7779C20.4538 88.092 20.2374 87.2899 19.6485 86.7073C19.1791 86.2429 18.7102 86.1529 18.6302 86.1387C18.5114 86.1175 18.5051 86.1362 18.6434 86.12C19.2653 86.0471 20.6416 85.5431 21.8847 84.2802L26.1609 88.489ZM15.3779 85.8066C15.6142 85.5065 15.9589 84.8684 16.3413 83.9068C16.7016 83.001 17.0177 82.0096 17.2628 81.1593L23.0281 82.8213C22.753 83.7755 22.3756 84.9701 21.9166 86.1242C21.4797 87.2226 20.8794 88.5181 20.0924 89.5179L15.3779 85.8066ZM18.9663 84.7489C11.1889 81.4245 5.51333 74.2904 5.51333 65.7292H11.5133C11.5133 71.453 15.3262 76.6678 21.3246 79.2317L18.9663 84.7489Z\" fill=\"white\" mask=\"url(#path-5-outside-1_4329_35956)\"/>\n <circle cx=\"36.5989\" cy=\"65.6868\" r=\"2.22313\" fill=\"white\"/>\n <circle cx=\"29.1887\" cy=\"65.6868\" r=\"2.22313\" fill=\"white\"/>\n <circle cx=\"21.7778\" cy=\"65.6868\" r=\"2.22313\" fill=\"white\"/>`,\n\n templateDeleted: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76 52.9727C75.669 52.9908 75.3356 53 75 53C65.0589 53 57 44.9411 57 35C57 32.8962 57.3609 30.8767 58.0242 29H28C25.7909 29 24 30.7909 24 33V77C24 79.2091 25.7909 81 28 81H72C74.2091 81 76 79.2091 76 77V52.9727Z\" fill=\"#CACFD9\"/>\n <rect x=\"28\" y=\"33\" width=\"20\" height=\"20\" rx=\"2\" fill=\"#F3F5F9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.1099 33L54 33C52.8954 33 52 33.8954 52 35V51C52 52.1046 52.8954 53 54 53H70C70.4512 53 70.8674 52.8506 71.2021 52.5986C63.0848 50.8552 57 43.6382 57 35C57 34.324 57.0373 33.6567 57.1099 33Z\" fill=\"#F3F5F9\"/>\n <rect x=\"28\" y=\"57\" width=\"20\" height=\"20\" rx=\"2\" fill=\"white\"/>\n <rect x=\"52\" y=\"57\" width=\"20\" height=\"20\" rx=\"2\" fill=\"#F3F5F9\"/>\n <circle cx=\"75\" cy=\"35\" r=\"14\" fill=\"#CACFD9\"/>\n <rect x=\"80.6567\" y=\"39.2426\" width=\"2\" height=\"14\" rx=\"1\" transform=\"rotate(135 80.6567 39.2426)\" fill=\"white\"/>\n <rect x=\"79.2427\" y=\"29.3431\" width=\"2\" height=\"14\" rx=\"1\" transform=\"rotate(45 79.2427 29.3431)\" fill=\"white\"/>`,\n\n noOptimizationSchedules: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M41.9999 33C34.2679 33 27.9999 39.268 27.9999 46.9999C27.9999 54.7319 34.2679 61 41.9999 61C44.7665 61 47.3458 60.1975 49.5174 58.8125C49.178 60.4888 48.9999 62.2236 48.9999 64C48.9999 69.8947 50.9616 75.3313 54.2677 79.6924L50.3664 80.9681C49.4952 81.253 48.5417 80.9091 48.0529 80.1336L45.5012 76.0854C45.4488 76.0921 45.3963 76.0989 45.3437 76.1058C45.08 76.1401 44.8142 76.1748 44.5463 76.1962C43.6108 76.2767 42.6786 76.3079 41.7593 76.3024L39.6739 80.5975C39.2736 81.422 38.364 81.8689 37.4667 81.6819L32.2697 80.5988C31.3712 80.4115 30.7154 79.6367 30.6793 78.7196L30.4916 73.9562C29.3374 73.4626 28.2192 72.8917 27.1415 72.252L23.1893 74.9325C22.4298 75.4476 21.4172 75.3797 20.7332 74.7678L16.774 71.2258C16.0903 70.6142 15.9104 69.6158 16.3376 68.804L18.5571 64.5856C17.8072 63.5849 17.1204 62.5359 16.5 61.4407L11.7332 61.7861C10.8173 61.8525 9.97381 61.2866 9.68798 60.4138L8.03648 55.3711C7.75113 54.4998 8.09473 53.5461 8.87017 53.057L12.9144 50.5061C12.8715 50.1839 12.8312 49.8683 12.8024 49.5452C12.7221 48.6102 12.692 47.6817 12.6979 46.7576L8.40448 44.6796C7.57887 44.28 7.1309 43.37 7.31773 42.472L8.39982 37.2709C8.58685 36.3719 9.36196 35.7158 10.2795 35.6798L15.0442 35.4928C15.5383 34.3381 16.1122 33.2219 16.7496 32.1462L14.0669 28.1944C13.5514 27.4351 13.6188 26.4225 14.2304 25.7382L17.7692 21.7791C18.3806 21.0951 19.3789 20.9148 20.1909 21.3416L24.4151 23.5622C25.41 22.8096 26.4645 22.1228 27.5594 21.5035L27.2121 16.736C27.1454 15.8196 27.7115 14.9757 28.5847 14.6899L33.6327 13.0376C34.504 12.7524 35.4577 13.0962 35.9467 13.8718L38.4956 17.9152C38.5511 17.9086 38.6066 17.9019 38.6622 17.8951C38.9252 17.8633 39.189 17.8314 39.4578 17.8079C40.3965 17.7276 41.3216 17.6915 42.2439 17.6998L44.3232 13.4055C44.7232 12.5795 45.634 12.1317 46.5324 12.3194L51.7318 13.4057C52.6299 13.5934 53.2851 14.3681 53.3212 15.2849L53.5086 20.0475C54.6666 20.5457 55.7839 21.1147 56.8587 21.7483L60.8135 19.0678C61.5731 18.553 62.5855 18.6211 63.2693 19.233L67.226 22.774C67.9094 23.3855 68.0893 24.3834 67.6625 25.195L65.4435 29.4157C66.193 30.4129 66.8829 31.4661 67.5001 32.5622L72.2691 32.2162C73.1853 32.1497 74.029 32.7159 74.3147 33.5889L75.7617 38.011C75.5086 38.0037 75.2547 38 74.9999 38C67.492 38 60.7274 41.1823 55.9813 46.2716C55.6023 38.8781 49.4875 33 41.9999 33Z\" fill=\"#ECEEF3\"/>\n <circle cx=\"75\" cy=\"64\" r=\"18\" fill=\"#CACFD9\"/>\n <path d=\"M76.3136 63.271V54.5596C76.3136 53.6983 75.5717 53 74.6568 53C73.7418 53 73 53.6983 73 54.5596V63.9171C73 63.9206 73.0012 63.9241 73.0012 63.9276C73.0017 64.0262 73.012 64.1249 73.0327 64.222C73.0427 64.2699 73.0613 64.3132 73.0758 64.36C73.092 64.4114 73.1044 64.4637 73.1263 64.514C73.1504 64.5678 73.1827 64.6169 73.2125 64.6676C73.2348 64.7066 73.2527 64.7456 73.2788 64.7826C73.3396 64.8688 73.4088 64.9495 73.4863 65.0216L78.1712 69.4321C78.8182 70.0411 79.8682 70.0411 80.5148 69.4321C81.1617 68.8231 81.1617 67.8347 80.5148 67.2269L76.3136 63.271Z\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M46.5896 65.2507C36.3386 67.9975 25.8138 61.9339 23.0761 51.717C20.3385 41.5 26.4215 30.9864 36.6725 28.2396C46.9235 25.4929 57.4484 31.5564 60.186 41.7734C60.2514 42.0174 60.3117 42.2615 60.3671 42.5057C61.2281 41.9184 62.1263 41.3814 63.0573 40.8991C59.8483 29.1342 47.708 22.1769 35.8961 25.3419C24.0514 28.5156 17.0101 40.6693 20.1784 52.4934C23.3466 64.3175 35.5215 71.3223 47.3661 68.1485C48.0055 67.9772 48.6309 67.7797 49.2415 67.5575C49.1014 66.5333 49.0209 65.4901 49.0037 64.4315C48.2282 64.753 47.4227 65.0275 46.5896 65.2507Z\" fill=\"white\"/>`,\n\n noData: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 23C8.89543 23 8 23.8954 8 25V72C8 73.1046 8.89543 74 10 74H61.0891C60.3852 72.1342 60 70.1121 60 68C60 58.6112 67.6112 51 77 51C77.3357 51 77.6691 51.0097 78 51.0289V25C78 23.8954 77.1046 23 76 23H10Z\" fill=\"white\"/>\n <circle cx=\"77.799\" cy=\"68.799\" r=\"14\" transform=\"rotate(-45 77.799 68.799)\" fill=\"#CACFD9\"/>\n <circle cx=\"19\" cy=\"33\" r=\"3\" fill=\"#ECEEF3\"/>\n <circle cx=\"27\" cy=\"33\" r=\"3\" fill=\"#ECEEF3\"/>\n <circle cx=\"35\" cy=\"33\" r=\"3\" fill=\"#ECEEF3\"/>\n <rect x=\"16\" y=\"40\" width=\"54\" height=\"9\" fill=\"#ECEEF3\"/>\n <rect x=\"16\" y=\"53\" width=\"20\" height=\"13\" fill=\"#ECEEF3\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 70V27H74V51.446C75.2864 51.1541 76.6252 51 78 51V25C78 23.8954 77.1046 23 76 23H10C8.89543 23 8 23.8954 8 25V72C8 73.1046 8.89543 74 10 74H60.7035C60.3341 72.7196 60.1029 71.3805 60.0273 70H12Z\" fill=\"#CACFD9\"/>\n <rect x=\"84.7988\" y=\"67.799\" width=\"2\" height=\"14\" rx=\"1\" transform=\"rotate(90 84.7988 67.799)\" fill=\"white\"/>\n <rect x=\"76.7988\" y=\"61.799\" width=\"2\" height=\"14\" rx=\"1\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M69.7456 53H40V66H60.2489C61.2007 60.3267 64.8063 55.5534 69.7456 53Z\" fill=\"#ECEEF3\"/>`,\n\n tags: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.60283 35.6837L59.0416 24.7008C59.6166 24.5882 60.2094 24.704 60.6933 25.0304L82.5383 39.765C83.5424 40.4423 83.8 41.8195 83.113 42.838L68.1693 64.9929C67.8369 65.4857 67.329 65.8236 66.7553 65.9427L12.3178 76.9236C11.1208 77.1651 9.96809 76.3875 9.74361 75.1873L2.84296 38.301C2.72982 37.6961 2.87068 37.105 3.18874 36.6335C3.50811 36.16 4.00467 35.806 4.60283 35.6837Z\" fill=\"#ECEEF3\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M64.749 46.4034C65.4276 45.3973 65.1638 44.0304 64.1584 43.3523C63.155 42.6755 61.7889 42.9429 61.1102 43.949C60.4316 44.9551 60.6954 46.322 61.6989 46.9988C62.7042 47.6769 64.0703 47.4095 64.749 46.4034ZM57.4734 41.4959C59.508 38.4795 63.6108 37.6747 66.6193 39.7039C69.6297 41.7344 70.4223 45.8413 68.3877 48.8577C66.3531 51.8742 62.2484 52.6777 59.238 50.6472C56.2295 48.618 55.4388 44.5124 57.4734 41.4959Z\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8666 51.6324L68.7639 23.5243C69.2709 23.2306 69.869 23.1471 70.4329 23.2982L95.8848 30.118C97.0547 30.4315 97.7466 31.6498 97.4287 32.8365L90.5121 58.6495C90.3583 59.2237 89.988 59.7085 89.4843 60.0079L41.5877 88.1137C40.5346 88.7317 39.1915 88.3718 38.5885 87.3101L20.0548 54.6801C19.7509 54.1449 19.6916 53.5402 19.8388 52.9908C19.9866 52.4391 20.3409 51.9428 20.8666 51.6324Z\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76.4421 38.9857C77.0307 36.7891 79.2915 35.4787 81.4823 36.0657C83.6744 36.6531 84.9785 38.9187 84.3899 41.1153C83.8014 43.3119 81.5392 44.622 79.347 44.0346C77.1562 43.4476 75.8536 41.1823 76.4421 38.9857Z\" fill=\"white\"/>\n <path d=\"M36.4624 61.0203C35.4762 61.5904 34.2146 61.253 33.6445 60.2669C33.0745 59.2807 33.4118 58.0191 34.398 57.449L59.3372 43.0333C60.3234 42.4632 61.585 42.8005 62.155 43.7867C62.7251 44.7729 62.3877 46.0345 61.4015 46.6045L36.4624 61.0203Z\" fill=\"white\"/>\n <path d=\"M42.4586 71.2636C41.4819 71.8497 40.215 71.533 39.6289 70.5563C39.0428 69.5796 39.3595 68.3126 40.3362 67.7266L56.6249 57.9525C57.6016 57.3664 58.8685 57.6831 59.4546 58.6599C60.0407 59.6366 59.724 60.9035 58.7473 61.4896L42.4586 71.2636Z\" fill=\"white\"/>`,\n\n templateMissing: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M76 52.9727C75.669 52.9908 75.3356 53 75 53C65.0589 53 57 44.9411 57 35C57 32.8962 57.3609 30.8767 58.0242 29H28C25.7909 29 24 30.7909 24 33V77C24 79.2091 25.7909 81 28 81H72C74.2091 81 76 79.2091 76 77V52.9727Z\" fill=\"#CACFD9\"/>\n <rect x=\"28\" y=\"33\" width=\"20\" height=\"20\" rx=\"2\" fill=\"#F3F5F9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.1099 33H54C52.8954 33 52 33.8954 52 35V51C52 52.1046 52.8954 53 54 53H70C70.4512 53 70.8674 52.8506 71.2021 52.5986C63.0848 50.8552 57 43.6382 57 35C57 34.324 57.0373 33.6567 57.1099 33Z\" fill=\"#F3F5F9\"/>\n <rect x=\"28\" y=\"57\" width=\"20\" height=\"20\" rx=\"2\" fill=\"white\"/>\n <rect x=\"52\" y=\"57\" width=\"20\" height=\"20\" rx=\"2\" fill=\"#F3F5F9\"/>\n <circle cx=\"75\" cy=\"35\" r=\"14\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M75.284 37.45V38.017H73.184L73.163 37.45C73.058 35.728 73.646 34.825 75.221 34.195L75.935 33.901C76.775 33.607 77.258 32.935 77.258 32.158C77.258 30.961 76.46 30.289 75.347 30.289C74.318 30.289 73.31 31.066 73.268 32.431H71C71 29.617 72.995 28 75.389 28C77.783 28 79.61 29.554 79.61 32.074C79.61 34.111 78.35 35.518 76.712 36.043C75.893 36.316 75.284 36.547 75.284 37.45ZM75.83 41.272C75.83 42.175 75.116 42.826 74.234 42.826C73.352 42.826 72.617 42.175 72.617 41.272C72.617 40.39 73.352 39.718 74.234 39.718C75.116 39.718 75.83 40.39 75.83 41.272Z\" fill=\"white\"/>`,\n\n noResultsDateRange: svg`\n <path d=\"M64.5 15V21\" stroke=\"#ECEEF3\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M41.5 15V21\" stroke=\"#ECEEF3\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M30 35.5H77\" stroke=\"white\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M74.0625 59H32.9346C31.3189 59 30 57.6846 30 56.0769V23.9231C30 22.3154 31.3189 21 32.9346 21H74.0625C75.6781 21 77 22.3154 77 23.9231V56.0769C77 57.6846 75.6781 59 74.0625 59Z\" fill=\"#ECEEF3\" stroke=\"#ECEEF3\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <rect x=\"48\" y=\"32\" width=\"10\" height=\"8\" rx=\"2\" fill=\"white\"/>\n <rect x=\"62\" y=\"32\" width=\"10\" height=\"8\" rx=\"2\" fill=\"white\"/>\n <rect x=\"62\" y=\"45\" width=\"10\" height=\"8\" rx=\"2\" fill=\"white\"/>\n <path d=\"M49.2396 74.5497L43.4947 68.8197C43.1097 69.2817 42.7067 69.7317 42.2916 70.1637C41.8765 70.5957 41.4073 70.9977 40.9441 71.3637L46.689 77.0937L49.2396 74.5497Z\" fill=\"#ECEEF3\"/>\n <mask id=\"path-9-outside-1_4329_35953\" maskUnits=\"userSpaceOnUse\" x=\"6.88965\" y=\"34.8614\" width=\"44\" height=\"44\" fill=\"black\">\n <rect fill=\"white\" x=\"6.88965\" y=\"34.8614\" width=\"44\" height=\"44\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.3743 67.0017C43.26 67.1697 43.1337 67.3377 43.0134 67.4937C42.9874 67.5275 42.9613 67.5615 42.9352 67.5957C42.8405 67.7195 42.7441 67.8455 42.6404 67.9677C41.8705 68.9037 41.0101 69.7618 40.0718 70.5297C39.961 70.6232 39.8502 70.7077 39.7373 70.7938C39.6908 70.8292 39.6439 70.865 39.5965 70.9017C39.4341 71.0277 39.2717 71.1477 39.1032 71.2617C31.5194 76.6131 21.0905 75.2821 15.1018 68.1987C9.11319 61.1152 9.55906 50.638 16.128 44.0861C22.6969 37.5343 33.2014 37.0896 40.3033 43.0627C47.4052 49.0357 48.7396 59.4376 43.3743 67.0017ZM14.6999 55.5892C14.0707 63.2186 19.6471 69.9602 27.2765 70.7937C27.7838 70.8514 28.294 70.8795 28.8045 70.8777C36.4795 70.8856 42.765 64.796 42.9803 57.1439C43.1955 49.4918 37.2621 43.0604 29.5987 42.6391C21.9353 42.2179 15.3292 47.9599 14.6999 55.5892Z\"/>\n </mask>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.3743 67.0017C43.26 67.1697 43.1337 67.3377 43.0134 67.4937C42.9874 67.5275 42.9613 67.5615 42.9352 67.5957C42.8405 67.7195 42.7441 67.8455 42.6404 67.9677C41.8705 68.9037 41.0101 69.7618 40.0718 70.5297C39.961 70.6232 39.8502 70.7077 39.7373 70.7938C39.6908 70.8292 39.6439 70.865 39.5965 70.9017C39.4341 71.0277 39.2717 71.1477 39.1032 71.2617C31.5194 76.6131 21.0905 75.2821 15.1018 68.1987C9.11319 61.1152 9.55906 50.638 16.128 44.0861C22.6969 37.5343 33.2014 37.0896 40.3033 43.0627C47.4052 49.0357 48.7396 59.4376 43.3743 67.0017ZM14.6999 55.5892C14.0707 63.2186 19.6471 69.9602 27.2765 70.7937C27.7838 70.8514 28.294 70.8795 28.8045 70.8777C36.4795 70.8856 42.765 64.796 42.9803 57.1439C43.1955 49.4918 37.2621 43.0604 29.5987 42.6391C21.9353 42.2179 15.3292 47.9599 14.6999 55.5892Z\" fill=\"#CACFD9\"/>\n <path d=\"M43.0134 67.4937L39.846 65.0509L39.8459 65.051L43.0134 67.4937ZM43.3743 67.0017L40.1117 64.6875L40.0891 64.7194L40.0672 64.7517L43.3743 67.0017ZM42.9352 67.5957L39.758 65.1656L39.758 65.1656L42.9352 67.5957ZM42.6404 67.9677L39.5902 65.38L39.5706 65.4031L39.5513 65.4265L42.6404 67.9677ZM40.0718 70.5297L37.5385 67.4342L37.515 67.4534L37.4919 67.4729L40.0718 70.5297ZM39.7373 70.7938L37.312 67.6129L37.312 67.6129L39.7373 70.7938ZM39.5965 70.9017L37.1448 67.7412L37.1447 67.7412L39.5965 70.9017ZM39.1032 71.2617L36.8613 67.9491L36.8289 67.971L36.7971 67.9935L39.1032 71.2617ZM15.1018 68.1987L18.1564 65.6162L18.1564 65.6162L15.1018 68.1987ZM16.128 44.0861L18.9527 46.9182L16.128 44.0861ZM40.3033 43.0627L37.7286 46.1239L40.3033 43.0627ZM27.2765 70.7937L27.7288 66.8194L27.7199 66.8184L27.7109 66.8174L27.2765 70.7937ZM14.6999 55.5892L10.7135 55.2604L14.6999 55.5892ZM28.8045 70.8777L28.8086 66.8777L28.7996 66.8777L28.7906 66.8777L28.8045 70.8777ZM42.9803 57.1439L46.9787 57.2564L42.9803 57.1439ZM29.5987 42.6391L29.3791 46.6331L29.5987 42.6391ZM46.1808 69.9365C46.3168 69.7602 46.5001 69.5184 46.6815 69.2518L40.0672 64.7517C40.02 64.821 39.9506 64.9152 39.846 65.0509L46.1808 69.9365ZM46.1123 70.0259C46.1394 69.9905 46.1605 69.9629 46.1809 69.9365L39.8459 65.051C39.8142 65.0921 39.7833 65.1325 39.758 65.1656L46.1123 70.0259ZM45.6906 70.5554C45.8705 70.3434 46.0272 70.1372 46.1123 70.0259L39.758 65.1656C39.6537 65.3019 39.6178 65.3475 39.5902 65.38L45.6906 70.5554ZM42.605 73.6253C43.7463 72.6913 44.7928 71.6475 45.7295 70.5089L39.5513 65.4265C38.9481 66.1598 38.2739 66.8323 37.5385 67.4342L42.605 73.6253ZM42.1625 73.9747C42.2642 73.8971 42.4531 73.7541 42.6516 73.5866L37.4919 67.4729C37.4689 67.4923 37.4362 67.5182 37.312 67.6129L42.1625 73.9747ZM42.0482 74.0623C42.0803 74.0374 42.114 74.0117 42.1626 73.9747L37.312 67.6129C37.2676 67.6468 37.2075 67.6925 37.1448 67.7412L42.0482 74.0623ZM41.3452 74.5744C41.6038 74.3993 41.838 74.2253 42.0483 74.0622L37.1447 67.7412C37.0302 67.8301 36.9395 67.8961 36.8613 67.9491L41.3452 74.5744ZM12.0472 70.7812C19.3762 79.45 32.1328 81.0758 41.4094 74.53L36.7971 67.9935C30.906 72.1504 22.8047 71.1142 18.1564 65.6162L12.0472 70.7812ZM13.3032 41.254C5.26093 49.2754 4.71409 62.1074 12.0472 70.7812L18.1564 65.6162C13.5123 60.123 13.8572 52.0005 18.9527 46.9182L13.3032 41.254ZM42.8779 40.0014C34.1895 32.694 21.3409 33.2372 13.3032 41.254L18.9527 46.9182C24.0528 41.8314 32.2132 41.4852 37.7286 46.1239L42.8779 40.0014ZM46.6369 69.3159C53.2078 60.0521 51.5713 47.3129 42.8779 40.0014L37.7286 46.1239C43.2392 50.7585 44.2715 58.823 40.1117 64.6875L46.6369 69.3159ZM27.7109 66.8174C22.2273 66.2183 18.2361 61.3777 18.6864 55.918L10.7135 55.2604C9.90524 65.0595 17.0669 73.7021 26.8421 74.7701L27.7109 66.8174ZM28.7906 66.8777C28.4358 66.879 28.0813 66.8595 27.7288 66.8194L26.8242 74.7681C27.4862 74.8434 28.1521 74.88 28.8184 74.8777L28.7906 66.8777ZM38.9818 57.0315C38.8278 62.5081 34.3261 66.8834 28.8086 66.8777L28.8004 74.8777C38.6329 74.8878 46.7023 67.084 46.9787 57.2564L38.9818 57.0315ZM29.3791 46.6331C34.8878 46.936 39.1359 51.5553 38.9818 57.0315L46.9787 57.2564C47.2551 47.4284 39.6364 39.1849 29.8183 38.6452L29.3791 46.6331ZM18.6864 55.918C19.1368 50.4572 23.8696 46.3302 29.3791 46.6331L29.8183 38.6452C20.0009 38.1055 11.5216 45.4626 10.7135 55.2604L18.6864 55.918Z\" fill=\"white\" mask=\"url(#path-9-outside-1_4329_35953)\"/>\n <path d=\"M52.7406 74.9697C52.1241 74.3612 51.1313 74.3612 50.5148 74.9697L47.0919 78.3837C46.4785 78.9973 46.4785 79.9902 47.0919 80.6037L57.7636 91.2477C58.3787 91.8595 59.3742 91.8595 59.9894 91.2477L63.4123 87.8337C64.0257 87.2202 64.0257 86.2273 63.4123 85.6137L52.7406 74.9697Z\" fill=\"#CACFD9\"/>`,\n\n emptyTable: svg`\n <rect x=\"10\" y=\"17\" width=\"18\" height=\"18\" rx=\"2\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.71 22.3073C23.3224 21.8976 22.6984 21.8976 22.3118 22.3073L17.3804 27.4691L15.6885 25.6748C15.3018 25.2661 14.6759 25.2661 14.2892 25.6748C13.9036 26.0846 13.9036 26.7481 14.2892 27.1579L16.6496 29.6596C16.6585 29.6691 16.6615 29.6837 16.6714 29.6942C17.058 30.1019 17.684 30.1019 18.0696 29.6942L18.0736 29.689C18.0746 29.689 18.0746 29.6879 18.0755 29.6879V29.6869L23.71 23.7893C24.0967 23.3795 24.0967 22.7161 23.71 22.3073Z\" fill=\"white\"/>\n <rect x=\"10\" y=\"41\" width=\"18\" height=\"18\" rx=\"2\" fill=\"#CACFD9\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.71 46.3073C23.3224 45.8976 22.6984 45.8976 22.3118 46.3073L17.3804 51.4691L15.6885 49.6748C15.3018 49.2661 14.6759 49.2661 14.2892 49.6748C13.9036 50.0846 13.9036 50.7481 14.2892 51.1579L16.6496 53.6596C16.6585 53.6691 16.6615 53.6837 16.6714 53.6942C17.058 54.1019 17.684 54.1019 18.0696 53.6942L18.0736 53.689C18.0746 53.689 18.0746 53.6879 18.0755 53.6879V53.6869L23.71 47.7893C24.0967 47.3795 24.0967 46.7161 23.71 46.3073Z\" fill=\"white\"/>\n <rect x=\"10\" y=\"65\" width=\"18\" height=\"18\" rx=\"2\" fill=\"#ECEEF3\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.71 70.3073C23.3224 69.8976 22.6984 69.8976 22.3118 70.3073L17.3804 75.4691L15.6885 73.6748C15.3018 73.2661 14.6759 73.2661 14.2892 73.6748C13.9036 74.0846 13.9036 74.7481 14.2892 75.1579L16.6496 77.6596C16.6585 77.6691 16.6615 77.6837 16.6714 77.6942C17.058 78.1019 17.684 78.1019 18.0696 77.6942L18.0736 77.689C18.0746 77.689 18.0746 77.6879 18.0755 77.6879V77.6869L23.71 71.7893C24.0967 71.3795 24.0967 70.7161 23.71 70.3073Z\" fill=\"white\"/>\n <rect x=\"35\" y=\"23\" width=\"44\" height=\"5\" rx=\"2\" fill=\"#CACFD9\"/>\n <rect x=\"35\" y=\"71\" width=\"42\" height=\"5\" rx=\"2\" fill=\"#ECEEF3\"/>\n <rect x=\"35\" y=\"48\" width=\"54\" height=\"5\" rx=\"2\" fill=\"#CACFD9\"/>`,\n\n connectionError: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M89.5713 45.5105C89.5713 26.2397 71.6626 10.6174 49.5713 10.6174C27.48 10.6174 9.57129 26.2397 9.57129 45.5105C9.57129 64.7813 27.48 80.4036 49.5713 80.4036C51.6077 80.4036 53.6068 80.2689 55.5616 80.0128C56.7907 81.8453 58.3139 83.9495 59.6723 85.3297C66.1369 91.8978 75.0258 91.8978 71.7935 87.7927C69.821 85.287 68.1499 80.3371 67.1471 76.8584C80.4254 71.1828 89.5713 59.2797 89.5713 45.5105\" fill=\"#ECEEF3\"/>\n <circle cx=\"63.7142\" cy=\"45.4286\" r=\"4.28571\" fill=\"white\"/>\n <circle cx=\"49.4283\" cy=\"45.4286\" r=\"4.28571\" fill=\"white\"/>\n <circle cx=\"35.1426\" cy=\"45.4286\" r=\"4.28571\" fill=\"white\"/>\n <circle cx=\"22.1426\" cy=\"73.5714\" r=\"19.2857\" fill=\"#CACFD9\" stroke=\"white\" stroke-width=\"3\"/>\n <path d=\"M22.1426 62.8572C23.3212 62.8572 24.2855 63.8215 24.2855 65V73.5715C24.2855 74.75 23.3212 75.7143 22.1426 75.7143C20.964 75.7143 19.9998 74.75 19.9998 73.5715V65C19.9998 63.8215 20.964 62.8572 22.1426 62.8572Z\" fill=\"white\"/>\n <path d=\"M24.2855 82.1429C24.2855 83.3264 23.3261 84.2857 22.1426 84.2857V84.2857C20.9591 84.2857 19.9998 83.3264 19.9998 82.1429V82.1429C19.9998 80.9594 20.9591 80 22.1426 80V80C23.3261 80 24.2855 80.9594 24.2855 82.1429V82.1429Z\" fill=\"white\"/>`,\n}"
|
|
29374
29368
|
},
|
|
29375
29369
|
{
|
|
29376
29370
|
"kind": "variable",
|
|
@@ -31362,7 +31356,7 @@
|
|
|
31362
31356
|
},
|
|
31363
31357
|
{
|
|
31364
31358
|
"kind": "javascript-module",
|
|
31365
|
-
"path": "src/components/
|
|
31359
|
+
"path": "src/components/navigation/index.ts",
|
|
31366
31360
|
"declarations": [],
|
|
31367
31361
|
"exports": [
|
|
31368
31362
|
{
|
|
@@ -31370,7 +31364,7 @@
|
|
|
31370
31364
|
"name": "*",
|
|
31371
31365
|
"declaration": {
|
|
31372
31366
|
"name": "*",
|
|
31373
|
-
"package": "./
|
|
31367
|
+
"package": "./side-navigation-item"
|
|
31374
31368
|
}
|
|
31375
31369
|
},
|
|
31376
31370
|
{
|
|
@@ -31378,43 +31372,227 @@
|
|
|
31378
31372
|
"name": "*",
|
|
31379
31373
|
"declaration": {
|
|
31380
31374
|
"name": "*",
|
|
31381
|
-
"package": "./
|
|
31375
|
+
"package": "./side-navigation"
|
|
31382
31376
|
}
|
|
31383
31377
|
}
|
|
31384
31378
|
]
|
|
31385
31379
|
},
|
|
31386
31380
|
{
|
|
31387
31381
|
"kind": "javascript-module",
|
|
31388
|
-
"path": "src/components/
|
|
31382
|
+
"path": "src/components/navigation/side-navigation-item.ts",
|
|
31389
31383
|
"declarations": [
|
|
31390
31384
|
{
|
|
31391
31385
|
"kind": "variable",
|
|
31392
|
-
"name": "
|
|
31393
|
-
},
|
|
31394
|
-
{
|
|
31395
|
-
"kind": "variable",
|
|
31396
|
-
"name": "MODAL_BODY"
|
|
31397
|
-
},
|
|
31398
|
-
{
|
|
31399
|
-
"kind": "variable",
|
|
31400
|
-
"name": "MODAL_FOOTER"
|
|
31386
|
+
"name": "SIDE_NAVIGATION_ITEM"
|
|
31401
31387
|
},
|
|
31402
31388
|
{
|
|
31403
31389
|
"kind": "class",
|
|
31404
|
-
"description": "
|
|
31405
|
-
"name": "
|
|
31390
|
+
"description": "Side navigation item component.",
|
|
31391
|
+
"name": "SideNavigationItem",
|
|
31406
31392
|
"members": [
|
|
31407
31393
|
{
|
|
31408
31394
|
"kind": "field",
|
|
31409
|
-
"name": "
|
|
31410
|
-
"
|
|
31395
|
+
"name": "target",
|
|
31396
|
+
"type": {
|
|
31397
|
+
"text": "string | undefined"
|
|
31398
|
+
},
|
|
31399
|
+
"attribute": "target",
|
|
31400
|
+
"reflects": true
|
|
31411
31401
|
},
|
|
31412
31402
|
{
|
|
31413
|
-
"kind": "
|
|
31414
|
-
"name": "
|
|
31415
|
-
"
|
|
31416
|
-
|
|
31417
|
-
|
|
31403
|
+
"kind": "field",
|
|
31404
|
+
"name": "rel",
|
|
31405
|
+
"type": {
|
|
31406
|
+
"text": "string | undefined"
|
|
31407
|
+
},
|
|
31408
|
+
"attribute": "rel",
|
|
31409
|
+
"reflects": true
|
|
31410
|
+
},
|
|
31411
|
+
{
|
|
31412
|
+
"kind": "field",
|
|
31413
|
+
"name": "href",
|
|
31414
|
+
"type": {
|
|
31415
|
+
"text": "string | undefined"
|
|
31416
|
+
},
|
|
31417
|
+
"attribute": "href",
|
|
31418
|
+
"reflects": true
|
|
31419
|
+
},
|
|
31420
|
+
{
|
|
31421
|
+
"kind": "field",
|
|
31422
|
+
"name": "active",
|
|
31423
|
+
"type": {
|
|
31424
|
+
"text": "boolean | undefined"
|
|
31425
|
+
},
|
|
31426
|
+
"attribute": "active",
|
|
31427
|
+
"reflects": true
|
|
31428
|
+
}
|
|
31429
|
+
],
|
|
31430
|
+
"attributes": [
|
|
31431
|
+
{
|
|
31432
|
+
"name": "target",
|
|
31433
|
+
"type": {
|
|
31434
|
+
"text": "string | undefined"
|
|
31435
|
+
},
|
|
31436
|
+
"fieldName": "target"
|
|
31437
|
+
},
|
|
31438
|
+
{
|
|
31439
|
+
"name": "rel",
|
|
31440
|
+
"type": {
|
|
31441
|
+
"text": "string | undefined"
|
|
31442
|
+
},
|
|
31443
|
+
"fieldName": "rel"
|
|
31444
|
+
},
|
|
31445
|
+
{
|
|
31446
|
+
"name": "href",
|
|
31447
|
+
"type": {
|
|
31448
|
+
"text": "string | undefined"
|
|
31449
|
+
},
|
|
31450
|
+
"fieldName": "href"
|
|
31451
|
+
},
|
|
31452
|
+
{
|
|
31453
|
+
"name": "active",
|
|
31454
|
+
"type": {
|
|
31455
|
+
"text": "boolean | undefined"
|
|
31456
|
+
},
|
|
31457
|
+
"fieldName": "active"
|
|
31458
|
+
}
|
|
31459
|
+
],
|
|
31460
|
+
"superclass": {
|
|
31461
|
+
"name": "LitElement",
|
|
31462
|
+
"package": "lit"
|
|
31463
|
+
},
|
|
31464
|
+
"tagName": "brz-side-navigation-item",
|
|
31465
|
+
"customElement": true
|
|
31466
|
+
}
|
|
31467
|
+
],
|
|
31468
|
+
"exports": [
|
|
31469
|
+
{
|
|
31470
|
+
"kind": "js",
|
|
31471
|
+
"name": "SIDE_NAVIGATION_ITEM",
|
|
31472
|
+
"declaration": {
|
|
31473
|
+
"name": "SIDE_NAVIGATION_ITEM",
|
|
31474
|
+
"module": "src/components/navigation/side-navigation-item.ts"
|
|
31475
|
+
}
|
|
31476
|
+
},
|
|
31477
|
+
{
|
|
31478
|
+
"kind": "js",
|
|
31479
|
+
"name": "SideNavigationItem",
|
|
31480
|
+
"declaration": {
|
|
31481
|
+
"name": "SideNavigationItem",
|
|
31482
|
+
"module": "src/components/navigation/side-navigation-item.ts"
|
|
31483
|
+
}
|
|
31484
|
+
},
|
|
31485
|
+
{
|
|
31486
|
+
"kind": "custom-element-definition",
|
|
31487
|
+
"declaration": {
|
|
31488
|
+
"name": "SideNavigationItem",
|
|
31489
|
+
"module": "src/components/navigation/side-navigation-item.ts"
|
|
31490
|
+
}
|
|
31491
|
+
}
|
|
31492
|
+
]
|
|
31493
|
+
},
|
|
31494
|
+
{
|
|
31495
|
+
"kind": "javascript-module",
|
|
31496
|
+
"path": "src/components/navigation/side-navigation.ts",
|
|
31497
|
+
"declarations": [
|
|
31498
|
+
{
|
|
31499
|
+
"kind": "variable",
|
|
31500
|
+
"name": "SIDE_NAVIGATION"
|
|
31501
|
+
},
|
|
31502
|
+
{
|
|
31503
|
+
"kind": "class",
|
|
31504
|
+
"description": "Side navigation component.",
|
|
31505
|
+
"name": "SideNavigation",
|
|
31506
|
+
"members": [],
|
|
31507
|
+
"superclass": {
|
|
31508
|
+
"name": "LitElement",
|
|
31509
|
+
"package": "lit"
|
|
31510
|
+
},
|
|
31511
|
+
"tagName": "brz-side-navigation",
|
|
31512
|
+
"customElement": true
|
|
31513
|
+
}
|
|
31514
|
+
],
|
|
31515
|
+
"exports": [
|
|
31516
|
+
{
|
|
31517
|
+
"kind": "js",
|
|
31518
|
+
"name": "SIDE_NAVIGATION",
|
|
31519
|
+
"declaration": {
|
|
31520
|
+
"name": "SIDE_NAVIGATION",
|
|
31521
|
+
"module": "src/components/navigation/side-navigation.ts"
|
|
31522
|
+
}
|
|
31523
|
+
},
|
|
31524
|
+
{
|
|
31525
|
+
"kind": "js",
|
|
31526
|
+
"name": "SideNavigation",
|
|
31527
|
+
"declaration": {
|
|
31528
|
+
"name": "SideNavigation",
|
|
31529
|
+
"module": "src/components/navigation/side-navigation.ts"
|
|
31530
|
+
}
|
|
31531
|
+
},
|
|
31532
|
+
{
|
|
31533
|
+
"kind": "custom-element-definition",
|
|
31534
|
+
"declaration": {
|
|
31535
|
+
"name": "SideNavigation",
|
|
31536
|
+
"module": "src/components/navigation/side-navigation.ts"
|
|
31537
|
+
}
|
|
31538
|
+
}
|
|
31539
|
+
]
|
|
31540
|
+
},
|
|
31541
|
+
{
|
|
31542
|
+
"kind": "javascript-module",
|
|
31543
|
+
"path": "src/components/modal/index.ts",
|
|
31544
|
+
"declarations": [],
|
|
31545
|
+
"exports": [
|
|
31546
|
+
{
|
|
31547
|
+
"kind": "js",
|
|
31548
|
+
"name": "*",
|
|
31549
|
+
"declaration": {
|
|
31550
|
+
"name": "*",
|
|
31551
|
+
"package": "./modal"
|
|
31552
|
+
}
|
|
31553
|
+
},
|
|
31554
|
+
{
|
|
31555
|
+
"kind": "js",
|
|
31556
|
+
"name": "*",
|
|
31557
|
+
"declaration": {
|
|
31558
|
+
"name": "*",
|
|
31559
|
+
"package": "./layout"
|
|
31560
|
+
}
|
|
31561
|
+
}
|
|
31562
|
+
]
|
|
31563
|
+
},
|
|
31564
|
+
{
|
|
31565
|
+
"kind": "javascript-module",
|
|
31566
|
+
"path": "src/components/modal/layout.ts",
|
|
31567
|
+
"declarations": [
|
|
31568
|
+
{
|
|
31569
|
+
"kind": "variable",
|
|
31570
|
+
"name": "MODAL_HEADER"
|
|
31571
|
+
},
|
|
31572
|
+
{
|
|
31573
|
+
"kind": "variable",
|
|
31574
|
+
"name": "MODAL_BODY"
|
|
31575
|
+
},
|
|
31576
|
+
{
|
|
31577
|
+
"kind": "variable",
|
|
31578
|
+
"name": "MODAL_FOOTER"
|
|
31579
|
+
},
|
|
31580
|
+
{
|
|
31581
|
+
"kind": "class",
|
|
31582
|
+
"description": "Modal header component.",
|
|
31583
|
+
"name": "ModalHeader",
|
|
31584
|
+
"members": [
|
|
31585
|
+
{
|
|
31586
|
+
"kind": "field",
|
|
31587
|
+
"name": "_noClose",
|
|
31588
|
+
"privacy": "private"
|
|
31589
|
+
},
|
|
31590
|
+
{
|
|
31591
|
+
"kind": "method",
|
|
31592
|
+
"name": "_handleClickClose",
|
|
31593
|
+
"privacy": "private"
|
|
31594
|
+
}
|
|
31595
|
+
],
|
|
31418
31596
|
"events": [
|
|
31419
31597
|
{
|
|
31420
31598
|
"type": {
|
|
@@ -31716,190 +31894,6 @@
|
|
|
31716
31894
|
}
|
|
31717
31895
|
]
|
|
31718
31896
|
},
|
|
31719
|
-
{
|
|
31720
|
-
"kind": "javascript-module",
|
|
31721
|
-
"path": "src/components/navigation/index.ts",
|
|
31722
|
-
"declarations": [],
|
|
31723
|
-
"exports": [
|
|
31724
|
-
{
|
|
31725
|
-
"kind": "js",
|
|
31726
|
-
"name": "*",
|
|
31727
|
-
"declaration": {
|
|
31728
|
-
"name": "*",
|
|
31729
|
-
"package": "./side-navigation-item"
|
|
31730
|
-
}
|
|
31731
|
-
},
|
|
31732
|
-
{
|
|
31733
|
-
"kind": "js",
|
|
31734
|
-
"name": "*",
|
|
31735
|
-
"declaration": {
|
|
31736
|
-
"name": "*",
|
|
31737
|
-
"package": "./side-navigation"
|
|
31738
|
-
}
|
|
31739
|
-
}
|
|
31740
|
-
]
|
|
31741
|
-
},
|
|
31742
|
-
{
|
|
31743
|
-
"kind": "javascript-module",
|
|
31744
|
-
"path": "src/components/navigation/side-navigation-item.ts",
|
|
31745
|
-
"declarations": [
|
|
31746
|
-
{
|
|
31747
|
-
"kind": "variable",
|
|
31748
|
-
"name": "SIDE_NAVIGATION_ITEM"
|
|
31749
|
-
},
|
|
31750
|
-
{
|
|
31751
|
-
"kind": "class",
|
|
31752
|
-
"description": "Side navigation item component.",
|
|
31753
|
-
"name": "SideNavigationItem",
|
|
31754
|
-
"members": [
|
|
31755
|
-
{
|
|
31756
|
-
"kind": "field",
|
|
31757
|
-
"name": "target",
|
|
31758
|
-
"type": {
|
|
31759
|
-
"text": "string | undefined"
|
|
31760
|
-
},
|
|
31761
|
-
"attribute": "target",
|
|
31762
|
-
"reflects": true
|
|
31763
|
-
},
|
|
31764
|
-
{
|
|
31765
|
-
"kind": "field",
|
|
31766
|
-
"name": "rel",
|
|
31767
|
-
"type": {
|
|
31768
|
-
"text": "string | undefined"
|
|
31769
|
-
},
|
|
31770
|
-
"attribute": "rel",
|
|
31771
|
-
"reflects": true
|
|
31772
|
-
},
|
|
31773
|
-
{
|
|
31774
|
-
"kind": "field",
|
|
31775
|
-
"name": "href",
|
|
31776
|
-
"type": {
|
|
31777
|
-
"text": "string | undefined"
|
|
31778
|
-
},
|
|
31779
|
-
"attribute": "href",
|
|
31780
|
-
"reflects": true
|
|
31781
|
-
},
|
|
31782
|
-
{
|
|
31783
|
-
"kind": "field",
|
|
31784
|
-
"name": "active",
|
|
31785
|
-
"type": {
|
|
31786
|
-
"text": "boolean | undefined"
|
|
31787
|
-
},
|
|
31788
|
-
"attribute": "active",
|
|
31789
|
-
"reflects": true
|
|
31790
|
-
}
|
|
31791
|
-
],
|
|
31792
|
-
"attributes": [
|
|
31793
|
-
{
|
|
31794
|
-
"name": "target",
|
|
31795
|
-
"type": {
|
|
31796
|
-
"text": "string | undefined"
|
|
31797
|
-
},
|
|
31798
|
-
"fieldName": "target"
|
|
31799
|
-
},
|
|
31800
|
-
{
|
|
31801
|
-
"name": "rel",
|
|
31802
|
-
"type": {
|
|
31803
|
-
"text": "string | undefined"
|
|
31804
|
-
},
|
|
31805
|
-
"fieldName": "rel"
|
|
31806
|
-
},
|
|
31807
|
-
{
|
|
31808
|
-
"name": "href",
|
|
31809
|
-
"type": {
|
|
31810
|
-
"text": "string | undefined"
|
|
31811
|
-
},
|
|
31812
|
-
"fieldName": "href"
|
|
31813
|
-
},
|
|
31814
|
-
{
|
|
31815
|
-
"name": "active",
|
|
31816
|
-
"type": {
|
|
31817
|
-
"text": "boolean | undefined"
|
|
31818
|
-
},
|
|
31819
|
-
"fieldName": "active"
|
|
31820
|
-
}
|
|
31821
|
-
],
|
|
31822
|
-
"superclass": {
|
|
31823
|
-
"name": "LitElement",
|
|
31824
|
-
"package": "lit"
|
|
31825
|
-
},
|
|
31826
|
-
"tagName": "brz-side-navigation-item",
|
|
31827
|
-
"customElement": true
|
|
31828
|
-
}
|
|
31829
|
-
],
|
|
31830
|
-
"exports": [
|
|
31831
|
-
{
|
|
31832
|
-
"kind": "js",
|
|
31833
|
-
"name": "SIDE_NAVIGATION_ITEM",
|
|
31834
|
-
"declaration": {
|
|
31835
|
-
"name": "SIDE_NAVIGATION_ITEM",
|
|
31836
|
-
"module": "src/components/navigation/side-navigation-item.ts"
|
|
31837
|
-
}
|
|
31838
|
-
},
|
|
31839
|
-
{
|
|
31840
|
-
"kind": "js",
|
|
31841
|
-
"name": "SideNavigationItem",
|
|
31842
|
-
"declaration": {
|
|
31843
|
-
"name": "SideNavigationItem",
|
|
31844
|
-
"module": "src/components/navigation/side-navigation-item.ts"
|
|
31845
|
-
}
|
|
31846
|
-
},
|
|
31847
|
-
{
|
|
31848
|
-
"kind": "custom-element-definition",
|
|
31849
|
-
"declaration": {
|
|
31850
|
-
"name": "SideNavigationItem",
|
|
31851
|
-
"module": "src/components/navigation/side-navigation-item.ts"
|
|
31852
|
-
}
|
|
31853
|
-
}
|
|
31854
|
-
]
|
|
31855
|
-
},
|
|
31856
|
-
{
|
|
31857
|
-
"kind": "javascript-module",
|
|
31858
|
-
"path": "src/components/navigation/side-navigation.ts",
|
|
31859
|
-
"declarations": [
|
|
31860
|
-
{
|
|
31861
|
-
"kind": "variable",
|
|
31862
|
-
"name": "SIDE_NAVIGATION"
|
|
31863
|
-
},
|
|
31864
|
-
{
|
|
31865
|
-
"kind": "class",
|
|
31866
|
-
"description": "Side navigation component.",
|
|
31867
|
-
"name": "SideNavigation",
|
|
31868
|
-
"members": [],
|
|
31869
|
-
"superclass": {
|
|
31870
|
-
"name": "LitElement",
|
|
31871
|
-
"package": "lit"
|
|
31872
|
-
},
|
|
31873
|
-
"tagName": "brz-side-navigation",
|
|
31874
|
-
"customElement": true
|
|
31875
|
-
}
|
|
31876
|
-
],
|
|
31877
|
-
"exports": [
|
|
31878
|
-
{
|
|
31879
|
-
"kind": "js",
|
|
31880
|
-
"name": "SIDE_NAVIGATION",
|
|
31881
|
-
"declaration": {
|
|
31882
|
-
"name": "SIDE_NAVIGATION",
|
|
31883
|
-
"module": "src/components/navigation/side-navigation.ts"
|
|
31884
|
-
}
|
|
31885
|
-
},
|
|
31886
|
-
{
|
|
31887
|
-
"kind": "js",
|
|
31888
|
-
"name": "SideNavigation",
|
|
31889
|
-
"declaration": {
|
|
31890
|
-
"name": "SideNavigation",
|
|
31891
|
-
"module": "src/components/navigation/side-navigation.ts"
|
|
31892
|
-
}
|
|
31893
|
-
},
|
|
31894
|
-
{
|
|
31895
|
-
"kind": "custom-element-definition",
|
|
31896
|
-
"declaration": {
|
|
31897
|
-
"name": "SideNavigation",
|
|
31898
|
-
"module": "src/components/navigation/side-navigation.ts"
|
|
31899
|
-
}
|
|
31900
|
-
}
|
|
31901
|
-
]
|
|
31902
|
-
},
|
|
31903
31897
|
{
|
|
31904
31898
|
"kind": "javascript-module",
|
|
31905
31899
|
"path": "src/components/record-field/index.ts",
|