@justeattakeaway/pie-icons 5.28.2 → 5.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/iconData.json +99 -12
  2. package/dist/icons/bold-large.svg +1 -0
  3. package/dist/icons/bold.svg +1 -0
  4. package/dist/icons/code-block-large.svg +1 -0
  5. package/dist/icons/code-block.svg +1 -0
  6. package/dist/icons/curved-arrow-down-large.svg +1 -0
  7. package/dist/icons/curved-arrow-down.svg +1 -0
  8. package/dist/icons/curved-arrow-left-large.svg +1 -0
  9. package/dist/icons/curved-arrow-left.svg +1 -0
  10. package/dist/icons/curved-arrow-right-large.svg +1 -0
  11. package/dist/icons/curved-arrow-right.svg +1 -0
  12. package/dist/icons/curved-arrow-up-large.svg +1 -0
  13. package/dist/icons/curved-arrow-up.svg +1 -0
  14. package/dist/icons/escooter-large.svg +1 -0
  15. package/dist/icons/escooter.svg +1 -0
  16. package/dist/icons/fast-cash-large.svg +1 -0
  17. package/dist/icons/fast-cash.svg +1 -0
  18. package/dist/icons/heading-1-large.svg +1 -0
  19. package/dist/icons/heading-1.svg +1 -0
  20. package/dist/icons/heading-2-large.svg +1 -0
  21. package/dist/icons/heading-2.svg +1 -0
  22. package/dist/icons/heading-3-large.svg +1 -0
  23. package/dist/icons/heading-3.svg +1 -0
  24. package/dist/icons/heart-strike-large.svg +1 -0
  25. package/dist/icons/inline-code-large.svg +1 -0
  26. package/dist/icons/inline-code.svg +1 -0
  27. package/dist/icons/italics-large.svg +1 -0
  28. package/dist/icons/italics.svg +1 -0
  29. package/dist/icons/map-legend-large.svg +1 -0
  30. package/dist/icons/map-legend.svg +1 -0
  31. package/dist/icons/numbered-list-large.svg +1 -0
  32. package/dist/icons/numbered-list.svg +1 -0
  33. package/dist/icons/payment/p24.svg +1 -0
  34. package/dist/icons/payment/revolut.svg +1 -1
  35. package/dist/icons/quote-large.svg +1 -0
  36. package/dist/icons/quote.svg +1 -0
  37. package/dist/icons/search-categories-large.svg +1 -0
  38. package/dist/icons/search-categories.svg +1 -0
  39. package/dist/icons/strike-large.svg +1 -0
  40. package/dist/icons/strike.svg +1 -0
  41. package/dist/icons/traffic-light-large.svg +1 -0
  42. package/dist/icons/traffic-light.svg +1 -0
  43. package/dist/icons.json +1 -1
  44. package/dist/pie-icons.js +1 -1
  45. package/dist/pie-icons.min.js +1 -1
  46. package/dist/pie-icons.min.js.map +1 -1
  47. package/package.json +2 -3
@@ -106,10 +106,26 @@
106
106
  "name": "arrow-down",
107
107
  "displayName": "Arrow Down"
108
108
  },
109
+ {
110
+ "name": "arrow-down-circle",
111
+ "displayName": "Arrow Down Circle"
112
+ },
113
+ {
114
+ "name": "arrow-down-circle-filled",
115
+ "displayName": "Arrow Down Circle Filled"
116
+ },
117
+ {
118
+ "name": "arrow-in-circle",
119
+ "displayName": "Arrow In Circle"
120
+ },
109
121
  {
110
122
  "name": "arrow-left",
111
123
  "displayName": "Arrow Left"
112
124
  },
125
+ {
126
+ "name": "arrow-out-circle",
127
+ "displayName": "Arrow Out Circle"
128
+ },
113
129
  {
114
130
  "name": "arrow-right",
115
131
  "displayName": "Arrow Right"
@@ -123,20 +139,20 @@
123
139
  "displayName": "Arrow Up Left"
124
140
  },
125
141
  {
126
- "name": "arrow-down-circle",
127
- "displayName": "Arrow Down Circle"
142
+ "name": "curved-arrow-down",
143
+ "displayName": "Curved Arrow Down"
128
144
  },
129
145
  {
130
- "name": "arrow-down-circle-filled",
131
- "displayName": "Arrow Down Circle Filled"
146
+ "name": "curved-arrow-left",
147
+ "displayName": "Curved Arrow Left"
132
148
  },
133
149
  {
134
- "name": "arrow-in-circle",
135
- "displayName": "Arrow In Circle"
150
+ "name": "curved-arrow-right",
151
+ "displayName": "Curved Arrow Right"
136
152
  },
137
153
  {
138
- "name": "arrow-out-circle",
139
- "displayName": "Arrow Out Circle"
154
+ "name": "curved-arrow-up",
155
+ "displayName": "Curved Arrow Up"
140
156
  }
141
157
  ]
142
158
  },
@@ -1042,6 +1058,52 @@
1042
1058
  }
1043
1059
  ]
1044
1060
  },
1061
+ {
1062
+ "name": "formatting",
1063
+ "displayName": "Formatting",
1064
+ "icons": [
1065
+ {
1066
+ "name": "bold",
1067
+ "displayName": "Bold"
1068
+ },
1069
+ {
1070
+ "name": "code-block",
1071
+ "displayName": "Code Block"
1072
+ },
1073
+ {
1074
+ "name": "heading-1",
1075
+ "displayName": "Heading 1"
1076
+ },
1077
+ {
1078
+ "name": "heading-2",
1079
+ "displayName": "Heading 2"
1080
+ },
1081
+ {
1082
+ "name": "heading-3",
1083
+ "displayName": "Heading 3"
1084
+ },
1085
+ {
1086
+ "name": "inline-code",
1087
+ "displayName": "Inline Code"
1088
+ },
1089
+ {
1090
+ "name": "italics",
1091
+ "displayName": "Italics"
1092
+ },
1093
+ {
1094
+ "name": "numbered-list",
1095
+ "displayName": "Numbered List"
1096
+ },
1097
+ {
1098
+ "name": "quote",
1099
+ "displayName": "Quote"
1100
+ },
1101
+ {
1102
+ "name": "strike",
1103
+ "displayName": "Strike"
1104
+ }
1105
+ ]
1106
+ },
1045
1107
  {
1046
1108
  "name": "fullscreen",
1047
1109
  "displayName": "Fullscreen",
@@ -1224,6 +1286,10 @@
1224
1286
  "name": "search",
1225
1287
  "displayName": "Search"
1226
1288
  },
1289
+ {
1290
+ "name": "search-categories",
1291
+ "displayName": "Search Categories"
1292
+ },
1227
1293
  {
1228
1294
  "name": "settings",
1229
1295
  "displayName": "Settings"
@@ -1330,10 +1396,6 @@
1330
1396
  "name": "geolocation",
1331
1397
  "displayName": "Geolocation"
1332
1398
  },
1333
- {
1334
- "name": "geolocation-filled",
1335
- "displayName": "Geolocation Filled"
1336
- },
1337
1399
  {
1338
1400
  "name": "geolocation-circle",
1339
1401
  "displayName": "Geolocation Circle"
@@ -1342,6 +1404,10 @@
1342
1404
  "name": "geolocation-circle-filled",
1343
1405
  "displayName": "Geolocation Circle Filled"
1344
1406
  },
1407
+ {
1408
+ "name": "geolocation-filled",
1409
+ "displayName": "Geolocation Filled"
1410
+ },
1345
1411
  {
1346
1412
  "name": "location-pin",
1347
1413
  "displayName": "Location Pin"
@@ -1378,6 +1444,10 @@
1378
1444
  "name": "map",
1379
1445
  "displayName": "Map"
1380
1446
  },
1447
+ {
1448
+ "name": "map-legend",
1449
+ "displayName": "Map Legend"
1450
+ },
1381
1451
  {
1382
1452
  "name": "route-pin",
1383
1453
  "displayName": "Route Pin"
@@ -1730,6 +1800,10 @@
1730
1800
  "name": "credits-filled",
1731
1801
  "displayName": "Credits Filled"
1732
1802
  },
1803
+ {
1804
+ "name": "fast-cash",
1805
+ "displayName": "Fast Cash"
1806
+ },
1733
1807
  {
1734
1808
  "name": "instant-bank",
1735
1809
  "displayName": "Instant Bank"
@@ -1859,6 +1933,11 @@
1859
1933
  "displayName": "Nationale Nederlanden",
1860
1934
  "oneSize": true
1861
1935
  },
1936
+ {
1937
+ "name": "p24",
1938
+ "displayName": "P24",
1939
+ "oneSize": true
1940
+ },
1862
1941
  {
1863
1942
  "name": "payconiq",
1864
1943
  "displayName": "Payconiq",
@@ -2605,6 +2684,10 @@
2605
2684
  "name": "ebike-filled",
2606
2685
  "displayName": "eBike Filled"
2607
2686
  },
2687
+ {
2688
+ "name": "escooter",
2689
+ "displayName": "Escooter"
2690
+ },
2608
2691
  {
2609
2692
  "name": "helmet",
2610
2693
  "displayName": "Helmet"
@@ -2621,6 +2704,10 @@
2621
2704
  "name": "rocket-ship",
2622
2705
  "displayName": "Rocket Ship"
2623
2706
  },
2707
+ {
2708
+ "name": "traffic-light",
2709
+ "displayName": "Traffic Light"
2710
+ },
2624
2711
  {
2625
2712
  "name": "walking",
2626
2713
  "displayName": "Walking"
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--boldLarge"><path d="M8.002 4.87h8.663c4.077 0 6.405 2.433 6.405 6.064 0 1.986-1.505 3.972-3.631 4.62v.21c2.187.271 4.55 2.502 4.55 5.101 0 3.728-2.6 6.265-7.22 6.265H8.003V4.87m7.875 9.319c1.54 0 2.564-1.129 2.564-2.914 0-1.75-1.024-2.914-2.564-2.914h-3.29v5.819h3.29zm.552 9.45c1.846 0 2.975-1.129 2.975-3.08s-1.13-3.115-2.975-3.115h-3.833v6.195z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--bold"><path d="M3.292 1.455h5.093c2.398 0 3.771 1.435 3.771 3.57 0 1.172-.883 2.336-2.135 2.721v.123c1.286.157 2.678 1.47 2.678 3.001 0 2.196-1.531 3.684-4.253 3.684H3.292zM7.93 6.933c.91 0 1.514-.665 1.514-1.715S8.84 3.503 7.93 3.503H5.996v3.42H7.93zm.324 5.556c1.085 0 1.75-.665 1.75-1.812 0-1.146-.665-1.837-1.75-1.837H5.996v3.649z"></path><path d="M3.292 1.455h5.093c2.398 0 3.771 1.435 3.771 3.57 0 1.172-.883 2.336-2.135 2.721v.123c1.286.157 2.678 1.47 2.678 3.001 0 2.196-1.531 3.684-4.253 3.684H3.292zM7.93 6.933c.91 0 1.514-.665 1.514-1.715S8.84 3.503 7.93 3.503H5.996v3.42H7.93zm.324 5.556c1.085 0 1.75-.665 1.75-1.812 0-1.146-.665-1.837-1.75-1.837H5.996v3.649z"></path><path d="M3.292 1.455h5.093c2.398 0 3.771 1.435 3.771 3.57 0 1.172-.883 2.336-2.135 2.721v.123c1.286.157 2.678 1.47 2.678 3.001 0 2.196-1.531 3.684-4.253 3.684H3.292zM7.93 6.933c.91 0 1.514-.665 1.514-1.715S8.84 3.503 7.93 3.503H5.996v3.42H7.93zm.324 5.556c1.085 0 1.75-.665 1.75-1.812 0-1.146-.665-1.837-1.75-1.837H5.996v3.649z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--codeBlockLarge"><path d="M18.625 3.313h-14v25.375h22.75V12.063c0-4.822-3.929-8.75-8.75-8.75m6.773 7h-5.023V5.29a7.03 7.03 0 0 1 5.023 5.023m.227 16.624H6.375V5.064h12.25v7h7z"></path><path d="m23.359 18.109-3.824-3.737-1.277 1.304 3.552 3.474-3.552 3.474 1.277 1.303 3.824-3.736c.271-.262.428-.647.428-1.041s-.157-.77-.428-1.041"></path><path d="M12.474 14.373 8.65 18.109a1.45 1.45 0 0 0-.429 1.041c0 .394.158.779.429 1.041l3.824 3.736 1.277-1.303L10.2 19.15l3.552-3.474z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--codeBlock"><path d="M9.75 1.656H2.094v12.688h11.812V5.813A4.16 4.16 0 0 0 9.75 1.656m2.756 3.5h-2.1v-2.1a2.84 2.84 0 0 1 2.1 2.1m-9.1 7.875V2.97h5.688v3.5h3.5v6.562z"></path><path d="M11.115 9.138 9.409 7.474l-.849.866 1.417 1.383-1.417 1.382.849.867 1.706-1.663a.81.81 0 0 0 .245-.586.81.81 0 0 0-.245-.587"></path><path d="M6.591 7.475 4.885 9.137a.81.81 0 0 0-.245.587c0 .219.088.437.245.586l1.706 1.662.849-.866-1.418-1.382L7.44 8.34z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--curvedArrowDownLarge"><path d="M15.5 27.68c.16.16.36.29.57.38.122.047.425.14.66.14.23 0 .46-.04.67-.13s.41-.22.57-.38l7.88-7.88-1.23-1.23-7 7V8.59c0-2.69-2.19-4.88-4.88-4.88H6.15v1.75h6.6c1.72 0 3.12 1.4 3.12 3.12v16.99l-7-7-1.24 1.23z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--curvedArrowDown"><path d="M7.69 14.9c-.15-.06-.29-.16-.4-.27L2.6 9.95l1.06-1.11 3.76 3.76V3.7c0-.69-.56-1.25-1.25-1.25H2.2V.95h3.97c1.52 0 2.75 1.23 2.75 2.75v8.9l3.76-3.76 1.06 1.11-4.69 4.68c-.12.12-.25.21-.4.27s-.31.1-.48.1-.33-.03-.48-.1"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--curvedArrowLeftLarge"><path d="M4.32 15.75c-.16-.16-.29-.36-.38-.57-.047-.122-.14-.425-.14-.66 0-.23.04-.46.13-.67s.22-.41.38-.57l7.88-7.88 1.23 1.23-7 7h16.99c2.69 0 4.88 2.19 4.88 4.88v6.59h-1.75v-6.6c0-1.72-1.4-3.12-3.12-3.12H6.43l7 7-1.23 1.24z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--curvedArrowLeft"><path d="M1.1 8.05c.06.15.16.29.27.4l4.68 4.69 1.11-1.06L3.4 8.32h8.9c.69 0 1.25.56 1.25 1.25v3.97h1.5V9.57c0-1.52-1.23-2.75-2.75-2.75H3.4l3.76-3.76L6.05 2 1.37 6.69c-.12.12-.21.25-.27.4s-.1.31-.1.48.03.33.1.48"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--curvedArrowRightLarge"><path d="M27.77 14.75c.16.16.29.36.38.57.047.122.14.425.14.66 0 .23-.04.46-.13.67s-.22.41-.38.57L19.9 25.1l-1.23-1.23 7-7H8.68c-2.69 0-4.88-2.19-4.88-4.88V5.4h1.75V12c0 1.72 1.4 3.12 3.12 3.12h16.99l-7-7 1.23-1.24z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--curvedArrowRight"><path d="M14.95 7.49c-.06-.15-.16-.29-.27-.4L10 2.4 8.89 3.46l3.76 3.76h-8.9c-.69 0-1.25-.56-1.25-1.25V2H1v3.97c0 1.52 1.23 2.75 2.75 2.75h8.9l-3.76 3.76L10 13.54l4.68-4.69c.12-.12.21-.25.27-.4s.1-.31.1-.48-.03-.33-.1-.48"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--curvedArrowUpLarge"><path d="M15.5 4.23c.16-.16.36-.29.57-.38.122-.047.425-.14.66-.14.23 0 .46.04.67.13s.41.22.57.38l7.88 7.88-1.23 1.23-7-7v16.99c0 2.69-2.19 4.88-4.88 4.88H6.15v-1.75h6.6c1.72 0 3.12-1.4 3.12-3.12V6.34l-7 7-1.24-1.23z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--curvedArrowUp"><path d="M7.69 1.05c-.15.06-.29.16-.4.27L2.6 6l1.06 1.11 3.76-3.76v8.9c0 .69-.56 1.25-1.25 1.25H2.2V15h3.97c1.52 0 2.75-1.23 2.75-2.75v-8.9l3.76 3.76L13.74 6 9.05 1.32a1.2 1.2 0 0 0-.4-.27c-.15-.06-.31-.1-.48-.1s-.33.03-.48.1"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--escooterLarge"><path d="M26.164 21.425 25.2 16.91v-.009L22.847 5.815a2.46 2.46 0 0 0-2.362-1.741H17.43l.875 1.75h2.179c.315 0 .595.201.665.428l2.187 10.326-4.366 6.912h-8.846c-.473-1.251-1.671-2.152-3.08-2.152a3.3 3.3 0 0 0-3.299 3.298 3.3 3.3 0 0 0 3.299 3.299 3.3 3.3 0 0 0 3.237-2.695h9.652l3.928-6.212.525 2.493c-1.303.438-2.257 1.663-2.257 3.115a3.3 3.3 0 0 0 3.299 3.299 3.3 3.3 0 0 0 3.298-3.299 3.3 3.3 0 0 0-2.572-3.211zm-19.11 4.76a1.546 1.546 0 0 1-1.55-1.549c0-.857.692-1.549 1.55-1.549.857 0 1.548.692 1.548 1.55 0 .857-.69 1.548-1.548 1.548m18.383 0a1.546 1.546 0 0 1-1.548-1.549c0-.857.69-1.549 1.548-1.549s1.55.692 1.55 1.55c0 .857-.692 1.548-1.55 1.548"></path><path d="M7.219 15.301v3.623h.105l.884-1.689.105-.201.359-.674 1.54-2.94v-.053H7.218V9.5l-.385.735-.446.849-.429.822v.053h-.026l-.455.875-1.208 2.31-.078.157z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--escooter"><path d="m4.391 9.391 1.68-3.211h-1.68V4.027l-1.688 3.23H4.39z"></path><path d="m13.36 10.678-1.715-8.06a1.48 1.48 0 0 0-1.417-1.05H7.716l.657 1.313h1.855c.078 0 .148.053.157.07l.91 4.279-2.835 4.489h-3.5a1.93 1.93 0 0 0-1.741-1.12 1.93 1.93 0 0 0-1.925 1.925 1.93 1.93 0 0 0 1.925 1.925c.884 0 1.619-.595 1.846-1.409h4.121l2.503-3.955.359 1.689a1.92 1.92 0 0 0-1.147 1.759 1.93 1.93 0 0 0 1.925 1.925 1.93 1.93 0 0 0 1.925-1.925c0-.867-.577-1.593-1.373-1.83zm-10.159 2.44a.614.614 0 0 1-.612-.612c0-.341.271-.612.612-.612.342 0 .613.271.613.612a.61.61 0 0 1-.613.613m9.608 0a.614.614 0 0 1-.613-.612c0-.341.272-.612.613-.612s.612.271.612.612a.61.61 0 0 1-.612.613"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--fastCashLarge"><path d="M19.89 11.266a2.674 2.674 0 0 0-2.669 2.669 2.674 2.674 0 0 0 2.669 2.669 2.674 2.674 0 0 0 2.669-2.669 2.674 2.674 0 0 0-2.67-2.669m0 3.597a.919.919 0 1 1 0-1.838.919.919 0 0 1 0 1.838"></path><path d="M16.005 13.314h-2.091v1.75h2.09z"></path><path d="M25.857 13.314h-2.09v1.75h2.09z"></path><path d="M29.13 19.325V8.545H10.379v3.876h1.75v-2.126h15.25v7.28l-15.26.009v1.75l12.977-.009v2.38H9.845v-.621h-1.75v2.371h18.751v-4.13z"></path><path d="m5.277 17.584.613 1.75h4.489v-1.75z"></path><path d="m2.862 14.189.56 1.61.044.14h6.913v-1.75z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--fastCash"><path d="m14.909 4.588-10.422.008V5.9l1.313.009 7.796-.009.009 3.535H6.474v1.313h8.443z"></path><path d="m1.092 7.213.517 1.33H5.16v-1.33z"></path><path d="m2.615 9.846.516 1.33h2.03v-1.33z"></path><path d="M10.674 7.668a.975.975 0 0 0-.972-.972.975.975 0 0 0-.971.972c0 .533.438.97.971.97a.975.975 0 0 0 .972-.97"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--heading1Large"><path d="m25.678 15.3-2.844 1.304.656 1.4 1.636-.604v7.595h1.89V15.3z"></path><path d="M15.668 14.95H7.005V7.259h-2.31v17.666h2.31V16.91h8.663v8.015h2.31V7.259h-2.31z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--heading1"><path d="m13.259 7.659-1.671.752.402.858.928-.341v4.33h1.137v-5.6z"></path><path d="M8.044 2.785v4.541H2.925V2.785H1.57v10.43h1.356V8.481h5.119v4.734h1.365V2.785z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--heading2Large"><path d="M22.843 23.324v-.044c0-.91.446-1.242 1.645-1.908 1.338-.752 2.65-1.627 2.65-3.386s-1.25-2.756-3.193-2.756c-1.251 0-2.31.543-2.975 1.514l-.149.218 1.077 1.13.236-.298c.464-.595 1.085-.902 1.855-.902.394 0 .726.105.954.298.227.201.35.49.35.849 0 .761-.49 1.181-1.584 1.828-1.374.823-2.669 1.593-2.669 3.29v1.812h6.318v-1.645z"></path><path d="M15.668 14.95H7.005V7.259h-2.31v17.666h2.31V16.91h8.663v8.015h2.31V7.259h-2.31z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--heading2"><path d="M11.911 12.218c0-.49.254-.674.91-1.042.77-.428 1.514-.936 1.514-1.942 0-1.007-.726-1.593-1.837-1.593-.718 0-1.33.306-1.707.875l-.096.149.656.683.158-.202a1.23 1.23 0 0 1 1.024-.498c.21 0 .7.06.7.62 0 .377-.193.596-.875 1.007-.788.464-1.523.91-1.523 1.881v1.059h3.64v-.998z"></path><path d="M8.044 2.785v4.541H2.925V2.785H1.57v10.43h1.356V8.481h5.119v4.734h1.365V2.785z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--heading3Large"><path d="M25.993 19.885c.69-.455 1.067-1.155 1.067-2.03 0-1.566-1.242-2.651-3.019-2.651-1.435 0-2.3.7-2.782 1.286l-.184.219 1.059 1.155.236-.28c.42-.49.954-.735 1.593-.735.376 0 1.26.113 1.26 1.137 0 .534-.22 1.173-1.234 1.173h-1.094v1.627h1.138c.682 0 1.487.201 1.487 1.173 0 1.076-.831 1.295-1.531 1.295S22.71 23 22.3 22.475l-.227-.289-1.155 1.129.175.227c.682.884 1.697 1.357 2.94 1.357 2.012 0 3.316-1.12 3.316-2.844 0-.98-.516-1.785-1.365-2.187z"></path><path d="M15.668 14.95H7.005V7.259h-2.31v17.666h2.31V16.91h8.663v8.015h2.31V7.259h-2.31z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--heading3"><path d="M13.688 10.301c.376-.262.577-.665.577-1.155 0-.91-.717-1.549-1.75-1.549-.831 0-1.339.403-1.61.744l-.122.149.647.7.158-.184c.236-.271.533-.411.883-.411.254 0 .692.079.692.621 0 .289-.114.639-.674.639h-.656v.989h.682c.376 0 .814.114.814.639q0 .708-.84.708c-.403 0-.709-.14-.936-.429l-.15-.192-.7.691.115.158c.393.516.98.787 1.697.787 1.164 0 1.925-.647 1.925-1.653 0-.552-.28-1.007-.744-1.252z"></path><path d="M8.044 2.785v4.541H2.925V2.785H1.57v10.43h1.356V8.481h5.119v4.734h1.365V2.785z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--heartStrikeLarge"><path d="M27.047 11.459c0 1.4-.533 2.739-1.487 3.762l-9.573 9.844-2.642-2.73-.271.271-.21.219-.753.753 3.885 3.99 10.85-11.113a7.3 7.3 0 0 0 1.969-4.987 7.27 7.27 0 0 0-.971-3.623L26.54 9.149a5.5 5.5 0 0 1 .516 2.31z"></path><path d="M29.13 4.065h-2.476l-1.278 1.277c-.236-.13-.472-.262-.726-.367a6.6 6.6 0 0 0-2.599-.525c-.892 0-1.776.175-2.599.525a6.7 6.7 0 0 0-2.187 1.496l-1.278 1.225-1.25-1.233a6.7 6.7 0 0 0-2.188-1.497 6.6 6.6 0 0 0-2.6-.525c-.892 0-1.775.175-2.598.525a6.7 6.7 0 0 0-2.187 1.497 7.3 7.3 0 0 0-1.97 4.996c0 1.855.7 3.64 1.97 4.996l4.488 4.611-4.165 4.165h2.477l2.905-2.905 1.242-1.233.551-.56zm-5.276 2.8-12.95 12.95-4.454-4.594a5.51 5.51 0 0 1-1.488-3.762c0-1.4.534-2.739 1.488-3.763A4.8 4.8 0 0 1 8.05 6.594 4.9 4.9 0 0 1 9.95 6.19a4.95 4.95 0 0 1 3.544 1.505l1.53 1.558c.246.236.578.367.92.367.34 0 .673-.131.918-.367l1.602-1.54a5 5 0 0 1 1.627-1.12 5.1 5.1 0 0 1 1.934-.403c.656 0 1.312.131 1.916.394.044.018.079.044.123.07l-.22.219z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--inlineCodeLarge"><path d="M16.875 5.5h-1.75v21h1.75z"></path><path d="m22.799 9.464-1.216 1.242 5.59 5.46-5.59 5.46 1.216 1.243 5.6-5.469c.315-.315.498-.761.498-1.234 0-.472-.183-.918-.498-1.234z"></path><path d="m9.096 9.464-5.6 5.468a1.76 1.76 0 0 0-.507 1.234c0 .473.184.919.499 1.234l5.6 5.469 1.216-1.243-5.591-5.46 5.59-5.46-1.215-1.242z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--inlineCode"><path d="M8.682 2.82H7.37v10.43h1.312z"></path><path d="m14.571 7.554-3.097-3.028-.945.972 2.93 2.86-2.93 2.862.945.971 3.097-3.027c.21-.201.333-.499.333-.805s-.123-.595-.333-.805"></path><path d="M4.526 4.526 1.43 7.554c-.21.201-.333.499-.333.805s.123.595.333.805l3.097 3.027.945-.971L2.54 8.35 5.47 5.489l-.945-.971z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--italicsLarge"><path d="M10.129 24.943H12.7l3.807-17.886h-2.573l.446-2.196h7.98l-.446 2.196h-2.572l-3.807 17.886h2.573l-.482 2.196h-7.98z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--italics"><path d="M4.561 13.233h1.505L8.29 2.768H6.784l.262-1.287h4.673l-.263 1.287H9.951L7.73 13.233h1.505l-.28 1.286H4.28z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--mapLegendLarge"><path d="M28.68 8.125H11.574v1.75h16.493z"></path><path d="M26.23 15.125H11.574v1.75h14.044z"></path><path d="M11.574 23.875h16.222l.543-1.75H11.574z"></path><path d="M8.756 5.421a2.9 2.9 0 0 0-2.074-.866c-.787 0-1.522.306-2.073.866a2.9 2.9 0 0 0-.692 1.112 3 3 0 0 0-.113.41 3 3 0 0 0-.053.57c0 .76.289 1.513.858 2.09l2.073 2.1 2.074-2.1a2.99 2.99 0 0 0 0-4.182M6.674 8.484a1.13 1.13 0 0 1-1.129-1.129c0-.621.507-1.129 1.129-1.129.621 0 1.128.508 1.128 1.13 0 .62-.507 1.128-1.128 1.128"></path><path d="M5.676 18.94a1.92 1.92 0 0 1-1.916-1.925v-2.039c0-1.058.857-1.916 1.925-1.916h2.039c1.058 0 1.916.858 1.916 1.925v2.03a1.923 1.923 0 0 1-1.916 1.925zm.009-4.13c-.096 0-.175.079-.175.166v2.04c0 .095.079.174.166.174h2.039c.096 0 .166-.079.166-.175v-2.03c0-.096-.079-.175-.166-.175H5.676z"></path><path d="M6.682 26.404A2.986 2.986 0 0 1 3.7 23.429a2.993 2.993 0 0 1 2.983-2.984 2.98 2.98 0 0 1 0 5.959m0-4.209c-.673 0-1.233.551-1.233 1.234S6 24.654 6.682 24.654c.683 0 1.225-.551 1.225-1.225s-.55-1.234-1.225-1.234"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--mapLegend"><path d="M14.568 4.719H6.693V6.03h7.472z"></path><path d="M12.949 9.969H6.693v1.312h5.853z"></path><path d="M4.829 3.931a1.74 1.74 0 0 0-1.243-.516 1.74 1.74 0 0 0-1.653 1.181 3 3 0 0 0-.07.245 1.775 1.775 0 0 0 .472 1.593l1.243 1.251L4.82 6.434a1.785 1.785 0 0 0 0-2.503zM3.586 5.77a.674.674 0 1 1 0-1.347.674.674 0 0 1 0 1.347"></path><path d="M14.568 4.719H6.693V6.03h7.472z"></path><path d="M12.949 9.969H6.693v1.312h5.853z"></path><path d="M4.041 10.039v.91h-.91v-.91zm.438-1.313H2.685a.88.88 0 0 0-.875.875v1.785c0 .482.394.875.875.875H4.47a.88.88 0 0 0 .875-.875V9.601a.88.88 0 0 0-.875-.875z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--numberedListLarge"><path d="M28.67 8.816H11.564v1.75h16.494z"></path><path d="M26.22 15.816H11.564v1.75h14.044z"></path><path d="M11.564 24.566h16.222l.543-1.75H11.564z"></path><path d="M7.311 23.595c.307-.245.473-.604.473-1.024a1.34 1.34 0 0 0-.394-.98c-.297-.297-.735-.463-1.234-.463-.761 0-1.225.376-1.487.69l-.14.167.656.709.184-.21a.94.94 0 0 1 .752-.342c.254 0 .56.088.56.5 0 .35-.175.515-.542.515H5.5v.998h.665c.446 0 .674.175.674.516 0 .14 0 .578-.691.578-.342 0-.604-.123-.797-.368l-.175-.218-.708.7.14.175c.367.472.9.726 1.557.726 1.076 0 1.776-.604 1.776-1.531 0-.49-.236-.893-.621-1.13z"></path><path d="M5.64 8.388v3.91h1.155V7.094h-.77l-1.557.7.41.866z"></path><path d="M5.684 18.214c.017-.341.201-.49.77-.805.665-.368 1.365-.84 1.365-1.768 0-.927-.665-1.461-1.68-1.461-.656 0-1.208.28-1.558.796l-.113.166.656.683.175-.227c.219-.28.499-.412.857-.412.21 0 .56.062.56.49 0 .306-.157.49-.743.84-.674.403-1.374.823-1.374 1.715v.989h3.334v-.997h-2.25z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--numberedList"><path d="M2.855 4.159V7.36h.936V3.1h-.63l-1.268.578.34.708z"></path><path d="M2.96 11.666c.018-.297.175-.428.674-.7.577-.323 1.19-.726 1.19-1.54 0-.813-.578-1.268-1.461-1.268-.57 0-1.05.245-1.357.69l-.096.15.569.595.157-.202a.89.89 0 0 1 .744-.358c.184 0 .49.052.49.428 0 .272-.14.429-.647.726-.587.35-1.2.71-1.2 1.488v.866H4.92v-.866H2.96z"></path><path d="M14.563 4.719h-8.75V6.03h8.347z"></path><path d="M12.944 9.969H5.813v1.312h6.728z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 25 25" class="c-pieIcon c-pieIcon--p24"><path fill="#d13239" fill-rule="evenodd" d="m7.302 12.237 1.384-.002-.05.318-1.158 1.115.972-.002-.057.343H6.962l.06-.354 1.11-1.072h-.886z" clip-rule="evenodd"></path><path fill="#d13239" fill-rule="evenodd" d="M5.787 11.693a.35.35 0 0 0-.122-.077 1 1 0 0 0-.16-.044 1.4 1.4 0 0 0-.185-.02l-.073-.001H4.192l-.404 2.459h.378l.148-.91.732.003s.285.011.487-.097.256-.353.256-.353.022-.091.04-.202c.02-.122.041-.269.052-.347l.007-.055s.005-.025.005-.064a.44.44 0 0 0-.05-.215.4.4 0 0 0-.055-.077m-.29.434c0 .004-.034.202-.079.435-.016.09-.085.138-.163.155-.129.028-.268.022-.268.022l-.61-.002.134-.816.553.001h.09c.059.001.138.004.202.013.056.007.1.019.115.036a.15.15 0 0 1 .028.08c.004.04-.003.073-.003.076" clip-rule="evenodd"></path><path fill="#d13239" fill-rule="evenodd" d="M10.564 11.55h.363l-.406 2.46-.364-.001z" clip-rule="evenodd"></path><path fill="#d13239" fill-rule="evenodd" d="m12.502 12.237.348-.001.123 1.248.535-1.25h.43l.127 1.254.534-1.252h.361l-.766 1.772h-.429l-.124-1.241-.54 1.241-.422.002z" clip-rule="evenodd"></path><path fill="#d13239" d="M9.894 12.25a1.6 1.6 0 0 0-.427-.037c-.145.001-.211.008-.265.02 0 0-.257.037-.403.22-.146.182-.19.58-.19.58s-.086.44-.06.588c.025.146.07.283.235.346.165.064.304.06.304.06s.294.024.516-.029c.221-.053.338-.21.338-.21s.052-.068.09-.148c.037-.08.048-.136.05-.144l.023-.095h-.376s-.02.252-.224.275c-.203.023-.312.014-.352.012-.039-.001-.257.008-.239-.176v-.011c.01-.209.034-.263.034-.263l1.182-.004.05-.295c.059-.334.017-.588-.286-.688m-.079.647h-.81l.032-.13s.028-.102.084-.145a.37.37 0 0 1 .196-.057c.067-.006.247-.02.393.01.049.01.095.038.107.08.028.096-.002.242-.002.242"></path><path fill="#d13239" d="m8.917 13.505-.001.007z"></path><path fill="#d13239" d="M11.146 13.505v.008z"></path><path fill="#d13239" d="M12.125 12.252a1.6 1.6 0 0 0-.428-.039c-.144.002-.21.01-.265.02 0 0-.257.038-.403.22-.146.183-.19.58-.19.58s-.086.441-.06.588.07.284.235.347c.165.064.305.06.305.06s.294.024.515-.029.338-.21.338-.21.053-.068.09-.148.048-.136.05-.144l.023-.095h-.376s-.02.252-.224.275c-.203.023-.312.014-.352.013-.038-.002-.256.007-.239-.176l.001-.011a1 1 0 0 1 .033-.264l1.182-.003.05-.295c.059-.335.017-.59-.286-.69m-.083.645h-.81l.032-.13s.028-.102.084-.145a.37.37 0 0 1 .196-.057c.067-.006.247-.02.393.01.049.01.095.038.107.08.028.095-.002.242-.002.242"></path><path fill="#d13239" fill-rule="evenodd" d="m15.378 12.237.233 1.296.658-1.297.37.003-.948 1.853s-.172.336-.278.42c-.106.085-.172.124-.259.133-.086.009-.122.015-.205 0l-.088-.016.054-.332s.147.028.234-.007.158-.185.158-.185l.044-.075-.343-1.794z" clip-rule="evenodd"></path><path fill="#b3b2b1" fill-rule="evenodd" d="M16.774 12.413h.381l.023-.149s.041-.27.132-.321a.4.4 0 0 1 .13-.042c.1-.018.227-.02.33-.016.16.005.22.007.38.026.162.019.121.176.121.176l-.032.234s-.014.106-.051.171c-.033.058-.123.097-.175.114-.126.041-.557.152-.557.152l-.338.098s-.208.061-.324.19a.8.8 0 0 0-.179.355c-.016.077-.105.608-.105.608h1.826l.06-.367-1.443.002.025-.15s.017-.155.08-.206c.019-.016.028-.037.143-.078.07-.025.305-.089.305-.089l.545-.15s.297-.076.414-.24.162-.477.162-.477.032-.305.007-.4a.43.43 0 0 0-.222-.26c-.109-.048-.222-.077-.55-.073-.33.005-.492.02-.659.083a.53.53 0 0 0-.324.333c-.066.15-.105.476-.105.476" clip-rule="evenodd"></path><path fill="#b3b2b1" fill-rule="evenodd" d="m20.211 13.096.256-1.546h-.453l-1.412 1.529-.064.387h1.235l-.09.543h.378l.09-.543.35.001.062-.37zm-.377.001h-.798l.971-1.044z" clip-rule="evenodd"></path><path fill="#b3b2b1" fill-rule="evenodd" d="M6.587 11.754H7.75s.26-.213.445-.35.522-.351.522-.351l-.657-.31s-.556.346-.791.51c-.229.15-.682.5-.682.5" clip-rule="evenodd"></path><path fill="#b3b2b1" fill-rule="evenodd" d="m9.086 10.834-.54-.366s.488-.28 1.137-.54c.649-.261.995-.37.995-.37l.11.519s-.625.21-.982.381c-.37.159-.72.376-.72.376" clip-rule="evenodd"></path><path fill="#b3b2b1" fill-rule="evenodd" d="m11.186 9.963-.094-.53s.666-.18 1.275-.294c.61-.114 1.419-.168 1.419-.168l-.268.82s-.71-.098-1.378-.006c-.52.062-.954.178-.954.178" clip-rule="evenodd"></path><path fill="#b3b2b1" fill-rule="evenodd" d="m13.941 9.86.45-.91s.986-.02 1.836.113c.85.132 1.627.335 1.61.344l-2.155 1.137s-.504-.322-1.129-.519a11 11 0 0 0-.612-.164" clip-rule="evenodd"></path><path fill="#b3b2b1" fill-rule="evenodd" d="m16.068 10.791.474.363h3.893s-.008-.127-.111-.308a2 2 0 0 0-.306-.356 3 3 0 0 0-.359-.274c-.343-.225-.535-.312-.892-.475z" clip-rule="evenodd"></path><path fill="#d13239" d="M6.84 12.235a.85.85 0 0 0-.402.123l.02-.123H6.07L5.76 14h.388l.172-.978c.035-.198.182-.443.469-.443l.2-.001.06-.343z"></path></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 24 24" class="c-pieIcon c-pieIcon--revolut"><path fill="#000" d="M9.422 9.208H7V19h2.422z"></path><path fill="#000" d="M17.015 9.768A3.774 3.774 0 0 0 13.243 6H7v2.091h5.947c.94 0 1.72.74 1.738 1.648.008.455-.162.885-.481 1.21a1.67 1.67 0 0 1-1.2.504h-2.316a.15.15 0 0 0-.15.149v1.858q0 .049.029.087L14.497 19h2.877l-3.94-5.468c1.985-.1 3.581-1.766 3.581-3.764"></path></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 24 24" class="c-pieIcon c-pieIcon--revolut"><path fill="#000" d="M21.108 11.671v-.615h-.735v-.803h-.711v2.926q0 .404.2.609.202.203.618.204h.628v-.616h-.46q-.15 0-.212-.065c-.039-.04-.063-.14-.063-.256v-1.384z"></path><path fill="#000" d="m11.257 11.056-.735 2.138-.735-2.139H9.04l1.06 2.912h.842l1.062-2.911z"></path><path fill="#000" d="M16.061 10h-.71v3.966h.71z"></path><path fill="#000" d="M18.503 12.514q0 .277-.083.476a.65.65 0 0 1-.233.3.64.64 0 0 1-.364.1q-.306 0-.456-.198-.15-.201-.151-.6v-1.537h-.711v1.616c0 .251.031.465.094.634q.093.256.253.41t.368.22.44.065q.334 0 .547-.12.192-.11.32-.253l.063.34h.624v-2.911h-.711z"></path><path fill="#000" d="M14.264 11.21a1.6 1.6 0 0 0-.79-.188c-.297 0-.563.063-.789.187q-.34.188-.528.523a1.6 1.6 0 0 0-.187.782q0 .441.187.776.188.335.528.523c.226.124.492.187.788.187.3 0 .567-.063.79-.187q.339-.188.526-.523.186-.335.187-.776 0-.447-.187-.782a1.34 1.34 0 0 0-.525-.523m-.376 2.079a.75.75 0 0 1-.415.112.75.75 0 0 1-.412-.112.75.75 0 0 1-.272-.313 1.06 1.06 0 0 1-.097-.462q0-.266.097-.465a.737.737 0 0 1 .684-.429q.242.001.415.116a.8.8 0 0 1 .27.313q.096.2.096.465 0 .26-.096.462a.76.76 0 0 1-.27.313"></path><path fill="#000" d="M3.739 10.979H3v2.987h.739z"></path><path fill="#000" d="M6.056 11.15c0-.634-.516-1.15-1.151-1.15H3v.638h1.814c.288 0 .526.226.53.503a.51.51 0 0 1-.512.523h-.707a.046.046 0 0 0-.045.045v.567q0 .016.008.027l1.2 1.663h.877l-1.202-1.668a1.157 1.157 0 0 0 1.093-1.148"></path><path fill="#000" d="M8.328 11.192a1.6 1.6 0 0 0-.752-.17c-.285 0-.541.063-.76.187q-.328.188-.51.523t-.182.787q0 .443.184.777.186.335.526.52c.225.122.496.184.804.184q.368 0 .653-.136a1.2 1.2 0 0 0 .677-.855l.003-.019h-.707l-.003.011a.55.55 0 0 1-.225.313.75.75 0 0 1-.431.121.8.8 0 0 1-.383-.09.63.63 0 0 1-.257-.255.9.9 0 0 1-.102-.39v-.024h2.135l.003-.013a1 1 0 0 0 .014-.126q.003-.062.003-.124a1.5 1.5 0 0 0-.187-.738 1.25 1.25 0 0 0-.503-.483m-.26.548a.67.67 0 0 1 .225.432H6.887a.66.66 0 0 1 .119-.308q.099-.135.25-.209t.326-.074q.297 0 .487.16"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--quoteLarge"><path d="M4.94 22.51c2.047-1.89 3.71-4.165 4.62-7.044-2.048-.455-3.255-2.196-3.255-4.165 0-2.345 1.741-4.314 4.541-4.314s4.541 2.345 4.541 5.154c0 4.769-3.185 9.092-8.102 12.872zm11.664 0c2.047-1.89 3.71-4.165 4.62-7.044-2.048-.455-3.255-2.196-3.255-4.165 0-2.345 1.74-4.314 4.54-4.314s4.542 2.345 4.542 5.154c0 4.769-3.185 9.092-8.102 12.872z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--quote"><path d="M2.032 11.413c1.068-.99 1.943-2.18 2.415-3.684C3.38 7.492 2.741 6.582 2.741 5.55c0-1.225.91-2.258 2.38-2.258s2.38 1.225 2.38 2.695c0 2.494-1.662 4.76-4.244 6.738l-1.225-1.304zm6.615 0c1.068-.99 1.943-2.18 2.415-3.684-1.067-.237-1.706-1.147-1.706-2.179 0-1.225.91-2.258 2.38-2.258s2.38 1.225 2.38 2.695c0 2.494-1.662 4.76-4.244 6.738l-1.225-1.304z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--searchCategoriesLarge"><path d="M6.738 23.306a.56.56 0 0 1-.41-.175.57.57 0 0 1-.158-.42l.603-13.51h12.784l.245 4.489a7 7 0 0 1 1.768.254l-.36-6.501h-4.155V3.82l-.875-.875h-5.898l-.875.875v3.623H5.102l-.674 15.18a2.33 2.33 0 0 0 .64 1.707 2.28 2.28 0 0 0 1.67.718h7.49a7 7 0 0 1-1.023-1.75H6.738zm8.567-18.611v2.748h-4.148V4.695z"></path><path d="M23.967 23.718a5.2 5.2 0 0 0 .971-3.037 5.25 5.25 0 0 0-3.272-4.856 5 5 0 0 0-1.776-.376c-.07 0-.14-.009-.21-.009a5.254 5.254 0 0 0-5.25 5.25c0 .954.262 1.846.708 2.625a5.3 5.3 0 0 0 1.637 1.75 5.24 5.24 0 0 0 2.905.875 5.27 5.27 0 0 0 3.036-.971l3.622 3.622 1.234-1.233-3.622-3.623zm-2.012-.386c-.613.526-1.4.858-2.267.858-.866 0-1.68-.341-2.292-.875a3.47 3.47 0 0 1-1.208-2.625 3.5 3.5 0 0 1 3.5-3.5c.105 0 .202.017.307.035a3.5 3.5 0 0 1 1.793.682 3.48 3.48 0 0 1 1.41 2.783 3.46 3.46 0 0 1-1.235 2.642z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--searchCategories"><path d="M12.975 12.331c.27-.437.428-.936.428-1.487 0-1.295-.875-2.38-2.065-2.722A3 3 0 0 0 10.56 8a2.853 2.853 0 0 0-2.844 2.844c0 .498.14.971.376 1.382.35.621.91 1.085 1.592 1.313.28.087.57.149.876.149.542 0 1.05-.167 1.487-.43l1.452 1.453.928-.927zm-1.348-.411s-.044.07-.07.105v-.018a1.6 1.6 0 0 1-.998.368 1.529 1.529 0 0 1-1.531-1.531c0-.683.455-1.252 1.068-1.453a1.6 1.6 0 0 1 .463-.079c.316 0 .613.097.858.263.193.131.359.315.473.525.122.219.192.473.192.744 0 .429-.184.805-.464 1.076z"></path><path d="M3.026 12.226a.14.14 0 0 1-.097-.044.14.14 0 0 1-.035-.096l.324-7.201h6.633l.105 1.864c.201-.027.402-.062.612-.062.245 0 .473.035.709.07l-.175-3.193H8.844V1.76l-.656-.656h-3.22l-.656.656v1.803H1.967l-.376 8.452a1.47 1.47 0 0 0 .402 1.068c.271.28.656.446 1.041.446h4.393a4.1 4.1 0 0 1-.761-1.312h-3.64zm4.488-9.8v1.146H5.607V2.426z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--strikeLarge"><path d="M27.375 15.125h-9.292q-.551-.195-1.103-.376c-2.896-.963-5.128-1.733-5.128-4.06 0-2.529 2.162-3.5 4.165-3.5a7.07 7.07 0 0 1 5.496 2.563l1.793-1.767c-1.496-2.161-3.998-3.229-7.061-3.229-4.2 0-7.263 2.135-7.263 6.09 0 2.03.858 3.343 2.11 4.279H4.624v1.75h10.124c.201.07.393.131.595.201 2.896.963 5.127 1.733 5.127 4.06 0 2.66-2.266 3.631-4.629 3.631-2.633 0-4.663-.9-5.862-2.362l-1.794 1.697c1.365 1.794 3.632 3.098 7.394 3.098 4.296 0 7.761-1.934 7.761-6.23 0-1.907-.761-3.176-1.881-4.095h5.924v-1.75z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--strike"><path d="M14.37 7.213H8.516c-1.592-.534-2.791-.998-2.791-2.302 0-1.478 1.26-2.038 2.424-2.038a4.11 4.11 0 0 1 3.202 1.496l1.05-1.033c-.875-1.26-2.327-1.881-4.112-1.881-2.45.009-4.235 1.243-4.235 3.553 0 .997.367 1.68.91 2.205H1.63v1.312H7.43c.105.035.219.079.324.114 1.689.56 2.992 1.006 2.992 2.371 0 1.549-1.32 2.117-2.695 2.117-1.53 0-2.72-.525-3.412-1.373l-1.05.989c.796 1.05 2.117 1.802 4.305 1.802 2.502 0 4.524-1.129 4.524-3.631 0-1.111-.447-1.846-1.103-2.38h3.054V7.213"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32 32" class="c-pieIcon c-pieIcon--trafficLightLarge"><path d="M22.402 12.211h1.286l.525-1.75h-1.811V6.375h1.242l.525-1.75h-1.951a2.63 2.63 0 0 0-2.441-1.68h-7.552a2.62 2.62 0 0 0-2.44 1.68H7.841l.525 1.75h1.242v4.086H7.798l.525 1.75h1.286v4.086H7.833l.525 1.75h1.26v7.578h3.5v3.474h5.801v-3.474h3.5v-7.578h1.26l.525-1.75H22.42v-4.086zM17.16 27.35h-2.3V25.65h2.3zm3.492-3.474H11.35V5.544a.865.865 0 0 1 .867-.849h7.55c.482 0 .876.394.876.875v18.314z"></path><path d="M16.005 12.22c-1.12 0-2.03.91-2.03 2.03s.91 2.03 2.04 2.03c1.12 0 2.03-.91 2.03-2.03s-.91-2.03-2.04-2.03"></path><path d="M16.005 10.453c1.12 0 2.03-.91 2.03-2.03s-.91-2.03-2.038-2.03c-1.12 0-2.03.91-2.03 2.03s.91 2.03 2.038 2.03"></path><path d="M16.005 18.056c-1.12 0-2.03.91-2.03 2.03s.91 2.03 2.03 2.03 2.03-.91 2.03-2.03-.91-2.03-2.038-2.03z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16 16" class="c-pieIcon c-pieIcon--trafficLight"><path d="M7.953 6.005c-.587 0-1.068.473-1.068 1.068 0 .586.481 1.067 1.068 1.067.586 0 1.067-.472 1.067-1.067 0-.587-.481-1.068-1.067-1.068"></path><path d="M7.953 5.078c.586 0 1.067-.473 1.067-1.068a1.066 1.066 0 1 0-2.135 0c0 .586.481 1.068 1.068 1.068"></path><path d="M7.953 9.059c-.587 0-1.068.472-1.068 1.067 0 .587.481 1.068 1.068 1.068.586 0 1.067-.473 1.067-1.068 0-.586-.481-1.067-1.067-1.067"></path><path d="m12.109 6.075.315-1.05h-1.059V3.021h.744l.315-1.05h-1.155a1.4 1.4 0 0 0-1.304-.883H5.931c-.586 0-1.093.367-1.295.883H3.481l.315 1.05h.744v2.004H3.481l.315 1.05h.744v2.004H3.481l.315 1.05h.744V13.1h2.354v1.82H9.02v-1.82h2.354V9.138h.744l.315-1.05h-1.06V6.084h.745zm-1.794 5.968H5.581V2.47a.35.35 0 0 1 .35-.341h4.034c.193 0 .35.157.35.35z"></path></svg>