@skedulo/breeze-ui 1.24.3 → 1.24.5

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.
@@ -9481,6 +9481,19 @@
9481
9481
  "module": "src/components/form-elements/input-select-base.ts"
9482
9482
  }
9483
9483
  },
9484
+ {
9485
+ "name": "autocomplete",
9486
+ "type": {
9487
+ "text": "string"
9488
+ },
9489
+ "default": "'off'",
9490
+ "description": "Controls the autocomplete behavior of the input element",
9491
+ "fieldName": "autocomplete",
9492
+ "inheritedFrom": {
9493
+ "name": "InputSelectBase",
9494
+ "module": "src/components/form-elements/input-select-base.ts"
9495
+ }
9496
+ },
9484
9497
  {
9485
9498
  "name": "readonly",
9486
9499
  "type": {
@@ -9954,6 +9967,21 @@
9954
9967
  "module": "src/components/form-elements/input-select-base.ts"
9955
9968
  }
9956
9969
  },
9970
+ {
9971
+ "kind": "field",
9972
+ "name": "autocomplete",
9973
+ "type": {
9974
+ "text": "string"
9975
+ },
9976
+ "default": "'off'",
9977
+ "description": "Controls the autocomplete behavior of the input element",
9978
+ "attribute": "autocomplete",
9979
+ "reflects": true,
9980
+ "inheritedFrom": {
9981
+ "name": "InputSelectBase",
9982
+ "module": "src/components/form-elements/input-select-base.ts"
9983
+ }
9984
+ },
9957
9985
  {
9958
9986
  "kind": "method",
9959
9987
  "name": "setInnerOptions",
@@ -12415,6 +12443,19 @@
12415
12443
  "module": "src/components/form-elements/input-select-base.ts"
12416
12444
  }
12417
12445
  },
12446
+ {
12447
+ "name": "autocomplete",
12448
+ "type": {
12449
+ "text": "string"
12450
+ },
12451
+ "default": "'off'",
12452
+ "description": "Controls the autocomplete behavior of the input element",
12453
+ "fieldName": "autocomplete",
12454
+ "inheritedFrom": {
12455
+ "name": "InputSelectBase",
12456
+ "module": "src/components/form-elements/input-select-base.ts"
12457
+ }
12458
+ },
12418
12459
  {
12419
12460
  "name": "readonly",
12420
12461
  "type": {
@@ -12826,6 +12867,21 @@
12826
12867
  "module": "src/components/form-elements/input-select-base.ts"
12827
12868
  }
12828
12869
  },
12870
+ {
12871
+ "kind": "field",
12872
+ "name": "autocomplete",
12873
+ "type": {
12874
+ "text": "string"
12875
+ },
12876
+ "default": "'off'",
12877
+ "description": "Controls the autocomplete behavior of the input element",
12878
+ "attribute": "autocomplete",
12879
+ "reflects": true,
12880
+ "inheritedFrom": {
12881
+ "name": "InputSelectBase",
12882
+ "module": "src/components/form-elements/input-select-base.ts"
12883
+ }
12884
+ },
12829
12885
  {
12830
12886
  "kind": "method",
12831
12887
  "name": "getItemLabel",
@@ -13368,6 +13424,19 @@
13368
13424
  "module": "src/components/form-elements/labeled-input.ts"
13369
13425
  }
13370
13426
  },
13427
+ {
13428
+ "name": "autocomplete",
13429
+ "type": {
13430
+ "text": "string"
13431
+ },
13432
+ "default": "'on'",
13433
+ "description": "Controls autocomplete behavior, defaults to \"off\"",
13434
+ "fieldName": "autocomplete",
13435
+ "inheritedFrom": {
13436
+ "name": "InputText",
13437
+ "module": "src/components/form-elements/input-text.ts"
13438
+ }
13439
+ },
13371
13440
  {
13372
13441
  "name": "maxlength",
13373
13442
  "type": {
@@ -13562,6 +13631,21 @@
13562
13631
  "module": "src/components/form-elements/labeled-input.ts"
13563
13632
  }
13564
13633
  },
13634
+ {
13635
+ "kind": "field",
13636
+ "name": "autocomplete",
13637
+ "type": {
13638
+ "text": "string"
13639
+ },
13640
+ "default": "'on'",
13641
+ "description": "Controls autocomplete behavior, defaults to \"off\"",
13642
+ "attribute": "autocomplete",
13643
+ "reflects": true,
13644
+ "inheritedFrom": {
13645
+ "name": "InputText",
13646
+ "module": "src/components/form-elements/input-text.ts"
13647
+ }
13648
+ },
13565
13649
  {
13566
13650
  "kind": "field",
13567
13651
  "name": "maxlength",
@@ -13887,6 +13971,19 @@
13887
13971
  "module": "src/components/form-elements/labeled-input.ts"
13888
13972
  }
13889
13973
  },
13974
+ {
13975
+ "name": "autocomplete",
13976
+ "type": {
13977
+ "text": "string"
13978
+ },
13979
+ "default": "'off'",
13980
+ "description": "Controls autocomplete behavior, defaults to \"off\"",
13981
+ "fieldName": "autocomplete",
13982
+ "inheritedFrom": {
13983
+ "name": "InputTextarea",
13984
+ "module": "src/components/form-elements/input-textarea.ts"
13985
+ }
13986
+ },
13890
13987
  {
13891
13988
  "name": "maxlength",
13892
13989
  "type": {
@@ -14081,6 +14178,21 @@
14081
14178
  "module": "src/components/form-elements/labeled-input.ts"
14082
14179
  }
14083
14180
  },
14181
+ {
14182
+ "kind": "field",
14183
+ "name": "autocomplete",
14184
+ "type": {
14185
+ "text": "string"
14186
+ },
14187
+ "default": "'off'",
14188
+ "description": "Controls autocomplete behavior, defaults to \"off\"",
14189
+ "attribute": "autocomplete",
14190
+ "reflects": true,
14191
+ "inheritedFrom": {
14192
+ "name": "InputTextarea",
14193
+ "module": "src/components/form-elements/input-textarea.ts"
14194
+ }
14195
+ },
14084
14196
  {
14085
14197
  "kind": "field",
14086
14198
  "name": "maxlength",
@@ -14523,6 +14635,19 @@
14523
14635
  "module": "src/components/form-elements/input-select-base.ts"
14524
14636
  }
14525
14637
  },
14638
+ {
14639
+ "name": "autocomplete",
14640
+ "type": {
14641
+ "text": "string"
14642
+ },
14643
+ "default": "'off'",
14644
+ "description": "Controls the autocomplete behavior of the input element",
14645
+ "fieldName": "autocomplete",
14646
+ "inheritedFrom": {
14647
+ "name": "InputSelectBase",
14648
+ "module": "src/components/form-elements/input-select-base.ts"
14649
+ }
14650
+ },
14526
14651
  {
14527
14652
  "name": "readonly",
14528
14653
  "type": {
@@ -15042,6 +15167,21 @@
15042
15167
  "module": "src/components/form-elements/input-select-base.ts"
15043
15168
  }
15044
15169
  },
15170
+ {
15171
+ "kind": "field",
15172
+ "name": "autocomplete",
15173
+ "type": {
15174
+ "text": "string"
15175
+ },
15176
+ "default": "'off'",
15177
+ "description": "Controls the autocomplete behavior of the input element",
15178
+ "attribute": "autocomplete",
15179
+ "reflects": true,
15180
+ "inheritedFrom": {
15181
+ "name": "InputSelectBase",
15182
+ "module": "src/components/form-elements/input-select-base.ts"
15183
+ }
15184
+ },
15045
15185
  {
15046
15186
  "kind": "method",
15047
15187
  "name": "getItemLabel",
@@ -23805,6 +23945,21 @@
23805
23945
  "module": "src/components/form-elements/input-select-base.ts"
23806
23946
  }
23807
23947
  },
23948
+ {
23949
+ "kind": "field",
23950
+ "name": "autocomplete",
23951
+ "type": {
23952
+ "text": "string"
23953
+ },
23954
+ "default": "'off'",
23955
+ "description": "Controls the autocomplete behavior of the input element",
23956
+ "attribute": "autocomplete",
23957
+ "reflects": true,
23958
+ "inheritedFrom": {
23959
+ "name": "InputSelectBase",
23960
+ "module": "src/components/form-elements/input-select-base.ts"
23961
+ }
23962
+ },
23808
23963
  {
23809
23964
  "kind": "method",
23810
23965
  "name": "setInnerOptions",
@@ -24380,6 +24535,19 @@
24380
24535
  "module": "src/components/form-elements/input-select-base.ts"
24381
24536
  }
24382
24537
  },
24538
+ {
24539
+ "name": "autocomplete",
24540
+ "type": {
24541
+ "text": "string"
24542
+ },
24543
+ "default": "'off'",
24544
+ "description": "Controls the autocomplete behavior of the input element",
24545
+ "fieldName": "autocomplete",
24546
+ "inheritedFrom": {
24547
+ "name": "InputSelectBase",
24548
+ "module": "src/components/form-elements/input-select-base.ts"
24549
+ }
24550
+ },
24383
24551
  {
24384
24552
  "name": "readonly",
24385
24553
  "type": {
@@ -25914,6 +26082,17 @@
25914
26082
  "description": "A message shown when there are no search results. Also useful to apply a\n\"searching\" message when using the query-change event to perform an async\nsearch.",
25915
26083
  "attribute": "search-message"
25916
26084
  },
26085
+ {
26086
+ "kind": "field",
26087
+ "name": "autocomplete",
26088
+ "type": {
26089
+ "text": "string"
26090
+ },
26091
+ "default": "'off'",
26092
+ "description": "Controls the autocomplete behavior of the input element",
26093
+ "attribute": "autocomplete",
26094
+ "reflects": true
26095
+ },
25917
26096
  {
25918
26097
  "kind": "method",
25919
26098
  "name": "setInnerOptions",
@@ -26482,6 +26661,15 @@
26482
26661
  "description": "A message shown when there are no search results. Also useful to apply a\n\"searching\" message when using the query-change event to perform an async\nsearch.",
26483
26662
  "fieldName": "searchMessage"
26484
26663
  },
26664
+ {
26665
+ "name": "autocomplete",
26666
+ "type": {
26667
+ "text": "string"
26668
+ },
26669
+ "default": "'off'",
26670
+ "description": "Controls the autocomplete behavior of the input element",
26671
+ "fieldName": "autocomplete"
26672
+ },
26485
26673
  {
26486
26674
  "name": "readonly",
26487
26675
  "type": {
@@ -26945,6 +27133,21 @@
26945
27133
  "module": "src/components/form-elements/input-select-base.ts"
26946
27134
  }
26947
27135
  },
27136
+ {
27137
+ "kind": "field",
27138
+ "name": "autocomplete",
27139
+ "type": {
27140
+ "text": "string"
27141
+ },
27142
+ "default": "'off'",
27143
+ "description": "Controls the autocomplete behavior of the input element",
27144
+ "attribute": "autocomplete",
27145
+ "reflects": true,
27146
+ "inheritedFrom": {
27147
+ "name": "InputSelectBase",
27148
+ "module": "src/components/form-elements/input-select-base.ts"
27149
+ }
27150
+ },
26948
27151
  {
26949
27152
  "kind": "method",
26950
27153
  "name": "getItemLabel",
@@ -27509,6 +27712,19 @@
27509
27712
  "module": "src/components/form-elements/input-select-base.ts"
27510
27713
  }
27511
27714
  },
27715
+ {
27716
+ "name": "autocomplete",
27717
+ "type": {
27718
+ "text": "string"
27719
+ },
27720
+ "default": "'off'",
27721
+ "description": "Controls the autocomplete behavior of the input element",
27722
+ "fieldName": "autocomplete",
27723
+ "inheritedFrom": {
27724
+ "name": "InputSelectBase",
27725
+ "module": "src/components/form-elements/input-select-base.ts"
27726
+ }
27727
+ },
27512
27728
  {
27513
27729
  "name": "readonly",
27514
27730
  "type": {
@@ -28256,6 +28472,17 @@
28256
28472
  "module": "src/components/form-elements/labeled-input.ts"
28257
28473
  }
28258
28474
  },
28475
+ {
28476
+ "kind": "field",
28477
+ "name": "autocomplete",
28478
+ "type": {
28479
+ "text": "string"
28480
+ },
28481
+ "default": "'on'",
28482
+ "description": "Controls autocomplete behavior, defaults to \"off\"",
28483
+ "attribute": "autocomplete",
28484
+ "reflects": true
28485
+ },
28259
28486
  {
28260
28487
  "kind": "field",
28261
28488
  "name": "maxlength",
@@ -28553,6 +28780,15 @@
28553
28780
  "module": "src/components/form-elements/labeled-input.ts"
28554
28781
  }
28555
28782
  },
28783
+ {
28784
+ "name": "autocomplete",
28785
+ "type": {
28786
+ "text": "string"
28787
+ },
28788
+ "default": "'on'",
28789
+ "description": "Controls autocomplete behavior, defaults to \"off\"",
28790
+ "fieldName": "autocomplete"
28791
+ },
28556
28792
  {
28557
28793
  "name": "maxlength",
28558
28794
  "type": {
@@ -28812,6 +29048,17 @@
28812
29048
  "module": "src/components/form-elements/labeled-input.ts"
28813
29049
  }
28814
29050
  },
29051
+ {
29052
+ "kind": "field",
29053
+ "name": "autocomplete",
29054
+ "type": {
29055
+ "text": "string"
29056
+ },
29057
+ "default": "'off'",
29058
+ "description": "Controls autocomplete behavior, defaults to \"off\"",
29059
+ "attribute": "autocomplete",
29060
+ "reflects": true
29061
+ },
28815
29062
  {
28816
29063
  "kind": "field",
28817
29064
  "name": "maxlength",
@@ -29109,6 +29356,15 @@
29109
29356
  "module": "src/components/form-elements/labeled-input.ts"
29110
29357
  }
29111
29358
  },
29359
+ {
29360
+ "name": "autocomplete",
29361
+ "type": {
29362
+ "text": "string"
29363
+ },
29364
+ "default": "'off'",
29365
+ "description": "Controls autocomplete behavior, defaults to \"off\"",
29366
+ "fieldName": "autocomplete"
29367
+ },
29112
29368
  {
29113
29369
  "name": "maxlength",
29114
29370
  "type": {
@@ -29723,6 +29979,21 @@
29723
29979
  "module": "src/components/form-elements/input-select-base.ts"
29724
29980
  }
29725
29981
  },
29982
+ {
29983
+ "kind": "field",
29984
+ "name": "autocomplete",
29985
+ "type": {
29986
+ "text": "string"
29987
+ },
29988
+ "default": "'off'",
29989
+ "description": "Controls the autocomplete behavior of the input element",
29990
+ "attribute": "autocomplete",
29991
+ "reflects": true,
29992
+ "inheritedFrom": {
29993
+ "name": "InputSelectBase",
29994
+ "module": "src/components/form-elements/input-select-base.ts"
29995
+ }
29996
+ },
29726
29997
  {
29727
29998
  "kind": "method",
29728
29999
  "name": "getItemLabel",
@@ -30285,6 +30556,19 @@
30285
30556
  "module": "src/components/form-elements/input-select-base.ts"
30286
30557
  }
30287
30558
  },
30559
+ {
30560
+ "name": "autocomplete",
30561
+ "type": {
30562
+ "text": "string"
30563
+ },
30564
+ "default": "'off'",
30565
+ "description": "Controls the autocomplete behavior of the input element",
30566
+ "fieldName": "autocomplete",
30567
+ "inheritedFrom": {
30568
+ "name": "InputSelectBase",
30569
+ "module": "src/components/form-elements/input-select-base.ts"
30570
+ }
30571
+ },
30288
30572
  {
30289
30573
  "name": "readonly",
30290
30574
  "type": {
@@ -31477,7 +31761,7 @@
31477
31761
  "type": {
31478
31762
  "text": "Record<string, TIcon | ILegacyIcon>"
31479
31763
  },
31480
- "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 break: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17C3 16.4477 3.44772 16 4 16L16 16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18L4 18C3.44772 18 3 17.5523 3 17Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3C4.89589 3 4 3.89462 4 4.99965V10C4 11.1428 4.28115 12.4451 4.88176 13.4961C5.48531 14.5524 6.51273 15.5 8 15.5H10L9.99956 13.5H8C7.48727 13.5 7.01469 13.1976 6.61824 12.5039C6.21885 11.8049 6 10.8572 6 10V5H10H14V10C14 10.8572 13.7811 11.8049 13.3818 12.5039C12.9853 13.1976 12.5127 13.5 12 13.5H10.0004L10 15.5H12C13.4873 15.5 14.5147 14.5524 15.1182 13.4961C15.7189 12.4451 16 11.1428 16 10V5C16 3.89543 15.1046 3 14 3H10H6Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.65 7.3C16.4308 7.13561 15.9753 7 15 7V5C16.0247 5 17.0692 5.11439 17.85 5.7C18.7086 6.34398 19 7.34837 19 8.5C19 9.65163 18.7086 10.656 17.85 11.3C17.0692 11.8856 16.0247 12 15 12V10C15.9753 10 16.4308 9.86439 16.65 9.7C16.7914 9.59398 17 9.34837 17 8.5C17 7.65163 16.7914 7.40602 16.65 7.3Z\"/>`,\n\n breakFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 17C2 16.4477 2.44772 16 3 16L15 16C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18L3 18C2.44772 18 2 17.5523 2 17Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 3C14.1046 3 15 3.89543 15 5V5.05176C15.6784 5.12769 16.3238 5.3059 16.8496 5.7002C17.7082 6.34417 18 7.34837 18 8.5C18 9.65163 17.7082 10.6558 16.8496 11.2998C16.2545 11.7461 15.5064 11.9178 14.7305 11.9746C14.5863 12.5071 14.3861 13.0272 14.1182 13.4961C13.5146 14.5523 12.4873 15.5 11 15.5H7C5.51273 15.5 4.48539 14.5523 3.88184 13.4961C3.28123 12.445 3 11.1428 3 10V5C3 3.89497 3.89589 3 5 3H13ZM15 9.92969C15.3262 9.87445 15.5265 9.79314 15.6504 9.7002C15.7918 9.59411 16 9.34806 16 8.5C16 7.65194 15.7918 7.40589 15.6504 7.2998C15.5265 7.20685 15.3263 7.12457 15 7.06934V9.92969Z\"/>`,\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 plane: svg`\n <path d=\"M18.96 9.37002C18.77 8.65001 18.04 8.22002 17.33 8.42002L12.62 9.69002L6.76001 4.18002C6.59001 4.02002 6.35001 3.96002 6.13001 4.02002L4.78001 4.38002L8.45001 10.81L4.04001 12L2.56001 10.83C2.39001 10.7 2.17001 10.65 1.97001 10.71L1.01001 10.97L2.63001 13.8L3.31001 14.99L4.73001 14.61L9.44001 13.34L13.3 12.3L18.01 11.03C18.73 10.82 19.15 10.09 18.96 9.37002Z\"/>\n `,\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 select: svg`\n <path d=\"M3.2 2C2.53726 2 2 2.53726 2 3.2V10.8C2 11.4627 2.53726 12 3.2 12H7.96324L7.75171 10H4V4H14V7.32836L16 8.78345V3.2C16 2.53726 15.4627 2 14.8 2H3.2Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9818 10.7353L12.4879 15.5202L13.3611 14.1976C13.5692 13.8824 13.9136 13.6836 14.2906 13.661L15.8725 13.566L11.9818 10.7353ZM9.80355 9.15567C9.69419 8.12164 10.8621 7.44737 11.7029 8.05909L18.8523 13.2606C19.7627 13.923 19.342 15.3614 18.2182 15.4288L14.8097 15.6334L12.9282 18.483C12.3079 19.4225 10.8519 19.0676 10.7335 17.948L9.80355 9.15567Z\"/>\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 shiftOvernight: svg`<path d=\"M15.9616 11.3052C16.305 11.2111 16.6711 11.325 16.9031 11.5981C17.1351 11.8712 17.1918 12.255 17.0488 12.5849C15.8096 15.5248 12.8365 17.3157 9.69523 17.0145C7.79678 16.853 6.03985 15.9326 4.81249 14.4563C3.58514 12.9801 2.98834 11.0696 3.15391 9.14675C3.4123 6.45015 5.13406 4.12491 7.61713 3.11914C7.94684 2.98017 8.32608 3.04629 8.59096 3.28893C8.85585 3.53158 8.95886 3.90722 8.85548 4.25352C8.13024 6.55308 8.94578 9.06442 10.877 10.4785C12.3451 11.559 14.2336 11.8661 15.9616 11.3052\"/>`,\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}",
31764
+ "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 break: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17C3 16.4477 3.44772 16 4 16L16 16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18L4 18C3.44772 18 3 17.5523 3 17Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3C4.89589 3 4 3.89462 4 4.99965V10C4 11.1428 4.28115 12.4451 4.88176 13.4961C5.48531 14.5524 6.51273 15.5 8 15.5H10L9.99956 13.5H8C7.48727 13.5 7.01469 13.1976 6.61824 12.5039C6.21885 11.8049 6 10.8572 6 10V5H10H14V10C14 10.8572 13.7811 11.8049 13.3818 12.5039C12.9853 13.1976 12.5127 13.5 12 13.5H10.0004L10 15.5H12C13.4873 15.5 14.5147 14.5524 15.1182 13.4961C15.7189 12.4451 16 11.1428 16 10V5C16 3.89543 15.1046 3 14 3H10H6Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.65 7.3C16.4308 7.13561 15.9753 7 15 7V5C16.0247 5 17.0692 5.11439 17.85 5.7C18.7086 6.34398 19 7.34837 19 8.5C19 9.65163 18.7086 10.656 17.85 11.3C17.0692 11.8856 16.0247 12 15 12V10C15.9753 10 16.4308 9.86439 16.65 9.7C16.7914 9.59398 17 9.34837 17 8.5C17 7.65163 16.7914 7.40602 16.65 7.3Z\"/>`,\n\n breakFill: svg`\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 17C2 16.4477 2.44772 16 3 16L15 16C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18L3 18C2.44772 18 2 17.5523 2 17Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 3C14.1046 3 15 3.89543 15 5V5.05176C15.6784 5.12769 16.3238 5.3059 16.8496 5.7002C17.7082 6.34417 18 7.34837 18 8.5C18 9.65163 17.7082 10.6558 16.8496 11.2998C16.2545 11.7461 15.5064 11.9178 14.7305 11.9746C14.5863 12.5071 14.3861 13.0272 14.1182 13.4961C13.5146 14.5523 12.4873 15.5 11 15.5H7C5.51273 15.5 4.48539 14.5523 3.88184 13.4961C3.28123 12.445 3 11.1428 3 10V5C3 3.89497 3.89589 3 5 3H13ZM15 9.92969C15.3262 9.87445 15.5265 9.79314 15.6504 9.7002C15.7918 9.59411 16 9.34806 16 8.5C16 7.65194 15.7918 7.40589 15.6504 7.2998C15.5265 7.20685 15.3263 7.12457 15 7.06934V9.92969Z\"/>`,\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 plane: svg`\n <path d=\"M18.96 9.37002C18.77 8.65001 18.04 8.22002 17.33 8.42002L12.62 9.69002L6.76001 4.18002C6.59001 4.02002 6.35001 3.96002 6.13001 4.02002L4.78001 4.38002L8.45001 10.81L4.04001 12L2.56001 10.83C2.39001 10.7 2.17001 10.65 1.97001 10.71L1.01001 10.97L2.63001 13.8L3.31001 14.99L4.73001 14.61L9.44001 13.34L13.3 12.3L18.01 11.03C18.73 10.82 19.15 10.09 18.96 9.37002Z\"/>\n `,\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 select: svg`\n <path d=\"M3.2 2C2.53726 2 2 2.53726 2 3.2V10.8C2 11.4627 2.53726 12 3.2 12H7.96324L7.75171 10H4V4H14V7.32836L16 8.78345V3.2C16 2.53726 15.4627 2 14.8 2H3.2Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9818 10.7353L12.4879 15.5202L13.3611 14.1976C13.5692 13.8824 13.9136 13.6836 14.2906 13.661L15.8725 13.566L11.9818 10.7353ZM9.80355 9.15567C9.69419 8.12164 10.8621 7.44737 11.7029 8.05909L18.8523 13.2606C19.7627 13.923 19.342 15.3614 18.2182 15.4288L14.8097 15.6334L12.9282 18.483C12.3079 19.4225 10.8519 19.0676 10.7335 17.948L9.80355 9.15567Z\"/>\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 shiftOvernight: svg`<path d=\"M15.9616 11.3052C16.305 11.2111 16.6711 11.325 16.9031 11.5981C17.1351 11.8712 17.1918 12.255 17.0488 12.5849C15.8096 15.5248 12.8365 17.3157 9.69523 17.0145C7.79678 16.853 6.03985 15.9326 4.81249 14.4563C3.58514 12.9801 2.98834 11.0696 3.15391 9.14675C3.4123 6.45015 5.13406 4.12491 7.61713 3.11914C7.94684 2.98017 8.32608 3.04629 8.59096 3.28893C8.85585 3.53158 8.95886 3.90722 8.85548 4.25352C8.13024 6.55308 8.94578 9.06442 10.877 10.4785C12.3451 11.559 14.2336 11.8661 15.9616 11.3052\"/>`,\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 thumbsDown: svg`\n <path d=\"M14.753.6a2.632 2.632 0 0 1 2.64 2.28c.005.04.007.08.007.12v5.25a.91.91 0 0 1-.008.121 2.634 2.634 0 0 1-2.64 2.278v.001h-1.417l-2.762 6.216a.9.9 0 0 1-.823.534 3.15 3.15 0 0 1-3.15-3.15v-2.1H3.255a2.398 2.398 0 0 1-2.39-2.76v-.001l1.036-6.75A2.4 2.4 0 0 1 4.29.6V.6h10.462ZM13.65 8.85h1.119a.832.832 0 0 0 .831-.676V3.076a.833.833 0 0 0-.831-.676h-1.12v6.45Zm-5.25 5.4a1.35 1.35 0 0 0 .814 1.238l2.636-5.93V2.4H4.28a.6.6 0 0 0-.6.51v.001L2.644 9.66a.603.603 0 0 0 .6.691H7.5a.9.9 0 0 1 .9.9v3Z\"/>`,\n\n thumbsUp: svg`\n <path d=\"M9.6 3.75a1.35 1.35 0 0 0-.815-1.238L6.15 8.439V15.6h7.57a.601.601 0 0 0 .6-.51v-.001l1.035-6.75a.6.6 0 0 0-.6-.69H10.5a.9.9 0 0 1-.9-.9V3.75ZM2.4 15a.6.6 0 0 0 .6.6h1.35V9.15H3a.6.6 0 0 0-.6.6V15Zm9-9.15h3.345a2.4 2.4 0 0 1 2.39 2.76v.001l-1.036 6.75a2.4 2.4 0 0 1-2.39 2.038v.001H3A2.401 2.401 0 0 1 .6 15V9.75A2.4 2.4 0 0 1 3 7.35h1.665l2.762-6.216.063-.116A.9.9 0 0 1 8.25.6a3.15 3.15 0 0 1 3.15 3.15v2.1Z\"/>`,\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}",
31481
31765
  "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'."
31482
31766
  },
31483
31767
  {