@sunzi/icon 1.0.44 → 1.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/es/customeow/default/icon-arrow-left-solid.js +1 -1
  2. package/es/customeow/default/icon-arrow-left-solid.js.map +1 -1
  3. package/es/customeow/default/icon-import-design-template-empty.js +1 -1
  4. package/es/customeow/default/icon-import-design-template-empty.js.map +1 -1
  5. package/es/customeow/default/icon-system-too-old.js +1 -1
  6. package/es/customeow/default/icon-system-too-old.js.map +1 -1
  7. package/es/customeow-shein/default/icon-3-d-model-empty.js +1 -1
  8. package/es/customeow-shein/default/icon-3-d-model-empty.js.map +1 -1
  9. package/es/customeow-shein/default/icon-401-empty.js +1 -1
  10. package/es/customeow-shein/default/icon-401-empty.js.map +1 -1
  11. package/es/customeow-shein/default/icon-404-empty.js +1 -1
  12. package/es/customeow-shein/default/icon-404-empty.js.map +1 -1
  13. package/es/customeow-shein/default/icon-500-empty.js +1 -1
  14. package/es/customeow-shein/default/icon-500-empty.js.map +1 -1
  15. package/es/customeow-shein/default/icon-feature-empty.js +1 -1
  16. package/es/customeow-shein/default/icon-feature-empty.js.map +1 -1
  17. package/es/customeow-shein/default/icon-font-search-empty.js +1 -1
  18. package/es/customeow-shein/default/icon-font-search-empty.js.map +1 -1
  19. package/es/customeow-shein/default/icon-history-empty.js +1 -1
  20. package/es/customeow-shein/default/icon-history-empty.js.map +1 -1
  21. package/es/customeow-shein/default/icon-import-design-template-empty.js +1 -1
  22. package/es/customeow-shein/default/icon-import-design-template-empty.js.map +1 -1
  23. package/es/customeow-shein/default/icon-import-psd-empty.js +1 -1
  24. package/es/customeow-shein/default/icon-import-psd-empty.js.map +1 -1
  25. package/es/customeow-shein/default/icon-integration-empty.js +1 -1
  26. package/es/customeow-shein/default/icon-integration-empty.js.map +1 -1
  27. package/es/customeow-shein/default/icon-network-connection-timeout.js +1 -1
  28. package/es/customeow-shein/default/icon-network-connection-timeout.js.map +1 -1
  29. package/es/customeow-shein/default/icon-no-design-template-empty.js +1 -1
  30. package/es/customeow-shein/default/icon-no-design-template-empty.js.map +1 -1
  31. package/es/customeow-shein/default/icon-no-notifications-empty.js +1 -1
  32. package/es/customeow-shein/default/icon-no-notifications-empty.js.map +1 -1
  33. package/es/customeow-shein/default/icon-no-results-found-empty.js +1 -1
  34. package/es/customeow-shein/default/icon-no-results-found-empty.js.map +1 -1
  35. package/es/customeow-shein/default/icon-security-checking-empty.js +1 -1
  36. package/es/customeow-shein/default/icon-security-checking-empty.js.map +1 -1
  37. package/es/customeow-shein/default/icon-security-checking-fail-empty.js +1 -1
  38. package/es/customeow-shein/default/icon-security-checking-fail-empty.js.map +1 -1
  39. package/es/customeow-shein/default/icon-select-product-empty.js +1 -1
  40. package/es/customeow-shein/default/icon-select-product-empty.js.map +1 -1
  41. package/es/customeow-shein/default/icon-system-too-old.js +1 -1
  42. package/es/customeow-shein/default/icon-system-too-old.js.map +1 -1
  43. package/es/customeow-shein/default/icon-translate-empty.js +1 -1
  44. package/es/customeow-shein/default/icon-translate-empty.js.map +1 -1
  45. package/manifest.json +268 -49
  46. package/package.json +1 -1
  47. package/src/customeow/default/icon-arrow-left-solid.tsx +1 -1
  48. package/src/customeow/default/icon-import-design-template-empty.tsx +1 -0
  49. package/src/customeow/default/icon-system-too-old.tsx +9 -1
  50. package/src/customeow-shein/default/icon-3-d-model-empty.tsx +15 -59
  51. package/src/customeow-shein/default/icon-401-empty.tsx +29 -67
  52. package/src/customeow-shein/default/icon-404-empty.tsx +36 -56
  53. package/src/customeow-shein/default/icon-500-empty.tsx +15 -96
  54. package/src/customeow-shein/default/icon-feature-empty.tsx +13 -52
  55. package/src/customeow-shein/default/icon-font-search-empty.tsx +23 -50
  56. package/src/customeow-shein/default/icon-history-empty.tsx +19 -56
  57. package/src/customeow-shein/default/icon-import-design-template-empty.tsx +26 -44
  58. package/src/customeow-shein/default/icon-import-psd-empty.tsx +35 -50
  59. package/src/customeow-shein/default/icon-integration-empty.tsx +16 -38
  60. package/src/customeow-shein/default/icon-network-connection-timeout.tsx +6 -35
  61. package/src/customeow-shein/default/icon-no-design-template-empty.tsx +25 -62
  62. package/src/customeow-shein/default/icon-no-notifications-empty.tsx +19 -34
  63. package/src/customeow-shein/default/icon-no-results-found-empty.tsx +23 -53
  64. package/src/customeow-shein/default/icon-security-checking-empty.tsx +22 -96
  65. package/src/customeow-shein/default/icon-security-checking-fail-empty.tsx +17 -72
  66. package/src/customeow-shein/default/icon-select-product-empty.tsx +20 -42
  67. package/src/customeow-shein/default/icon-system-too-old.tsx +23 -40
  68. package/src/customeow-shein/default/icon-translate-empty.tsx +24 -44
@@ -21,66 +21,39 @@ export const IconFontSearchEmpty = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M4 108H10.1508M14.1454 108H108.562M113.425 108H116M62.4044 62.2243 64.7093 51.241 59.5724 50.163 57.7381 54.0347 54.7638 53.4105C53.1423 53.0702 52.1036 51.4799 52.4439 49.8583L54.642 39.3839C54.9823 37.7624 56.5726 36.7237 58.1942 37.064L87.2972 43.1714C88.9187 43.5116 89.9574 45.102 89.6171 46.7235L87.419 57.198C87.0787 58.8195 85.4883 59.8582 83.8668 59.5179L80.8925 58.8937 80.7694 54.6113 75.6325 53.5333 72.2362 69.7175 76.8432 70.6842C77.3837 70.7977 77.7299 71.3278 77.6165 71.8683L76.8811 75.3725C76.5408 76.9941 74.9505 78.0327 73.3289 77.6925L65.5739 76.065M57.9999 84.4755 64.1719 91.3301C64.9104 92.1503 64.8442 93.4139 64.024 94.1524V94.1524C63.2038 94.8909 61.9402 94.8247 61.2017 94.0045L54.8948 87"
25
- stroke={color}
26
- strokeWidth="1.5"
27
- strokeLinecap="round"
28
- strokeLinejoin="round"
29
- />
30
- <circle
31
- cx="47"
32
- cy="74"
33
- r="15"
34
- stroke={color}
35
- strokeWidth="1.5"
36
- strokeLinecap="round"
37
- strokeLinejoin="round"
24
+ d="M3.25 108C3.25 107.586 3.58579 107.25 4 107.25H10.1508C10.565 107.25 10.9008 107.586 10.9008 108C10.9008 108.414 10.565 108.75 10.1508 108.75H4C3.58579 108.75 3.25 108.414 3.25 108ZM13.3954 108C13.3954 107.586 13.7312 107.25 14.1454 107.25H108.562C108.976 107.25 109.312 107.586 109.312 108C109.312 108.414 108.976 108.75 108.562 108.75H14.1454C13.7312 108.75 13.3954 108.414 13.3954 108ZM112.675 108C112.675 107.586 113.011 107.25 113.425 107.25H116C116.414 107.25 116.75 107.586 116.75 108C116.75 108.414 116.414 108.75 116 108.75H113.425C113.011 108.75 112.675 108.414 112.675 108Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
38
28
  />
39
29
  <path
40
- d="M58 74C58 80.0751 53.0751 85 47 85C40.9249 85 36 80.0751 36 74C36 67.9249 40.9249 63 47 63C50.0205 63 52.7566 64.2174 54.7445 66.1883M57.4278 70.4891C57.2773 70.042 57.0989 69.6076 56.8945 69.1882"
41
- stroke={color}
42
- strokeWidth="1.5"
43
- strokeLinecap="round"
44
- strokeLinejoin="round"
30
+ d="M58.04 37.798C56.8238 37.5428 55.6311 38.3218 55.3759 39.5379L53.1778 50.0124C52.9226 51.2285 53.7015 52.4213 54.9177 52.6765L57.3133 53.1792L58.8944 49.8419C59.0429 49.5285 59.3869 49.3577 59.7263 49.429L64.8632 50.507C65.0579 50.5478 65.2283 50.6643 65.3371 50.8309C65.4459 50.9974 65.484 51.2003 65.4432 51.395L63.1383 62.3784C63.0532 62.7837 62.6556 63.0434 62.2502 62.9583C61.8448 62.8733 61.5852 62.4757 61.6703 62.0703L63.8211 51.821L59.9969 51.0184L58.4157 54.3558C58.2673 54.6692 57.9233 54.8399 57.5839 54.7687L54.6096 54.1445C52.5827 53.7192 51.2844 51.7312 51.7097 49.7043L53.9078 39.2299C54.3332 37.2029 56.3211 35.9046 58.3481 36.33L87.4511 42.4373C89.478 42.8627 90.7763 44.8506 90.3509 46.8776L88.1528 57.352C87.7275 59.3789 85.7395 60.6772 83.7126 60.2519L80.7383 59.6277C80.3989 59.5565 80.1526 59.2619 80.1427 58.9152L80.0366 55.2238L76.2123 54.4213L73.1241 69.1375L76.9971 69.9502C77.943 70.1487 78.5488 71.0764 78.3503 72.0223L77.615 75.5265C77.1896 77.5535 75.2017 78.8518 73.1747 78.4264L65.4197 76.799C65.0144 76.714 64.7547 76.3164 64.8398 75.911C64.9248 75.5056 65.3224 75.2459 65.7278 75.331L73.4828 76.9584C74.699 77.2136 75.8917 76.4346 76.1469 75.2185L76.8823 71.7142C76.9107 71.5791 76.8241 71.4466 76.689 71.4182L72.082 70.4514C71.6766 70.3664 71.417 69.9688 71.502 69.5634L74.8983 53.3792C74.9392 53.1845 75.0557 53.0141 75.2222 52.9053C75.3888 52.7965 75.5917 52.7584 75.7864 52.7992L80.9233 53.8772C81.2627 53.9485 81.509 54.2431 81.5189 54.5897L81.6251 58.2811L84.0207 58.7838C85.2368 59.0391 86.4296 58.2601 86.6848 57.0439L88.8829 46.5695C89.1381 45.3533 88.3591 44.1606 87.143 43.9053L58.04 37.798Z"
31
+ fill={color}
45
32
  />
46
33
  <path
47
- d="M76 20L79 23M79 20L76 23"
48
- stroke={color}
49
- strokeWidth="1.5"
50
- strokeLinecap="round"
51
- strokeLinejoin="round"
52
- />
53
- <circle
54
- cx="94.8"
55
- cy="27.8"
56
- r="1.8"
57
- stroke={color}
58
- strokeWidth="1.2"
59
- strokeLinecap="round"
60
- strokeLinejoin="round"
34
+ d="M54.603 87.7967C52.3489 89.0415 49.7572 89.75 47 89.75C38.3015 89.75 31.25 82.6985 31.25 74C31.25 65.3015 38.3015 58.25 47 58.25C55.6985 58.25 62.75 65.3015 62.75 74C62.75 77.9554 61.2919 81.5703 58.884 84.3364L64.7294 90.8284C65.745 91.9564 65.654 93.6942 64.526 94.7099C63.3979 95.7256 61.6601 95.6345 60.6444 94.5065L54.603 87.7967ZM57.8437 85.4227L63.6147 91.8321C64.076 92.3445 64.0346 93.1338 63.5223 93.5952C63.0099 94.0565 62.2205 94.0152 61.7592 93.5028L55.9003 86.9959C56.5896 86.5229 57.2394 85.9966 57.8437 85.4227ZM32.75 74C32.75 66.1299 39.1299 59.75 47 59.75C54.8701 59.75 61.25 66.1299 61.25 74C61.25 81.8701 54.8701 88.25 47 88.25C39.1299 88.25 32.75 81.8701 32.75 74Z"
35
+ fill={color}
36
+ fillRule="evenodd"
37
+ clipRule="evenodd"
61
38
  />
62
- <circle
63
- cx="36.2"
64
- cy="17.2"
65
- r="1.2"
39
+ <g opacity=".3" fill={color}>
40
+ <path d="M48.9299 30.0316C48.6796 29.7016 48.2091 29.637 47.8791 29.8874 47.5491 30.1377 47.4846 30.6082 47.7349 30.9382L50.3345 34.3649C50.5849 34.6949 51.0553 34.7594 51.3853 34.5091 51.7153 34.2587 51.7799 33.7883 51.5295 33.4583L48.9299 30.0316ZM42.6325 32.6695C42.286 32.4425 41.8211 32.5395 41.5942 32.886 41.3672 33.2325 41.4641 33.6974 41.8106 33.9243L47.9008 37.913C48.2473 38.14 48.7122 38.043 48.9391 37.6965 49.1661 37.35 49.0692 36.8851 48.7227 36.6582L42.6325 32.6695ZM47.1063 41.8549C47.5204 41.8646 47.8639 41.5367 47.8736 41.1226 47.8832 40.7085 47.5553 40.365 47.1412 40.3553L43.5021 40.2707C43.088 40.2611 42.7445 40.589 42.7349 41.0031 42.7253 41.4172 43.0532 41.7607 43.4673 41.7703L47.1063 41.8549ZM36.75 73.9999C36.75 68.339 41.3391 63.7499 47 63.7499 49.8148 63.7499 52.3633 64.8835 54.2165 66.7208 54.5106 67.0124 54.9855 67.0104 55.2771 66.7163 55.5688 66.4221 55.5667 65.9472 55.2726 65.6556 53.1499 63.5511 50.2262 62.2499 47 62.2499 40.5107 62.2499 35.25 67.5105 35.25 73.9999 35.25 80.4892 40.5107 85.7499 47 85.7499 53.4893 85.7499 58.75 80.4892 58.75 73.9999 58.75 73.5857 58.4142 73.2499 58 73.2499 57.5858 73.2499 57.25 73.5857 57.25 73.9999 57.25 79.6608 52.6609 84.2499 47 84.2499 41.3391 84.2499 36.75 79.6608 36.75 73.9999Z" />
41
+ <path d="M57.5688 68.8596C57.3874 68.4873 56.9384 68.3325 56.566 68.5139C56.1937 68.6953 56.0389 69.1443 56.2203 69.5166C56.4106 69.9073 56.5768 70.3118 56.717 70.7282C56.8491 71.1208 57.2745 71.332 57.6671 71.1998C58.0596 71.0677 58.2708 70.6423 58.1386 70.2498C57.9778 69.7719 57.7871 69.3077 57.5688 68.8596Z" />
42
+ </g>
43
+ <path
44
+ d="M75.4697 19.4697C75.7626 19.1768 76.2374 19.1768 76.5303 19.4697L77.5 20.4393 78.4697 19.4697C78.7626 19.1768 79.2374 19.1768 79.5303 19.4697 79.8232 19.7626 79.8232 20.2374 79.5303 20.5303L78.5607 21.5 79.5303 22.4697C79.8232 22.7626 79.8232 23.2374 79.5303 23.5303 79.2374 23.8232 78.7626 23.8232 78.4697 23.5303L77.5 22.5607 76.5303 23.5303C76.2374 23.8232 75.7626 23.8232 75.4697 23.5303 75.1768 23.2374 75.1768 22.7626 75.4697 22.4697L76.4393 21.5 75.4697 20.5303C75.1768 20.2374 75.1768 19.7626 75.4697 19.4697ZM94.7999 26.5999C94.1372 26.5999 93.5999 27.1372 93.5999 27.7999 93.5999 28.4626 94.1372 28.9999 94.7999 28.9999 95.4626 28.9999 95.9999 28.4626 95.9999 27.7999 95.9999 27.1372 95.4626 26.5999 94.7999 26.5999ZM92.3999 27.7999C92.3999 26.4744 93.4744 25.3999 94.7999 25.3999 96.1254 25.3999 97.1999 26.4744 97.1999 27.7999 97.1999 29.1254 96.1254 30.1999 94.7999 30.1999 93.4744 30.1999 92.3999 29.1254 92.3999 27.7999Z"
66
45
  fill={color}
67
- stroke={color}
68
- strokeLinecap="round"
69
- strokeLinejoin="round"
46
+ fillRule="evenodd"
47
+ clipRule="evenodd"
70
48
  />
71
49
  <path
72
- d="M20 32H24M22 34 22 30"
73
- stroke={color}
74
- strokeWidth="1.5"
75
- strokeLinecap="round"
76
- strokeLinejoin="round"
50
+ opacity=".3"
51
+ d="M36.2 15.5C35.2611 15.5 34.5 16.2611 34.5 17.2C34.5 18.1389 35.2611 18.9 36.2 18.9C37.1389 18.9 37.9 18.1389 37.9 17.2C37.9 16.2611 37.1389 15.5 36.2 15.5Z"
52
+ fill={color}
77
53
  />
78
54
  <path
79
- d="M50.9321 33.9116L48.3325 30.485M48.3118 37.2857L42.2216 33.297M47.1238 41.1052L43.4848 41.0206"
80
- stroke={color}
81
- strokeWidth="1.5"
82
- strokeLinecap="round"
83
- strokeLinejoin="round"
55
+ d="M21.25 34C21.25 34.4142 21.5858 34.75 22 34.75C22.4142 34.75 22.75 34.4142 22.75 34V32.75H24C24.4142 32.75 24.75 32.4142 24.75 32C24.75 31.5858 24.4142 31.25 24 31.25H22.75V30C22.75 29.5858 22.4142 29.25 22 29.25C21.5858 29.25 21.25 29.5858 21.25 30L21.25 31.25H20C19.5858 31.25 19.25 31.5858 19.25 32C19.25 32.4142 19.5858 32.75 20 32.75H21.25L21.25 34Z"
56
+ fill={color}
84
57
  />
85
58
  </svg>
86
59
  );
@@ -21,73 +21,36 @@ export const IconHistoryEmpty = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M4 108H10.1508M14.1454 108H108.562M113.425 108H116M76 20 79 23M79 20 76 23"
25
- stroke={color}
26
- strokeWidth="1.5"
27
- strokeLinecap="round"
28
- strokeLinejoin="round"
29
- />
30
- <circle
31
- cx="94.8"
32
- cy="27.8"
33
- r="1.8"
34
- stroke={color}
35
- strokeWidth="1.2"
36
- strokeLinecap="round"
37
- strokeLinejoin="round"
38
- />
39
- <circle
40
- cx="36.2"
41
- cy="17.2"
42
- r="1.2"
24
+ d="M3.25 108C3.25 107.586 3.58579 107.25 4 107.25H10.1508C10.565 107.25 10.9008 107.586 10.9008 108C10.9008 108.414 10.565 108.75 10.1508 108.75H4C3.58579 108.75 3.25 108.414 3.25 108ZM13.3954 108C13.3954 107.586 13.7312 107.25 14.1454 107.25H108.562C108.976 107.25 109.312 107.586 109.312 108C109.312 108.414 108.976 108.75 108.562 108.75H14.1454C13.7312 108.75 13.3954 108.414 13.3954 108ZM112.675 108C112.675 107.586 113.011 107.25 113.425 107.25H116C116.414 107.25 116.75 107.586 116.75 108C116.75 108.414 116.414 108.75 116 108.75H113.425C113.011 108.75 112.675 108.414 112.675 108Z"
43
25
  fill={color}
44
- stroke={color}
45
- strokeLinecap="round"
46
- strokeLinejoin="round"
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
47
28
  />
29
+ <g opacity=".3" fill={color}>
30
+ <path d="M41 55.25C41 54.8358 41.3358 54.5 41.75 54.5H65.25C65.6642 54.5 66 54.8358 66 55.25 66 55.6642 65.6642 56 65.25 56H41.75C41.3358 56 41 55.6642 41 55.25ZM69 55.25C69 54.8358 69.3358 54.5 69.75 54.5H72.25C72.6642 54.5 73 54.8358 73 55.25 73 55.6642 72.6642 56 72.25 56H69.75C69.3358 56 69 55.6642 69 55.25ZM41.75 76.5C41.3358 76.5 41 76.8358 41 77.25 41 77.6642 41.3358 78 41.75 78H53.25C53.6642 78 54 77.6642 54 77.25 54 76.8358 53.6642 76.5 53.25 76.5H41.75Z" />
31
+ </g>
48
32
  <path
49
- d="M20 32H24M22 34 22 30M61.5 96H37C35.8954 96 35 95.1046 35 94V40C35 38.8954 35.8954 38 37 38H82C83.1046 38 84 38.8954 84 40V69"
50
- stroke={color}
51
- strokeWidth="1.5"
52
- strokeLinecap="round"
53
- strokeLinejoin="round"
33
+ d="M34.25 40C34.25 38.4812 35.4812 37.25 37 37.25H82C83.5188 37.25 84.75 38.4812 84.75 40V69C84.75 69.4142 84.4142 69.75 84 69.75C83.5858 69.75 83.25 69.4142 83.25 69V40C83.25 39.3096 82.6904 38.75 82 38.75H37C36.3096 38.75 35.75 39.3096 35.75 40V94C35.75 94.6904 36.3096 95.25 37 95.25H61.5C61.9142 95.25 62.25 95.5858 62.25 96C62.25 96.4142 61.9142 96.75 61.5 96.75H37C35.4812 96.75 34.25 95.5188 34.25 94V40Z"
34
+ fill={color}
54
35
  />
55
36
  <path
56
- stroke={color}
57
- d="M41.75 55.25 65.25 55.25M69.75 55.25 72.25 55.25"
58
- strokeWidth="1.5"
59
- strokeLinecap="round"
60
- strokeLinejoin="round"
37
+ d="M41 66.25C41 65.8358 41.3358 65.5 41.75 65.5H59.25C59.6642 65.5 60 65.8358 60 66.25 60 66.6642 59.6642 67 59.25 67H41.75C41.3358 67 41 66.6642 41 66.25ZM75 78.25C75.4142 78.25 75.75 78.5858 75.75 79V85.25H81C81.4142 85.25 81.75 85.5858 81.75 86 81.75 86.4142 81.4142 86.75 81 86.75H75C74.5858 86.75 74.25 86.4142 74.25 86V79C74.25 78.5858 74.5858 78.25 75 78.25Z"
38
+ fill={color}
61
39
  />
62
40
  <path
63
- stroke={color}
64
- d="M41.75 66.25 59.25 66.25"
65
- strokeWidth="1.5"
66
- strokeLinecap="round"
67
- strokeLinejoin="round"
41
+ d="M64.25 85C64.25 78.5107 69.5107 73.25 76 73.25 82.4893 73.25 87.75 78.5107 87.75 85 87.75 91.4893 82.4893 96.75 76 96.75 69.5107 96.75 64.25 91.4893 64.25 85ZM76 74.75C70.3391 74.75 65.75 79.3391 65.75 85 65.75 90.6609 70.3391 95.25 76 95.25 81.6609 95.25 86.25 90.6609 86.25 85 86.25 79.3391 81.6609 74.75 76 74.75ZM75.4697 19.4697C75.7626 19.1768 76.2374 19.1768 76.5303 19.4697L77.5 20.4393 78.4697 19.4697C78.7626 19.1768 79.2374 19.1768 79.5303 19.4697 79.8232 19.7626 79.8232 20.2374 79.5303 20.5303L78.5607 21.5 79.5303 22.4697C79.8232 22.7626 79.8232 23.2374 79.5303 23.5303 79.2374 23.8232 78.7626 23.8232 78.4697 23.5303L77.5 22.5607 76.5303 23.5303C76.2374 23.8232 75.7626 23.8232 75.4697 23.5303 75.1768 23.2374 75.1768 22.7626 75.4697 22.4697L76.4393 21.5 75.4697 20.5303C75.1768 20.2374 75.1768 19.7626 75.4697 19.4697ZM94.7999 26.5999C94.1372 26.5999 93.5999 27.1372 93.5999 27.7999 93.5999 28.4626 94.1372 28.9999 94.7999 28.9999 95.4626 28.9999 95.9999 28.4626 95.9999 27.7999 95.9999 27.1372 95.4626 26.5999 94.7999 26.5999ZM92.3999 27.7999C92.3999 26.4744 93.4744 25.3999 94.7999 25.3999 96.1254 25.3999 97.1999 26.4744 97.1999 27.7999 97.1999 29.1254 96.1254 30.1999 94.7999 30.1999 93.4744 30.1999 92.3999 29.1254 92.3999 27.7999Z"
42
+ fill={color}
43
+ fillRule="evenodd"
44
+ clipRule="evenodd"
68
45
  />
69
46
  <path
70
- stroke={color}
71
- d="M41.75 77.25 53.25 77.25"
72
- strokeWidth="1.5"
73
- strokeLinecap="round"
74
- strokeLinejoin="round"
75
- />
76
- <circle
77
- cx="76"
78
- cy="85"
79
- r="11"
80
- stroke={color}
81
- strokeWidth="1.5"
82
- strokeLinecap="round"
83
- strokeLinejoin="round"
47
+ opacity=".3"
48
+ d="M36.2 15.5C35.2611 15.5 34.5 16.2611 34.5 17.2C34.5 18.1389 35.2611 18.9 36.2 18.9C37.1389 18.9 37.9 18.1389 37.9 17.2C37.9 16.2611 37.1389 15.5 36.2 15.5Z"
49
+ fill={color}
84
50
  />
85
51
  <path
86
- d="M75 79V86H81"
87
- stroke={color}
88
- strokeWidth="1.5"
89
- strokeLinecap="round"
90
- strokeLinejoin="round"
52
+ d="M21.25 34C21.25 34.4142 21.5858 34.75 22 34.75C22.4142 34.75 22.75 34.4142 22.75 34V32.75H24C24.4142 32.75 24.75 32.4142 24.75 32C24.75 31.5858 24.4142 31.25 24 31.25H22.75V30C22.75 29.5858 22.4142 29.25 22 29.25C21.5858 29.25 21.25 29.5858 21.25 30L21.25 31.25H20C19.5858 31.25 19.25 31.5858 19.25 32C19.25 32.4142 19.5858 32.75 20 32.75H21.25L21.25 34Z"
53
+ fill={color}
91
54
  />
92
55
  </svg>
93
56
  );
@@ -23,60 +23,42 @@ export const IconImportDesignTemplateEmpty = forwardRef<
23
23
  ref={forwardedRef}
24
24
  >
25
25
  <path
26
- d="M72.537 42.1907L72.1037 39.3812C71.9354 38.2895 70.914 37.541 69.8223 37.7094L29.1234 43.9852C28.0317 44.1536 27.2832 45.175 27.4515 46.2667L34.4924 91.927C34.6608 93.0186 35.6822 93.7671 36.7739 93.5988L38.953 93.2628"
27
- stroke={color}
28
- strokeWidth="1.5"
29
- strokeLinecap="round"
30
- strokeLinejoin="round"
26
+ opacity=".3"
27
+ d="M26.7101 46.381C26.4787 44.8799 27.5078 43.4754 29.0089 43.244L69.7078 36.9681C71.2089 36.7367 72.6133 37.7659 72.8448 39.2669L73.278 42.0764C73.3411 42.4858 73.0605 42.8688 72.6511 42.9319C72.2417 42.9951 71.8587 42.7144 71.7955 42.305L71.3623 39.4955C71.2571 38.8132 70.6187 38.3454 69.9364 38.4506L29.2375 44.7265C28.5552 44.8317 28.0874 45.4701 28.1926 46.1524L35.2335 91.8126C35.3387 92.4949 35.9771 92.9627 36.6594 92.8575L38.8385 92.5215C39.2479 92.4584 39.6309 92.7391 39.6941 93.1484C39.7572 93.5578 39.4765 93.9409 39.0671 94.004L36.888 94.34C35.387 94.5715 33.9825 93.5423 33.751 92.0412L26.7101 46.381Z"
28
+ fill={color}
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
31
  />
32
32
  <path
33
- d="M89.2872 66.5001 86.9424 95.2386C86.8526 96.3395 85.8873 97.1591 84.7864 97.0693L43.7428 93.7205C42.6419 93.6307 41.8223 92.6654 41.9121 91.5645L45.6691 45.5175C45.759 44.4166 46.7243 43.597 47.8252 43.6868L75.4999 45.9449M43 83 87.5906 86.6333"
34
- stroke={color}
35
- strokeWidth="1.5"
36
- strokeLinecap="round"
37
- strokeLinejoin="round"
33
+ d="M46.4164 45.5782C46.4725 44.8901 47.0758 44.3778 47.7639 44.434L75.4387 46.692C75.8515 46.7257 76.2135 46.4183 76.2472 46.0055C76.2808 45.5926 75.9735 45.2307 75.5606 45.197L47.8859 42.9389C46.3721 42.8154 45.0449 43.9424 44.9213 45.4562L41.1643 91.5031C41.0408 93.0169 42.1678 94.3441 43.6815 94.4677L84.7251 97.8165C86.2389 97.94 87.5661 96.813 87.6896 95.2992L90.0345 66.5607C90.0681 66.1478 89.7608 65.7859 89.3479 65.7522C88.9351 65.7185 88.5731 66.0259 88.5394 66.4387L86.9573 85.829L43.4217 82.2817L46.4164 45.5782ZM43.2997 83.7767L42.6593 91.6251C42.6032 92.3132 43.1155 92.9165 43.8035 92.9726L84.8471 96.3214C85.5352 96.3776 86.1385 95.8653 86.1946 95.1772L86.8354 87.3241L43.2997 83.7767Z"
34
+ fill={color}
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
38
37
  />
39
- <circle
40
- cx="56.354"
41
- cy="59.608"
42
- r="3.347"
43
- transform="rotate(4.665 56.354 59.608)"
44
- stroke={color}
45
- strokeWidth="1.5"
46
- strokeLinecap="round"
47
- strokeLinejoin="round"
38
+ <path
39
+ d="M52.2703 59.2742C52.4543 57.0192 54.4315 55.3403 56.6866 55.5243C58.9416 55.7083 60.6205 57.6855 60.4365 59.9405C60.2525 62.1956 58.2753 63.8745 56.0203 63.6905C53.7652 63.5065 52.0863 61.5293 52.2703 59.2742ZM56.5646 57.0193C55.1352 56.9027 53.882 57.9669 53.7654 59.3962C53.6487 60.8256 54.7129 62.0788 56.1423 62.1954C57.5716 62.3121 58.8249 61.2479 58.9415 59.8185C59.0581 58.3892 57.9939 57.1359 56.5646 57.0193Z"
40
+ fill={color}
41
+ fillRule="evenodd"
42
+ clipRule="evenodd"
48
43
  />
49
44
  <path
50
- d="M84.2877 76.9801 77.7433 69.2946C77.0839 68.5201 75.9482 68.364 75.1043 68.9317L65.0989 75.6621C64.3266 76.1816 63.2979 76.0996 62.6176 75.4644L57.9835 71.137C57.3492 70.5447 56.4052 70.429 55.6466 70.8508L49 74.5462M97.6557 47.0181V47.0181C91.6453 47.0853 86.0205 49.9899 82.4859 54.8515L78.0787 60.9134M78.0787 60.9134 77.3947 55.827 77.0527 53.2837 76.8817 52.0121 76.7962 51.3763M78.0787 60.9134 83.1509 60.13 85.6869 59.7382 86.9549 59.5424 87.5889 59.4444M76 20 79 23M79 20 76 23"
51
- stroke={color}
52
- strokeWidth="1.5"
53
- strokeLinecap="round"
54
- strokeLinejoin="round"
45
+ d="M77.172 69.7806C76.7599 69.2966 76.0501 69.199 75.5226 69.5538L65.5173 76.2842C64.4553 76.9985 63.0409 76.8858 62.1055 76.0123L57.4714 71.685C57.0749 71.3147 56.4849 71.2425 56.0108 71.5061L49.3642 75.2015C49.0022 75.4028 48.5456 75.2725 48.3443 74.9104 48.143 74.5484 48.2733 74.0918 48.6353 73.8905L55.2819 70.1951C56.3249 69.6152 57.6229 69.7742 58.4951 70.5886L63.1292 74.916C63.5544 75.3131 64.1973 75.3643 64.68 75.0396L74.6854 68.3092C75.8459 67.5286 77.4074 67.7433 78.3141 68.8081L84.8584 76.4937C85.127 76.809 85.089 77.2824 84.7736 77.5509 84.4583 77.8195 83.9849 77.7815 83.7164 77.4661L77.172 69.7806ZM77.5391 51.276C77.4838 50.8655 77.1063 50.5775 76.6958 50.6327 76.2853 50.6879 75.9972 51.0654 76.0524 51.476L77.335 61.0131C77.3618 61.2128 77.4679 61.3932 77.6292 61.5138 77.7906 61.6345 77.9937 61.6851 78.1928 61.6543L87.703 60.1853C88.1123 60.1221 88.3929 59.739 88.3297 59.3296 88.2665 58.9203 87.8834 58.6397 87.474 58.7029L79.7444 59.8969 83.0921 55.2923C86.4873 50.6223 91.8903 47.8323 97.6637 47.7678 98.0778 47.7632 98.4099 47.4236 98.4052 47.0094 98.4006 46.5953 98.0611 46.2632 97.6469 46.2679 91.3995 46.3377 85.5528 49.3568 81.8788 54.4102L78.5722 58.9584 77.5391 51.276Z"
46
+ fill={color}
55
47
  />
56
- <circle
57
- cx="94.8"
58
- cy="27.8"
59
- r="1.8"
60
- stroke={color}
61
- strokeWidth="1.2"
62
- strokeLinecap="round"
63
- strokeLinejoin="round"
48
+ <path
49
+ d="M75.4697 19.4697C75.7626 19.1768 76.2374 19.1768 76.5303 19.4697L77.5 20.4393 78.4697 19.4697C78.7626 19.1768 79.2374 19.1768 79.5303 19.4697 79.8232 19.7626 79.8232 20.2374 79.5303 20.5303L78.5607 21.5 79.5303 22.4697C79.8232 22.7626 79.8232 23.2374 79.5303 23.5303 79.2374 23.8232 78.7626 23.8232 78.4697 23.5303L77.5 22.5607 76.5303 23.5303C76.2374 23.8232 75.7626 23.8232 75.4697 23.5303 75.1768 23.2374 75.1768 22.7626 75.4697 22.4697L76.4393 21.5 75.4697 20.5303C75.1768 20.2374 75.1768 19.7626 75.4697 19.4697ZM94.7999 26.5999C94.1372 26.5999 93.5999 27.1372 93.5999 27.7999 93.5999 28.4626 94.1372 28.9999 94.7999 28.9999 95.4626 28.9999 95.9999 28.4626 95.9999 27.7999 95.9999 27.1372 95.4626 26.5999 94.7999 26.5999ZM92.3999 27.7999C92.3999 26.4744 93.4744 25.3999 94.7999 25.3999 96.1254 25.3999 97.1999 26.4744 97.1999 27.7999 97.1999 29.1254 96.1254 30.1999 94.7999 30.1999 93.4744 30.1999 92.3999 29.1254 92.3999 27.7999Z"
50
+ fill={color}
51
+ fillRule="evenodd"
52
+ clipRule="evenodd"
64
53
  />
65
- <circle
66
- cx="36.2"
67
- cy="17.2"
68
- r="1.2"
54
+ <path
55
+ opacity=".3"
56
+ d="M36.2 15.5C35.2611 15.5 34.5 16.2611 34.5 17.2C34.5 18.1389 35.2611 18.9 36.2 18.9C37.1389 18.9 37.9 18.1389 37.9 17.2C37.9 16.2611 37.1389 15.5 36.2 15.5Z"
69
57
  fill={color}
70
- stroke={color}
71
- strokeLinecap="round"
72
- strokeLinejoin="round"
73
58
  />
74
59
  <path
75
- d="M20 32H24M22 34 22 30"
76
- stroke={color}
77
- strokeWidth="1.5"
78
- strokeLinecap="round"
79
- strokeLinejoin="round"
60
+ d="M21.25 34C21.25 34.4142 21.5858 34.75 22 34.75C22.4142 34.75 22.75 34.4142 22.75 34V32.75H24C24.4142 32.75 24.75 32.4142 24.75 32C24.75 31.5858 24.4142 31.25 24 31.25H22.75V30C22.75 29.5858 22.4142 29.25 22 29.25C21.5858 29.25 21.25 29.5858 21.25 30L21.25 31.25H20C19.5858 31.25 19.25 31.5858 19.25 32C19.25 32.4142 19.5858 32.75 20 32.75H21.25L21.25 34Z"
61
+ fill={color}
80
62
  />
81
63
  </svg>
82
64
  );
@@ -21,73 +21,58 @@ export const IconImportPsdEmpty = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M4 108H10.1508M14.1454 108H108.562M113.425 108H116"
25
- stroke={color}
26
- strokeWidth="1.5"
27
- strokeLinecap="round"
28
- strokeLinejoin="round"
24
+ d="M3.25 108C3.25 107.586 3.58579 107.25 4 107.25H10.1508C10.565 107.25 10.9008 107.586 10.9008 108C10.9008 108.414 10.565 108.75 10.1508 108.75H4C3.58579 108.75 3.25 108.414 3.25 108ZM13.3954 108C13.3954 107.586 13.7312 107.25 14.1454 107.25H108.562C108.976 107.25 109.312 107.586 109.312 108C109.312 108.414 108.976 108.75 108.562 108.75H14.1454C13.7312 108.75 13.3954 108.414 13.3954 108ZM112.675 108C112.675 107.586 113.011 107.25 113.425 107.25H116C116.414 107.25 116.75 107.586 116.75 108C116.75 108.414 116.414 108.75 116 108.75H113.425C113.011 108.75 112.675 108.414 112.675 108Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
29
28
  />
30
29
  <path
31
- d="M73.3609 41.3597L72.9277 38.5502C72.7594 37.4585 71.7379 36.71 70.6463 36.8783L29.9473 43.1542C28.8557 43.3225 28.1072 44.344 28.2755 45.4356L35.3164 91.0959C35.4848 92.1876 36.5062 92.9361 37.5979 92.7677L39.777 92.4317"
32
- stroke={color}
33
- strokeWidth="1.5"
34
- strokeLinecap="round"
35
- strokeLinejoin="round"
30
+ opacity=".3"
31
+ d="M27.5343 45.5499C27.3029 44.0489 28.3321 42.6444 29.8331 42.4129L70.532 36.1371C72.0331 35.9056 73.4375 36.9348 73.669 38.4358L74.1022 41.2454C74.1654 41.6547 73.8847 42.0378 73.4753 42.1009C73.0659 42.164 72.6829 41.8833 72.6198 41.474L72.1865 38.6644C72.0813 37.9822 71.4429 37.5143 70.7606 37.6195L30.0617 43.8954C29.3794 44.0006 28.9116 44.639 29.0168 45.3213L36.0577 90.9816C36.1629 91.6639 36.8013 92.1317 37.4836 92.0265L39.6628 91.6905C40.0721 91.6273 40.4552 91.908 40.5183 92.3174C40.5814 92.7268 40.3007 93.1098 39.8914 93.1729L37.7122 93.509C36.2112 93.7404 34.8067 92.7112 34.5752 91.2102L27.5343 45.5499Z"
32
+ fill={color}
33
+ fillRule="evenodd"
34
+ clipRule="evenodd"
36
35
  />
37
36
  <path
38
- d="M90.5377 65.9759 88.1929 94.7144C88.1031 95.8153 87.1378 96.635 86.0369 96.5451L44.9933 93.1963C43.8924 93.1065 43.0727 92.1412 43.1626 91.0403L43.8647 82.4354M76.7504 45.4207 49.0757 43.1626C47.9747 43.0728 47.0095 43.8925 46.9196 44.9934L45.4084 63.5153M98.4797 46.1871V46.1871C92.4693 46.2542 86.8445 49.1588 83.3099 54.0205L78.9027 60.0824M78.9027 60.0824 78.2187 54.9959 77.8767 52.4527 77.7057 51.1811 77.6202 50.5453M78.9027 60.0824 83.9748 59.2989 86.5109 58.9072 87.7789 58.7113 88.4129 58.6134"
39
- stroke={color}
40
- strokeWidth="1.5"
41
- strokeLinecap="round"
42
- strokeLinejoin="round"
37
+ d="M45.7127 66.4019L43.1857 66.1993C42.7541 66.1647 42.375 66.5004 42.339 66.9491L41.455 77.9762C41.4037 78.6163 41.8612 79.1752 42.477 79.2246C43.0928 79.2739 43.6336 78.7951 43.6849 78.155L43.9573 74.7577L45.1081 74.85C47.5534 75.046 49.1213 73.5532 49.3415 70.8063C49.5564 68.1262 48.3024 66.6095 45.7127 66.4019ZM44.4515 68.5932L45.3864 68.6682C46.7531 68.7777 47.2136 69.3544 47.1062 70.6942C46.9934 72.1012 46.3646 72.7253 45.1416 72.6272L44.1346 72.5465L44.4515 68.5932Z"
38
+ fill={color}
39
+ fillRule="evenodd"
40
+ clipRule="evenodd"
43
41
  />
44
- <rect
45
- x="39.361"
46
- y="63.117"
47
- width="30.939"
48
- height="18.775"
49
- rx="2.25"
50
- transform="rotate(4.584 39.361 63.117)"
51
- stroke={color}
52
- strokeWidth="1.5"
42
+ <path
43
+ d="M55.1825 72.8926L53.9415 72.1197L53.8748 72.0467C53.1159 71.5815 52.5677 71.2003 52.6321 70.3962C52.6912 69.6593 53.1601 69.2249 53.9512 69.2883C54.2497 69.3122 54.5188 69.3918 54.7739 69.5282C54.8856 69.5879 54.9895 69.6566 55.0879 69.7318C55.5953 70.1201 56.2973 70.129 56.6885 69.6107C57.0064 69.1896 56.9965 68.5773 56.6607 68.1758C56.4799 67.9597 56.2868 67.7542 56.0431 67.5788C55.4811 67.1743 54.8319 66.9306 54.1446 66.8755C52.1306 66.714 50.5634 68.2069 50.3861 70.418C50.2249 72.428 51.223 73.5192 52.1154 74.1305L53.4177 75.0441L53.4978 75.1007C54.2051 75.5994 54.6508 75.9137 54.5887 76.6889C54.5189 77.5597 53.9778 77.9884 53.1146 77.9192C52.6161 77.8792 52.106 77.6242 51.651 77.2268C51.1342 76.7755 50.4099 76.7434 49.9877 77.2961L49.9586 77.3341C49.599 77.8048 49.6149 78.4888 50.0021 78.9304C50.2748 79.2414 50.5621 79.5341 50.9333 79.7765C51.5305 80.1665 52.1863 80.4073 52.8388 80.4597C54.9966 80.6326 56.636 79.1455 56.824 76.8005C57.0461 74.9301 56.4901 73.7396 55.1825 72.8926Z"
44
+ fill={color}
53
45
  />
54
46
  <path
55
- d="M45.7129 66.4022L43.1858 66.1996C42.7542 66.165 42.3751 66.5007 42.3392 66.9494L41.4551 77.9765C41.4038 78.6166 41.8614 79.1755 42.4772 79.2248C43.0929 79.2742 43.6337 78.7953 43.6851 78.1552L43.9574 74.758L45.1082 74.8503C47.5535 75.0463 49.1214 73.5535 49.3416 70.8066C49.5565 68.1264 48.3025 66.6098 45.7129 66.4022ZM55.1826 72.8929L53.9417 72.12L53.8749 72.047C53.116 71.5818 52.5678 71.2006 52.6322 70.3965C52.6913 69.6596 53.1603 69.2252 53.9513 69.2886C54.2498 69.3125 54.5189 69.392 54.7741 69.5285C54.8857 69.5882 54.9896 69.6569 55.088 69.7321C55.5954 70.1204 56.2974 70.1293 56.6886 69.611C57.0065 69.1899 56.9967 68.5775 56.6608 68.1761C56.48 67.96 56.2869 67.7544 56.0433 67.5791C55.4812 67.1745 54.832 66.9309 54.1448 66.8758C52.1307 66.7143 50.5635 68.2072 50.3862 70.4183C50.2251 72.4283 51.2231 73.5195 52.1155 74.1308L53.4178 75.0444L53.4979 75.101C54.2052 75.5996 54.651 75.914 54.5888 76.6892C54.519 77.56 53.9779 77.9886 53.1147 77.9194C52.6162 77.8795 52.1061 77.6245 51.6511 77.2271C51.1343 76.7758 50.4101 76.7437 49.9878 77.2964L49.9588 77.3344C49.5991 77.8051 49.615 78.4891 50.0022 78.9307C50.2749 79.2416 50.5622 79.5344 50.9334 79.7768C51.5306 80.1668 52.1864 80.4076 52.8389 80.4599C54.9967 80.6329 56.6362 79.1458 56.8242 76.8007C57.0462 74.9304 56.4902 73.7399 55.1826 72.8929ZM61.825 67.6939L59.7454 67.5272C59.3447 67.4951 58.9928 67.8067 58.9594 68.2232L58.0382 79.7134C58.0048 80.1299 58.3026 80.4936 58.7033 80.5257L60.855 80.6982C63.876 80.9404 65.8675 78.6723 66.2005 74.5184C66.5282 70.4311 64.9903 67.9477 61.825 67.6939ZM44.4517 68.5935L45.3865 68.6685C46.7532 68.778 47.2137 69.3546 47.1063 70.6945C46.9935 72.1015 46.3647 72.7256 45.1417 72.6275L44.1347 72.5468L44.4517 68.5935ZM61.0619 69.9928L61.4932 70.0274C63.3634 70.1774 64.1914 71.5922 63.9658 74.4063C63.7402 77.2204 62.692 78.5524 60.8218 78.4025L60.3904 78.3679L61.0619 69.9928Z"
47
+ d="M59.7453 67.5269L61.8248 67.6937C64.9902 67.9474 66.5281 70.4309 66.2004 74.5181C65.8674 78.672 63.8759 80.9401 60.8549 80.6979L58.7031 80.5254C58.3025 80.4933 58.0047 80.1296 58.0381 79.7131L58.9593 68.2229C58.9927 67.8064 59.3446 67.4948 59.7453 67.5269ZM61.4931 70.0271L61.0618 69.9926L60.3903 78.3676L60.8217 78.4022C62.6919 78.5521 63.7401 77.2201 63.9657 74.406C64.1913 71.5919 63.3633 70.1771 61.4931 70.0271Z"
56
48
  fill={color}
57
49
  fillRule="evenodd"
58
50
  clipRule="evenodd"
59
51
  />
60
52
  <path
61
- d="M76 20L79 23M79 20L76 23"
62
- stroke={color}
63
- strokeWidth="1.5"
64
- strokeLinecap="round"
65
- strokeLinejoin="round"
53
+ d="M46.1724 44.9323C46.2959 43.4185 47.6231 42.2915 49.1369 42.415L76.8117 44.6731C77.2245 44.7067 77.5319 45.0687 77.4982 45.4816C77.4645 45.8944 77.1025 46.2018 76.6897 46.1681L49.0149 43.91C48.3268 43.8539 47.7235 44.3662 47.6674 45.0543L46.2102 62.9138L68.0186 64.6622C69.6701 64.7946 70.9017 66.2408 70.7693 67.8923L69.6285 82.1214C69.4961 83.773 68.0499 85.0045 66.3983 84.8721L44.5614 83.1214L43.9103 91.1012C43.8542 91.7893 44.3665 92.3926 45.0545 92.4487L86.0981 95.7975C86.7862 95.8537 87.3895 95.3414 87.4456 94.6533L89.7905 65.9148C89.8241 65.5019 90.1861 65.1946 90.599 65.2283C91.0118 65.2619 91.3192 65.6239 91.2855 66.0368L88.9407 94.7753C88.8171 96.289 87.4899 97.4161 85.9761 97.2926L44.9326 93.9437C43.4188 93.8202 42.2918 92.493 42.4153 90.9792L43.0662 83.0015L40.0434 82.7591C38.3918 82.6267 37.1603 81.1805 37.2927 79.529L38.4335 65.2999C38.5659 63.6484 40.0121 62.4169 41.6636 62.5493L44.715 62.7939L46.1724 44.9323ZM67.8987 66.1574L41.5438 64.0445C40.718 63.9783 39.9949 64.594 39.9287 65.4198L38.7879 79.6489C38.7217 80.4746 39.3375 81.1977 40.1632 81.2639L66.5182 83.3769C67.344 83.4431 68.0671 82.8273 68.1333 82.0015L69.2741 67.7725C69.3403 66.9467 68.7245 66.2236 67.8987 66.1574Z"
54
+ fill={color}
55
+ fillRule="evenodd"
56
+ clipRule="evenodd"
66
57
  />
67
- <circle
68
- cx="94.8"
69
- cy="27.8"
70
- r="1.8"
71
- stroke={color}
72
- strokeWidth="1.2"
73
- strokeLinecap="round"
74
- strokeLinejoin="round"
58
+ <path
59
+ d="M77.5202 49.8016C77.9307 49.7464 78.3082 50.0345 78.3634 50.445L79.3966 58.1274L82.7032 53.5792C86.3772 48.5257 92.2239 45.5066 98.4713 45.4368C98.8855 45.4322 99.225 45.7642 99.2296 46.1784C99.2342 46.5926 98.9022 46.9321 98.488 46.9367C92.7147 47.0012 87.3116 49.7912 83.9165 54.4612L80.5688 59.0658L88.2984 57.8718C88.7077 57.8086 89.0909 58.0892 89.1541 58.4986C89.2173 58.9079 88.9367 59.291 88.5274 59.3543L79.0172 60.8233C78.8181 60.8541 78.615 60.8034 78.4536 60.6828C78.2923 60.5622 78.1862 60.3817 78.1594 60.182L76.8768 50.6449C76.8216 50.2344 77.1096 49.8568 77.5202 49.8016Z"
60
+ fill={color}
75
61
  />
76
- <circle
77
- cx="36.2"
78
- cy="17.2"
79
- r="1.2"
62
+ <path
63
+ d="M75.4697 19.4697C75.7626 19.1768 76.2374 19.1768 76.5303 19.4697L77.5 20.4393 78.4697 19.4697C78.7626 19.1768 79.2374 19.1768 79.5303 19.4697 79.8232 19.7626 79.8232 20.2374 79.5303 20.5303L78.5607 21.5 79.5303 22.4697C79.8232 22.7626 79.8232 23.2374 79.5303 23.5303 79.2374 23.8232 78.7626 23.8232 78.4697 23.5303L77.5 22.5607 76.5303 23.5303C76.2374 23.8232 75.7626 23.8232 75.4697 23.5303 75.1768 23.2374 75.1768 22.7626 75.4697 22.4697L76.4393 21.5 75.4697 20.5303C75.1768 20.2374 75.1768 19.7626 75.4697 19.4697ZM94.7999 26.5999C94.1372 26.5999 93.5999 27.1372 93.5999 27.7999 93.5999 28.4626 94.1372 28.9999 94.7999 28.9999 95.4626 28.9999 95.9999 28.4626 95.9999 27.7999 95.9999 27.1372 95.4626 26.5999 94.7999 26.5999ZM92.3999 27.7999C92.3999 26.4744 93.4744 25.3999 94.7999 25.3999 96.1254 25.3999 97.1999 26.4744 97.1999 27.7999 97.1999 29.1254 96.1254 30.1999 94.7999 30.1999 93.4744 30.1999 92.3999 29.1254 92.3999 27.7999Z"
80
64
  fill={color}
81
- stroke={color}
82
- strokeLinecap="round"
83
- strokeLinejoin="round"
65
+ fillRule="evenodd"
66
+ clipRule="evenodd"
84
67
  />
85
68
  <path
86
- d="M20 32H24M22 34 22 30"
87
- stroke={color}
88
- strokeWidth="1.5"
89
- strokeLinecap="round"
90
- strokeLinejoin="round"
69
+ opacity=".3"
70
+ d="M36.2 15.5C35.2611 15.5 34.5 16.2611 34.5 17.2C34.5 18.1389 35.2611 18.9 36.2 18.9C37.1389 18.9 37.9 18.1389 37.9 17.2C37.9 16.2611 37.1389 15.5 36.2 15.5Z"
71
+ fill={color}
72
+ />
73
+ <path
74
+ d="M21.25 34C21.25 34.4142 21.5858 34.75 22 34.75C22.4142 34.75 22.75 34.4142 22.75 34V32.75H24C24.4142 32.75 24.75 32.4142 24.75 32C24.75 31.5858 24.4142 31.25 24 31.25H22.75V30C22.75 29.5858 22.4142 29.25 22 29.25C21.5858 29.25 21.25 29.5858 21.25 30L21.25 31.25H20C19.5858 31.25 19.25 31.5858 19.25 32C19.25 32.4142 19.5858 32.75 20 32.75H21.25L21.25 34Z"
75
+ fill={color}
91
76
  />
92
77
  </svg>
93
78
  );
@@ -21,56 +21,34 @@ export const IconIntegrationEmpty = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M4 108H10.1508M14.1454 108H108.562M113.425 108H116M92 17 95 20M95 17 92 20"
25
- stroke={color}
26
- strokeWidth="1.5"
27
- strokeLinecap="round"
28
- strokeLinejoin="round"
29
- />
30
- <circle
31
- cx="63.8"
32
- cy="28.8"
33
- r="1.8"
34
- stroke={color}
35
- strokeWidth="1.2"
36
- strokeLinecap="round"
37
- strokeLinejoin="round"
38
- />
39
- <circle
40
- cx="41.2"
41
- cy="17.2"
42
- r="1.2"
24
+ d="M3.25 108C3.25 107.586 3.58579 107.25 4 107.25H10.1508C10.565 107.25 10.9008 107.586 10.9008 108C10.9008 108.414 10.565 108.75 10.1508 108.75H4C3.58579 108.75 3.25 108.414 3.25 108ZM13.3954 108C13.3954 107.586 13.7312 107.25 14.1454 107.25H108.562C108.976 107.25 109.312 107.586 109.312 108C109.312 108.414 108.976 108.75 108.562 108.75H14.1454C13.7312 108.75 13.3954 108.414 13.3954 108ZM112.675 108C112.675 107.586 113.011 107.25 113.425 107.25H116C116.414 107.25 116.75 107.586 116.75 108C116.75 108.414 116.414 108.75 116 108.75H113.425C113.011 108.75 112.675 108.414 112.675 108Z"
43
25
  fill={color}
44
- stroke={color}
45
- strokeLinecap="round"
46
- strokeLinejoin="round"
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
47
28
  />
29
+ <g opacity=".3" fill={color}>
30
+ <path d="M34.955 81.5302C35.2479 81.2373 35.7228 81.2373 36.0156 81.5302 36.3085 81.8231 36.3085 82.298 36.0156 82.5909L32.1266 86.48C31.8337 86.7729 31.3588 86.7729 31.0659 86.48 30.773 86.1871 30.773 85.7122 31.0659 85.4193L34.955 81.5302ZM41.3189 87.8942C41.6118 87.6013 42.0867 87.6013 42.3796 87.8942 42.6725 88.1871 42.6725 88.6619 42.3796 88.9548L38.4905 92.8439C38.1976 93.1368 37.7228 93.1368 37.4299 92.8439 37.137 92.551 37.137 92.0762 37.4299 91.7833L41.3189 87.8942ZM30.7123 93.1975C31.0052 93.4904 31.4801 93.4904 31.773 93.1975L36.3692 88.6013C36.6621 88.3084 36.6621 87.8335 36.3692 87.5406 36.0763 87.2477 35.6014 87.2477 35.3085 87.5406L30.7123 92.1368C30.4195 92.4297 30.4195 92.9046 30.7123 93.1975Z" />
31
+ </g>
48
32
  <path
49
- d="M22 32H26M24 34 24 30M43.888 73.48 42.0545 74.3628C40.8132 74.9605 40.5337 76.6048 41.5079 77.579L47.4208 83.4919C48.395 84.4661 50.0394 84.1866 50.637 82.9453L51.609 80.9266"
50
- stroke={color}
51
- strokeWidth="1.5"
52
- strokeLinecap="round"
53
- strokeLinejoin="round"
33
+ d="M69 49.2498C65.2721 49.2498 62.25 52.2718 62.25 55.9998C62.25 59.7277 65.2721 62.7498 69 62.7498C72.7279 62.7498 75.75 59.7277 75.75 55.9998C75.75 52.2718 72.7279 49.2498 69 49.2498ZM63.75 55.9998C63.75 53.1003 66.1005 50.7498 69 50.7498C71.8995 50.7498 74.25 53.1003 74.25 55.9998C74.25 58.8993 71.8995 61.2498 69 61.2498C66.1005 61.2498 63.75 58.8993 63.75 55.9998Z"
34
+ fill={color}
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
54
37
  />
55
38
  <path
56
- d="M34.955 81.5303C35.2479 81.2374 35.7228 81.2374 36.0157 81.5303C36.3086 81.8232 36.3086 82.2981 36.0157 82.591L32.1266 86.4801C31.8337 86.773 31.3588 86.773 31.0659 86.4801C30.773 86.1872 30.773 85.7123 31.0659 85.4194L34.955 81.5303ZM41.319 87.8943C41.6119 87.6014 42.0867 87.6014 42.3796 87.8943C42.6725 88.1872 42.6725 88.6621 42.3796 88.955L38.4906 92.844C38.1977 93.1369 37.7228 93.1369 37.4299 92.844C37.137 92.5511 37.137 92.0763 37.4299 91.7834L41.319 87.8943ZM30.7124 93.1976C31.0053 93.4905 31.4801 93.4905 31.773 93.1976L36.3692 88.6014C36.6621 88.3085 36.6621 87.8336 36.3692 87.5407C36.0763 87.2478 35.6015 87.2478 35.3086 87.5407L30.7124 92.1369C30.4195 92.4298 30.4195 92.9047 30.7124 93.1976Z"
39
+ d="M89.9701 33.2891C91.5099 33.2295 92.7724 34.489 92.7067 36.0324 92.0644 51.1113 84.3116 64.404 72.6264 72.8534 72.9091 74.1674 73.0576 75.5287 73.0576 76.9229 73.0576 87.2147 64.9839 95.6445 54.6852 96.6494 53.0961 96.8045 51.8653 95.4967 51.8653 93.9998V82.1231L51.3128 83.2706C50.491 84.9774 48.23 85.3616 46.8905 84.0221L40.9776 78.1093C39.6381 76.7698 40.0223 74.5088 41.7291 73.687L42.9892 73.0803C42.979 73.0218 42.9707 72.9629 42.9644 72.9037H29.9999C28.5055 72.9037 27.1895 71.6725 27.3608 70.077 28.4336 60.0837 37.1443 52.3268 47.6922 52.3268 49.1402 52.3268 50.5537 52.4729 51.9178 52.751 60.6542 41.4024 74.3981 33.8928 89.9701 33.2891ZM50.4333 80.9739C50.5101 81.0352 50.5898 81.0918 50.672 81.1437L49.9613 82.6199C49.5877 83.3957 48.56 83.5704 47.9511 82.9615L42.0383 77.0486C41.4294 76.4397 41.6041 75.412 42.3799 75.0385L43.652 74.426C45.6921 76.8124 47.9637 79.0058 50.4333 80.9739ZM50.9217 54.0919C49.8726 53.9176 48.7936 53.8268 47.6922 53.8268 37.8806 53.8268 29.8401 61.0354 28.8522 70.2371 28.7877 70.8381 29.2852 71.4037 29.9999 71.4037H43.151C44.5611 65.0848 47.2427 59.2263 50.9217 54.0919ZM53.3653 81.3524V93.9998C53.3653 94.7121 53.9301 95.216 54.5396 95.1565 64.1164 94.2221 71.5576 86.3968 71.5576 76.9229 71.5576 75.8551 71.4632 74.8091 71.2824 73.7921 65.9695 77.3751 59.9052 79.984 53.3653 81.3524ZM91.2081 35.9686C91.2363 35.3048 90.6961 34.7621 90.0282 34.788 74.7393 35.3807 61.2779 42.8282 52.8242 54.0363 48.7911 59.3835 45.8987 65.5855 44.4902 72.3075L44.4737 72.3866C44.4009 72.7369 44.4941 73.1013 44.7265 73.3743 46.7211 75.7177 48.9462 77.8707 51.3681 79.8009 51.6347 80.0133 51.9808 80.0984 52.3158 80.0336L52.4706 80.0034C59.4196 78.6369 65.8281 75.8311 71.3505 71.9218 82.9097 63.7392 90.5793 50.7294 91.2081 35.9686ZM75.4697 19.4697C75.7626 19.1768 76.2374 19.1768 76.5303 19.4697L77.5 20.4393 78.4697 19.4697C78.7626 19.1768 79.2374 19.1768 79.5303 19.4697 79.8232 19.7626 79.8232 20.2374 79.5303 20.5303L78.5607 21.5 79.5303 22.4697C79.8232 22.7626 79.8232 23.2374 79.5303 23.5303 79.2374 23.8232 78.7626 23.8232 78.4697 23.5303L77.5 22.5607 76.5303 23.5303C76.2374 23.8232 75.7626 23.8232 75.4697 23.5303 75.1768 23.2374 75.1768 22.7626 75.4697 22.4697L76.4393 21.5 75.4697 20.5303C75.1768 20.2374 75.1768 19.7626 75.4697 19.4697ZM94.7999 26.5999C94.1372 26.5999 93.5999 27.1372 93.5999 27.7999 93.5999 28.4626 94.1372 28.9999 94.7999 28.9999 95.4626 28.9999 95.9999 28.4626 95.9999 27.7999 95.9999 27.1372 95.4626 26.5999 94.7999 26.5999ZM92.3999 27.7999C92.3999 26.4744 93.4744 25.3999 94.7999 25.3999 96.1254 25.3999 97.1999 26.4744 97.1999 27.7999 97.1999 29.1254 96.1254 30.1999 94.7999 30.1999 93.4744 30.1999 92.3999 29.1254 92.3999 27.7999Z"
57
40
  fill={color}
58
41
  fillRule="evenodd"
59
42
  clipRule="evenodd"
60
43
  />
61
44
  <path
62
- d="M71.784 72.5341C72.1264 73.9433 72.3076 75.4127 72.3076 76.9231C72.3076 86.8059 64.5503 94.9335 54.6125 95.9031C53.5132 96.0104 52.6154 95.1046 52.6154 94V80.7395M71.784 72.5341C83.5201 64.2262 91.3182 51.0082 91.9575 36.0006C92.0045 34.897 91.103 33.996 89.9993 34.0387C74.4817 34.6403 60.8125 42.1999 52.2255 53.5849M71.784 72.5341C66.1764 76.5037 59.6697 79.3523 52.6154 80.7395M52.2255 53.5849C50.7701 53.2527 49.2524 53.0769 47.6923 53.0769C37.5126 53.0769 29.1369 60.5597 28.1066 70.1572C27.9887 71.2555 28.8954 72.1538 30 72.1538H43.7562M52.2255 53.5849C48.1283 59.0171 45.1881 65.3202 43.7562 72.1538M52.6154 80.7395C52.563 80.7498 52.5107 80.76 52.4583 80.7701C51.9081 80.8765 51.339 80.7369 50.9008 80.3876C48.4413 78.4275 46.1816 76.2409 44.1555 73.8606C43.7732 73.4116 43.6195 72.8116 43.7394 72.2342C43.745 72.2074 43.7506 72.1806 43.7562 72.1538"
63
- stroke={color}
64
- strokeWidth="1.5"
65
- strokeLinecap="round"
66
- strokeLinejoin="round"
45
+ opacity=".3"
46
+ d="M36.2 15.5C35.2611 15.5 34.5 16.2611 34.5 17.2C34.5 18.1389 35.2611 18.9 36.2 18.9C37.1389 18.9 37.9 18.1389 37.9 17.2C37.9 16.2611 37.1389 15.5 36.2 15.5Z"
47
+ fill={color}
67
48
  />
68
49
  <path
69
- d="M75 56C75 59.3137 72.3137 62 69 62C65.6863 62 63 59.3137 63 56C63 52.6863 65.6863 50 69 50C72.3137 50 75 52.6863 75 56Z"
70
- stroke={color}
71
- strokeWidth="1.5"
72
- strokeLinecap="round"
73
- strokeLinejoin="round"
50
+ d="M21.25 34C21.25 34.4142 21.5858 34.75 22 34.75C22.4142 34.75 22.75 34.4142 22.75 34V32.75H24C24.4142 32.75 24.75 32.4142 24.75 32C24.75 31.5858 24.4142 31.25 24 31.25H22.75V30C22.75 29.5858 22.4142 29.25 22 29.25C21.5858 29.25 21.25 29.5858 21.25 30L21.25 31.25H20C19.5858 31.25 19.25 31.5858 19.25 32C19.25 32.4142 19.5858 32.75 20 32.75H21.25L21.25 34Z"
51
+ fill={color}
74
52
  />
75
53
  </svg>
76
54
  );
@@ -23,48 +23,19 @@ export const IconNetworkConnectionTimeout = forwardRef<
23
23
  ref={forwardedRef}
24
24
  >
25
25
  <path
26
- d="M76 18L79 21M79 18L76 21"
27
- stroke={color}
28
- strokeWidth="1.5"
29
- strokeLinecap="round"
30
- strokeLinejoin="round"
31
- />
32
- <circle
33
- cx="94.8"
34
- cy="27.8"
35
- r="1.8"
36
- stroke={color}
37
- strokeWidth="1.2"
38
- strokeLinecap="round"
39
- strokeLinejoin="round"
40
- />
41
- <circle
42
- cx="36.2"
43
- cy="17.2"
44
- r="1.2"
26
+ d="M60.5001 34.25C55.4877 34.25 51.5485 38.5387 51.9736 43.533L54.8712 81.5798C55.12 84.5035 57.5658 86.75 60.5001 86.75 63.4344 86.75 65.8801 84.5035 66.129 81.5798L69.0266 43.533C69.4516 38.5387 65.5124 34.25 60.5001 34.25ZM53.4682 43.4058C53.1176 39.2869 56.3663 35.75 60.5001 35.75 64.6338 35.75 67.8825 39.2869 67.532 43.4058L64.6344 81.4526C64.4516 83.6 62.6553 85.25 60.5001 85.25 58.3449 85.25 56.5485 83.6 56.3658 81.4526L53.4682 43.4058ZM49.9249 40.5608C39.4321 42.0526 29.2025 45.8377 20.0455 51.916 19.7004 52.1451 19.6063 52.6106 19.8354 52.9557 20.0645 53.3008 20.53 53.3948 20.8751 53.1658 29.7191 47.2952 39.5855 43.609 49.7135 42.1073 49.7468 41.5813 49.8181 41.0649 49.9249 40.5608ZM98.3316 52.3659C89.9742 47.0648 80.7535 43.674 71.2916 42.1935 71.2625 41.6672 71.1953 41.1502 71.0927 40.6454 80.9051 42.1208 90.4738 45.6054 99.135 51.0993 99.4848 51.3211 99.5885 51.7845 99.3666 52.1343 99.1448 52.4841 98.6813 52.5878 98.3316 52.3659ZM70.2701 56.832 70.3847 55.3267C76.9249 56.5671 83.2814 59.0152 89.0962 62.6708 89.4469 62.8913 89.5524 63.3543 89.332 63.7049 89.1115 64.0556 88.6485 64.1612 88.2978 63.9407 82.6934 60.4174 76.5711 58.0478 70.2701 56.832ZM50.7218 56.7253 50.6073 55.2217C43.3883 56.5114 36.3799 59.2678 30.0609 63.4908 29.7165 63.721 29.6239 64.1867 29.8541 64.5311 30.0842 64.8755 30.55 64.9681 30.8944 64.738 36.9941 60.6614 43.7553 57.9905 50.7218 56.7253ZM40.0727 74.4398C43.6894 72.0906 47.6261 70.4378 51.6932 69.4811L51.8086 70.9958C47.9879 71.9212 44.291 73.4885 40.8898 75.6977 40.5424 75.9233 40.0779 75.8246 39.8523 75.4773 39.6267 75.1299 39.7254 74.6654 40.0727 74.4398ZM48.5304 86.25C50.0144 85.3485 51.58 84.6341 53.1934 84.1069 53.3885 84.5813 53.6282 85.0318 53.907 85.4535 52.3142 85.9522 50.7692 86.645 49.3092 87.532 48.9552 87.747 48.4938 87.6344 48.2788 87.2804 48.0637 86.9264 48.1763 86.4651 48.5304 86.25ZM66.9837 85.6144C67.9966 85.9592 68.9883 86.3836 69.9491 86.8875 70.3159 87.0799 70.7692 86.9385 70.9616 86.5717 71.154 86.2049 71.0126 85.7515 70.6458 85.5591 69.6992 85.0627 68.7247 84.6382 67.7304 84.2859 67.5237 84.755 67.273 85.1994 66.9837 85.6144ZM69.1801 71.1442C72.3637 71.9734 75.4545 73.2514 78.3521 74.9782 78.708 75.1902 79.1683 75.0737 79.3803 74.7178 79.5924 74.362 79.4758 73.9017 79.12 73.6896 76.0195 71.8419 72.7071 70.4872 69.2958 69.6253L69.1801 71.1442ZM60.5011 92.7502C58.4297 92.7502 56.7505 94.4294 56.7505 96.5008 56.7505 98.5722 58.4297 100.251 60.5011 100.251 62.5724 100.251 64.2516 98.5722 64.2516 96.5008 64.2516 94.4294 62.5724 92.7502 60.5011 92.7502ZM55.2505 96.5008C55.2505 93.601 57.6012 91.2502 60.5011 91.2502 63.4009 91.2502 65.7516 93.601 65.7516 96.5008 65.7516 99.4006 63.4009 101.751 60.5011 101.751 57.6012 101.751 55.2505 99.4006 55.2505 96.5008ZM75.4697 19.4697C75.7626 19.1768 76.2374 19.1768 76.5303 19.4697L77.5 20.4393 78.4697 19.4697C78.7626 19.1768 79.2374 19.1768 79.5303 19.4697 79.8232 19.7626 79.8232 20.2374 79.5303 20.5303L78.5607 21.5 79.5303 22.4697C79.8232 22.7626 79.8232 23.2374 79.5303 23.5303 79.2374 23.8232 78.7626 23.8232 78.4697 23.5303L77.5 22.5607 76.5303 23.5303C76.2374 23.8232 75.7626 23.8232 75.4697 23.5303 75.1768 23.2374 75.1768 22.7626 75.4697 22.4697L76.4393 21.5 75.4697 20.5303C75.1768 20.2374 75.1768 19.7626 75.4697 19.4697ZM94.7999 26.5999C94.1372 26.5999 93.5999 27.1372 93.5999 27.7999 93.5999 28.4626 94.1372 28.9999 94.7999 28.9999 95.4626 28.9999 95.9999 28.4626 95.9999 27.7999 95.9999 27.1372 95.4626 26.5999 94.7999 26.5999ZM92.3999 27.7999C92.3999 26.4744 93.4744 25.3999 94.7999 25.3999 96.1254 25.3999 97.1999 26.4744 97.1999 27.7999 97.1999 29.1254 96.1254 30.1999 94.7999 30.1999 93.4744 30.1999 92.3999 29.1254 92.3999 27.7999Z"
45
27
  fill={color}
46
- stroke={color}
47
- strokeLinecap="round"
48
- strokeLinejoin="round"
49
- />
50
- <path
51
- d="M20 32H24M22 34 22 30"
52
- stroke={color}
53
- strokeWidth="1.5"
54
- strokeLinecap="round"
55
- strokeLinejoin="round"
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
56
30
  />
57
31
  <path
58
- d="M60.5011 92.7502C58.4297 92.7502 56.7505 94.4294 56.7505 96.5008 56.7505 98.5722 58.4297 100.251 60.5011 100.251 62.5724 100.251 64.2516 98.5722 64.2516 96.5008 64.2516 94.4294 62.5724 92.7502 60.5011 92.7502ZM55.2505 96.5008C55.2505 93.601 57.6012 91.2502 60.5011 91.2502 63.4009 91.2502 65.7516 93.601 65.7516 96.5008 65.7516 99.4006 63.4009 101.751 60.5011 101.751 57.6012 101.751 55.2505 99.4006 55.2505 96.5008ZM54.6596 68.9097C54.6592 68.9097 54.6587 68.9098 54.6583 68.9099L54.7726 70.4098C54.7741 70.4096 54.7756 70.4093 54.7772 70.4091L54.6596 68.9097ZM56.1689 83.3549C56.1629 83.356 56.1569 83.3571 56.1509 83.3582 56.416 83.8685 56.7678 84.3249 57.186 84.709 57.1897 84.7085 57.1933 84.708 57.1969 84.7075 56.7806 84.3227 56.4312 83.8656 56.1689 83.3549ZM63.7143 84.7876C64.1402 84.4128 64.5006 83.9643 64.7751 83.4608 64.7808 83.462 64.7865 83.4632 64.7923 83.4643 64.5149 83.9674 64.1522 84.4152 63.7244 84.7893 63.721 84.7887 63.7176 84.7881 63.7143 84.7876ZM66.2152 70.5056 66.333 69.0042C66.3335 69.0043 66.334 69.0044 66.3345 69.0045L66.2201 70.5064C66.2185 70.5062 66.2169 70.5059 66.2152 70.5056ZM98.3316 52.3657C89.9742 47.0645 80.7535 43.6737 71.2916 42.1932 71.2625 41.667 71.1953 41.15 71.0927 40.6452 80.9051 42.1205 90.4738 45.6051 99.135 51.099 99.4848 51.3209 99.5885 51.7843 99.3666 52.1341 99.1448 52.4839 98.6813 52.5875 98.3316 52.3657ZM20.0455 51.9158C29.2025 45.8375 39.4321 42.0524 49.9249 40.5605 49.8181 41.0646 49.7468 41.5811 49.7135 42.107 39.5855 43.6088 29.7191 47.2949 20.8751 53.1655 20.53 53.3946 20.0645 53.3005 19.8354 52.9554 19.6063 52.6103 19.7004 52.1449 20.0455 51.9158ZM70.3847 55.3265 70.2701 56.8317C76.5711 58.0476 82.6934 60.4171 88.2978 63.9405 88.6485 64.1609 89.1115 64.0554 89.332 63.7047 89.5524 63.354 89.4469 62.891 89.0962 62.6706 83.2814 59.0149 76.9249 56.5669 70.3847 55.3265ZM50.7218 56.725 50.6073 55.2215C43.3883 56.5112 36.3799 59.2675 30.0609 63.4906 29.7165 63.7207 29.6239 64.1865 29.8541 64.5309 30.0842 64.8753 30.55 64.9679 30.8944 64.7377 36.9941 60.6612 43.7553 57.9903 50.7218 56.725ZM40.0727 74.4395C43.6894 72.0904 47.6261 70.4375 51.6932 69.4809L51.8086 70.9956C47.9879 71.9209 44.291 73.4883 40.8898 75.6975 40.5424 75.9231 40.0779 75.8244 39.8523 75.477 39.6267 75.1297 39.7254 74.6651 40.0727 74.4395ZM48.5304 86.2498C50.0144 85.3482 51.58 84.6339 53.1934 84.1067 53.3885 84.5811 53.6282 85.0316 53.907 85.4533 52.3142 85.9519 50.7692 86.6448 49.3092 87.5317 48.9552 87.7468 48.4938 87.6342 48.2788 87.2802 48.0637 86.9261 48.1763 86.4648 48.5304 86.2498ZM69.9491 86.8873C68.9883 86.3834 67.9966 85.959 66.9837 85.6141 67.273 85.1992 67.5237 84.7547 67.7304 84.2856 68.7247 84.638 69.6992 85.0624 70.6458 85.5589 71.0126 85.7513 71.154 86.2046 70.9616 86.5714 70.7692 86.9383 70.3159 87.0797 69.9491 86.8873ZM78.3521 74.9779C75.4545 73.2511 72.3637 71.9732 69.1801 71.144L69.2958 69.6251C72.7071 70.4869 76.0195 71.8417 79.12 73.6894 79.4758 73.9014 79.5924 74.3618 79.3803 74.7176 79.1683 75.0734 78.708 75.19 78.3521 74.9779Z"
32
+ opacity=".3"
33
+ d="M36.2 15.5C35.2611 15.5 34.5 16.2611 34.5 17.2C34.5 18.1389 35.2611 18.9 36.2 18.9C37.1389 18.9 37.9 18.1389 37.9 17.2C37.9 16.2611 37.1389 15.5 36.2 15.5Z"
59
34
  fill={color}
60
- fillRule="evenodd"
61
- clipRule="evenodd"
62
35
  />
63
36
  <path
64
- d="M51.9736 43.533C51.5485 38.5387 55.4877 34.25 60.5001 34.25C65.5124 34.25 69.4516 38.5387 69.0266 43.533L66.129 81.5798C65.8801 84.5035 63.4344 86.75 60.5001 86.75C57.5658 86.75 55.12 84.5035 54.8712 81.5798L51.9736 43.533ZM60.5001 35.75C56.3663 35.75 53.1176 39.2869 53.4682 43.4058L56.3658 81.4526C56.5485 83.6 58.3449 85.25 60.5001 85.25C62.6552 85.25 64.4516 83.6 64.6344 81.4526L67.532 43.4058C67.8825 39.2869 64.6338 35.75 60.5001 35.75Z"
37
+ d="M21.25 34C21.25 34.4142 21.5858 34.75 22 34.75C22.4142 34.75 22.75 34.4142 22.75 34V32.75H24C24.4142 32.75 24.75 32.4142 24.75 32C24.75 31.5858 24.4142 31.25 24 31.25H22.75V30C22.75 29.5858 22.4142 29.25 22 29.25C21.5858 29.25 21.25 29.5858 21.25 30L21.25 31.25H20C19.5858 31.25 19.25 31.5858 19.25 32C19.25 32.4142 19.5858 32.75 20 32.75H21.25L21.25 34Z"
65
38
  fill={color}
66
- fillRule="evenodd"
67
- clipRule="evenodd"
68
39
  />
69
40
  </svg>
70
41
  );