kv-icon-kit 1.4.15 → 1.4.17
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/demo-files/demo.html +15 -0
- package/dist/kv-icon-kit.css +1 -1
- package/dist/kv-icon-kit.css.map +1 -1
- package/fonts/brands-700.otf +0 -0
- package/fonts/brands-700.ttf +0 -0
- package/fonts/brands-700.woff2 +0 -0
- package/fonts/regulars-400.otf +0 -0
- package/fonts/regulars-400.ttf +0 -0
- package/fonts/regulars-400.woff2 +0 -0
- package/fonts/solids-700.otf +0 -0
- package/fonts/solids-700.ttf +0 -0
- package/fonts/solids-700.woff2 +0 -0
- package/package.json +1 -1
- package/scss/_variables.scss +30 -0
- package/svg/color-mix/keivi/file-circle-check.svg +11 -0
- package/svg/color-mix/keivi/messages.svg +11 -0
- package/svg/color-mix/kiotviet/file-circle-check.svg +19 -0
- package/svg/color-mix/kiotviet/messages.svg +19 -0
- package/svg/regulars/bag-round-handle-shopping.svg +4 -0
- package/svg/regulars/message-double.svg +3 -0
- package/svg/regulars/messages.svg +4 -3
- package/svg/regulars/phone-arrow-down-left.svg +4 -0
- package/svg/regulars/phone-arrow-down-up-right.svg +4 -0
- package/svg/regulars/phone-arrow-up-down-left.svg +4 -0
- package/svg/regulars/phone-arrow-up-right.svg +4 -0
- package/svg/regulars/phone-xmark.svg +4 -0
- package/svg/regulars/squares-check.svg +5 -0
- package/svg/regulars/user-plus.svg +12 -0
- package/svg/regulars/video-arrow-down-left.svg +5 -0
- package/svg/regulars/video-arrow-up-right.svg +5 -0
- package/svg/regulars/video-xmark.svg +5 -0
- package/svg/solids/bag-round-handle-shopping.svg +3 -0
- package/svg/solids/message-double.svg +4 -0
- package/svg/solids/messages.svg +4 -4
- package/svg/solids/phone-arrow-down-left.svg +4 -0
- package/svg/solids/phone-arrow-down-up-right.svg +4 -0
- package/svg/solids/phone-arrow-up-down-left.svg +4 -0
- package/svg/solids/phone-arrow-up-right.svg +4 -0
- package/svg/solids/phone-xmark.svg +4 -0
- package/svg/solids/squares-check.svg +4 -0
- package/svg/solids/user-plus.svg +12 -0
- package/svg/solids/video-arrow-down-left.svg +4 -0
- package/svg/solids/video-arrow-up-right.svg +4 -0
- package/svg/solids/video-xmark.svg +4 -0
package/fonts/brands-700.otf
CHANGED
|
Binary file
|
package/fonts/brands-700.ttf
CHANGED
|
Binary file
|
package/fonts/brands-700.woff2
CHANGED
|
Binary file
|
package/fonts/regulars-400.otf
CHANGED
|
Binary file
|
package/fonts/regulars-400.ttf
CHANGED
|
Binary file
|
package/fonts/regulars-400.woff2
CHANGED
|
Binary file
|
package/fonts/solids-700.otf
CHANGED
|
Binary file
|
package/fonts/solids-700.ttf
CHANGED
|
Binary file
|
package/fonts/solids-700.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/scss/_variables.scss
CHANGED
|
@@ -407,6 +407,18 @@ $ik-stethoscope: \ea89;
|
|
|
407
407
|
$ik-hand-holding-lotus: \ea8a;
|
|
408
408
|
$ik-scissors: \ea8b;
|
|
409
409
|
$ik-nail-polish: \ea8c;
|
|
410
|
+
$ik-squares-check: \ea8d;
|
|
411
|
+
$ik-bag-round-handle-shopping: \ea8e;
|
|
412
|
+
$ik-phone-arrow-up-right: \ea8f;
|
|
413
|
+
$ik-phone-arrow-down-left: \ea90;
|
|
414
|
+
$ik-phone-xmark: \ea91;
|
|
415
|
+
$ik-phone-arrow-down-up-right: \ea92;
|
|
416
|
+
$ik-phone-arrow-up-down-left: \ea93;
|
|
417
|
+
$ik-video-arrow-up-right: \ea94;
|
|
418
|
+
$ik-video-arrow-down-left: \ea95;
|
|
419
|
+
$ik-video-xmark: \ea96;
|
|
420
|
+
$ik-user-plus: \ea97;
|
|
421
|
+
$ik-message-double: \ea98;
|
|
410
422
|
|
|
411
423
|
//font icon brand
|
|
412
424
|
$ik-apple: \e900;
|
|
@@ -508,6 +520,9 @@ $ikc-file-circle-e: 'file-circle-e.svg';
|
|
|
508
520
|
$ikc-file-wrench: 'file-wrench.svg';
|
|
509
521
|
$ikc-file-arrow-curved-right: 'file-arrow-curved-right.svg';
|
|
510
522
|
$ikc-box-arrow-curved-right: 'box-arrow-curved-right.svg';
|
|
523
|
+
$ikc-squares-check: 'squares-check.svg';
|
|
524
|
+
$ikc-messages: 'messages.svg';
|
|
525
|
+
$ikc-file-circle-check: 'file-circle-check.svg';
|
|
511
526
|
|
|
512
527
|
$ik-icons: (
|
|
513
528
|
"address-card": $ik-address-card,
|
|
@@ -907,6 +922,18 @@ $ik-icons: (
|
|
|
907
922
|
"hand-holding-lotus": $ik-hand-holding-lotus,
|
|
908
923
|
"scissors": $ik-scissors,
|
|
909
924
|
"nail-polish": $ik-nail-polish,
|
|
925
|
+
"squares-check": $ik-squares-check,
|
|
926
|
+
"bag-round-handle-shopping": $ik-bag-round-handle-shopping,
|
|
927
|
+
"phone-arrow-up-right": $ik-phone-arrow-up-right,
|
|
928
|
+
"phone-arrow-down-left": $ik-phone-arrow-down-left,
|
|
929
|
+
"phone-xmark": $ik-phone-xmark,
|
|
930
|
+
"phone-arrow-down-up-right": $ik-phone-arrow-down-up-right,
|
|
931
|
+
"phone-arrow-up-down-left": $ik-phone-arrow-up-down-left,
|
|
932
|
+
"video-arrow-up-right": $ik-video-arrow-up-right,
|
|
933
|
+
"video-arrow-down-left": $ik-video-arrow-down-left,
|
|
934
|
+
"video-xmark": $ik-video-xmark,
|
|
935
|
+
"user-plus": $ik-user-plus,
|
|
936
|
+
"message-double": $ik-message-double,
|
|
910
937
|
|
|
911
938
|
);
|
|
912
939
|
|
|
@@ -1010,4 +1037,7 @@ $ik-color-mix-icons: (
|
|
|
1010
1037
|
"file-wrench": $ikc-file-wrench,
|
|
1011
1038
|
"file-arrow-curved-right": $ikc-file-arrow-curved-right,
|
|
1012
1039
|
"box-arrow-curved-right": $ikc-box-arrow-curved-right,
|
|
1040
|
+
"squares-check": $ikc-squares-check,
|
|
1041
|
+
"messages": $ikc-messages,
|
|
1042
|
+
"file-circle-check": $ikc-file-circle-check,
|
|
1013
1043
|
)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2148 0C10.8777 9.99949e-05 11.5137 0.26367 11.9824 0.732422L15.5176 4.26758C15.9863 4.73633 16.2499 5.37225 16.25 6.03516V8.875C15.8461 8.79302 15.4281 8.75 15 8.75C11.5482 8.75 8.75 11.5482 8.75 15C8.75 17.0447 9.73207 18.8597 11.25 20H2.5C1.11929 20 0 18.8807 0 17.5V2.5C0 1.11929 1.11929 0 2.5 0H10.2148ZM4 10.5625C3.48223 10.5625 3.0625 10.9822 3.0625 11.5C3.0625 12.0178 3.48223 12.4375 4 12.4375H5.5C6.01765 12.4374 6.4375 12.0177 6.4375 11.5C6.4375 10.9823 6.01765 10.5626 5.5 10.5625H4ZM4 6.8125C3.48223 6.8125 3.0625 7.23223 3.0625 7.75C3.0625 8.26777 3.48223 8.6875 4 8.6875H8.5C9.01754 8.68724 9.4375 8.2676 9.4375 7.75C9.4375 7.2324 9.01754 6.81276 8.5 6.8125H4Z" fill="url(#paint0_radial_5231_5871)"/>
|
|
3
|
+
<path d="M15 10C17.7614 10 20 12.2386 20 15C20 17.7614 17.7614 20 15 20C12.2386 20 10 17.7614 10 15C10 12.2386 12.2386 10 15 10ZM17.6289 13.3076C17.3848 13.064 16.989 13.0637 16.7451 13.3076L14.375 15.6787L13.2539 14.5576C13.0098 14.314 12.614 14.3137 12.3701 14.5576C12.1262 14.8015 12.1265 15.1973 12.3701 15.4414L13.9326 17.0039C14.1767 17.248 14.5723 17.248 14.8164 17.0039L17.6289 14.1914C17.873 13.9473 17.873 13.5517 17.6289 13.3076Z" fill="#FFBE9D"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<radialGradient id="paint0_radial_5231_5871" cx="0" cy="0" r="1" gradientTransform="matrix(-9.40788 -35.1114 31.532 -26.1051 12.4013 30.5635)" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#B74900"/>
|
|
7
|
+
<stop offset="0.5" stop-color="#FF6600"/>
|
|
8
|
+
<stop offset="1" stop-color="#FFBA34"/>
|
|
9
|
+
</radialGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.6562 7.5C18.9507 7.5 20 8.54932 20 9.84375V15.5725C20 16.7788 19.088 17.7707 17.9163 17.9004V19.2188C17.9163 19.5068 17.7576 19.7713 17.5037 19.9072C17.2497 20.043 16.9413 20.0292 16.7017 19.8694L13.7744 17.9163H11.0938C9.79932 17.9163 8.75 16.8669 8.75 15.5725V9.84375C8.75 8.54932 9.79932 7.5 11.0938 7.5H17.6562Z" fill="#FFBE9D"/>
|
|
3
|
+
<path d="M10.8032 0C12.4305 0 13.75 1.31166 13.75 2.92969V6.25H11.0938C9.10896 6.25 7.5 7.85896 7.5 9.84375V13.2373L4.14551 15.4614C3.8443 15.6609 3.45756 15.6787 3.13843 15.509C2.81911 15.3391 2.61963 15.0086 2.61963 14.6484V13.0005C1.14665 12.8384 0.000142975 11.5993 0 10.0916V2.92969C1.96225e-05 1.31166 1.31952 1.67776e-07 2.94678 0H10.8032Z" fill="url(#paint0_radial_5231_5868)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<radialGradient id="paint0_radial_5231_5868" cx="0" cy="0" r="1" gradientTransform="matrix(-7.96052 -27.4303 26.681 -20.3942 10.4934 23.8773)" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#B74900"/>
|
|
7
|
+
<stop offset="0.5" stop-color="#FF6600"/>
|
|
8
|
+
<stop offset="1" stop-color="#FFBA34"/>
|
|
9
|
+
</radialGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2148 0C10.8777 9.99949e-05 11.5137 0.26367 11.9824 0.732422L15.5176 4.26758C15.9863 4.73633 16.2499 5.37225 16.25 6.03516V8.875C15.8461 8.79302 15.4281 8.75 15 8.75C11.5482 8.75 8.75 11.5482 8.75 15C8.75 17.0447 9.73207 18.8597 11.25 20H2.5C1.11929 20 0 18.8807 0 17.5V2.5C0 1.11929 1.11929 0 2.5 0H10.2148ZM4 10.5625C3.48223 10.5625 3.0625 10.9822 3.0625 11.5C3.0625 12.0178 3.48223 12.4375 4 12.4375H5.5C6.01765 12.4374 6.4375 12.0177 6.4375 11.5C6.4375 10.9823 6.01765 10.5626 5.5 10.5625H4ZM4 6.8125C3.48223 6.8125 3.0625 7.23223 3.0625 7.75C3.0625 8.26777 3.48223 8.6875 4 8.6875H8.5C9.01754 8.68724 9.4375 8.2676 9.4375 7.75C9.4375 7.2324 9.01754 6.81276 8.5 6.8125H4Z" fill="url(#paint0_linear_5231_5858)"/>
|
|
3
|
+
<path d="M15 10C17.7614 10 20 12.2386 20 15C20 17.7614 17.7614 20 15 20C12.2386 20 10 17.7614 10 15C10 12.2386 12.2386 10 15 10ZM17.6289 13.3076C17.3848 13.064 16.989 13.0637 16.7451 13.3076L14.375 15.6787L13.2539 14.5576C13.0098 14.314 12.614 14.3137 12.3701 14.5576C12.1262 14.8015 12.1265 15.1973 12.3701 15.4414L13.9326 17.0039C14.1767 17.248 14.5723 17.248 14.8164 17.0039L17.6289 14.1914C17.873 13.9473 17.873 13.5517 17.6289 13.3076Z" fill="url(#paint1_linear_5231_5858)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_5231_5858" x1="17.4107" y1="24.8571" x2="-6.75408" y2="4.76665" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0.1" stop-color="#0070F4"/>
|
|
7
|
+
<stop offset="0.4" stop-color="#0477F5"/>
|
|
8
|
+
<stop offset="0.6" stop-color="#0E8CF7"/>
|
|
9
|
+
<stop offset="0.8" stop-color="#1FADFA"/>
|
|
10
|
+
<stop offset="0.95" stop-color="#36DAFE"/>
|
|
11
|
+
<stop offset="1" stop-color="#3AE3FF"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient id="paint1_linear_5231_5858" x1="21.6317" y1="30.4764" x2="3.47056" y2="21.8394" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#00B63E"/>
|
|
15
|
+
<stop offset="0.0001" stop-color="#00B63E"/>
|
|
16
|
+
<stop offset="0.9956" stop-color="#5BE92A"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.6562 7.5C18.9507 7.5 20 8.54932 20 9.84375V15.5725C20 16.7788 19.088 17.7707 17.9163 17.9004V19.2188C17.9163 19.5068 17.7576 19.7713 17.5037 19.9072C17.2497 20.043 16.9413 20.0292 16.7017 19.8694L13.7744 17.9163H11.0938C9.79932 17.9163 8.75 16.8669 8.75 15.5725V9.84375C8.75 8.54932 9.79932 7.5 11.0938 7.5H17.6562Z" fill="url(#paint0_linear_5231_5855)"/>
|
|
3
|
+
<path d="M10.8032 0C12.4305 0 13.75 1.31166 13.75 2.92969V6.25H11.0938C9.10896 6.25 7.5 7.85896 7.5 9.84375V13.2373L4.14551 15.4614C3.8443 15.6609 3.45756 15.6787 3.13843 15.509C2.81911 15.3391 2.61963 15.0086 2.61963 14.6484V13.0005C1.14665 12.8384 0.000142975 11.5993 0 10.0916V2.92969C1.96225e-05 1.31166 1.31952 1.67776e-07 2.94678 0H10.8032Z" fill="url(#paint1_linear_5231_5855)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_5231_5855" x1="21.8357" y1="33.0955" x2="0.662348" y2="24.033" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#00B63E"/>
|
|
7
|
+
<stop offset="0.0001" stop-color="#00B63E"/>
|
|
8
|
+
<stop offset="0.9956" stop-color="#5BE92A"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<linearGradient id="paint1_linear_5231_5855" x1="14.7321" y1="19.4193" x2="-4.36402" y2="2.2236" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset="0.1" stop-color="#0070F4"/>
|
|
12
|
+
<stop offset="0.4" stop-color="#0477F5"/>
|
|
13
|
+
<stop offset="0.6" stop-color="#0E8CF7"/>
|
|
14
|
+
<stop offset="0.8" stop-color="#1FADFA"/>
|
|
15
|
+
<stop offset="0.95" stop-color="#36DAFE"/>
|
|
16
|
+
<stop offset="1" stop-color="#3AE3FF"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.81051 7.9541C9.97382 7.57367 10.4153 7.39744 10.7959 7.56055C11.1762 7.72388 11.3525 8.16537 11.1894 8.5459L11.1289 8.68652C10.5925 9.93804 9.36156 10.7499 7.99997 10.75C6.63832 10.75 5.40746 9.93806 4.87106 8.68652L4.81051 8.5459C4.6474 8.16529 4.82359 7.72383 5.20407 7.56055C5.58463 7.39755 6.02615 7.57368 6.18942 7.9541L6.24997 8.0957C6.55 8.79571 7.23836 9.25 7.99997 9.25C8.76152 9.24992 9.44997 8.79569 9.74996 8.0957L9.81051 7.9541Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.12497 0C10.6375 0 12.6808 2.00349 12.747 4.5H14.2168L14.3886 4.50977C15.2327 4.60549 15.8438 5.3969 15.6943 6.25684L14.5048 13.0996L14.4365 13.4082C14.0573 14.8231 12.831 15.8551 11.372 15.9863L11.0566 16H4.94332C3.24199 15.9997 1.7866 14.7758 1.49508 13.0996L0.305629 6.25684C0.146229 5.33961 0.852226 4.50022 1.78317 4.5H3.50289C3.56915 2.00351 5.6125 4.90489e-05 8.12497 0ZM2.9736 12.8428C3.14021 13.8005 3.9713 14.4997 4.94332 14.5H11.0566C12.0287 14.4998 12.8597 13.8005 13.0263 12.8428L14.2168 6H1.78317L2.9736 12.8428ZM8.12497 1.5C6.44099 1.50005 5.06851 2.8321 5.00289 4.5H11.247C11.1814 2.83207 9.80898 1.5 8.12497 1.5Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 11V11.25C12 12.4926 10.9926 13.5 9.75 13.5H6.31066L4.03033 15.7803C3.81583 15.9948 3.49324 16.059 3.21299 15.9429C2.93273 15.8268 2.75 15.5533 2.75 15.25V13.5H2.25C1.00736 13.5 0 12.4926 0 11.25V4.75C0 3.50736 1.00736 2.5 2.25 2.5H4V2.25C4 1.00736 5.00736 0 6.25 0H13.75C14.9926 0 16 1.00736 16 2.25V8.75C16 9.99264 14.9926 11 13.75 11H12ZM13.75 1.5H6.25C5.83579 1.5 5.5 1.83579 5.5 2.25V2.5H9.75C10.9926 2.5 12 3.50736 12 4.75V9.5H13.75C14.1642 9.5 14.5 9.16421 14.5 8.75V2.25C14.5 1.83579 14.1642 1.5 13.75 1.5ZM1.5 4.75C1.5 4.33579 1.83579 4 2.25 4H9.75C10.1642 4 10.5 4.33579 10.5 4.75V11.25C10.5 11.6642 10.1642 12 9.75 12H6C5.80109 12 5.61032 12.079 5.46967 12.2197L4.25 13.4393V12.75C4.25 12.3358 3.91421 12 3.5 12H2.25C1.83579 12 1.5 11.6642 1.5 11.25V4.75Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.75 4C14.9926 4 16 5.00736 16 6.25V11.75C16 12.9081 15.1249 13.8599 14 13.9844V15.25C14 15.5266 13.8474 15.7806 13.6035 15.9111C13.3597 16.0415 13.0641 16.0274 12.834 15.874L10.0234 14H7.75C6.50736 14 5.5 12.9926 5.5 11.75V11.5195L6.2793 11H7V11.75C7 12.1642 7.33579 12.5 7.75 12.5H10.25C10.3611 12.5 10.4706 12.5242 10.5703 12.5713L10.666 12.626L12.5 13.8486V13.25C12.5 12.8358 12.8358 12.5 13.25 12.5H13.75C14.1642 12.5 14.5 12.1642 14.5 11.75V6.25C14.5 5.83579 14.1642 5.5 13.75 5.5H11.5V4H13.75Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 0C9.49264 0 10.5 1.00736 10.5 2.25V7.75C10.5 8.99264 9.49264 10 8.25 10H5.97656L3.16602 11.874C2.93595 12.0274 2.64031 12.0415 2.39648 11.9111C2.15262 11.7806 2 11.5266 2 11.25V9.98438C0.875112 9.85992 0 8.90807 0 7.75V2.25C0 1.00736 1.00736 1.28851e-07 2.25 0H8.25ZM2.25 1.5C1.83579 1.5 1.5 1.83579 1.5 2.25V7.75C1.5 8.16421 1.83579 8.5 2.25 8.5H2.75C3.16421 8.5 3.5 8.83579 3.5 9.25V9.84863L5.33398 8.62598L5.42969 8.57129C5.52938 8.52424 5.63886 8.5 5.75 8.5H8.25C8.66421 8.5 9 8.16421 9 7.75V2.25C9 1.83579 8.66421 1.5 8.25 1.5H2.25Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.523381C4.74706 0.406413 5.30354 0.699216 5.50879 1.22553L6.91602 4.5019C7.12108 4.96981 7.00368 5.52576 6.59375 5.8476L5.3916 6.84272C6.13329 8.10416 7.15876 9.15959 8.39453 9.93744L8.64453 10.0898L9.64062 8.89057C9.96297 8.4811 10.5204 8.36357 10.9893 8.5683L14.2715 9.9726C14.7986 10.1775 15.0917 10.7334 14.9746 11.289L14.2715 14.5654L14.2451 14.663C14.0918 15.1419 13.6224 15.5019 13.1279 15.5019L12.8389 15.4872L12.5713 15.4726C12.2783 15.4726 11.9854 15.4433 11.7217 15.414C5.12829 14.7119 0 9.15307 0 2.36615C0.000285845 1.83986 0.38102 1.34257 0.908203 1.22553L4.19043 0.523381ZM1.45605 2.59272C1.56827 8.52503 6.08395 13.3538 11.875 13.9706H11.8818C12.1415 13.9995 12.3652 14.0204 12.5713 14.0205C12.6965 14.0205 12.8171 14.0286 12.8994 14.0351L13.5029 11.2226L10.6152 9.98725L9.76172 11.0175C9.30761 11.5642 8.52431 11.701 7.91113 11.3417C6.34961 10.4267 5.0575 9.13749 4.14062 7.57807C3.77975 6.96409 3.91741 6.17887 4.46582 5.72455L5.49414 4.87201L4.25781 1.99311L1.45605 2.59272Z" fill="black"/>
|
|
3
|
+
<path d="M14.7217 0.21967C15.0146 -0.0732233 15.4893 -0.0732233 15.7822 0.21967C16.075 0.51257 16.0751 0.987352 15.7822 1.28022L12.0625 4.99994H14.252C14.6662 4.99994 15.002 5.33573 15.002 5.74994C15.0019 6.16413 14.6661 6.49994 14.252 6.49994H10.252C9.83776 6.49994 9.50198 6.16413 9.50195 5.74994V1.74994C9.50195 1.33573 9.83774 0.999943 10.252 0.999943C10.6662 0.999943 11.002 1.33573 11.002 1.74994V3.9394L14.7217 0.21967Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.52336C4.74697 0.406434 5.30348 0.699341 5.50879 1.22551L6.91602 4.50188C7.12106 4.96974 7.00359 5.52572 6.59375 5.84758L5.3916 6.8427C6.13327 8.1041 7.15881 9.15958 8.39453 9.93742L8.64453 10.0898L9.64062 8.89055C9.96297 8.48122 10.5205 8.36363 10.9893 8.56828L14.2715 9.97258C14.7986 10.1774 15.0915 10.7334 14.9746 11.289L14.2715 14.5654L14.2451 14.663C14.0918 15.1418 13.6224 15.5019 13.1279 15.5019L12.8389 15.4872L12.5713 15.4726C12.2783 15.4726 11.9854 15.4432 11.7217 15.414C5.1283 14.7119 0 9.15304 0 2.36613C0.000401324 1.83993 0.3811 1.34253 0.908203 1.22551L4.19043 0.52336ZM1.45605 2.5927C1.56827 8.525 6.08397 13.3538 11.875 13.9706H11.8818C12.1415 13.9994 12.3652 14.0204 12.5713 14.0204C12.6965 14.0204 12.8171 14.0286 12.8994 14.0351L13.5029 11.2226L10.6152 9.98723L9.76172 11.0175C9.30761 11.5642 8.52431 11.701 7.91113 11.3417C6.34965 10.4267 5.05748 9.13743 4.14062 7.57805C3.77988 6.96409 3.91746 6.17881 4.46582 5.72453L5.49414 4.87199L4.25781 1.99309L1.45605 2.5927Z" fill="black"/>
|
|
3
|
+
<path d="M15.252 0.999922C15.6661 0.999922 16.0019 1.33579 16.002 1.74992V5.24992C16.002 5.66414 15.6662 5.99992 15.252 5.99992C14.8377 5.99992 14.502 5.66414 14.502 5.24992V3.56047L11.7822 6.2802C11.4893 6.57309 11.0146 6.57309 10.7217 6.2802L8.22168 3.7802C7.92882 3.4873 7.9288 3.01253 8.22168 2.71965C8.51457 2.42686 8.98936 2.42682 9.28223 2.71965L11.252 4.68938L13.4414 2.49992H11.752C11.3377 2.49992 11.002 2.16414 11.002 1.74992C11.0021 1.33579 11.3378 0.999922 11.752 0.999922H15.252Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.52336C4.74697 0.406434 5.30348 0.699341 5.50879 1.22551L6.91602 4.50188C7.12106 4.96974 7.00359 5.52572 6.59375 5.84758L5.3916 6.8427C6.13327 8.1041 7.15881 9.15958 8.39453 9.93742L8.64453 10.0898L9.64062 8.89055C9.96297 8.48122 10.5205 8.36363 10.9893 8.56828L14.2715 9.97258C14.7986 10.1774 15.0915 10.7334 14.9746 11.289L14.2715 14.5654L14.2451 14.663C14.0918 15.1418 13.6224 15.5019 13.1279 15.5019L12.8389 15.4872L12.5713 15.4726C12.2783 15.4726 11.9854 15.4432 11.7217 15.414C5.1283 14.7119 0 9.15304 0 2.36613C0.000401324 1.83993 0.3811 1.34253 0.908203 1.22551L4.19043 0.52336ZM1.45605 2.5927C1.56827 8.525 6.08397 13.3538 11.875 13.9706H11.8818C12.1415 13.9994 12.3652 14.0204 12.5713 14.0204C12.6965 14.0204 12.8171 14.0286 12.8994 14.0351L13.5029 11.2226L10.6152 9.98723L9.76172 11.0175C9.30761 11.5642 8.52431 11.701 7.91113 11.3417C6.34965 10.4267 5.05748 9.13743 4.14062 7.57805C3.77988 6.96409 3.91746 6.17881 4.46582 5.72453L5.49414 4.87199L4.25781 1.99309L1.45605 2.5927Z" fill="black"/>
|
|
3
|
+
<path d="M12.2217 0.719649C12.5145 0.426897 12.9894 0.426935 13.2822 0.719649L15.7822 3.21965C16.0751 3.51251 16.075 3.9873 15.7822 4.2802C15.4893 4.57309 15.0146 4.57309 14.7217 4.2802L12.752 2.31047L10.5625 4.49992H12.252C12.6661 4.49992 13.0019 4.83579 13.002 5.24992C13.002 5.66414 12.6662 5.99992 12.252 5.99992H8.75195C8.33774 5.99992 8.00195 5.66414 8.00195 5.24992V1.74992C8.00205 1.33579 8.3378 0.999922 8.75195 0.999922C9.16611 0.999922 9.50185 1.33579 9.50195 1.74992V3.43938L12.2217 0.719649Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.523438C4.74703 0.406479 5.30353 0.699307 5.50879 1.22559L6.91602 4.50195C7.12107 4.96986 7.00366 5.52581 6.59375 5.84766L5.3916 6.84277C6.13328 8.1042 7.15877 9.15965 8.39453 9.9375L8.64453 10.0898L9.64062 8.89062C9.96297 8.48119 10.5205 8.36365 10.9893 8.56836L14.2715 9.97266C14.7986 10.1775 15.0916 10.7335 14.9746 11.2891L14.2715 14.5654L14.2451 14.6631C14.0918 15.1419 13.6224 15.502 13.1279 15.502L12.8389 15.4873L12.5713 15.4727C12.2783 15.4726 11.9854 15.4433 11.7217 15.4141C5.12829 14.712 0 9.15313 0 2.36621C0.000313165 1.83994 0.381039 1.34262 0.908203 1.22559L4.19043 0.523438ZM1.45605 2.59277C1.56827 8.52508 6.08396 13.3539 11.875 13.9707H11.8818C12.1415 13.9995 12.3652 14.0205 12.5713 14.0205C12.6965 14.0205 12.8171 14.0287 12.8994 14.0352L13.5029 11.2227L10.6152 9.9873L9.76172 11.0176C9.30761 11.5642 8.52431 11.701 7.91113 11.3418C6.34962 10.4268 5.0575 9.13754 4.14062 7.57812C3.77978 6.96415 3.91742 6.17892 4.46582 5.72461L5.49414 4.87207L4.25781 1.99316L1.45605 2.59277Z" fill="black"/>
|
|
3
|
+
<path d="M15.252 0C15.2969 0 15.341 0.0041257 15.3838 0.0117188C15.3893 0.012702 15.3949 0.0135405 15.4004 0.0146484C15.4138 0.0173339 15.4263 0.0229803 15.4395 0.0263672C15.4727 0.0349495 15.5061 0.0434318 15.5381 0.0566406C15.5884 0.0774286 15.6356 0.104044 15.6797 0.134766C15.7156 0.159776 15.7502 0.187722 15.7822 0.219727C15.8306 0.268122 15.868 0.3232 15.9004 0.379883C15.9159 0.40703 15.9322 0.433752 15.9443 0.462891C15.965 0.512886 15.9798 0.564596 15.9893 0.617188C15.997 0.660347 16.002 0.704619 16.002 0.75V4.75C16.002 5.16421 15.6662 5.5 15.252 5.5C14.8377 5.5 14.502 5.16421 14.502 4.75V2.56055L11.0322 6.03027C10.7394 6.32315 10.2646 6.32311 9.97168 6.03027C9.67879 5.73738 9.67879 5.26262 9.97168 4.96973L13.4414 1.5H11.252C10.8377 1.5 10.502 1.16421 10.502 0.75C10.502 0.335786 10.8377 0 11.252 0H15.252Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.19043 0.52336C4.74697 0.406434 5.30348 0.699341 5.50879 1.22551L6.91602 4.50188C7.12106 4.96974 7.00359 5.52572 6.59375 5.84758L5.3916 6.8427C6.13327 8.1041 7.15881 9.15958 8.39453 9.93742L8.64453 10.0898L9.64062 8.89055C9.96297 8.48122 10.5205 8.36363 10.9893 8.56828L14.2715 9.97258C14.7986 10.1774 15.0915 10.7334 14.9746 11.289L14.2715 14.5654L14.2451 14.663C14.0918 15.1418 13.6224 15.5019 13.1279 15.5019L12.8389 15.4872L12.5713 15.4726C12.2783 15.4726 11.9854 15.4432 11.7217 15.414C5.1283 14.7119 0 9.15304 0 2.36613C0.000401324 1.83993 0.3811 1.34253 0.908203 1.22551L4.19043 0.52336ZM1.45605 2.5927C1.56827 8.525 6.08397 13.3538 11.875 13.9706H11.8818C12.1415 13.9994 12.3652 14.0204 12.5713 14.0204C12.6965 14.0204 12.8171 14.0286 12.8994 14.0351L13.5029 11.2226L10.6152 9.98723L9.76172 11.0175C9.30761 11.5642 8.52431 11.701 7.91113 11.3417C6.34965 10.4267 5.05748 9.13743 4.14062 7.57805C3.77988 6.96409 3.91746 6.17881 4.46582 5.72453L5.49414 4.87199L4.25781 1.99309L1.45605 2.5927Z" fill="black"/>
|
|
3
|
+
<path d="M13.7217 0.719649C14.0145 0.426821 14.4893 0.426859 14.7822 0.719649C15.0751 1.01253 15.0751 1.4873 14.7822 1.7802L13.3125 3.24992L14.7822 4.71965C15.0751 5.01251 15.075 5.48729 14.7822 5.7802C14.4893 6.07309 14.0146 6.07309 13.7217 5.7802L12.252 4.31047L10.7822 5.7802C10.4893 6.07309 10.0146 6.07309 9.72168 5.7802C9.42888 5.48729 9.42882 5.01251 9.72168 4.71965L11.1914 3.24992L9.72168 1.7802C9.42882 1.4873 9.4288 1.01253 9.72168 0.719649C10.0146 0.426859 10.4894 0.426821 10.7822 0.719649L12.252 2.18938L13.7217 0.719649Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0.75 4.5C1.16421 4.5 1.5 4.83579 1.5 5.25V11C1.5 12.933 3.067 14.5 5 14.5H10.75C11.1642 14.5 11.5 14.8358 11.5 15.25C11.5 15.6642 11.1642 16 10.75 16H5C2.23858 16 0 13.7614 0 11V5.25C0 4.83579 0.335786 4.5 0.75 4.5Z" fill="black"/>
|
|
3
|
+
<path d="M11.2197 4.71973C11.5126 4.42683 11.9874 4.42683 12.2803 4.71973C12.5731 5.01262 12.5731 5.4874 12.2803 5.78027L9.28027 8.78027C8.9874 9.07315 8.51262 9.07311 8.21973 8.78027L6.46973 7.03027C6.17683 6.73738 6.17683 6.26262 6.46973 5.96973C6.76262 5.67683 7.23738 5.67683 7.53027 5.96973L8.75 7.18945L11.2197 4.71973Z" fill="black"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 0.5C14.3807 0.5 15.5 1.61929 15.5 3V10.5C15.5 11.7943 14.5164 12.8592 13.2559 12.9873L13 13H5.5L5.24414 12.9873C4.06772 12.8677 3.13227 11.9323 3.0127 10.7559L3 10.5V3C3 1.61929 4.11929 0.5 5.5 0.5H13ZM5.5 2C4.94772 2 4.5 2.44772 4.5 3V10.5C4.5 11.0523 4.94772 11.5 5.5 11.5H13C13.5523 11.5 14 11.0523 14 10.5V3C14 2.44772 13.5523 2 13 2H5.5Z" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_7887_26100)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.92285 9.5C10.7268 9.5 13 11.7732 13 14.5771L12.9951 14.6709C12.9512 15.1056 12.6056 15.4512 12.1709 15.4951L12.0771 15.5H0.922852C0.444882 15.4999 0.051967 15.1365 0.00488281 14.6709L0 14.5771C0 11.8609 2.13305 9.64294 4.81543 9.50684L5.07715 9.5H7.92285ZM5.07715 11C3.29811 11 1.82277 12.2989 1.54688 14H11.4531C11.1772 12.2989 9.70189 11 7.92285 11H5.07715Z" fill="black"/>
|
|
4
|
+
<path d="M13.25 4C13.6642 4 14 4.33579 14 4.75V6H15.25C15.6642 6 16 6.33579 16 6.75C16 7.16421 15.6642 7.5 15.25 7.5H14V8.75C14 9.16421 13.6642 9.5 13.25 9.5C12.8358 9.5 12.5 9.16421 12.5 8.75V7.5H11.25C10.8358 7.5 10.5 7.16421 10.5 6.75C10.5 6.33579 10.8358 6 11.25 6H12.5V4.75C12.5 4.33579 12.8358 4 13.25 4Z" fill="black"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 0.5C8.57107 0.5 10.25 2.17893 10.25 4.25C10.25 6.32107 8.57107 8 6.5 8C4.42893 8 2.75 6.32107 2.75 4.25C2.75 2.17893 4.42893 0.5 6.5 0.5ZM6.5 2C5.25736 2 4.25 3.00736 4.25 4.25C4.25 5.49264 5.25736 6.5 6.5 6.5C7.74264 6.5 8.75 5.49264 8.75 4.25C8.75 3.00736 7.74264 2 6.5 2Z" fill="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_7887_26100">
|
|
9
|
+
<rect width="16" height="16" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.96973 5.46973C7.26262 5.17683 7.73738 5.17683 8.03027 5.46973C8.32311 5.76262 8.32315 6.2374 8.03027 6.53027L5.31055 9.25H7C7.41421 9.25 7.75 9.58579 7.75 10C7.75 10.4142 7.41421 10.75 7 10.75H3.5C3.08579 10.75 2.75 10.4142 2.75 10V6.5C2.75 6.08579 3.08579 5.75 3.5 5.75C3.91421 5.75 4.25 6.08579 4.25 6.5V8.18945L6.96973 5.46973Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.2041 2.51074C10.2128 2.613 11 3.46435 11 4.5V11.5L10.9893 11.7041C10.8938 12.6457 10.1457 13.3938 9.2041 13.4893L9 13.5H2C0.964349 13.5 0.113005 12.7128 0.0107422 11.7041L0 11.5V4.5C3.22133e-08 3.39543 0.895431 2.5 2 2.5H9L9.2041 2.51074ZM2 4C1.72386 4 1.5 4.22386 1.5 4.5V11.5C1.5 11.7761 1.72386 12 2 12H9C9.27614 12 9.5 11.7761 9.5 11.5V4.5C9.5 4.22386 9.27614 4 9 4H2Z" fill="black"/>
|
|
4
|
+
<path d="M14.3936 3.5752C15.1776 3.33868 15.9996 3.92352 16 4.77344V11.2266C16 12.1336 15.0645 12.7384 14.2373 12.3662L12 11.3594V9.71484L14.5 10.8398V5.15918L12 6.28418V4.63965L14.2373 3.63379L14.3936 3.5752Z" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.5 5.25C7.91421 5.25 8.25 5.58579 8.25 6V9.5C8.25 9.91421 7.91421 10.25 7.5 10.25C7.08579 10.25 6.75 9.91421 6.75 9.5V7.81055L4.03027 10.5303C3.7374 10.8231 3.26262 10.8231 2.96973 10.5303C2.67683 10.2374 2.67683 9.76262 2.96973 9.46973L5.68945 6.75H4C3.58579 6.75 3.25 6.41421 3.25 6C3.25 5.58579 3.58579 5.25 4 5.25H7.5Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.2041 2.51074C10.2128 2.613 11 3.46435 11 4.5V11.5L10.9893 11.7041C10.8938 12.6457 10.1457 13.3938 9.2041 13.4893L9 13.5H2C0.964349 13.5 0.113005 12.7128 0.0107422 11.7041L0 11.5V4.5C3.22133e-08 3.39543 0.895431 2.5 2 2.5H9L9.2041 2.51074ZM2 4C1.72386 4 1.5 4.22386 1.5 4.5V11.5C1.5 11.7761 1.72386 12 2 12H9C9.27614 12 9.5 11.7761 9.5 11.5V4.5C9.5 4.22386 9.27614 4 9 4H2Z" fill="black"/>
|
|
4
|
+
<path d="M14.3936 3.5752C15.1776 3.33868 15.9996 3.92352 16 4.77344V11.2266C16 12.1336 15.0645 12.7384 14.2373 12.3662L12 11.3594V9.71484L14.5 10.8398V5.15918L12 6.28418V4.63965L14.2373 3.63379L14.3936 3.5752Z" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.71973 5.71973C7.01262 5.42683 7.48738 5.42683 7.78027 5.71973C8.07311 6.01262 8.07315 6.4874 7.78027 6.78027L6.56055 8L7.78027 9.21973C8.07311 9.51262 8.07315 9.9874 7.78027 10.2803C7.4874 10.5731 7.01262 10.5731 6.71973 10.2803L5.5 9.06055L4.28027 10.2803C3.9874 10.5731 3.51262 10.5731 3.21973 10.2803C2.92683 9.98738 2.92683 9.51262 3.21973 9.21973L4.43945 8L3.21973 6.78027C2.92683 6.48738 2.92683 6.01262 3.21973 5.71973C3.51262 5.42683 3.98738 5.42683 4.28027 5.71973L5.5 6.93945L6.71973 5.71973Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.2041 2.51074C10.2128 2.613 11 3.46435 11 4.5V11.5L10.9893 11.7041C10.8938 12.6457 10.1457 13.3938 9.2041 13.4893L9 13.5H2C0.964349 13.5 0.113005 12.7128 0.0107422 11.7041L0 11.5V4.5C3.22133e-08 3.39543 0.895431 2.5 2 2.5H9L9.2041 2.51074ZM2 4C1.72386 4 1.5 4.22386 1.5 4.5V11.5C1.5 11.7761 1.72386 12 2 12H9C9.27614 12 9.5 11.7761 9.5 11.5V4.5C9.5 4.22386 9.27614 4 9 4H2Z" fill="black"/>
|
|
4
|
+
<path d="M14.3936 3.5752C15.1776 3.33868 15.9996 3.92352 16 4.77344V11.2266C16 12.1336 15.0645 12.7384 14.2373 12.3662L12 11.3594V9.71484L14.5 10.8398V5.15918L12 6.28418V4.63965L14.2373 3.63379L14.3936 3.5752Z" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.12495 0C10.6911 0 12.7928 1.98289 12.9843 4.5H14.2167C15.1479 4.5 15.8538 5.33946 15.6943 6.25684L14.5048 13.0996C14.2133 14.776 12.7581 15.9999 11.0566 16H4.94429C3.24273 15.9999 1.78759 14.776 1.49604 13.0996L0.305615 6.25684C0.146261 5.33972 0.852361 4.50039 1.78315 4.5H3.26655C3.45811 1.98299 5.55891 0.000125451 8.12495 0ZM10.7958 7.06055C10.4153 6.89744 9.97381 7.07368 9.8105 7.4541L9.74995 7.5957C9.44996 8.29569 8.7615 8.74992 7.99995 8.75C7.23835 8.75 6.54999 8.29571 6.24995 7.5957L6.1894 7.4541C6.02614 7.07368 5.58462 6.89756 5.20405 7.06055C4.82357 7.22383 4.64738 7.66529 4.8105 8.0459L4.87104 8.18652C5.40745 9.43805 6.63831 10.25 7.99995 10.25C9.36154 10.2499 10.5925 9.43803 11.1289 8.18652L11.1894 8.0459C11.3524 7.66537 11.1762 7.22389 10.7958 7.06055ZM8.12495 2C6.66447 2.00012 5.46121 3.08963 5.27729 4.5H10.9726C10.7887 3.08958 9.58553 2 8.12495 2Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 4.75C12 3.50736 10.9926 2.5 9.75 2.5H2.25C1.00736 2.5 0 3.50736 0 4.75V11.25C0 12.4926 1.00736 13.5 2.25 13.5H2.75V15.25C2.75 15.5533 2.93273 15.8268 3.21299 15.9429C3.49324 16.059 3.81583 15.9948 4.03033 15.7803L6.31066 13.5H9.75C10.9926 13.5 12 12.4926 12 11.25V4.75Z" fill="black"/>
|
|
3
|
+
<path d="M9.75 1.5H4.12803C4.43691 0.626106 5.27034 0 6.25 0H13.75C14.9926 0 16 1.00736 16 2.25V8.75C16 9.99264 14.9926 11 13.75 11H13V4.75C13 2.95507 11.5449 1.5 9.75 1.5Z" fill="black"/>
|
|
4
|
+
</svg>
|
package/svg/solids/messages.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.75 4C14.9926 4 16 5.00736 16 6.25V11.75C16 12.9081 15.1249 13.8599 14 13.9844V15.25C14 15.5266 13.8474 15.7806 13.6035 15.9111C13.3597 16.0415 13.0641 16.0274 12.834 15.874L10.0234 14H7.75C6.50736 14 5.5 12.9926 5.5 11.75V11.5195L6.2793 11H8.25C10.0449 11 11.5 9.54492 11.5 7.75V4H13.75Z" fill="black"/>
|
|
3
|
+
<path d="M8.25 0C9.49264 0 10.5 1.00736 10.5 2.25V7.75C10.5 8.99264 9.49264 10 8.25 10H5.97656L3.16602 11.874C3.07976 11.9315 2.98425 11.9692 2.88574 11.9873C2.82006 11.9994 2.75307 12.0028 2.68652 11.9971C2.58668 11.9885 2.48794 11.96 2.39648 11.9111C2.15262 11.7806 2 11.5266 2 11.25V9.98438C0.875112 9.85992 0 8.90807 0 7.75V2.25C0 1.00736 1.00736 1.28851e-07 2.25 0H8.25Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.43164 0.538029C3.98897 0.391362 4.60521 0.6555 4.81055 1.21283L5.98438 4.02826C6.18971 4.4976 6.0718 5.05521 5.66113 5.37787L4.22363 6.581C5.19163 8.63421 6.86378 10.3064 8.91699 11.2744L10.1201 9.83686C10.4428 9.42619 11.0004 9.30828 11.4697 9.51362L14.2852 10.6874C14.8425 10.8928 15.1066 11.509 14.96 12.0663L14.2559 14.6474C14.1092 15.1459 13.6694 15.4979 13.1416 15.498C5.86693 15.498 0 9.63106 0 2.35639C8.6513e-05 1.82852 0.352051 1.38882 0.850586 1.24213L3.43164 0.538029Z" fill="black"/>
|
|
3
|
+
<path d="M14.7217 0.21967C15.0146 -0.0732233 15.4893 -0.0732233 15.7822 0.21967C16.075 0.51257 16.0751 0.987352 15.7822 1.28022L12.0625 4.99994H14.252C14.6662 4.99994 15.002 5.33573 15.002 5.74994C15.0019 6.16413 14.6661 6.49994 14.252 6.49994H10.252C9.83776 6.49994 9.50198 6.16413 9.50195 5.74994V1.74994C9.50195 1.33573 9.83774 0.999943 10.252 0.999943C10.6662 0.999943 11.002 1.33573 11.002 1.74994V3.9394L14.7217 0.21967Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.43164 0.53826C3.98897 0.391593 4.60521 0.65573 4.81055 1.21306L5.98438 4.02849C6.18971 4.49783 6.0718 5.05544 5.66113 5.3781L4.22363 6.58123C5.19163 8.63443 6.86378 10.3066 8.91699 11.2746L10.1201 9.83709C10.4428 9.42642 11.0004 9.30851 11.4697 9.51385L14.2852 10.6877C14.8425 10.893 15.1066 11.5092 14.96 12.0666L14.2559 14.6476C14.1092 15.1461 13.6694 15.4981 13.1416 15.4982C5.86693 15.4982 0 9.6313 0 2.35662C8.04485e-05 1.82875 0.352048 1.38905 0.850586 1.24236L3.43164 0.53826Z" fill="black"/>
|
|
3
|
+
<path d="M15.252 1.00017C15.6662 1.00017 16.002 1.33596 16.002 1.75017V5.25017C16.0019 5.66435 15.6661 6.00017 15.252 6.00017C14.8378 6.00017 14.502 5.66435 14.502 5.25017V3.56072L11.7822 6.28045C11.4894 6.57327 11.0146 6.57324 10.7217 6.28045L8.22168 3.78045C7.9288 3.48757 7.92882 3.0128 8.22168 2.7199C8.51457 2.42701 8.98933 2.42701 9.28223 2.7199L11.252 4.68963L13.4414 2.50017H11.752C11.3378 2.50017 11.002 2.16436 11.002 1.75017C11.002 1.33596 11.3377 1.00017 11.752 1.00017H15.252Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.43164 0.53826C3.98897 0.391593 4.60521 0.65573 4.81055 1.21306L5.98438 4.02849C6.18971 4.49783 6.0718 5.05544 5.66113 5.3781L4.22363 6.58123C5.19163 8.63443 6.86378 10.3066 8.91699 11.2746L10.1201 9.83709C10.4428 9.42642 11.0004 9.30851 11.4697 9.51385L14.2852 10.6877C14.8425 10.893 15.1066 11.5092 14.96 12.0666L14.2559 14.6476C14.1092 15.1461 13.6694 15.4981 13.1416 15.4982C5.86693 15.4982 0 9.6313 0 2.35662C8.04485e-05 1.82875 0.352048 1.38905 0.850586 1.24236L3.43164 0.53826Z" fill="black"/>
|
|
3
|
+
<path d="M12.2217 0.7199C12.5146 0.427015 12.9893 0.427029 13.2822 0.7199L15.7822 3.2199C16.0751 3.51279 16.0751 3.98755 15.7822 4.28045C15.4893 4.57331 15.0146 4.57333 14.7217 4.28045L12.752 2.31072L10.5625 4.50017H12.252C12.6662 4.50017 13.002 4.83596 13.002 5.25017C13.0019 5.66435 12.6661 6.00017 12.252 6.00017H8.75195C8.33776 6.00017 8.00199 5.66435 8.00195 5.25017V1.75017C8.00195 1.33596 8.33774 1.00017 8.75195 1.00017C9.16617 1.00017 9.50195 1.33596 9.50195 1.75017V3.43963L12.2217 0.7199Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.43164 0.538086C3.98897 0.391419 4.60521 0.655557 4.81055 1.21289L5.98438 4.02832C6.18971 4.49765 6.0718 5.05526 5.66113 5.37793L4.22363 6.58105C5.19162 8.63428 6.86377 10.3064 8.91699 11.2744L10.1201 9.83691C10.4428 9.42625 11.0004 9.30834 11.4697 9.51367L14.2852 10.6875C14.8425 10.8928 15.1066 11.5091 14.96 12.0664L14.2559 14.6475C14.1092 15.146 13.6694 15.4979 13.1416 15.498C5.86693 15.498 0 9.63112 0 2.35645C0.00011171 1.8286 0.35206 1.38887 0.850586 1.24219L3.43164 0.538086Z" fill="black"/>
|
|
3
|
+
<path d="M15.252 0C15.2969 0 15.341 0.0041257 15.3838 0.0117188C15.3893 0.012702 15.3949 0.0135405 15.4004 0.0146484C15.4138 0.0173339 15.4263 0.0229803 15.4395 0.0263672C15.4727 0.0349495 15.5061 0.0434318 15.5381 0.0566406C15.5884 0.0774286 15.6356 0.104044 15.6797 0.134766C15.7156 0.159776 15.7502 0.187722 15.7822 0.219727C15.8306 0.268122 15.868 0.3232 15.9004 0.379883C15.9159 0.40703 15.9322 0.433752 15.9443 0.462891C15.9643 0.511032 15.9788 0.560746 15.9883 0.611328C15.9967 0.656319 16.002 0.702566 16.002 0.75V4.75C16.002 5.16421 15.6662 5.5 15.252 5.5C14.8377 5.5 14.502 5.16421 14.502 4.75V2.56055L11.0322 6.03027C10.7394 6.32315 10.2646 6.32311 9.97168 6.03027C9.67879 5.73738 9.67879 5.26262 9.97168 4.96973L13.4414 1.5H11.252C10.8377 1.5 10.502 1.16421 10.502 0.75C10.502 0.335786 10.8377 0 11.252 0H15.252Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.43164 0.53826C3.98897 0.391593 4.60521 0.65573 4.81055 1.21306L5.98438 4.02849C6.18971 4.49783 6.0718 5.05544 5.66113 5.3781L4.22363 6.58123C5.19163 8.63443 6.86378 10.3066 8.91699 11.2746L10.1201 9.83709C10.4428 9.42642 11.0004 9.30851 11.4697 9.51385L14.2852 10.6877C14.8425 10.893 15.1066 11.5092 14.96 12.0666L14.2559 14.6476C14.1092 15.1461 13.6694 15.4981 13.1416 15.4982C5.86693 15.4982 0 9.6313 0 2.35662C8.04485e-05 1.82875 0.352048 1.38905 0.850586 1.24236L3.43164 0.53826Z" fill="black"/>
|
|
3
|
+
<path d="M13.7217 0.7199C14.0146 0.427007 14.4893 0.427007 14.7822 0.7199C15.0751 1.0128 15.0751 1.48757 14.7822 1.78045L13.3125 3.25017L14.7822 4.7199C15.075 5.0128 15.0751 5.48758 14.7822 5.78045C14.4894 6.07327 14.0146 6.07324 13.7217 5.78045L12.252 4.31072L10.7822 5.78045C10.4893 6.07324 10.0145 6.07327 9.72168 5.78045C9.42882 5.48758 9.42888 5.0128 9.72168 4.7199L11.1914 3.25017L9.72168 1.78045C9.4288 1.48757 9.42882 1.0128 9.72168 0.7199C10.0146 0.427007 10.4893 0.427007 10.7822 0.7199L12.252 2.18963L13.7217 0.7199Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0.75 4.5C1.16421 4.5 1.5 4.83579 1.5 5.25V11C1.5 12.933 3.067 14.5 5 14.5H10.75C11.1642 14.5 11.5 14.8358 11.5 15.25C11.5 15.6642 11.1642 16 10.75 16H5C2.23858 16 0 13.7614 0 11V5.25C0 4.83579 0.335786 4.5 0.75 4.5Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 0.5C14.3807 0.5 15.5 1.61929 15.5 3V10.5C15.5 11.8807 14.3807 13 13 13H5.5C4.11929 13 3 11.8807 3 10.5V3C3 1.61929 4.11929 0.5 5.5 0.5H13ZM12.2803 4.71973C11.9874 4.42683 11.5126 4.42683 11.2197 4.71973L8.75 7.18945L7.53027 5.96973C7.23738 5.67683 6.76262 5.67683 6.46973 5.96973C6.17683 6.26262 6.17683 6.73738 6.46973 7.03027L8.21973 8.78027C8.51262 9.07311 8.9874 9.07315 9.28027 8.78027L12.2803 5.78027C12.5731 5.4874 12.5731 5.01262 12.2803 4.71973Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_7887_26102)">
|
|
3
|
+
<path d="M7.92285 9.5C10.7268 9.5 13 11.7732 13 14.5771C12.9999 15.0868 12.5868 15.4999 12.0771 15.5H0.922852C0.413229 15.4999 0.000121759 15.0868 0 14.5771C0 11.7732 2.27324 9.5 5.07715 9.5H7.92285Z" fill="black"/>
|
|
4
|
+
<path d="M13.25 4C13.6642 4 14 4.33579 14 4.75V6H15.25C15.6642 6 16 6.33579 16 6.75C16 7.16421 15.6642 7.5 15.25 7.5H14V8.75C14 9.16421 13.6642 9.5 13.25 9.5C12.8358 9.5 12.5 9.16421 12.5 8.75V7.5H11.25C10.8358 7.5 10.5 7.16421 10.5 6.75C10.5 6.33579 10.8358 6 11.25 6H12.5V4.75C12.5 4.33579 12.8358 4 13.25 4Z" fill="black"/>
|
|
5
|
+
<path d="M6.5 0.5C8.57107 0.5 10.25 2.17893 10.25 4.25C10.25 6.32107 8.57107 8 6.5 8C4.42893 8 2.75 6.32107 2.75 4.25C2.75 2.17893 4.42893 0.5 6.5 0.5Z" fill="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_7887_26102">
|
|
9
|
+
<rect width="16" height="16" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 2.5C10.1046 2.5 11 3.39543 11 4.5V11.5C11 12.6046 10.1046 13.5 9 13.5H2C0.895431 13.5 0 12.6046 0 11.5V4.5C0 3.39543 0.895431 2.5 2 2.5H9ZM8.03027 5.46973C7.73738 5.17683 7.26262 5.17683 6.96973 5.46973L4.25 8.18945V6.5C4.25 6.08579 3.91421 5.75 3.5 5.75C3.08579 5.75 2.75 6.08579 2.75 6.5V10C2.75006 10.4142 3.08582 10.75 3.5 10.75H7C7.41418 10.75 7.74994 10.4142 7.75 10C7.75 9.58579 7.41421 9.25 7 9.25H5.31055L8.03027 6.53027C8.32313 6.23742 8.32305 5.76263 8.03027 5.46973Z" fill="black"/>
|
|
3
|
+
<path d="M14.5723 3.5625C15.2174 3.25304 15.9994 3.71857 16 4.4668V11.5332C15.9994 12.3313 15.1096 12.8077 14.4453 12.3652L12 10.7344V5.26465L14.4453 3.63477L14.5723 3.5625Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 2.5C10.1046 2.5 11 3.39543 11 4.5V11.5C11 12.6046 10.1046 13.5 9 13.5H2C0.895431 13.5 0 12.6046 0 11.5V4.5C0 3.39543 0.895431 2.5 2 2.5H9ZM4 5.25C3.58579 5.25 3.25 5.58579 3.25 6C3.25 6.41421 3.58579 6.75 4 6.75H5.68945L2.96973 9.46973C2.67683 9.76262 2.67683 10.2374 2.96973 10.5303C3.26263 10.8231 3.73742 10.8231 4.03027 10.5303L6.75 7.81055V9.5C6.75 9.91421 7.08579 10.25 7.5 10.25C7.91416 10.2499 8.25 9.91418 8.25 9.5V6C8.25 5.58582 7.91416 5.25006 7.5 5.25H4Z" fill="black"/>
|
|
3
|
+
<path d="M14.5723 3.5625C15.2174 3.25304 15.9994 3.71857 16 4.4668V11.5332C15.9995 12.3314 15.1097 12.8078 14.4453 12.3652L12 10.7344V5.26465L14.4453 3.63477L14.5723 3.5625Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 2.5C10.1046 2.5 11 3.39543 11 4.5V11.5C11 12.6046 10.1046 13.5 9 13.5H2C0.895431 13.5 0 12.6046 0 11.5V4.5C0 3.39543 0.895431 2.5 2 2.5H9ZM7.78027 5.71973C7.48738 5.42683 7.01262 5.42683 6.71973 5.71973L5.5 6.93945L4.28027 5.71973C3.98738 5.42683 3.51262 5.42683 3.21973 5.71973C2.92683 6.01262 2.92683 6.48738 3.21973 6.78027L4.43945 8L3.21973 9.21973C2.92683 9.51262 2.92683 9.98738 3.21973 10.2803C3.51263 10.573 3.98744 10.5731 4.28027 10.2803L5.5 9.06055L6.71973 10.2803C7.01263 10.573 7.48744 10.5731 7.78027 10.2803C8.07311 9.98744 8.073 9.51263 7.78027 9.21973L6.56055 8L7.78027 6.78027C8.07311 6.48744 8.073 6.01263 7.78027 5.71973Z" fill="black"/>
|
|
3
|
+
<path d="M14.5723 3.5625C15.2174 3.25304 15.9994 3.71857 16 4.4668V11.5332C15.9995 12.3314 15.1097 12.8078 14.4453 12.3652L12 10.7344V5.26465L14.4453 3.63477L14.5723 3.5625Z" fill="black"/>
|
|
4
|
+
</svg>
|