@skedulo/breeze-ui 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +765 -345
- package/dist/lib/cjs/breeze-ui.js +402 -402
- package/dist/lib/es/breeze-ui.js +14660 -12613
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/date-time-range/date-time-range.const.d.ts +6 -0
- package/dist/types/components/date-time-range/date-time-range.const.d.ts.map +1 -0
- package/dist/types/components/date-time-range/date-time-range.d.ts +32 -0
- package/dist/types/components/date-time-range/date-time-range.d.ts.map +1 -0
- package/dist/types/components/date-time-range/date-time-range.types.d.ts +29 -0
- package/dist/types/components/date-time-range/date-time-range.types.d.ts.map +1 -0
- package/dist/types/components/date-time-range/date-utils.d.ts +24 -0
- package/dist/types/components/date-time-range/date-utils.d.ts.map +1 -0
- package/dist/types/components/date-time-range/index.d.ts +4 -0
- package/dist/types/components/date-time-range/index.d.ts.map +1 -0
- package/dist/types/components/form-elements/input-time.d.ts +1 -1
- package/dist/types/components/form-elements/input-time.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -3348,6 +3348,14 @@
|
|
|
3348
3348
|
"name": "*",
|
|
3349
3349
|
"package": "./legacy-scoped-components"
|
|
3350
3350
|
}
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"kind": "js",
|
|
3354
|
+
"name": "*",
|
|
3355
|
+
"declaration": {
|
|
3356
|
+
"name": "*",
|
|
3357
|
+
"package": "./date-time-range"
|
|
3358
|
+
}
|
|
3351
3359
|
}
|
|
3352
3360
|
]
|
|
3353
3361
|
},
|
|
@@ -19602,127 +19610,6 @@
|
|
|
19602
19610
|
}
|
|
19603
19611
|
]
|
|
19604
19612
|
},
|
|
19605
|
-
{
|
|
19606
|
-
"kind": "javascript-module",
|
|
19607
|
-
"path": "src/storybook/colors.stories.ts",
|
|
19608
|
-
"declarations": [
|
|
19609
|
-
{
|
|
19610
|
-
"kind": "class",
|
|
19611
|
-
"description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
|
|
19612
|
-
"name": "ColorSwatch",
|
|
19613
|
-
"members": [
|
|
19614
|
-
{
|
|
19615
|
-
"kind": "field",
|
|
19616
|
-
"name": "colorVar",
|
|
19617
|
-
"type": {
|
|
19618
|
-
"text": "string"
|
|
19619
|
-
},
|
|
19620
|
-
"default": "''",
|
|
19621
|
-
"attribute": "colorVar"
|
|
19622
|
-
},
|
|
19623
|
-
{
|
|
19624
|
-
"kind": "field",
|
|
19625
|
-
"name": "lightText",
|
|
19626
|
-
"type": {
|
|
19627
|
-
"text": "boolean"
|
|
19628
|
-
},
|
|
19629
|
-
"default": "false",
|
|
19630
|
-
"attribute": "light-text"
|
|
19631
|
-
}
|
|
19632
|
-
],
|
|
19633
|
-
"attributes": [
|
|
19634
|
-
{
|
|
19635
|
-
"name": "colorVar",
|
|
19636
|
-
"type": {
|
|
19637
|
-
"text": "string"
|
|
19638
|
-
},
|
|
19639
|
-
"default": "''",
|
|
19640
|
-
"fieldName": "colorVar"
|
|
19641
|
-
},
|
|
19642
|
-
{
|
|
19643
|
-
"name": "light-text",
|
|
19644
|
-
"type": {
|
|
19645
|
-
"text": "boolean"
|
|
19646
|
-
},
|
|
19647
|
-
"default": "false",
|
|
19648
|
-
"fieldName": "lightText"
|
|
19649
|
-
}
|
|
19650
|
-
],
|
|
19651
|
-
"superclass": {
|
|
19652
|
-
"name": "LitElement",
|
|
19653
|
-
"package": "lit"
|
|
19654
|
-
},
|
|
19655
|
-
"tagName": "brz-sb-color-swatch",
|
|
19656
|
-
"customElement": true
|
|
19657
|
-
},
|
|
19658
|
-
{
|
|
19659
|
-
"kind": "class",
|
|
19660
|
-
"description": "Story component for laying out a group of swatches",
|
|
19661
|
-
"name": "ColorSwatchGroup",
|
|
19662
|
-
"members": [
|
|
19663
|
-
{
|
|
19664
|
-
"kind": "field",
|
|
19665
|
-
"name": "stacked",
|
|
19666
|
-
"type": {
|
|
19667
|
-
"text": "boolean"
|
|
19668
|
-
},
|
|
19669
|
-
"default": "false",
|
|
19670
|
-
"attribute": "stacked"
|
|
19671
|
-
}
|
|
19672
|
-
],
|
|
19673
|
-
"attributes": [
|
|
19674
|
-
{
|
|
19675
|
-
"name": "stacked",
|
|
19676
|
-
"type": {
|
|
19677
|
-
"text": "boolean"
|
|
19678
|
-
},
|
|
19679
|
-
"default": "false",
|
|
19680
|
-
"fieldName": "stacked"
|
|
19681
|
-
}
|
|
19682
|
-
],
|
|
19683
|
-
"superclass": {
|
|
19684
|
-
"name": "LitElement",
|
|
19685
|
-
"package": "lit"
|
|
19686
|
-
},
|
|
19687
|
-
"tagName": "brz-sb-color-swatch-group",
|
|
19688
|
-
"customElement": true
|
|
19689
|
-
}
|
|
19690
|
-
],
|
|
19691
|
-
"exports": [
|
|
19692
|
-
{
|
|
19693
|
-
"kind": "js",
|
|
19694
|
-
"name": "ColorSwatch",
|
|
19695
|
-
"declaration": {
|
|
19696
|
-
"name": "ColorSwatch",
|
|
19697
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19698
|
-
}
|
|
19699
|
-
},
|
|
19700
|
-
{
|
|
19701
|
-
"kind": "custom-element-definition",
|
|
19702
|
-
"name": "brz-sb-color-swatch",
|
|
19703
|
-
"declaration": {
|
|
19704
|
-
"name": "ColorSwatch",
|
|
19705
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19706
|
-
}
|
|
19707
|
-
},
|
|
19708
|
-
{
|
|
19709
|
-
"kind": "js",
|
|
19710
|
-
"name": "ColorSwatchGroup",
|
|
19711
|
-
"declaration": {
|
|
19712
|
-
"name": "ColorSwatchGroup",
|
|
19713
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19714
|
-
}
|
|
19715
|
-
},
|
|
19716
|
-
{
|
|
19717
|
-
"kind": "custom-element-definition",
|
|
19718
|
-
"name": "brz-sb-color-swatch-group",
|
|
19719
|
-
"declaration": {
|
|
19720
|
-
"name": "ColorSwatchGroup",
|
|
19721
|
-
"module": "src/storybook/colors.stories.ts"
|
|
19722
|
-
}
|
|
19723
|
-
}
|
|
19724
|
-
]
|
|
19725
|
-
},
|
|
19726
19613
|
{
|
|
19727
19614
|
"kind": "javascript-module",
|
|
19728
19615
|
"path": "src/mixins/component-utils.ts",
|
|
@@ -19860,6 +19747,127 @@
|
|
|
19860
19747
|
}
|
|
19861
19748
|
]
|
|
19862
19749
|
},
|
|
19750
|
+
{
|
|
19751
|
+
"kind": "javascript-module",
|
|
19752
|
+
"path": "src/storybook/colors.stories.ts",
|
|
19753
|
+
"declarations": [
|
|
19754
|
+
{
|
|
19755
|
+
"kind": "class",
|
|
19756
|
+
"description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
|
|
19757
|
+
"name": "ColorSwatch",
|
|
19758
|
+
"members": [
|
|
19759
|
+
{
|
|
19760
|
+
"kind": "field",
|
|
19761
|
+
"name": "colorVar",
|
|
19762
|
+
"type": {
|
|
19763
|
+
"text": "string"
|
|
19764
|
+
},
|
|
19765
|
+
"default": "''",
|
|
19766
|
+
"attribute": "colorVar"
|
|
19767
|
+
},
|
|
19768
|
+
{
|
|
19769
|
+
"kind": "field",
|
|
19770
|
+
"name": "lightText",
|
|
19771
|
+
"type": {
|
|
19772
|
+
"text": "boolean"
|
|
19773
|
+
},
|
|
19774
|
+
"default": "false",
|
|
19775
|
+
"attribute": "light-text"
|
|
19776
|
+
}
|
|
19777
|
+
],
|
|
19778
|
+
"attributes": [
|
|
19779
|
+
{
|
|
19780
|
+
"name": "colorVar",
|
|
19781
|
+
"type": {
|
|
19782
|
+
"text": "string"
|
|
19783
|
+
},
|
|
19784
|
+
"default": "''",
|
|
19785
|
+
"fieldName": "colorVar"
|
|
19786
|
+
},
|
|
19787
|
+
{
|
|
19788
|
+
"name": "light-text",
|
|
19789
|
+
"type": {
|
|
19790
|
+
"text": "boolean"
|
|
19791
|
+
},
|
|
19792
|
+
"default": "false",
|
|
19793
|
+
"fieldName": "lightText"
|
|
19794
|
+
}
|
|
19795
|
+
],
|
|
19796
|
+
"superclass": {
|
|
19797
|
+
"name": "LitElement",
|
|
19798
|
+
"package": "lit"
|
|
19799
|
+
},
|
|
19800
|
+
"tagName": "brz-sb-color-swatch",
|
|
19801
|
+
"customElement": true
|
|
19802
|
+
},
|
|
19803
|
+
{
|
|
19804
|
+
"kind": "class",
|
|
19805
|
+
"description": "Story component for laying out a group of swatches",
|
|
19806
|
+
"name": "ColorSwatchGroup",
|
|
19807
|
+
"members": [
|
|
19808
|
+
{
|
|
19809
|
+
"kind": "field",
|
|
19810
|
+
"name": "stacked",
|
|
19811
|
+
"type": {
|
|
19812
|
+
"text": "boolean"
|
|
19813
|
+
},
|
|
19814
|
+
"default": "false",
|
|
19815
|
+
"attribute": "stacked"
|
|
19816
|
+
}
|
|
19817
|
+
],
|
|
19818
|
+
"attributes": [
|
|
19819
|
+
{
|
|
19820
|
+
"name": "stacked",
|
|
19821
|
+
"type": {
|
|
19822
|
+
"text": "boolean"
|
|
19823
|
+
},
|
|
19824
|
+
"default": "false",
|
|
19825
|
+
"fieldName": "stacked"
|
|
19826
|
+
}
|
|
19827
|
+
],
|
|
19828
|
+
"superclass": {
|
|
19829
|
+
"name": "LitElement",
|
|
19830
|
+
"package": "lit"
|
|
19831
|
+
},
|
|
19832
|
+
"tagName": "brz-sb-color-swatch-group",
|
|
19833
|
+
"customElement": true
|
|
19834
|
+
}
|
|
19835
|
+
],
|
|
19836
|
+
"exports": [
|
|
19837
|
+
{
|
|
19838
|
+
"kind": "js",
|
|
19839
|
+
"name": "ColorSwatch",
|
|
19840
|
+
"declaration": {
|
|
19841
|
+
"name": "ColorSwatch",
|
|
19842
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19843
|
+
}
|
|
19844
|
+
},
|
|
19845
|
+
{
|
|
19846
|
+
"kind": "custom-element-definition",
|
|
19847
|
+
"name": "brz-sb-color-swatch",
|
|
19848
|
+
"declaration": {
|
|
19849
|
+
"name": "ColorSwatch",
|
|
19850
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19851
|
+
}
|
|
19852
|
+
},
|
|
19853
|
+
{
|
|
19854
|
+
"kind": "js",
|
|
19855
|
+
"name": "ColorSwatchGroup",
|
|
19856
|
+
"declaration": {
|
|
19857
|
+
"name": "ColorSwatchGroup",
|
|
19858
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19859
|
+
}
|
|
19860
|
+
},
|
|
19861
|
+
{
|
|
19862
|
+
"kind": "custom-element-definition",
|
|
19863
|
+
"name": "brz-sb-color-swatch-group",
|
|
19864
|
+
"declaration": {
|
|
19865
|
+
"name": "ColorSwatchGroup",
|
|
19866
|
+
"module": "src/storybook/colors.stories.ts"
|
|
19867
|
+
}
|
|
19868
|
+
}
|
|
19869
|
+
]
|
|
19870
|
+
},
|
|
19863
19871
|
{
|
|
19864
19872
|
"kind": "javascript-module",
|
|
19865
19873
|
"path": "src/styles/borders.ts",
|
|
@@ -20885,16 +20893,644 @@
|
|
|
20885
20893
|
},
|
|
20886
20894
|
{
|
|
20887
20895
|
"kind": "javascript-module",
|
|
20888
|
-
"path": "src/components/
|
|
20896
|
+
"path": "src/components/date-time-range/date-time-range.const.ts",
|
|
20889
20897
|
"declarations": [
|
|
20890
20898
|
{
|
|
20891
20899
|
"kind": "variable",
|
|
20892
|
-
"name": "
|
|
20893
|
-
"
|
|
20894
|
-
|
|
20895
|
-
|
|
20896
|
-
|
|
20897
|
-
|
|
20900
|
+
"name": "AM_PM_FORMAT",
|
|
20901
|
+
"type": {
|
|
20902
|
+
"text": "string"
|
|
20903
|
+
},
|
|
20904
|
+
"default": "'a'"
|
|
20905
|
+
},
|
|
20906
|
+
{
|
|
20907
|
+
"kind": "variable",
|
|
20908
|
+
"name": "DAY_MONTH_YEAR_FORMAT",
|
|
20909
|
+
"type": {
|
|
20910
|
+
"text": "string"
|
|
20911
|
+
},
|
|
20912
|
+
"default": "'ccc d LLL'"
|
|
20913
|
+
},
|
|
20914
|
+
{
|
|
20915
|
+
"kind": "variable",
|
|
20916
|
+
"name": "MONTH_DAY_YEAR_FORMAT",
|
|
20917
|
+
"type": {
|
|
20918
|
+
"text": "string"
|
|
20919
|
+
},
|
|
20920
|
+
"default": "'ccc LLL d'"
|
|
20921
|
+
},
|
|
20922
|
+
{
|
|
20923
|
+
"kind": "variable",
|
|
20924
|
+
"name": "TIMEZONE_FORMAT",
|
|
20925
|
+
"type": {
|
|
20926
|
+
"text": "string"
|
|
20927
|
+
},
|
|
20928
|
+
"default": "'ZZZZ'"
|
|
20929
|
+
},
|
|
20930
|
+
{
|
|
20931
|
+
"kind": "variable",
|
|
20932
|
+
"name": "DATE_TIME_RANGE"
|
|
20933
|
+
}
|
|
20934
|
+
],
|
|
20935
|
+
"exports": [
|
|
20936
|
+
{
|
|
20937
|
+
"kind": "js",
|
|
20938
|
+
"name": "AM_PM_FORMAT",
|
|
20939
|
+
"declaration": {
|
|
20940
|
+
"name": "AM_PM_FORMAT",
|
|
20941
|
+
"module": "src/components/date-time-range/date-time-range.const.ts"
|
|
20942
|
+
}
|
|
20943
|
+
},
|
|
20944
|
+
{
|
|
20945
|
+
"kind": "js",
|
|
20946
|
+
"name": "DAY_MONTH_YEAR_FORMAT",
|
|
20947
|
+
"declaration": {
|
|
20948
|
+
"name": "DAY_MONTH_YEAR_FORMAT",
|
|
20949
|
+
"module": "src/components/date-time-range/date-time-range.const.ts"
|
|
20950
|
+
}
|
|
20951
|
+
},
|
|
20952
|
+
{
|
|
20953
|
+
"kind": "js",
|
|
20954
|
+
"name": "MONTH_DAY_YEAR_FORMAT",
|
|
20955
|
+
"declaration": {
|
|
20956
|
+
"name": "MONTH_DAY_YEAR_FORMAT",
|
|
20957
|
+
"module": "src/components/date-time-range/date-time-range.const.ts"
|
|
20958
|
+
}
|
|
20959
|
+
},
|
|
20960
|
+
{
|
|
20961
|
+
"kind": "js",
|
|
20962
|
+
"name": "TIMEZONE_FORMAT",
|
|
20963
|
+
"declaration": {
|
|
20964
|
+
"name": "TIMEZONE_FORMAT",
|
|
20965
|
+
"module": "src/components/date-time-range/date-time-range.const.ts"
|
|
20966
|
+
}
|
|
20967
|
+
},
|
|
20968
|
+
{
|
|
20969
|
+
"kind": "js",
|
|
20970
|
+
"name": "DATE_TIME_RANGE",
|
|
20971
|
+
"declaration": {
|
|
20972
|
+
"name": "DATE_TIME_RANGE",
|
|
20973
|
+
"module": "src/components/date-time-range/date-time-range.const.ts"
|
|
20974
|
+
}
|
|
20975
|
+
}
|
|
20976
|
+
]
|
|
20977
|
+
},
|
|
20978
|
+
{
|
|
20979
|
+
"kind": "javascript-module",
|
|
20980
|
+
"path": "src/components/date-time-range/date-time-range.ts",
|
|
20981
|
+
"declarations": [
|
|
20982
|
+
{
|
|
20983
|
+
"kind": "class",
|
|
20984
|
+
"description": "DateTimeRange is a convenience component used to display a range between two date times, following the design patterns for date and time display.",
|
|
20985
|
+
"name": "DateTimeRange",
|
|
20986
|
+
"members": [
|
|
20987
|
+
{
|
|
20988
|
+
"kind": "field",
|
|
20989
|
+
"name": "start",
|
|
20990
|
+
"type": {
|
|
20991
|
+
"text": "string | undefined"
|
|
20992
|
+
},
|
|
20993
|
+
"description": "Start date time",
|
|
20994
|
+
"attribute": "start"
|
|
20995
|
+
},
|
|
20996
|
+
{
|
|
20997
|
+
"kind": "field",
|
|
20998
|
+
"name": "end",
|
|
20999
|
+
"type": {
|
|
21000
|
+
"text": "string | undefined"
|
|
21001
|
+
},
|
|
21002
|
+
"description": "End date time",
|
|
21003
|
+
"attribute": "end"
|
|
21004
|
+
},
|
|
21005
|
+
{
|
|
21006
|
+
"kind": "field",
|
|
21007
|
+
"name": "timezone",
|
|
21008
|
+
"type": {
|
|
21009
|
+
"text": "string | undefined"
|
|
21010
|
+
},
|
|
21011
|
+
"description": "Supported timezone string",
|
|
21012
|
+
"attribute": "timezone"
|
|
21013
|
+
},
|
|
21014
|
+
{
|
|
21015
|
+
"kind": "field",
|
|
21016
|
+
"name": "hideTimezone",
|
|
21017
|
+
"type": {
|
|
21018
|
+
"text": "boolean"
|
|
21019
|
+
},
|
|
21020
|
+
"default": "false",
|
|
21021
|
+
"description": "Hide timezone",
|
|
21022
|
+
"attribute": "hide-timezone"
|
|
21023
|
+
},
|
|
21024
|
+
{
|
|
21025
|
+
"kind": "field",
|
|
21026
|
+
"name": "dateFormat",
|
|
21027
|
+
"type": {
|
|
21028
|
+
"text": "DateFormat"
|
|
21029
|
+
},
|
|
21030
|
+
"default": "'MonthDayYear'",
|
|
21031
|
+
"description": "Date format in either DayMonthYear or MonthDayYear",
|
|
21032
|
+
"attribute": "date-format"
|
|
21033
|
+
},
|
|
21034
|
+
{
|
|
21035
|
+
"kind": "method",
|
|
21036
|
+
"name": "generateContent",
|
|
21037
|
+
"privacy": "private"
|
|
21038
|
+
}
|
|
21039
|
+
],
|
|
21040
|
+
"attributes": [
|
|
21041
|
+
{
|
|
21042
|
+
"name": "start",
|
|
21043
|
+
"type": {
|
|
21044
|
+
"text": "string | undefined"
|
|
21045
|
+
},
|
|
21046
|
+
"description": "Start date time",
|
|
21047
|
+
"fieldName": "start"
|
|
21048
|
+
},
|
|
21049
|
+
{
|
|
21050
|
+
"name": "end",
|
|
21051
|
+
"type": {
|
|
21052
|
+
"text": "string | undefined"
|
|
21053
|
+
},
|
|
21054
|
+
"description": "End date time",
|
|
21055
|
+
"fieldName": "end"
|
|
21056
|
+
},
|
|
21057
|
+
{
|
|
21058
|
+
"name": "timezone",
|
|
21059
|
+
"type": {
|
|
21060
|
+
"text": "string | undefined"
|
|
21061
|
+
},
|
|
21062
|
+
"description": "Supported timezone string",
|
|
21063
|
+
"fieldName": "timezone"
|
|
21064
|
+
},
|
|
21065
|
+
{
|
|
21066
|
+
"name": "hide-timezone",
|
|
21067
|
+
"type": {
|
|
21068
|
+
"text": "boolean"
|
|
21069
|
+
},
|
|
21070
|
+
"default": "false",
|
|
21071
|
+
"description": "Hide timezone",
|
|
21072
|
+
"fieldName": "hideTimezone"
|
|
21073
|
+
},
|
|
21074
|
+
{
|
|
21075
|
+
"name": "date-format",
|
|
21076
|
+
"type": {
|
|
21077
|
+
"text": "DateFormat"
|
|
21078
|
+
},
|
|
21079
|
+
"default": "'MonthDayYear'",
|
|
21080
|
+
"description": "Date format in either DayMonthYear or MonthDayYear",
|
|
21081
|
+
"fieldName": "dateFormat"
|
|
21082
|
+
}
|
|
21083
|
+
],
|
|
21084
|
+
"superclass": {
|
|
21085
|
+
"name": "LitElement",
|
|
21086
|
+
"package": "lit"
|
|
21087
|
+
},
|
|
21088
|
+
"tagName": "brz-date-time-range",
|
|
21089
|
+
"customElement": true
|
|
21090
|
+
}
|
|
21091
|
+
],
|
|
21092
|
+
"exports": [
|
|
21093
|
+
{
|
|
21094
|
+
"kind": "js",
|
|
21095
|
+
"name": "DateTimeRange",
|
|
21096
|
+
"declaration": {
|
|
21097
|
+
"name": "DateTimeRange",
|
|
21098
|
+
"module": "src/components/date-time-range/date-time-range.ts"
|
|
21099
|
+
}
|
|
21100
|
+
},
|
|
21101
|
+
{
|
|
21102
|
+
"kind": "custom-element-definition",
|
|
21103
|
+
"declaration": {
|
|
21104
|
+
"name": "DateTimeRange",
|
|
21105
|
+
"module": "src/components/date-time-range/date-time-range.ts"
|
|
21106
|
+
}
|
|
21107
|
+
}
|
|
21108
|
+
]
|
|
21109
|
+
},
|
|
21110
|
+
{
|
|
21111
|
+
"kind": "javascript-module",
|
|
21112
|
+
"path": "src/components/date-time-range/date-time-range.types.ts",
|
|
21113
|
+
"declarations": [],
|
|
21114
|
+
"exports": []
|
|
21115
|
+
},
|
|
21116
|
+
{
|
|
21117
|
+
"kind": "javascript-module",
|
|
21118
|
+
"path": "src/components/date-time-range/date-utils.ts",
|
|
21119
|
+
"declarations": [
|
|
21120
|
+
{
|
|
21121
|
+
"kind": "function",
|
|
21122
|
+
"name": "isSameMeridiem",
|
|
21123
|
+
"parameters": [
|
|
21124
|
+
{
|
|
21125
|
+
"name": "startDate",
|
|
21126
|
+
"type": {
|
|
21127
|
+
"text": "DateTime"
|
|
21128
|
+
}
|
|
21129
|
+
},
|
|
21130
|
+
{
|
|
21131
|
+
"name": "endDate",
|
|
21132
|
+
"type": {
|
|
21133
|
+
"text": "DateTime"
|
|
21134
|
+
}
|
|
21135
|
+
}
|
|
21136
|
+
]
|
|
21137
|
+
},
|
|
21138
|
+
{
|
|
21139
|
+
"kind": "function",
|
|
21140
|
+
"name": "formatMinutes",
|
|
21141
|
+
"parameters": [
|
|
21142
|
+
{
|
|
21143
|
+
"name": "date",
|
|
21144
|
+
"type": {
|
|
21145
|
+
"text": "DateTime"
|
|
21146
|
+
}
|
|
21147
|
+
}
|
|
21148
|
+
]
|
|
21149
|
+
},
|
|
21150
|
+
{
|
|
21151
|
+
"kind": "function",
|
|
21152
|
+
"name": "formatYear",
|
|
21153
|
+
"parameters": [
|
|
21154
|
+
{
|
|
21155
|
+
"name": "startDate",
|
|
21156
|
+
"type": {
|
|
21157
|
+
"text": "DateTime"
|
|
21158
|
+
}
|
|
21159
|
+
},
|
|
21160
|
+
{
|
|
21161
|
+
"name": "endDate",
|
|
21162
|
+
"type": {
|
|
21163
|
+
"text": "DateTime"
|
|
21164
|
+
}
|
|
21165
|
+
}
|
|
21166
|
+
]
|
|
21167
|
+
},
|
|
21168
|
+
{
|
|
21169
|
+
"kind": "function",
|
|
21170
|
+
"name": "mapOffsetToLocale",
|
|
21171
|
+
"parameters": [
|
|
21172
|
+
{
|
|
21173
|
+
"name": "dateTimeObject",
|
|
21174
|
+
"type": {
|
|
21175
|
+
"text": "DateTime"
|
|
21176
|
+
},
|
|
21177
|
+
"description": "Luxon DateTime Object"
|
|
21178
|
+
},
|
|
21179
|
+
{
|
|
21180
|
+
"name": "timeZone",
|
|
21181
|
+
"optional": true,
|
|
21182
|
+
"type": {
|
|
21183
|
+
"text": "string"
|
|
21184
|
+
},
|
|
21185
|
+
"description": "Timezone string eg. 'Australia/Brisbane'"
|
|
21186
|
+
}
|
|
21187
|
+
],
|
|
21188
|
+
"description": "Allows mapping of locale from passed in Timezone which allows the proper formatting of timezone shorthand offset names."
|
|
21189
|
+
},
|
|
21190
|
+
{
|
|
21191
|
+
"kind": "function",
|
|
21192
|
+
"name": "formatDateToMatchGuidelines",
|
|
21193
|
+
"parameters": [
|
|
21194
|
+
{
|
|
21195
|
+
"name": "dateTimeStr",
|
|
21196
|
+
"type": {
|
|
21197
|
+
"text": "string"
|
|
21198
|
+
},
|
|
21199
|
+
"description": "Date string"
|
|
21200
|
+
}
|
|
21201
|
+
],
|
|
21202
|
+
"description": "Replaces formatted Luxon date string to match design guidelines where tokens are limited"
|
|
21203
|
+
},
|
|
21204
|
+
{
|
|
21205
|
+
"kind": "function",
|
|
21206
|
+
"name": "toLowercaseMeridiem",
|
|
21207
|
+
"return": {
|
|
21208
|
+
"type": {
|
|
21209
|
+
"text": "string"
|
|
21210
|
+
}
|
|
21211
|
+
},
|
|
21212
|
+
"parameters": [
|
|
21213
|
+
{
|
|
21214
|
+
"name": "dateTimeStr",
|
|
21215
|
+
"type": {
|
|
21216
|
+
"text": "string"
|
|
21217
|
+
},
|
|
21218
|
+
"description": "Date string"
|
|
21219
|
+
}
|
|
21220
|
+
],
|
|
21221
|
+
"description": "Converts Luxon date token of AM or PM to lower case since Luxon formatter only supports capitalised meridiem"
|
|
21222
|
+
}
|
|
21223
|
+
],
|
|
21224
|
+
"exports": [
|
|
21225
|
+
{
|
|
21226
|
+
"kind": "js",
|
|
21227
|
+
"name": "isSameMeridiem",
|
|
21228
|
+
"declaration": {
|
|
21229
|
+
"name": "isSameMeridiem",
|
|
21230
|
+
"module": "src/components/date-time-range/date-utils.ts"
|
|
21231
|
+
}
|
|
21232
|
+
},
|
|
21233
|
+
{
|
|
21234
|
+
"kind": "js",
|
|
21235
|
+
"name": "formatMinutes",
|
|
21236
|
+
"declaration": {
|
|
21237
|
+
"name": "formatMinutes",
|
|
21238
|
+
"module": "src/components/date-time-range/date-utils.ts"
|
|
21239
|
+
}
|
|
21240
|
+
},
|
|
21241
|
+
{
|
|
21242
|
+
"kind": "js",
|
|
21243
|
+
"name": "formatYear",
|
|
21244
|
+
"declaration": {
|
|
21245
|
+
"name": "formatYear",
|
|
21246
|
+
"module": "src/components/date-time-range/date-utils.ts"
|
|
21247
|
+
}
|
|
21248
|
+
},
|
|
21249
|
+
{
|
|
21250
|
+
"kind": "js",
|
|
21251
|
+
"name": "mapOffsetToLocale",
|
|
21252
|
+
"declaration": {
|
|
21253
|
+
"name": "mapOffsetToLocale",
|
|
21254
|
+
"module": "src/components/date-time-range/date-utils.ts"
|
|
21255
|
+
}
|
|
21256
|
+
},
|
|
21257
|
+
{
|
|
21258
|
+
"kind": "js",
|
|
21259
|
+
"name": "formatDateToMatchGuidelines",
|
|
21260
|
+
"declaration": {
|
|
21261
|
+
"name": "formatDateToMatchGuidelines",
|
|
21262
|
+
"module": "src/components/date-time-range/date-utils.ts"
|
|
21263
|
+
}
|
|
21264
|
+
},
|
|
21265
|
+
{
|
|
21266
|
+
"kind": "js",
|
|
21267
|
+
"name": "toLowercaseMeridiem",
|
|
21268
|
+
"declaration": {
|
|
21269
|
+
"name": "toLowercaseMeridiem",
|
|
21270
|
+
"module": "src/components/date-time-range/date-utils.ts"
|
|
21271
|
+
}
|
|
21272
|
+
}
|
|
21273
|
+
]
|
|
21274
|
+
},
|
|
21275
|
+
{
|
|
21276
|
+
"kind": "javascript-module",
|
|
21277
|
+
"path": "src/components/date-time-range/index.ts",
|
|
21278
|
+
"declarations": [],
|
|
21279
|
+
"exports": [
|
|
21280
|
+
{
|
|
21281
|
+
"kind": "js",
|
|
21282
|
+
"name": "*",
|
|
21283
|
+
"declaration": {
|
|
21284
|
+
"name": "*",
|
|
21285
|
+
"package": "./date-time-range.const"
|
|
21286
|
+
}
|
|
21287
|
+
},
|
|
21288
|
+
{
|
|
21289
|
+
"kind": "js",
|
|
21290
|
+
"name": "*",
|
|
21291
|
+
"declaration": {
|
|
21292
|
+
"name": "*",
|
|
21293
|
+
"package": "./date-time-range.types"
|
|
21294
|
+
}
|
|
21295
|
+
},
|
|
21296
|
+
{
|
|
21297
|
+
"kind": "js",
|
|
21298
|
+
"name": "*",
|
|
21299
|
+
"declaration": {
|
|
21300
|
+
"name": "*",
|
|
21301
|
+
"package": "./date-time-range"
|
|
21302
|
+
}
|
|
21303
|
+
}
|
|
21304
|
+
]
|
|
21305
|
+
},
|
|
21306
|
+
{
|
|
21307
|
+
"kind": "javascript-module",
|
|
21308
|
+
"path": "src/components/icon/icon.ts",
|
|
21309
|
+
"declarations": [
|
|
21310
|
+
{
|
|
21311
|
+
"kind": "variable",
|
|
21312
|
+
"name": "ICON"
|
|
21313
|
+
},
|
|
21314
|
+
{
|
|
21315
|
+
"kind": "class",
|
|
21316
|
+
"description": "Icon component.",
|
|
21317
|
+
"name": "Icon",
|
|
21318
|
+
"members": [
|
|
21319
|
+
{
|
|
21320
|
+
"kind": "field",
|
|
21321
|
+
"name": "size",
|
|
21322
|
+
"type": {
|
|
21323
|
+
"text": "number"
|
|
21324
|
+
},
|
|
21325
|
+
"default": "18",
|
|
21326
|
+
"attribute": "size",
|
|
21327
|
+
"reflects": true
|
|
21328
|
+
},
|
|
21329
|
+
{
|
|
21330
|
+
"kind": "field",
|
|
21331
|
+
"name": "icon",
|
|
21332
|
+
"type": {
|
|
21333
|
+
"text": "IconKey"
|
|
21334
|
+
},
|
|
21335
|
+
"default": "'close'",
|
|
21336
|
+
"attribute": "icon"
|
|
21337
|
+
}
|
|
21338
|
+
],
|
|
21339
|
+
"attributes": [
|
|
21340
|
+
{
|
|
21341
|
+
"name": "size",
|
|
21342
|
+
"type": {
|
|
21343
|
+
"text": "number"
|
|
21344
|
+
},
|
|
21345
|
+
"default": "18",
|
|
21346
|
+
"fieldName": "size"
|
|
21347
|
+
},
|
|
21348
|
+
{
|
|
21349
|
+
"name": "icon",
|
|
21350
|
+
"type": {
|
|
21351
|
+
"text": "IconKey"
|
|
21352
|
+
},
|
|
21353
|
+
"default": "'close'",
|
|
21354
|
+
"fieldName": "icon"
|
|
21355
|
+
}
|
|
21356
|
+
],
|
|
21357
|
+
"superclass": {
|
|
21358
|
+
"name": "LitElement",
|
|
21359
|
+
"package": "lit"
|
|
21360
|
+
},
|
|
21361
|
+
"tagName": "brz-icon",
|
|
21362
|
+
"customElement": true
|
|
21363
|
+
}
|
|
21364
|
+
],
|
|
21365
|
+
"exports": [
|
|
21366
|
+
{
|
|
21367
|
+
"kind": "js",
|
|
21368
|
+
"name": "ICON",
|
|
21369
|
+
"declaration": {
|
|
21370
|
+
"name": "ICON",
|
|
21371
|
+
"module": "src/components/icon/icon.ts"
|
|
21372
|
+
}
|
|
21373
|
+
},
|
|
21374
|
+
{
|
|
21375
|
+
"kind": "js",
|
|
21376
|
+
"name": "Icon",
|
|
21377
|
+
"declaration": {
|
|
21378
|
+
"name": "Icon",
|
|
21379
|
+
"module": "src/components/icon/icon.ts"
|
|
21380
|
+
}
|
|
21381
|
+
},
|
|
21382
|
+
{
|
|
21383
|
+
"kind": "custom-element-definition",
|
|
21384
|
+
"declaration": {
|
|
21385
|
+
"name": "Icon",
|
|
21386
|
+
"module": "src/components/icon/icon.ts"
|
|
21387
|
+
}
|
|
21388
|
+
}
|
|
21389
|
+
]
|
|
21390
|
+
},
|
|
21391
|
+
{
|
|
21392
|
+
"kind": "javascript-module",
|
|
21393
|
+
"path": "src/components/icon/icons.ts",
|
|
21394
|
+
"declarations": [
|
|
21395
|
+
{
|
|
21396
|
+
"kind": "function",
|
|
21397
|
+
"name": "transformIcon",
|
|
21398
|
+
"parameters": [
|
|
21399
|
+
{
|
|
21400
|
+
"name": "icon",
|
|
21401
|
+
"type": {
|
|
21402
|
+
"text": "TIcon | ILegacyIcon"
|
|
21403
|
+
}
|
|
21404
|
+
}
|
|
21405
|
+
],
|
|
21406
|
+
"description": "Ensures compatibility between icons and legacy icons. By providing the\ndefault viewBox to icons."
|
|
21407
|
+
},
|
|
21408
|
+
{
|
|
21409
|
+
"kind": "variable",
|
|
21410
|
+
"name": "icons",
|
|
21411
|
+
"type": {
|
|
21412
|
+
"text": "Record<string, TIcon | ILegacyIcon>"
|
|
21413
|
+
},
|
|
21414
|
+
"default": "{\n actions: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-0.002970, 0.000000)\">\n <path d=\"M8,0.100006104 L8,0.0549287778 C3.50004954,0.552373066 0,4.36744635 0,9 C0,13.6325537 3.50004954,17.4476269 8,17.9450712 L8,17.8999939 C8.55228475,17.8999939 9,17.4522786 9,16.8999939 C9,16.3477091 8.55228475,15.8999939 8,15.8999939 C7.95488652,15.8999939 7.91047077,15.9029813 7.86693979,15.908769 C4.53975459,15.3672534 2,12.4802225 2,9 C2,5.51977755 4.53975459,2.63274657 7.86693979,2.09123103 C7.91047077,2.09701874 7.95488652,2.1000061 8,2.1000061 C8.55228475,2.1000061 9,1.65229085 9,1.1000061 C9,0.547721354 8.55228475,0.100006104 8,0.100006104 Z\"></path>\n <path d=\"M14.6044548,9.98516807 L7.00247329,9.98516807 C6.44882258,9.98516807 6,9.54009748 6,8.98245155 C6,8.42866651 6.45576096,7.97973504 7.00247329,7.97973504 L14.6194067,7.97973504 L13.3582262,6.71855451 C12.9660363,6.3263646 12.962816,5.69371942 13.3571312,5.2994042 C13.7487164,4.90781904 14.3850465,4.90926416 14.7762815,5.30049922 L17.5986769,8.12289458 C17.6602956,8.18451329 17.7123126,8.25206764 17.7546947,8.32370071 C17.907504,8.49934612 18,8.72929874 18,8.98245155 C18,9.27001399 17.8771093,9.52930387 17.6824065,9.71214532 C17.6444656,9.77052448 17.5998664,9.82586706 17.548628,9.87710542 L14.7262327,12.6995008 C14.3349976,13.0907358 13.6986675,13.092181 13.3070824,12.7005958 C12.9127671,12.3062806 12.9159875,11.6736354 13.3081774,11.2814455 L14.6044548,9.98516807 Z\"></path>\n </g>\n </g>`,\n\n activity: svg`\n <g>\n <path d=\"M9.6,0c-0.5,0-1,0.4-1.1,0.9c0,0.6,0.4,1,0.9,1.1C13.1,2.2,16,5.3,16,9c0,3.9-3.1,7-7,7c-3.6,0-6.6-2.7-7-6.3\n C1.9,9.2,1.5,8.8,0.9,8.8C0.3,8.9-0.1,9.4,0,9.9C0.5,14.5,4.3,18,9,18c5,0,9-4,9-9C18,4.3,14.3,0.3,9.6,0z\"/>\n <path d=\"M7.5,9.3c0,0,0,0.1,0,0.1c0,0.1,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0,0.1,0,0.1,0.1C7.9,9.8,8,9.9,8,9.9c0,0,0,0,0,0\n l2.3,0.9c0.1,0,0.2,0.1,0.4,0.1c0.4,0,0.8-0.2,0.9-0.6c0.2-0.5-0.1-1.1-0.6-1.3L9.4,8.3V5.8c0-0.6-0.4-1-1-1s-1,0.4-1,1V9\n c0,0,0,0,0,0C7.4,9.1,7.4,9.2,7.5,9.3z\"/>\n </g>`,\n\n arrowLeft: svg`\n <style type=\"text/css\">\n .st0{fill-rule:evenodd;clip-rule:evenodd;}\n </style>\n <path class=\"st0\" d=\"M4.4,10l3.3,3.3c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-5.1-5c-0.4-0.4-0.4-1,0-1.4l5-5.1 C6.5,3.1,6.7,3,7,3c0.3,0,0.5,0.1,0.7,0.3c0.4,0.4,0.4,1,0,1.4L4.4,8H16c0.6,0,1,0.4,1,1s-0.4,1-1,1H4.4z\"/>`,\n\n attachments: svg`\n <path d=\"M13.1228263,8.54674221 L6.665625,8.54674221 C6.4125,8.54674221 6.2859375,8.69546742 6.2859375,8.99291785 C6.2859375,9.29036827 6.4125,9.43909348 6.665625,9.43909348 L14.3859375,9.43909348 C14.8640625,9.43909348 15.2859375,9.26203966 15.6515625,8.90793201 C16.0171875,8.55382436 16.2,8.13597734 16.2,7.65439093 C16.2,7.17280453 16.0171875,6.74787535 15.6515625,6.3796034 C15.2859375,6.01133144 14.8640625,5.82719547 14.3859375,5.82719547 L4.9359375,5.82719547 C4.0640625,5.82719547 3.31875,6.1388102 2.7,6.76203966 C2.08125,7.38526912 1.771875,8.13597734 1.771875,9.01416431 C1.771875,9.89235127 2.08125,10.6359773 2.7,11.2450425 C3.31875,11.8541076 4.0640625,12.1586402 4.9359375,12.1586402 L11.5,12.1586402 L11.5,12.192995 C11.9432033,12.2490488 12.2859375,12.6274173 12.2859375,13.0858357 C12.2859375,13.5442541 11.9432033,13.9226227 11.5,13.9786764 L11.5,13.9858357 L4.9359375,13.9858357 C3.5578125,13.9858357 2.390625,13.5042493 1.434375,12.5410765 C0.478125,11.5779037 0,10.4022663 0,9.01416431 C0,7.62606232 0.478125,6.44334278 1.434375,5.46600567 C2.390625,4.48866856 3.5578125,4 4.9359375,4 L14.3859375,4 C15.3703125,4 16.2140625,4.3611898 16.9171875,5.08356941 C17.6203125,5.80594901 17.971875,6.66288952 17.971875,7.65439093 C17.971875,8.64589235 17.6203125,9.49575071 16.9171875,10.203966 C16.2140625,10.9121813 15.3703125,11.266289 14.3859375,11.266289 L6.75,11.266289 C6.13125,11.266289 5.596875,11.0467422 5.146875,10.6076487 C4.696875,10.1685552 4.471875,9.63739377 4.471875,9.01416431 C4.471875,8.39093484 4.696875,7.85269122 5.146875,7.39943343 C5.596875,6.94617564 6.13125,6.71954674 6.75,6.71954674 L13.5,6.71954674 L13.5,6.79297061 C13.9432033,6.84902436 14.2859375,7.22739291 14.2859375,7.6858113 C14.2859375,8.18286757 13.8829937,8.58581128 13.3859375,8.58581128 C13.2943989,8.58581128 13.2060522,8.57214528 13.1228263,8.54674221 Z\" transform=\"translate(8.985937, 8.992918) rotate(90.000000) translate(-8.985937, -8.992918) \"></path>`,\n\n attributeFilled: svg`\n <path d=\"M17.8,8.4L13.2,3H1.1C0.5,3,0,3.5,0,4c0,0.2,0.2,0.6,0.2,0.6l4,4.4l-4,4.4C0.1,13.6,0,13.8,0,14c0,0.5,0.5,1,1.1,1h12.1\n l4.6-5.3C18.1,9.3,18.1,8.8,17.8,8.4z\"/>`,\n\n attribute: svg`\n <path class=\"st0\" d=\"M3.9,13l3.3-4L3.9,5h7.6l3.6,4l-3.6,4H3.9z M17.8,8.4L13.2,3H1.1C0.5,3,0,3.5,0,4c0,0.2,0.2,0.6,0.2,0.6l4,4.4\n l-4,4.4C0.1,13.6,0,13.8,0,14c0,0.5,0.5,1,1.1,1h12.1l4.6-5.3C18.1,9.3,18.1,8.8,17.8,8.4z\"/>`,\n\n availability: svg`<path d=\"M17,2H14V1a1,1,0,0,0-2,0V2H6V1A.94.94,0,0,0,5,0,.94.94,0,0,0,4,1V2H1A1,1,0,0,0,0,3V17a.94.94,0,0,0,1,1H17a.94.94,0,0,0,1-1V3A1.08,1.08,0,0,0,17,2ZM16,16H2V9H16Zm0-9H2V4H16Z\"/>`,\n\n bookingGrid: svg`\n <path class=\"st0\" d=\"M2,2v4h4V2H2z M0,1c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1H1C0.4,8,0,7.5,0,7V1z\"/>\n <path class=\"st0\" d=\"M2,12v4h4v-4H2z M0,11c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1H1c-0.6,0-1-0.5-1-1V11z\"/>\n <path class=\"st0\" d=\"M12,2v4h4V2H12z M10,1c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1h-6c-0.6,0-1-0.5-1-1V1z\"/>\n <path class=\"st0\" d=\"M13,13h-2c-0.5,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2v2c0,0.5,0.4,1,1,1c0.6,0,1-0.4,1-1v-2h2c0.5,0,1-0.4,1-1\n c0-0.6-0.4-1-1-1h-2v-2c0-0.5-0.4-1-1-1c-0.6,0-1,0.4-1,1V13z\"/>`,\n\n bookmark: svg`\n <path class=\"st0\" d=\"M13.1,13.8l-3.8-3.2c-0.2-0.2-0.5-0.2-0.7,0l-3.8,3.2V3.5C4.9,3.2,5.1,3,5.4,3h7.2c0.3,0,0.5,0.2,0.5,0.5V13.8z\n M14.2,1H3.8c-0.6,0-1,0.4-1,1v14c0,0.6,0.5,1,1,1c0.2,0,0.4-0.1,0.6-0.2l4.2-3.5c0.2-0.2,0.5-0.2,0.7,0l4.2,3.5\n c0.2,0.1,0.4,0.2,0.6,0.2c0.5,0,1-0.4,1-1V2C15.2,1.4,14.7,1,14.2,1z\"/>`,\n\n calendar: svg`\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\"/>`,\n\n cancel: svg`<path d=\"M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,2c1.6,0,3,0.5,4.2,1.4l-9.8,9.8C2.5,12,2,10.6,2,9C2,5.1,5.1,2,9,2 z M9,16c-1.6,0-3-0.5-4.2-1.4l9.8-9.8C15.5,6,16,7.4,16,9C16,12.9,12.9,16,9,16z\"/>`,\n\n cardSize: svg`\n <path class=\"st0\" d=\"M1,12h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H1c-0.6,0-1-0.4-1-1S0.4,12,1,12z\"/>\n <path class=\"st0\" d=\"M1,16h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H1c-0.6,0-1-0.4-1-1S0.4,16,1,16z\"/>\n <path d=\"M16,2l0,6L2,8l0-6H16 M16,0H2C0.9,0,0,0.9,0,2v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V2C18,0.9,17.1,0,16,0L16,0z\"/>`,\n\n chat: svg`\n <g>\n <path d=\"M3.3,17.5H2.8a1.2,1.2,0,0,1-.7-.7,1.1,1.1,0,0,1,.1-1l1-2.1A7,7,0,0,1,0,8C0,3.8,4,.5,9,.5s9,3.3,9,7.4-4.1,7.5-9.1,7.5H7.6L3.7,17.4ZM9,2.5c-3.9,0-7,2.4-7,5.4a5.4,5.4,0,0,0,2.9,4.5l.9.4L5,14.4l2.2-1.2H9c3.9,0,7-2.5,7-5.5S12.9,2.5,9,2.5Z\"/>\n <path d=\"M12.1,7.5H6a1,1,0,0,1-1-1,1.1,1.1,0,0,1,1-1h6.1a1.1,1.1,0,0,1,1,1A1,1,0,0,1,12.1,7.5Z\"/>\n <path d=\"M9,10.5H6a1,1,0,0,1-1-1,1.1,1.1,0,0,1,1-1H9a1,1,0,0,1,1,1A.9.9,0,0,1,9,10.5Z\"/>\n </g>`,\n\n checkBoxTick: svg`\n <path class=\"st0\" d=\"M13.7,5.5c-0.4-0.4-1-0.4-1.4,0l-5,4.9L5.6,8.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.4,2.4c0,0,0,0,0,0 c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0s0,0,0,0l5.7-5.6C14.1,6.5,14.1,5.9,13.7,5.5z\"/>`,\n\n chevronDown: svg`\n <defs>\n <style>\n .cls-1,\n .cls-2 {\n fill: none;\n }\n\n .cls-1 {\n clip-rule: evenodd;\n }\n\n .cls-2,\n .cls-7 {\n fill-rule: evenodd;\n }\n\n .cls-3 {\n clip-path: url(#clip-path);\n }\n\n .cls-4 {\n clip-path: url(#clip-path-8);\n }\n\n .cls-5 {\n clip-path: url(#clip-path-15);\n }\n\n .cls-6 {\n clip-path: url(#clip-path-17);\n }\n\n </style>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M471.58-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0L466-784.16a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M632.69-782.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.75.75,0,0,1-.24-.55.79.79,0,0,1,.24-.56.83.83,0,0,1,1.15,0l2.79,2.6v-6.54a.81.81,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M632.86-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.88.88,0,0,1-1.19,0l-4.23-3.93a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54A.81.81,0,0,1,632-790a.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M637.69-774.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.75.75,0,0,1-.24-.55.79.79,0,0,1,.24-.56.83.83,0,0,1,1.15,0l2.79,2.6v-6.54a.81.81,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n </defs>\n <path\n d=\"M5.31,6.82a1,1,0,0,0,0,1.36h0l3,3a1,1,0,0,0,1.39,0h0l3-3a1,1,0,0,0,.05-1.36h0a1,1,0,0,0-1.34,0l0,0L9,9.18,6.68,6.85a.94.94,0,0,0-1.34-.06Z\" />`,\n\n chevronLeft: svg`\n <path class=\"st0\" d=\"M7.7,9l3.4-3.4c0.4-0.4,0.4-1,0-1.3s-1-0.4-1.3,0l-4,4c-0.4,0.4-0.4,1,0,1.3l4,4c0.4,0.4,1,0.4,1.3,0 c0.4-0.4,0.4-1,0-1.3L7.7,9z\"/>`,\n\n chevronRight: svg`\n <path class=\"st0\" d=\"M9.8,8.9l-3.4,3.4c-0.4,0.4-0.4,1,0,1.3c0.4,0.3,1,0.4,1.3,0l4-4c0.4-0.4,0.4-1,0-1.3l-4-4 c-0.4-0.4-1-0.4-1.3,0C6,4.7,6,5.3,6.3,5.6L9.8,8.9z\"/>`,\n\n chevronUp: svg`\n <defs>\n <style>\n .cls-1,\n .cls-2 {\n fill: none;\n }\n\n .cls-1 {\n clip-rule: evenodd;\n }\n\n .cls-2,\n .cls-7 {\n fill-rule: evenodd;\n }\n\n .cls-3 {\n clip-path: url(#clip-path);\n }\n\n .cls-4 {\n clip-path: url(#clip-path-8);\n }\n\n .cls-5 {\n clip-path: url(#clip-path-15);\n }\n\n .cls-6 {\n clip-path: url(#clip-path-17);\n }\n </style>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M495.36-782.7l2.77-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.23-3.93a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.78,2.6v-6.54a.82.82,0,0,1,.84-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M656.47-782.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M656.63-782.7l2.78-2.62a.9.9,0,0,1,1.2,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0L651-784.16a.73.73,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.78,2.6v-6.54a.82.82,0,0,1,.84-.79.81.81,0,0,1,.83.79Z\" />\n </clipPath>\n <clipPath>\n <path class=\"cls-1\"\n d=\"M661.47-774.7l2.78-2.62a.89.89,0,0,1,1.19,0,.75.75,0,0,1,0,1.11l-4.18,4a.86.86,0,0,1-1.18,0l-4.24-3.93a.76.76,0,0,1-.25-.55.79.79,0,0,1,.24-.56.84.84,0,0,1,1.16,0l2.79,2.6v-6.54a.81.81,0,0,1,.83-.79.82.82,0,0,1,.84.79Z\" />\n </clipPath>\n </defs>\n <title>Artboard 2 copy 9</title>\n <path class=\"cls-7\"\n d=\"M12.61,11.18a1,1,0,0,0,0-1.36h0l-3-3a1,1,0,0,0-1.39,0h0l-3,3a1,1,0,0,0,0,1.36h0a1,1,0,0,0,1.35,0l0,0L8.92,8.82l2.32,2.33a.94.94,0,0,0,1.34.06Z\" />\n `,\n\n close: svg`\n <path class=\"st0\" d=\"M10.4,9l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-5-5l-5,5c-0.4,0.4-1,0.4-1.4,0\n c-0.4-0.4-0.4-1,0-1.4l5-5l-5-5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l5,5l5-5c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4 L10.4,9z\"/>`,\n\n columns: svg`\n <path fill-rule=\"evenodd\" d=\"M2.25,1.5 C1.00735875,1.5 0,2.45938929 0,3.64285714 L0,14.3571429 C0,15.5406429 1.00735875,16.5 2.25,16.5 L15.75,16.5 C16.992675,16.5 18,15.5406429 18,14.3571429 L18,3.64285714 C18,2.45938929 16.992675,1.5 15.75,1.5 L2.25,1.5 Z M15.999075,3.375 L12.9990375,3.375 L12.9990375,14.625 L15.999075,14.625 L15.999075,3.375 Z M7.0005375,3.375 L11.000475,3.375 L11.000475,14.625 L7.0005375,14.625 L7.0005375,3.375 Z M4.9995075,3.375 L1.9995075,3.375 L1.9995075,14.625 L4.9995075,14.625 L4.9995075,3.375 Z\" />`,\n\n contact: svg`\n <path class=\"st0\" d=\"M16,2.3H2c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-10C18,3.2,17.1,2.3,16,2.3z M14.5,4.3L9,9 L3.4,4.3H14.5z M15,14.3H3c-0.6,0-1-0.4-1-1V5.7l6.3,5.4c0.2,0.2,0.4,0.2,0.7,0.2c0.2,0,0.5-0.1,0.7-0.2L16,5.7v7.6 C16,13.8,15.6,14.3,15,14.3z\"/>`,\n\n copy: svg`\n <path d=\"M1,13c-0.6,0-1-0.4-1-1V2c0-0.6,0.4-1,1-1h10c0.6,0,1,0.4,1,1s-0.4,1-1,1H2v9C2,12.6,1.6,13,1,13z\"/>\n <path d=\"M16,7v8H6V7H16 M17,5H5C4.4,5,4,5.4,4,6v10c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V6C18,5.4,17.6,5,17,5L17,5z\"/>`,\n\n critical: svg`\n <path class=\"st0\" d=\"M9.7,0.4l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L10,3.5V9c0,0.6-0.4,1-1,1S8,9.6,8,9V3.3L4.7,6.7\n c-0.4,0.4-1,0.4-1.4,0C3.1,6.5,3,6.2,3,6c0-0.3,0.1-0.5,0.3-0.7l5-5C8.7-0.1,9.3-0.1,9.7,0.4L9.7,0.4z\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"17\" r=\"1\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"13\" r=\"1\"/>`,\n\n dashboard: svg`\n <path d=\"M8.4,18C3.8,18,0,14.2,0,9.6c0-4.3,3.2-7.9,7.5-8.3c0.6,0,1,0.3,1.1,0.9c0.1,0.5-0.3,1-0.9,1.1C4.5,3.6,2,6.3,2,9.6\n C2,13.1,4.9,16,8.4,16c3.3,0,6.1-2.6,6.4-5.9c0-0.6,0.5-1,1.1-0.9c0.6,0,1,0.5,0.9,1.1C16.5,14.6,12.8,18,8.4,18z\"/>\n <path d=\"M17,6.9h-4.9c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1C15.3,0,18,2.7,18,5.9C18,6.5,17.6,6.9,17,6.9z M13.1,4.9h2.8 c-0.4-1.4-1.4-2.4-2.8-2.8V4.9z\"/>`,\n\n dateRange: svg`\n <style>\n .colored-stroke {\n stroke: currentColor;\n }\n </style>\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\" />\n <path class=\"colored-stroke\" d=\"m 5,12 h 8\" style=\"fill:none;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />\n <path class=\"colored-stroke\" d=\"M 11.5,10.5 13,12 11.5,13.5\" style=\"fill:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />\n <path class=\"colored-stroke\" d=\"M 6.5,10.5 5,12 6.5,13.5\" style=\"fill:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\" />`,\n\n details: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g >\n <path d=\"M13,6 C13.5522847,6 14,6.44771525 14,7 C14,7.55228475 13.5522847,8 13,8 L5,8 C4.44771525,8 4,7.55228475 4,7 C4,6.44771525 4.44771525,6 5,6 L13,6 Z M9,10 C9.55228475,10 10,10.4477153 10,11 C10,11.5522847 9.55228475,12 9,12 L5,12 C4.44771525,12 4,11.5522847 4,11 C4,10.4477153 4.44771525,10 5,10 L9,10 Z M0,1.99508929 C0,0.893231902 0.892622799,0 1.99508929,0 L16.0049107,0 C17.1067681,0 18,0.892622799 18,1.99508929 L18,16.0049107 C18,17.1067681 17.1073772,18 16.0049107,18 L1.99508929,18 C0.893231902,18 0,17.1073772 0,16.0049107 L0,1.99508929 Z M2,3.00684547 C2,2.45078007 2.44994876,2 3.00684547,2 L14.9931545,2 C15.5492199,2 16,2.44994876 16,3.00684547 L16,14.9931545 C16,15.5492199 15.5500512,16 14.9931545,16 L3.00684547,16 C2.45078007,16 2,15.5500512 2,14.9931545 L2,3.00684547 Z\"></path>\n </g>\n </g>`,\n\n dispatch: svg`\n <path class=\"st0\" d=\"M1,10h13.6l-5.3,5.3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7c0.4-0.4,0.4-1,0-1.4l-7-7\n C10.5,1.1,10.3,1,10,1C9.7,1,9.5,1.1,9.3,1.3c-0.4,0.4-0.4,1,0,1.4L14.6,8H1C0.4,8,0,8.4,0,9C0,9.5,0.4,10,1,10\"/>`,\n\n ellipsisVertical: svg`\n <circle class=\"st0\" cx=\"9\" cy=\"15\" r=\"2\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"9\" r=\"2\"/>\n <circle class=\"st0\" cx=\"9\" cy=\"3\" r=\"2\"/>`,\n\n exclamationFill: svg`<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM10 10V5C10 4.44772 9.55228 4 9 4C8.44772 4 8 4.44772 8 5V10C8 10.5523 8.44772 11 9 11C9.55228 11 10 10.5523 10 10ZM9 14C9.55228 14 10 13.5523 10 13C10 12.4477 9.55228 12 9 12C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14Z\"/>`,\n\n filterFunnel: svg`\n <path d=\"M18,1.00126584 C18,0.448276851 17.5584381,0 17.0137327,0 L0.986345567,0 C0.783248378,0 0.585051782,0.0636908896 0.418940196,0.182295811 C-0.0265976151,0.500421713 -0.133717166,1.12503362 0.17964335,1.57734689 L5.99077495,9.96473772 L6.00709484,16.0666253 C6.00811195,16.4475034 6.11966977,16.8196516 6.32776001,17.1366041 C6.91268731,18.0273848 8.09816833,18.2680678 8.97560551,17.6742453 L11.051145,16.2695256 C11.6026004,15.896298 11.9326044,15.2668048 11.9295069,14.5939906 L11.9084251,10.0016287 L17.8170137,1.58227507 C17.9360611,1.41260479 18,1.20951675 18,1.00126584 Z M9.93297783,9.36532994 L9.95701847,14.6032368 L7.97939831,15.9417311 L7.96169146,9.32853285 L2.8859261,2.00253168 L15.1000976,2.00253168 L9.93297783,9.36532994 Z\" fill-rule=\"nonzero\" transform=\"translate(9.000000, 9.000000) scale(-1, 1) translate(-9.000000, -9.000000) \" />`,\n\n filterNew: svg`\n <path class=\"st0\" d=\"M0,9c0-0.6,0.4-1,1-1h7c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,10,0,9.6,0,9z M0,3c0-0.6,0.4-1,1-1h16\n c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,4,0,3.6,0,3z M0,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1\n C0.5,16,0,15.6,0,15z\"/>\n <path d=\"M17,11h-2V9c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2\n c0.6,0,1-0.4,1-1S17.6,11,17,11z\"/>`,\n\n filter: svg`\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h8c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n globe: svg`\n <path d=\"M9.9,0C9.6,0,9.3,0,9,0C4,0,0,4,0,9c0,5,4,9,9,9c5,0,9-4,9-9C18,4.4,14.5,0.5,9.9,0z M13.8,10.6c-0.3-0.2-0.7-0.2-1,0\n l-1,0.6l-0.5,0.1c-0.3,0-0.6,0.2-0.8,0.5l-0.3,0.6l-1,0.8c-0.4,0.3-0.5,1-0.1,1.4L9.3,15l-0.2,0.7c0,0.1,0,0.2,0,0.3\n c0,0-0.1,0-0.1,0c-3.9,0-7-3.1-7-7c0-0.4,0-0.9,0.1-1.3L2.5,8l0,1.1c0,0.3,0.2,0.6,0.4,0.8l1.5,1C4.6,10.9,4.8,11,5,11\n c0.3,0,0.5-0.1,0.7-0.3l1.4-1.4l1.5-1.2l4-1c0.4-0.1,0.7-0.4,0.7-0.8c0.1-0.4-0.1-0.8-0.5-1l-1.6-0.9l-0.4-0.8\n c-0.1-0.2-0.3-0.4-0.5-0.5L7.7,2.1C8.2,2,8.6,2,9,2c0.2,0,0.5,0,0.7,0C13.3,2.4,16,5.4,16,9c0,0.9-0.2,1.8-0.5,2.5L13.8,10.6z\"/>`,\n\n grid: svg`\n <rect x=\"9.875\" y=\"0.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"0.875\" y=\"0.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"0.875\" y=\"9.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"9.875\" y=\"9.875\" width=\"7\" height=\"7\" rx=\"1\"></rect>\n `,\n\n grip: svg`\n <polygon fill-rule=\"evenodd\" points=\"7.16666667 1.13242749e-14 3.5 1.13242749e-14 3.5 3.6 7.16666667 3.6\" />\n <polygon fill-rule=\"evenodd\" points=\"7.16666667 7.2 3.5 7.2 3.5 10.8 7.16666667 10.8\" />\n <polygon fill-rule=\"evenodd\" points=\"3.5 14.4 7.16666667 14.4 7.16666667 18 3.5 18\" />\n <polygon fill-rule=\"evenodd\" points=\"14.5 1.13242749e-14 10.8333333 1.13242749e-14 10.8333333 3.6 14.5 3.6\" />\n <polygon fill-rule=\"evenodd\" points=\"10.8333333 7.2 14.5 7.2 14.5 10.8 10.8333333 10.8\" />\n <polygon fill-rule=\"evenodd\" points=\"14.5 14.4 10.8333333 14.4 10.8333333 18 14.5 18\" />\n `,\n\n help: svg`\n <g>\n <path d=\"M9,11.1c-0.5,0-0.9-0.4-0.9-0.9V9.7c0-0.5,0.2-1.4,1.6-1.4c0.5,0,0.8-0.2,0.8-0.8c0-0.2,0-0.7-0.3-1C10.1,6.1,9.6,6,9,6\n C7.7,6,7.7,6.7,7.7,6.8c0,0.5-0.4,0.9-0.9,0.9S5.9,7.3,5.9,6.8c0-0.7,0.6-2.6,3.1-2.6c1.4,0,2.3,0.6,2.7,1.1l0,0\n c0.6,0.6,0.8,1.5,0.7,2.4C12.2,9.3,11,10,9.9,10v0.2C9.9,10.7,9.5,11.1,9,11.1z\"/>\n </g>\n <g>\n <path d=\"M9,2c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S5.1,2,9,2 M9,0C4,0,0,4,0,9s4,9,9,9c5,0,9-4,9-9S14,0,9,0L9,0z\"/>\n </g>\n <g>\n <path d=\"M9,14.2c-0.3,0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.5-0.3-0.7c0-0.3,0.1-0.6,0.3-0.7c0.4-0.4,1.1-0.4,1.5,0\n c0.2,0.2,0.3,0.5,0.3,0.7c0,0.3-0.1,0.6-0.3,0.7C9.5,14.1,9.3,14.2,9,14.2z\"/>\n </g>\n `,\n\n hide: svg`\n <path d=\"M2.1,8.9c0.7-1.4,3.5-4.8,7.1-4.8c0.6,0,1.2,0.1,1.7,0.3l1.5-1.5c-1-0.5-2.1-0.8-3.3-0.8C3.7,2.1,0,8,0,8.9\n c0,0.4,0.9,2.2,2.6,3.9L4,11.4C3.1,10.4,2.4,9.5,2.1,8.9z\"/>\n <path d=\"M15.7,5.3l-1.4,1.4c0.8,0.8,1.4,1.7,1.6,2.2c-0.7,1.4-3.4,5.1-6.7,5.1c-0.7,0-1.3-0.1-1.9-0.4l-1.4,1.4\n C6.9,15.6,8,16,9.2,16c5.2,0,8.8-6.4,8.8-7.1C18,8.5,17.2,6.9,15.7,5.3z\"/>\n <path class=\"st0\" d=\"M2.6,15.5L2.6,15.5c-0.4-0.4-0.4-1,0-1.4L13.9,2.8c0.4-0.4,1-0.4,1.4,0l0,0c0.4,0.4,0.4,1,0,1.4L4,15.5\n C3.6,15.9,3,15.9,2.6,15.5z\"/>\n `,\n\n infoFill: svg`<path d=\"M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0Zm1,13a1,1,0,0,1-2,0V8a1,1,0,0,1,2,0ZM9,6a1,1,0,1,1,1-1A1,1,0,0,1,9,6Z\" transform=\"translate(0 0)\" />`,\n\n tickFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19ZM13.31 6.30994C13.7 5.89994 14.32 5.89994 14.71 6.30994C15.1 6.71994 15.1 7.37994 14.7 7.76994L9.07 13.6699V13.6799C8.68 14.0899 8.06 14.0899 7.67 13.6799C7.665 13.6749 7.6625 13.6699 7.66 13.6649C7.6575 13.6599 7.655 13.6549 7.65 13.6499L5.29 11.1499C4.9 10.7399 4.9 10.0799 5.29 9.66994C5.68 9.25994 6.3 9.25994 6.69 9.66994L8.38 11.4699L13.31 6.30994Z\" transform=\"translate(-1 -1)\"/>\n `,\n\n infoOutline: svg`\n <path d=\"M9,0 C4.02943725,0 0,4.02943725 0,9 C0,13.9705627 4.02943725,18 9,18 C13.9705627,18 18,13.9705627 18,9 C18,4.02943725 13.9705627,0 9,0 Z M9,2 C12.8659932,2 16,5.13400675 16,9 C16,12.8659932 12.8659932,16 9,16 C5.13400675,16 2,12.8659932 2,9 C2,5.13400675 5.13400675,2 9,2 Z\" fill-rule=\"nonzero\"></path>\n <circle cx=\"9\" cy=\"6\" r=\"1\"></circle>\n <rect x=\"8\" y=\"8\" width=\"2\" height=\"5\" rx=\"1\"></rect>`,\n\n jobFields: svg`\n <path class=\"st0\" d=\"M1,13c-0.5,0-1,0.4-1,1v0c0,0.5,0.4,1,1,1h0c0.5,0,1-0.4,1-1v0C2,13.4,1.6,13,1,13L1,13z M17,13H5\n c-0.5,0-1,0.4-1,1v0c0,0.5,0.4,1,1,1h12c0.5,0,1-0.4,1-1v0C18,13.4,17.5,13,17,13z M1,8C0.4,8,0,8.4,0,9v0c0,0.5,0.4,1,1,1h0\n c0.5,0,1-0.4,1-1v0C2,8.4,1.6,8,1,8L1,8z M11,8H5C4.4,8,4,8.4,4,9v0c0,0.5,0.4,1,1,1h6c0.5,0,1-0.4,1-1v0C12,8.4,11.5,8,11,8z M1,3\n C0.4,3,0,3.4,0,4v0c0,0.5,0.4,1,1,1h0c0.5,0,1-0.4,1-1v0C2,3.4,1.6,3,1,3L1,3z M17,3H5C4.3,3,4,3.4,4,4v0c0,0.5,0.4,1,1,1h12\n C17.4,5,18,4.6,18,4v0C18,3.4,17.4,3,17,3z\"/>\n `,\n\n jobs: svg`\n <g>\n <path d=\"M17,6H1C0.4,6,0,6.4,0,7v10c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1V7C18,6.4,17.6,6,17,6L17,6z M2,16V8h14v8H2L2,16z\"/>\n </g>\n <g>\n <path d=\"M11.2,1H6.8C5.8,1,5,1.8,5,3v1c0,0.6,0.4,1,1,1s1-0.4,1-1V3h4v1c0,0.6,0.4,1,1,1s1-0.4,1-1V3C13,1.8,12.2,1,11.2,1L11.2,1z\"/>\n </g>\n `,\n\n logout: svg`\n <path class=\"st0\" d=\"M15.7,8.2l-3-3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.3,1.3H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h5.7l-1.4,1.4\n c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l3-3C16.1,9.3,16.1,8.7,15.7,8.2L15.7,8.2z\"/>\n <g>\n <path d=\"M8.5,16.9H2.7c-0.6,0-1-0.4-1-1v-14c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1s-0.4,1-1,1h-5v12h4.8c0.6,0,1,0.4,1,1\n S9.1,16.9,8.5,16.9z\"/>\n </g>\n `,\n\n map: svg`\n <path d=\"M9.38500743,15.383742 C10.204749,14.794821 11.0108787,14.159294 11.758022,13.4915762 C12.4225607,12.8976817 13.0073675,12.3067398 13.4906116,11.7310497 C14.4926514,10.537317 15,9.21759591 15,8 C15,4.67652318 12.3896043,2 9,2 C5.62792813,2 3,4.66798547 3,8 C3,9.21368006 3.50961126,10.5363837 4.51459199,11.7266458 C4.998825,12.3001535 5.58258187,12.888391 6.24399217,13.4787725 C7.02327939,14.1743722 7.86583421,14.8346438 8.70875915,15.4339777 C8.81250296,15.5077413 8.91352458,15.5786257 9.01148934,15.6465075 C9.14746035,15.552206 9.27786096,15.4607184 9.38500743,15.383742 Z M1,8 C1,3.63110352 4.45647321,0 9,0 C13.6043527,0 17,3.68432617 17,8 C17,9.6376271 16.3642509,11.4184323 15.0224609,13.0169104 C12.828203,15.6309358 9.47013284,17.7467724 9.29010882,17.8728774 C9,18.0760956 8.74874442,17.8728774 8.74874442,17.8728774 C8.74874442,17.8728774 5.25905768,15.7085029 2.9864502,13.0169104 C1.63498673,11.4162869 1,9.62921865 1,8 Z\" fill-rule=\"nonzero\"></path>\n <path d=\"M9,11 C7.34314575,11 6,9.65685425 6,8 C6,6.34314575 7.34314575,5 9,5 C10.6568542,5 12,6.34314575 12,8 C12,9.65685425 10.6568542,11 9,11 Z M9,9 C9.55228475,9 10,8.55228475 10,8 C10,7.44771525 9.55228475,7 9,7 C8.44771525,7 8,7.44771525 8,8 C8,8.55228475 8.44771525,9 9,9 Z\"></path>\n `,\n\n megaphone: svg`\n <path d=\"M7.1,13L8,15.7c0.1,0.5-0.1,1.1-0.6,1.3c-0.4,0.2-0.9-0.1-1.1-0.6l-1.1-3.4c-1.1,0-1.8-0.1-2-0.1c-1.2,0-2.2-1-2.2-2.2V6.3\n c0-1.2,1-2.2,2.2-2.2C5.5,4.1,7.6,4,7.6,4c1.6-0.1,2.4-0.4,3.4-0.9c0.2-0.1,2.2-1.4,3.1-1.9c0.6-0.3,1.3-0.3,1.9,0\n c0.6,0.3,1,1,1,1.7l0,11.1c0,0.7-0.4,1.3-1,1.7c-0.3,0.2-0.6,0.3-1,0.3c-0.3,0-0.7-0.1-0.9-0.2c-0.6-0.3-1.1-0.6-1.7-1\n c-0.2-0.1-0.6-0.4-0.6-0.4c-0.2-0.1-0.4-0.3-0.5-0.3c-0.8-0.5-1.6-0.8-2.9-0.9C7.9,13,7.5,13,7.1,13z M5,11V6c-0.5,0-1,0-1.7,0\n C3.1,6.1,3,6.2,3,6.4v4.3c0,0.2,0.1,0.3,0.3,0.3C3.6,10.9,4.1,11,5,11z M7,11.1c0.5,0,1,0,1.5,0.1c1.6,0.2,2.6,0.5,3.7,1.2\n c-0.2-0.1,1.8,1.3,2.7,1.7c0,0,0,0,0.1,0c0,0,0,0,0,0l0-10.9c0,0,0,0,0,0c0,0,0,0-0.1,0c-0.8,0.4-2.7,1.7-3,1.8\n c-1.2,0.7-2.3,1-4.1,1.1c0,0-0.2,0-0.8,0V11.1z\"/>\n `,\n\n minus: svg`\n <path class=\"st0\" d=\"M15,8c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H3c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1H15z\"/>`,\n\n normal: svg`\n <path class=\"st0\" d=\"M8.3,1.4l-5,5c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L8,4.5V16c0,0.6,0.4,1,1,1s1-0.4,1-1V4.3l3.3,3.3\n c0.4,0.4,1,0.4,1.4,0C14.9,7.5,15,7.2,15,7c0-0.3-0.1-0.5-0.3-0.7l-5-5C9.3,0.9,8.7,0.9,8.3,1.4L8.3,1.4z\"/>\n `,\n\n notes: svg`\n <path class=\"st0\" d=\"M0,17c0-0.6,0.4-1,1-1h16c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,18,0,17.6,0,17z\"/>\n <path class=\"st0\" d=\"M6.9,9.3l0.1-0.2l7.2-7.3l2.1,2l-7.3,7.2l-0.2,0.1H6.9V9.3z M12.7,0.7L5.6,7.8C5.3,8.2,5,8.8,5,9.3v2.8\n C5,12.6,5.4,13,5.9,13h2.8c0.5,0,1.1-0.3,1.4-0.6l6.4-6.4l0.8-0.8c0.9-0.9,0.9-2.4,0-3.3L16,0.7C15.6,0.3,15,0,14.4,0\n C13.8,0,13.2,0.3,12.7,0.7z\"/>`,\n\n notify: svg`\n <path class=\"st0\" d=\"M16.5,0.2c-0.3-0.2-0.7-0.2-1-0.1L1.6,6.6C1.2,6.7,1,7.1,1,7.5c0,0.4,0.3,0.8,0.6,0.9l5.3,2.2l-0.1,5.8\n c0,0.4,0.2,0.8,0.6,0.9c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.5-0.1,0.7-0.3l4.4-4.1l2.5,1c0.1,0.1,0.3,0.1,0.4,0.1\n c0.2,0,0.4-0.1,0.5-0.2c0.3-0.2,0.4-0.5,0.5-0.8L16.9,1C16.9,0.7,16.8,0.4,16.5,0.2z M11.8,4L7.6,8.7L4.5,7.4L11.8,4z M8.8,14\n l0.1-2.6l1.9,0.8L8.8,14z M9.6,9.5l5.3-6l-0.2,8.1L9.6,9.5z\"/>\n `,\n\n openLink: svg`\n <path class=\"st0\" d=\"M12.6,4H9C8.4,4,8,3.5,8,3c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v6.1c0,0.3-0.1,0.5-0.3,0.7\n c-0.2,0.2-0.4,0.3-0.7,0.3c-0.6,0-1-0.4-1-1V5.4l-5,5c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4L12.6,4z\"/>\n <path class=\"st0\" d=\"M15,16H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1S5.6,4,5,4H4v10h10v-1c0-0.6,0.4-1,1-1\n s1,0.4,1,1v2C16,15.6,15.5,16,15,16z\"/>\n `,\n\n optimise: svg`\n <path d=\"M8,18c-0.1,0-0.2,0-0.3,0C7.3,17.8,7,17.4,7,17v-5H3c-0.4,0-0.7-0.2-0.9-0.5s-0.1-0.7,0.1-1l6.9-10C9.3,0.1,9.8-0.1,10.2,0\n c0.4,0.1,0.7,0.5,0.7,1v5.1H15c0.4,0,0.7,0.2,0.9,0.5s0.1,0.7-0.1,1l-7,9.9C8.6,17.8,8.3,18,8,18z M4.9,10H8c0.6,0,1,0.4,1,1v2.8\n l4-5.8H9.9c-0.6,0-1-0.4-1-1V4.2L4.9,10z\"/>\n `,\n\n outOfFilter: svg`\n <path d=\"M16.8,14.3L12.2,9l3.6-4.3c0.2-0.3,0.3-0.7,0.1-1.1C15.7,3.2,15.4,3,15,3H7L4.8,0.3c-0.4-0.4-1-0.5-1.4-0.1\n c-0.4,0.4-0.5,1-0.1,1.4L4.4,3H2C1.6,3,1.3,3.2,1.1,3.6C0.9,3.9,1,4.3,1.2,4.6L6,10.4V15c0,0.3,0.2,0.6,0.4,0.8l3,2\n C9.6,17.9,9.8,18,10,18c0.2,0,0.3,0,0.5-0.1c0.3-0.2,0.5-0.5,0.5-0.9v-6.3l4.2,4.9c0.2,0.2,0.5,0.3,0.8,0.3c0.2,0,0.5-0.1,0.7-0.2\n C17.1,15.4,17.1,14.8,16.8,14.3z M12.9,5l-2,2.4L8.7,5H12.9z M9.2,9.4C9.1,9.5,9,9.8,9,10v5.1l-1-0.7V10c0-0.2-0.1-0.5-0.2-0.6\n L4.1,5h2l3.4,4L9.2,9.4z\"/>\n `,\n\n paperFold: svg`<path d=\"M16.31,6.22a1,1,0,0,0-.22-.32L10.51.31A1.15,1.15,0,0,0,10.18.1,1,1,0,0,0,9.8,0H4.21a2.6,2.6,0,0,0-2.6,2.59V15.39A2.6,2.6,0,0,0,4.21,18h9.58a2.6,2.6,0,0,0,2.6-2.59V6.61A1,1,0,0,0,16.31,6.22ZM10.8,3.43,13,5.61H10.8Zm3,12.55H4.21a.6.6,0,0,1-.6-.59V2.61A.6.6,0,0,1,4.21,2H8.8V6.61a1,1,0,0,0,1,1h4.59v7.78A.6.6,0,0,1,13.79,16Z\"/>`,\n\n phone: svg`\n <path d=\"M14,18c-2.3,0-5.8-1.6-9.1-4.9c-2-2-3.6-4.3-4.4-6.4c-0.8-2.1-0.7-3.9,0.2-4.8C0.8,1.8,0.9,1.7,1,1.6C1.7,0.9,2.6,0,3.8,0\n c0.9,0,1.7,0.5,2.4,1.5c2.1,2.6,1.2,3.9,0,5.1l0,0c0.1,0.3,0.5,1.1,2.2,2.9c1.8,1.8,2.6,2.2,2.9,2.2l0,0c1.2-1.2,2.5-2.1,5.1,0\n c1,0.8,1.5,1.6,1.5,2.4c0.1,1.3-0.9,2.2-1.6,2.8c-0.1,0.1-0.2,0.2-0.3,0.3C15.6,17.7,14.9,18,14,18z M3.7,2C3.5,2,3.3,2.2,3.2,2.3\n C2.7,2.7,2.1,3.1,2,3.8C2,4.1,2,4.5,2.1,4.8c0.7,3,2.8,5.6,5.1,7.6c1.4,1.3,2.9,2.3,4.6,3c0.6,0.3,1.3,0.5,2,0.6\n c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.3-0.2,0.5-0.3c0.3-0.3,0.6-0.6,0.8-0.9c0.1-0.1,0.2-0.2,0.2-0.4c0-0.2-0.1-0.4-0.2-0.6\n c-0.4-0.5-0.9-0.9-1.4-1.2c-0.2-0.1-0.4-0.2-0.6-0.2c-0.5,0-0.8,0.6-1.1,0.9c-0.5,0.4-1.2,0.5-1.8,0.3c-0.6-0.2-1.1-0.6-1.6-1\n C7.5,11.5,5.9,10,4.8,8.2C4.6,7.8,4.3,7.4,4.2,7S4.2,6,4.4,5.7c0.3-0.5,1.1-0.8,1.1-1.4c0-0.3-0.1-0.5-0.3-0.7\n C5,3.1,4.7,2.7,4.4,2.4C4.2,2.2,4,2,3.7,2z\"/>`,\n\n plus: svg`\n <path class=\"st0\" d=\"M10,8V2c0-0.6-0.4-1-1-1C8.4,1,8,1.4,8,2v6H2C1.4,8,1,8.4,1,9c0,0.6,0.4,1,1,1h6v6c0,0.6,0.4,1,1,1 c0.6,0,1-0.4,1-1v-6h6c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1H10z\"/>`,\n\n processing: svg`<path d=\"M9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z M12.7075379,9.81794554 C12.5257228,10.4145966 12.2080838,10.9773659 11.7400774,11.4453723 C10.2063137,12.9791361 7.69176287,12.9575305 6.13141391,11.3971816 L7.52153209,10.0070634 L3.7824231,9.97493622 L3.81455027,13.7140452 L5.20466845,12.323927 C7.28827643,14.407535 10.634779,14.4362888 12.6828864,12.3881814 C13.4103816,11.6606862 13.8700597,10.7673159 14.0723126,9.82967196 L12.7075379,9.81794554 Z M5.31711357,5.61181862 C4.58961839,6.3393138 4.12994028,7.23268406 3.92768736,8.17032804 L5.29246214,8.18205446 C5.46492947,7.58532306 5.79191615,7.02263412 6.25992261,6.55462766 C7.79368633,5.02086394 10.3082371,5.04246946 11.8685861,6.60281843 L10.4784679,7.99293661 L14.2175769,8.02506378 L14.1854497,4.28595479 L12.7953315,5.67607297 C10.7117236,3.59246499 7.36522102,3.56371117 5.31711357,5.61181862 Z\"></path>`,\n\n push: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(2.000000, 0.000000)\">\n <path d=\"M0,1.99508929 C0,0.893231902 0.897060126,0 2.00585866,0 L11.9941413,0 C13.1019465,0 14,0.892622799 14,1.99508929 L14,16.0049107 C14,17.1067681 13.1029399,18 11.9941413,18 L2.00585866,18 C0.898053512,18 0,17.1073772 0,16.0049107 L0,1.99508929 Z M2,2 L12,2 L12,5 L14,5 L14,10 L12,10 L12,16 L2,16 L2,2 Z M7,14 C7.55228475,14 8,13.5522847 8,13 C8,12.4477153 7.55228475,12 7,12 C6.44771525,12 6,12.4477153 6,13 C6,13.5522847 6.44771525,14 7,14 Z\"></path>\n </g>\n <path d=\"M13.75,5.5 L14.5,5.5 L14.5,6.16666667 L14.5,8.83333333 L14.5,9.5 L13.5,9.5 L13.5,8.83333333 L13.5,6.5 L13,6.5 L12.5,6.5 L12.5,5.5 L13,5.5 L13.75,5.5 Z M13.5,12 C15.9852814,12 18,9.98528137 18,7.5 C18,5.01471863 15.9852814,3 13.5,3 C11.0147186,3 9,5.01471863 9,7.5 C9,9.98528137 11.0147186,12 13.5,12 Z M13.25,8.5 L12.75,8.5 L12.5,8.5 L12.5,9.5 L12.75,9.5 L13.25,9.5 L13.5,9.5 L13.5,8.5 L13.25,8.5 Z M15.25,8.5 L14.75,8.5 L14.5,8.5 L14.5,9.5 L14.75,9.5 L15.25,9.5 L15.5,9.5 L15.5,8.5 L15.25,8.5 Z\"></path>\n </g>`,\n\n questionFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9ZM10 13C10 13.5523 9.55228 14 9 14C8.44771 14 8 13.5523 8 13C8 12.4477 8.44771 12 9 12C9.55228 12 10 12.4477 10 13ZM9 6C8.44772 6 8 6.44772 8 7H6C6 5.34315 7.34315 4 9 4C10.6569 4 12 5.34315 12 7C12 8.30622 11.1652 9.41746 10 9.82929V10C10 10.5523 9.55228 11 9 11C8.44771 11 8 10.5523 8 10V9C8 8.44772 8.44772 8 9 8C9.55228 8 10 7.55228 10 7C10 6.44772 9.55228 6 9 6Z\" />`,\n\n recurring: svg`\n <path d=\"M2,9c0.6,0,1-0.4,1-1V7c0-1,1-2,2-2h8.6l-1.3,1.3c-0.4,0.4-0.4,1,0,1.4C12.5,7.9,12.7,8,13,8s0.5-0.1,0.7-0.3l3-3\n c0.4-0.4,0.4-1,0-1.4l-3-3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L13.6,3H5C2.8,3,1,4.8,1,7v1C1,8.6,1.4,9,2,9z\"/>\n <path d=\"M16,9c-0.6,0-1,0.4-1,1v1.1c0,1-0.9,1.9-2,1.9H4.4l1.3-1.3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4\n l3,3C4.5,17.9,4.7,18,5,18s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L4.4,15H13c2.2,0,4-1.8,4-3.9V10C17,9.4,16.6,9,16,9z\"/>`,\n\n reload: svg`<path fill-rule=\"evenodd\" d=\"M9.06944504,2.64848617 C10.7986151,2.64848617 12.5277626,3.30640867 14.0263751,4.29329243 L13.5652376,1.22298741 C13.4500376,0.674718657 13.9110626,0.12644653 14.6028251,0.016792779 C15.1791626,-0.0928609716 15.7556126,0.345754031 15.8708126,1.00367991 L16.6777751,7.14427869 C16.6777751,7.14427869 16.6777751,7.14427869 16.6777751,7.25393244 C16.6777751,7.47323994 16.5624626,7.8022012 16.4472626,8.0215087 C16.3319501,8.13116245 16.1014376,8.2408162 15.9861251,8.2408162 C15.7556126,8.35046995 15.5249876,8.35046995 15.4096751,8.4601237 L14.8333376,8.56977745 L10.2222213,9.77596871 C9.6458388,9.88562246 8.95416629,9.5566612 8.83888754,8.8987387 C8.72360879,8.35046995 9.06944504,7.69254744 9.6458388,7.58289369 C9.6458388,7.58289369 11.4902763,7.14427869 13.1042126,6.70566369 C13.2194126,6.70566369 13.2194126,6.70566369 13.3347251,6.59600994 C12.1819376,5.49947243 10.6833363,4.84156118 9.06944504,4.84156118 C5.84167378,4.84156118 3.30555251,7.25393244 3.30555251,10.3242375 C3.30555251,13.3945875 5.84167378,15.806925 9.06944504,15.806925 C11.4902763,15.806925 13.6805501,14.27175 14.4875126,12.078675 C14.7180251,11.5304625 15.4096751,11.2015125 15.9861251,11.420775 C16.5624626,11.6400375 16.9082876,12.1883625 16.6777751,12.8462625 C15.5249876,15.9166125 12.5277626,18 9.06944504,18 C4.57360752,18 1,14.6007 1,10.3242375 C1,6.15739494 4.57360752,2.64848617 9.06944504,2.64848617 Z\" />`,\n\n reorder: svg`\n <path class=\"st0\" d=\"M5.3,12.4c-0.4,0.3-0.4,0.9,0,1.3l3.1,3c0.4,0.4,0.9,0.4,1.3,0l3.1-3c0.4-0.4,0.4-0.9,0-1.3l-0.1-0.1\n c-0.4-0.3-0.9-0.4-1.3,0L9,14.7l-2.4-2.4C6.3,12,5.7,12,5.3,12.4L5.3,12.4z M12.7,5.6c0.4-0.3,0.4-0.9,0-1.3l-3.1-3\n c-0.4-0.4-0.9-0.4-1.3,0l-3.1,3c-0.4,0.4-0.4,0.9,0,1.3l0.1,0.1C5.7,6,6.2,6,6.6,5.6L9,3.3l2.4,2.4C11.7,6,12.3,6,12.7,5.6L12.7,5.6\n z\"/>\n `,\n\n resourceAbove: svg`\n <path d=\"M8.9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5s-2-0.2-2-2.5S7.8,2.1,8.9,2.1 M8.9,0.1c-2.2,0-4,1.2-4,4.5s1.8,4.5,4,4.5\n s4-1.2,4-4.5C12.9,1.2,11.1,0.1,8.9,0.1L8.9,0.1z\"/>\n <path d=\"M13.2,10.3l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l1.3-1.3V17c0,0.6,0.4,1,1,1s1-0.4,1-1v-3.7l1.4,1.4\n c0.4,0.4,1,0.4,1.4,0c0.2-0.2,0.3-0.5,0.3-0.7s-0.1-0.5-0.3-0.7l-3-3C14.3,9.9,13.7,9.9,13.2,10.3L13.2,10.3z\"/>\n <path d=\"M7.8,16C7.8,16,7.8,16,7.8,16C7.8,16,7.8,16,7.8,16C5,16,3,15.9,2,15.7c0.3-0.9,1-1.5,2-1.9c0.1-0.1,0.3-0.1,0.4-0.2\n c0.9-0.3,1.8-0.5,2.8-0.6c0.1,0,0.2,0,0.4,0c0.2,0,0.3-0.1,0.5-0.1c0.1-0.1,0.3-0.2,0.4-0.4c0.1-0.1,0.1-0.3,0.1-0.5\n c0-0.6-0.4-1-1-1c-1.9,0.2-3.3,0.6-4.2,0.9c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9c0.6,0.3,3.7,0.5,7,0.5c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C8.8,16.4,8.3,16,7.8,16z\"/>\n `,\n\n resourceAdd: svg`\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n <path class=\"st0\" d=\"M17,13h-2v-2c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2v2c0,0.6,0.4,1,1,1\n c0.6,0,1-0.4,1-1v-2h2c0.6,0,1-0.4,1-1C18,13.4,17.6,13,17,13\"/>\n <path class=\"st0\" d=\"M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18h0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1v0h0c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9C5.1,13.4,6.8,13,9,13c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C10,11.4,9.6,11,9,11L9,11L9,11C9,11,9,11,9,11\"/>\n `,\n\n resourceBelow: svg`\n <path d=\"M8.9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5s-2-0.2-2-2.5S7.8,2.1,8.9,2.1 M8.9,0.1c-2.2,0-4,1.2-4,4.5s1.8,4.5,4,4.5\n s4-1.2,4-4.5C12.9,1.2,11.1,0.1,8.9,0.1L8.9,0.1z\"/>\n <path d=\"M14.7,17.7l3-3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L15,14.6V11c0-0.6-0.4-1-1-1s-1,0.4-1,1v3.7l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0\n C10,13.5,9.9,13.8,9.9,14s0.1,0.5,0.3,0.7l3,3C13.6,18.1,14.2,18.1,14.7,17.7L14.7,17.7z\"/>\n <path d=\"M7.8,16C7.8,16,7.8,16,7.8,16C7.8,16,7.8,16,7.8,16C5,16,3,15.9,2,15.7c0.3-0.9,1-1.5,2-1.9c0.1-0.1,0.3-0.1,0.4-0.2\n c0.9-0.3,1.8-0.5,2.8-0.6c0.1,0,0.2,0,0.4,0c0.2,0,0.3-0.1,0.5-0.1c0.1-0.1,0.3-0.2,0.4-0.4c0.1-0.1,0.1-0.3,0.1-0.5\n c0-0.6-0.4-1-1-1c-1.9,0.2-3.3,0.6-4.2,0.9c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9c0.6,0.3,3.7,0.5,7,0.5c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C8.8,16.4,8.3,16,7.8,16z\"/>\n `,\n\n resourceRemove: svg`\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n <path class=\"st0\" d=\"M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18h0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1v0h0c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9C5.1,13.4,6.8,13,9,13c0,0,0,0,0,0\n c0,0,0,0,0,0c0.6,0,1-0.4,1-1C10,11.4,9.6,11,9,11L9,11L9,11C9,11,9,11,9,11\"/>\n <path class=\"st0\" d=\"M16.2,12.1l-1.4,1.4l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.4,1.4L12,16.3c-0.4,0.4-0.4,1,0,1.4\n c0.4,0.4,1,0.4,1.4,0l1.4-1.4l1.4,1.4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-1.4-1.4l1.4-1.4c0.4-0.4,0.4-1,0-1.4\n C17.3,11.7,16.6,11.7,16.2,12.1\"/>\n `,\n\n resource: svg`\n <path d=\"M9,13c2,0,3.9,0.5,5,0.9c1,0.4,1.7,1,2,1.9C14.8,15.8,12.4,16,9,16c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9\n C5.1,13.4,6.8,13,9,13 M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18\n c3.8,0,7.5-0.2,8.3-0.5c0.6-0.3,0.9-1.1,0.7-1.9c-0.4-1.5-1.3-2.9-3.3-3.6C13.5,11.5,11.3,11,9,11L9,11z\"/>\n <path d=\"M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5\n c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z\"/>\n `,\n\n restore: svg`\n <path d=\"M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,16c-3.9,0-7-3.1-7-7s3.1-7,7-7c2.1,0,4,0.9,5.2,2.4L9.4,9.5\n L7.7,7.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1.1,0,1.5l2.4,2.5c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0v0l5.3-5.6\n C15.8,7,16,8,16,9C16,12.9,12.9,16,9,16z\"/>\n `,\n\n salesforce: svg`\n <path d=\"M7.5,4.1c0.6-0.6,1.4-1,2.3-1c1.2,0,2.2,0.7,2.8,1.6c0.5-0.2,1-0.3,1.6-0.3c2.1,0,3.9,1.8,3.9,3.9c0,2.2-1.7,3.9-3.9,3.9\n c-0.3,0-0.5,0-0.8-0.1c-0.5,0.9-1.4,1.5-2.5,1.5c-0.4,0-0.9-0.1-1.2-0.3c-0.5,1.2-1.6,2-3,2c-1.4,0-2.6-0.9-3-2.1\n c-0.2,0-0.4,0.1-0.6,0.1c-1.7,0-3-1.4-3-3c0-1.1,0.6-2.1,1.5-2.6C1.3,7.2,1.2,6.7,1.2,6.2c0-1.9,1.6-3.5,3.5-3.5\n C5.8,2.7,6.9,3.2,7.5,4.1\"/>\n `,\n\n scheduling: svg`\n <path d=\"M12.7,6V4.4h3.8c0.5,0,0.9-0.4,0.9-0.9S17,2.6,16.5,2.6h-3.8V1c0-0.6-0.5-1-1-1H1C0.5,0,0,0.5,0,1V6c0,0.6,0.5,1,1,1h10.7\n C12.2,7,12.7,6.5,12.7,6z M10.8,5.1H1.9V1.9h8.9V5.1z\"/>\n <path d=\"M17,11H8.4c-0.6,0-1,0.5-1,1v1.5H3c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9h4.4V17c0,0.6,0.5,1,1,1H17c0.6,0,1-0.5,1-1V12\n C18,11.5,17.5,11,17,11z M16.1,16.1H9.3v-3.3h6.8V16.1z\"/>\n `,\n\n search: svg`\n <path class=\"st0\" d=\"M8,13c2.8,0,5-2.2,5-5s-2.2-5-5-5S3,5.2,3,8S5.2,13,8,13z M13.6,12.2l3,3c0.4,0.4,0.4,1,0,1.4l0,0\n\t c-0.4,0.4-1,0.4-1.4,0l-3-3C11,14.5,9.6,15,8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7C15,9.6,14.5,11,13.6,12.2z\"/>\n `,\n\n settings: svg`\n <path d=\"M9,18 C7.7,18 6.6,17.1 6.2,15.9 C6.2,15.9 6.1,15.9 6.1,15.8 C5,16.4 3.6,16.3 2.7,15.4 C1.8,14.5 1.6,13 2.2,11.9 L2.2,11.8 C0.9,11.4 0,10.3 0,9 C0,7.7 0.9,6.5 2.1,6.2 C2.1,6.2 2.1,6.1 2.2,6.1 C1.6,5 1.7,3.5 2.6,2.6 C3.6,1.7 5,1.5 6.1,2.1 L6.2,2.1 C6.6,0.8 7.7,0 9,0 C10.3,0 11.5,0.9 11.8,2.2 L11.9,2.2 C12.3,1.9 12.8,1.8 13.3,1.8 C14.1,1.8 14.8,2.1 15.3,2.6 C15.8,3.1 16.1,3.9 16.1,4.6 C16.1,5.1 16,5.6 15.7,6 L15.7,6.1 C17.1,6.5 18,7.6 18,9 C18,10.3 17.1,11.4 15.9,11.8 L15.9,11.9 C16.5,13 16.4,14.4 15.4,15.4 C14.5,16.3 13,16.5 11.9,15.8 L11.8,15.8 C11.5,17 10.3,18 9,18 M6,13.6 C6.2,13.6 6.3,13.6 6.5,13.7 C6.8,13.9 7.1,14 7.5,14.1 C7.9,14.2 8.2,14.6 8.2,15 C8.2,15.5 8.6,15.9 9.1,15.9 C9.6,15.9 10,15.5 10,15 L10,14.9 C10,14.5 10.3,14.1 10.7,14 C11,13.9 11.3,13.8 11.6,13.6 C12,13.4 12.4,13.5 12.7,13.8 L12.8,13.9 C13.2,14.2 13.7,14.2 14,13.9 C14.3,13.6 14.4,13 14,12.7 C13.7,12.4 13.6,11.9 13.8,11.5 C14,11.2 14.1,10.9 14.2,10.6 C14.3,10.2 14.7,9.9 15.1,9.9 C15.6,9.9 16,9.5 16,9 C16,8.5 15.6,8.1 15.1,8.1 C14.7,8.1 14.3,7.8 14.2,7.4 C14.1,7.1 14,6.7 13.8,6.4 C13.6,6 13.7,5.5 14,5.2 C14.2,5 14.2,4.8 14.2,4.6 C14.2,4.4 14.1,4.1 14,4 C13.8,3.8 13.6,3.7 13.4,3.7 C13.2,3.7 13,3.8 12.8,3.9 C12.5,4.2 12,4.3 11.6,4.1 C11.3,3.9 11,3.8 10.7,3.7 C10.3,3.6 10,3.2 10,2.8 C10,2.3 9.6,1.9 9.1,1.9 C8.6,1.9 8.2,2.3 8.2,2.8 C8.2,3.2 7.9,3.6 7.5,3.7 C7.1,3.8 6.8,4 6.5,4.1 C6.1,4.3 5.6,4.3 5.3,4 C5,3.7 4.4,3.7 4,4 C3.7,4.3 3.7,4.9 4,5.2 C4.3,5.5 4.4,6 4.2,6.4 C4,6.7 3.9,7 3.8,7.4 C3.7,7.8 3.3,8.1 2.8,8.1 C2.4,8.1 2,8.5 2,9 C2,9.5 2.4,9.9 2.8,9.9 C3.3,9.9 3.7,10.2 3.8,10.6 C3.9,10.9 4,11.3 4.2,11.6 C4.4,12 4.3,12.5 4,12.8 C3.7,13.1 3.7,13.7 4,14.1 C4.3,14.4 4.9,14.4 5.2,14.1 C5.5,13.7 5.7,13.6 6,13.6\"></path>\n <path d=\"M9,10.9531 C7.9,10.9531 7,10.0541 7,8.9531 C7,7.8531 7.9,6.9531 9,6.9531 C9.4,6.9531 9.8,7.0541 10.2,7.3531 C10.4,7.4531 10.6,7.6531 10.7,7.8531 C11.6,9.3531 10.4,10.9531 9,10.9531 M12.4,6.8531 C12.1,6.3531 11.7,5.9531 11.2,5.6531 C10.5,5.2531 9.7,4.9531 9,4.9531 C6.8,4.9531 5,6.7531 5,8.9531 C5,11.1531 6.8,12.9531 8.9,12.9531 C10.3,12.9531 11.7,12.1531 12.4,10.9531 C13.2,9.6531 13.1,8.1531 12.4,6.8531\"></path>`,\n\n shift: svg`\n <path d=\"M16,2v3H2V2H16 M17,0H1C0.4,0,0,0.4,0,1V6c0,0.5,0.4,1,1,1H17c0.5,0,1-0.4,1-1V1C18,0.4,17.6,0,17,0L17,0z\"/>\n <path d=\"M16,13v3H2v-3H16 M17,11H1c-0.5,0-1,0.4-1,1V17c0,0.5,0.4,1,1,1H17c0.5,0,1-0.4,1-1V12C18,11.4,17.6,11,17,11L17,11z\"/>\n `,\n\n sms: svg`\n <circle class=\"st0\" cx=\"9\" cy=\"7.5\" r=\"1\"/>\n <circle class=\"st0\" cx=\"12\" cy=\"7.5\" r=\"1\"/>\n <circle class=\"st0\" cx=\"6\" cy=\"7.5\" r=\"1\"/>\n <path class=\"st0\" d=\"M14,15v2.3c0,0.6-0.4,0.8-0.9,0.6l-6-2.9H2c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h14c1.1,0,2,0.9,2,2v11\n c0,1.1-0.9,2-2,2H14z M12,13h3c0.6,0,1-0.4,1-1V3c0-0.6-0.5-1-1-1H3C2.4,2,2,2.4,2,3v9c0,0.6,0.5,1,1,1h5l4,2V13z\"/>`,\n\n sortAscending: svg`\n <path class=\"st0\" d=\"M12,12.6V7c0-0.5,0.4-1,1-1c0.6,0,1,0.5,1,1v5.6l1.3-1.3c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4l-2.8,2.8\n c-0.1,0.1-0.1,0.1-0.2,0.2C13.5,15.9,13.3,16,13,16c-0.3,0-0.5-0.1-0.7-0.3c-0.1,0-0.1-0.1-0.2-0.1l-2.8-2.8c-0.4-0.4-0.4-1,0-1.4\n c0.4-0.4,1-0.4,1.4,0L12,12.6z\"/>\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h4c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n sortDescending: svg`\n <path class=\"st0\" d=\"M12,9.4V15c0,0.5,0.4,1,1,1c0.6,0,1-0.5,1-1V9.4l1.3,1.3c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-2.8-2.8\n c-0.1-0.1-0.1-0.1-0.2-0.2C13.5,6.1,13.3,6,13,6c-0.3,0-0.5,0.1-0.7,0.3c-0.1,0-0.1,0.1-0.2,0.1L9.3,9.3c-0.4,0.4-0.4,1,0,1.4\n c0.4,0.4,1,0.4,1.4,0L12,9.4z\"/>\n <path class=\"st0\" d=\"M1,9c0-0.6,0.5-1,1-1h4c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14\n c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2\n C1.5,16,1,15.6,1,15z\"/>`,\n\n suggest: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(3.000000, 0.000000)\">\n <path d=\"M7,9.87398251 C8.72522721,9.42993972 10,7.86383943 10,6 C10,3.790861 8.209139,2 6,2 C3.790861,2 2,3.790861 2,6 C2,7.86383943 3.27477279,9.42993972 5,9.87398251 L5,12 L7,12 L7,9.87398251 Z M9,11.1973068 L9,13.0001925 C9,13.5523709 8.54902482,14 8.00922203,14 L3.99077797,14 C3.44358641,14 3,13.5490248 3,13.009222 L3,11.1973068 C1.20659589,10.1598786 0,8.22084707 0,6 C0,2.6862915 2.6862915,0 6,0 C9.3137085,0 12,2.6862915 12,6 C12,8.22084707 10.7934041,10.1598786 9,11.1973068 Z M3,16 L9,16 L9,17 C9,17.5522847 8.54902482,18 8.00922203,18 L3.99077797,18 C3.44358641,18 3,17.5561352 3,17 L3,16 Z\"></path>\n </g>\n </g>`,\n\n swimlaneVertical: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(9.000000, 9.000000) rotate(-270.000000) translate(-9.000000, -9.000000) translate(0.000000, 3.000000)\">\n <g>\n <path d=\"M13,1 C13,0.44771525 13.4437166,4.4408921e-16 13.9998075,4.4408921e-16 L17.0001925,4.4408921e-16 C17.5523709,4.4408921e-16 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,4.4408921e-16 1.0093689,4.4408921e-16 L2.9906311,4.4408921e-16 C3.54809015,4.4408921e-16 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n <g transform=\"translate(9.000000, 11.000000) rotate(180.000000) translate(-9.000000, -11.000000) translate(-0.000000, 10.000000)\">\n <g transform=\"translate(0.000000, 0.000000)\">\n <path d=\"M13,1 C13,0.44771525 13.4437166,0 13.9998075,0 L17.0001925,0 C17.5523709,0 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,-1.77635684e-15 1.0093689,-1.77635684e-15 L2.9906311,-1.77635684e-15 C3.54809015,-1.77635684e-15 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n </g>\n </g>\n <path d=\"M1,5.00247329 C1,4.44882258 1.45097518,4 1.99077797,4 L6.00922203,4 C6.55641359,4 7,4.45576096 7,5.00247329 L7,14.9975267 C7,15.5511774 6.54902482,16 6.00922203,16 L1.99077797,16 C1.44358641,16 1,15.544239 1,14.9975267 L1,5.00247329 Z M3,6 L3,14 L5,14 L5,6 L3,6 Z\"></path>\n <path d=\"M11,3.00247329 C11,2.44882258 11.4509752,2 11.990778,2 L16.009222,2 C16.5564136,2 17,2.45576096 17,3.00247329 L17,12.9975267 C17,13.5511774 16.5490248,14 16.009222,14 L11.990778,14 C11.4435864,14 11,13.544239 11,12.9975267 L11,3.00247329 Z M13,4 L13,12 L15,12 L15,4 L13,4 Z\"></path>\n </g>`,\n\n swimlane: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(0.000000, 1.000000)\">\n <g transform=\"translate(0.000000, 2.000000)\">\n <path d=\"M13,1 C13,0.44771525 13.4437166,4.4408921e-16 13.9998075,4.4408921e-16 L17.0001925,4.4408921e-16 C17.5523709,4.4408921e-16 18,0.443864822 18,1 C18,1.55228475 17.5562834,2 17.0001925,2 L13.9998075,2 C13.4476291,2 13,1.55613518 13,1 Z M0,1 C0,0.44771525 0.443353176,4.4408921e-16 1.0093689,4.4408921e-16 L2.9906311,4.4408921e-16 C3.54809015,4.4408921e-16 4,0.443864822 4,1 C4,1.55228475 3.55664682,2 2.9906311,2 L1.0093689,2 C0.451909848,2 0,1.55613518 0,1 Z\"></path>\n </g>\n <g transform=\"translate(9.000000, 8.000000) rotate(180.000000) translate(-9.000000, -8.000000) translate(0.000000, 0.000000)\">\n <path d=\"M13,3 C13,2.44771525 13.4437166,2 13.9998075,2 L17.0001925,2 C17.5523709,2 18,2.44386482 18,3 C18,3.55228475 17.5562834,4 17.0001925,4 L13.9998075,4 C13.4476291,4 13,3.55613518 13,3 Z M-3.55271368e-15,3 C-3.55271368e-15,2.44771525 0.443353176,2 1.0093689,2 L2.9906311,2 C3.54809015,2 4,2.44386482 4,3 C4,3.55228475 3.55664682,4 2.9906311,4 L1.0093689,4 C0.451909848,4 -3.55271368e-15,3.55613518 -3.55271368e-15,3 Z\"></path>\n <path d=\"M2,0.990777969 C2,0.443586406 2.45576096,7.10542736e-15 3.00247329,7.10542736e-15 L12.9975267,7.10542736e-15 C13.5511774,7.10542736e-15 14,0.45097518 14,0.990777969 L14,5.00922203 C14,5.55641359 13.544239,6 12.9975267,6 L3.00247329,6 C2.44882258,6 2,5.54902482 2,5.00922203 L2,0.990777969 Z M12,2 L4,2 L4,4 L12,4 L12,2 Z\" fill-rule=\"nonzero\"></path>\n <path d=\"M4,10.990778 C4,10.4435864 4.45576096,10 5.00247329,10 L14.9975267,10 C15.5511774,10 16,10.4509752 16,10.990778 L16,15.009222 C16,15.5564136 15.544239,16 14.9975267,16 L5.00247329,16 C4.44882258,16 4,15.5490248 4,15.009222 L4,10.990778 Z M14,12 L6,12 L6,14 L14,14 L14,12 Z\" fill-rule=\"nonzero\"></path>\n </g>\n </g>\n </g>\n </svg>`,\n\n tasks: svg`\n <path class=\"st0\" d=\"M8.4,11.7l-3.1-3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.4,2.3l7.2-7.3c0.4-0.4,1-0.4,1.4,0\n c0.4,0.4,0.4,1,0,1.4l-7.9,8C9.6,11.9,9.3,12,9.1,12C8.8,12,8.6,11.9,8.4,11.7z\"/>\n <path d=\"M9,18c-5,0-9-4-9-9c0-5,4-9,9-9c1.2,0,2.3,0.2,3.4,0.7c0.5,0.2,0.8,0.8,0.6,1.3c-0.2,0.5-0.8,0.8-1.3,0.6\n C10.8,2.2,9.9,2,9,2C5.1,2,2,5.1,2,9c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7c0-0.6,0.4-1,1-1s1,0.4,1,1C18,14,14,18,9,18z\"/>`,\n\n tickCircle: svg`\n <path class=\"st0\" d=\"M13.7,5.3c-0.4-0.4-1-0.4-1.4,0l-4.9,5.2L5.7,8.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1.1,0,1.5l2.4,2.5\n c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0v0l5.6-5.9C14.1,6.4,14.1,5.7,13.7,5.3\"/>\n <path d=\"M9,2c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S5.1,2,9,2 M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0L9,0z\"/>`,\n\n timeConstraint: svg`<path d=\"M12.53,6.47a.75.75,0,0,0-1.06,1.06l.72.72H5.81l.72-.72A.75.75,0,0,0,5.47,6.47l-2,2a.75.75,0,0,0,0,1.06l2,2a.75.75,0,0,0,1.06,0,.75.75,0,0,0,0-1.06l-.72-.72h6.38l-.72.72a.75.75,0,0,0,0,1.06.75.75,0,0,0,1.06,0l2-2a.75.75,0,0,0,0-1.06Z\"/><path d=\"M1,2A1,1,0,0,0,0,3V15a1,1,0,0,0,2,0V3A1,1,0,0,0,1,2Z\"/><path d=\"M17,2a1,1,0,0,0-1,1V15a1,1,0,0,0,2,0V3A1,1,0,0,0,17,2Z\"/>`,\n\n time: svg`\n <path d=\"M9,18c-5,0-9-4-9-9c0-5,4-9,9-9c5,0,9,4,9,9C18,14,14,18,9,18z M9,2C5.1,2,2,5.1,2,9c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7\n C16,5.1,12.9,2,9,2z\"/>\n <path d=\"M9,6\"/>\n <path d=\"M12,9h-2V6c0-0.6-0.4-1-1-1S8,5.4,8,6v4c0,0.6,0.4,1,1,1h3c0.6,0,1-0.4,1-1C13,9.4,12.6,9,12,9z\"/>`,\n\n today: svg`\n <path d=\"M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z\" />\n <path d=\"M 7.2211302,11.977887 8.5,13.234644 10.933661,10.345209\"/>`,\n\n trash: svg`\n <path d=\"M7,14c-0.6,0-1-0.4-1-1V8.4c0-0.6,0.4-1,1-1s1,0.4,1,1V13C8,13.5,7.5,14,7,14z\"/>\n <path d=\"M11,14c-0.6,0-1-0.4-1-1V8.4c0-0.6,0.4-1,1-1s1,0.4,1,1V13C12,13.5,11.6,14,11,14z\"/>\n <path d=\"M17,3.4h-4c0,0,0,0,0-0.1V1.7C13,0.8,12.1,0,11.1,0H6.8C5.8,0,5,0.8,5,1.7v1.6c0,0,0,0,0,0.1H1c-0.6,0-1,0.4-1,1s0.4,1,1,1\n h1V16c0,1.1,0.9,2,2,2H14c1.1,0,2-0.9,2-2V5.4h1c0.6,0,1-0.4,1-1S17.5,3.4,17,3.4z M7,3.3V2l4,0v1.3c0,0,0,0,0,0.1L7,3.3\n C7,3.4,7,3.3,7,3.3z M14,16H4V5.4H14V16z\"/>`,\n\n unlocked: svg`\n <path d=\"M14,7h-2.6v0H6V3.8C6,2.9,6.9,2.1,7.9,2C7.9,2,9,2,9,2c0.1,0,1.1,0,1.2,0c1,0.1,1.8,0.9,1.8,1.8v0c0,0,0,0,0,0\n c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1c0,0,0,0,0,0h0v0c0-2-1.8-3.7-3.9-3.8C10.1,0,9,0,9,0c0,0-1.1,0-1.1,0C5.8,0.1,4,1.8,4,3.8V7\n C2.9,7,2,7.9,2,9v7c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V9C16,7.9,15.1,7,14,7z M14,16H4V9h10V16z\"/>`,\n\n unscheduleFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM6 12.9999C5.8 12.9999 5.5 12.8999 5.3 12.6999C4.9 12.2999 4.9 11.7999 5.3 11.3999L7.7 8.99988L5.3 6.49988C5 6.19988 5 5.59988 5.3 5.19988C5.5 5.09988 5.7 4.99988 6 4.99988C6.3 4.99988 6.5 5.09988 6.7 5.29988L9.1 7.69988L11.5 5.29988C11.9 4.89988 12.4 4.89988 12.8 5.29988C13.2 5.69988 13.2 6.19988 12.8 6.59988L10.4 8.99988L12.8 11.3999C13.2 11.7999 13.2 12.2999 12.8 12.6999C12.6 12.8999 12.4 12.9999 12.1 12.9999C11.9 12.9999 11.6 12.8999 11.4 12.6999L9 10.2999L6.6 12.6999C6.5 12.8999 6.2 12.9999 6 12.9999Z\" />\n `,\n\n upload: svg`\n <path class=\"st0\" d=\"M11.2,1.9C9,1.9,7,2.9,5.7,4.6C2.6,4.5,0,7,0,10.1c0,3,2.4,5.4,5.4,5.4c2.7,0,5-2,5.4-4.6l0.2,0.2\n c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-1.9-1.9c-0.2-0.2-0.4-0.3-0.7-0.3c0,0,0,0,0,0\n c-0.3,0-0.5,0.1-0.7,0.3L7.2,9.6c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l0.1-0.1c-0.4,1.5-1.7,2.6-3.3,2.6C3.5,13.5,2,12,2,10.1\n s1.5-3.4,3.4-3.4c0.2,0,0.4,0,0.6,0.1c0.4,0.1,0.8-0.1,1-0.5c0.9-1.5,2.4-2.3,4.1-2.3C13.8,3.9,16,6,16,8.7c0,2.4-1.7,4.4-4,4.8\n c-0.5,0.1-0.9,0.6-0.8,1.1c0.1,0.5,0.6,0.9,1.1,0.8c3.3-0.5,5.7-3.4,5.7-6.7C18,4.9,14.9,1.9,11.2,1.9z\"/>`,\n\n urgent: svg`\n <path class=\"st0\" d=\"M9.7,0.4l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L10,3.5V13c0,0.6-0.4,1-1,1s-1-0.4-1-1V3.3L4.7,6.7\n\t c-0.4,0.4-1,0.4-1.4,0C3.1,6.5,3,6.2,3,6c0-0.3,0.1-0.5,0.3-0.7l5-5C8.7-0.1,9.3-0.1,9.7,0.4L9.7,0.4z\"/>`,\n\n view: svg`\n <path d=\"M9.2,3.9c3.3,0,6,3.5,6.7,4.9c-0.7,1.4-3.4,5.1-6.7,5.1c-3.6,0-6.3-3.7-7.1-5.2C2.8,7.3,5.6,3.9,9.2,3.9 M9.2,1.9\n C3.7,1.9,0,7.8,0,8.7c0,0.7,3.6,7.1,9.2,7.1c5.2,0,8.8-6.4,8.8-7.1C18,8,14.5,1.9,9.2,1.9L9.2,1.9z\"/>\n <path d=\"M9,7.9c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S8.4,7.9,9,7.9 M9,5.9c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3S10.6,5.9,9,5.9\n L9,5.9z\"/>`,\n\n warning: svg`\n <g>\n <circle class=\"st0\" cx=\"9\" cy=\"13\" r=\"1\"/>\n <path class=\"st0\" d=\"M9,6.2c-0.6,0-1,0.4-1,1v3c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1v-3C10,6.6,9.6,6.2,9,6.2z\"/>\n </g>\n <path d=\"M9,3.1l6.4,12H2.6L9,3.1 M9,1C8.3,1,7.6,1.4,7.2,2.1L0.1,15.4C0,15.6,0,15.8,0,15.9C0,16.5,0.5,17,1,17h16 c0.2,0,0.3,0,0.5-0.1c0.5-0.3,0.7-0.9,0.4-1.5L10.8,2.1c-0.2-0.3-0.4-0.6-0.8-0.8C9.7,1.1,9.3,1,9,1L9,1z\"/>`,\n\n zoomIn: svg`<path d=\"M10,8V4.8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1V8L4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1H8v3.3c0,0.6,0.4,1,1,1 c0.3,0,0.5-0.1,0.7-0.3c0.2-0.2,0.3-0.4,0.3-0.7V10h3.3c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H10z\"/>`,\n\n zoomOut: svg`<path d=\"M4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8.5c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H4.8z\"/>`,\n\n ...legacyIcons,\n}",
|
|
21415
|
+
"description": "All icons should have a `viewBox` of \"0 0 18 18\". If they don't they are a legacy icon. Add them to the legacyIcons constant.\nin './legacy-icons'."
|
|
21416
|
+
},
|
|
21417
|
+
{
|
|
21418
|
+
"kind": "variable",
|
|
21419
|
+
"name": "iconNames",
|
|
21420
|
+
"default": "Object.keys(icons)"
|
|
21421
|
+
}
|
|
21422
|
+
],
|
|
21423
|
+
"exports": [
|
|
21424
|
+
{
|
|
21425
|
+
"kind": "js",
|
|
21426
|
+
"name": "transformIcon",
|
|
21427
|
+
"declaration": {
|
|
21428
|
+
"name": "transformIcon",
|
|
21429
|
+
"module": "src/components/icon/icons.ts"
|
|
21430
|
+
}
|
|
21431
|
+
},
|
|
21432
|
+
{
|
|
21433
|
+
"kind": "js",
|
|
21434
|
+
"name": "icons",
|
|
21435
|
+
"declaration": {
|
|
21436
|
+
"name": "icons",
|
|
21437
|
+
"module": "src/components/icon/icons.ts"
|
|
21438
|
+
}
|
|
21439
|
+
},
|
|
21440
|
+
{
|
|
21441
|
+
"kind": "js",
|
|
21442
|
+
"name": "iconNames",
|
|
21443
|
+
"declaration": {
|
|
21444
|
+
"name": "iconNames",
|
|
21445
|
+
"module": "src/components/icon/icons.ts"
|
|
21446
|
+
}
|
|
21447
|
+
}
|
|
21448
|
+
]
|
|
21449
|
+
},
|
|
21450
|
+
{
|
|
21451
|
+
"kind": "javascript-module",
|
|
21452
|
+
"path": "src/components/icon/index.ts",
|
|
21453
|
+
"declarations": [],
|
|
21454
|
+
"exports": [
|
|
21455
|
+
{
|
|
21456
|
+
"kind": "js",
|
|
21457
|
+
"name": "*",
|
|
21458
|
+
"declaration": {
|
|
21459
|
+
"name": "*",
|
|
21460
|
+
"package": "./icon"
|
|
21461
|
+
}
|
|
21462
|
+
},
|
|
21463
|
+
{
|
|
21464
|
+
"kind": "js",
|
|
21465
|
+
"name": "*",
|
|
21466
|
+
"declaration": {
|
|
21467
|
+
"name": "*",
|
|
21468
|
+
"package": "./icons"
|
|
21469
|
+
}
|
|
21470
|
+
}
|
|
21471
|
+
]
|
|
21472
|
+
},
|
|
21473
|
+
{
|
|
21474
|
+
"kind": "javascript-module",
|
|
21475
|
+
"path": "src/components/icon/legacy-icons.ts",
|
|
21476
|
+
"declarations": [
|
|
21477
|
+
{
|
|
21478
|
+
"kind": "function",
|
|
21479
|
+
"name": "isLegacyIcon",
|
|
21480
|
+
"return": {
|
|
21481
|
+
"type": {
|
|
21482
|
+
"text": "icon is ILegacyIcon"
|
|
21483
|
+
}
|
|
21484
|
+
},
|
|
21485
|
+
"parameters": [
|
|
21486
|
+
{
|
|
21487
|
+
"name": "icon",
|
|
21488
|
+
"type": {
|
|
21489
|
+
"text": "ILegacyIcon | TIcon"
|
|
21490
|
+
}
|
|
21491
|
+
}
|
|
21492
|
+
]
|
|
21493
|
+
},
|
|
21494
|
+
{
|
|
21495
|
+
"kind": "variable",
|
|
21496
|
+
"name": "legacyIcons",
|
|
21497
|
+
"type": {
|
|
21498
|
+
"text": "Record<string, ILegacyIcon>"
|
|
21499
|
+
},
|
|
21500
|
+
"default": "{\n arrowDown: {\n svg: svg`\n <title>Asset 36</title>\n <g data-name=\"Layer 2\">\n <g data-name=\"Layer 1\">\n <path d=\"M13.21,10.4a1.07,1.07,0,0,0-1.56,0L8,14.09v-13A1.06,1.06,0,0,0,6.84,0,1.06,1.06,0,0,0,5.72,1.12v13L2,10.4H2A1.16,1.16,0,0,0,1.19,10a1.19,1.19,0,0,0-.84,2h0l5.71,5.59a1.07,1.07,0,0,0,1.56,0L13.21,12A1.07,1.07,0,0,0,13.21,10.4Z\"/>\n </g>\n </g>`,\n viewBox: '0 0 13.55 18',\n },\n\n arrowUp: {\n viewBox: '0 0 13.55 18',\n svg: svg`<g data-name=\"Layer 2\">\n <g data-name=\"Layer 1\">\n <path d=\"M.34,7.6a1.07,1.07,0,0,0,1.56,0L5.59,3.91v13A1.06,1.06,0,0,0,6.71,18a1.06,1.06,0,0,0,1.12-1.12v-13L11.52,7.6h0a1.16,1.16,0,0,0,.84.36,1.19,1.19,0,0,0,1.19-1.19,1.16,1.16,0,0,0-.36-.84h0L7.49.34a1.07,1.07,0,0,0-1.56,0L.34,6A1.07,1.07,0,0,0,.34,7.6Z\"/>\n </g>`,\n },\n\n attachmentMessaging: {\n viewBox: '0 0 20 20',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(0.000000, 2.000000)\" fill-rule=\"nonzero\">\n <g>\n <path d=\"M17.3678238,1.63921919 C16.3233424,0.589663818 14.9065102,0 13.4291415,0 C11.9517727,0 10.5349405,0.589663818 9.49045916,1.63921919 L1.18746407,9.97893335 C-0.401339682,11.5906429 -0.394999051,14.1890522 1.20165134,15.7929182 C2.79830173,17.3967841 5.38502126,17.4031534 6.98947991,15.8071696 L13.7331632,9.03140295 C14.4418756,8.37255455 14.7349841,7.37703064 14.4970423,6.43693745 C14.2591005,5.49684426 13.5282405,4.76283911 12.5923256,4.52402406 C11.6564106,4.285209 10.6654284,4.57985602 10.0096964,5.29191273 L5.85819883,9.45815328 C5.65582909,9.66115044 5.57664222,9.95717842 5.65046715,10.2347264 C5.72429207,10.5122743 5.93991303,10.729176 6.21610769,10.8037268 C6.49230235,10.8782776 6.78711018,10.7991513 6.98947991,10.5961542 L11.1409775,6.42428791 C11.5478846,6.03429098 12.1903203,6.04195224 12.5878959,6.4415429 C12.9854714,6.84113356 12.9927471,7.48647659 12.6042823,7.8950094 L5.85819883,14.670776 C4.88080568,15.6525861 3.29613833,15.6525861 2.31874521,14.670776 C1.34135208,13.6889658 1.34135206,12.0971371 2.31874515,11.1153269 L10.6217402,2.77561273 C12.1722251,1.21812093 14.6860578,1.21812093 16.2365427,2.77561273 C17.7870275,4.33310453 17.7870275,6.85829767 16.2365427,8.41578947 L10.0096964,14.670776 C9.80171621,14.8725578 9.71830542,15.1713661 9.79152302,15.4523538 C9.86474062,15.7333416 10.0831922,15.9527804 10.3629158,16.0263289 C10.6426394,16.0998774 10.9401035,16.0160896 11.1409775,15.8071696 L17.3678238,9.55137934 C18.4128535,8.50228241 19,7.07900813 19,5.59489743 C19,4.11078673 18.4128535,2.68751245 17.3678238,1.63841551 L17.3678238,1.63921919 Z\"></path>\n </g>\n </g>\n </g>`,\n },\n\n bellAlert: {\n viewBox: '0 0 16 18',\n svg: svg`\n <path class=\"st0\" d=\"M5,15c0,1.6,1.3,3,3,3s3-1.4,3-3H5z\"/>\n <circle cx=\"13\" cy=\"3\" r=\"2.6\"/>\n <g>\n <path class=\"st0\" d=\"M14.4,9V7.3C14,7.5,13.5,7.6,13,7.6c-2.5,0-4.6-2-4.6-4.6c0-1.1,0.4-2.1,1-2.8C9,0.1,8.5,0,7.9,0H7.7\n C4.3,0.1,1.5,2.9,1.5,6.2V9l-1.4,2.6C-0.2,12.2,0.3,13,1.2,13H15c0.8,0,1.3-0.8,1-1.4L14.4,9z\"/>\n </g>`,\n },\n\n bell: {\n viewBox: '0 0 16 18',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\" opacity=\"0.97\">\n <g transform=\"translate(-1063.000000, -1433.000000)\">\n <g transform=\"translate(0.000000, 1415.000000)\">\n <g transform=\"translate(913.000000, 1.000000)\">\n <g transform=\"translate(150.000000, 8.000000)\">\n <g>\n <g transform=\"translate(0.000000, 9.000000)\">\n <path d=\"M5,15 C5,16.65 6.35,18 8,18 C9.65,18 11,16.65 11,15 L5,15 Z\"></path>\n <path d=\"M7.94590329,0 L7.73104759,0 C4.28878496,0.101 1.49337513,2.923 1.49337513,6.248 L1.49337513,8.969 L0.0945273682,11.589 C-0.227756185,12.194 0.30938307,13 1.16994873,13 L14.9367136,13 C15.6887085,13 16.2269906,12.194 15.9047071,11.589 L14.3984314,8.969 L14.3984314,6.047 C14.3984314,2.62 11.6018788,0 7.94590329,0\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n calendarNavLeft: {\n viewBox: '0 0 6.55 11',\n svg: svg`\n <g>\n <g>\n <path d=\"M2.53,5.5,6.24,1.79A1,1,0,0,0,4.76.31L.31,4.76a1,1,0,0,0,0,1.48l4.45,4.45A1,1,0,0,0,6.24,9.21Z\"/>\n </g>\n </g>\n `,\n },\n\n calendarNavRight: {\n viewBox: '0 0 6.55 11',\n svg: svg`\n <g>\n <g>\n <path d=\"M4,5.5.31,9.21a1,1,0,0,0,1.48,1.48L6.24,6.24a1,1,0,0,0,0-1.48L1.79.31A1,1,0,0,0,.31,1.79Z\"/>\n </g>\n </g>`,\n },\n\n chatFilled: {\n viewBox: '0 0 18 15.77',\n svg: svg`\n <g>\n <g>\n <path d=\"M7.18,14.37A12.09,12.09,0,0,0,9,14.5c5,0,9-3.24,9-7.25S14,0,9,0,0,3.25,0,7.25a7,7,0,0,0,3.92,6l-1,2.11a.3.3,0,0,0,.14.4.36.36,0,0,0,.23,0Z\"/>\n </g>\n </g>`,\n },\n\n chevronDownFilled: {\n viewBox: '0 0 18 9.36',\n svg: svg`\n <g>\n <g>\n <path d=\"M8.19,9.05.41,2.13A1.22,1.22,0,0,1,1.22,0H16.78a1.22,1.22,0,0,1,.81,2.13L9.81,9.05A1.22,1.22,0,0,1,8.19,9.05Z\" fill-rule=\"evenodd\"/>\n </g>\n </g>`,\n },\n\n content: {\n viewBox: '0 0 18 14.33',\n svg: svg`\n <rect y=\"6.17\" width=\"18\" height=\"2\" rx=\"1\"/>\n <rect width=\"18\" height=\"2\" rx=\"1\"/>\n <rect y=\"12.33\" width=\"12.3\" height=\"2\" rx=\"1\"/>`,\n },\n\n edit: {\n viewBox: '0 0 12 14',\n svg: svg`\n <defs>\n <polygon points=\"0.0896 6.79564065e-05 9.8928 6.79564065e-05 9.8928 11.2426588 0.0896 11.2426588\"></polygon>\n <polygon points=\"0 0.399823529 3.43728 0.399823529 3.43728 4.11732689 0 4.11732689\"></polygon>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-243.000000, -133.000000)\">\n <g transform=\"translate(243.000000, 133.000000)\">\n <g transform=\"translate(1.600000, 0.000000)\">\n <mask fill=\"white\">\n <use xlink:href=\"#path-1\"></use>\n </mask>\n <g></g>\n <path d=\"M9.5568,1.38830588 L8.2064,0.272423529 C7.688,-0.155811765 6.9208,-0.0693411765 6.5056,0.463482353 L5.4656,1.7976 L0.0896,8.76548235 L3.0872,11.2426588 L8.4816,4.28877647 L8.4816,4.2896 L9.6848,2.74630588 C10.0088,2.31065882 9.9456,1.70948235 9.5568,1.38830588\" mask=\"url(#mask-2)\"></path>\n </g>\n <g transform=\"translate(0.000000, 9.882353)\">\n <mask fill=\"white\">\n <use xlink:href=\"#path-3\"></use>\n </mask>\n <g></g>\n <path d=\"M0.00208,3.76394118 C-0.02432,3.99288235 0.19808,4.17570588 0.40928,4.09994118 L3.43728,2.87782353 L0.45568,0.399823529 L0.00208,3.76394118 Z\" mask=\"url(#mask-4)\"></path>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n emoji: {\n viewBox: '0 0 20 20',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M10.325,2 C5.725,2 2,5.73333333 2,10.3333333 C2,14.9333333 5.725,18.6666667 10.325,18.6666667 C14.9333333,18.6666667 18.6666667,14.9333333 18.6666667,10.3333333 C18.6666667,5.73333333 14.9333333,2 10.325,2 Z M10.3333333,17 C6.65,17 3.66666667,14.0166667 3.66666667,10.3333333 C3.66666667,6.65 6.65,3.66666667 10.3333333,3.66666667 C14.0166667,3.66666667 17,6.65 17,10.3333333 C17,14.0166667 14.0166667,17 10.3333333,17 Z M13.25,9.5 C13.9416667,9.5 14.5,8.94166667 14.5,8.25 C14.5,7.55833333 13.9416667,7 13.25,7 C12.5583333,7 12,7.55833333 12,8.25 C12,8.94166667 12.5583333,9.5 13.25,9.5 Z M7.41666667,9.5 C8.10833333,9.5 8.66666667,8.94166667 8.66666667,8.25 C8.66666667,7.55833333 8.10833333,7 7.41666667,7 C6.725,7 6.16666667,7.55833333 6.16666667,8.25 C6.16666667,8.94166667 6.725,9.5 7.41666667,9.5 Z M10.3333333,14.9166667 C12.275,14.9166667 13.925,13.7 14.5916667,12 L6.075,12 C6.74166667,13.7 8.39166667,14.9166667 10.3333333,14.9166667 Z\" fill-rule=\"nonzero\"></path>\n </g>`,\n },\n\n exclamation: {\n viewBox: '0 0 3.61 18',\n svg: svg`\n <g>\n <g>\n <g>\n <rect width=\"3.61\" height=\"12.62\" rx=\"1.8\" ry=\"1.8\" />\n <circle cx=\"1.8\" cy=\"16.21\" r=\"1.79\" />\n </g>\n </g>\n </g>`,\n },\n\n glasses: {\n viewBox: '0 0 70 30',\n svg: svg`\n <g transform=\"translate(-1063.000000, -447.000000)\">\n <g transform=\"translate(988.000000, 447.000000)\">\n <g transform=\"translate(75.000000, 0.000000)\">\n <path d=\"M14.7058824,0 C6.58389585,0 0,6.58389585 0,14.7058824 C0,22.8278689 6.58389585,29.4117647 14.7058824,29.4117647 C22.8278689,29.4117647 29.4117647,22.8278689 29.4117647,14.7058824 C29.4117647,6.58389585 22.8278689,0 14.7058824,0 M14.7058824,3.37512054 C20.9537126,3.37512054 26.0366442,8.45805207 26.0366442,14.7058824 C26.0366442,20.9537126 20.9537126,26.0366442 14.7058824,26.0366442 C8.45805207,26.0366442 3.37512054,20.9537126 3.37512054,14.7058824 C3.37512054,8.45805207 8.45805207,3.37512054 14.7058824,3.37512054\"></path>\n <path d=\"M54.7058824,0 C46.5838959,0 40,6.58389585 40,14.7058824 C40,22.8278689 46.5838959,29.4117647 54.7058824,29.4117647 C62.8278689,29.4117647 69.4117647,22.8278689 69.4117647,14.7058824 C69.4117647,6.58389585 62.8278689,0 54.7058824,0 M54.7058824,3.37512054 C60.9537126,3.37512054 66.0366442,8.45805207 66.0366442,14.7058824 C66.0366442,20.9537126 60.9537126,26.0366442 54.7058824,26.0366442 C48.4580521,26.0366442 43.3751205,20.9537126 43.3751205,14.7058824 C43.3751205,8.45805207 48.4580521,3.37512054 54.7058824,3.37512054\"></path>\n <path d=\"M27,10.6806723 C27,10.6806723 29.8361345,9 34.0903361,9 C38.3445378,9 42.1260504,10.6806723 42.1260504,10.6806723\"></path>\n </g>\n </g>\n </g>`,\n },\n\n info: {\n viewBox: '0 0 3.61 18',\n svg: svg`\n <rect y=\"5.38\" width=\"3.61\" height=\"12.62\" rx=\"1.8\" ry=\"1.8\"/>\n <circle cx=\"1.8\" cy=\"1.79\" r=\"1.79\">`,\n },\n\n jobDependency: {\n viewBox: '0 0 24 24',\n svg: svg`\n <path d=\"M20,13H10c-0.55,0-1,0.45-1,1v2H6.94C6.39,16,6,15.66,6,15.35V11h8c0.55,0,1-0.45,1-1V4c0-0.55-0.45-1-1-1H4\n C3.45,3,3,3.45,3,4v6c0,0.55,0.45,1,1,1v4.35C4,16.81,5.32,18,6.94,18H9v2c0,0.55,0.45,1,1,1h10c0.55,0,1-0.45,1-1v-6\n C21,13.45,20.55,13,20,13z M5,5h8v4H5V5z M19,19h-8v-4h8V19z\"/>`,\n },\n\n location: {\n viewBox: '0 0 18 17.6',\n svg: svg`\n <path class=\"st0\" d=\"M17,1.5L13,0.1C12.7,0,12.3,0,12,0c-0.3,0-0.7,0-0.9,0.1L6.9,1.5C6.7,1.6,6.3,1.6,6,1.6c-0.3,0-0.7,0-1-0.1\n L0.9,0.1c-0.1,0-0.2,0-0.3,0C0.3,0.1,0,0.4,0,0.8v14c0,0.6,0.4,1.1,1,1.3l4,1.4c0.3,0.1,0.6,0.1,1,0.1c0.3,0,0.7,0,0.9-0.1l4.3-1.4\n c0.3-0.1,0.6-0.1,0.9-0.1c0.4,0,0.7,0,1,0.1l4,1.4c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.3,0.7-0.7v-14C18,2.3,17.6,1.7,17,1.5z\n M2,14.4V2.6l2.4,0.8C4.6,3.5,4.8,3.5,5,3.5v11.8L2,14.4z M7,15.4V3.5c0.2,0,0.4-0.1,0.5-0.1L11,2.3v11.9c-0.1,0-0.3,0.1-0.4,0.1\n L7,15.4z M16,15l-2.3-0.8c-0.2-0.1-0.5-0.1-0.7-0.2V2.3l3,1V15z\"/>\n `,\n },\n\n locked: {\n viewBox: '0 0 11 14',\n svg: svg`\n <g transform=\"translate(-860.000000, -816.000000)\">\n <path d=\"M869.428571,818.955556 C869.428571,817.382114 868.041149,816.0487 866.377289,816.001304 C866.346855,816.000437 865.530613,816 865.5,816 C865.471911,816 864.65818,816.000368 864.630241,816.001098 C862.963039,816.044679 861.571429,817.379741 861.571429,818.955556 L861.571429,821.444444 L863.142857,821.444444 L863.142857,818.955556 C863.142857,818.251966 863.831925,817.609931 864.614241,817.558828 C864.647436,817.55666 865.466514,817.555556 865.5,817.555556 C865.541427,817.555556 866.368382,817.557246 866.409348,817.56055 C867.181874,817.622859 867.857143,818.259046 867.857143,818.955556 L867.857143,821.444444 L861.571429,821.444444 C860.707143,821.444444 860,822.144444 860,823 L860,828.444444 C860,829.3 860.707143,830 861.571429,830 L869.428571,830 C870.292857,830 871,829.3 871,828.444444 L871,823 C871,822.144444 870.292857,821.444444 869.428571,821.444444 L869.428571,818.955556 Z\"></path>\n </g>`,\n },\n\n mention: {\n viewBox: '0 0 20 20',\n svg: svg`\n <path d=\"M10.3333333,2 C5.73333333,2 2,5.73333333 2,10.3333333 C2,14.9333333 5.73333333,18.6666667 10.3333333,18.6666667 L14.5,18.6666667 L14.5,17 L10.3333333,17 C6.71666667,17 3.66666667,13.95 3.66666667,10.3333333 C3.66666667,6.71666667 6.71666667,3.66666667 10.3333333,3.66666667 C13.95,3.66666667 17,6.71666667 17,10.3333333 L17,11.525 C17,12.1833333 16.4083333,12.8333333 15.75,12.8333333 C15.0916667,12.8333333 14.5,12.1833333 14.5,11.525 L14.5,10.3333333 C14.5,8.03333333 12.6333333,6.16666667 10.3333333,6.16666667 C8.03333333,6.16666667 6.16666667,8.03333333 6.16666667,10.3333333 C6.16666667,12.6333333 8.03333333,14.5 10.3333333,14.5 C11.4833333,14.5 12.5333333,14.0333333 13.2833333,13.275 C13.825,14.0166667 14.7583333,14.5 15.75,14.5 C17.3916667,14.5 18.6666667,13.1666667 18.6666667,11.525 L18.6666667,10.3333333 C18.6666667,5.73333333 14.9333333,2 10.3333333,2 Z M10.3333333,12.8333333 C8.95,12.8333333 7.83333333,11.7166667 7.83333333,10.3333333 C7.83333333,8.95 8.95,7.83333333 10.3333333,7.83333333 C11.7166667,7.83333333 12.8333333,8.95 12.8333333,10.3333333 C12.8333333,11.7166667 11.7166667,12.8333333 10.3333333,12.8333333 Z\" fill-rule=\"nonzero\"></path>`,\n },\n\n optimiseFill: {\n viewBox: '0 0 7 10',\n svg: svg`<path d=\"M3.00837375,9.0254834 C2.95830943,9.0254834 2.9082451,9.0254834 2.85818078,9.0254834 C2.65792348,8.92534203 2.50773051,8.72505928 2.50773051,8.52477653 L2.50773051,6.02124217 L0.50515754,6.02124217 C0.304900243,6.02124217 0.15470727,5.9211008 0.0545786215,5.77088874 C-0.0455500269,5.62067667 0.0045142973,5.42039393 0.104642946,5.27018186 L3.55908132,0.263113149 C3.65920997,0.0628304004 3.90953159,-0.0373109739 4.10978889,0.0127597133 C4.31004618,0.0628304004 4.46023916,0.263113149 4.46023916,0.513466585 L4.46023916,3.06707163 L6.51287645,3.06707163 C6.71313375,3.06707163 6.86332672,3.167213 6.96345537,3.31742506 C7.06358402,3.46763713 7.01351969,3.66791987 6.91339104,3.81813194 L3.40888835,8.77512996 C3.3087597,8.92534203 3.15856672,9.0254834 3.00837375,9.0254834 Z\"></path>`,\n },\n\n pin: {\n viewBox: '0 0 48 60',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M47.9343051,25.5003397 C47.9777831,25.5182179 48,25.5274551 48,25.5274551 C48,45.4845306 24.8401003,59.7689962 24.8401003,59.7689962 C24.3769827,60.0753098 23.6301271,60.075534 23.1738657,59.7783581 C23.1738657,59.7783581 0,45.4845306 0,25.5274551 C1.53712829e-17,25.2731115 0.00779630727,25.0252509 0.0231902012,24.7837494 C0.00778358739,24.4347562 0,24.0838066 0,23.7310594 C0,10.6247572 10.745166,5.68434189e-14 24,5.68434189e-14 C37.254834,5.68434189e-14 48,10.6247572 48,23.7310594 C48,24.3261903 47.9778447,24.9162046 47.9343051,25.5003397 Z\"></path>\n </g>`,\n },\n\n planeLandingWithGround: {\n viewBox: '0 0 15 15',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-113.000000, -1615.000000)\">\n <g transform=\"translate(105.000000, 1611.000000)\">\n <g>\n <g transform=\"translate(8.000000, 3.000000)\">\n <g transform=\"translate(0.000000, 0.480500)\">\n <path d=\"M5.6149,9.4171 L9.1499,10.3331 L13.4649,11.4531 C14.1149,11.6191 14.7809,11.2481 14.9599,10.6171 C15.1309,9.9851 14.7489,9.3381 14.0979,9.1641 L9.7839,8.0431 L7.6409,1.2411 C7.5789,1.0431 7.4149,0.8901 7.2089,0.8371 L5.9729,0.5201 L5.9729,7.0571 L1.9339,6.0061 L1.2929,4.4531 C1.2209,4.2771 1.0679,4.1461 0.8809,4.0971 L-0.0001,3.8671 L-0.0001,7.9481 L1.2999,8.2881 L5.6149,9.4171 Z\"></path>\n </g>\n <g transform=\"translate(1.000000, 13.480500)\">\n <g>\n <g>\n <path d=\"M0.5119,0.2355 L12.4889,0.2355 C12.5929,0.2355 12.6769,0.3315 12.6769,0.4505 L12.6769,1.7855 C12.6769,1.9035 12.5929,2.0005 12.4889,2.0005 L0.5119,2.0005 C0.4079,2.0005 0.3239,1.9035 0.3239,1.7855 L0.3239,0.4505 C0.3239,0.3315 0.4079,0.2355 0.5119,0.2355\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n planeLanding: {\n viewBox: '0 0 11 9',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-119.000000, -3267.000000)\">\n <g transform=\"translate(106.000000, 3253.000000)\">\n <g>\n <g transform=\"translate(7.000000, 8.000000)\">\n <path d=\"M10.2435275,12.7599784 L12.6000724,13.3706135 L15.4765904,14.1172415 C15.9099013,14.2279025 16.3538783,13.9805819 16.4732055,13.559937 C16.5871996,13.1386255 16.3325461,12.7073144 15.8985685,12.5913204 L13.0227172,11.8440257 L11.5941244,7.30959344 C11.5527932,7.17760027 11.4434655,7.07560554 11.3061393,7.04027403 L10.4821819,6.82895162 L10.4821819,11.1867264 L7.78965439,10.4860959 L7.36234314,9.45081609 C7.31434562,9.33348882 7.2123509,9.24616 7.08769067,9.21349502 L6.5003877,9.06016962 L6.5003877,11.7806957 L7.36700957,12.0073506 L10.2435275,12.7599784 Z\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n `,\n },\n\n planeTakeOff: {\n viewBox: '0 0 16 15',\n svg: svg`\n <defs>\n <polygon points=\"0 0.254864359 16 0.254864359 16 10.0688 0 10.0688\"></polygon>\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <g transform=\"translate(-113.000000, -822.000000)\">\n <g transform=\"translate(105.000000, 819.000000)\">\n <g>\n <g transform=\"translate(8.000000, 3.000000)\">\n <g>\n <path d=\"M1.96728889,13.0784 L14.0321778,13.0784 C14.1370667,13.0784 14.2224,13.1752889 14.2224,13.2952889 L14.2224,14.6401778 C14.2224,14.7601778 14.1370667,14.8561778 14.0321778,14.8561778 L1.96728889,14.8561778 C1.8624,14.8561778 1.77795556,14.7601778 1.77795556,14.6401778 L1.77795556,13.2952889 C1.77795556,13.1752889 1.8624,13.0784 1.96728889,13.0784\"></path>\n <g transform=\"translate(0.000000, 0.634311)\">\n <g></g>\n <path d=\"M15.9608,5.04568889 C15.7945778,4.4048 15.1403556,4.02168889 14.5092444,4.19768889 L10.3199111,5.3328 L5.11635556,0.417244444 C4.96702222,0.275911111 4.75546667,0.221688889 4.55724444,0.275022222 L3.3528,0.597688889 L6.61946667,6.3328 L2.69857778,7.39768889 L1.38035556,6.35235556 C1.23102222,6.23502222 1.03635556,6.19502222 0.855022222,6.2448 L-8.88888889e-05,6.4768 L1.43635556,9.00568889 L2.04346667,10.0688 L3.30568889,9.72568889 L7.49502222,8.5888 L10.9270222,7.6608 L15.1163556,6.52568889 C15.7554667,6.34168889 16.1261333,5.68568889 15.9608,5.04568889\" mask=\"url(#mask-2)\"></path>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>`,\n },\n\n resourcePlaceholder: {\n viewBox: '0 0 96 70',\n svg: svg`\n <g clip-path=\"url(#clip0_2190_85012)\">\n <rect width=\"96\" height=\"70\" fill=\"white\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.6197 21.2084C57.6197 12.7277 62.1858 9.68918 67.7892 9.68918C73.4079 9.68918 77.9588 12.7431 77.9588 21.2084C77.9588 29.6917 73.3952 32.7277 67.7892 32.7277C62.1731 32.7277 57.6197 29.6763 57.6197 21.2084ZM53.559 40.1512C56.3429 39.0863 61.2497 37.6297 67.8065 37.6297C73.7481 37.6297 79.2523 39.0223 82.2091 40.1512C87.2126 42.0659 89.6838 45.6548 90.6168 49.3666C91.1202 51.3888 90.2889 53.5621 88.7812 54.2584C86.9278 55.116 77.3506 55.5486 67.7938 55.5486C58.2878 55.5486 48.7971 55.1211 46.9691 54.2661C45.4716 53.5647 44.6453 51.3965 45.1487 49.3794C46.0742 45.6625 48.5479 42.0685 53.559 40.1512Z\" fill=\"white\"/>\n <mask id=\"mask0_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"45\" y=\"9\" width=\"46\" height=\"47\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M57.6197 21.2084C57.6197 12.7277 62.1858 9.68918 67.7892 9.68918C73.4079 9.68918 77.9588 12.7431 77.9588 21.2084C77.9588 29.6917 73.3952 32.7277 67.7892 32.7277C62.1731 32.7277 57.6197 29.6763 57.6197 21.2084ZM53.559 40.1512C56.3429 39.0863 61.2497 37.6297 67.8065 37.6297C73.7481 37.6297 79.2523 39.0223 82.2091 40.1512C87.2126 42.0659 89.6838 45.6548 90.6168 49.3666C91.1202 51.3888 90.2889 53.5621 88.7812 54.2584C86.9278 55.116 77.3506 55.5486 67.7938 55.5486C58.2878 55.5486 48.7971 55.1211 46.9691 54.2661C45.4716 53.5647 44.6453 51.3965 45.1487 49.3794C46.0742 45.6625 48.5479 42.0685 53.559 40.1512Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask0_2190_85012)\">\n <rect x=\"27.2032\" y=\"-8.22964\" width=\"81.3565\" height=\"81.9146\" fill=\"#ECEEF3\"/>\n </g>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.1065 16.4035C28.1065 4.31396 34.6579 -0.0175476 42.6976 -0.0175476C50.7592 -0.0175476 57.2887 4.33586 57.2887 16.4035C57.2887 28.4967 50.7409 32.8246 42.6976 32.8246C34.6396 32.8246 28.1065 28.4748 28.1065 16.4035ZM22.2802 43.407C26.2746 41.889 33.3148 39.8126 42.7224 39.8126C51.2472 39.8126 59.1447 41.7978 63.387 43.407C70.5659 46.1366 74.1115 51.2526 75.4502 56.5439C76.1725 59.4267 74.9797 62.5248 72.8166 63.5173C70.1573 64.7398 56.4161 65.3565 42.7041 65.3565C29.0651 65.3565 15.4479 64.7471 12.8252 63.5283C10.6767 62.5284 9.49113 59.4376 10.2134 56.5621C11.5412 51.2636 15.0905 46.1402 22.2802 43.407Z\" fill=\"white\"/>\n <mask id=\"mask1_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"-1\" width=\"66\" height=\"67\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.1065 16.4035C28.1065 4.31396 34.6579 -0.0175476 42.6976 -0.0175476C50.7592 -0.0175476 57.2887 4.33586 57.2887 16.4035C57.2887 28.4967 50.7409 32.8246 42.6976 32.8246C34.6396 32.8246 28.1065 28.4748 28.1065 16.4035ZM22.2802 43.407C26.2746 41.889 33.3148 39.8126 42.7224 39.8126C51.2472 39.8126 59.1447 41.7978 63.387 43.407C70.5659 46.1366 74.1115 51.2526 75.4502 56.5439C76.1725 59.4267 74.9797 62.5248 72.8166 63.5173C70.1573 64.7398 56.4161 65.3565 42.7041 65.3565C29.0651 65.3565 15.4479 64.7471 12.8252 63.5283C10.6767 62.5284 9.49113 59.4376 10.2134 56.5621C11.5412 51.2636 15.0905 46.1402 22.2802 43.407Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask1_2190_85012)\">\n <rect x=\"-15.5344\" y=\"-25.5614\" width=\"116.729\" height=\"116.772\" fill=\"white\"/>\n </g>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.1065 19.4035C24.1065 7.31396 30.6579 2.98245 38.6976 2.98245C46.7592 2.98245 53.2887 7.33586 53.2887 19.4035C53.2887 31.4967 46.7409 35.8246 38.6976 35.8246C30.6396 35.8246 24.1065 31.4748 24.1065 19.4035ZM18.2802 46.407C22.2746 44.889 29.3148 42.8126 38.7224 42.8126C47.2472 42.8126 55.1447 44.7978 59.387 46.407C66.5659 49.1366 70.1115 54.2526 71.4502 59.5439C72.1725 62.4267 70.9797 65.5248 68.8166 66.5173C66.1573 67.7398 52.4161 68.3565 38.7041 68.3565C25.0651 68.3565 11.4479 67.7471 8.8252 66.5283C6.67666 65.5284 5.49113 62.4376 6.21339 59.5621C7.54118 54.2636 11.0905 49.1402 18.2802 46.407Z\" fill=\"white\"/>\n <mask id=\"mask2_2190_85012\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"6\" y=\"2\" width=\"66\" height=\"67\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.1065 19.4035C24.1065 7.31396 30.6579 2.98245 38.6976 2.98245C46.7592 2.98245 53.2887 7.33586 53.2887 19.4035C53.2887 31.4967 46.7409 35.8246 38.6976 35.8246C30.6396 35.8246 24.1065 31.4748 24.1065 19.4035ZM18.2802 46.407C22.2746 44.889 29.3148 42.8126 38.7224 42.8126C47.2472 42.8126 55.1447 44.7978 59.387 46.407C66.5659 49.1366 70.1115 54.2526 71.4502 59.5439C72.1725 62.4267 70.9797 65.5248 68.8166 66.5173C66.1573 67.7398 52.4161 68.3565 38.7041 68.3565C25.0651 68.3565 11.4479 67.7471 8.8252 66.5283C6.67666 65.5284 5.49113 62.4376 6.21339 59.5621C7.54118 54.2636 11.0905 49.1402 18.2802 46.407Z\" fill=\"white\"/>\n </mask>\n <g mask=\"url(#mask2_2190_85012)\">\n <rect x=\"-19.5344\" y=\"-22.5614\" width=\"116.729\" height=\"116.772\" fill=\"#CACFD9\"/>\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_2190_85012\">\n <rect width=\"96\" height=\"70\" fill=\"white\"/>\n </clipPath>\n </defs>\n `,\n },\n\n remove: {\n viewBox: '0 0 20 20',\n svg: svg`<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.948 6C13.2362 6 13.4835 6.10204 13.6901 6.30612C13.8967 6.5102 14 6.75646 14 7.0449C14 7.33333 13.8967 7.58095 13.6901 7.78776L11.472 10.0082L13.6901 12.2204C13.8967 12.4272 14 12.6721 14 12.9551C14 13.2435 13.8967 13.4898 13.6901 13.6939C13.4835 13.898 13.2362 14 12.948 14C12.6599 14 12.4152 13.8993 12.2141 13.698L9.99592 11.4857L7.78593 13.698C7.58478 13.8993 7.33741 14 7.04383 14C6.75569 14 6.50968 13.8993 6.30581 13.698C6.10194 13.4966 6 13.2517 6 12.9633C6 12.6694 6.10058 12.4218 6.30173 12.2204L8.51988 10.0082L6.30173 7.78776C6.10058 7.58639 6 7.3415 6 7.05306C6 6.76463 6.10194 6.51701 6.30581 6.3102C6.50968 6.1034 6.75569 6 7.04383 6C7.33197 6 7.57934 6.1034 7.78593 6.3102L9.99592 8.53061L12.2141 6.3102C12.4207 6.1034 12.6653 6 12.948 6Z\" />`,\n },\n\n send: {\n viewBox: '0 0 20 20',\n svg: svg`<path d=\"M5.03704635,10.7541907 L7.42180053,10.5252487 C7.69667911,10.4988597 7.89811972,10.2546341 7.87173073,9.97975549 C7.84925662,9.74565598 7.66667952,9.55886065 7.4331543,9.53104628 L5.03704635,9.24565424 L5.03704635,9.24565424 C4.72354994,9.20132367 4.46176429,8.98902014 4.35901009,8.69577882 L2.04589833,2.0945898 C1.89460363,1.66282299 2.12958701,1.19277007 2.57074839,1.04469721 C2.79489852,0.969462724 3.04103331,0.9898631 3.249064,1.100918 L18.5597508,9.27436031 C18.9691867,9.49293317 19.1200564,9.99496674 18.8967278,10.3956837 C18.8190834,10.5350003 18.7020988,10.6494937 18.5597508,10.7254846 L3.249064,18.8989269 C2.83962811,19.1174998 2.32667107,18.9698429 2.1033424,18.569126 C1.98987111,18.3655253 1.96902686,18.124632 2.04589833,17.9052551 L4.35901009,11.3040661 C4.46176429,11.0108248 4.72354994,10.7985213 5.03704635,10.7541907 Z\"></path>`,\n },\n\n shiftOvernight: {\n viewBox: '0 0 14.045 13.82',\n svg: svg`\n <path class=\"cls-1\" d=\"M12.8425,8.1523A.9241.9241,0,0,1,13.93,9.4158a7.255,7.255,0,0,1-7.3557,4.3734A7.17,7.17,0,0,1,.0311,6.0212,7.1536,7.1536,0,0,1,4.4956.07a.9235.9235,0,0,1,1.2387,1.12A5.513,5.513,0,0,0,7.7564,7.3361a5.6967,5.6967,0,0,0,5.0861.8162\"/>`,\n },\n\n skeduloText: {\n viewBox: '0 0 4004.9 1000',\n svg: svg`\n <g>\n <path class=\"st0\" d=\"M900,0H100C44.8,0,0,44.8,0,100v800c0,55.2,44.8,100,100,100h800c55.2,0,100-44.8,100-100V100\n C1000,44.8,955.2,0,900,0z M306.9,175c131.9,0,386.3,0,386.3,0s131.9,0,131.9,131.5H482.8H175C175,306.5,175,175,306.9,175z\n M517.6,434.3c0,0,44.6,0,176,0S825,565.7,825,565.7H693.6H307c0,0-132,0-132-131.5H517.6z M693.6,825c-132,0-386.6,0-386.6,0\n s-132,0-132-131.5h342.6h308C825.6,693.5,825.6,825,693.6,825z\"/>\n <path class=\"st0\" d=\"M1757,562.9l146.7-222.7l3.1-4.6l-5.5-0.8c-8.6-1.2-17.1-2.2-25.4-2.8c-8.3-0.6-17.1-0.9-26.4-0.9\n c-8.6,0-17,0.3-25,0.9c-8,0.6-16.1,1.5-24.1,2.8l-1.5,0.2l-0.9,1.3l-140,212.3V126.5h-103V818h103V579.9l164.8,230.9l0.9,1.2\n l1.5,0.2c8.6,1.2,17.3,2.2,25.9,2.8c8.6,0.6,17.3,0.9,25.9,0.9c8.6,0,17-0.3,25-0.9c8-0.6,16.3-1.5,25-2.8l5.6-0.8l-3.3-4.7\n L1757,562.9z\"/>\n <path class=\"st0\" d=\"M1455.9,577.3c-9.8-10.4-21.4-19-34.9-25.9c-13.3-6.8-27.4-12.7-42.2-17.6l-40.3-13.7\n c-11-3.7-21.2-7.3-30.6-11c-9.2-3.6-17.4-7.9-24.5-12.9c-6.9-4.9-12.4-10.8-16.4-17.7c-3.9-6.8-5.9-15-5.9-24.8\n c0-18.8,7.9-31.6,24.1-39c16.9-7.7,36.5-11.6,58.6-11.6c21.1,0,40.9,2.3,59.2,6.8c18.5,4.6,34.5,9.3,47.8,14.1l3,1.1l1.4-2.9\n c5-10.6,9.2-22.1,12.6-34.5s5.7-24.8,7-37.3l0.3-2.7l-2.6-0.9c-17.3-6.2-37.5-11.6-60.5-16.2c-23.1-4.6-46.8-6.9-70.8-6.9\n c-58.2,0-102.5,12.4-132.9,37.5c-30.5,25.1-45.7,59.2-45.7,101.8c0,32,9.2,57.7,27.6,76.7c18.1,18.8,47,35.5,86.6,50.4l32.1,11.9\n c11.7,3.7,22.5,7.5,32.5,11.4c9.8,3.9,18.4,8.5,25.8,13.8c7.2,5.2,13,11.6,17.4,19.1c4.3,7.4,6.4,16.9,6.4,28.5\n c0,10.3-2.7,19.6-8.1,27.9c-5.5,8.4-12.8,15.6-21.9,21.4c-9.1,5.9-19.9,10.3-32.4,13.3c-12.6,3-25.7,4.5-39.5,4.5\n c-19.3,0-38.8-2-58.5-5.9c-19.7-3.9-37.6-9.2-53.9-15.9l-3.3-1.3l-1.3,3.3c-4.9,12.3-9.4,24.8-13.4,37.4c-4,12.8-6.7,25.4-7.9,37.9\n l-0.3,2.7l2.6,0.9c19.1,6.8,39.8,12.2,62,16.2c22.2,4,48.1,6,77.6,6c29.1,0,55.7-3.7,79.9-11.2c24.2-7.5,44.9-17.9,62.1-31.3\n c17.2-13.5,30.5-29.8,40-48.9c9.4-19.1,14.1-40.3,14.1-63.5c0-20.6-3-38.3-9-53.1C1473.6,600.3,1465.7,587.7,1455.9,577.3z\"/>\n <path class=\"st0\" d=\"M2287.7,386.6c-16.8-19.7-37.7-35.1-62.6-46.3c-24.9-11.2-53.8-16.8-86.7-16.8c-38.4,0-71.8,6.7-100.1,20.1\n c-28.3,13.4-51.8,31.4-70.4,54.1c-18.6,22.7-32.5,49.4-41.5,80.1c-9,30.6-13.4,63.5-13.4,98.7c0,35.8,4.6,68.7,13.9,98.7\n c9.3,30.1,24.1,56.3,44.3,78.4c20.2,22.1,45.9,39.2,77,51.3c31,12.1,68.1,18.1,111.3,18.1c29.5,0,56.5-2.2,80.8-6.5\n c24.4-4.3,46.8-10.8,67.2-19.5l2.2-1l-0.1-2.4c-0.6-13.1-2.5-26.3-5.6-39.6c-3.1-13.4-7.2-24.9-12.2-34.3l-1.5-2.7l-2.9,1.1\n c-38.7,15.1-79.5,22.7-122.5,22.7c-48.7,0-85.3-11.7-109.9-34.8c-24.6-23.1-37.6-56.3-38.8-106.8h316.5h3.2l0.3-3.2\n c0.6-6.8,1.2-14.9,1.8-24.4c0.6-9.6,0.9-18.6,0.9-27.3c0-31.5-4.3-60.8-13-87.7C2317.3,429.6,2304.5,406.3,2287.7,386.6z\n M2249.5,531.5h-3.5h-232h-3.9l0.4-3.9c4.4-41.1,16.7-73.2,37.1-96.5c20.6-23.4,50.1-35.2,88.4-35.2c19.5,0,36.4,3.6,50.7,10.9\n c14.2,7.3,25.9,16.9,35.1,29c9.1,12,16,26,20.7,42c4.7,15.9,7,32.6,7,50.1V531.5z\"/>\n <path class=\"st0\" d=\"M2776.3,129.9c-8.3-0.6-15.9-0.9-22.7-0.9c-6.2,0-13.6,0.3-22.2,0.9c-8.7,0.6-16.4,1.6-23.3,2.8l-2.9,0.5v2.9\n v200.1c-12.4-3.7-22.2-5.7-38.6-8.2c-16.4-2.5-32.6-3.7-48.6-3.7c-35.9,0-68.6,6.2-98,18.6c-29.5,12.4-54.8,30-75.9,52.7\n c-21.1,22.7-37.4,49.8-48.8,81.4c-11.4,31.6-17.2,66.5-17.2,104.8c0,44.5,6.5,81.9,19.5,112.4c13,30.4,30.8,55.3,53.2,74.7\n c22.4,19.3,48.7,33.1,78.8,41.5c29.9,8.3,61.6,12.5,94.9,12.5c35.6,0,67.9-2.3,96.8-6.9c28.9-4.6,55-10.3,78.3-17.1l2.5-0.7v-2.6\n V136.2v-2.9l-2.9-0.5C2792.3,131.5,2784.7,130.5,2776.3,129.9z M2709,734.8c-10.4,3.1-22.3,5.3-35.8,6.9c-13.4,1.5-28.1,2.3-44,2.3\n c-46.4,0-83.1-12.5-110-37.6c-26.9-25.1-40.6-66.6-41.2-124.7c0-25.7,2.9-49.3,8.7-71c5.8-21.7,14.7-40.5,26.6-56.4\n c11.9-15.9,27-28.4,45.4-37.6c18.3-9.2,40-13.8,65.1-13.8c16.5,0,31.8,1.2,45.8,3.7c14.1,2.4,27.2,6.1,39.4,11V734.8z\"/>\n <path class=\"st0\" d=\"M3237.3,331.9c-8.3-0.6-15.9-0.9-22.7-0.9c-6.8,0-14.4,0.3-22.7,0.9c-8.4,0.6-16,1.6-22.8,2.8l-2.9,0.5v2.9\n v392.5c-21.2,6.1-46.6,9.2-76.3,9.2c-20.5,0-38.6-2.1-54.1-6.3c-15.3-4.1-28.2-11.5-38.8-22c-10.6-10.6-18.5-25.2-23.9-43.9\n c-5.4-18.9-8.1-42.9-8.1-71.9V338.2v-2.9l-2.9-0.5c-6.9-1.2-14.6-2.2-23.3-2.8c-8.6-0.6-16.4-0.9-23.2-0.9\n c-6.2,0-13.6,0.3-22.3,0.9c-8.7,0.6-16.5,1.6-23.3,2.8l-2.9,0.5v2.9v261.3c0,47.5,5.9,85.8,17.7,115c11.8,29.3,28.1,52.1,48.8,68.4\n c20.6,16.2,44.5,27,71.7,32.3c26.8,5.2,55.3,7.9,85.5,7.9c32,0,63-2.8,92.8-8.3c29.8-5.5,55.4-11.4,76.9-17.5l2.5-0.7v-2.6V338.2\n v-2.9l-2.9-0.5C3253.3,333.5,3245.7,332.5,3237.3,331.9z\"/>\n <path class=\"st0\" d=\"M3522.3,733.7l-3.4,0.8c-4.7,1.2-10.5,2.1-17.3,2.7c-6.9,0.6-13.1,0.9-18.5,0.9c-7.7,0-14.9-0.7-21.7-2.2\n c-6.4-1.4-11.9-4.4-16.6-9.1c-4.8-4.8-8.6-11.8-11.5-21c-2.9-9.4-4.4-22.5-4.4-39.3V136.2v-2.9l-2.9-0.5\n c-6.9-1.2-14.5-2.2-22.8-2.8c-8.3-0.6-15.9-0.9-22.7-0.9c-6.8,0-14.4,0.3-22.7,0.9c-8.4,0.6-16,1.6-22.8,2.8l-2.9,0.5v2.9v550.4\n c0,24.9,3.4,45.8,10.3,62.8c6.9,17,16.4,30.6,28.5,40.8c12,10.1,25.9,17.4,41.6,21.8c15.6,4.4,32.4,6.6,50.4,6.6\n c10.5,0,21.9-0.5,34.2-1.4c12.5-0.9,23.2-3,32.1-6.2l2.3-0.8v-2.5c0-25.4-2.8-48.9-8.4-70.6L3522.3,733.7z\"/>\n <path class=\"st0\" d=\"M3953.6,475.5c-9-30.4-22.8-56.8-41.5-79.2c-18.7-22.4-42-40.2-70-53.2c-28-13.1-60.6-19.6-97.8-19.6\n s-69.8,6.5-97.8,19.6c-28,13.1-51.3,30.8-70,53.2c-18.7,22.4-32.5,48.8-41.5,79.2c-9,30.3-13.4,63-13.4,98.2\n c0,35.2,4.5,67.9,13.4,98.2c9,30.4,22.8,56.8,41.5,79.2c18.7,22.4,42,40,70,52.8c28,12.8,60.6,19.1,97.8,19.1s69.8-6.4,97.8-19.1\n c28-12.7,51.4-30.3,70-52.8c18.7-22.4,32.5-48.8,41.5-79.2c9-30.3,13.4-63,13.4-98.2C3967,538.5,3962.5,505.8,3953.6,475.5z\n M3834.8,699.2c-19.5,29.6-49.5,44.3-90.5,44.3c-41,0-70.9-14.7-90.1-44.3c-19.4-30-29.2-71.8-29.2-125.7\n c0-53.8,9.8-95.5,29.2-125.2c19.2-29.3,49.1-43.8,90.1-43.8c41,0,71.1,14.6,90.6,43.9c19.7,29.6,29.7,71.4,29.7,125.2\n C3864.5,627.4,3854.6,669.2,3834.8,699.2z\"/>\n </g>`,\n },\n\n skedulo: {\n viewBox: '0 0 30 30',\n svg: svg`\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path d=\"M0,3.9992748 C0,1.79053632 1.78679466,0 3.9992748,0 L26.0007252,0 C28.2094637,0 30,1.78679466 30,3.9992748 L30,26.0007252 C30,28.2094637 28.2132053,30 26.0007252,30 L3.9992748,30 C1.79053632,30 0,28.2132053 0,26.0007252 L0,3.9992748 Z M9.21,24.75 C9.21,24.75 5.25,24.75 5.25,20.8058401 C5.25,20.8058401 15.5266992,20.80584 15.5266992,20.80584 C15.5266992,20.80584 24.7666992,20.80584 24.7666992,20.80584 C24.7666992,20.80584 24.7666992,24.7499999 20.8066992,24.7499999 C16.8466992,24.7499999 9.21,24.75 9.21,24.75 Z M9.21,16.97208 C9.21,16.97208 5.25,16.97208 5.25,13.0279201 C5.25,13.0279201 15.5266992,13.02792 15.5266992,13.02792 C15.5266992,13.02792 16.8633984,13.02792 20.8066992,13.02792 C24.75,13.02792 24.75,16.9720799 24.75,16.97208 C24.75,16.97208 20.8066992,16.97208 20.8066992,16.9720799 C20.8066992,16.9720798 9.21,16.97208 9.21,16.97208 Z M20.7947034,5.24999989 C20.7947034,5.24999989 24.7516498,5.24999989 24.7516498,9.19415977 C24.7516498,9.19415977 14.482875,9.19415989 14.482875,9.19415989 C14.482875,9.19415989 5.25,9.19415987 5.25,9.19415989 C5.25,9.19415991 5.25,5.25 9.20694642,5.25 C13.1638928,5.25 20.7947034,5.24999989 20.7947034,5.24999989 Z\"></path>\n </g>`,\n },\n\n tag: {\n viewBox: '0 0 24 24',\n svg: svg`\n <path class=\"st0\" d=\"M15.3,6.3C15.1,6.1,14.9,6,14.6,6H4.7C3.8,6,3,6.8,3,7.7v8.6c0,0.4,0.2,0.9,0.5,1.2C3.8,17.8,4.2,18,4.7,18h9.9\n c0.3,0,0.5-0.1,0.7-0.3l5-5c0.4-0.4,0.4-1,0-1.4L15.3,6.3z M15,13.2c-0.7,0-1.2-0.5-1.2-1.2c0-0.7,0.5-1.2,1.2-1.2\n c0.7,0,1.2,0.5,1.2,1.2S15.7,13.2,15,13.2C15,13.2,15,13.2,15,13.2z\"/>\n `,\n },\n\n tick: {\n viewBox: '0 0 17.99 14.390',\n svg: svg`<path d=\"M7.39,13.84,17.46,3.3a2,2,0,0,0,0-2.73A1.77,1.77,0,0,0,16.16,0h0a1.75,1.75,0,0,0-1.29.57L6.21,9.63l-.11.12L6,9.63l-2.87-3a1.8,1.8,0,0,0-2.59,0,2,2,0,0,0,0,2.73l4.08,4.32.1.11h0l.14.15.05,0a1.83,1.83,0,0,0,1.22.46A1.73,1.73,0,0,0,7.39,13.84Z\"/>`,\n },\n\n unschedule: {\n viewBox: '0 0 20 20',\n svg: svg`\n <path d=\"M7,14.1c-0.2,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-0.9,0-1.3l2.4-2.4L6.3,7.6C6,7.3,6,6.7,6.3,6.3\n C6.5,6.2,6.7,6.1,7,6.1c0.3,0,0.5,0.1,0.7,0.3l2.4,2.4l2.4-2.4c0.4-0.4,0.9-0.4,1.3,0c0.4,0.4,0.4,0.9,0,1.3l-2.4,2.4l2.4,2.4\n c0.4,0.4,0.4,0.9,0,1.3c-0.2,0.2-0.4,0.3-0.7,0.3c0,0,0,0,0,0c-0.2,0-0.5-0.1-0.7-0.3l-2.4-2.4l-2.4,2.4C7.5,14,7.2,14.1,7,14.1\n C7,14.1,7,14.1,7,14.1z\"/>\n <path d=\"M10,20c-1.5,0-3-0.3-4.4-1c-2.4-1.2-4.2-3.2-5.1-5.7C-1.2,8,1.5,2.3,6.7,0.5c5.2-1.8,10.9,1,12.7,6.2\n c1.8,5.2-1,10.9-6.2,12.7l0,0C12.2,19.8,11.1,20,10,20z M12.9,18.5L12.9,18.5L12.9,18.5z M10,2C9.1,2,8.3,2.1,7.4,2.4\n c-4.2,1.4-6.4,6-5,10.2c0.7,2,2.1,3.6,4.1,4.6c1.9,0.9,4.1,1.1,6.1,0.4c4.2-1.4,6.4-6,5-10.2C16.4,4.1,13.3,2,10,2z\"/>`,\n },\n\n upDown: {\n viewBox: '0 0 10 18',\n svg: svg`<path d=\"M8.74818914,5.57757178 C9.10122662,5.22949983 9.09992902,4.66388436 8.74089535,4.30990056 L5.65231403,1.26476075 C5.29524829,0.912717214 4.71829829,0.910776954 4.35926462,1.26476075 L1.2706833,4.30990056 C0.913617563,4.6619441 0.908617118,5.22778933 1.26338951,5.57757178 L1.32624321,5.63954142 C1.67928069,5.98761337 2.24605009,5.99315182 2.61024678,5.63407763 L5.00578932,3.27222886 L7.40133187,5.63407763 C7.75742997,5.98516714 8.33056305,5.98932387 8.68533544,5.63954142 L8.74818914,5.57757178 Z M1.26338951,12.4302063 C0.910352023,12.7782783 0.911649623,13.3438938 1.2706833,13.6978776 L4.35926462,16.7430174 C4.71633035,17.0950609 5.29328035,17.0970012 5.65231403,16.7430174 L8.74089535,13.6978776 C9.09796108,13.345834 9.10296153,12.7799888 8.74818914,12.4302063 L8.68533544,12.3682367 C8.33229795,12.0201647 7.76552856,12.0146263 7.40133187,12.3737005 L5.00578932,14.7355492 L2.61024678,12.3737005 C2.25414867,12.022611 1.6810156,12.0184542 1.32624321,12.3682367 L1.26338951,12.4302063 Z\"></path>`,\n },\n\n warningFill: {\n viewBox: '0 0 19 17',\n svg: svg`<path class=\"cls-1\" d=\"M18.84,15.8,11.36,1.67a2.17,2.17,0,0,0-.84-.85A2,2,0,0,0,9.47.5a2.22,2.22,0,0,0-1.9,1.17L.09,15.8A1.21,1.21,0,0,0,1,17.5H17.89a.94.94,0,0,0,.53-.11A1.18,1.18,0,0,0,18.84,15.8Zm-9.35-.72a1,1,0,1,1,1-1A1,1,0,0,1,9.49,15.08Zm1-4a1,1,0,0,1-2,0v-5a1,1,0,1,1,2,0Z\" transform=\"translate(0.01 -0.5)\"/>`,\n },\n}"
|
|
21501
|
+
}
|
|
21502
|
+
],
|
|
21503
|
+
"exports": [
|
|
21504
|
+
{
|
|
21505
|
+
"kind": "js",
|
|
21506
|
+
"name": "isLegacyIcon",
|
|
21507
|
+
"declaration": {
|
|
21508
|
+
"name": "isLegacyIcon",
|
|
21509
|
+
"module": "src/components/icon/legacy-icons.ts"
|
|
21510
|
+
}
|
|
21511
|
+
},
|
|
21512
|
+
{
|
|
21513
|
+
"kind": "js",
|
|
21514
|
+
"name": "legacyIcons",
|
|
21515
|
+
"declaration": {
|
|
21516
|
+
"name": "legacyIcons",
|
|
21517
|
+
"module": "src/components/icon/legacy-icons.ts"
|
|
21518
|
+
}
|
|
21519
|
+
}
|
|
21520
|
+
]
|
|
21521
|
+
},
|
|
21522
|
+
{
|
|
21523
|
+
"kind": "javascript-module",
|
|
21524
|
+
"path": "src/components/form-elements/code-theme.ts",
|
|
21525
|
+
"declarations": [
|
|
21526
|
+
{
|
|
21527
|
+
"kind": "variable",
|
|
21528
|
+
"name": "SkeduloCodeMirrorTheme",
|
|
21529
|
+
"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`"
|
|
21530
|
+
}
|
|
21531
|
+
],
|
|
21532
|
+
"exports": [
|
|
21533
|
+
{
|
|
20898
21534
|
"kind": "js",
|
|
20899
21535
|
"name": "SkeduloCodeMirrorTheme",
|
|
20900
21536
|
"declaration": {
|
|
@@ -27703,7 +28339,7 @@
|
|
|
27703
28339
|
"type": {
|
|
27704
28340
|
"text": "string"
|
|
27705
28341
|
},
|
|
27706
|
-
"default": "'h:
|
|
28342
|
+
"default": "'h:mma'"
|
|
27707
28343
|
},
|
|
27708
28344
|
{
|
|
27709
28345
|
"kind": "variable",
|
|
@@ -29280,222 +29916,6 @@
|
|
|
29280
29916
|
}
|
|
29281
29917
|
]
|
|
29282
29918
|
},
|
|
29283
|
-
{
|
|
29284
|
-
"kind": "javascript-module",
|
|
29285
|
-
"path": "src/components/icon/icon.ts",
|
|
29286
|
-
"declarations": [
|
|
29287
|
-
{
|
|
29288
|
-
"kind": "variable",
|
|
29289
|
-
"name": "ICON"
|
|
29290
|
-
},
|
|
29291
|
-
{
|
|
29292
|
-
"kind": "class",
|
|
29293
|
-
"description": "Icon component.",
|
|
29294
|
-
"name": "Icon",
|
|
29295
|
-
"members": [
|
|
29296
|
-
{
|
|
29297
|
-
"kind": "field",
|
|
29298
|
-
"name": "size",
|
|
29299
|
-
"type": {
|
|
29300
|
-
"text": "number"
|
|
29301
|
-
},
|
|
29302
|
-
"default": "18",
|
|
29303
|
-
"attribute": "size",
|
|
29304
|
-
"reflects": true
|
|
29305
|
-
},
|
|
29306
|
-
{
|
|
29307
|
-
"kind": "field",
|
|
29308
|
-
"name": "icon",
|
|
29309
|
-
"type": {
|
|
29310
|
-
"text": "IconKey"
|
|
29311
|
-
},
|
|
29312
|
-
"default": "'close'",
|
|
29313
|
-
"attribute": "icon"
|
|
29314
|
-
}
|
|
29315
|
-
],
|
|
29316
|
-
"attributes": [
|
|
29317
|
-
{
|
|
29318
|
-
"name": "size",
|
|
29319
|
-
"type": {
|
|
29320
|
-
"text": "number"
|
|
29321
|
-
},
|
|
29322
|
-
"default": "18",
|
|
29323
|
-
"fieldName": "size"
|
|
29324
|
-
},
|
|
29325
|
-
{
|
|
29326
|
-
"name": "icon",
|
|
29327
|
-
"type": {
|
|
29328
|
-
"text": "IconKey"
|
|
29329
|
-
},
|
|
29330
|
-
"default": "'close'",
|
|
29331
|
-
"fieldName": "icon"
|
|
29332
|
-
}
|
|
29333
|
-
],
|
|
29334
|
-
"superclass": {
|
|
29335
|
-
"name": "LitElement",
|
|
29336
|
-
"package": "lit"
|
|
29337
|
-
},
|
|
29338
|
-
"tagName": "brz-icon",
|
|
29339
|
-
"customElement": true
|
|
29340
|
-
}
|
|
29341
|
-
],
|
|
29342
|
-
"exports": [
|
|
29343
|
-
{
|
|
29344
|
-
"kind": "js",
|
|
29345
|
-
"name": "ICON",
|
|
29346
|
-
"declaration": {
|
|
29347
|
-
"name": "ICON",
|
|
29348
|
-
"module": "src/components/icon/icon.ts"
|
|
29349
|
-
}
|
|
29350
|
-
},
|
|
29351
|
-
{
|
|
29352
|
-
"kind": "js",
|
|
29353
|
-
"name": "Icon",
|
|
29354
|
-
"declaration": {
|
|
29355
|
-
"name": "Icon",
|
|
29356
|
-
"module": "src/components/icon/icon.ts"
|
|
29357
|
-
}
|
|
29358
|
-
},
|
|
29359
|
-
{
|
|
29360
|
-
"kind": "custom-element-definition",
|
|
29361
|
-
"declaration": {
|
|
29362
|
-
"name": "Icon",
|
|
29363
|
-
"module": "src/components/icon/icon.ts"
|
|
29364
|
-
}
|
|
29365
|
-
}
|
|
29366
|
-
]
|
|
29367
|
-
},
|
|
29368
|
-
{
|
|
29369
|
-
"kind": "javascript-module",
|
|
29370
|
-
"path": "src/components/icon/icons.ts",
|
|
29371
|
-
"declarations": [
|
|
29372
|
-
{
|
|
29373
|
-
"kind": "function",
|
|
29374
|
-
"name": "transformIcon",
|
|
29375
|
-
"parameters": [
|
|
29376
|
-
{
|
|
29377
|
-
"name": "icon",
|
|
29378
|
-
"type": {
|
|
29379
|
-
"text": "TIcon | ILegacyIcon"
|
|
29380
|
-
}
|
|
29381
|
-
}
|
|
29382
|
-
],
|
|
29383
|
-
"description": "Ensures compatibility between icons and legacy icons. By providing the\ndefault viewBox to icons."
|
|
29384
|
-
},
|
|
29385
|
-
{
|
|
29386
|
-
"kind": "variable",
|
|
29387
|
-
"name": "icons",
|
|
29388
|
-
"type": {
|
|
29389
|
-
"text": "Record<string, TIcon | ILegacyIcon>"
|
|
29390
|
-
},
|
|
29391
|
-
"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}",
|
|
29392
|
-
"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'."
|
|
29393
|
-
},
|
|
29394
|
-
{
|
|
29395
|
-
"kind": "variable",
|
|
29396
|
-
"name": "iconNames",
|
|
29397
|
-
"default": "Object.keys(icons)"
|
|
29398
|
-
}
|
|
29399
|
-
],
|
|
29400
|
-
"exports": [
|
|
29401
|
-
{
|
|
29402
|
-
"kind": "js",
|
|
29403
|
-
"name": "transformIcon",
|
|
29404
|
-
"declaration": {
|
|
29405
|
-
"name": "transformIcon",
|
|
29406
|
-
"module": "src/components/icon/icons.ts"
|
|
29407
|
-
}
|
|
29408
|
-
},
|
|
29409
|
-
{
|
|
29410
|
-
"kind": "js",
|
|
29411
|
-
"name": "icons",
|
|
29412
|
-
"declaration": {
|
|
29413
|
-
"name": "icons",
|
|
29414
|
-
"module": "src/components/icon/icons.ts"
|
|
29415
|
-
}
|
|
29416
|
-
},
|
|
29417
|
-
{
|
|
29418
|
-
"kind": "js",
|
|
29419
|
-
"name": "iconNames",
|
|
29420
|
-
"declaration": {
|
|
29421
|
-
"name": "iconNames",
|
|
29422
|
-
"module": "src/components/icon/icons.ts"
|
|
29423
|
-
}
|
|
29424
|
-
}
|
|
29425
|
-
]
|
|
29426
|
-
},
|
|
29427
|
-
{
|
|
29428
|
-
"kind": "javascript-module",
|
|
29429
|
-
"path": "src/components/icon/index.ts",
|
|
29430
|
-
"declarations": [],
|
|
29431
|
-
"exports": [
|
|
29432
|
-
{
|
|
29433
|
-
"kind": "js",
|
|
29434
|
-
"name": "*",
|
|
29435
|
-
"declaration": {
|
|
29436
|
-
"name": "*",
|
|
29437
|
-
"package": "./icon"
|
|
29438
|
-
}
|
|
29439
|
-
},
|
|
29440
|
-
{
|
|
29441
|
-
"kind": "js",
|
|
29442
|
-
"name": "*",
|
|
29443
|
-
"declaration": {
|
|
29444
|
-
"name": "*",
|
|
29445
|
-
"package": "./icons"
|
|
29446
|
-
}
|
|
29447
|
-
}
|
|
29448
|
-
]
|
|
29449
|
-
},
|
|
29450
|
-
{
|
|
29451
|
-
"kind": "javascript-module",
|
|
29452
|
-
"path": "src/components/icon/legacy-icons.ts",
|
|
29453
|
-
"declarations": [
|
|
29454
|
-
{
|
|
29455
|
-
"kind": "function",
|
|
29456
|
-
"name": "isLegacyIcon",
|
|
29457
|
-
"return": {
|
|
29458
|
-
"type": {
|
|
29459
|
-
"text": "icon is ILegacyIcon"
|
|
29460
|
-
}
|
|
29461
|
-
},
|
|
29462
|
-
"parameters": [
|
|
29463
|
-
{
|
|
29464
|
-
"name": "icon",
|
|
29465
|
-
"type": {
|
|
29466
|
-
"text": "ILegacyIcon | TIcon"
|
|
29467
|
-
}
|
|
29468
|
-
}
|
|
29469
|
-
]
|
|
29470
|
-
},
|
|
29471
|
-
{
|
|
29472
|
-
"kind": "variable",
|
|
29473
|
-
"name": "legacyIcons",
|
|
29474
|
-
"type": {
|
|
29475
|
-
"text": "Record<string, ILegacyIcon>"
|
|
29476
|
-
},
|
|
29477
|
-
"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}"
|
|
29478
|
-
}
|
|
29479
|
-
],
|
|
29480
|
-
"exports": [
|
|
29481
|
-
{
|
|
29482
|
-
"kind": "js",
|
|
29483
|
-
"name": "isLegacyIcon",
|
|
29484
|
-
"declaration": {
|
|
29485
|
-
"name": "isLegacyIcon",
|
|
29486
|
-
"module": "src/components/icon/legacy-icons.ts"
|
|
29487
|
-
}
|
|
29488
|
-
},
|
|
29489
|
-
{
|
|
29490
|
-
"kind": "js",
|
|
29491
|
-
"name": "legacyIcons",
|
|
29492
|
-
"declaration": {
|
|
29493
|
-
"name": "legacyIcons",
|
|
29494
|
-
"module": "src/components/icon/legacy-icons.ts"
|
|
29495
|
-
}
|
|
29496
|
-
}
|
|
29497
|
-
]
|
|
29498
|
-
},
|
|
29499
29919
|
{
|
|
29500
29920
|
"kind": "javascript-module",
|
|
29501
29921
|
"path": "src/components/illustration/illustration.ts",
|