@lobehub/icons 1.46.2 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/es/CogView/components/Text.js +3 -13
  2. package/es/ComfyUI/components/Avatar.js +1 -0
  3. package/es/ComfyUI/components/Color.js +3 -2
  4. package/es/Cursor/components/Avatar.d.ts +5 -0
  5. package/es/Cursor/components/Avatar.js +28 -0
  6. package/es/Cursor/components/Combine.d.ts +5 -0
  7. package/es/Cursor/components/Combine.js +26 -0
  8. package/es/Cursor/components/Mono.d.ts +3 -0
  9. package/es/Cursor/components/Mono.js +119 -0
  10. package/es/Cursor/components/Text.d.ts +3 -0
  11. package/es/Cursor/components/Text.js +40 -0
  12. package/es/Cursor/index.d.ts +13 -0
  13. package/es/Cursor/index.js +14 -0
  14. package/es/Cursor/style.d.ts +4 -0
  15. package/es/Cursor/style.js +4 -0
  16. package/es/DeepAI/components/Avatar.d.ts +5 -0
  17. package/es/DeepAI/components/Avatar.js +28 -0
  18. package/es/DeepAI/components/Combine.d.ts +5 -0
  19. package/es/DeepAI/components/Combine.js +26 -0
  20. package/es/DeepAI/components/Mono.d.ts +3 -0
  21. package/es/DeepAI/components/Mono.js +41 -0
  22. package/es/DeepAI/components/Text.d.ts +3 -0
  23. package/es/DeepAI/components/Text.js +40 -0
  24. package/es/DeepAI/index.d.ts +13 -0
  25. package/es/DeepAI/index.js +14 -0
  26. package/es/DeepAI/style.d.ts +4 -0
  27. package/es/DeepAI/style.js +4 -0
  28. package/es/DeepSeek/components/Color.js +3 -14
  29. package/es/DeepSeek/components/Mono.js +2 -12
  30. package/es/Dify/components/Avatar.d.ts +5 -0
  31. package/es/Dify/components/Avatar.js +30 -0
  32. package/es/Dify/components/Color.d.ts +3 -0
  33. package/es/Dify/components/Color.js +55 -0
  34. package/es/Dify/components/Combine.d.ts +7 -0
  35. package/es/Dify/components/Combine.js +33 -0
  36. package/es/Dify/components/Mono.d.ts +3 -0
  37. package/es/Dify/components/Mono.js +59 -0
  38. package/es/Dify/components/Text.d.ts +3 -0
  39. package/es/Dify/components/Text.js +45 -0
  40. package/es/Dify/components/TextColor.d.ts +3 -0
  41. package/es/Dify/components/TextColor.js +49 -0
  42. package/es/Dify/index.d.ts +18 -0
  43. package/es/Dify/index.js +19 -0
  44. package/es/Dify/style.d.ts +5 -0
  45. package/es/Dify/style.js +5 -0
  46. package/es/Flux/components/Mono.js +4 -14
  47. package/es/GiteeAI/components/Mono.js +3 -13
  48. package/es/MyShell/components/Avatar.d.ts +5 -0
  49. package/es/MyShell/components/Avatar.js +28 -0
  50. package/es/MyShell/components/Color.d.ts +3 -0
  51. package/es/MyShell/components/Color.js +85 -0
  52. package/es/MyShell/components/Combine.d.ts +7 -0
  53. package/es/MyShell/components/Combine.js +32 -0
  54. package/es/MyShell/components/Mono.d.ts +3 -0
  55. package/es/MyShell/components/Mono.js +44 -0
  56. package/es/MyShell/components/Text.d.ts +3 -0
  57. package/es/MyShell/components/Text.js +40 -0
  58. package/es/MyShell/index.d.ts +15 -0
  59. package/es/MyShell/index.js +16 -0
  60. package/es/MyShell/style.d.ts +4 -0
  61. package/es/MyShell/style.js +4 -0
  62. package/es/Poe/components/Avatar.d.ts +5 -0
  63. package/es/Poe/components/Avatar.js +29 -0
  64. package/es/Poe/components/Color.d.ts +3 -0
  65. package/es/Poe/components/Color.js +88 -0
  66. package/es/Poe/components/Combine.d.ts +7 -0
  67. package/es/Poe/components/Combine.js +32 -0
  68. package/es/Poe/components/Mono.d.ts +3 -0
  69. package/es/Poe/components/Mono.js +47 -0
  70. package/es/Poe/components/Text.d.ts +3 -0
  71. package/es/Poe/components/Text.js +40 -0
  72. package/es/Poe/index.d.ts +15 -0
  73. package/es/Poe/index.js +16 -0
  74. package/es/Poe/style.d.ts +4 -0
  75. package/es/Poe/style.js +4 -0
  76. package/es/Tiangong/components/Avatar.d.ts +5 -0
  77. package/es/Tiangong/components/Avatar.js +30 -0
  78. package/es/Tiangong/components/Color.d.ts +3 -0
  79. package/es/Tiangong/components/Color.js +99 -0
  80. package/es/Tiangong/components/Combine.d.ts +7 -0
  81. package/es/Tiangong/components/Combine.js +32 -0
  82. package/es/Tiangong/components/Mono.d.ts +3 -0
  83. package/es/Tiangong/components/Mono.js +45 -0
  84. package/es/Tiangong/components/Text.d.ts +3 -0
  85. package/es/Tiangong/components/Text.js +40 -0
  86. package/es/Tiangong/index.d.ts +16 -0
  87. package/es/Tiangong/index.js +17 -0
  88. package/es/Tiangong/style.d.ts +5 -0
  89. package/es/Tiangong/style.js +5 -0
  90. package/es/features/IconAvatar/index.js +1 -0
  91. package/es/features/getLobeIconCDN/index.d.ts +1 -1
  92. package/es/icons.d.ts +6 -0
  93. package/es/icons.js +6 -0
  94. package/es/toc.d.ts +1 -0
  95. package/es/toc.js +1862 -1656
  96. package/package.json +2 -2
@@ -32,19 +32,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
32
32
  }, rest), {}, {
33
33
  children: [/*#__PURE__*/_jsx("title", {
34
34
  children: TITLE
35
- }), /*#__PURE__*/_jsx("g", {
36
- clipPath: "url(#a)",
37
- children: /*#__PURE__*/_jsx("path", {
38
- clipRule: "evenodd",
39
- d: "M57.218 3.84c-.406-.425-.609-.96-.609-1.606 0-.665.203-1.2.61-1.625.406-.406.922-.609 1.55-.609s1.145.203 1.551.61c.406.405.61.94.61 1.624 0 .628-.204 1.163-.61 1.588-.406.424-.923.646-1.55.646-.629 0-1.145-.222-1.552-.628zM2.831 16.08a5.813 5.813 0 002.326 2.252c.997.517 2.16.794 3.49.85 1.328 0 2.492-.259 3.488-.757a5.555 5.555 0 002.326-2.142c.554-.923.831-1.994.831-3.212 0-.074-.037-.13-.092-.185a.278.278 0 00-.203-.074l-3.526-.184c-.203 0-.296.092-.296.277 0 .793-.24 1.421-.701 1.901-.462.48-1.07.72-1.828.72-.757 0-1.366-.24-1.828-.72-.461-.48-.701-1.107-.701-1.901V7.07c0-.794.24-1.44.701-1.92.462-.499 1.071-.739 1.828-.739.757 0 1.366.24 1.828.72.461.48.701 1.108.701 1.92 0 .185.093.277.296.277l3.526-.24a.278.278 0 00.203-.074.264.264 0 00.092-.203c0-1.2-.277-2.252-.83-3.175a5.633 5.633 0 00-2.327-2.123C11.12 1.015 9.975.757 8.646.757c-1.33 0-2.492.258-3.49.794a5.813 5.813 0 00-2.325 2.252C2.277 4.763 2 5.871 2 7.145v5.538c0 1.292.277 2.419.83 3.397zm43.68 2.585L41.508 1.31l-.019-.111c0-.166.093-.258.277-.258h3.785c.184 0 .295.092.35.258l2.844 11.686c.018.056.037.074.074.074.036 0 .055-.019.073-.074L51.698 1.2c.056-.166.167-.258.351-.258h3.711c.092 0 .166.036.221.11.056.074.056.148.019.259l-5.077 17.354c-.055.166-.166.258-.314.258h-3.766c-.166 0-.277-.092-.332-.258zm30.277 0l-3.6-12.683-.019-.111c0-.166.093-.259.277-.259h3.637c.185 0 .296.093.314.277l1.477 6.96c.018.074.037.111.074.111s.055-.037.074-.11l1.606-6.98c.055-.165.147-.258.314-.258h3.175c.184 0 .295.093.35.259l1.68 7.015c.02.056.038.074.075.074s.055-.019.073-.074l1.662-7.015c.055-.166.166-.259.35-.259l3.62.056c.091 0 .165.037.202.092.037.055.056.148.037.24L88.53 18.665c-.055.166-.166.258-.314.258H84.58c-.185 0-.296-.092-.351-.258l-1.643-5.982c-.019-.055-.037-.074-.074-.074s-.056.019-.074.074l-1.385 5.982c-.055.166-.166.258-.314.258h-3.636c-.167 0-.277-.074-.314-.258zm-48.61-6.504a8.958 8.958 0 01-.277 2.239c-.35 1.44-1.033 2.585-2.086 3.415-1.034.831-2.307 1.256-3.821 1.256-1.459.037-2.732-.37-3.766-1.2-1.034-.813-1.736-1.939-2.087-3.342-.202-.701-.295-1.477-.295-2.307 0-.942.11-1.773.314-2.493.388-1.348 1.09-2.4 2.123-3.175 1.034-.757 2.29-1.145 3.748-1.145 1.458 0 2.677.388 3.692 1.145 1.015.757 1.717 1.809 2.105 3.138.24.776.35 1.588.35 2.456v.013zm-8.16.07c.001-.587.056-1.082.148-1.486.296-1.108.923-1.662 1.883-1.662.48 0 .868.148 1.182.443.314.296.535.702.664 1.237.11.477.166.973.166 1.486 0 .514-.055 1.009-.147 1.45-.148.535-.388.978-.702 1.292a1.53 1.53 0 01-1.163.461c-.48 0-.886-.166-1.2-.48-.332-.314-.554-.738-.683-1.292a7.085 7.085 0 01-.148-1.45zm16.819-6.49a.297.297 0 01.203-.092h3.526c.074 0 .148.037.203.093.056.055.093.129.093.221v11.483c0 2.345-.647 4.025-1.957 5.04C37.594 23.502 35.95 24 33.957 24c-.739 0-1.532-.074-2.345-.203-.166-.018-.24-.13-.24-.332l.13-3.176c0-.129.037-.203.092-.24.074-.037.147-.055.24-.018.683.148 1.31.24 1.883.24.941 0 1.68-.222 2.234-.665.554-.443.812-1.144.812-2.104l-.166.184c-.59.61-1.459.923-2.585.923-1.089 0-2.086-.24-2.99-.738-.905-.499-1.57-1.366-1.957-2.622-.259-.812-.388-1.827-.388-3.027 0-1.311.148-2.4.462-3.231.387-1.052.978-1.902 1.827-2.548.83-.628 1.81-.941 2.917-.941 1.182 0 2.105.369 2.75 1.126.038.037.075.055.093.037.037 0 .056-.037.056-.093v-.627a.208.208 0 01.055-.203zm-.074 6.407c0-.462-.018-.831-.055-1.09a2.702 2.702 0 00-.203-.756c-.13-.37-.351-.665-.628-.887-.296-.221-.646-.313-1.052-.313-.776 0-1.33.406-1.662 1.2-.24.48-.37 1.107-.37 1.901 0 .83.112 1.459.315 1.846.147.351.369.646.664.868.296.222.647.332 1.071.332.85 0 1.403-.387 1.68-1.181.148-.388.24-1.034.24-1.92zm19.92 6.443c0 .092.037.166.092.221.056.056.13.093.203.093h3.527a.297.297 0 00.203-.093.306.306 0 00.092-.221V5.945a.306.306 0 00-.092-.222.297.297 0 00-.203-.092h-3.527a.296.296 0 00-.203.092.306.306 0 00-.092.222V18.59zm17.206-5.446c-.018.203-.129.313-.314.313h-7.55a.141.141 0 00-.093.037c-.037.019-.037.056-.018.093.037.184.11.443.24.738.203.35.498.646.886.868.388.221.886.332 1.459.332 1.033 0 1.864-.35 2.455-1.052.074-.092.148-.13.221-.13.074 0 .148.038.204.111l1.901 2.253c.074.055.092.129.092.203 0 .074-.037.129-.092.203-.572.646-1.292 1.144-2.142 1.495-.849.35-1.772.517-2.787.517-1.496 0-2.788-.332-3.822-1.015-1.052-.683-1.809-1.625-2.27-2.843-.351-.85-.517-1.92-.517-3.213 0-.886.129-1.753.387-2.566.425-1.274 1.126-2.27 2.123-2.99.979-.72 2.16-1.09 3.508-1.09 1.09 0 2.068.24 2.917.739.868.48 1.55 1.163 2.086 2.03.535.868.886 1.847 1.052 2.936.074.517.093 1.181.074 2.03zm-7.864-2.807a2.05 2.05 0 00-.13.536c-.036.092 0 .129.093.129h3.526c.074 0 .092-.037.092-.11 0-.13-.037-.315-.092-.518-.11-.424-.332-.757-.628-.978-.314-.222-.683-.332-1.144-.332-.868.018-1.422.443-1.717 1.273z"
40
- })
41
- }), /*#__PURE__*/_jsx("defs", {
42
- children: /*#__PURE__*/_jsx("clipPath", {
43
- id: "a",
44
- children: /*#__PURE__*/_jsx("path", {
45
- d: "M0 0h94v24H0z"
46
- })
47
- })
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ clipRule: "evenodd",
37
+ d: "M57.218 3.84c-.406-.425-.609-.96-.609-1.606 0-.665.203-1.2.61-1.625.406-.406.922-.609 1.55-.609s1.145.203 1.551.61c.406.405.61.94.61 1.624 0 .628-.204 1.163-.61 1.588-.406.424-.923.646-1.55.646-.629 0-1.145-.222-1.552-.628zM2.831 16.08a5.813 5.813 0 002.326 2.252c.997.517 2.16.794 3.49.85 1.328 0 2.492-.259 3.488-.757a5.555 5.555 0 002.326-2.142c.554-.923.831-1.994.831-3.212 0-.074-.037-.13-.092-.185a.278.278 0 00-.203-.074l-3.526-.184c-.203 0-.296.092-.296.277 0 .793-.24 1.421-.701 1.901-.462.48-1.07.72-1.828.72-.757 0-1.366-.24-1.828-.72-.461-.48-.701-1.107-.701-1.901V7.07c0-.794.24-1.44.701-1.92.462-.499 1.071-.739 1.828-.739.757 0 1.366.24 1.828.72.461.48.701 1.108.701 1.92 0 .185.093.277.296.277l3.526-.24a.278.278 0 00.203-.074.264.264 0 00.092-.203c0-1.2-.277-2.252-.83-3.175a5.633 5.633 0 00-2.327-2.123C11.12 1.015 9.975.757 8.646.757c-1.33 0-2.492.258-3.49.794a5.813 5.813 0 00-2.325 2.252C2.277 4.763 2 5.871 2 7.145v5.538c0 1.292.277 2.419.83 3.397zm43.68 2.585L41.508 1.31l-.019-.111c0-.166.093-.258.277-.258h3.785c.184 0 .295.092.35.258l2.844 11.686c.018.056.037.074.074.074.036 0 .055-.019.073-.074L51.698 1.2c.056-.166.167-.258.351-.258h3.711c.092 0 .166.036.221.11.056.074.056.148.019.259l-5.077 17.354c-.055.166-.166.258-.314.258h-3.766c-.166 0-.277-.092-.332-.258zm30.277 0l-3.6-12.683-.019-.111c0-.166.093-.259.277-.259h3.637c.185 0 .296.093.314.277l1.477 6.96c.018.074.037.111.074.111s.055-.037.074-.11l1.606-6.98c.055-.165.147-.258.314-.258h3.175c.184 0 .295.093.35.259l1.68 7.015c.02.056.038.074.075.074s.055-.019.073-.074l1.662-7.015c.055-.166.166-.259.35-.259l3.62.056c.091 0 .165.037.202.092.037.055.056.148.037.24L88.53 18.665c-.055.166-.166.258-.314.258H84.58c-.185 0-.296-.092-.351-.258l-1.643-5.982c-.019-.055-.037-.074-.074-.074s-.056.019-.074.074l-1.385 5.982c-.055.166-.166.258-.314.258h-3.636c-.167 0-.277-.074-.314-.258zm-48.61-6.504a8.958 8.958 0 01-.277 2.239c-.35 1.44-1.033 2.585-2.086 3.415-1.034.831-2.307 1.256-3.821 1.256-1.459.037-2.732-.37-3.766-1.2-1.034-.813-1.736-1.939-2.087-3.342-.202-.701-.295-1.477-.295-2.307 0-.942.11-1.773.314-2.493.388-1.348 1.09-2.4 2.123-3.175 1.034-.757 2.29-1.145 3.748-1.145 1.458 0 2.677.388 3.692 1.145 1.015.757 1.717 1.809 2.105 3.138.24.776.35 1.588.35 2.456v.013zm-8.16.07c.001-.587.056-1.082.148-1.486.296-1.108.923-1.662 1.883-1.662.48 0 .868.148 1.182.443.314.296.535.702.664 1.237.11.477.166.973.166 1.486 0 .514-.055 1.009-.147 1.45-.148.535-.388.978-.702 1.292a1.53 1.53 0 01-1.163.461c-.48 0-.886-.166-1.2-.48-.332-.314-.554-.738-.683-1.292a7.085 7.085 0 01-.148-1.45zm16.819-6.49a.297.297 0 01.203-.092h3.526c.074 0 .148.037.203.093.056.055.093.129.093.221v11.483c0 2.345-.647 4.025-1.957 5.04C37.594 23.502 35.95 24 33.957 24c-.739 0-1.532-.074-2.345-.203-.166-.018-.24-.13-.24-.332l.13-3.176c0-.129.037-.203.092-.24.074-.037.147-.055.24-.018.683.148 1.31.24 1.883.24.941 0 1.68-.222 2.234-.665.554-.443.812-1.144.812-2.104l-.166.184c-.59.61-1.459.923-2.585.923-1.089 0-2.086-.24-2.99-.738-.905-.499-1.57-1.366-1.957-2.622-.259-.812-.388-1.827-.388-3.027 0-1.311.148-2.4.462-3.231.387-1.052.978-1.902 1.827-2.548.83-.628 1.81-.941 2.917-.941 1.182 0 2.105.369 2.75 1.126.038.037.075.055.093.037.037 0 .056-.037.056-.093v-.627a.208.208 0 01.055-.203zm-.074 6.407c0-.462-.018-.831-.055-1.09a2.702 2.702 0 00-.203-.756c-.13-.37-.351-.665-.628-.887-.296-.221-.646-.313-1.052-.313-.776 0-1.33.406-1.662 1.2-.24.48-.37 1.107-.37 1.901 0 .83.112 1.459.315 1.846.147.351.369.646.664.868.296.222.647.332 1.071.332.85 0 1.403-.387 1.68-1.181.148-.388.24-1.034.24-1.92zm19.92 6.443c0 .092.037.166.092.221.056.056.13.093.203.093h3.527a.297.297 0 00.203-.093.306.306 0 00.092-.221V5.945a.306.306 0 00-.092-.222.297.297 0 00-.203-.092h-3.527a.296.296 0 00-.203.092.306.306 0 00-.092.222V18.59zm17.206-5.446c-.018.203-.129.313-.314.313h-7.55a.141.141 0 00-.093.037c-.037.019-.037.056-.018.093.037.184.11.443.24.738.203.35.498.646.886.868.388.221.886.332 1.459.332 1.033 0 1.864-.35 2.455-1.052.074-.092.148-.13.221-.13.074 0 .148.038.204.111l1.901 2.253c.074.055.092.129.092.203 0 .074-.037.129-.092.203-.572.646-1.292 1.144-2.142 1.495-.849.35-1.772.517-2.787.517-1.496 0-2.788-.332-3.822-1.015-1.052-.683-1.809-1.625-2.27-2.843-.351-.85-.517-1.92-.517-3.213 0-.886.129-1.753.387-2.566.425-1.274 1.126-2.27 2.123-2.99.979-.72 2.16-1.09 3.508-1.09 1.09 0 2.068.24 2.917.739.868.48 1.55 1.163 2.086 2.03.535.868.886 1.847 1.052 2.936.074.517.093 1.181.074 2.03zm-7.864-2.807a2.05 2.05 0 00-.13.536c-.036.092 0 .129.093.129h3.526c.074 0 .092-.037.092-.11 0-.13-.037-.315-.092-.518-.11-.424-.332-.757-.628-.978-.314-.222-.683-.332-1.144-.332-.868.018-1.422.443-1.717 1.273z"
48
38
  })]
49
39
  }));
50
40
  });
@@ -22,6 +22,7 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
22
22
  Icon: Color,
23
23
  "aria-label": TITLE,
24
24
  background: background || COLOR_PRIMARY,
25
+ color: '#fff',
25
26
  size: size
26
27
  }, rest));
27
28
  });
@@ -41,6 +41,8 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
41
41
  l = _useFillIds2[11],
42
42
  m = _useFillIds2[12];
43
43
  return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
44
+ fill: "currentColor",
45
+ fillRule: "evenodd",
44
46
  height: size,
45
47
  ref: ref,
46
48
  style: _objectSpread({
@@ -54,8 +56,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
54
56
  children: [/*#__PURE__*/_jsx("title", {
55
57
  children: TITLE
56
58
  }), /*#__PURE__*/_jsx("path", {
57
- d: "M10.311 16.46L8.495 8.078a.398.398 0 01.575-.437l7.29 3.843a.375.375 0 01-.064.69l-3.346 1.033a.493.493 0 00-.29.24l-1.65 3.11a.375.375 0 01-.699-.097z",
58
- fill: "#fff"
59
+ d: "M10.311 16.46L8.495 8.078a.398.398 0 01.575-.437l7.29 3.843a.375.375 0 01-.064.69l-3.346 1.033a.493.493 0 00-.29.24l-1.65 3.11a.375.375 0 01-.699-.097z"
59
60
  }), /*#__PURE__*/_jsx("path", {
60
61
  d: "M17.087 1.153C13.825-.336 10.665-.148 8.72.414c1.008.13 2.602.375 3.692.868.905.408 4.102 2.12 4.876 2.484.773.363 3.035 1.196 3.867 1.64.666.357 1.442 1.173 1.746 1.536-.613-1.238-2.191-4.137-5.813-5.79z",
61
62
  fill: a.fill
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,28 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["background"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ rest = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
+ Icon: Mono,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY,
24
+ color: '#fff',
25
+ iconMultiple: 0.6
26
+ }, rest));
27
+ });
28
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: SPACE_MULTIPLE,
23
+ textMultiple: TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,119 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["color", "size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
13
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
+ import { useThemeMode } from 'antd-style';
19
+ import { forwardRef } from 'react';
20
+ import { useFillIds } from "../../hooks/useFillId";
21
+ import { TITLE } from "../style";
22
+ import { jsx as _jsx } from "react/jsx-runtime";
23
+ import { jsxs as _jsxs } from "react/jsx-runtime";
24
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
25
+ var color = _ref.color,
26
+ _ref$size = _ref.size,
27
+ size = _ref$size === void 0 ? '1em' : _ref$size,
28
+ style = _ref.style,
29
+ rest = _objectWithoutProperties(_ref, _excluded);
30
+ var _useFillIds = useFillIds(TITLE + color, 3),
31
+ _useFillIds2 = _slicedToArray(_useFillIds, 3),
32
+ a = _useFillIds2[0],
33
+ b = _useFillIds2[1],
34
+ c = _useFillIds2[2];
35
+ var _useThemeMode = useThemeMode(),
36
+ isDarkMode = _useThemeMode.isDarkMode;
37
+ var fill = isDarkMode || color === '#fff' ? '#fff' : '#000';
38
+ var fillSecondary = isDarkMode || color === '#fff' ? '#E4E4E4' : '#555';
39
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
40
+ height: size,
41
+ ref: ref,
42
+ style: _objectSpread({
43
+ flex: 'none',
44
+ lineHeight: 1
45
+ }, style),
46
+ viewBox: "0 0 24 24",
47
+ width: size,
48
+ xmlns: "http://www.w3.org/2000/svg"
49
+ }, rest), {}, {
50
+ children: [/*#__PURE__*/_jsx("title", {
51
+ children: TITLE
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M11.925 24l10.425-6-10.425-6L1.5 18l10.425 6z",
54
+ fill: a.fill
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M22.35 18V6L11.925 0v12l10.425 6z",
57
+ fill: b.fill
58
+ }), /*#__PURE__*/_jsx("path", {
59
+ d: "M11.925 0L1.5 6v12l10.425-6V0z",
60
+ fill: c.fill
61
+ }), /*#__PURE__*/_jsx("path", {
62
+ d: "M22.35 6L11.925 24V12L22.35 6z",
63
+ fill: fillSecondary
64
+ }), /*#__PURE__*/_jsx("path", {
65
+ d: "M22.35 6l-10.425 6L1.5 6h20.85z",
66
+ fill: fill
67
+ }), /*#__PURE__*/_jsxs("defs", {
68
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
69
+ gradientUnits: "userSpaceOnUse",
70
+ id: a.id,
71
+ x1: "11.925",
72
+ x2: "11.925",
73
+ y1: "12",
74
+ y2: "24",
75
+ children: [/*#__PURE__*/_jsx("stop", {
76
+ offset: ".16",
77
+ stopColor: fill,
78
+ stopOpacity: ".39"
79
+ }), /*#__PURE__*/_jsx("stop", {
80
+ offset: ".658",
81
+ stopColor: fill,
82
+ stopOpacity: ".8"
83
+ })]
84
+ }), /*#__PURE__*/_jsxs("linearGradient", {
85
+ gradientUnits: "userSpaceOnUse",
86
+ id: b.id,
87
+ x1: "22.35",
88
+ x2: "11.925",
89
+ y1: "6.037",
90
+ y2: "12.15",
91
+ children: [/*#__PURE__*/_jsx("stop", {
92
+ offset: ".182",
93
+ stopColor: fill,
94
+ stopOpacity: ".31"
95
+ }), /*#__PURE__*/_jsx("stop", {
96
+ offset: ".715",
97
+ stopColor: fill,
98
+ stopOpacity: "0"
99
+ })]
100
+ }), /*#__PURE__*/_jsxs("linearGradient", {
101
+ gradientUnits: "userSpaceOnUse",
102
+ id: c.id,
103
+ x1: "11.925",
104
+ x2: "1.5",
105
+ y1: "0",
106
+ y2: "18",
107
+ children: [/*#__PURE__*/_jsx("stop", {
108
+ stopColor: fill,
109
+ stopOpacity: ".6"
110
+ }), /*#__PURE__*/_jsx("stop", {
111
+ offset: ".667",
112
+ stopColor: fill,
113
+ stopOpacity: ".22"
114
+ })]
115
+ })]
116
+ })]
117
+ }));
118
+ });
119
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 125 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M2 12C2 5.8 5.94 2.329 11.699 2.329h6.914v3.693H11.92c-3.526 0-5.923 2.012-5.923 5.978 0 3.966 2.397 5.978 5.923 5.978h6.694v3.693H11.7C5.94 21.67 2 18.145 2 12zm20.194 3.5V2.331h3.857v12.37c0 2.396 1.24 3.25 3.278 3.25h2.313c2.012 0 3.278-.854 3.278-3.25V2.33h3.83v13.197c0 4.16-2.754 6.143-6.475 6.143h-3.581c-3.746 0-6.502-1.984-6.502-6.17h.002zM42.909 2.331h11.433c3.913 0 5.87 2.094 5.87 5.455 0 2.149-1.02 3.885-2.646 4.353 1.681.192 2.48 1.405 2.48 2.865v6.667h-3.884v-5.758c0-1.02-.304-1.736-1.68-1.736h-7.688v7.494H42.91V2.33zM53.82 10.57c1.764 0 2.48-.937 2.48-2.314 0-1.488-.715-2.285-2.533-2.285h-6.97v4.601h7.026l-.003-.002zm9.834 7.436h10.663c1.296 0 2.121-.716 2.121-2.012 0-1.35-.853-1.873-2.204-1.985l-5.374-.412c-3.388-.248-5.702-1.957-5.702-5.594 0-3.609 2.561-5.674 5.923-5.674h10.551v3.665H69.301c-1.488 0-2.26.716-2.26 1.984 0 1.321.827 1.873 2.288 2.012l5.454.385c3.333.248 5.538 2.012 5.538 5.565 0 3.417-2.341 5.73-5.73 5.73H63.65v-3.664h.003zm18.623-6.034c0-5.87 4.242-9.972 9.918-9.972h.056c5.675 0 9.947 4.105 9.947 9.972 0 5.895-4.27 10.028-9.947 10.028h-.056c-5.674 0-9.918-4.133-9.918-10.028zm9.946 6.282c3.498 0 6.062-2.48 6.062-6.254 0-3.746-2.561-6.254-6.062-6.254-3.472 0-6.034 2.508-6.034 6.254 0 3.774 2.562 6.254 6.034 6.254zm13.03-15.923h11.432c3.913 0 5.87 2.094 5.87 5.455 0 2.149-1.02 3.885-2.645 4.353 1.68.192 2.48 1.405 2.48 2.865v6.667h-3.885v-5.758c0-1.02-.304-1.736-1.681-1.736h-7.686v7.494h-3.885V2.33zm10.911 8.239c1.764 0 2.48-.937 2.48-2.314 0-1.488-.716-2.285-2.534-2.285h-6.97v4.601h7.026l-.002-.002z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Combine from "./components/Combine";
5
+ import Mono from "./components/Mono";
6
+ import Text from "./components/Text";
7
+ import { COLOR_PRIMARY, TITLE } from "./style";
8
+ var Icons = Mono;
9
+ Icons.Text = Text;
10
+ Icons.Combine = Combine;
11
+ Icons.Avatar = Avatar;
12
+ Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.title = TITLE;
14
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "Cursor";
2
+ export declare const TEXT_MULTIPLE = 0.75;
3
+ export declare const SPACE_MULTIPLE = 0.1;
4
+ export declare const COLOR_PRIMARY = "#000";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Cursor';
2
+ export var TEXT_MULTIPLE = 0.75;
3
+ export var SPACE_MULTIPLE = 0.1;
4
+ export var COLOR_PRIMARY = '#000';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,28 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["background"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ rest = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
+ Icon: Mono,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY,
24
+ color: '#000',
25
+ iconMultiple: 0.65
26
+ }, rest));
27
+ });
28
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: SPACE_MULTIPLE,
23
+ textMultiple: TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,41 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 24 24",
31
+ width: size,
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, rest), {}, {
34
+ children: [/*#__PURE__*/_jsx("title", {
35
+ children: TITLE
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M23.034 17.06c.017-.034.034-.069.034-.103.135-.347.27-.763.338-1.11.88-3.12.948-7.14-2.232-11.438-.08-.082-.135-.163-.182-.23-.033-.048-.06-.088-.089-.117.812-.624 1.827-.832 2.571-.832.406 0 .609-.485.338-.763C21.174-.444 18.265-.375 16.235.734c-3.314-1.248-6.9-.832-9.065.694-3.72 2.565-3.72 5.476-1.826 8.18a7.814 7.814 0 00-.744 2.08c-.136.693.676 1.178 1.15.693.947-.901 2.165-2.01 2.773-2.426 1.489-1.11 2.436-1.526 3.789-1.733h.067c.474-.07.88-.139 1.353-.139a7.765 7.765 0 017.645 6.378l.02.168c.06.487.115.929.115 1.426v.347l-.203-.624c-.812-1.594-2.367-2.773-4.262-2.773 0 .486 0 1.04-.067 1.525-.271 2.635-1.827 4.715-3.924 5.893-.068 0-.068.07-.135.07-.203.069-.474.207-.677.277a1.152 1.152 0 01-.169.07c-.05.016-.101.034-.17.068a5.74 5.74 0 01-2.164.416h-.406c-.473 0-1.015 0-1.488-.139-1.083-.207-2.03-.693-2.842-1.317-.473-.346-.879-.762-1.285-1.247 1.76 2.773 4.668 4.783 8.118 5.268a8.603 8.603 0 002.3.07 18.14 18.14 0 001.894-.347 7.613 7.613 0 001.76-.624c.473-.208.879-.416 1.285-.693 0 0 .023-.024.056-.044a.16.16 0 01.08-.025c.134-.14.337-.208.473-.347.312-.256.566-.512.816-.767l-.005.005c.203-.209.339-.417.542-.625.336-.413.672-.896 1.009-1.378l.005-.008c.339-.624.677-1.248.947-1.941 0-.035.017-.07.034-.104zM2.977 14.53v3.05H0v-3.05h2.977z"
38
+ })]
39
+ }));
40
+ });
41
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 97 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M86.82 21.345v-2.14h2.718V4.169H86.82v-2.14h8.154v2.14h-2.718v15.036h2.718v2.14H86.82zM67.1 21.345L74.358 2h3.036l7.23 19.345h-2.892l-1.475-4.222h-8.79l-1.475 4.222H67.1zm5.205-6.564h7.113L75.862 4.747l-3.557 10.034zM53 24.229V5.23h1.764l.665 2.256a4.926 4.926 0 011.822-1.793C58.02 5.231 58.966 5 60.084 5c1.1 0 2.111.299 3.036.896.945.579 1.697 1.427 2.256 2.545.578 1.099.867 2.438.867 4.02 0 1.56-.289 2.9-.867 4.019-.56 1.118-1.31 1.975-2.256 2.573a5.619 5.619 0 01-3.036.867c-1.118 0-2.062-.221-2.833-.665a5.08 5.08 0 01-1.822-1.85v6.824H53zm6.448-6.39c1.234 0 2.217-.473 2.95-1.417.751-.945 1.127-2.265 1.127-3.962 0-1.715-.376-3.036-1.127-3.961-.733-.945-1.716-1.417-2.95-1.417-1.233 0-2.226.472-2.978 1.417-.733.925-1.099 2.246-1.099 3.961 0 1.697.366 3.017 1.099 3.962.752.944 1.745 1.417 2.978 1.417zM42.971 21.692c-1.504 0-2.776-.328-3.817-.983a6.737 6.737 0 01-2.4-2.69c-.54-1.137-.81-2.41-.81-3.817 0-1.522.309-2.833.926-3.932.617-1.118 1.446-1.976 2.486-2.574 1.06-.616 2.246-.925 3.557-.925 1.138 0 2.14.231 3.007.694a5.94 5.94 0 012.14 1.822 7.1 7.1 0 011.243 2.573 8.57 8.57 0 01.29 2.979H38.547c.039 1.195.299 2.14.78 2.833.502.694 1.09 1.186 1.765 1.475.674.27 1.3.405 1.879.405.81 0 1.484-.125 2.024-.376.56-.27 1.003-.617 1.33-1.041l2.342.694c-.52.829-1.262 1.513-2.226 2.053s-2.12.81-3.47.81zm-4.395-8.79h8.443c0-.675-.173-1.321-.52-1.938a3.923 3.923 0 00-1.417-1.504c-.598-.405-1.32-.607-2.169-.607-.713 0-1.388.135-2.024.405a3.7 3.7 0 00-1.59 1.301c-.405.598-.646 1.378-.723 2.342zM27.384 21.692c-1.504 0-2.776-.328-3.817-.983a6.736 6.736 0 01-2.4-2.69c-.54-1.137-.81-2.41-.81-3.817 0-1.522.309-2.833.925-3.932.617-1.118 1.446-1.976 2.487-2.574 1.06-.616 2.246-.925 3.557-.925 1.137 0 2.14.231 3.007.694a5.94 5.94 0 012.14 1.822c.578.752.993 1.61 1.243 2.573a8.57 8.57 0 01.29 2.979H22.96c.038 1.195.298 2.14.78 2.833.502.694 1.09 1.186 1.764 1.475.675.27 1.301.405 1.88.405.81 0 1.484-.125 2.024-.376.559-.27 1.002-.617 1.33-1.041l2.342.694c-.52.829-1.263 1.513-2.226 2.053-.964.54-2.121.81-3.47.81zm-4.396-8.79h8.444c0-.675-.174-1.321-.52-1.938a3.923 3.923 0 00-1.418-1.504c-.597-.405-1.32-.607-2.168-.607a5.13 5.13 0 00-2.024.405 3.7 3.7 0 00-1.59 1.301c-.405.598-.646 1.378-.724 2.342zM2 21.345V2.029h5.263c1.542 0 2.949.164 4.221.492 1.292.308 2.41.828 3.355 1.56.944.733 1.677 1.726 2.197 2.98.52 1.233.78 2.766.78 4.597 0 1.85-.26 3.402-.78 4.655-.52 1.234-1.253 2.227-2.197 2.979-.945.732-2.063 1.262-3.355 1.59-1.272.308-2.68.463-4.221.463H2zm2.718-2.285h2.487a17.56 17.56 0 002.891-.231c.945-.174 1.784-.501 2.516-.983.752-.501 1.34-1.244 1.764-2.227.443-1.002.665-2.323.665-3.961 0-1.639-.222-2.94-.665-3.904-.424-.983-1.012-1.715-1.764-2.197-.732-.502-1.571-.83-2.516-.983-.925-.174-1.889-.26-2.891-.26H4.718V19.06z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Combine from "./components/Combine";
5
+ import Mono from "./components/Mono";
6
+ import Text from "./components/Text";
7
+ import { COLOR_PRIMARY, TITLE } from "./style";
8
+ var Icons = Mono;
9
+ Icons.Text = Text;
10
+ Icons.Combine = Combine;
11
+ Icons.Avatar = Avatar;
12
+ Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.title = TITLE;
14
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "DeepAI";
2
+ export declare const TEXT_MULTIPLE = 0.75;
3
+ export declare const SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#fff";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'DeepAI';
2
+ export var TEXT_MULTIPLE = 0.75;
3
+ export var SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#fff';
@@ -31,20 +31,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
31
31
  }, rest), {}, {
32
32
  children: [/*#__PURE__*/_jsx("title", {
33
33
  children: TITLE
34
- }), /*#__PURE__*/_jsx("g", {
35
- clipPath: "url(#a)",
36
- children: /*#__PURE__*/_jsx("path", {
37
- d: "M23.748 4.482c-.254-.124-.364.113-.512.234-.051.039-.094.09-.137.136-.372.397-.806.657-1.373.626-.829-.046-1.537.214-2.163.848-.133-.782-.575-1.248-1.247-1.548-.352-.156-.708-.311-.955-.65-.172-.241-.219-.51-.305-.774-.055-.16-.11-.323-.293-.35-.2-.031-.278.136-.356.276-.313.572-.434 1.202-.422 1.84.027 1.436.633 2.58 1.838 3.393.137.093.172.187.129.323-.082.28-.18.552-.266.833-.055.179-.137.217-.329.14a5.526 5.526 0 01-1.736-1.18c-.857-.828-1.631-1.742-2.597-2.458a11.365 11.365 0 00-.689-.471c-.985-.957.13-1.743.388-1.836.27-.098.093-.432-.779-.428-.872.004-1.67.295-2.687.684a3.055 3.055 0 01-.465.137 9.597 9.597 0 00-2.883-.102c-1.885.21-3.39 1.102-4.497 2.623C.082 8.606-.231 10.684.152 12.85c.403 2.284 1.569 4.175 3.36 5.653 1.858 1.533 3.997 2.284 6.438 2.14 1.482-.085 3.133-.284 4.994-1.86.47.234.962.327 1.78.397.63.059 1.236-.03 1.705-.128.735-.156.684-.837.419-.961-2.155-1.004-1.682-.595-2.113-.926 1.096-1.296 2.746-2.642 3.392-7.003.05-.347.007-.565 0-.845-.004-.17.035-.237.23-.256a4.173 4.173 0 001.545-.475c1.396-.763 1.96-2.015 2.093-3.517.02-.23-.004-.467-.247-.588zM11.581 18c-2.089-1.642-3.102-2.183-3.52-2.16-.392.024-.321.471-.235.763.09.288.207.486.371.739.114.167.192.416-.113.603-.673.416-1.842-.14-1.897-.167-1.361-.802-2.5-1.86-3.301-3.307-.774-1.393-1.224-2.887-1.298-4.482-.02-.386.093-.522.477-.592a4.696 4.696 0 011.529-.039c2.132.312 3.946 1.265 5.468 2.774.868.86 1.525 1.887 2.202 2.891.72 1.066 1.494 2.082 2.48 2.914.348.292.625.514.891.677-.802.09-2.14.11-3.054-.614zm1-6.44a.306.306 0 01.415-.287.302.302 0 01.2.288.306.306 0 01-.31.307.303.303 0 01-.304-.308zm3.11 1.596c-.2.081-.399.151-.59.16a1.245 1.245 0 01-.798-.254c-.274-.23-.47-.358-.552-.758a1.73 1.73 0 01.016-.588c.07-.327-.008-.537-.239-.727-.187-.156-.426-.199-.688-.199a.559.559 0 01-.254-.078c-.11-.054-.2-.19-.114-.358.028-.054.16-.186.192-.21.356-.202.767-.136 1.146.016.352.144.618.408 1.001.782.391.451.462.576.685.914.176.265.336.537.445.848.067.195-.019.354-.25.452z",
38
- fill: "#4D6BFE"
39
- })
40
- }), /*#__PURE__*/_jsx("defs", {
41
- children: /*#__PURE__*/_jsx("clipPath", {
42
- id: "a",
43
- children: /*#__PURE__*/_jsx("path", {
44
- d: "M0 0h24v24H0z",
45
- fill: "#fff"
46
- })
47
- })
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M23.748 4.482c-.254-.124-.364.113-.512.234-.051.039-.094.09-.137.136-.372.397-.806.657-1.373.626-.829-.046-1.537.214-2.163.848-.133-.782-.575-1.248-1.247-1.548-.352-.156-.708-.311-.955-.65-.172-.241-.219-.51-.305-.774-.055-.16-.11-.323-.293-.35-.2-.031-.278.136-.356.276-.313.572-.434 1.202-.422 1.84.027 1.436.633 2.58 1.838 3.393.137.093.172.187.129.323-.082.28-.18.552-.266.833-.055.179-.137.217-.329.14a5.526 5.526 0 01-1.736-1.18c-.857-.828-1.631-1.742-2.597-2.458a11.365 11.365 0 00-.689-.471c-.985-.957.13-1.743.388-1.836.27-.098.093-.432-.779-.428-.872.004-1.67.295-2.687.684a3.055 3.055 0 01-.465.137 9.597 9.597 0 00-2.883-.102c-1.885.21-3.39 1.102-4.497 2.623C.082 8.606-.231 10.684.152 12.85c.403 2.284 1.569 4.175 3.36 5.653 1.858 1.533 3.997 2.284 6.438 2.14 1.482-.085 3.133-.284 4.994-1.86.47.234.962.327 1.78.397.63.059 1.236-.03 1.705-.128.735-.156.684-.837.419-.961-2.155-1.004-1.682-.595-2.113-.926 1.096-1.296 2.746-2.642 3.392-7.003.05-.347.007-.565 0-.845-.004-.17.035-.237.23-.256a4.173 4.173 0 001.545-.475c1.396-.763 1.96-2.015 2.093-3.517.02-.23-.004-.467-.247-.588zM11.581 18c-2.089-1.642-3.102-2.183-3.52-2.16-.392.024-.321.471-.235.763.09.288.207.486.371.739.114.167.192.416-.113.603-.673.416-1.842-.14-1.897-.167-1.361-.802-2.5-1.86-3.301-3.307-.774-1.393-1.224-2.887-1.298-4.482-.02-.386.093-.522.477-.592a4.696 4.696 0 011.529-.039c2.132.312 3.946 1.265 5.468 2.774.868.86 1.525 1.887 2.202 2.891.72 1.066 1.494 2.082 2.48 2.914.348.292.625.514.891.677-.802.09-2.14.11-3.054-.614zm1-6.44a.306.306 0 01.415-.287.302.302 0 01.2.288.306.306 0 01-.31.307.303.303 0 01-.304-.308zm3.11 1.596c-.2.081-.399.151-.59.16a1.245 1.245 0 01-.798-.254c-.274-.23-.47-.358-.552-.758a1.73 1.73 0 01.016-.588c.07-.327-.008-.537-.239-.727-.187-.156-.426-.199-.688-.199a.559.559 0 01-.254-.078c-.11-.054-.2-.19-.114-.358.028-.054.16-.186.192-.21.356-.202.767-.136 1.146.016.352.144.618.408 1.001.782.391.451.462.576.685.914.176.265.336.537.445.848.067.195-.019.354-.25.452z",
36
+ fill: "#4D6BFE"
48
37
  })]
49
38
  }));
50
39
  });