@teamturing/icons 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgCurriculum: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCurriculum;
package/dist/index.d.ts CHANGED
@@ -35,7 +35,6 @@ export { default as ChatBubbleCorrectIcon } from './ChatBubbleCorrect';
35
35
  export { default as ChatBubbleCorrectColorIcon } from './ChatBubbleCorrectColor';
36
36
  export { default as ChatBubbleDotsIcon } from './ChatBubbleDots';
37
37
  export { default as ChatBubbleQuestionIcon } from './ChatBubbleQuestion';
38
- export { default as ChatBubbleQuestionAnimationIcon } from './ChatBubbleQuestionAnimation';
39
38
  export { default as CheckIcon } from './Check';
40
39
  export { default as CheckInCircleIcon } from './CheckInCircle';
41
40
  export { default as CheckInCircleColorIcon } from './CheckInCircleColor';
@@ -56,6 +55,7 @@ export { default as CopyIcon } from './Copy';
56
55
  export { default as CorrectIcon } from './Correct';
57
56
  export { default as CouponIcon } from './Coupon';
58
57
  export { default as CrownIcon } from './Crown';
58
+ export { default as CurriculumIcon } from './Curriculum';
59
59
  export { default as CurriculumColorIcon } from './CurriculumColor';
60
60
  export { default as DeleteIcon } from './Delete';
61
61
  export { default as DocumentIcon } from './Document';
@@ -142,7 +142,6 @@ export { default as SkipforwardIcon } from './Skipforward';
142
142
  export { default as SpeakerIcon } from './Speaker';
143
143
  export { default as StackupIcon } from './Stackup';
144
144
  export { default as StarIcon } from './Star';
145
- export { default as StarAnimationIcon } from './StarAnimation';
146
145
  export { default as StoreIcon } from './Store';
147
146
  export { default as SyncIcon } from './Sync';
148
147
  export { default as ThumbdownIcon } from './Thumbdown';
package/dist/index.js CHANGED
@@ -608,17 +608,7 @@ const SvgChatBubbleQuestion = props => /*#__PURE__*/React__namespace.createEleme
608
608
  xmlns: "http://www.w3.org/2000/svg",
609
609
  width: "1em",
610
610
  height: "1em",
611
- viewBox: "0 0 24 24"
612
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
613
- fillRule: "evenodd",
614
- d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
615
- clipRule: "evenodd"
616
- }));
617
-
618
- const SvgChatBubbleQuestionAnimation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
619
- xmlns: "http://www.w3.org/2000/svg",
620
- width: "1em",
621
- height: "1em",
611
+ fill: "none",
622
612
  viewBox: "0 0 24 24"
623
613
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
624
614
  fill: "currentColor",
@@ -904,6 +894,33 @@ const SvgCrown = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
904
894
  clipRule: "evenodd"
905
895
  }));
906
896
 
897
+ const SvgCurriculum = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
898
+ xmlns: "http://www.w3.org/2000/svg",
899
+ width: "1em",
900
+ height: "1em",
901
+ fill: "none",
902
+ viewBox: "0 0 24 24"
903
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
904
+ fill: "currentColor",
905
+ fillOpacity: 0.6,
906
+ fillRule: "evenodd",
907
+ d: "M1 3.755A3.755 3.755 0 0 1 8.348 2.66h8.924a5.007 5.007 0 0 1 0 10.014H7.676a1.27 1.27 0 0 1-.203-.017l-1.049.017a2.503 2.503 0 1 0 0 5.006h8.268a3.756 3.756 0 1 1-.222 2.504H6.424a5.007 5.007 0 1 1 0-10.014h10.848a2.503 2.503 0 0 0 0-5.007H8.237A3.756 3.756 0 0 1 1 3.755Z",
908
+ clipRule: "evenodd"
909
+ }), /*#__PURE__*/React__namespace.createElement("rect", {
910
+ width: 7.51,
911
+ height: 7.51,
912
+ x: 1,
913
+ fill: "currentColor",
914
+ rx: 3.755
915
+ }), /*#__PURE__*/React__namespace.createElement("rect", {
916
+ width: 7.51,
917
+ height: 7.51,
918
+ x: 14.35,
919
+ y: 15.5,
920
+ fill: "currentColor",
921
+ rx: 3.755
922
+ }));
923
+
907
924
  const SvgCurriculumColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
908
925
  xmlns: "http://www.w3.org/2000/svg",
909
926
  width: "1em",
@@ -2230,17 +2247,7 @@ const SvgStar = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
2230
2247
  xmlns: "http://www.w3.org/2000/svg",
2231
2248
  width: "1em",
2232
2249
  height: "1em",
2233
- viewBox: "0 0 24 24"
2234
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
2235
- fillRule: "evenodd",
2236
- d: "m13.154 2.217 2.327 4.715c.187.379.549.642.968.703l5.203.756c1.054.153 1.476 1.45.712 2.193l-3.765 3.67a1.288 1.288 0 0 0-.37 1.138l.889 5.182c.18 1.051-.922 1.851-1.865 1.356l-4.654-2.447a1.285 1.285 0 0 0-1.196 0L6.749 21.93c-.944.495-2.046-.305-1.866-1.356l.889-5.182a1.288 1.288 0 0 0-.37-1.138l-3.765-3.67c-.763-.743-.342-2.04.713-2.193l5.202-.756c.419-.061.782-.324.969-.703l2.326-4.715c.472-.956 1.835-.956 2.307 0Z",
2237
- clipRule: "evenodd"
2238
- }));
2239
-
2240
- const SvgStarAnimation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2241
- xmlns: "http://www.w3.org/2000/svg",
2242
- width: "1em",
2243
- height: "1em",
2250
+ fill: "none",
2244
2251
  viewBox: "0 0 24 24"
2245
2252
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
2246
2253
  fill: "currentColor",
@@ -2635,7 +2642,6 @@ exports.ChatBubbleCorrectColorIcon = SvgChatBubbleCorrectColor;
2635
2642
  exports.ChatBubbleCorrectIcon = SvgChatBubbleCorrect;
2636
2643
  exports.ChatBubbleDotsIcon = SvgChatBubbleDots;
2637
2644
  exports.ChatBubbleIcon = SvgChatBubble;
2638
- exports.ChatBubbleQuestionAnimationIcon = SvgChatBubbleQuestionAnimation;
2639
2645
  exports.ChatBubbleQuestionIcon = SvgChatBubbleQuestion;
2640
2646
  exports.CheckIcon = SvgCheck;
2641
2647
  exports.CheckInCircleColorIcon = SvgCheckInCircleColor;
@@ -2658,6 +2664,7 @@ exports.CorrectIcon = SvgCorrect;
2658
2664
  exports.CouponIcon = SvgCoupon;
2659
2665
  exports.CrownIcon = SvgCrown;
2660
2666
  exports.CurriculumColorIcon = SvgCurriculumColor;
2667
+ exports.CurriculumIcon = SvgCurriculum;
2661
2668
  exports.DeleteIcon = SvgDelete;
2662
2669
  exports.DocumentIcon = SvgDocument;
2663
2670
  exports.DotsIcon = SvgDots;
@@ -2742,7 +2749,6 @@ exports.SkipbackIcon = SvgSkipback;
2742
2749
  exports.SkipforwardIcon = SvgSkipforward;
2743
2750
  exports.SpeakerIcon = SvgSpeaker;
2744
2751
  exports.StackupIcon = SvgStackup;
2745
- exports.StarAnimationIcon = SvgStarAnimation;
2746
2752
  exports.StarIcon = SvgStar;
2747
2753
  exports.StoreIcon = SvgStore;
2748
2754
  exports.SyncIcon = SvgSync;
@@ -5,8 +5,10 @@ const SvgChatBubbleQuestion = props => /*#__PURE__*/React.createElement("svg", _
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  width: "1em",
7
7
  height: "1em",
8
+ fill: "none",
8
9
  viewBox: "0 0 24 24"
9
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
10
12
  fillRule: "evenodd",
11
13
  d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
12
14
  clipRule: "evenodd"
@@ -0,0 +1,31 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgCurriculum = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
12
+ fillOpacity: 0.6,
13
+ fillRule: "evenodd",
14
+ d: "M1 3.755A3.755 3.755 0 0 1 8.348 2.66h8.924a5.007 5.007 0 0 1 0 10.014H7.676a1.27 1.27 0 0 1-.203-.017l-1.049.017a2.503 2.503 0 1 0 0 5.006h8.268a3.756 3.756 0 1 1-.222 2.504H6.424a5.007 5.007 0 1 1 0-10.014h10.848a2.503 2.503 0 0 0 0-5.007H8.237A3.756 3.756 0 0 1 1 3.755Z",
15
+ clipRule: "evenodd"
16
+ }), /*#__PURE__*/React.createElement("rect", {
17
+ width: 7.51,
18
+ height: 7.51,
19
+ x: 1,
20
+ fill: "currentColor",
21
+ rx: 3.755
22
+ }), /*#__PURE__*/React.createElement("rect", {
23
+ width: 7.51,
24
+ height: 7.51,
25
+ x: 14.35,
26
+ y: 15.5,
27
+ fill: "currentColor",
28
+ rx: 3.755
29
+ }));
30
+
31
+ export { SvgCurriculum as default };
package/esm/Star.js CHANGED
@@ -5,8 +5,10 @@ const SvgStar = props => /*#__PURE__*/React.createElement("svg", _extends({
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  width: "1em",
7
7
  height: "1em",
8
+ fill: "none",
8
9
  viewBox: "0 0 24 24"
9
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
10
12
  fillRule: "evenodd",
11
13
  d: "m13.154 2.217 2.327 4.715c.187.379.549.642.968.703l5.203.756c1.054.153 1.476 1.45.712 2.193l-3.765 3.67a1.288 1.288 0 0 0-.37 1.138l.889 5.182c.18 1.051-.922 1.851-1.865 1.356l-4.654-2.447a1.285 1.285 0 0 0-1.196 0L6.749 21.93c-.944.495-2.046-.305-1.866-1.356l.889-5.182a1.288 1.288 0 0 0-.37-1.138l-3.765-3.67c-.763-.743-.342-2.04.713-2.193l5.202-.756c.419-.061.782-.324.969-.703l2.326-4.715c.472-.956 1.835-.956 2.307 0Z",
12
14
  clipRule: "evenodd"
package/esm/index.js CHANGED
@@ -35,7 +35,6 @@ export { default as ChatBubbleCorrectIcon } from './ChatBubbleCorrect.js';
35
35
  export { default as ChatBubbleCorrectColorIcon } from './ChatBubbleCorrectColor.js';
36
36
  export { default as ChatBubbleDotsIcon } from './ChatBubbleDots.js';
37
37
  export { default as ChatBubbleQuestionIcon } from './ChatBubbleQuestion.js';
38
- export { default as ChatBubbleQuestionAnimationIcon } from './ChatBubbleQuestionAnimation.js';
39
38
  export { default as CheckIcon } from './Check.js';
40
39
  export { default as CheckInCircleIcon } from './CheckInCircle.js';
41
40
  export { default as CheckInCircleColorIcon } from './CheckInCircleColor.js';
@@ -56,6 +55,7 @@ export { default as CopyIcon } from './Copy.js';
56
55
  export { default as CorrectIcon } from './Correct.js';
57
56
  export { default as CouponIcon } from './Coupon.js';
58
57
  export { default as CrownIcon } from './Crown.js';
58
+ export { default as CurriculumIcon } from './Curriculum.js';
59
59
  export { default as CurriculumColorIcon } from './CurriculumColor.js';
60
60
  export { default as DeleteIcon } from './Delete.js';
61
61
  export { default as DocumentIcon } from './Document.js';
@@ -142,7 +142,6 @@ export { default as SkipforwardIcon } from './Skipforward.js';
142
142
  export { default as SpeakerIcon } from './Speaker.js';
143
143
  export { default as StackupIcon } from './Stackup.js';
144
144
  export { default as StarIcon } from './Star.js';
145
- export { default as StarAnimationIcon } from './StarAnimation.js';
146
145
  export { default as StoreIcon } from './Store.js';
147
146
  export { default as SyncIcon } from './Sync.js';
148
147
  export { default as ThumbdownIcon } from './Thumbdown.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Icon components for React based project",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -33,5 +33,5 @@
33
33
  "peerDependencies": {
34
34
  "react": "^18.2.0"
35
35
  },
36
- "gitHead": "694908f2e04f8e373d0986eb66a4495b07f56046"
36
+ "gitHead": "87f0bfc9bb7c42a000d288e088ee9aa5ab2f85fe"
37
37
  }
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 0.921997C18.065 0.921997 23 5.407 23 10.922C23 16.436 18.065 20.922 12 20.922C10.795 20.922 9.491 20.801 9.047 20.756L5.479 22.674C5.3674 22.7339 5.24162 22.7624 5.11508 22.7565C4.98855 22.7506 4.86599 22.7104 4.76048 22.6403C4.65497 22.5702 4.57046 22.4728 4.51596 22.3585C4.46146 22.2441 4.43901 22.1171 4.451 21.991L4.778 18.568C1.999 16.494 1 13.28 1 10.922C1 5.407 5.935 0.921997 12 0.921997ZM12.072 13.972C11.7541 13.9723 11.4493 14.0987 11.2245 14.3235C10.9997 14.5483 10.8733 14.8531 10.873 15.171C10.8726 15.4085 10.9427 15.6407 11.0743 15.8383C11.206 16.036 11.3933 16.1901 11.6126 16.2812C11.8319 16.3723 12.0733 16.3963 12.3062 16.3501C12.5392 16.304 12.7532 16.1897 12.9212 16.0219C13.0892 15.854 13.2036 15.6401 13.2499 15.4072C13.2963 15.1743 13.2725 14.9329 13.1816 14.7135C13.0906 14.4942 12.9367 14.3067 12.7392 14.1749C12.5417 14.0431 12.3095 13.9728 12.072 13.973V13.972ZM12.057 5.5C11.1996 5.50106 10.3776 5.84212 9.77139 6.44838C9.16512 7.05465 8.82406 7.87661 8.823 8.734C8.83537 8.93419 8.92362 9.12214 9.06976 9.25952C9.21589 9.39691 9.40892 9.4734 9.6095 9.4734C9.81008 9.4734 10.0031 9.39691 10.1492 9.25952C10.2954 9.12214 10.3836 8.93419 10.396 8.734C10.396 7.818 11.141 7.073 12.057 7.073C12.621 7.073 13.193 7.333 13.514 7.735C13.759 8.043 13.835 8.41 13.738 8.826C13.629 9.306 13.348 9.505 12.814 9.846C12.164 10.263 11.271 10.834 11.271 12.281C11.2783 12.4847 11.3643 12.6777 11.511 12.8193C11.6577 12.9608 11.8536 13.0399 12.0575 13.0399C12.2614 13.0399 12.4573 12.9608 12.604 12.8193C12.7507 12.6777 12.8367 12.4847 12.844 12.281C12.844 11.716 13.081 11.542 13.664 11.17C14.234 10.805 15.014 10.306 15.271 9.178C15.474 8.298 15.287 7.438 14.743 6.754C14.127 5.981 13.098 5.5 12.057 5.5Z"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 0.921997C18.065 0.921997 23 5.407 23 10.922C23 16.436 18.065 20.922 12 20.922C10.795 20.922 9.491 20.801 9.047 20.756L5.479 22.674C5.3674 22.7339 5.24162 22.7624 5.11508 22.7565C4.98855 22.7506 4.86599 22.7104 4.76048 22.6403C4.65497 22.5702 4.57046 22.4728 4.51596 22.3585C4.46146 22.2441 4.43901 22.1171 4.451 21.991L4.778 18.568C1.999 16.494 1 13.28 1 10.922C1 5.407 5.935 0.921997 12 0.921997ZM12.072 13.972C11.7541 13.9723 11.4493 14.0987 11.2245 14.3235C10.9997 14.5483 10.8733 14.8531 10.873 15.171C10.8726 15.4085 10.9427 15.6407 11.0743 15.8383C11.206 16.036 11.3933 16.1901 11.6126 16.2812C11.8319 16.3723 12.0733 16.3963 12.3062 16.3501C12.5392 16.304 12.7532 16.1897 12.9212 16.0219C13.0892 15.854 13.2036 15.6401 13.2499 15.4072C13.2963 15.1743 13.2725 14.9329 13.1816 14.7135C13.0906 14.4942 12.9367 14.3067 12.7392 14.1749C12.5417 14.0431 12.3095 13.9728 12.072 13.973V13.972ZM12.057 5.5C11.1996 5.50106 10.3776 5.84212 9.77139 6.44838C9.16512 7.05465 8.82406 7.87661 8.823 8.734C8.83537 8.93419 8.92362 9.12214 9.06976 9.25952C9.21589 9.39691 9.40892 9.4734 9.6095 9.4734C9.81008 9.4734 10.0031 9.39691 10.1492 9.25952C10.2954 9.12214 10.3836 8.93419 10.396 8.734C10.396 7.818 11.141 7.073 12.057 7.073C12.621 7.073 13.193 7.333 13.514 7.735C13.759 8.043 13.835 8.41 13.738 8.826C13.629 9.306 13.348 9.505 12.814 9.846C12.164 10.263 11.271 10.834 11.271 12.281C11.2783 12.4847 11.3643 12.6777 11.511 12.8193C11.6577 12.9608 11.8536 13.0399 12.0575 13.0399C12.2614 13.0399 12.4573 12.9608 12.604 12.8193C12.7507 12.6777 12.8367 12.4847 12.844 12.281C12.844 11.716 13.081 11.542 13.664 11.17C14.234 10.805 15.014 10.306 15.271 9.178C15.474 8.298 15.287 7.438 14.743 6.754C14.127 5.981 13.098 5.5 12.057 5.5Z" fill="#8D94A0"/>
3
3
  </svg>
package/svg/star.svg CHANGED
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.154 2.217L15.481 6.932C15.668 7.311 16.03 7.574 16.449 7.635L21.652 8.391C22.706 8.544 23.128 9.841 22.364 10.584L18.599 14.254C18.4498 14.3995 18.3382 14.5792 18.2737 14.7774C18.2092 14.9756 18.1939 15.1865 18.229 15.392L19.118 20.574C19.298 21.625 18.196 22.425 17.253 21.93L12.599 19.483C12.4146 19.386 12.2094 19.3352 12.001 19.3352C11.7926 19.3352 11.5874 19.386 11.403 19.483L6.749 21.93C5.805 22.425 4.703 21.625 4.883 20.574L5.772 15.392C5.80701 15.1865 5.79163 14.9756 5.72719 14.7774C5.66274 14.5792 5.55115 14.3996 5.402 14.254L1.637 10.584C0.874004 9.841 1.295 8.544 2.35 8.391L7.552 7.635C7.971 7.574 8.334 7.311 8.521 6.932L10.847 2.217C11.319 1.261 12.682 1.261 13.154 2.217Z"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.154 2.217L15.481 6.932C15.668 7.311 16.03 7.574 16.449 7.635L21.652 8.391C22.706 8.544 23.128 9.841 22.364 10.584L18.599 14.254C18.4498 14.3995 18.3382 14.5792 18.2737 14.7774C18.2092 14.9756 18.1939 15.1865 18.229 15.392L19.118 20.574C19.298 21.625 18.196 22.425 17.253 21.93L12.599 19.483C12.4146 19.386 12.2094 19.3352 12.001 19.3352C11.7926 19.3352 11.5874 19.386 11.403 19.483L6.749 21.93C5.805 22.425 4.703 21.625 4.883 20.574L5.772 15.392C5.80701 15.1865 5.79163 14.9756 5.72719 14.7774C5.66274 14.5792 5.55115 14.3996 5.402 14.254L1.637 10.584C0.874004 9.841 1.295 8.544 2.35 8.391L7.552 7.635C7.971 7.574 8.334 7.311 8.521 6.932L10.847 2.217C11.319 1.261 12.682 1.261 13.154 2.217Z" fill="#8D94A0"/>
3
3
  </svg>
@@ -1,16 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgChatBubbleQuestionAnimation = props => /*#__PURE__*/React.createElement("svg", _extends({
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: "1em",
7
- height: "1em",
8
- viewBox: "0 0 24 24"
9
- }, props), /*#__PURE__*/React.createElement("path", {
10
- fill: "currentColor",
11
- fillRule: "evenodd",
12
- d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
13
- clipRule: "evenodd"
14
- }));
15
-
16
- export { SvgChatBubbleQuestionAnimation as default };
@@ -1,16 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgStarAnimation = props => /*#__PURE__*/React.createElement("svg", _extends({
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: "1em",
7
- height: "1em",
8
- viewBox: "0 0 24 24"
9
- }, props), /*#__PURE__*/React.createElement("path", {
10
- fill: "currentColor",
11
- fillRule: "evenodd",
12
- d: "m13.154 2.217 2.327 4.715c.187.379.549.642.968.703l5.203.756c1.054.153 1.476 1.45.712 2.193l-3.765 3.67a1.288 1.288 0 0 0-.37 1.138l.889 5.182c.18 1.051-.922 1.851-1.865 1.356l-4.654-2.447a1.285 1.285 0 0 0-1.196 0L6.749 21.93c-.944.495-2.046-.305-1.866-1.356l.889-5.182a1.288 1.288 0 0 0-.37-1.138l-3.765-3.67c-.763-.743-.342-2.04.713-2.193l5.202-.756c.419-.061.782-.324.969-.703l2.326-4.715c.472-.956 1.835-.956 2.307 0Z",
13
- clipRule: "evenodd"
14
- }));
15
-
16
- export { SvgStarAnimation as default };