@swisspost/design-system-styles 9.0.0-next.2 → 9.0.0-next.21

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.
Files changed (321) hide show
  1. package/_svg-icon-map.scss +85 -23
  2. package/basics.css +1 -1
  3. package/basics.scss +2 -6
  4. package/cargo-external.css +7 -0
  5. package/cargo-external.scss +10 -0
  6. package/cargo-internal.css +7 -0
  7. package/cargo-internal.scss +10 -0
  8. package/cargo-tokens-external.css +1 -0
  9. package/cargo-tokens-external.scss +8 -0
  10. package/cargo-tokens-internal.css +1 -0
  11. package/cargo-tokens-internal.scss +8 -0
  12. package/components/_form-check.scss +166 -0
  13. package/components/_index.scss +21 -13
  14. package/components/appstore-badge.css +1 -0
  15. package/components/appstore-badge.scss +18 -0
  16. package/components/avatar.css +1 -0
  17. package/components/avatar.scss +41 -0
  18. package/components/badge.css +1 -1
  19. package/components/badge.scss +8 -2
  20. package/components/banner.css +1 -0
  21. package/components/banner.scss +105 -0
  22. package/components/blockquote.css +1 -0
  23. package/components/blockquote.scss +46 -0
  24. package/components/breadcrumb.css +1 -1
  25. package/components/breadcrumb.scss +4 -24
  26. package/components/breakpoints.css +1 -0
  27. package/components/breakpoints.scss +17 -0
  28. package/components/button-group.css +1 -1
  29. package/components/button-group.scss +7 -6
  30. package/components/button.css +1 -1
  31. package/components/button.scss +41 -228
  32. package/components/card-control.css +1 -1
  33. package/components/card-control.scss +33 -24
  34. package/components/card.css +1 -1
  35. package/components/card.scss +72 -68
  36. package/components/checkbox.css +1 -0
  37. package/components/checkbox.scss +127 -0
  38. package/components/chip.css +1 -1
  39. package/components/chip.scss +9 -8
  40. package/components/close.css +1 -1
  41. package/components/close.scss +0 -2
  42. package/components/datatable.css +1 -3
  43. package/components/datatable.scss +22 -17
  44. package/components/datepicker.css +1 -1
  45. package/components/datepicker.scss +6 -22
  46. package/components/dialog.css +1 -1
  47. package/components/dialog.scss +26 -38
  48. package/components/dropdown.css +1 -1
  49. package/components/dropdown.scss +9 -6
  50. package/components/fonts.css +1 -1
  51. package/components/fonts.scss +7 -45
  52. package/components/form-footer.css +1 -0
  53. package/components/form-footer.scss +18 -0
  54. package/components/form-hint.css +1 -0
  55. package/components/form-hint.scss +15 -0
  56. package/components/form-input.css +1 -0
  57. package/components/form-input.scss +301 -0
  58. package/components/form-range.css +1 -1
  59. package/components/form-range.scss +9 -9
  60. package/components/form-search-input.css +1 -0
  61. package/components/form-search-input.scss +97 -0
  62. package/components/form-select.css +1 -1
  63. package/components/form-select.scss +266 -55
  64. package/components/form-textarea.css +1 -1
  65. package/components/form-textarea.scss +172 -9
  66. package/components/globals/_index.scss +1 -0
  67. package/components/globals/post-footer.css +1 -0
  68. package/components/globals/post-footer.scss +113 -0
  69. package/components/header/_mixins.scss +48 -0
  70. package/components/header/index.css +1 -0
  71. package/components/header/index.scss +131 -0
  72. package/components/icon-button.css +1 -0
  73. package/components/icon-button.scss +19 -0
  74. package/components/icon-close-button.css +1 -0
  75. package/components/icon-close-button.scss +29 -0
  76. package/components/intranet-header/_icon.scss +1 -1
  77. package/components/intranet-header/_index.scss +0 -2
  78. package/components/intranet-header/_language-chooser.scss +3 -2
  79. package/components/intranet-header/_nav-overflow.scss +2 -2
  80. package/components/intranet-header/_scaffolding.scss +1 -1
  81. package/components/intranet-header/_searchbox.scss +1 -1
  82. package/components/intranet-header/_sidebar.scss +11 -11
  83. package/components/intranet-header/_top-navigation.scss +1 -1
  84. package/components/list-check.css +1 -0
  85. package/components/list-check.scss +79 -0
  86. package/components/list-group.css +1 -1
  87. package/components/list-group.scss +72 -127
  88. package/components/modal.css +2 -2
  89. package/components/modal.scss +2 -4
  90. package/components/offcanvas.css +1 -1
  91. package/components/offcanvas.scss +0 -2
  92. package/components/pagination.css +1 -1
  93. package/components/pagination.scss +10 -9
  94. package/components/popover.css +1 -1
  95. package/components/popover.scss +0 -2
  96. package/components/product-card.css +1 -1
  97. package/components/product-card.scss +11 -5
  98. package/components/progress.scss +0 -2
  99. package/components/radio-button.css +1 -0
  100. package/components/radio-button.scss +125 -0
  101. package/components/segmented-button.css +3 -0
  102. package/components/segmented-button.scss +207 -0
  103. package/components/skiplinks.css +1 -0
  104. package/components/skiplinks.scss +20 -0
  105. package/components/spinner.scss +0 -1
  106. package/components/stepper.css +1 -1
  107. package/components/stepper.scss +40 -33
  108. package/components/subnavigation.css +1 -1
  109. package/components/subnavigation.scss +17 -14
  110. package/components/switch.css +1 -0
  111. package/components/switch.scss +212 -0
  112. package/components/tables.css +1 -1
  113. package/components/tables.scss +0 -1
  114. package/components/tabs/_tab-title.scss +16 -55
  115. package/components/tabs/_tabs-wrapper.scss +3 -13
  116. package/components/tabs/index.css +1 -1
  117. package/components/tabs/index.scss +0 -2
  118. package/components/tag.css +1 -1
  119. package/components/tag.scss +1 -2
  120. package/components/teaser.css +1 -0
  121. package/components/teaser.scss +83 -0
  122. package/components/text-highlight.css +1 -1
  123. package/components/timepicker.css +1 -1
  124. package/components/timepicker.scss +13 -16
  125. package/components/toast.css +1 -1
  126. package/components/toast.scss +19 -16
  127. package/components/tooltip.css +1 -1
  128. package/components/tooltip.scss +0 -2
  129. package/components/transitions.scss +0 -2
  130. package/components/validation.css +1 -0
  131. package/components/validation.scss +120 -0
  132. package/elements/_index.scss +7 -1
  133. package/elements/anchor.css +1 -0
  134. package/elements/anchor.scss +33 -0
  135. package/elements/body.css +1 -1
  136. package/elements/body.scss +5 -1
  137. package/elements/fieldset-legend.css +1 -1
  138. package/elements/fieldset-legend.scss +7 -3
  139. package/elements/heading.css +1 -1
  140. package/elements/heading.scss +10 -12
  141. package/elements/list-bullet.css +1 -0
  142. package/elements/list-bullet.scss +43 -0
  143. package/elements/list-description.css +1 -0
  144. package/elements/list-description.scss +5 -0
  145. package/elements/list-number.css +1 -0
  146. package/elements/list-number.scss +33 -0
  147. package/elements/paragraph.css +1 -0
  148. package/elements/paragraph.scss +17 -0
  149. package/elements/reset.css +1 -1
  150. package/elements/reset.scss +16 -7
  151. package/elements.css +1 -0
  152. package/elements.scss +1 -0
  153. package/fonts.css +1 -1
  154. package/functions/_breakpoint.scss +26 -0
  155. package/functions/_forms.scss +46 -3
  156. package/functions/_icons.scss +2 -14
  157. package/helpers/_index.scss +4 -0
  158. package/helpers/clearfix.css +1 -0
  159. package/helpers/clearfix.scss +5 -0
  160. package/helpers/focus-ring.css +1 -0
  161. package/helpers/focus-ring.scss +5 -0
  162. package/helpers/text-truncation.css +1 -0
  163. package/helpers/text-truncation.scss +5 -0
  164. package/helpers/visually-hidden.css +1 -0
  165. package/helpers/visually-hidden.scss +5 -0
  166. package/index.css +3 -3
  167. package/index.scss +2 -5
  168. package/intranet.css +3 -3
  169. package/intranet.scss +2 -2
  170. package/layout/_containers.scss +32 -0
  171. package/layout/_section.scss +133 -0
  172. package/layout/grid/_index.scss +11 -0
  173. package/layout/grid/_mixins.scss +104 -0
  174. package/layout/grid/_variables.scss +2 -0
  175. package/layout/index.css +1 -0
  176. package/layout/index.scss +3 -0
  177. package/mixins/_button.scss +19 -15
  178. package/mixins/_form-checks.scss +1 -1
  179. package/mixins/_forms.scss +42 -33
  180. package/mixins/_icon-button.scss +27 -0
  181. package/mixins/_icons.scss +22 -32
  182. package/mixins/_index.scss +3 -2
  183. package/mixins/_layout.scss +26 -0
  184. package/mixins/_list.scss +112 -0
  185. package/mixins/_media.scss +58 -2
  186. package/mixins/_notification.scss +59 -53
  187. package/mixins/_utilities.scss +46 -25
  188. package/package.json +16 -16
  189. package/palettes/_mixins.scss +74 -0
  190. package/palettes/_utilities.scss +3 -0
  191. package/palettes/_variables.scss +2 -0
  192. package/palettes/cargo-palettes.css +1 -0
  193. package/palettes/cargo-palettes.scss +3 -0
  194. package/palettes/post-palettes.css +1 -0
  195. package/palettes/post-palettes.scss +3 -0
  196. package/placeholders/_button.scss +3 -6
  197. package/placeholders/_close.scss +2 -5
  198. package/placeholders/_schemes.scss +10 -0
  199. package/post-external.css +3 -3
  200. package/post-external.scss +7 -1
  201. package/post-internal.css +3 -3
  202. package/post-internal.scss +7 -1
  203. package/post-tokens-external.css +1 -1
  204. package/post-tokens-external.scss +1 -1
  205. package/post-tokens-internal.css +1 -1
  206. package/post-tokens-internal.scss +1 -1
  207. package/themes/bootstrap/_core.scss +0 -2
  208. package/themes/bootstrap/_forms.scss +0 -4
  209. package/themes/bootstrap/_overrides-variables.scss +0 -6
  210. package/themes/bootstrap/_utilities.scss +45 -1
  211. package/tokens/_cargo-theme.scss +8 -0
  212. package/tokens/_helpers.scss +1 -0
  213. package/tokens/_palettes.scss +9 -0
  214. package/tokens/_schemes.scss +11 -0
  215. package/tokens/_utilities_formatted.scss +1 -0
  216. package/tokens/temp/_channel.scss +4 -3
  217. package/tokens/temp/_components.scss +594 -503
  218. package/tokens/temp/_core.scss +49 -37
  219. package/tokens/temp/_device.scss +210 -239
  220. package/tokens/temp/_elements.scss +11 -11
  221. package/tokens/temp/_helpers.scss +13 -0
  222. package/tokens/temp/_index.scss +6 -4
  223. package/tokens/temp/_palettes.scss +19 -0
  224. package/tokens/temp/_scheme.scss +334 -0
  225. package/tokens/temp/_theme.scss +28 -9
  226. package/tokens/temp/_utilities-formatted.scss +128 -0
  227. package/tokens/temp/_utilities.scss +34 -58
  228. package/tokens/temp/palettes/_cargo-dark.scss +19 -0
  229. package/tokens/temp/palettes/_cargo-light.scss +19 -0
  230. package/tokens/temp/palettes/_post-dark.scss +19 -0
  231. package/tokens/temp/palettes/_post-light.scss +19 -0
  232. package/utilities/_not-defined.scss +44 -0
  233. package/utilities/_variables.scss +304 -22
  234. package/utilities/index.css +1 -0
  235. package/utilities/{_index.scss → index.scss} +1 -2
  236. package/variables/_animation.scss +10 -6
  237. package/variables/_breakpoints.scss +9 -5
  238. package/variables/_color.scss +0 -61
  239. package/variables/_commons.scss +1 -0
  240. package/variables/_elevation.scss +16 -22
  241. package/variables/_grid.scss +2 -12
  242. package/variables/_icons.scss +19 -696
  243. package/variables/_index.scss +1 -1
  244. package/variables/_sizing.scss +17 -0
  245. package/variables/_spacing.scss +0 -152
  246. package/variables/_type.scss +17 -27
  247. package/variables/components/_accordion.scss +0 -47
  248. package/variables/components/_badge.scss +9 -5
  249. package/variables/components/_button.scss +61 -113
  250. package/variables/components/_card.scss +7 -4
  251. package/variables/components/_chip.scss +13 -7
  252. package/variables/components/_close.scss +14 -8
  253. package/variables/components/_code.scss +1 -1
  254. package/variables/components/_datatable.scss +12 -8
  255. package/variables/components/_dropdowns.scss +1 -1
  256. package/variables/components/_form-check.scss +9 -46
  257. package/variables/components/_forms.scss +8 -101
  258. package/variables/components/_index.scss +0 -5
  259. package/variables/components/_modal.scss +17 -12
  260. package/variables/components/_nav.scss +3 -3
  261. package/variables/components/_navbar.scss +7 -4
  262. package/variables/components/_notification.scss +48 -37
  263. package/variables/components/_pagination.scss +14 -6
  264. package/variables/components/_spinners.scss +7 -2
  265. package/variables/components/_stepper.scss +15 -10
  266. package/variables/components/_subnavigation.scss +11 -9
  267. package/variables/components/_tables.scss +11 -6
  268. package/variables/components/_tag.scss +10 -7
  269. package/components/accordion.css +0 -1
  270. package/components/accordion.scss +0 -100
  271. package/components/alert.css +0 -1
  272. package/components/alert.scss +0 -137
  273. package/components/carousel.css +0 -1
  274. package/components/carousel.scss +0 -178
  275. package/components/elevation.css +0 -1
  276. package/components/elevation.scss +0 -8
  277. package/components/floating-label.css +0 -1
  278. package/components/floating-label.scss +0 -353
  279. package/components/form-check.css +0 -1
  280. package/components/form-check.scss +0 -297
  281. package/components/form-validation.css +0 -1
  282. package/components/form-validation.scss +0 -148
  283. package/components/forms.css +0 -1
  284. package/components/forms.scss +0 -215
  285. package/components/grid.css +0 -1
  286. package/components/grid.scss +0 -170
  287. package/components/icons.css +0 -1
  288. package/components/icons.scss +0 -60
  289. package/components/sizing.css +0 -1
  290. package/components/sizing.scss +0 -85
  291. package/components/topic-teaser.css +0 -1
  292. package/components/topic-teaser.scss +0 -196
  293. package/layouts/portal/_grid.scss +0 -85
  294. package/layouts/portal/_index.scss +0 -2
  295. package/layouts/portal/_subnavigation.scss +0 -5
  296. package/layouts/portal/_variables.scss +0 -8
  297. package/mixins/_accordion.scss +0 -16
  298. package/mixins/_elevation.scss +0 -6
  299. package/mixins/_focus.scss +0 -9
  300. package/mixins/_form-validation.scss +0 -5
  301. package/mixins/_size.scss +0 -65
  302. package/placeholders/_modes.scss +0 -10
  303. package/themes/bootstrap/_carousel.scss +0 -2
  304. package/themes/bootstrap/_containers.scss +0 -2
  305. package/themes/bootstrap/_grid.scss +0 -2
  306. package/themes/bootstrap/_overrides-mixins.scss +0 -33
  307. package/themes/bootstrap/forms/_floating-labels.scss +0 -2
  308. package/themes/bootstrap/forms/_form-control.scss +0 -2
  309. package/themes/bootstrap/forms/_form-select.scss +0 -2
  310. package/themes/bootstrap/forms/_form-text.scss +0 -2
  311. package/tokens/_modes.scss +0 -11
  312. package/tokens/temp/_mode.scss +0 -299
  313. package/utilities/_functions.scss +0 -35
  314. package/utilities/temp/_legacy.scss +0 -95
  315. package/variables/_options.scss +0 -5
  316. package/variables/components/_carousel.scss +0 -27
  317. package/variables/components/_figures.scss +0 -6
  318. package/variables/components/_form-select.scss +0 -13
  319. package/variables/components/_form-validation.scss +0 -38
  320. package/variables/components/_list-group.scss +0 -29
  321. package/variables/components/_topic-teaser.scss +0 -32
@@ -3,715 +3,38 @@
3
3
  @use '../variables/color';
4
4
  @use '../functions/color' as color-fn;
5
5
 
6
- @import './../svg-icon-map';
6
+ @forward './../svg-icon-map';
7
7
 
8
- $svg-pre-path: "data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='";
9
- $svg-post-path: "'%3E%3C/path%3E%3C/svg%3E";
10
-
11
- $svg-pre-colored-icon-map: () !default;
12
-
13
- $svg-pi-success-name: 'success';
14
- $svg-pi-success-path: "'%3E%3C/path%3E%3Ccircle fill='" + color-fn.encode-uri-color(color.$success) +
15
- "' cx='15.9' cy='16.2' r='10.9'/%3E%3Cpolygon fill='%23FFFFFF' points='21.2,11.2 22.2,12.3 14.4,20.1 10.2,15.9 11.3,14.9 14.4,18 '/%3E%3Cpath d='";
16
- $svg-pre-colored-icon-map: map.merge(
17
- (
18
- $svg-pi-success-name: $svg-pi-success-path,
19
- ),
20
- $svg-pre-colored-icon-map
21
- );
22
-
23
- $svg-pi-warn-name: 'warn';
24
- $svg-pi-warn-path: "M0,29.5h32L16,1.9L0,29.5z' fill='%23FFCC00' /%3E%3Cpath fill='%23000' d='M16,1.9L0,29.5h32L16,1.9z M16,3.8c0.8,1.3,13.6,23.5,14.3,24.8c-1.6,0-27.2,0-28.6,0C2.5,27.3,15.3,5.1,16,3.8z M14.7,21.4 l-0.4-11h3.5l-0.4,11H14.7z M14.5,22.9h3.1V26h-3.1V22.9z";
25
- $svg-pre-colored-icon-map: map.merge(
26
- (
27
- $svg-pi-warn-name: $svg-pi-warn-path,
28
- ),
29
- $svg-pre-colored-icon-map
30
- );
31
-
32
- $svg-pi-info-name: 'info';
33
- $svg-pi-info-path: "M32,32H0V0h32V32z' fill-rule='evenodd' clip-rule='evenodd' fill='none'/%3E%3Crect x='15.2' y='9.5' fill-rule='evenodd' clip-rule='evenodd' fill='%23333333' width='1.4' height='1.4'/%3E%3Cpolygon fill-rule='evenodd' clip-rule='evenodd' fill='%23333333' points='16.7,21.1 16.7,13.8 16.7,12.4 15.2,12.4 14.1,12.4 14.1,13.8 15.2,13.8 15.2,21.1 14.1,21.1 14.1,22.5 15.2,22.5 16.7,22.5 17.8,22.5 17.8,21.1'/%3E%3Cpath fill='%23E5E5E5' d='M16,5c6.1,0,11,4.9,11,11S22,27,16,27S5,22.1,5,16S9.9,5,16,5 M16,3C8.8,3,3,8.8,3,16s5.8,13,13,13 s13-5.8,13-13S23.1,3,16,3L16,3z";
34
- $svg-pre-colored-icon-map: map.merge(
35
- (
36
- $svg-pi-info-name: $svg-pi-info-path,
37
- ),
38
- $svg-pre-colored-icon-map
39
- );
40
-
41
- $svg-pi-error-black-name: 'error-black';
42
- $svg-pi-error-black-path: 'M15.9 5.3a10.9 10.9 0 100 21.8 10.9 10.9 0 000-21.8zm1.2 15.83h-2.2v-2.2h2.2v2.2zm-.22-3.21h-1.79l-.3-7.74h2.42l-.33 7.74z';
43
- $svg-pre-colored-icon-map: map.merge(
44
- (
45
- $svg-pi-error-black-name: $svg-pi-error-black-path,
46
- ),
47
- $svg-pre-colored-icon-map
48
- );
49
-
50
- $svg-pi-error-red-name: 'error-red';
51
- $svg-pi-error-red-path: "M15.9 5.3a10.9 10.9 0 100 21.8 10.9 10.9 0 000-21.8z' fill='%23a51728'/%3E%3Cpath fill='%23fff' d='M14.9 18.94h2.2v2.2h-2.2zM16.88 17.92l.33-7.74h-2.42l.3 7.74z";
52
- $svg-pre-colored-icon-map: map.merge(
53
- (
54
- $svg-pi-error-red-name: $svg-pi-error-red-path,
55
- ),
56
- $svg-pre-colored-icon-map
57
- );
58
-
59
- $svg-icon-map: () !default;
60
-
61
- // Post-Icons
62
8
  $icon-size-default: 1.5rem !default;
63
9
 
64
- $icon-sizes: (
65
- 'small': 1rem,
66
- '2x': 3rem,
67
- '3x': 4.5rem,
68
- '4x': 6rem,
69
- ) !default;
70
-
71
- $icon-border-width: forms.$input-border-width !default;
72
-
73
- // Unofficial icons (deprecated?)
74
- $svg-unofficial-icon-map: () !default;
75
-
76
- $svg-pi-1041-name: '1041'; // Videostamp
77
- $svg-pi-1041-path: "M14.667 9.333c-4.4 0-8 3.6-8 8s3.6 8 8 8c4.4 0 8-3.6 8-8s-3.6-8-8-8zM14.667 24c-3.733 0-6.667-2.933-6.667-6.667s2.933-6.667 6.667-6.667c3.733 0 6.667 2.933 6.667 6.667s-2.933 6.667-6.667 6.667z'%3E%3C/path%3E %3Cpath d='M12 21.867l7.867-4.533-7.867-4.533v9.067zM13.333 15.067l3.867 2.267-3.867 2.267v-4.533z'%3E%3C/path%3E %3Cpath d='M27.733 10l2.933-0.8v-4.4l-0.533-0.133c-1.333-0.4-2.533-1.467-2.8-2.8l-0.133-0.533h-4.4l-0.8 2.933c-0.133 0.667-0.667 1.067-1.333 1.067s-1.2-0.4-1.333-1.067l-0.8-2.933h-5.067l-0.8 2.933c-0.133 0.667-0.667 1.067-1.333 1.067s-1.2-0.4-1.333-1.067l-0.8-2.933h-5.067l-0.8 2.933c-0.133 0.667-0.667 1.067-1.333 1.067v1.333c1.2 0 2.267-0.8 2.667-2l0.533-2h2.933l0.533 2c0.4 1.2 1.467 2 2.667 2s2.267-0.8 2.667-2l0.533-2h2.933l0.533 2c0.267 1.2 1.467 2 2.667 2s2.267-0.8 2.667-2l0.533-2h2.4c0.4 1.467 1.6 2.667 3.067 3.2v2.4l-2 0.533c-1.2 0.267-2 1.467-2 2.667s0.8 2.267 2 2.667l2 0.533v2.933l-2 0.533c-1.2 0.267-2 1.467-2 2.667s0.8 2.267 2 2.667l2 0.533v2.933l-2 0.533c-1.2 0.267-2 1.467-2 2.667h1.333c0-0.667 0.4-1.2 1.067-1.333l2.933-0.8v-5.067l-2.933-0.8c-0.667-0.133-1.067-0.667-1.067-1.333s0.4-1.2 1.067-1.333l2.933-0.8v-5.067l-2.933-0.8c-0.667-0.267-1.067-0.8-1.067-1.467s0.4-1.2 1.067-1.333z";
78
- $svg-unofficial-icon-map: map.merge(
79
- (
80
- $svg-pi-1041-name: $svg-pi-1041-path,
81
- ),
82
- $svg-unofficial-icon-map
83
- );
84
-
85
- $svg-pi-8003-name: '8003'; // Google plus (altes Icon) // DEPRECATED
86
- $svg-pi-8003-path: 'M19.6 0.667h-8c-1.067 0-2.267 0.133-3.467 0.4s-2.4 0.933-3.6 1.867c-1.733 1.6-2.533 3.467-2.533 5.467 0 1.6 0.533 3.067 1.733 4.4 1.067 1.333 2.8 2 4.933 2 0.4 0 0.8 0 1.333-0.133-0.133 0.267-0.133 0.4-0.267 0.667s-0.133 0.533-0.133 0.933c0 0.533 0.133 1.067 0.4 1.6 0.267 0.4 0.533 0.8 0.8 1.2-0.933 0-2.133 0.133-3.6 0.4s-2.8 0.8-4.133 1.467c-1.2 0.667-2 1.467-2.4 2.4s-0.667 1.733-0.667 2.533c0 1.6 0.667 2.933 2.133 4 1.333 1.2 3.467 1.733 6.4 1.867 3.333 0 6-0.8 7.733-2.4 1.733-1.467 2.533-3.2 2.533-5.2 0-1.333-0.4-2.533-0.933-3.333-0.667-0.8-1.333-1.6-2.267-2.267l-1.333-1.067c-0.133-0.133-0.4-0.4-0.667-0.667s-0.4-0.667-0.4-1.067c0-0.4 0.133-0.8 0.4-1.2 0.267-0.267 0.4-0.667 0.667-0.8 0.4-0.4 0.8-0.667 1.2-1.067s0.667-0.8 0.933-1.2c0.667-0.933 0.933-2 0.933-3.467 0-0.8-0.133-1.467-0.267-2.133-0.267-0.533-0.4-1.067-0.8-1.6-0.267-0.4-0.533-0.8-0.933-1.2-0.267-0.267-0.667-0.533-0.8-0.667h2.533l2.533-1.733zM15.2 22.8c0.667 0.8 1.067 1.6 1.067 2.667 0 1.333-0.533 2.267-1.467 3.067-1.067 0.8-2.4 1.2-4.4 1.333-2.133 0-3.733-0.533-5.067-1.467s-1.867-2.133-1.867-3.467c0-0.667 0.133-1.333 0.4-1.867s0.533-0.933 0.933-1.2c0.4-0.267 0.8-0.533 1.2-0.667s0.667-0.267 0.933-0.4c0.933-0.267 1.733-0.4 2.533-0.533s1.333-0.133 1.6-0.133c0.4 0 0.667 0 0.933 0 1.467 1.067 2.533 2 3.2 2.667zM13.867 10.933c0 0.533-0.267 1.067-0.667 1.467-0.667 0.667-1.6 1.067-2.667 1.2-0.8 0-1.6-0.267-2.267-0.8-0.533-0.533-1.067-1.067-1.6-1.867-0.8-1.6-1.333-3.067-1.333-4.533 0-1.067 0.267-2.133 0.933-3.067 0.667-0.8 1.6-1.333 2.8-1.333 0.8 0 1.6 0.267 2.133 0.8 0.667 0.533 1.067 1.067 1.467 1.867 0.8 1.6 1.2 3.2 1.2 4.8 0.133 0.4 0.133 0.8 0 1.467zM27.733 13.467v-4.267h-2.133v4.267h-4.267v2.133h4.267v4.267h2.133v-4.267h4.267v-2.133h-4.267z';
87
- $svg-unofficial-icon-map: map.merge(
88
- (
89
- $svg-pi-8003-name: $svg-pi-8003-path,
90
- ),
91
- $svg-unofficial-icon-map
92
- );
93
-
94
- $svg-pi-9900-name: '9900'; // Anlageprodukte
95
- $svg-pi-9900-path: 'M0,26.7h26.7V8H0V26.7z M1.3,9.3h24v16h-24C1.3,25.3,1.3,9.3,1.3,9.3z M4.3,14.7c-1.3,0-2.4,1.1-2.4,2.4s1.1,2.4,2.4,2.4 s2.4-1.2,2.4-2.4C6.7,15.9,5.6,14.7,4.3,14.7z M4.3,18c-0.5,0-1.1-0.4-1.1-1.1c0-0.5,0.4-1.1,1.1-1.1s1.1,0.5,1.1,1.2 C5.3,17.6,4.9,18,4.3,18z M22.4,14.7c-1.3,0-2.4,1.1-2.4,2.4s1.1,2.4,2.4,2.4s2.4-1.1,2.4-2.4C24.8,15.7,23.6,14.7,22.4,14.7z M22.4,18c-0.5,0-1.1-0.4-1.1-1.1c0-0.5,0.4-1.1,1.1-1.1s1.1,0.4,1.1,1.1C23.3,17.6,22.9,18,22.4,18z M13.3,11.3c-3.3,0-6,2.7-6,6 s2.7,6,6,6s6-2.7,6-6S16.7,11.3,13.3,11.3z M13.3,22c-2.5,0-4.7-2.1-4.7-4.7s2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7S15.9,22,13.3,22z M2,6.7h26v18h1.3V5.3H2V6.7z M4.7,2.7V4h26v18H32V2.7H4.7z M10.7,14.7H12V16h-1.3V14.7z M10.7,16.7H12V18h-1.3V16.7z M10.7,18.7H12 V20h-1.3V18.7z M12.7,14.7H16V16h-3.3V14.7z M12.7,16.7H16V18h-3.3V16.7z M12.7,18.7H16V20h-3.3V18.7z';
96
- $svg-unofficial-icon-map: map.merge(
97
- (
98
- $svg-pi-9900-name: $svg-pi-9900-path,
99
- ),
100
- $svg-unofficial-icon-map
101
- );
102
-
103
- $svg-pi-9901-name: '9901'; // EFinance
104
- $svg-pi-9901-path: 'M12.4,26.8c-0.9,0-1.7,0.8-1.7,1.7c0,0.9,0.8,1.7,1.7,1.7s1.7-0.8,1.7-1.7C14.1,27.6,13.3,26.8,12.4,26.8zM12.4,28.9c-0.3,0-0.4-0.1-0.4-0.4s0.1-0.4,0.4-0.4s0.4,0.1,0.4,0.4S12.5,28.9,12.4,28.9z M10.9,6.8h3.5V8h-3.5V6.8z M6.9,16.5h5.7 v-4.7H6.9V16.5z M8.3,13.2h3.1v1.9H8.3V13.2z M28.3,0.7h-9.6c-0.8,0-1.3,0.7-1.3,1.5v2.3H4.7c-1.5,0-2.3,0.9-2.3,2.1v23.7 c0,1.1,0.9,1.7,2.3,1.7h16.1c1.5,0,2.3-0.5,2.3-1.7v-9.6h5.3c0.8,0,1.3-0.4,1.3-1.2V2.1C29.6,1.3,29.2,0.7,28.3,0.7z M18.7,20.7h0.7 V25H6V11h11.3v8.5C17.3,20.3,17.9,20.7,18.7,20.7z M21.6,30.3c0,0.3-0.3,0.4-0.9,0.4h-16c-0.7,0-0.9-0.1-0.9-0.4V6.5 c0-0.5,0.5-0.7,0.9-0.7h12.7v3.9H4.7v16.7h16.1v-5.6h0.9L21.6,30.3C21.7,30.3,21.6,30.3,21.6,30.3z M28.3,19.3L28.3,19.3h-9.6l0,0 V2.1c0-0.1,0-0.1,0-0.1l0,0h9.6l0,0v0.1V19.3z M19.7,16.5h7.7V4.4h-7.7V16.5z M21.1,5.7h5.1v9.5h-5.1V5.7z M22.3,2.5h2.5v0.8h-2.5 V2.5z M23.3,17.3c0.4,0,0.8,0.4,0.8,0.8s-0.4,0.8-0.8,0.8s-0.8-0.4-0.8-0.8S22.9,17.3,23.3,17.3z';
105
- $svg-unofficial-icon-map: map.merge(
106
- (
107
- $svg-pi-9901-name: $svg-pi-9901-path,
108
- ),
109
- $svg-unofficial-icon-map
110
- );
111
-
112
- $svg-pi-9902-name: '9902'; // Hypotheken
113
- $svg-pi-9902-path: 'M26.7,29.3H24v-8h-6.7v8h-12v-16H4v17.3h13.3H24h4V13.3h-1.3V29.3z M18.7,29.3v-6.7h4v6.7H18.7z M16,3.9L1.1,12.1l0.5,1.1 L16,5.5l14.4,7.7l0.5-1.1L16,3.9z M6,4.7h2v2h1.3V3.3H4.7v5.4H6V4.7z M8,13.3V20h6.7v-6.7H8z M13.3,18.7h-4v-4h4V18.7z';
114
- $svg-unofficial-icon-map: map.merge(
115
- (
116
- $svg-pi-9902-name: $svg-pi-9902-path,
117
- ),
118
- $svg-unofficial-icon-map
119
- );
120
-
121
- $svg-pi-9903-name: '9903'; // Kontoeröffnung
122
- $svg-pi-9903-path: 'M16.1,15.4c3.6,0,6.4-3.5,6.4-7.7c0-4.2-2.9-7.7-6.4-7.7c-3.6,0.1-6.4,3.6-6.4,7.8S12.5,15.4,16.1,15.4z M21.1,6.2 c-0.3-0.1-0.5-0.3-0.8-0.5C19.7,5,19.5,4,19.5,3.1C20.3,4,20.8,5,21.1,6.2z M16.1,1.5c0.8,0,1.5,0.3,2.1,0.5c0,0.1,0,0.4,0,0.7 C18.1,4,17.5,5,16.7,5.5C14.8,6.8,12,6,11.2,5.8C12,3.2,13.9,1.5,16.1,1.5z M11.1,7c1.2,0.4,4.3,1.1,6.4-0.4 c0.5-0.4,0.8-0.8,1.2-1.2c0.1,0.4,0.4,0.8,0.7,1.2c0.5,0.5,1.2,0.9,1.9,1.1v0.1c0,3.5-2.3,6.4-5.1,6.4s-5.1-2.8-5.1-6.4 C11.1,7.6,11.1,7.3,11.1,7z M13,11.2l1.1-0.7c0.6,0.8,1.1,1.2,1.9,1.2s1.6-0.4,2-1.2l1.2,0.6c-0.7,1.2-1.9,1.9-3.1,1.9 C14.9,13,13.7,12.3,13,11.2z M24.8,17.5c-0.3,0-0.4,0-0.7,0c-0.9-1.2-2.1-2.1-3.5-2.8L20,15.9c0.9,0.5,1.9,1.1,2.5,1.9 c-2.9,0.9-5.1,3.7-5.1,6.9c0,1.2,0.3,2.3,0.8,3.2H6.7v-3.5c0-3.6,2.1-6.9,5.3-8.5l-0.5-1.2c-3.7,1.9-6.1,5.7-6.1,9.8v4.8h13.7 c1.3,1.6,3.3,2.7,5.6,2.7c4,0,7.2-3.2,7.2-7.2S28.8,17.5,24.8,17.5z M24.8,30.7c-3.3,0-5.9-2.7-5.9-5.8c0-3.1,2.7-5.8,5.9-5.8 s5.9,2.7,5.9,5.8C30.7,28,28,30.7,24.8,30.7z M20.2,24.7c0,1,0.6,1.6,1.6,1.6c0.3,0,0.6-0.1,0.9-0.2v0.4c-0.2,0.1-0.6,0.2-1.1,0.2 c-1.1,0-2-0.7-2-2s0.9-2.1,2.1-2.1c0.5,0,0.8,0.1,1,0.2l-0.1,0.4C22.4,23,22.1,23,21.8,23C20.9,23,20.2,23.6,20.2,24.7z M25.9,22.6 h0.5v4h-0.5v-1.9h-2v1.9h-0.5v-4h0.5v1.7h2V22.6z M27.8,23v1.3h1.5v0.4h-1.5v1.8h-0.5v-3.9h2.2V23H27.8z';
123
- $svg-unofficial-icon-map: map.merge(
124
- (
125
- $svg-pi-9903-name: $svg-pi-9903-path,
126
- ),
127
- $svg-unofficial-icon-map
128
- );
129
-
130
- $svg-pi-9904-name: '9904'; // Kredit-/Debitkarten
131
- $svg-pi-9904-path: 'M16.1,15.4c3.6,0,6.4-3.5,6.4-7.7S19.6,0,16.1,0c-3.6,0.1-6.4,3.6-6.4,7.8C9.7,12,12.5,15.4,16.1,15.4z M21.1,6.2 c-0.3-0.1-0.5-0.3-0.8-0.5C19.7,5,19.5,4,19.5,3.1C20.3,4,20.8,5,21.1,6.2z M16.1,1.5c0.8,0,1.5,0.3,2.1,0.5c0,0.1,0,0.4,0,0.7 C18.1,4,17.5,5,16.7,5.5C14.8,6.8,12,6,11.2,5.8C12,3.2,13.9,1.5,16.1,1.5z M11.1,7c1.2,0.4,4.3,1.1,6.4-0.4 c0.5-0.4,0.8-0.8,1.2-1.2c0.1,0.4,0.4,0.8,0.7,1.2c0.5,0.5,1.2,0.9,1.9,1.1v0.1c0,3.5-2.3,6.4-5.1,6.4s-5.1-2.8-5.1-6.4 C11.1,7.6,11.1,7.3,11.1,7z M16.1,13c1.2,0,2.4-0.7,3.1-1.9L18,10.5c-0.4,0.8-1.2,1.2-2,1.2c-0.8,0-1.3-0.4-1.9-1.2L13,11.2 C13.7,12.3,14.9,13,16.1,13z M30.7,21.8h-4.4c-0.8-3.1-2.8-5.6-5.7-6.9l-0.6,1c2.4,1.2,4.1,3.3,4.9,5.8h-6.3c-0.7,0-1.3,0.5-1.3,1.3 v1v3.7V28H6.7v-3.5c0-3.6,2.1-6.9,5.3-8.5l-0.5-1.2c-3.7,1.7-6.1,5.6-6.1,9.7v4.8h12v1.3c0,0.7,0.5,1.3,1.3,1.3h12 c0.7,0,1.3-0.5,1.3-1.3v-3.1V24v-0.9C32,22.3,31.5,21.8,30.7,21.8z M30.7,30.7h-12v-3.1h12V30.7z M18.7,26.3v-0.9h12v1.1h-12V26.3z M18.7,24v-0.9h12V24H18.7z M19.6,28.4h5.9v1.3h-5.9V28.4z';
132
- $svg-unofficial-icon-map: map.merge(
133
- (
134
- $svg-pi-9904-name: $svg-pi-9904-path,
135
- ),
136
- $svg-unofficial-icon-map
137
- );
138
-
139
- $svg-pi-9905-name: '9905'; // Publibike
140
- $svg-pi-9905-path: 'M26,14.7c-0.9,0-1.7,0.3-2.5,0.5l-4.8-7.9c-0.5-0.7-1.2-0.7-2.4-0.7H16c-0.4,0-0.7,0.3-0.7,0.7S15.6,8,16,8h0.3 c1.1,0,1.1,0,1.2,0.1l2.4,3.9l-3.6,6.7c-0.1,0-0.1,0-0.3,0c-0.1,0-0.1,0-0.3,0L9.2,8h1.5c0.4,0,0.7-0.3,0.7-0.7s-0.3-0.7-0.7-0.7h-4 C6.3,6.7,6,6.9,6,7.3S6.3,8,6.7,8h0.9l2.4,3.9l-1.7,3.2c-0.7-0.3-1.5-0.4-2.3-0.4c-3.3,0-6,2.7-6,6s2.7,6,6,6c3.1,0,5.6-2.4,5.9-5.3 H14c0.3,0.8,1.1,1.3,1.9,1.3c1.1,0,2-0.9,2-2c0-0.5-0.3-1.1-0.5-1.3l3.2-5.9l1.6,2.7c-1.3,1.1-2.3,2.8-2.3,4.7c0,3.3,2.7,6,6,6 s6-2.7,6-6S29.3,14.7,26,14.7z M10.8,13.2l3.7,6.1c-0.1,0.1-0.3,0.4-0.4,0.7h-2.3c-0.1-1.7-1.2-3.3-2.5-4.3L10.8,13.2z M10.5,20H7.1 l1.6-3.1C9.7,17.6,10.4,18.8,10.5,20z M6,25.3c-2.5,0-4.7-2.1-4.7-4.7S3.5,16,6,16c0.5,0,1.1,0.1,1.6,0.3l-2.1,4 c-0.1,0.3-0.1,0.4,0,0.7s0.3,0.4,0.5,0.4h4.5C10.3,23.6,8.4,25.3,6,25.3z M16,21.3c-0.4,0-0.7-0.3-0.7-0.7S15.6,20,16,20 s0.7,0.3,0.7,0.7S16.4,21.3,16,21.3z M26,25.3c-2.5,0-4.7-2.1-4.7-4.7c0-1.5,0.7-2.7,1.7-3.6l2.4,3.9c0.1,0.3,0.4,0.3,0.5,0.3 s0.3,0,0.4-0.1c0.3-0.1,0.4-0.7,0.3-0.9l-2.4-3.9c0.5-0.3,1.2-0.4,1.9-0.4c2.5,0,4.7,2.1,4.7,4.7C30.7,23.2,28.5,25.3,26,25.3z M23.3,12.1c0.3,0.3,0.5,0.5,0.9,0.5h2.7c0.7,0,1.2-0.5,1.2-1.2V8.5c0-0.7-0.5-1.2-1.2-1.2h-4.7c-0.4,0-0.8,0.3-1.1,0.7 s-0.1,0.8,0,1.2L23.3,12.1z M26.7,8.7v2.7h-2.3l-1.7-2.7H26.7z';
141
- $svg-unofficial-icon-map: map.merge(
142
- (
143
- $svg-pi-9905-name: $svg-pi-9905-path,
144
- ),
145
- $svg-unofficial-icon-map
146
- );
147
-
148
- $svg-pi-9906-name: '9906'; // Twint
149
- $svg-pi-9906-path: 'M23.2,12.9c-0.4-0.3-0.8-0.3-1.2-0.3s-0.9,0.1-1.3,0.4c0-2.4-2-4.3-4.3-4.3c-0.4,0-0.8,0-1.2,0.1l-2.1-0.3 c-0.3,0-0.4,0-0.7,0c-2.9,0-4.7,1.7-4.7,4.8v0.4L8,14.3l5.3,8.1l1.2,1.7l1.1-1.9l1.1-1.7l1.2,1.7l1.2,1.7l1.1-1.7l4-6.4 C24.5,14.9,24.3,13.6,23.2,12.9z M22.8,15.2l-4,6.4l-2.3-3.5l-2.1,3.5l-5.3-8.1c0-1.6,0.4-3.5,3.3-3.5c0.1,0,0.4,0,0.5,0l-1.3,1.7 c-0.7,0-0.7,0.5-0.7,1.2l3.6,5.3l1.1-1.9l-2-2.9v-0.4c0-1.6,1.3-2.9,2.9-2.9s2.9,1.3,2.9,2.9v0.3l-1.9,3.2l1.2,1.9l2.5-4 c0.1-0.3,0.4-0.4,0.8-0.4c0.1,0,0.3,0,0.5,0.1C22.9,14.3,23.1,14.8,22.8,15.2z M17.6,12.8l-1.2,2l-1.2-1.7c0-0.7,0.5-1.2,1.2-1.2 C17.1,11.9,17.6,12.3,17.6,12.8z M27.9,6.9L17.2,0.8c-0.4-0.3-0.8-0.4-1.3-0.4c-0.5,0-0.9,0.1-1.3,0.4L3.9,6.9 C3.1,7.3,2.5,8.3,2.5,9.2v12.3c0,0.9,0.5,1.7,1.3,2.3l10.7,6.1c0.4,0.3,0.8,0.4,1.3,0.4c0.5,0,0.9-0.1,1.3-0.4l10.7-6.1 c0.8-0.4,1.3-1.3,1.3-2.3V9.2C29.2,8.3,28.7,7.5,27.9,6.9z M27.9,21.5c0,0.4-0.3,0.9-0.7,1.1l-10.7,6.1c-0.1,0.1-0.4,0.1-0.7,0.1 c-0.3,0-0.4,0-0.7-0.1L4.5,22.5c-0.4-0.3-0.7-0.7-0.7-1.1V9.2c0-0.4,0.3-0.9,0.7-1.1L15.2,2c0.1-0.1,0.4-0.1,0.7-0.1 c0.3,0,0.4,0,0.7,0.1l10.7,6.1c0.4,0.3,0.7,0.7,0.7,1.1V21.5z';
150
- $svg-unofficial-icon-map: map.merge(
151
- (
152
- $svg-pi-9906-name: $svg-pi-9906-path,
153
- ),
154
- $svg-unofficial-icon-map
155
- );
156
-
157
- $svg-pi-9907-name: '9907'; // Vorsorge
158
- $svg-pi-9907-path: 'M32,15.3h-6.1v-4h3.9V3.1h-3.9V1.5h-1.3v1.6H7.5V1.5H6.2v1.6H2.3v8.3h3.9v4H0.1v7.3h2.1V30h1.3v-7.3h25.8V30h1.3v-7.3H32 V15.3z M24.6,11.3v4H7.5v-4H24.6z M3.6,4.4h2.5v0.9h1.3V4.4h17v0.9h1.3V4.4h2.5V10H3.6V4.4z M30.7,21.3h-0.1h-1.3H3.5H2.2H1.4v-4.7 h4.8V18h1.3v-1.3h17V18h1.3v-1.3h4.8v4.7H30.7z';
159
- $svg-unofficial-icon-map: map.merge(
160
- (
161
- $svg-pi-9907-name: $svg-pi-9907-path,
162
- ),
163
- $svg-unofficial-icon-map
164
- );
165
-
166
- $svg-pi-9908-name: '9908'; // Apache
167
- $svg-pi-9908-path: 'M1.6,23.7c-0.5-0.9-0.3-2.3,0.6-3.2c0.5-0.5,1-1,1.7-1.3c1-0.5,2-1,3.1-1.4c0.6-0.3,1.2-0.3,1.9-0.2c0.1,0,0.1,0,0.2,0 c-0.4-0.1-0.9-0.3-1.3-0.4c1.1-0.8,2.3-1.5,3.8-1.2c0,0,0-0.1,0-0.1c-0.4-0.1-0.8-0.2-1.1-0.3c0.4-0.3,1.3-0.5,2.6-0.4 c-0.3-0.1-0.6-0.2-1-0.4c0.5-0.3,1-0.6,1.5-0.9c0.8-0.5,1.7-0.9,2.6-1.2c1.5-0.4,3-0.4,4.5,0.2c0,0,0.1,0,0.2,0 c-0.8-0.9-1.8-1.2-3-1.2c1-0.6,2-0.6,3.2-0.3c-0.4-0.4-0.8-0.5-1.3-0.5c0.7-0.3,1.4-0.4,2.1-0.1c0.7,0.3,1.3,0.6,1.9,0.9 c0.1-0.3,0.1-0.7,0.2-1c0,0,0.1,0,0.1,0c0,0.4,0,0.8,0.1,1.2c-0.4,0.2-0.8,0.5-1.2,0.8c-0.4,0.3-0.8,0.5-1.2,0.8c0,0.1,0,0.2,0,0.4 c0.6-0.4,1.2-0.7,1.8-1.1c2.1-1.4,4.2-3.1,6.3-4.5C30,8,30.3,7.9,30.7,8.1c-2.1,1.4-4,3-6.1,4.4c0.4,0.5,0.9,0.6,1.4,0.8 c0,0,0,0.1,0,0.1c-0.5-0.1-1-0.2-1.4-0.2c0.1,0.3,0.2,0.7,0.4,1c0,0,0,0,0,0c-0.3-0.3-0.6-0.6-0.9-1c-0.6,0.9-0.7,1.9-0.8,2.9 c0,0-0.1,0-0.1,0c-0.1-0.5-0.2-0.9-0.3-1.4c-0.3,0.3-0.5,0.5-0.8,0.8c-1.8,1.7-3.9,3.1-6.1,4.2c-3.3,1.6-6.8,2.9-10.4,3.8 c-0.8,0.2-1.7,0.3-2.5,0.4C2.6,24,1.8,24.1,1.6,23.7z M4.3,22.1C4.2,22.1,4.3,22.1,4.3,22.1c2.6-0.6,4.9-1.6,7.2-2.7 c0.1,0,0.3-0.2,0.3-0.3c0-0.1-0.1-0.1-0.2,0S6.9,21.3,4.3,22.1z';
168
- $svg-unofficial-icon-map: map.merge(
169
- (
170
- $svg-pi-9908-name: $svg-pi-9908-path,
171
- ),
172
- $svg-unofficial-icon-map
173
- );
10
+ $svg-pre-path: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='";
11
+ $svg-post-path: "'%3E%3C/path%3E%3C/svg%3E";
174
12
 
175
- $svg-pi-9909-name: '9909'; // Nevis
176
- $svg-pi-9909-path: 'M18.7,21.3H12H5.3V6.7h13.4v4H12v6.7h6.7V21.3z M13.3,12v4H20v6.7h-6.7v4h13.4V12H13.3z';
177
- $svg-unofficial-icon-map: map.merge(
178
- (
179
- $svg-pi-9909-name: $svg-pi-9909-path,
180
- ),
181
- $svg-unofficial-icon-map
182
- );
13
+ $other-icons: () !default;
183
14
 
184
- $svg-pi-9910-name: '9910'; // Tomcat
185
- $svg-pi-9910-path: 'M4.7,26.7H1.3c0.1-4.5,9.4-12.5,14.2-13.7c0.7,1.6,1.6,2.9,2.6,4.3c1.2,1.6,3.6,3.6,5.1,4.4c0.5-0.3,1.3-0.9,1.3-0.9 c0.9,1.1,3.1,4,3.1,4c1.5-0.2,3,0.8,3,1.8l-4.1,0c-3.6-1.9-8.4-4.3-12.4-5.1c-1.7-0.3-3.3-0.5-5-0.5c-2.2,0-3.6,2-4.2,3.7 C4.6,25.5,4.7,26.7,4.7,26.7z M16.3,7.8c-0.5,4.4,3.4,9.8,7,12c3.6-3,5.5-7.2,5.1-11.9C28.3,7.1,28,5.3,28,5.3 c-1.2,0.6-2.3,1.7-3,2.7c-0.9-0.1-1.7-0.2-2.6-0.1c-0.8,0-1.9,0.1-2.7,0.1c-0.8-1.3-1.7-2-2.9-2.7C16.7,5.3,16.4,6.8,16.3,7.8z M10.9,9.8c-0.2,0-0.6-0.1-0.8,0c-0.5,0.4-1,0.3-1.5,0.3c-1.6-0.1-2.9,0.4-3.8,1.8c-1.1,1.8-0.9,4.5,0.7,6.5L6,17.9 c-0.4-0.5-1-1.5-1.1-2.1c-0.9-3.1,1-5.6,4-5.2c0.2,0,0.7,0,0.8,0.2c0.1,0.2,0.1,0.5,0.5,0.6c1,0.3,2.4,0.6,3.5,0.2 C12.9,10.5,12,10,10.9,9.8z M12,24.6h2.2c0-0.7-0.9-1.2-1.7-1c-0.5-0.2-1.1-1.4-1.1-1.4l-2.8-0.1L12,24.6z';
186
- $svg-unofficial-icon-map: map.merge(
15
+ $error-icon-name: 'error';
16
+ $error-icon-svg-path: 'M16 0C7.18 0 0 7.18 0 16C0 24.82 7.18 32 16 32C24.82 32 32 24.82 32 16C32 7.18 24.82 0 16 0ZM21.88 20.46C22.27 20.85 22.27 21.48 21.88 21.87C21.68 22.07 21.43 22.16 21.17 22.16C20.91 22.16 20.66 22.06 20.46 21.87L16 17.41L11.54 21.87C11.34 22.07 11.09 22.16 10.83 22.16C10.57 22.16 10.32 22.06 10.12 21.87C9.73 21.48 9.73 20.85 10.12 20.46L14.58 16L10.12 11.54C9.73 11.15 9.73 10.52 10.12 10.13C10.51 9.74 11.14 9.74 11.53 10.13L15.99 14.59L20.45 10.13C20.84 9.74 21.47 9.74 21.86 10.13C22.25 10.52 22.25 11.15 21.86 11.54L17.4 16L21.86 20.46H21.88Z';
17
+ $other-icons: map.merge(
187
18
  (
188
- $svg-pi-9910-name: $svg-pi-9910-path,
19
+ $error-icon-name: $error-icon-svg-path,
189
20
  ),
190
- $svg-unofficial-icon-map
21
+ $other-icons
191
22
  );
192
23
 
193
- $svg-pi-9911-name: '9911'; // Weblogic
194
- $svg-pi-9911-path: 'M11.1,29c0,0.1-0.1,0.2-0.1,0.3H9.8c-0.1-0.3-0.2-0.5-0.4-0.8c-0.2-0.4-0.5-0.9-0.7-1.3c0,0,0-0.1,0-0.2 c0.4-0.7,0.9-1.4,1.3-2c0.1-0.2,0.2-0.2,0.3,0c0.5,0.7,0.9,1.5,1.4,2.3c0,0.1,0,0.2,0,0.2C11.5,28,11.3,28.5,11.1,29z M11.9,28 c-0.1,0.2-0.2,0.3-0.2,0.5c-0.1,0.3-0.2,0.6-0.4,0.9h1.5c-0.2-0.5-0.5-0.9-0.7-1.4C12.1,27.8,12,27.8,11.9,28z M16,27.3 c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1,0.1-0.1,0.2-0.2,0.3c-0.2,0.7-0.5,1.3-0.7,2h2.5c0,0,0,0,0,0C16.9,28.7,16.5,28,16,27.3z M20,25.8 c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1,0.3-0.2,0.5-0.2,0.8c-0.1,0.5-0.3,1.1-0.4,1.6c-0.1,0.4-0.2,0.9-0.3,1.4h4.6c0,0,0-0.1-0.1-0.1 C22.3,28,21.2,26.9,20,25.8z M15.4,26.7c0-0.1,0-0.2,0-0.3c-0.2-0.3-0.5-0.7-0.8-1c-0.2-0.3-0.5-0.6-0.8-0.9c-0.1-0.1-0.2-0.1-0.2,0 c-0.1,0.1-0.1,0.3-0.2,0.4c-0.4,0.7-0.7,1.4-1.1,2.1c-0.1,0.2-0.1,0.3,0,0.5c0.3,0.4,0.5,0.9,0.7,1.3c0.1,0.1,0.1,0.2,0.1,0.4h1.2 c0.1-0.2,0.1-0.4,0.2-0.6C14.9,28.1,15.2,27.4,15.4,26.7z M19.2,25.1c-0.6-0.5-1.2-1-1.7-1.4c-0.3-0.2-0.3-0.2-0.4,0.1 c-0.4,0.9-0.7,1.7-1.1,2.6c0,0.1,0,0.3,0,0.4c0.4,0.6,0.8,1.2,1.2,1.7c0.2,0.3,0.4,0.6,0.6,0.9h0.7c0.3-1.2,0.6-2.5,0.9-3.7 C19.4,25.4,19.4,25.2,19.2,25.1z M8.6,27.7c-0.1-0.1-0.2-0.1-0.2,0c-0.3,0.5-0.5,0.9-0.8,1.4c0,0.1-0.1,0.2-0.1,0.3h2 c-0.1-0.2-0.2-0.4-0.3-0.5C9,28.4,8.8,28.1,8.6,27.7z M3.7,23.3c0.1,0.2,0.2,0.1,0.3,0c0.3-0.2,0.6-0.5,0.8-0.8 c0.1-0.1,0.3-0.2,0.4-0.3c0.1-0.1,0.1-0.1,0-0.3c-0.4-0.5-0.7-1.1-1.1-1.6c-0.1-0.1-0.2-0.2-0.2-0.4c-0.1-0.2-0.2-0.2-0.4-0.1 C3.2,20,3,20.1,2.7,20.2v1c0,0.1,0.1,0.2,0.1,0.3C3.1,22.1,3.4,22.7,3.7,23.3z M3.5,19.3c-0.3-0.4-0.5-0.8-0.8-1.1v1.7 c0.2-0.1,0.5-0.2,0.7-0.3C3.5,19.4,3.5,19.3,3.5,19.3z M4.9,16.4c0.5,0.2,0.9,0.4,1.4,0.6c0.5,0.2,1,0.3,1.5,0.4 c0.7,0.1,1.5,0.2,2.3,0.2c0.9,0,1.8,0,2.7-0.3c0.8-0.2,1.7-0.5,2.5-0.7c1.3-0.5,2.6-1.1,3.8-1.9c1.4-0.9,2.8-1.9,4-3 c1.3-1.1,2.5-2.3,3.6-3.6c0.9-1,1.8-2.1,2.6-3.2c-0.2-1.3-1.3-2.3-2.6-2.3H5.3c-1.5,0-2.7,1.2-2.7,2.7v9.8c0.1,0.1,0.3,0.2,0.4,0.3 C3.7,15.7,4.3,16.1,4.9,16.4z M4.2,17C4.2,17,4.1,16.9,4,16.9c-0.4-0.3-0.9-0.5-1.4-0.8v1.1C3.2,17.1,3.7,17.1,4.2,17 C4.2,17.1,4.2,17.1,4.2,17z M8.2,26.9c-0.4-0.6-0.7-1.3-1.1-1.9c-0.1-0.2-0.2-0.2-0.3,0c-0.5,0.5-0.9,1.1-1.4,1.6 c-0.1,0.1-0.1,0.2-0.1,0.4c0.1,0.3,0.3,0.6,0.4,0.9c0.2,0.5,0.4,1,0.6,1.5H7c0.4-0.7,0.8-1.4,1.2-2C8.3,27.2,8.3,27,8.2,26.9z M28,25.6c-1.1-0.8-2.1-1.5-3.2-2.2c-1.1-0.7-2.3-1.3-3.5-1.9c-0.1-0.1-0.2,0-0.3,0.1c-0.1,0.4-0.3,0.8-0.4,1.2 c-0.2,0.7-0.5,1.5-0.7,2.2c-0.1,0.2,0,0.3,0.1,0.4c1.3,1.1,2.5,2.4,3.6,3.7c0.1,0.1,0.2,0.2,0.2,0.3h2.8c1.5,0,2.6-1.2,2.7-2.6 c-0.1-0.1-0.2-0.1-0.2-0.2C28.8,26.2,28.4,25.9,28,25.6z M5.4,28.2c-0.1-0.3-0.2-0.6-0.4-0.9c-0.1-0.2-0.2-0.2-0.3-0.1 c-0.4,0.5-0.7,1-1.1,1.5c0,0,0,0,0,0c0.5,0.4,1,0.6,1.7,0.6h0.6c0,0,0,0,0,0C5.8,28.9,5.6,28.5,5.4,28.2z M3.4,23.8 c0,0,0.1-0.1,0-0.2c-0.2-0.5-0.5-1-0.7-1.5c0,0,0-0.1,0-0.1v2.6c0,0,0,0,0,0C2.9,24.3,3.2,24,3.4,23.8z M4.7,26.8 c0-0.1,0.1-0.2,0-0.2c-0.2-0.4-0.4-0.8-0.6-1.3c-0.1-0.3-0.3-0.6-0.4-0.9c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.1-0.2,0 C3.2,24.5,3,24.7,2.7,25c0,0,0,0,0,0v1.6c0,0.7,0.3,1.3,0.7,1.8c0,0,0,0,0,0C3.8,27.9,4.3,27.3,4.7,26.8z M15.3,18.8 c0.3,0.1,0.7,0.2,1,0.3c0.1,0,0.2,0,0.3-0.1c0.3-0.4,0.6-0.8,0.9-1.2c0.1-0.1,0.2-0.3,0.3-0.4c-0.1,0-0.1,0-0.1,0c-0.3,0-0.7,0-1,0 c0,0-0.1,0-0.1,0c-0.4,0.4-0.9,0.9-1.3,1.3C15.1,18.7,15.2,18.8,15.3,18.8z M8.5,22.4C8.5,22.3,8.5,22.3,8.5,22.4 c-0.4-0.5-0.7-0.9-1-1.4c0,0-0.2-0.1-0.2,0c-0.5,0.4-0.9,0.7-1.4,1.1c-0.1,0.1-0.1,0.1,0,0.2c0.2,0.3,0.4,0.7,0.6,1 c0.1,0.2,0.2,0.4,0.4,0.6c0.1,0.1,0.2,0.1,0.3,0C7.6,23.5,8,23,8.4,22.5C8.5,22.5,8.5,22.4,8.5,22.4z M11.6,22.2 c0,0-0.1-0.1-0.1-0.1c-0.3-0.3-0.6-0.6-0.9-0.9c-0.1-0.1-0.2-0.1-0.3,0c-0.4,0.4-0.8,0.8-1.2,1.2c-0.1,0.1-0.1,0.2,0,0.3 c0.2,0.3,0.4,0.6,0.6,0.9c0.1,0.2,0.2,0.3,0.3,0.5c0.1,0.1,0.2,0.2,0.3,0c0.4-0.6,0.8-1.1,1.2-1.7C11.6,22.3,11.6,22.2,11.6,22.2z M5.9,18.3c0.1,0.2,0.2,0.2,0.4,0.1c0.2-0.1,0.4-0.1,0.6-0.2c0.1,0,0.1-0.1,0.2-0.1C7.1,18.1,7,18.1,6.9,18 c-0.4-0.1-0.7-0.2-1.1-0.4c-0.2-0.1-0.3-0.1-0.5-0.2c0,0,0,0,0,0.1c0,0.1,0.1,0.1,0.1,0.2C5.6,17.9,5.8,18.1,5.9,18.3z M12.1,22.6 c-0.1-0.1-0.2-0.1-0.3,0c-0.4,0.6-0.8,1.1-1.2,1.7c0,0,0,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.4,0.6,0.8,1.3,1.2,1.9 c0.1,0.1,0.1,0.2,0.2,0.3c0.1-0.1,0.1-0.2,0.2-0.3c0.4-0.8,0.8-1.5,1.2-2.3c0-0.1,0-0.2,0-0.2C13,23.6,12.5,23.1,12.1,22.6z M14.7,21.6c-0.4-0.3-0.8-0.5-1.2-0.8c-0.1-0.1-0.2-0.1-0.3,0c-0.3,0.4-0.6,0.8-0.9,1.1c-0.1,0.1-0.1,0.2,0,0.3 c0.4,0.4,0.8,0.9,1.2,1.3c0,0,0.1,0.1,0.2,0.2c0-0.1,0-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.2c0.3-0.5,0.6-1,0.9-1.5 C14.8,21.8,14.8,21.7,14.7,21.6z M5.5,18.7c0.1,0,0.2-0.1,0.1-0.2c-0.2-0.3-0.5-0.6-0.7-0.9c-0.1-0.1-0.2-0.2-0.4-0.2 c-0.2,0-0.4,0-0.7,0c0,0,0,0,0,0c-0.3,0-0.5,0-0.8,0c-0.1,0-0.2,0-0.2,0.1c0,0.1,0,0.1,0.1,0.2c0.3,0.5,0.6,1,1,1.4 c0.1,0.1,0.2,0.1,0.3,0.1c0.3-0.1,0.5-0.2,0.8-0.3C5.1,18.9,5.3,18.8,5.5,18.7z M5.7,21.8c0.4-0.3,0.9-0.7,1.3-1 c0.1,0,0.1-0.1,0.1-0.2c0-0.1,0-0.1-0.1-0.1c-0.4-0.4-0.7-0.9-1.1-1.3C6,19,5.9,19,5.7,19c-0.4,0.2-0.8,0.3-1.2,0.4 c-0.1,0-0.2,0-0.3,0.1c0,0-0.1,0.2-0.1,0.2c0.4,0.6,0.8,1.3,1.2,1.9C5.5,21.8,5.6,21.8,5.7,21.8z M5.6,22.6 c-0.1-0.2-0.2-0.2-0.3-0.1c-0.4,0.4-0.8,0.7-1.2,1.1C4,23.7,4,23.8,4,23.8c0,0.1,0,0.1,0,0.1c0.1,0.3,0.3,0.6,0.4,0.8 c0.2,0.4,0.4,0.8,0.6,1.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2-0.1,0.2-0.1c0.4-0.5,0.9-1,1.3-1.6c0.1-0.1,0.1-0.2,0-0.3 C6.3,23.7,6,23.1,5.6,22.6z M8.9,22.9c-0.1-0.2-0.2-0.2-0.3,0c-0.4,0.5-0.9,0.9-1.3,1.4c0,0-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.2 c0.4,0.6,0.7,1.2,1.1,1.8c0.1,0.2,0.2,0.2,0.3,0c0.4-0.6,0.8-1.2,1.2-1.8c0.1-0.2,0.1-0.3,0-0.4C9.6,23.8,9.2,23.4,8.9,22.9z M15.3,22c-0.1-0.1-0.2-0.1-0.3,0.1c-0.3,0.5-0.6,1.1-0.9,1.6c-0.1,0.1-0.1,0.2-0.2,0.4c0,0.1,0.1,0.1,0.1,0.2 c0.5,0.6,0.9,1.1,1.4,1.7c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2c0.1-0.3,0.3-0.7,0.4-1c0.2-0.5,0.4-1,0.6-1.5 c0-0.1,0-0.2-0.1-0.2C16.3,22.7,15.8,22.4,15.3,22z M25.5,10.6c-0.7,0.6-1.3,1.2-2,1.9c-0.1,0-0.1,0.1-0.1,0.2c0,0,0,0,0,0 c0.1,0,0.2,0,0.3-0.1c0.3-0.1,0.6-0.2,0.9-0.3c0.2,0,0.3-0.2,0.4-0.3c0.3-0.5,0.5-0.9,0.8-1.4c0-0.1,0.1-0.1,0.1-0.2 c0,0,0,0-0.1-0.1C25.7,10.5,25.6,10.5,25.5,10.6z M21.7,15.2c-0.1,0-0.2,0.1-0.2,0.2c-0.3,0.4-0.5,0.8-0.8,1.3 c-0.1,0.2-0.2,0.3-0.3,0.5c0.6,0.1,1.1,0.2,1.6,0.3c0.3,0.1,0.3,0.1,0.5-0.2c0.3-0.7,0.6-1.3,0.9-2c0-0.1,0-0.1,0-0.2 c-0.1,0-0.1,0-0.2,0C22.7,15.1,22.2,15.1,21.7,15.2z M29.3,6.4c-0.6,0.8-1.2,1.5-1.8,2.3c-0.2,0.2-0.3,0.4-0.5,0.6c0,0,0,0,0,0 c0.8-0.3,1.5-0.5,2.3-0.8V6.3C29.4,6.3,29.3,6.3,29.3,6.4z M23.7,13c-0.9,0.2-0.9,0.2-1.4,0.9c-0.2,0.3-0.4,0.5-0.5,0.8 c0,0,0,0,0,0.1c0.1,0,0.1,0,0.2,0c0.5,0,0.9-0.1,1.4-0.1c0.1,0,0.2-0.1,0.3-0.2c0.2-0.4,0.4-0.8,0.6-1.2c0.1-0.1,0.1-0.2,0.2-0.4 c-0.1,0-0.2,0-0.2,0C24.2,12.9,24,13,23.7,13z M20.2,17.5c-0.1,0-0.1,0.1-0.2,0.2c-0.4,0.7-0.8,1.4-1.2,2.1 c-0.1,0.1-0.1,0.2,0.1,0.3c0.2,0.1,0.3,0.1,0.5,0.2c0.4,0.2,0.9,0.4,1.3,0.6c0.1,0.1,0.2,0,0.3-0.1c0.1-0.3,0.3-0.7,0.4-1 c0.2-0.6,0.5-1.1,0.7-1.7c0-0.1,0-0.2-0.1-0.2C21.4,17.7,20.9,17.6,20.2,17.5z M24.5,18.4c-0.6-0.2-1.2-0.3-1.8-0.5 c-0.1,0-0.2,0-0.3,0.1c-0.4,0.9-0.7,1.8-1.1,2.7c-0.1,0.1-0.1,0.2,0.1,0.3c1,0.5,2,1,3,1.6c1.6,0.9,3.1,2,4.5,3.1 c0.2,0.1,0.3,0.3,0.5,0.4v-5.8c-0.7-0.3-1.3-0.7-2-0.9C26.5,19.1,25.5,18.7,24.5,18.4z M19.1,20.5c-0.1-0.1-0.3-0.1-0.4-0.2 c0,0.1-0.1,0.2-0.1,0.3c-0.4,0.8-0.7,1.5-1.1,2.3c-0.1,0.2-0.1,0.3,0.1,0.4c0.6,0.5,1.2,1,1.9,1.5c0.2,0.1,0.2,0.1,0.3-0.1 c0.1-0.2,0.1-0.5,0.2-0.7c0.3-0.9,0.6-1.7,0.9-2.5c0-0.1,0-0.2-0.1-0.2C20.1,20.9,19.6,20.7,19.1,20.5z M18.1,20.1 c-0.2-0.1-0.5-0.2-0.7-0.3c-0.2-0.1-0.4-0.2-0.7-0.2c0,0-0.1,0.1-0.2,0.1c-0.4,0.6-0.7,1.1-1.1,1.7c-0.1,0.1,0,0.2,0.1,0.3 c0.4,0.3,0.9,0.6,1.3,0.9c0.1,0.1,0.2,0.1,0.3-0.1c0.4-0.8,0.7-1.5,1.1-2.3C18.2,20.2,18.2,20.2,18.1,20.1z M18.2,17.4 c-0.4,0.5-0.8,1.1-1.2,1.7c-0.1,0.1-0.1,0.2,0.1,0.2c0.4,0.1,0.8,0.3,1.2,0.5c0.1,0,0.2,0,0.3-0.1c0.4-0.7,0.7-1.4,1.1-2 c0.1-0.1,0.1-0.2-0.1-0.2c-0.3,0-0.7-0.1-1.1-0.1C18.4,17.3,18.3,17.4,18.2,17.4z M18.8,17c0.3,0,0.6,0.1,1,0.1 c0.1,0,0.2-0.1,0.2-0.1c0.3-0.5,0.6-0.9,0.9-1.4c0-0.1,0.1-0.1,0.1-0.2c-0.3,0.1-0.5,0.1-0.8,0.1c-0.1,0-0.3,0-0.4,0.1 c-0.4,0.4-0.7,0.8-1.1,1.3C18.7,16.9,18.7,17,18.8,17z M14.7,19.2c-0.3,0.4-0.7,0.7-1,1.1c-0.1,0.1-0.1,0.2,0,0.2 c0.4,0.3,0.8,0.5,1.1,0.8c0,0,0.1,0,0.2,0.1c0.1-0.1,0.1-0.1,0.2-0.2c0.3-0.5,0.7-1,1-1.5c0.1-0.1,0.1-0.2-0.1-0.2 c-0.4-0.1-0.7-0.2-1.1-0.3C14.9,19,14.8,19.1,14.7,19.2z M21.1,14.9c0.1,0,0.2-0.1,0.3-0.2c0.2-0.2,0.3-0.5,0.5-0.7 c0,0,0-0.1,0.1-0.2c0,0,0,0-0.1,0c-0.5,0.4-1,0.8-1.5,1.1c0,0,0,0.1,0,0.1C20.7,15,20.9,15,21.1,14.9z M18,16.9c0.1,0,0.2,0,0.3-0.1 c0.2-0.2,0.4-0.5,0.6-0.8c0.1-0.1,0.1-0.1,0.2-0.2c-0.1,0-0.1,0-0.2,0c-0.5,0.3-1.1,0.6-1.6,0.8c-0.1,0-0.1,0.1-0.1,0.2 c0,0,0,0.1,0,0.1C17.5,16.9,17.7,16.9,18,16.9z M26.8,9.9c-0.1,0-0.2,0.1-0.2,0.2c-0.4,0.6-0.7,1.2-1,1.8c0,0.1,0,0.1-0.1,0.2 c0.1,0,0.1,0,0.1,0c0.6-0.1,1.3-0.3,1.9-0.4c0.6-0.1,1.3-0.2,1.9-0.3V9c0,0,0,0-0.1,0C28.5,9.3,27.6,9.6,26.8,9.9z M24.1,15 c-0.1,0-0.2,0.1-0.3,0.2c-0.3,0.7-0.7,1.4-1,2.1c-0.1,0.3-0.1,0.3,0.2,0.4c1,0.3,2.1,0.6,3.1,0.9c1.2,0.4,2.3,0.9,3.4,1.4v-4.8 c-0.3-0.1-0.5-0.1-0.8-0.1C27.1,14.9,25.6,14.8,24.1,15z M25.3,12.6c-0.1,0-0.2,0.1-0.2,0.2c-0.3,0.5-0.6,1.1-0.9,1.6 c0,0,0,0.1,0,0.2c0,0,0.1,0,0.1,0c0.4,0,0.7,0,1.1,0c1.3,0,2.7,0.1,4,0.3c0,0,0,0,0,0v-3.1c0,0,0,0,0,0C28,11.9,26.6,12.2,25.3,12.6 z M11.7,19.9c-0.2,0.2-0.5,0.5-0.7,0.7c-0.2,0.1-0.1,0.2,0,0.4c0.3,0.3,0.5,0.5,0.8,0.8c0,0,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.1 c0.3-0.3,0.6-0.7,0.9-1c0.1-0.1,0.1-0.2,0-0.3c-0.3-0.2-0.5-0.3-0.8-0.5C11.9,19.8,11.8,19.8,11.7,19.9z M9.6,19.6 c0.3,0.3,0.5,0.5,0.8,0.8c0,0,0.2,0,0.2,0c0.3-0.2,0.5-0.5,0.8-0.7c0,0,0.1-0.1,0.1-0.2c0,0-0.1,0-0.1-0.1c-0.3-0.2-0.5-0.3-0.8-0.5 c-0.1,0-0.2,0-0.2,0c-0.3,0.1-0.5,0.3-0.7,0.5C9.6,19.5,9.6,19.6,9.6,19.6z M9.1,19.7c-0.1,0.1-0.2,0.1-0.3,0.2 c-0.3,0.2-0.6,0.4-0.9,0.6c-0.1,0.1-0.1,0.1,0,0.3c0.3,0.4,0.6,0.7,0.8,1.1c0.1,0.1,0.2,0.2,0.3,0c0.4-0.4,0.8-0.8,1.2-1.1 c0,0,0-0.2,0-0.2c-0.3-0.3-0.5-0.5-0.8-0.8C9.3,19.8,9.2,19.8,9.1,19.7z M9.1,19.2c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0 c0.2-0.1,0.5-0.3,0.7-0.4c0,0,0-0.1,0-0.1c-0.1-0.1-0.2-0.2-0.3-0.2c-0.4-0.1-0.8-0.1-1.2-0.2c0,0-0.1,0-0.1,0.1c0,0,0,0.1,0.1,0.1 C8.6,18.7,8.8,18.9,9.1,19.2z M11.7,19.3c0,0,0.1,0,0.2,0c0.3-0.2,0.5-0.4,0.8-0.6c0,0,0-0.2,0-0.2c-0.2-0.1-0.4-0.1-0.7-0.2 c-0.2,0.1-0.5,0.2-0.8,0.3c-0.2,0.1-0.2,0.1,0,0.2C11.3,19,11.5,19.1,11.7,19.3z M14,18.4c0.2,0.1,0.4,0.1,0.6,0.2 c0.1,0,0.1,0,0.2-0.1c0.3-0.3,0.6-0.6,0.9-0.9c0.1-0.1,0.1-0.1,0.1-0.2c0,0,0,0,0,0c-0.1,0-0.1,0-0.2,0c-0.2,0.1-0.4,0.2-0.6,0.2 c-0.4,0.1-0.8,0.2-1.1,0.5c0,0-0.1,0.1-0.1,0.2C13.8,18.4,13.9,18.4,14,18.4z M12.3,19.6c0.3,0.2,0.5,0.3,0.8,0.5 c0.1,0.1,0.2,0.1,0.3,0c0.3-0.3,0.6-0.7,0.9-1c0.1-0.1,0.1-0.2,0-0.2c-0.3-0.1-0.6-0.1-0.9-0.2c0,0-0.1,0-0.1,0 c-0.3,0.2-0.6,0.5-0.9,0.7C12.3,19.4,12.2,19.5,12.3,19.6z M6.5,19.1c0.3,0.4,0.6,0.8,0.9,1.1c0.1,0.1,0.2,0.1,0.3,0.1 c0.3-0.2,0.7-0.4,1-0.7c0.1-0.1,0.2-0.2,0-0.3c-0.3-0.2-0.6-0.5-0.8-0.7c-0.1,0-0.1-0.1-0.2-0.1c-0.1,0-0.2,0.1-0.3,0.1 c-0.3,0.1-0.5,0.2-0.8,0.2C6.4,18.8,6.4,18.9,6.5,19.1z';
195
- $svg-unofficial-icon-map: map.merge(
24
+ $success-icon-name: 'success';
25
+ $success-icon-svg-path: 'M16 0C7.18 0 0 7.18 0 16C0 24.82 7.18 32 16 32C24.82 32 32 24.82 32 16C32 7.18 24.82 0 16 0ZM23.52 10.18L15.26 23.19L8.21 17.27C7.79 16.92 7.73 16.28 8.09 15.86C8.44 15.44 9.07 15.38 9.5 15.74L14.8 20.19L21.84 9.1C22.14 8.63 22.76 8.49 23.22 8.79C23.69 9.09 23.82 9.7 23.53 10.17L23.52 10.18Z';
26
+ $other-icons: map.merge(
196
27
  (
197
- $svg-pi-9911-name: $svg-pi-9911-path,
28
+ $success-icon-name: $success-icon-svg-path,
198
29
  ),
199
- $svg-unofficial-icon-map
30
+ $other-icons
200
31
  );
201
32
 
202
- $svg-pi-2062-filled-name: '2062-f';
203
- $svg-pi-2062-filled-path: 'M30 12.7l-9.7-1.5L16 2.5l-4.4 8.8L2 12.7l7.1 6.8l-1.6 9.7l8.7-4.5l8.7 4.5l-1.6-9.7L30 12.7L30 12.7z';
204
- $svg-unofficial-icon-map: map.merge(
33
+ $warning-icon-name: 'warning';
34
+ $warning-icon-svg-path: 'M16 0C7.18 0 0 7.18 0 16C0 24.82 7.18 32 16 32C24.82 32 32 24.82 32 16C32 7.18 24.82 0 16 0ZM14.11 6.96H18.25V11.47L17.47 17.49H14.87L14.11 11.47V6.96ZM16.18 23.63C14.73 23.63 13.79 22.62 13.79 21.4C13.79 20.18 14.73 19.19 16.18 19.19C17.63 19.19 18.57 20.23 18.57 21.4C18.57 22.57 17.63 23.63 16.18 23.63Z';
35
+ $other-icons: map.merge(
205
36
  (
206
- $svg-pi-2062-filled-name: $svg-pi-2062-filled-path,
37
+ $warning-icon-name: $warning-icon-svg-path,
207
38
  ),
208
- $svg-unofficial-icon-map
209
- );
210
-
211
- $legacy-icon-set: (
212
- '1019',
213
- '3250',
214
- '8000',
215
- '8001',
216
- '8002',
217
- '8003',
218
- '8004',
219
- '8005',
220
- '8006',
221
- '8007',
222
- '8008',
223
- '8009',
224
- '8010',
225
- '8011',
226
- '2062-f',
227
- '9900',
228
- '9901',
229
- '9902',
230
- '9903',
231
- '9904',
232
- '9905',
233
- '9906',
234
- '9907',
235
- '9908',
236
- '9909',
237
- '9910',
238
- '9911',
239
- '2080',
240
- '2081',
241
- '2082',
242
- '2093',
243
- '2094',
244
- '2095',
245
- '2096',
246
- '2127',
247
- '2128',
248
- '2129',
249
- '2130',
250
- '2131',
251
- '2132',
252
- '2133',
253
- '2134',
254
- '2135',
255
- '2136',
256
- '2137',
257
- '2138',
258
- '2139',
259
- '2140',
260
- '2286',
261
- '3000',
262
- '3038',
263
- '3039',
264
- '3040',
265
- '3041',
266
- '3042',
267
- '3043',
268
- '3044',
269
- '3045',
270
- '3046',
271
- '3047',
272
- '3048',
273
- '3049',
274
- '3050',
275
- '3064',
276
- '3065',
277
- '3066',
278
- '3067',
279
- '3068',
280
- '3069',
281
- '3070',
282
- '3071',
283
- '3072',
284
- '3073',
285
- '3074',
286
- '3077',
287
- '3078',
288
- '3079',
289
- '3080',
290
- '3081',
291
- '3082',
292
- '3083',
293
- '3084',
294
- '3085',
295
- '3086',
296
- '3087',
297
- '3088',
298
- '3089',
299
- '3090',
300
- '3091',
301
- '3092',
302
- '3093',
303
- '3095',
304
- '3099',
305
- '3100',
306
- '3101',
307
- '3102',
308
- '3103',
309
- '3104',
310
- '3105',
311
- '3106',
312
- '3107',
313
- '3108',
314
- '3110',
315
- '3111',
316
- '3112',
317
- '3113',
318
- '3114',
319
- '3115',
320
- '3116',
321
- '3117',
322
- '3118',
323
- '3119',
324
- '3121',
325
- '3122',
326
- '3123',
327
- '3124',
328
- '3125',
329
- '3126',
330
- '3127',
331
- '3128',
332
- '3129',
333
- '3130',
334
- '3131',
335
- '3132',
336
- '3133',
337
- '3165',
338
- '3176',
339
- '3186',
340
- '3187',
341
- '3195',
342
- '3196',
343
- '3197',
344
- '3198',
345
- '3199',
346
- '3200',
347
- '3209',
348
- '3249',
349
- '3251',
350
- '3252',
351
- '3253',
352
- '3254',
353
- '3255',
354
- '3256',
355
- '3257',
356
- '3258',
357
- '3259',
358
- '8019',
359
- '1000',
360
- '1001',
361
- '1002',
362
- '1003',
363
- '1004',
364
- '1005',
365
- '1006',
366
- '1007',
367
- '1008',
368
- '1009',
369
- '1010',
370
- '1011',
371
- '1012',
372
- '1013',
373
- '1014',
374
- '1015',
375
- '1016',
376
- '1017',
377
- '1018',
378
- '1020',
379
- '1021',
380
- '1022',
381
- '1023',
382
- '1024',
383
- '1025',
384
- '1026',
385
- '1027',
386
- '1028',
387
- '1029',
388
- '1030',
389
- '1031',
390
- '1032',
391
- '1033',
392
- '1034',
393
- '1035',
394
- '1036',
395
- '1037',
396
- '1038',
397
- '1039',
398
- '1040',
399
- '1041',
400
- '1042',
401
- '1043',
402
- '1044',
403
- '1045',
404
- '1046',
405
- '1047',
406
- '1048',
407
- '1049',
408
- '2000',
409
- '2001',
410
- '2002',
411
- '2003',
412
- '2004',
413
- '2005',
414
- '2006',
415
- '2007',
416
- '2008',
417
- '2009',
418
- '2010',
419
- '2011',
420
- '2012',
421
- '2013',
422
- '2014',
423
- '2015',
424
- '2016',
425
- '2017',
426
- '2018',
427
- '2019',
428
- '2020',
429
- '2021',
430
- '2022',
431
- '2023',
432
- '2024',
433
- '2025',
434
- '2026',
435
- '2027',
436
- '2028',
437
- '2029',
438
- '2030',
439
- '2031',
440
- '2032',
441
- '2033',
442
- '2034',
443
- '2035',
444
- '2036',
445
- '2037',
446
- '2038',
447
- '2039',
448
- '2040',
449
- '2041',
450
- '2042',
451
- '2043',
452
- '2044',
453
- '2045',
454
- '2046',
455
- '2047',
456
- '2048',
457
- '2049',
458
- '2050',
459
- '2051',
460
- '2052',
461
- '2053',
462
- '2054',
463
- '2055',
464
- '2056',
465
- '2057',
466
- '2058',
467
- '2059',
468
- '2060',
469
- '2061',
470
- '2062',
471
- '2063',
472
- '2064',
473
- '2065',
474
- '2066',
475
- '2067',
476
- '2068',
477
- '2069',
478
- '2070',
479
- '2071',
480
- '2072',
481
- '2073',
482
- '2074',
483
- '2075',
484
- '2076',
485
- '2077',
486
- '2078',
487
- '2079',
488
- '2083',
489
- '2084',
490
- '2085',
491
- '2086',
492
- '2087',
493
- '2088',
494
- '2089',
495
- '2090',
496
- '2091',
497
- '2092',
498
- '2097',
499
- '2098',
500
- '2099',
501
- '2100',
502
- '2101',
503
- '2102',
504
- '2103',
505
- '2104',
506
- '2105',
507
- '2106',
508
- '2107',
509
- '2108',
510
- '2109',
511
- '2110',
512
- '2111',
513
- '2112',
514
- '2113',
515
- '2114',
516
- '2115',
517
- '2116',
518
- '2117',
519
- '2118',
520
- '2119',
521
- '2120',
522
- '2121',
523
- '2122',
524
- '2123',
525
- '2124',
526
- '2125',
527
- '2126',
528
- '2141',
529
- '2142',
530
- '2143',
531
- '2144',
532
- '2145',
533
- '2146',
534
- '2147',
535
- '2148',
536
- '2149',
537
- '2150',
538
- '2151',
539
- '2152',
540
- '2153',
541
- '2154',
542
- '2155',
543
- '2156',
544
- '2157',
545
- '2158',
546
- '2159',
547
- '2160',
548
- '2161',
549
- '2162',
550
- '2163',
551
- '2164',
552
- '2165',
553
- '2166',
554
- '2167',
555
- '2168',
556
- '2169',
557
- '2170',
558
- '2171',
559
- '2172',
560
- '2173',
561
- '2174',
562
- '2175',
563
- '2176',
564
- '2177',
565
- '2178',
566
- '2179',
567
- '2180',
568
- '2181',
569
- '2181',
570
- '2182',
571
- '2183',
572
- '2184',
573
- '2185',
574
- '2186',
575
- '2187',
576
- '2188',
577
- '2189',
578
- '2190',
579
- '2191',
580
- '2192',
581
- '2193',
582
- '2194',
583
- '2195',
584
- '3020',
585
- '3021',
586
- '3022',
587
- '3023',
588
- '3024',
589
- '3025',
590
- '3026',
591
- '3027',
592
- '3028',
593
- '3029',
594
- '3030',
595
- '3031',
596
- '3032',
597
- '3033',
598
- '3034',
599
- '3035',
600
- '3036',
601
- '3037',
602
- '3075',
603
- '3076',
604
- '3094',
605
- '3096',
606
- '3097',
607
- '3098',
608
- '3109',
609
- '3120',
610
- '3134',
611
- '3135',
612
- '3136',
613
- '3137',
614
- '3138',
615
- '3139',
616
- '3140',
617
- '3141',
618
- '3142',
619
- '3143',
620
- '3144',
621
- '3145',
622
- '3146',
623
- '3147',
624
- '3148',
625
- '3149',
626
- '3150',
627
- '3151',
628
- '3152',
629
- '3153',
630
- '3154',
631
- '3155',
632
- '3156',
633
- '3157',
634
- '3158',
635
- '3159',
636
- '3160',
637
- '3161',
638
- '3162',
639
- '3163',
640
- '3164',
641
- '3166',
642
- '3167',
643
- '3168',
644
- '3169',
645
- '3170',
646
- '3171',
647
- '3172',
648
- '3173',
649
- '3174',
650
- '3175',
651
- '3184',
652
- '3185',
653
- '3188',
654
- '3189',
655
- '3190',
656
- '3191',
657
- '3192',
658
- '3193',
659
- '3194',
660
- '3201',
661
- '3202',
662
- '3203',
663
- '3204',
664
- '3205',
665
- '3206',
666
- '3207',
667
- '3208',
668
- '3210',
669
- '3211',
670
- '3212',
671
- '3213',
672
- '3214',
673
- '3215',
674
- '3216',
675
- '3217',
676
- '3218',
677
- '3219',
678
- '3220',
679
- '3221',
680
- '3222',
681
- '3223',
682
- '3224',
683
- '3225',
684
- '3226',
685
- '3227',
686
- '3228',
687
- '3229',
688
- '3230',
689
- '3231',
690
- '3232',
691
- '3233',
692
- '3234',
693
- '3235',
694
- '3236',
695
- '3237',
696
- '3238',
697
- '3239',
698
- '3240',
699
- '3241',
700
- '3242',
701
- '3243',
702
- '3244',
703
- '3245',
704
- '3246',
705
- '3247',
706
- '3248',
707
- '3260',
708
- '8012',
709
- '8013',
710
- '8014',
711
- '8015',
712
- '8016',
713
- '8017',
714
- '8018',
715
- '2307',
716
- '2308'
39
+ $other-icons
717
40
  );