@justeattakeaway/pie-icons 5.18.0 → 5.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/iconData.json +52 -8
- package/dist/icons/app-unlock-large.svg +1 -1
- package/dist/icons/app-unlock.svg +1 -1
- package/dist/icons/cc-2-filled-large.svg +1 -0
- package/dist/icons/cc-2-filled.svg +1 -0
- package/dist/icons/cc-2-large.svg +1 -0
- package/dist/icons/cc-2.svg +1 -0
- package/dist/icons/cc-filled-large.svg +1 -0
- package/dist/icons/cc-filled.svg +1 -0
- package/dist/icons/cc-large.svg +1 -1
- package/dist/icons/cc.svg +1 -1
- package/dist/icons/chat-courier-large.svg +1 -0
- package/dist/icons/chat-courier.svg +1 -0
- package/dist/icons/do-not-touch-large.svg +1 -1
- package/dist/icons/do-not-touch.svg +1 -1
- package/dist/icons/document-edit-large.svg +1 -0
- package/dist/icons/document-edit.svg +1 -0
- package/dist/icons/location-pin-filled.svg +1 -1
- package/dist/icons/location-pin.svg +1 -1
- package/dist/icons/microphone-off-large.svg +1 -1
- package/dist/icons/microphone-off.svg +1 -1
- package/dist/icons/number-input-large.svg +1 -0
- package/dist/icons/number-input.svg +1 -0
- package/dist/icons/pull-request-large.svg +1 -0
- package/dist/icons/pull-request.svg +1 -0
- package/dist/icons/robot-large.svg +1 -1
- package/dist/icons/robot.svg +1 -1
- package/dist/icons/sign-empty-large.svg +1 -0
- package/dist/icons/sign-empty.svg +1 -0
- package/dist/icons/soundwave-large.svg +1 -1
- package/dist/icons/soundwave.svg +1 -1
- package/dist/icons/stop-circle-filled-large.svg +1 -0
- package/dist/icons/stop-circle-filled.svg +1 -0
- package/dist/icons/stop-circle-large.svg +1 -0
- package/dist/icons/stop-circle.svg +1 -0
- package/dist/icons/stop-large.svg +1 -0
- package/dist/icons/stop.svg +1 -0
- package/dist/icons/thumbs-down-filled-large.svg +1 -1
- package/dist/icons/thumbs-down-filled.svg +1 -1
- package/dist/icons/thumbs-down.svg +1 -1
- package/dist/icons/thumbs-up-filled.svg +1 -1
- package/dist/icons/thumbs-up-large.svg +1 -1
- package/dist/icons/thumbs-up.svg +1 -1
- package/dist/icons.json +1 -1
- package/dist/pie-icons.js +1 -1
- package/dist/pie-icons.min.js +1 -1
- package/dist/pie-icons.min.js.map +1 -1
- package/package.json +1 -1
package/dist/iconData.json
CHANGED
|
@@ -140,6 +140,18 @@
|
|
|
140
140
|
"name": "cc",
|
|
141
141
|
"displayName": "Cc"
|
|
142
142
|
},
|
|
143
|
+
{
|
|
144
|
+
"name": "cc-2",
|
|
145
|
+
"displayName": "Cc 2"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "cc-2-filled",
|
|
149
|
+
"displayName": "Cc 2 Filled"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "cc-filled",
|
|
153
|
+
"displayName": "Cc Filled"
|
|
154
|
+
},
|
|
143
155
|
{
|
|
144
156
|
"name": "headset",
|
|
145
157
|
"displayName": "Headset"
|
|
@@ -211,6 +223,18 @@
|
|
|
211
223
|
{
|
|
212
224
|
"name": "soundwave",
|
|
213
225
|
"displayName": "Soundwave"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "stop",
|
|
229
|
+
"displayName": "Stop"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "stop-circle",
|
|
233
|
+
"displayName": "Stop Circle"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "stop-circle-filled",
|
|
237
|
+
"displayName": "Stop Circle Filled"
|
|
214
238
|
}
|
|
215
239
|
]
|
|
216
240
|
},
|
|
@@ -392,10 +416,6 @@
|
|
|
392
416
|
"name": "chat",
|
|
393
417
|
"displayName": "Chat"
|
|
394
418
|
},
|
|
395
|
-
{
|
|
396
|
-
"name": "chat-filled",
|
|
397
|
-
"displayName": "Chat Filled"
|
|
398
|
-
},
|
|
399
419
|
{
|
|
400
420
|
"name": "chat-bot",
|
|
401
421
|
"displayName": "Chat Bot"
|
|
@@ -404,6 +424,14 @@
|
|
|
404
424
|
"name": "chat-conversation",
|
|
405
425
|
"displayName": "Chat Conversation"
|
|
406
426
|
},
|
|
427
|
+
{
|
|
428
|
+
"name": "chat-courier",
|
|
429
|
+
"displayName": "Chat Courier"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "chat-filled",
|
|
433
|
+
"displayName": "Chat Filled"
|
|
434
|
+
},
|
|
407
435
|
{
|
|
408
436
|
"name": "chat-heart",
|
|
409
437
|
"displayName": "Chat Heart"
|
|
@@ -694,10 +722,6 @@
|
|
|
694
722
|
"name": "documents",
|
|
695
723
|
"displayName": "Documents",
|
|
696
724
|
"icons": [
|
|
697
|
-
{
|
|
698
|
-
"name": "document",
|
|
699
|
-
"displayName": "Document"
|
|
700
|
-
},
|
|
701
725
|
{
|
|
702
726
|
"name": "consent",
|
|
703
727
|
"displayName": "Consent"
|
|
@@ -706,6 +730,14 @@
|
|
|
706
730
|
"name": "cookie-policy",
|
|
707
731
|
"displayName": "Cookie Policy"
|
|
708
732
|
},
|
|
733
|
+
{
|
|
734
|
+
"name": "document",
|
|
735
|
+
"displayName": "Document"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "document-edit",
|
|
739
|
+
"displayName": "Document Edit"
|
|
740
|
+
},
|
|
709
741
|
{
|
|
710
742
|
"name": "terms-and-conditions",
|
|
711
743
|
"displayName": "Terms and Conditions"
|
|
@@ -1526,6 +1558,10 @@
|
|
|
1526
1558
|
"name": "number",
|
|
1527
1559
|
"displayName": "Number",
|
|
1528
1560
|
"icons": [
|
|
1561
|
+
{
|
|
1562
|
+
"name": "number-input",
|
|
1563
|
+
"displayName": "Number Input"
|
|
1564
|
+
},
|
|
1529
1565
|
{
|
|
1530
1566
|
"name": "number-symbol",
|
|
1531
1567
|
"displayName": "Number Symbol"
|
|
@@ -2102,6 +2138,10 @@
|
|
|
2102
2138
|
"name": "sign-closed",
|
|
2103
2139
|
"displayName": "Sign Closed"
|
|
2104
2140
|
},
|
|
2141
|
+
{
|
|
2142
|
+
"name": "sign-empty",
|
|
2143
|
+
"displayName": "Sign Empty"
|
|
2144
|
+
},
|
|
2105
2145
|
{
|
|
2106
2146
|
"name": "sign-open",
|
|
2107
2147
|
"displayName": "Sign Open"
|
|
@@ -2390,6 +2430,10 @@
|
|
|
2390
2430
|
"name": "printer-filled",
|
|
2391
2431
|
"displayName": "Printer Filled"
|
|
2392
2432
|
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "pull-request",
|
|
2435
|
+
"displayName": "Pull Request"
|
|
2436
|
+
},
|
|
2393
2437
|
{
|
|
2394
2438
|
"name": "robot",
|
|
2395
2439
|
"displayName": "Robot"
|
|
@@ -1 +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--appUnlockLarge"><path
|
|
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--appUnlockLarge"><path d="M19.955 2.875A2.633 2.633 0 0 1 22.58 5.5v1.155h.008v7.105h-1.75V7.25h-.008V5.5a.878.878 0 0 0-.875-.875h-3.22l-.56 1.418h-4.682l-.56-1.418h-3.22a.878.878 0 0 0-.874.875v21c0 .481.394.875.875.875h8.478v1.75H7.714A2.633 2.633 0 0 1 5.089 26.5v-21a2.633 2.633 0 0 1 2.625-2.625h12.241Z"></path><path fill-rule="evenodd" d="M22.868 15.545c1.204 0 2.277.557 2.984 1.41l-.005.004.003.004.153.191c.048.064.094.129.14.194l-1.44.997a3.573 3.573 0 0 0-.197-.262l-.001-.002a2.125 2.125 0 0 0-1.637-.777c-.76 0-1.432.401-1.814 1.008l-.022.037a2.072 2.072 0 0 0-.316 1.099v.542h7.534v5.862l-.779.516c-.927.622-2.485 1.366-4.593 1.366-.613 0-2.214-.088-3.824-.91-.28-.14-.543-.29-.78-.456l-.77-.516V19.99h1.462v-.542c0-.053.004-.106.006-.158.025-.662.219-1.266.528-1.793a.9.9 0 0 1 .099-.163 3.891 3.891 0 0 1 3.27-1.789Zm-3.613 6.195v3.177c.192.13.394.244.595.35 1.295.655 2.59.717 3.028.717 1.723 0 2.966-.63 3.622-1.067V21.74h-7.245Z" clip-rule="evenodd"></path></svg>
|
|
@@ -1 +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--appUnlock"><path
|
|
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--appUnlock"><path d="M3.406 2.75v10.5c0 .123.096.219.219.219h1.75v1.312h-1.75c-.84 0-1.531-.691-1.531-1.531V2.75c0-.84.691-1.531 1.531-1.531h7c.84 0 1.531.691 1.531 1.531V4.5h-1.312V2.75a.217.217 0 0 0-.219-.219H8.901l-.428.954H5.777l-.428-.954H3.625a.217.217 0 0 0-.219.219Z"></path><path fill-rule="evenodd" d="M10.302 5.848c.806 0 1.501.37 1.973.934l-.005.004.005.006-1.007.841a1.245 1.245 0 0 0-.966-.464c-.444 0-.836.232-1.064.594l-.019.029a1.232 1.232 0 0 0-.177.637v.14h4.881v4.025l-.586.394a5.398 5.398 0 0 1-3.027.901c-.403 0-1.462-.053-2.52-.595a5.755 5.755 0 0 1-.516-.306l-.578-.394V8.569h1.033v-.14a2.546 2.546 0 0 1 .356-1.305l.004-.007.02-.033c.004-.008.018-.031.04-.06a2.563 2.563 0 0 1 2.153-1.176ZM8.009 9.89v2.021c.122.079.245.158.376.219a4.556 4.556 0 0 0 1.925.455 4.136 4.136 0 0 0 2.3-.683V9.89H8.01Z" clip-rule="evenodd"></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--cc2FilledLarge"><path fill-rule="evenodd" d="M26.894 5.797c1.207 0 2.187.98 2.187 2.187v16.44c0 1.208-.98 2.188-2.187 2.188H5.115a2.188 2.188 0 0 1-2.187-2.187V7.985c0-1.208.98-2.188 2.187-2.188h21.779ZM6.489 21.327v1.75h12.863v-1.75H6.489Zm14.621 0v1.75h4.497v-1.75H21.11ZM6.49 17.794v1.75h4.112v-1.75H6.489Zm5.88 0v1.75h4.111v-1.75H12.37Zm5.835 0v1.75h7.402v-1.75h-7.402ZM6.55 14.266v1.75h8.637v-1.75H6.55Zm10.404 0v1.75h8.6v-1.75h-8.6Z" clip-rule="evenodd"></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--cc2Filled"><path fill-rule="evenodd" d="M13.38 3.012c.84 0 1.532.69 1.532 1.53v7.35c0 .84-.691 1.532-1.531 1.532H2.619c-.84 0-1.531-.692-1.531-1.532v-7.35c0-.848.682-1.53 1.531-1.53h10.762ZM3.688 9.477v1.313h5.091V9.477H3.687Zm6.413 0v1.313h2.196V9.477H10.1ZM3.687 6.835v1.312H6.59V6.835H3.687Zm4.234 0v1.312h4.35V6.835H7.92Z" clip-rule="evenodd"></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--cc2Large"><path d="M26.894 5.796H5.115c-1.208 0-2.188.98-2.188 2.188v16.441c0 1.207.98 2.188 2.188 2.188h21.779c1.207 0 2.187-.98 2.187-2.188V7.984c0-1.208-.98-2.188-2.187-2.188Zm.437 18.62a.433.433 0 0 1-.437.438H5.115a.433.433 0 0 1-.438-.438V7.984c0-.245.193-.438.438-.438h21.779c.245 0 .437.193.437.438v16.441-.009Z"></path><path d="M19.351 21.328H6.49v1.75H19.35v-1.75Z"></path><path d="M10.601 17.793H6.49v1.75H10.6v-1.75Z"></path><path d="M25.608 21.328H21.11v1.75h4.498v-1.75Z"></path><path d="M16.481 17.793H12.37v1.75h4.112v-1.75Z"></path><path d="M25.608 17.793h-7.403v1.75h7.403v-1.75Z"></path><path d="M25.555 14.266h-8.601v1.75h8.601v-1.75Z"></path><path d="M15.186 14.266H6.55v1.75h8.636v-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--cc2"><path d="M13.381 3.011H2.62c-.849 0-1.531.683-1.531 1.532v7.35c0 .84.69 1.53 1.53 1.53h10.763c.84 0 1.531-.69 1.531-1.53v-7.35c0-.84-.69-1.532-1.53-1.532Zm.219 8.881a.217.217 0 0 1-.219.22H2.62a.217.217 0 0 1-.219-.22v-7.35c0-.122.096-.218.219-.218H13.38c.123 0 .219.096.219.219v7.35Z"></path><path d="M8.779 9.477H3.686v1.313H8.78V9.477Z"></path><path d="M6.591 6.835H3.686v1.313h2.905V6.835Z"></path><path d="M12.27 6.835H7.921v1.313h4.349V6.835Z"></path><path d="M12.296 9.477H10.1v1.313h2.196V9.477Z"></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--ccFilledLarge"><path fill-rule="evenodd" d="M26.894 5.797c1.207 0 2.187.98 2.187 2.187v16.44c0 1.208-.98 2.188-2.187 2.188H5.115a2.188 2.188 0 0 1-2.187-2.187V7.985c0-1.208.98-2.188 2.187-2.188h21.779Zm-14.569 5.638c-.761 0-1.461.132-2.056.386a4.35 4.35 0 0 0-1.532 1.068c-.42.446-.743.97-.97 1.54a4.753 4.753 0 0 0-.342 1.776c0 .612.114 1.207.342 1.775.227.569.55 1.085.97 1.54.412.447.928.806 1.532 1.069.603.253 1.286.384 2.039.384.752 0 1.461-.123 2.03-.368.498-.21.936-.49 1.295-.83l-1.444-1.418c-.21.166-.455.298-.726.394-.341.122-.7.183-1.067.183a2.592 2.592 0 0 1-2.285-1.338 2.814 2.814 0 0 1-.35-1.375 2.72 2.72 0 0 1 1.304-2.38l.01-.008c.393-.245.839-.367 1.328-.367.394 0 .762.06 1.103.192.28.105.525.245.735.42l1.427-1.408a4.742 4.742 0 0 0-1.348-.867c-.568-.245-1.234-.368-1.995-.368Zm8.916 0c-.761 0-1.462.132-2.056.386a4.35 4.35 0 0 0-1.532 1.068c-.42.446-.743.97-.97 1.54a4.754 4.754 0 0 0-.342 1.776c0 .612.114 1.207.342 1.775.227.569.55 1.085.97 1.54.412.447.928.806 1.532 1.069.603.253 1.286.384 2.039.384.752 0 1.461-.123 2.03-.368.499-.21.936-.49 1.295-.83l-1.444-1.418c-.21.166-.455.297-.726.394a3.15 3.15 0 0 1-1.068.183 2.593 2.593 0 0 1-2.284-1.338 2.814 2.814 0 0 1-.35-1.375 2.72 2.72 0 0 1 1.304-2.38l.01-.008c.393-.245.84-.367 1.33-.367.393 0 .76.06 1.102.192.28.105.524.245.734.42l1.427-1.408a4.738 4.738 0 0 0-1.348-.867c-.568-.245-1.233-.368-1.995-.368Z" clip-rule="evenodd"></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--ccFilled"><path fill-rule="evenodd" d="M13.38 3.012c.84 0 1.532.69 1.532 1.53v7.35c0 .84-.691 1.532-1.531 1.532H2.619c-.84 0-1.531-.692-1.531-1.532v-7.35c0-.848.682-1.53 1.531-1.53h10.762ZM6.295 5.907c-.333 0-.639.053-.928.167a2.26 2.26 0 0 0-.752.48A2.224 2.224 0 0 0 3.923 8.2a2.268 2.268 0 0 0 .682 1.645c.21.21.464.367.752.481.29.114.596.166.92.166.375 0 .708-.052.996-.166a2.03 2.03 0 0 0 .736-.481l-.946-.918c-.096.07-.21.13-.323.166a1.245 1.245 0 0 1-.367.061c-.184 0-.341-.044-.49-.123a.803.803 0 0 1-.342-.34 1.053 1.053 0 0 1 0-.99.912.912 0 0 1 .342-.34c.149-.08.306-.124.49-.124a1.073 1.073 0 0 1 .726.245l.936-.919a2.347 2.347 0 0 0-.77-.489 2.567 2.567 0 0 0-.971-.167Zm4.042 0c-.332 0-.638.053-.927.167-.288.114-.534.27-.753.48A2.223 2.223 0 0 0 7.965 8.2a2.268 2.268 0 0 0 .682 1.645c.21.21.465.367.753.481.29.114.596.166.92.166.375 0 .708-.052.996-.166a2.03 2.03 0 0 0 .736-.481l-.946-.918c-.096.07-.21.13-.324.166a1.243 1.243 0 0 1-.367.061c-.184 0-.341-.044-.49-.123a.803.803 0 0 1-.341-.34 1.053 1.053 0 0 1 0-.99.912.912 0 0 1 .34-.34c.15-.08.307-.124.491-.124a1.074 1.074 0 0 1 .727.245l.935-.919a2.344 2.344 0 0 0-.77-.489 2.57 2.57 0 0 0-.971-.167Z" clip-rule="evenodd"></path></svg>
|
package/dist/icons/cc-large.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 32
|
|
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--ccLarge"><path d="M26.894 5.796H5.115c-1.207 0-2.187.98-2.187 2.188v16.441c0 1.208.98 2.188 2.187 2.188h21.779c1.207 0 2.187-.98 2.187-2.188V7.984c0-1.208-.98-2.188-2.187-2.188Zm.437 18.62a.433.433 0 0 1-.437.438H5.115a.433.433 0 0 1-.437-.438V7.984c0-.245.192-.438.437-.438h21.779c.245 0 .437.193.437.438v16.441-.009Z"></path><path d="M11.021 13.829c.394-.245.84-.368 1.33-.368.394 0 .762.062 1.103.193.28.105.525.245.735.42l1.426-1.409a4.737 4.737 0 0 0-1.347-.866c-.57-.245-1.234-.368-1.995-.368-.762 0-1.462.132-2.057.385a4.35 4.35 0 0 0-1.53 1.068c-.42.446-.745.971-.972 1.54a4.751 4.751 0 0 0-.341 1.776c0 .613.113 1.208.34 1.776.228.57.552 1.085.972 1.54a4.5 4.5 0 0 0 1.531 1.068c.604.254 1.287.385 2.04.385.752 0 1.46-.123 2.03-.368.498-.21.935-.49 1.294-.83l-1.444-1.418c-.21.166-.455.297-.726.393-.341.123-.7.184-1.067.184a2.59 2.59 0 0 1-2.284-1.339 2.812 2.812 0 0 1-.35-1.373c0-.525.122-1.007.359-1.41.236-.402.55-.734.945-.97l.008-.01Z"></path><path d="M19.938 13.829c.393-.245.84-.368 1.33-.368.393 0 .76.062 1.102.193.28.105.525.245.735.42l1.426-1.409a4.734 4.734 0 0 0-1.347-.866c-.569-.245-1.234-.368-1.995-.368-.761 0-1.461.132-2.056.385a4.349 4.349 0 0 0-1.532 1.068c-.42.446-.743.971-.97 1.54a4.751 4.751 0 0 0-.342 1.776c0 .613.114 1.208.341 1.776.228.57.551 1.085.971 1.54a4.5 4.5 0 0 0 1.532 1.068c.603.254 1.286.385 2.038.385.753 0 1.462-.123 2.03-.368.5-.21.937-.49 1.295-.83l-1.443-1.418c-.21.166-.455.297-.727.393-.34.123-.7.184-1.067.184a2.59 2.59 0 0 1-2.284-1.339 2.812 2.812 0 0 1-.35-1.373c0-.525.123-1.007.359-1.41.236-.402.551-.734.945-.97l.009-.01Z"></path></svg>
|
package/dist/icons/cc.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" viewBox="0 0 16
|
|
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--cc"><path d="M6.74 9.092a1.243 1.243 0 0 1-.367.062c-.184 0-.342-.044-.49-.123a.803.803 0 0 1-.342-.341 1.052 1.052 0 0 1 0-.989.912.912 0 0 1 .342-.341c.148-.079.306-.123.49-.123a1.072 1.072 0 0 1 .726.245l.936-.918a2.346 2.346 0 0 0-.77-.49 2.568 2.568 0 0 0-.971-.167c-.333 0-.639.053-.928.167a2.26 2.26 0 0 0-.752.481A2.221 2.221 0 0 0 3.923 8.2a2.267 2.267 0 0 0 .682 1.645c.21.21.464.367.753.481.288.114.595.166.918.166.377 0 .71-.052.998-.166.289-.114.534-.271.735-.481l-.945-.919c-.096.07-.21.131-.324.166Z"></path><path d="M9.925 7.36c.149-.079.306-.123.49-.123a1.072 1.072 0 0 1 .726.245l.937-.918a2.346 2.346 0 0 0-.77-.49 2.568 2.568 0 0 0-.972-.167c-.332 0-.638.053-.927.167a2.26 2.26 0 0 0-.753.481 2.221 2.221 0 0 0-.69 1.645 2.267 2.267 0 0 0 .682 1.645c.21.21.463.367.752.481.289.114.595.166.919.166.376 0 .709-.052.997-.166.29-.114.534-.271.735-.481l-.945-.919c-.096.07-.21.131-.323.166a1.244 1.244 0 0 1-.368.062c-.184 0-.341-.044-.49-.123a.803.803 0 0 1-.341-.341 1.052 1.052 0 0 1 0-.989.912.912 0 0 1 .341-.341Z"></path><path d="M13.381 3.011H2.62c-.849 0-1.531.683-1.531 1.531v7.35c0 .84.69 1.532 1.53 1.532h10.763c.84 0 1.532-.691 1.532-1.531v-7.35c0-.84-.692-1.532-1.532-1.532Zm.22 8.881a.217.217 0 0 1-.22.22H2.62a.217.217 0 0 1-.219-.22v-7.35c0-.122.096-.218.219-.218H13.38c.123 0 .22.096.22.218v7.35Z"></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--chatCourierLarge"><path d="M22.034 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923Z"></path><path d="M25.88 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923Z"></path><path d="M18.187 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923Z"></path><path d="M11.098 19.23H7.603v1.748h3.495V19.23Z"></path><path d="M25.082 19.23h-3.496v1.748h3.496V19.23Z"></path><path d="M28.525 17.36a8.172 8.172 0 0 1-1.695 1.127v4.99a.988.988 0 0 1-.498.21 62.41 62.41 0 0 1-9.99.787c-3.34-.001-6.674-.264-9.972-.787a1.084 1.084 0 0 1-.515-.21v-5.585c-.003-.15.027-.299.087-.436l.734-1.748a53.47 53.47 0 0 0 6.393.774v-1.727a51.185 51.185 0 0 1-5.702-.664L8.58 9.319a.758.758 0 0 1 .472-.577c1.32-.327 2.663-.55 4.016-.685V6.293a33.244 33.244 0 0 0-4.496.772A2.488 2.488 0 0 0 6.886 8.89l-.857 3.347H3.67l-.873 1.748H5.53l-1.197 2.78c-.15.356-.227.74-.227 1.126V27.97h1.748v-2.622l.21.053c3.399.54 6.835.815 10.277.821a63.847 63.847 0 0 0 10.295-.812l.193-.061v2.621h1.748V17.892c0-.178-.018-.357-.053-.533Z"></path><path d="M15.557 18.533a.876.876 0 0 1-.875-.875V5.768c0-.651.53-1.18 1.18-1.18h12.163c.65 0 1.18.529 1.18 1.18v8.514c0 .65-.53 1.179-1.18 1.179H19.51c-.335 0-.65.13-.886.367l-2.448 2.449a.875.875 0 0 1-.619.256Zm.875-12.195v9.208l.955-.955a2.981 2.981 0 0 1 2.123-.88h7.944V6.338H16.432Z"></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--chatCourier"><path d="M7.454 9.265a.656.656 0 0 1-.656-.656V2.636c0-.446.365-.809.815-.809h6.35c.45 0 .816.363.816.81v4.276c0 .446-.366.81-.816.81H9.517a.469.469 0 0 0-.33.129l-1.279 1.23a.654.654 0 0 1-.454.183ZM8.11 3.14v3.927l.168-.16c.332-.32.773-.497 1.24-.497h3.948V3.14H8.11Z"></path><path d="M13.986 8.593c-.008 0-.014.004-.023.004h-1.302a.356.356 0 0 1 0 .108l.052 1.624v.594h-.07a26.082 26.082 0 0 1-9.02 0h-.079V8.705a.357.357 0 0 1 0-.14l.297-.698.472-1.24.558-2.157a.21.21 0 0 1 .088-.13c.318-.089.641-.143.964-.202v-1.34c-.441.074-.88.164-1.314.284a1.431 1.431 0 0 0-1.004 1.047l-.498 1.965H1.885l-.664 1.31H2.62l-.28.646c-.087.207-.132.43-.13.655v5.03h1.309V12.26a27.469 27.469 0 0 0 9.169 0v1.476h1.31v-5.03c0-.038-.008-.075-.01-.112Z"></path></svg>
|
|
@@ -1 +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--doNotTouchLarge"><path
|
|
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--doNotTouchLarge"><path d="m11.446 21.801 15.68-15.68h.035l.56-.56h-2.546l-5.618 5.618a3.621 3.621 0 0 0-1.505-.648l-3.666-.62-4.069-3.518-1.146 1.32 2.188 1.89c-1.514.928-4.087 2.88-5.032 5.846L4.131 13.54l-1.146 1.322 6.912 5.976-5.643 5.644h2.52l4.69-4.69-.018.008Zm-3.64-5.075c.569-3.185 3.745-5.24 4.953-5.915l.857.744 4.148.709c.192.035.367.105.533.184l-7.157 7.157-3.325-2.879h-.009Z"></path><path d="m22.077 16.184.07-1.479-.446-.691-1.339 1.339-.078 1.487 6.125 6.466c-1.418.534-3.037-.603-3.518-.988l-2.082-1.952-3.387 2.153c-1.155.56-2.458.411-3.403-.411l-.228-.193-1.242 1.243.323.28c1.48 1.277 3.58 1.522 5.364.63L20.6 22.57l1.137 1.068c1.103.884 2.511 1.566 3.903 1.566.945 0 1.89-.315 2.72-1.102l.64-.604-6.93-7.315h.008Z"></path></svg>
|
|
@@ -1 +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--doNotTouch"><path
|
|
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--doNotTouch"><path d="m11.19 3.879-1.383 1.39a2.138 2.138 0 0 0-1.172-.603l-1.873-.289L5.11 3.074l-.814 1.032L6.08 5.515l.14.105 2.214.341a.785.785 0 0 1 .437.245L5.415 9.68 1.959 6.862l-.832 1.015 3.36 2.74-.945.944-1.636 1.645h1.838l.603-.612 1.147-1.147.927-.936.7-.709 2.503-2.52.945-.945 1.198-1.207 2.302-2.31h-1.83l-1.058 1.067.009-.008Z"></path><path d="M9.632 7.282 7.13 9.802l-.7.7.009.01 3.202-3.22-.009-.01Z"></path><path d="m11.024 7.746-.928.928 2.713 2.747c-.57.21-1.252.114-1.83-.28l-1.33-1.19-1.338.998c-.201.096-.42.13-.63.14l-.621.63-.473.472a2.754 2.754 0 0 0 2.372-.096l.612-.446.595.525c.648.446 1.356.665 2.039.665.77 0 1.505-.28 2.082-.85l.464-.463-3.745-3.797.018.017Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--documentEditLarge"><path fill-rule="evenodd" d="M17.62 3.31c1.15 0 2.29.23 3.35.67a8.54 8.54 0 0 1 2.84 1.9c.81.81 1.46 1.77 1.9 2.83.43 1.04.66 2.23.67 3.35h-8.76v-7H5.38v21.88h7.59v1.75H3.62V3.31h14Zm1.76 7h5.02a7.11 7.11 0 0 0-1.83-3.19 7.166 7.166 0 0 0-3.19-1.83v5.02Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M26.04 14.4a1.728 1.728 0 0 1 1.24.51l1.94 1.94h-.02v.03c.33.33.51.77.51 1.23 0 .46-.18.9-.51 1.23l-8.24 8.27c-.29.28-.66.47-1.07.52l-4.36.48.48-4.36c.05-.4.23-.78.52-1.07l8.27-8.27c.17-.16.36-.29.57-.38.21-.08.44-.13.67-.13Zm-8.26 9.99-.25 2.19 2.2-.25 5.94-5.92-1.94-1.94-5.95 5.92Zm7.18-7.15 1.94 1.94 1.06-1.06-1.95-1.94-1.05 1.06Z" clip-rule="evenodd"></path><path d="M16.75 19.94v1.75h-7v-1.75h7Zm3.5-4.38v1.75H9.75v-1.75h10.5Zm-6.13-4.37v1.75H9.75v-1.75h4.37Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--documentEdit"><path fill-rule="evenodd" d="M12.73 7.17c.28 0 .55.11.75.31l.88.88v.03c.1.09.18.21.23.34l.01.01c.05.13.08.27.08.41 0 .14-.03.28-.08.41-.05.12-.13.24-.23.34l-3.88 3.88c-.18.18-.41.29-.66.31l-2.34.26.26-2.34c.03-.25.14-.48.31-.66l3.92-3.87c.2-.2.47-.31.75-.31Zm-3.68 5 .56.56 2.57-2.57-.56-.56-2.57 2.57Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M8.99 1.66c1.1 0 2.16.43 2.94 1.21.78.78 1.22 1.84 1.22 2.94v.66H8.33v-3.5H2.65v10.06h2.84v1.31H1.33V1.66h7.66Zm.66 3.5h2.1c-.12-.51-.38-.98-.76-1.35-.37-.37-.83-.63-1.34-.75v2.1Z" clip-rule="evenodd"></path><path d="M8.87 9.97H4.62V8.66h4.25v1.31ZM7.24 7.34H4.62V6.03h2.62v1.31Z"></path></svg>
|
|
@@ -1 +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--locationPinFilled"><path d="M11.
|
|
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--locationPinFilled"><path d="M11.94 3.178a5.578 5.578 0 0 0-7.88 0 5.58 5.58 0 0 0 0 7.881L8 15l3.94-3.94a5.58 5.58 0 0 0 0-7.882ZM8 8.258a1.094 1.094 0 1 1 0-2.186 1.094 1.094 0 0 1 0 2.187Z"></path></svg>
|
|
@@ -1 +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--locationPin"><path d="M11.
|
|
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--locationPin"><path d="M11.94 3.178a5.578 5.578 0 0 0-7.88 0 5.58 5.58 0 0 0 0 7.881L8 15l3.94-3.94a5.58 5.58 0 0 0 0-7.882Zm-.928 6.954L8 13.144l-3.013-3.012a4.266 4.266 0 0 1 0-6.026A4.248 4.248 0 0 1 8 2.86c1.09 0 2.182.415 3.012 1.246a4.267 4.267 0 0 1 0 6.026Z"></path><path d="M8 4.759a2.409 2.409 0 0 0-2.406 2.406A2.409 2.409 0 0 0 8 9.571a2.409 2.409 0 0 0 2.407-2.406A2.409 2.409 0 0 0 8 4.76Zm0 3.5A1.095 1.095 0 0 1 8 6.07 1.095 1.095 0 0 1 8 8.26Z"></path></svg>
|
|
@@ -1 +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--microphoneOffLarge"><path
|
|
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--microphoneOffLarge"><path d="m24.916 6.716 1.164-1.163h-2.476L21.87 7.285a6.134 6.134 0 0 0-5.88-4.41A6.132 6.132 0 0 0 9.866 9v5.25c0 1.409.49 2.704 1.295 3.736L9.298 19.85a8.697 8.697 0 0 1-2.057-5.609h-1.75c0 2.617.98 4.997 2.573 6.834l-2.161 2.161h2.476L24.908 6.707l.008.01ZM11.625 14.25V9A4.377 4.377 0 0 1 16 4.625c2.415 0 4.253 1.864 4.358 4.182l-7.937 7.937a4.297 4.297 0 0 1-.796-2.494Z"></path><path d="M20.375 14.25A4.377 4.377 0 0 1 16 18.625c-.166 0-.324-.035-.49-.052l-1.47 1.47c.613.21 1.278.323 1.96.323a6.132 6.132 0 0 0 6.125-6.125v-2.284l-1.75 1.75v.543Z"></path><path d="M26.5 14.25h-1.75c0 4.821-3.929 8.75-8.75 8.75a8.707 8.707 0 0 1-3.955-.954l-1.295 1.295a10.446 10.446 0 0 0 4.366 1.374v2.669h-2.625v1.75h7v-1.75h-2.625v-2.669c5.381-.446 9.625-4.961 9.625-10.456l.009-.009Z"></path></svg>
|
|
@@ -1 +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--microphoneOff"><path
|
|
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--microphoneOff"><path d="m6.556 8.341-.009-.009-.927.928.009.009.927-.928Z"></path><path d="m9.969 4.911 1.225-1.234V3.66L9.969 4.894v.017Z"></path><path d="m4.692 10.196-.918.928.008.008.92-.927-.01-.009Z"></path><path d="M9.969 7.011A1.972 1.972 0 0 1 8 8.98c-.079 0-.149-.018-.228-.026L6.705 10.02a3.282 3.282 0 0 0 4.568-3.019V5.42L9.96 6.74v.262l.009.01Z"></path><path d="M12.594 7.011A4.604 4.604 0 0 1 8 11.605a4.552 4.552 0 0 1-2.249-.613l-.954.963H4.78c.752.49 1.627.822 2.564.928v2.003h1.312v-2.003a5.913 5.913 0 0 0 5.25-5.872h-1.312Z"></path><path d="M6.547 8.332 9.97 4.894l1.225-1.234 2.537-2.555h-1.829l-1.294 1.304a3.273 3.273 0 0 0-2.6-1.304 3.282 3.282 0 0 0-3.28 3.281v2.625c0 .394.078.761.2 1.103l-.988.988c-.324-.63-.534-1.338-.534-2.1H2.094c0 1.13.315 2.18.866 3.08l-1.855 1.873h1.837l.832-.831 1.855-1.855.927-.928-.009-.009Zm-.516-3.946c0-1.085.884-1.969 1.969-1.969.7 0 1.321.377 1.662.928l-3.63 3.657V4.386Z"></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--numberInputLarge"><path fill-rule="evenodd" d="M24.75 4.625a2.628 2.628 0 0 1 2.625 2.625v17.5a2.628 2.628 0 0 1-2.625 2.625H7.25a2.628 2.628 0 0 1-2.625-2.625V7.25A2.628 2.628 0 0 1 7.25 4.625h17.5Zm-3.08 7.837c-.567 0-1.057.078-1.47.235a3.228 3.228 0 0 0-1.093.688l1.093 1.25a1.55 1.55 0 0 1 .573-.373c.227-.087.466-.132.718-.132.232 0 .43.043.599.127.167.084.252.22.252.409a.494.494 0 0 1-.08.278.515.515 0 0 1-.236.19.95.95 0 0 1-.377.068h-.81v1.491h.873c.273 0 .488.043.645.13.158.088.238.23.238.426a.476.476 0 0 1-.132.331.822.822 0 0 1-.384.215 2.2 2.2 0 0 1-.608.074c-.28 0-.54-.042-.778-.127a1.994 1.994 0 0 1-.63-.356l-1.082 1.302c.302.287.66.5 1.077.64.416.14.929.21 1.538.21.462 0 .877-.05 1.245-.151a3.02 3.02 0 0 0 .94-.426c.258-.182.456-.398.592-.646.137-.25.205-.513.205-.794a1.52 1.52 0 0 0-.162-.703 1.723 1.723 0 0 0-.457-.55 2.107 2.107 0 0 0-.693-.363c.217-.098.401-.224.551-.378.15-.153.269-.329.357-.525.087-.196.13-.4.13-.608 0-.358-.111-.682-.335-.972-.224-.29-.533-.523-.929-.698-.395-.175-.852-.262-1.37-.262Zm-6.228.062a4.6 4.6 0 0 0-1.563.252c-.47.168-.848.396-1.135.683l1.03 1.302a2.18 2.18 0 0 1 1.47-.546c.266 0 .475.05.629.147a.463.463 0 0 1 .232.41.52.52 0 0 1-.063.251.7.7 0 0 1-.22.226c-.106.073-.258.16-.458.257-.199.098-.456.217-.771.357-.428.19-.787.4-1.082.63a2.24 2.24 0 0 0-.667.846c-.15.332-.225.744-.225 1.233v.904h5.607v-1.597h-3.57v-.02c0-.057.04-.12.12-.19.08-.07.219-.153.415-.251.196-.098.469-.224.819-.379.462-.189.843-.4 1.144-.635.302-.234.526-.497.673-.788.147-.29.22-.61.22-.96 0-.447-.11-.831-.33-1.15a2.09 2.09 0 0 0-.914-.73c-.389-.168-.842-.252-1.36-.252Zm-8.02 1.082.64 1.575 1.124-.41v4.641h1.91v-6.824h-1.27l-2.404 1.018Z" clip-rule="evenodd"></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--numberInput"><path fill-rule="evenodd" d="M12.215 2.31c.813 0 1.475.662 1.475 1.475v8.43c0 .813-.662 1.475-1.475 1.475h-8.43a1.477 1.477 0 0 1-1.475-1.475v-8.43c0-.813.662-1.475 1.475-1.475h8.43Zm-1.03 3.701c-.318 0-.592.045-.825.133a1.82 1.82 0 0 0-.614.387l.614.702a.871.871 0 0 1 .321-.21 1.13 1.13 0 0 1 .404-.073.74.74 0 0 1 .337.07.239.239 0 0 1 .142.23.28.28 0 0 1-.044.157.29.29 0 0 1-.133.106.536.536 0 0 1-.213.04h-.454v.836h.49c.152 0 .273.025.362.074.088.05.133.13.133.24 0 .07-.025.132-.074.185a.455.455 0 0 1-.215.12 1.22 1.22 0 0 1-.342.043 1.31 1.31 0 0 1-.437-.07 1.139 1.139 0 0 1-.354-.202l-.607.732c.17.161.37.28.605.36.233.077.521.118.863.118.26 0 .493-.028.7-.086.206-.057.382-.137.528-.239.146-.102.257-.223.333-.363a.913.913 0 0 0 .024-.84.974.974 0 0 0-.256-.31 1.194 1.194 0 0 0-.39-.204 1.003 1.003 0 0 0 .51-.507.873.873 0 0 0-.115-.89 1.321 1.321 0 0 0-.522-.391 1.896 1.896 0 0 0-.77-.148Zm-3.498.036c-.323 0-.616.047-.879.142a1.696 1.696 0 0 0-.637.383l.578.732a1.232 1.232 0 0 1 .826-.307c.149 0 .268.028.354.082a.26.26 0 0 1 .13.23.3.3 0 0 1-.035.143.392.392 0 0 1-.125.127c-.059.04-.145.09-.256.144a12.09 12.09 0 0 1-.434.2 2.85 2.85 0 0 0-.608.355 1.25 1.25 0 0 0-.374.475 1.676 1.676 0 0 0-.126.693v.507h3.15v-.896H7.244v-.013c0-.031.022-.067.067-.106.046-.039.123-.086.234-.141.11-.055.263-.126.46-.213.259-.106.474-.225.643-.356.17-.132.295-.28.377-.443.083-.163.125-.344.125-.54 0-.252-.062-.467-.186-.647a1.184 1.184 0 0 0-.514-.41 1.907 1.907 0 0 0-.764-.141Zm-4.508.608.36.885.631-.23v2.607h1.074V6.083H4.53l-1.35.572Z" clip-rule="evenodd"></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--pullRequestLarge"><path d="M11.874 8.842a3.232 3.232 0 0 0-3.228-3.228 3.226 3.226 0 0 0-3.229 3.228c0 1.47.997 2.704 2.354 3.09v9.056c-1.357.384-2.354 1.618-2.354 3.088a3.232 3.232 0 0 0 3.229 3.229 3.227 3.227 0 0 0 3.228-3.229c0-1.47-.997-2.704-2.353-3.088V11.93c1.356-.385 2.353-1.618 2.353-3.089Zm-4.707 0c0-.813.665-1.478 1.479-1.478.813 0 1.478.665 1.478 1.478 0 .814-.665 1.48-1.478 1.48a1.483 1.483 0 0 1-1.479-1.48Zm2.957 15.234c0 .814-.665 1.479-1.478 1.479a1.483 1.483 0 0 1-1.479-1.479c0-.814.665-1.479 1.479-1.479.813 0 1.478.665 1.478 1.48Z"></path><path d="M24.238 20.988V10.584a2.793 2.793 0 0 0-2.791-2.792h-3.649l2.048-2.047-1.234-1.234-3.202 3.194a1.314 1.314 0 0 0-.394.971c0 .368.157.709.42.963l3.185 3.036 1.207-1.269-1.968-1.872h3.578c.569 0 1.042.463 1.042 1.041v10.404c-1.357.385-2.354 1.619-2.354 3.088a3.232 3.232 0 0 0 3.229 3.23 3.226 3.226 0 0 0 3.228-3.23c0-1.47-.997-2.703-2.353-3.088l.008.009Zm-.875 4.567a1.483 1.483 0 0 1-1.479-1.479c0-.814.665-1.479 1.48-1.479.813 0 1.478.665 1.478 1.48 0 .813-.665 1.478-1.479 1.478Z"></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--pullRequest"><path d="M5.809 4.255A2.04 2.04 0 0 0 3.77 2.216c-1.12 0-2.047.92-2.047 2.04 0 .892.586 1.644 1.382 1.924v4.253a2.024 2.024 0 0 0-1.382 1.925 2.04 2.04 0 0 0 2.038 2.038c1.12 0 2.04-.918 2.04-2.038 0-.893-.587-1.645-1.383-1.925V6.18A2.024 2.024 0 0 0 5.8 4.255h.009ZM3.76 3.53c.403 0 .727.324.727.726a.724.724 0 0 1-.727.726.724.724 0 0 1-.726-.726c0-.402.324-.726.726-.726Zm0 9.546a.725.725 0 0 1-.726-.726c0-.403.324-.726.726-.726.403 0 .727.323.727.726a.725.725 0 0 1-.727.726Z"></path><path d="M12.905 10.432V5.288c0-.98-.796-1.785-1.785-1.785H9.317l.963-.963-.928-.927-1.881 1.88a.897.897 0 0 0-.271.675.9.9 0 0 0 .289.665l1.88 1.785.91-.954-.9-.858h1.758a.47.47 0 0 1 .473.473v5.145a2.024 2.024 0 0 0-1.383 1.925 2.04 2.04 0 0 0 2.039 2.038c1.12 0 2.039-.918 2.039-2.038 0-.893-.586-1.645-1.383-1.925l-.017.008Zm-.656 2.643a.724.724 0 0 1-.727-.726c0-.403.324-.726.726-.726.403 0 .727.323.727.726a.724.724 0 0 1-.726.726Z"></path></svg>
|
|
@@ -1 +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--robotLarge"><path
|
|
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--robotLarge"><path d="M24.3 15.431V14.33a2.633 2.633 0 0 0-2.625-2.625H16.88V9.857A2.685 2.685 0 0 0 18.7 7.32a2.696 2.696 0 0 0-5.39 0c0 1.181.761 2.17 1.82 2.537v1.847h-4.795a2.633 2.633 0 0 0-2.625 2.625v1.111a4.163 4.163 0 0 0-3.054 4.008c0 1.916 1.304 3.508 3.054 4.007v1.208a2.633 2.633 0 0 0 2.625 2.625h11.34a2.633 2.633 0 0 0 2.625-2.625v-1.2c1.776-.48 3.098-2.09 3.098-4.015 0-1.925-1.322-3.536-3.098-4.017ZM15.06 7.33c0-.516.42-.945.945-.945.525 0 .945.42.945.945 0 .525-.42.945-.945.945a.941.941 0 0 1-.945-.945ZM6.406 19.448c0-.928.534-1.733 1.304-2.136v4.28a2.415 2.415 0 0 1-1.304-2.136v-.008Zm16.144 5.215a.878.878 0 0 1-.875.875h-11.34a.878.878 0 0 1-.875-.875V14.329c0-.482.394-.875.875-.875h11.34c.481 0 .875.393.875.875v10.334Zm1.75-3.054v-4.323a2.417 2.417 0 0 1 1.348 2.162c0 .944-.552 1.767-1.348 2.16Z"></path><path d="M12.855 23.035h6.3v-1.75h-6.3v1.75Z"></path><path d="M13.433 18.327a1.26 1.26 0 1 0-2.521.001 1.26 1.26 0 0 0 2.52 0Z"></path><path d="M19.846 17.076a1.26 1.26 0 1 0 .001 2.521 1.26 1.26 0 0 0 0-2.52Z"></path></svg>
|
package/dist/icons/robot.svg
CHANGED
|
@@ -1 +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--robot"><path
|
|
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--robot"><path d="M6.106 11.71v.656h3.772v-1.312H6.106v.656Z"></path><path d="M5.695 10.161a.753.753 0 1 0 0-1.505.753.753 0 0 0 0 1.505Z"></path><path d="M10.297 10.161a.753.753 0 1 0 0-1.505.753.753 0 0 0 0 1.505Z"></path><path d="M13.089 7.571A2.398 2.398 0 0 0 10.7 5.305H8.67v-.901A1.723 1.723 0 1 0 6.29 2.81c0 .718.438 1.339 1.068 1.593v.9H5.3A2.4 2.4 0 0 0 2.913 7.58c-1.085.341-1.864 1.33-1.864 2.502a2.64 2.64 0 0 0 1.837 2.503 2.4 2.4 0 0 0 2.398 2.336h5.399a2.405 2.405 0 0 0 2.397-2.327 2.628 2.628 0 0 0 1.864-2.512c0-1.19-.796-2.178-1.873-2.51h.018ZM2.886 11.124a1.326 1.326 0 0 1-.525-1.042c0-.42.21-.805.525-1.04v2.09-.008Zm8.9-3.378v4.769c0 .604-.49 1.094-1.095 1.094H5.293c-.604 0-1.094-.49-1.094-1.094V7.72c0-.604.49-1.094 1.094-1.094h5.398c.604 0 1.094.49 1.094 1.094v.035-.009Zm1.312 3.404V9.015c.332.245.542.63.542 1.067 0 .438-.219.823-.542 1.068Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--signEmptyLarge"><g clip-path="url(#prefix__a)"><path d="M26.645 11.6h-4.474L16.8 4.95h-1.39l-5.37 6.65H5.566a2.72 2.72 0 0 0-1.89.794 2.709 2.709 0 0 0-.795 1.885V24.7c0 .695.298 1.39.795 1.886a2.719 2.719 0 0 0 1.89.794h20.88c.696 0 1.392-.298 1.89-.794.497-.496.795-1.19.795-1.886V14.28a2.72 2.72 0 0 0-2.685-2.68h.2Zm-10.44-4.665 3.778 4.665h-7.557l3.779-4.665ZM27.54 24.7c0 .199 0 .497-.298.596-.299.1-.398.298-.597.298H5.765c-.2 0-.498 0-.597-.298-.2-.199-.298-.397-.298-.596V14.28c0-.2 0-.497.298-.596.199-.199.398-.298.596-.298h20.881c.199 0 .497 0 .597.298.1.298.298.397.298.595V24.7Z"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--signEmpty"><path d="M13.112 4.723h-2.078L8.46 1.46h-.99L4.897 4.723H2.82c-.396 0-.792.198-1.09.495-.296.296-.395.692-.494 1.088v5.142c0 .395.198.79.495 1.088.297.296.693.395 1.089.494h10.39c.396 0 .792-.198 1.089-.494.297-.297.396-.693.495-1.088V6.306c0-.396-.198-.792-.495-1.088-.297-.297-.693-.396-1.089-.495h-.099Zm-5.147-1.68 1.386 1.78h-2.87l1.385-1.78h.1Zm5.444 8.405v.198H2.621V6.108h10.788v5.34Z"></path></svg>
|
|
@@ -1 +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--soundwaveLarge"><path
|
|
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--soundwaveLarge"><path d="M6.427 21.714V10.286a.878.878 0 0 0-.875-.875.878.878 0 0 0-.875.875v11.428c0 .481.394.875.875.875a.878.878 0 0 0 .875-.875Z"></path><path d="M11.651 26.526V5.474a.878.878 0 0 0-.875-.875.878.878 0 0 0-.875.875v21.052c0 .482.394.875.875.875a.878.878 0 0 0 .875-.875Z"></path><path d="M16 6.349a.878.878 0 0 0-.875.875v17.552c0 .482.394.875.875.875a.878.878 0 0 0 .875-.875V7.224A.878.878 0 0 0 16 6.349Z"></path><path d="M21.224 11.161a.878.878 0 0 0-.875.875v7.928c0 .481.393.875.875.875a.878.878 0 0 0 .875-.875v-7.928a.878.878 0 0 0-.875-.875Z"></path><path d="M26.448 8.536a.878.878 0 0 0-.875.875V22.59c0 .481.393.875.875.875a.878.878 0 0 0 .875-.875V9.41a.878.878 0 0 0-.875-.875Z"></path></svg>
|
package/dist/icons/soundwave.svg
CHANGED
|
@@ -1 +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--soundwave"><path
|
|
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--soundwave"><path d="M1.74 4.38c-.41 0-.75.34-.75.75v5.75c0 .41.34.75.75.75s.75-.34.75-.75V5.13c0-.41-.34-.75-.75-.75Z"></path><path d="M4.85 1.07c-.41 0-.75.34-.75.75v12.36c0 .41.34.75.75.75s.75-.34.75-.75V1.82c0-.41-.34-.75-.75-.75Z"></path><path d="M7.96 2.62c-.41 0-.75.34-.75.75v9.26c0 .41.34.75.75.75s.75-.34.75-.75V3.37c0-.41-.34-.75-.75-.75Z"></path><path d="M11.07 5.21c-.41 0-.75.34-.75.75v4.08c0 .41.34.75.75.75s.75-.34.75-.75V5.96c0-.41-.34-.75-.75-.75Z"></path><path d="M14.18 3.74c-.41 0-.75.34-.75.75v7.03c0 .41.34.75.75.75s.75-.34.75-.75V4.49c0-.41-.34-.75-.75-.75Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--stopCircleFilledLarge"><path d="M24.665 7.14c-2.3-2.3-5.411-3.59-8.662-3.59-2.42 0-4.791.72-6.812 2.06a12.315 12.315 0 0 0-4.51 5.502 12.258 12.258 0 0 0-.701 7.082 12.22 12.22 0 0 0 3.35 6.271 12.258 12.258 0 0 0 6.272 3.35c2.38.47 4.841.23 7.082-.7 2.24-.93 4.151-2.5 5.501-4.51a12.203 12.203 0 0 0 2.06-6.812c0-3.25-1.29-6.362-3.59-8.662l.01.01Zm-3.66 12.274c0 .77-.621 1.39-1.391 1.39h-7.212c-.77 0-1.39-.62-1.39-1.39v-7.212c0-.77.62-1.39 1.39-1.39h7.212c.77 0 1.39.62 1.39 1.39v7.212Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--stopCircleFilled"><g clip-path="url(#prefix__a)"><path d="M12.79 3.21a6.775 6.775 0 0 0-8.56-.85c-1.12.74-1.98 1.8-2.5 3.04-.51 1.24-.65 2.6-.39 3.92.26 1.32.91 2.52 1.86 3.47a6.86 6.86 0 0 0 3.47 1.86c1.32.26 2.68.13 3.92-.39 1.24-.51 2.3-1.38 3.04-2.5a6.775 6.775 0 0 0-.85-8.56l.01.01ZM11 9.92c0 .6-.48 1.08-1.08 1.08H6.08C5.48 11 5 10.52 5 9.92V6.08C5 5.48 5.48 5 6.08 5h3.84c.6 0 1.08.48 1.08 1.08v3.84Z"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--stopCircleLarge"><path fill-rule="evenodd" d="M19.614 11c.77 0 1.39.62 1.39 1.39v7.21c0 .77-.62 1.39-1.39 1.39H12.4c-.77 0-1.39-.62-1.39-1.39v-7.21c0-.77.62-1.39 1.39-1.39h7.213Zm-6.832 1.78v6.44h6.441v-6.44h-6.44Z" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M16.003 3.75c3.25 0 6.361 1.29 8.662 3.59h-.01c2.3 2.3 3.59 5.41 3.59 8.66 0 2.43-.71 4.8-2.06 6.81a12.316 12.316 0 0 1-5.502 4.51c-1.5.62-3.09.93-4.69.93-.8 0-1.601-.08-2.391-.24a12.26 12.26 0 0 1-6.271-3.35 12.218 12.218 0 0 1-3.351-6.27c-.47-2.38-.23-4.84.7-7.08.93-2.24 2.5-4.15 4.51-5.5a12.334 12.334 0 0 1 6.813-2.06Zm.01 1.79c-2.08 0-4.092.61-5.822 1.76a10.439 10.439 0 0 0-3.86 4.7 10.36 10.36 0 0 0-.6 6.05c.41 2.04 1.4 3.89 2.87 5.36a10.468 10.468 0 0 0 7.402 3.07c1.38 0 2.73-.27 4.01-.8a10.44 10.44 0 0 0 4.702-3.86l.02.01a10.478 10.478 0 0 0 1.76-5.82c0-2.79-1.09-5.42-3.07-7.4a10.412 10.412 0 0 0-7.412-3.07Z" clip-rule="evenodd"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--stopCircle"><g fill-rule="evenodd" clip-path="url(#prefix__a)" clip-rule="evenodd"><path d="M9.92 5c.6 0 1.08.48 1.08 1.08v3.84c0 .6-.48 1.08-1.08 1.08H6.08C5.48 11 5 10.52 5 9.92V6.08C5 5.48 5.48 5 6.08 5h3.84ZM6.5 6.5v3h3v-3h-3Z"></path><path d="M8 1.22c1.8 0 3.52.72 4.79 1.99l-.01-.01a6.775 6.775 0 0 1 .85 8.56 6.696 6.696 0 0 1-3.04 2.5c-.83.35-1.71.52-2.6.52-.44 0-.88-.04-1.32-.13a6.86 6.86 0 0 1-3.47-1.86c-.95-.95-1.6-2.15-1.86-3.47-.26-1.32-.12-2.68.39-3.92a6.76 6.76 0 0 1 2.5-3.04A6.845 6.845 0 0 1 8 1.22Zm0 1.5c-1.04 0-2.06.31-2.93.89-.88.58-1.55 1.4-1.95 2.37-.4.97-.5 2.02-.3 3.05.21 1.02.71 1.96 1.45 2.7.74.75 1.67 1.25 2.7 1.45.34.07.68.1 1.03.1.7 0 1.38-.13 2.02-.4a5.32 5.32 0 0 0 2.37-1.95c.58-.87.89-1.88.89-2.93 0-1.41-.55-2.73-1.55-3.73-.99-1-2.32-1.55-3.73-1.55Z"></path></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--stopLarge"><path d="M21.77 7.11H10.23c-1.72 0-3.12 1.4-3.12 3.12v11.54c0 1.72 1.4 3.12 3.12 3.12h11.54c1.72 0 3.12-1.4 3.12-3.12V10.23c0-1.72-1.4-3.12-3.12-3.12Zm1.34 14.66c0 .74-.6 1.34-1.34 1.34H10.23c-.74 0-1.34-.6-1.34-1.34V10.23c0-.74.6-1.34 1.34-1.34h11.54c.74 0 1.34.6 1.34 1.34v11.54Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false" fill="currentColor" class="c-pieIcon c-pieIcon--stop"><path d="M10.56 3.25H5.44c-1.21 0-2.19.98-2.19 2.19v5.12c0 1.21.98 2.19 2.19 2.19h5.12c1.21 0 2.19-.98 2.19-2.19V5.44c0-1.21-.98-2.19-2.19-2.19Zm.69 7.31c0 .38-.31.69-.69.69H5.44c-.38 0-.69-.31-.69-.69V5.44c0-.38.31-.69.69-.69h5.12c.38 0 .69.31.69.69v5.12Z"></path></svg>
|
|
@@ -1 +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--thumbsDownFilledLarge"><path d="m26.587 17.242-4.724 1.164.97 4.839c.145.65.093 1.33-.148 1.951a3.43 3.43 0 0 1-3.754 2.179s-4.611-9.249-5.39-10.404c-.307-.43-.585-.88-.831-1.347a12.119 12.119 0 0 1-1.085-5.312 8.521 8.521 0 0 1 1.094-4.374c.245-.454.517-.892.814-1.313h8.88A4.375 4.375 0 0 1 26.5 7.39l1.986 6.545a2.
|
|
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--thumbsDownFilledLarge"><path d="m26.587 17.242-4.724 1.164.97 4.839c.145.65.093 1.33-.148 1.951a3.43 3.43 0 0 1-3.754 2.179s-4.611-9.249-5.39-10.404c-.307-.43-.585-.88-.831-1.347a12.119 12.119 0 0 1-1.085-5.312 8.521 8.521 0 0 1 1.094-4.374c.245-.454.517-.892.814-1.313h8.88A4.375 4.375 0 0 1 26.5 7.39l1.986 6.545a2.626 2.626 0 0 1-1.899 3.307ZM11.18 5.072a10.29 10.29 0 0 0-1.304 5.24 13.842 13.842 0 0 0 1.286 6.126c.088.175.184.332.271.48H3.75V4.626h7.682l-.253.446Z"></path></svg>
|
|
@@ -1 +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--thumbsDownFilled"><path d="M4.404 5.016c-.01 1.234.17 2.461.534 3.64H1.874V2.094h2.992a8.085 8.085 0 0 0-.463 2.922Zm9.8 1.89L13.18 3.625a2.406 2.406 0 0 0-2.24-1.54H6.25a6.685 6.685 0 0 0-.569 2.
|
|
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--thumbsDownFilled"><path d="M4.404 5.016c-.01 1.234.17 2.461.534 3.64H1.874V2.094h2.992a8.085 8.085 0 0 0-.463 2.922Zm9.8 1.89L13.18 3.625a2.406 2.406 0 0 0-2.24-1.54H6.25a6.685 6.685 0 0 0-.569 2.923 9.984 9.984 0 0 0 .648 3.736l2.546 5.162h.402a1.75 1.75 0 0 0 1.75-2.135l-.402-2.388 2.45-.508a1.531 1.531 0 0 0 1.191-1.338 1.558 1.558 0 0 0-.062-.63Z"></path></svg>
|
|
@@ -1 +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--thumbsDown"><path d="M14.204 6.906 13.18 3.625a2.406 2.406 0 0 0-2.24-1.54H1.875v1.
|
|
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--thumbsDown"><path d="M14.204 6.906 13.18 3.625a2.406 2.406 0 0 0-2.24-1.54H1.875v1.313H4.5a9.082 9.082 0 0 0-.131 1.61c-.003.78.067 1.56.21 2.327H1.875v1.313h4.314a.21.21 0 0 1 .183.105l2.503 5.153h.989a1.793 1.793 0 0 0 1.75-2.135l-.464-2.415 1.96-.481a1.514 1.514 0 0 0 .963-.726 1.557 1.557 0 0 0 .13-1.243Zm-1.269.569a.236.236 0 0 1-.14.105l-3.176.814.726 3.64a.472.472 0 0 1-.455.56h-.14L7.562 8.13a1.575 1.575 0 0 0-1.338-.787h-.272a10.99 10.99 0 0 1-.236-2.328 8.05 8.05 0 0 1 .14-1.61h5.084a1.076 1.076 0 0 1 1.006.674l1.007 3.22a.218.218 0 0 1-.018.175Z"></path></svg>
|
|
@@ -1 +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--thumbsUpFilled"><path d="M4.867 13.906H1.875V7.344h3.063a12.058 12.058 0 0 0-.534 3.64c-.027.994.13 1.985.463 2.922Zm9.206-6.
|
|
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--thumbsUpFilled"><path d="M4.867 13.906H1.875V7.344h3.063a12.058 12.058 0 0 0-.534 3.64c-.027.994.13 1.985.463 2.922Zm9.206-6.029a1.53 1.53 0 0 0-.998-.752l-2.45-.508.473-2.388a1.75 1.75 0 0 0-1.75-2.135h-.473L6.372 7.239a9.984 9.984 0 0 0-.647 3.736 6.685 6.685 0 0 0 .525 2.931h4.655a2.407 2.407 0 0 0 2.275-1.531l1.024-3.273a1.558 1.558 0 0 0-.132-1.225Z"></path></svg>
|
|
@@ -1 +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--thumbsUpLarge"><path d="M28.302 16a2.625 2.625 0 0 0-1.68-1.26l-4.76-1.146.98-4.891A3.413 3.413 0 0 0 19.5 4.625h-.534l-5.18 10.071a.876.876 0 0 1-.743.429H3.75v1.75h6.886a14.997 14.997 0 0 0-.761 4.813 9.976 9.976 0 0 0 .7 3.937H3.75v1.75h18.664A4.374 4.374 0 0 0 26.5 24.61l2.047-6.554A2.625 2.625 0 0 0 28.302 16Zm-1.443 1.558-2.022 6.474a2.
|
|
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--thumbsUpLarge"><path d="M28.302 16a2.625 2.625 0 0 0-1.68-1.26l-4.76-1.146.98-4.891A3.413 3.413 0 0 0 19.5 4.625h-.534l-5.18 10.071a.876.876 0 0 1-.743.429H3.75v1.75h6.886a14.997 14.997 0 0 0-.761 4.813 9.976 9.976 0 0 0 .7 3.937H3.75v1.75h18.664A4.374 4.374 0 0 0 26.5 24.61l2.047-6.554A2.625 2.625 0 0 0 28.302 16Zm-1.443 1.558-2.022 6.474a2.626 2.626 0 0 1-2.423 1.593H12.5a8.207 8.207 0 0 1-.875-3.938c-.03-1.646.267-3.282.875-4.812h.516a2.626 2.626 0 0 0 2.275-1.321l4.681-9.1c.31.09.585.274.788.525a1.678 1.678 0 0 1 .341 1.382l-1.312 6.545 6.405 1.514a.875.875 0 0 1 .56.42.876.876 0 0 1 .105.691v.027Z"></path></svg>
|
package/dist/icons/thumbs-up.svg
CHANGED
|
@@ -1 +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--thumbsUp"><path d="M14.072 7.878a1.512 1.512 0 0 0-.962-.753l-1.96-.481.49-2.415a1.75 1.75 0 0 0-.376-1.479 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--thumbsUp"><path d="M14.072 7.878a1.512 1.512 0 0 0-.962-.753l-1.96-.481.49-2.415a1.75 1.75 0 0 0-.376-1.479 1.749 1.749 0 0 0-1.374-.656H8.875L6.372 7.239a.21.21 0 0 1-.183.105H1.875v1.312h2.739a12.513 12.513 0 0 0-.21 2.328 9.083 9.083 0 0 0 .096 1.61H1.875v1.312h9.065a2.406 2.406 0 0 0 2.24-1.531l1.024-3.272a1.558 1.558 0 0 0-.132-1.225Zm-1.12.822-1.006 3.22a1.077 1.077 0 0 1-1.006.674H5.856a8.05 8.05 0 0 1-.14-1.61 10.99 10.99 0 0 1 .236-2.328h.237a1.575 1.575 0 0 0 1.338-.787L9.75 3.406h.175a.473.473 0 0 1 .455.56l-.761 3.64 3.176.814a.236.236 0 0 1 .14.105.218.218 0 0 1 .018.175Z"></path></svg>
|