@teamturing/icons 1.5.0 → 1.6.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.
@@ -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;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgRaffleColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgRaffleColor;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgTestUploadColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgTestUploadColor;
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';
@@ -127,6 +127,7 @@ export { default as ProfileIcon } from './Profile';
127
127
  export { default as ProgressGradientIcon } from './ProgressGradient';
128
128
  export { default as QuestionMarkInCircleIcon } from './QuestionMarkInCircle';
129
129
  export { default as QuestionMarkInCircleOutlinedIcon } from './QuestionMarkInCircleOutlined';
130
+ export { default as RaffleColorIcon } from './RaffleColor';
130
131
  export { default as ReceiptIcon } from './Receipt';
131
132
  export { default as RefreshIcon } from './Refresh';
132
133
  export { default as RepeatIcon } from './Repeat';
@@ -142,9 +143,9 @@ export { default as SkipforwardIcon } from './Skipforward';
142
143
  export { default as SpeakerIcon } from './Speaker';
143
144
  export { default as StackupIcon } from './Stackup';
144
145
  export { default as StarIcon } from './Star';
145
- export { default as StarAnimationIcon } from './StarAnimation';
146
146
  export { default as StoreIcon } from './Store';
147
147
  export { default as SyncIcon } from './Sync';
148
+ export { default as TestUploadColorIcon } from './TestUploadColor';
148
149
  export { default as ThumbdownIcon } from './Thumbdown';
149
150
  export { default as ThumbupIcon } from './Thumbup';
150
151
  export { default as ThunderIcon } from './Thunder';
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",
@@ -2022,6 +2039,115 @@ const SvgQuestionMarkInCircleOutlined = props => /*#__PURE__*/React__namespace.c
2022
2039
  d: "M13.652 12.569c.629-.403 1.487-.953 1.774-2.201.224-.974.016-1.927-.586-2.683-.681-.855-1.817-1.385-2.966-1.385A3.578 3.578 0 0 0 8.3 9.874a.9.9 0 1 0 1.8 0c0-.978.796-1.775 1.774-1.775.605 0 1.216.278 1.558.707.261.328.341.718.24 1.16-.117.507-.42.722-.992 1.087l-.002.001c-.72.461-1.704 1.091-1.704 2.695a.9.9 0 1 0 1.8 0c0-.589.225-.763.876-1.179l.002-.001ZM11.041 17.756a1.2 1.2 0 1 0 1.697-1.697 1.2 1.2 0 0 0-1.697 1.697Z"
2023
2040
  }));
2024
2041
 
2042
+ const SvgRaffleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2043
+ xmlns: "http://www.w3.org/2000/svg",
2044
+ width: "1em",
2045
+ height: "1em",
2046
+ fill: "none",
2047
+ viewBox: "0 0 24 24"
2048
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2049
+ fill: "#fff",
2050
+ d: "M20.459 9.874a8.538 8.538 0 1 1-17.076 0 8.538 8.538 0 0 1 17.076 0Z"
2051
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2052
+ fill: "#E5E7EB",
2053
+ fillRule: "evenodd",
2054
+ d: "M11.92 18.049a8.175 8.175 0 1 0 0-16.349 8.175 8.175 0 0 0 0 16.349Zm0 .363a8.538 8.538 0 1 0 0-17.075 8.538 8.538 0 0 0 0 17.075Z",
2055
+ clipRule: "evenodd"
2056
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2057
+ fill: "#6D99F1",
2058
+ d: "M15.158 5.442a3.3 3.3 0 0 0-3.966 2.461l6.426 1.505a3.3 3.3 0 0 0-2.46-3.966Z"
2059
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2060
+ fill: "#E5E7EB",
2061
+ d: "M13.652 11.869a3.3 3.3 0 0 0 3.966-2.461l-6.426-1.505a3.3 3.3 0 0 0 2.46 3.966Z"
2062
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2063
+ fill: "#6D99F1",
2064
+ d: "M7.378 4.313a3.3 3.3 0 0 0-.645 4.623L12 4.958a3.3 3.3 0 0 0-4.622-.645Z"
2065
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2066
+ fill: "#E5E7EB",
2067
+ d: "M11.355 9.58A3.3 3.3 0 0 0 12 4.959L6.733 8.936a3.3 3.3 0 0 0 4.622.645Z"
2068
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2069
+ fill: "#9C7EEF",
2070
+ d: "M8.062 8.7a3.3 3.3 0 0 0-3.3 3.3h6.6a3.3 3.3 0 0 0-3.3-3.3Z"
2071
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2072
+ fill: "#E5E7EB",
2073
+ d: "M8.062 15.301a3.3 3.3 0 0 0 3.3-3.3h-6.6a3.3 3.3 0 0 0 3.3 3.3Z"
2074
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2075
+ fill: "#FFC107",
2076
+ d: "M10.938 9.31a3.3 3.3 0 0 0-1.207 4.508l5.716-3.3a3.3 3.3 0 0 0-4.508-1.209Z"
2077
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2078
+ fill: "#E5E7EB",
2079
+ d: "M14.239 15.025a3.3 3.3 0 0 0 1.207-4.508l-5.715 3.3a3.3 3.3 0 0 0 4.508 1.208Z"
2080
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2081
+ fill: "#9C7EEF",
2082
+ d: "M16.819 9.05a3.3 3.3 0 0 0-4.2 2.036l6.236 2.163a3.3 3.3 0 0 0-2.036-4.2Z"
2083
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2084
+ fill: "#E5E7EB",
2085
+ d: "M14.655 15.285a3.3 3.3 0 0 0 4.2-2.036l-6.236-2.163a3.3 3.3 0 0 0 2.036 4.2Z"
2086
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2087
+ fill: "url(#raffle_color_svg__a)",
2088
+ d: "M5.27 15.945c0-.416.337-.753.753-.753h11.558c.416 0 .754.337.754.753v5.62a.754.754 0 0 1-.754.753H6.023a.754.754 0 0 1-.753-.753v-5.62Z"
2089
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2090
+ fill: "#fff",
2091
+ d: "M6.278 15.075c0-.06.048-.107.108-.107h4.467c.06 0 .108.048.108.107v3.73c0 .833-.675 1.508-1.507 1.508H7.785a1.507 1.507 0 0 1-1.507-1.508v-3.73Z"
2092
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2093
+ fill: "#D1D5DB",
2094
+ d: "M10.401 18.103a1.782 1.782 0 1 1-3.563 0 1.782 1.782 0 0 1 3.563 0Z"
2095
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2096
+ fill: "currentColor",
2097
+ d: "M7.263 17.864c0-.059.048-.107.107-.107h2.5c.058 0 .106.048.106.107v.425a.106.106 0 0 1-.107.106h-2.5a.106.106 0 0 1-.106-.106v-.425Z"
2098
+ }), /*#__PURE__*/React__namespace.createElement("g", {
2099
+ filter: "url(#raffle_color_svg__b)"
2100
+ }, /*#__PURE__*/React__namespace.createElement("path", {
2101
+ fill: "#835EEB",
2102
+ d: "M13.06 19.323c0-.357.29-.646.646-.646h3.122c.356 0 .646.289.646.646v3.014H13.06v-3.014Z"
2103
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
2104
+ id: "raffle_color_svg__a",
2105
+ x1: 6.11,
2106
+ x2: 21.64,
2107
+ y1: 3.377,
2108
+ y2: 19.175,
2109
+ gradientUnits: "userSpaceOnUse"
2110
+ }, /*#__PURE__*/React__namespace.createElement("stop", {
2111
+ stopColor: "#8E6CF0"
2112
+ }), /*#__PURE__*/React__namespace.createElement("stop", {
2113
+ offset: 1,
2114
+ stopColor: "#CF75F3"
2115
+ })), /*#__PURE__*/React__namespace.createElement("filter", {
2116
+ id: "raffle_color_svg__b",
2117
+ width: 4.683,
2118
+ height: 3.875,
2119
+ x: 12.791,
2120
+ y: 18.677,
2121
+ colorInterpolationFilters: "sRGB",
2122
+ filterUnits: "userSpaceOnUse"
2123
+ }, /*#__PURE__*/React__namespace.createElement("feFlood", {
2124
+ floodOpacity: 0,
2125
+ result: "BackgroundImageFix"
2126
+ }), /*#__PURE__*/React__namespace.createElement("feBlend", {
2127
+ in: "SourceGraphic",
2128
+ in2: "BackgroundImageFix",
2129
+ result: "shape"
2130
+ }), /*#__PURE__*/React__namespace.createElement("feColorMatrix", {
2131
+ in: "SourceAlpha",
2132
+ result: "hardAlpha",
2133
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
2134
+ }), /*#__PURE__*/React__namespace.createElement("feOffset", {
2135
+ dx: -0.269,
2136
+ dy: 0.215
2137
+ }), /*#__PURE__*/React__namespace.createElement("feGaussianBlur", {
2138
+ stdDeviation: 0.404
2139
+ }), /*#__PURE__*/React__namespace.createElement("feComposite", {
2140
+ in2: "hardAlpha",
2141
+ k2: -1,
2142
+ k3: 1,
2143
+ operator: "arithmetic"
2144
+ }), /*#__PURE__*/React__namespace.createElement("feColorMatrix", {
2145
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
2146
+ }), /*#__PURE__*/React__namespace.createElement("feBlend", {
2147
+ in2: "shape",
2148
+ result: "effect1_innerShadow_12781_25756"
2149
+ }))));
2150
+
2025
2151
  const SvgReceipt = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2026
2152
  xmlns: "http://www.w3.org/2000/svg",
2027
2153
  width: "1em",
@@ -2230,47 +2356,59 @@ const SvgStar = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
2230
2356
  xmlns: "http://www.w3.org/2000/svg",
2231
2357
  width: "1em",
2232
2358
  height: "1em",
2359
+ fill: "none",
2233
2360
  viewBox: "0 0 24 24"
2234
2361
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
2362
+ fill: "currentColor",
2235
2363
  fillRule: "evenodd",
2236
2364
  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
2365
  clipRule: "evenodd"
2238
2366
  }));
2239
2367
 
2240
- const SvgStarAnimation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2368
+ const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2241
2369
  xmlns: "http://www.w3.org/2000/svg",
2242
2370
  width: "1em",
2243
2371
  height: "1em",
2372
+ fill: "none",
2244
2373
  viewBox: "0 0 24 24"
2245
2374
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
2246
- fill: "currentColor",
2247
- fillRule: "evenodd",
2248
- 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",
2375
+ d: "M21 2.5H3a1 1 0 0 0-1 1v1.667h20V3.5a1 1 0 0 0-1-1M3.176 19.188a2.4 2.4 0 0 0 2.399 2.4H10v-3.754a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3.753h4.425a2.4 2.4 0 0 0 2.399-2.4V11H3.176v8.188ZM2 8.5a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V6.833H2V8.5Z",
2249
2376
  clipRule: "evenodd"
2250
2377
  }));
2251
2378
 
2252
- const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2379
+ const SvgSync = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2253
2380
  xmlns: "http://www.w3.org/2000/svg",
2254
2381
  width: "1em",
2255
2382
  height: "1em",
2256
2383
  fill: "none",
2257
2384
  viewBox: "0 0 24 24"
2258
2385
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
2259
- d: "M21 2.5H3a1 1 0 0 0-1 1v1.667h20V3.5a1 1 0 0 0-1-1M3.176 19.188a2.4 2.4 0 0 0 2.399 2.4H10v-3.754a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3.753h4.425a2.4 2.4 0 0 0 2.399-2.4V11H3.176v8.188ZM2 8.5a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V6.833H2V8.5Z",
2386
+ fill: "currentColor",
2387
+ fillRule: "evenodd",
2388
+ d: "m23.723 10.94-2.037-2.78a1.2 1.2 0 0 0-1.936 0l-2.037 2.78c-.58.793-.014 1.909.968 1.909h.88a7.545 7.545 0 0 1-3.73 5.695c-2.301 1.334-5.25 1.334-7.553 0a1.1 1.1 0 0 0-1.102 1.904 9.755 9.755 0 0 0 4.88 1.314 9.756 9.756 0 0 0 4.878-1.313 9.804 9.804 0 0 0 3.57-3.57 9.74 9.74 0 0 0 1.258-4.03h.993a1.2 1.2 0 0 0 .968-1.91m-18.183.213h-.992a7.594 7.594 0 0 1 .962-2.93 7.61 7.61 0 0 1 2.768-2.766c2.302-1.332 5.251-1.332 7.554 0a1.1 1.1 0 1 0 1.102-1.905c-2.972-1.718-6.787-1.718-9.758 0a9.812 9.812 0 0 0-3.57 3.57 9.775 9.775 0 0 0-1.258 4.03H1.244a1.2 1.2 0 0 0-.968 1.91l2.148 2.932a1.2 1.2 0 0 0 1.936 0l2.148-2.932a1.2 1.2 0 0 0-.968-1.91",
2260
2389
  clipRule: "evenodd"
2261
2390
  }));
2262
2391
 
2263
- const SvgSync = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2392
+ const SvgTestUploadColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2264
2393
  xmlns: "http://www.w3.org/2000/svg",
2265
2394
  width: "1em",
2266
2395
  height: "1em",
2267
2396
  fill: "none",
2268
2397
  viewBox: "0 0 24 24"
2269
2398
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
2270
- fill: "currentColor",
2399
+ fill: "#fff",
2400
+ d: "M2 2.813C2 2.087 2.588 1.5 3.313 1.5h13.78c.726 0 1.313.588 1.313 1.313v18.375c0 .724-.587 1.312-1.312 1.312H3.312A1.312 1.312 0 0 1 2 21.187V2.813Z"
2401
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2402
+ fill: "#F3F4F6",
2271
2403
  fillRule: "evenodd",
2272
- d: "m23.723 10.94-2.037-2.78a1.2 1.2 0 0 0-1.936 0l-2.037 2.78c-.58.793-.014 1.909.968 1.909h.88a7.545 7.545 0 0 1-3.73 5.695c-2.301 1.334-5.25 1.334-7.553 0a1.1 1.1 0 0 0-1.102 1.904 9.755 9.755 0 0 0 4.88 1.314 9.756 9.756 0 0 0 4.878-1.313 9.804 9.804 0 0 0 3.57-3.57 9.74 9.74 0 0 0 1.258-4.03h.993a1.2 1.2 0 0 0 .968-1.91m-18.183.213h-.992a7.594 7.594 0 0 1 .962-2.93 7.61 7.61 0 0 1 2.768-2.766c2.302-1.332 5.251-1.332 7.554 0a1.1 1.1 0 1 0 1.102-1.905c-2.972-1.718-6.787-1.718-9.758 0a9.812 9.812 0 0 0-3.57 3.57 9.775 9.775 0 0 0-1.258 4.03H1.244a1.2 1.2 0 0 0-.968 1.91l2.148 2.932a1.2 1.2 0 0 0 1.936 0l2.148-2.932a1.2 1.2 0 0 0-.968-1.91",
2404
+ d: "M17.094 2H3.312a.813.813 0 0 0-.812.813v18.375c0 .448.364.812.813.812h13.78a.813.813 0 0 0 .813-.813V2.813A.813.813 0 0 0 17.094 2ZM3.312 1.5C2.588 1.5 2 2.088 2 2.813v18.375c0 .724.588 1.312 1.313 1.312h13.78c.726 0 1.313-.588 1.313-1.313V2.813c0-.724-.587-1.312-1.312-1.312H3.312Z",
2273
2405
  clipRule: "evenodd"
2406
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2407
+ fill: "#D1D5DB",
2408
+ d: "M5.281 5.437c0-.362.294-.656.656-.656h5.25a.656.656 0 1 1 0 1.313h-5.25a.656.656 0 0 1-.656-.657ZM5.281 8.062c0-.362.294-.656.656-.656h8.532a.656.656 0 0 1 0 1.313H5.937a.656.656 0 0 1-.656-.657Z"
2409
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2410
+ fill: "#835EEB",
2411
+ d: "m12.484 13.449 4.338-3.88a.328.328 0 0 1 .435-.003l4.43 3.88c.228.2.087.575-.216.575h-2.005a.34.34 0 0 0-.333.331c-.158 4.863-3.811 6.125-6.202 6.177-.287.007-.407-.341-.206-.546 2.16-2.194 2.613-4.543 2.478-5.705a.298.298 0 0 0-.304-.257h-2.196a.328.328 0 0 1-.219-.572Z"
2274
2412
  }));
2275
2413
 
2276
2414
  const SvgThumbdown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
@@ -2635,7 +2773,6 @@ exports.ChatBubbleCorrectColorIcon = SvgChatBubbleCorrectColor;
2635
2773
  exports.ChatBubbleCorrectIcon = SvgChatBubbleCorrect;
2636
2774
  exports.ChatBubbleDotsIcon = SvgChatBubbleDots;
2637
2775
  exports.ChatBubbleIcon = SvgChatBubble;
2638
- exports.ChatBubbleQuestionAnimationIcon = SvgChatBubbleQuestionAnimation;
2639
2776
  exports.ChatBubbleQuestionIcon = SvgChatBubbleQuestion;
2640
2777
  exports.CheckIcon = SvgCheck;
2641
2778
  exports.CheckInCircleColorIcon = SvgCheckInCircleColor;
@@ -2658,6 +2795,7 @@ exports.CorrectIcon = SvgCorrect;
2658
2795
  exports.CouponIcon = SvgCoupon;
2659
2796
  exports.CrownIcon = SvgCrown;
2660
2797
  exports.CurriculumColorIcon = SvgCurriculumColor;
2798
+ exports.CurriculumIcon = SvgCurriculum;
2661
2799
  exports.DeleteIcon = SvgDelete;
2662
2800
  exports.DocumentIcon = SvgDocument;
2663
2801
  exports.DotsIcon = SvgDots;
@@ -2728,6 +2866,7 @@ exports.ProfileIcon = SvgProfile;
2728
2866
  exports.ProgressGradientIcon = SvgProgressGradient;
2729
2867
  exports.QuestionMarkInCircleIcon = SvgQuestionMarkInCircle;
2730
2868
  exports.QuestionMarkInCircleOutlinedIcon = SvgQuestionMarkInCircleOutlined;
2869
+ exports.RaffleColorIcon = SvgRaffleColor;
2731
2870
  exports.ReceiptIcon = SvgReceipt;
2732
2871
  exports.RefreshIcon = SvgRefresh;
2733
2872
  exports.RepeatIcon = SvgRepeat;
@@ -2742,10 +2881,10 @@ exports.SkipbackIcon = SvgSkipback;
2742
2881
  exports.SkipforwardIcon = SvgSkipforward;
2743
2882
  exports.SpeakerIcon = SvgSpeaker;
2744
2883
  exports.StackupIcon = SvgStackup;
2745
- exports.StarAnimationIcon = SvgStarAnimation;
2746
2884
  exports.StarIcon = SvgStar;
2747
2885
  exports.StoreIcon = SvgStore;
2748
2886
  exports.SyncIcon = SvgSync;
2887
+ exports.TestUploadColorIcon = SvgTestUploadColor;
2749
2888
  exports.ThumbdownIcon = SvgThumbdown;
2750
2889
  exports.ThumbupIcon = SvgThumbup;
2751
2890
  exports.ThunderIcon = SvgThunder;
@@ -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 };
@@ -0,0 +1,113 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgRaffleColor = 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: "#fff",
12
+ d: "M20.459 9.874a8.538 8.538 0 1 1-17.076 0 8.538 8.538 0 0 1 17.076 0Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#E5E7EB",
15
+ fillRule: "evenodd",
16
+ d: "M11.92 18.049a8.175 8.175 0 1 0 0-16.349 8.175 8.175 0 0 0 0 16.349Zm0 .363a8.538 8.538 0 1 0 0-17.075 8.538 8.538 0 0 0 0 17.075Z",
17
+ clipRule: "evenodd"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ fill: "#6D99F1",
20
+ d: "M15.158 5.442a3.3 3.3 0 0 0-3.966 2.461l6.426 1.505a3.3 3.3 0 0 0-2.46-3.966Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "#E5E7EB",
23
+ d: "M13.652 11.869a3.3 3.3 0 0 0 3.966-2.461l-6.426-1.505a3.3 3.3 0 0 0 2.46 3.966Z"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fill: "#6D99F1",
26
+ d: "M7.378 4.313a3.3 3.3 0 0 0-.645 4.623L12 4.958a3.3 3.3 0 0 0-4.622-.645Z"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ fill: "#E5E7EB",
29
+ d: "M11.355 9.58A3.3 3.3 0 0 0 12 4.959L6.733 8.936a3.3 3.3 0 0 0 4.622.645Z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fill: "#9C7EEF",
32
+ d: "M8.062 8.7a3.3 3.3 0 0 0-3.3 3.3h6.6a3.3 3.3 0 0 0-3.3-3.3Z"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ fill: "#E5E7EB",
35
+ d: "M8.062 15.301a3.3 3.3 0 0 0 3.3-3.3h-6.6a3.3 3.3 0 0 0 3.3 3.3Z"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ fill: "#FFC107",
38
+ d: "M10.938 9.31a3.3 3.3 0 0 0-1.207 4.508l5.716-3.3a3.3 3.3 0 0 0-4.508-1.209Z"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ fill: "#E5E7EB",
41
+ d: "M14.239 15.025a3.3 3.3 0 0 0 1.207-4.508l-5.715 3.3a3.3 3.3 0 0 0 4.508 1.208Z"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ fill: "#9C7EEF",
44
+ d: "M16.819 9.05a3.3 3.3 0 0 0-4.2 2.036l6.236 2.163a3.3 3.3 0 0 0-2.036-4.2Z"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ fill: "#E5E7EB",
47
+ d: "M14.655 15.285a3.3 3.3 0 0 0 4.2-2.036l-6.236-2.163a3.3 3.3 0 0 0 2.036 4.2Z"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ fill: "url(#raffle_color_svg__a)",
50
+ d: "M5.27 15.945c0-.416.337-.753.753-.753h11.558c.416 0 .754.337.754.753v5.62a.754.754 0 0 1-.754.753H6.023a.754.754 0 0 1-.753-.753v-5.62Z"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ fill: "#fff",
53
+ d: "M6.278 15.075c0-.06.048-.107.108-.107h4.467c.06 0 .108.048.108.107v3.73c0 .833-.675 1.508-1.507 1.508H7.785a1.507 1.507 0 0 1-1.507-1.508v-3.73Z"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ fill: "#D1D5DB",
56
+ d: "M10.401 18.103a1.782 1.782 0 1 1-3.563 0 1.782 1.782 0 0 1 3.563 0Z"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ fill: "currentColor",
59
+ d: "M7.263 17.864c0-.059.048-.107.107-.107h2.5c.058 0 .106.048.106.107v.425a.106.106 0 0 1-.107.106h-2.5a.106.106 0 0 1-.106-.106v-.425Z"
60
+ }), /*#__PURE__*/React.createElement("g", {
61
+ filter: "url(#raffle_color_svg__b)"
62
+ }, /*#__PURE__*/React.createElement("path", {
63
+ fill: "#835EEB",
64
+ d: "M13.06 19.323c0-.357.29-.646.646-.646h3.122c.356 0 .646.289.646.646v3.014H13.06v-3.014Z"
65
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
66
+ id: "raffle_color_svg__a",
67
+ x1: 6.11,
68
+ x2: 21.64,
69
+ y1: 3.377,
70
+ y2: 19.175,
71
+ gradientUnits: "userSpaceOnUse"
72
+ }, /*#__PURE__*/React.createElement("stop", {
73
+ stopColor: "#8E6CF0"
74
+ }), /*#__PURE__*/React.createElement("stop", {
75
+ offset: 1,
76
+ stopColor: "#CF75F3"
77
+ })), /*#__PURE__*/React.createElement("filter", {
78
+ id: "raffle_color_svg__b",
79
+ width: 4.683,
80
+ height: 3.875,
81
+ x: 12.791,
82
+ y: 18.677,
83
+ colorInterpolationFilters: "sRGB",
84
+ filterUnits: "userSpaceOnUse"
85
+ }, /*#__PURE__*/React.createElement("feFlood", {
86
+ floodOpacity: 0,
87
+ result: "BackgroundImageFix"
88
+ }), /*#__PURE__*/React.createElement("feBlend", {
89
+ in: "SourceGraphic",
90
+ in2: "BackgroundImageFix",
91
+ result: "shape"
92
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
93
+ in: "SourceAlpha",
94
+ result: "hardAlpha",
95
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
96
+ }), /*#__PURE__*/React.createElement("feOffset", {
97
+ dx: -0.269,
98
+ dy: 0.215
99
+ }), /*#__PURE__*/React.createElement("feGaussianBlur", {
100
+ stdDeviation: 0.404
101
+ }), /*#__PURE__*/React.createElement("feComposite", {
102
+ in2: "hardAlpha",
103
+ k2: -1,
104
+ k3: 1,
105
+ operator: "arithmetic"
106
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
107
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
108
+ }), /*#__PURE__*/React.createElement("feBlend", {
109
+ in2: "shape",
110
+ result: "effect1_innerShadow_12781_25756"
111
+ }))));
112
+
113
+ export { SvgRaffleColor 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"
@@ -0,0 +1,26 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgTestUploadColor = 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: "#fff",
12
+ d: "M2 2.813C2 2.087 2.588 1.5 3.313 1.5h13.78c.726 0 1.313.588 1.313 1.313v18.375c0 .724-.587 1.312-1.312 1.312H3.312A1.312 1.312 0 0 1 2 21.187V2.813Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#F3F4F6",
15
+ fillRule: "evenodd",
16
+ d: "M17.094 2H3.312a.813.813 0 0 0-.812.813v18.375c0 .448.364.812.813.812h13.78a.813.813 0 0 0 .813-.813V2.813A.813.813 0 0 0 17.094 2ZM3.312 1.5C2.588 1.5 2 2.088 2 2.813v18.375c0 .724.588 1.312 1.313 1.312h13.78c.726 0 1.313-.588 1.313-1.313V2.813c0-.724-.587-1.312-1.312-1.312H3.312Z",
17
+ clipRule: "evenodd"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ fill: "#D1D5DB",
20
+ d: "M5.281 5.437c0-.362.294-.656.656-.656h5.25a.656.656 0 1 1 0 1.313h-5.25a.656.656 0 0 1-.656-.657ZM5.281 8.062c0-.362.294-.656.656-.656h8.532a.656.656 0 0 1 0 1.313H5.937a.656.656 0 0 1-.656-.657Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "#835EEB",
23
+ d: "m12.484 13.449 4.338-3.88a.328.328 0 0 1 .435-.003l4.43 3.88c.228.2.087.575-.216.575h-2.005a.34.34 0 0 0-.333.331c-.158 4.863-3.811 6.125-6.202 6.177-.287.007-.407-.341-.206-.546 2.16-2.194 2.613-4.543 2.478-5.705a.298.298 0 0 0-.304-.257h-2.196a.328.328 0 0 1-.219-.572Z"
24
+ }));
25
+
26
+ export { SvgTestUploadColor as default };
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';
@@ -127,6 +127,7 @@ export { default as ProfileIcon } from './Profile.js';
127
127
  export { default as ProgressGradientIcon } from './ProgressGradient.js';
128
128
  export { default as QuestionMarkInCircleIcon } from './QuestionMarkInCircle.js';
129
129
  export { default as QuestionMarkInCircleOutlinedIcon } from './QuestionMarkInCircleOutlined.js';
130
+ export { default as RaffleColorIcon } from './RaffleColor.js';
130
131
  export { default as ReceiptIcon } from './Receipt.js';
131
132
  export { default as RefreshIcon } from './Refresh.js';
132
133
  export { default as RepeatIcon } from './Repeat.js';
@@ -142,9 +143,9 @@ export { default as SkipforwardIcon } from './Skipforward.js';
142
143
  export { default as SpeakerIcon } from './Speaker.js';
143
144
  export { default as StackupIcon } from './Stackup.js';
144
145
  export { default as StarIcon } from './Star.js';
145
- export { default as StarAnimationIcon } from './StarAnimation.js';
146
146
  export { default as StoreIcon } from './Store.js';
147
147
  export { default as SyncIcon } from './Sync.js';
148
+ export { default as TestUploadColorIcon } from './TestUploadColor.js';
148
149
  export { default as ThumbdownIcon } from './Thumbdown.js';
149
150
  export { default as ThumbupIcon } from './Thumbup.js';
150
151
  export { default as ThunderIcon } from './Thunder.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
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": "34f26fa34ed66bd5f00ebb9ec9aa3b737e93c2af"
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>
@@ -0,0 +1,37 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.4586 9.87447C20.4586 14.5898 16.6361 18.4123 11.9208 18.4123C7.2055 18.4123 3.383 14.5898 3.383 9.87447C3.383 5.15917 7.2055 1.33667 11.9208 1.33667C16.6361 1.33667 20.4586 5.15917 20.4586 9.87447Z" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.9208 18.049C16.4355 18.049 20.0953 14.3891 20.0953 9.87447C20.0953 5.35983 16.4355 1.69998 11.9208 1.69998C7.40615 1.69998 3.74631 5.35983 3.74631 9.87447C3.74631 14.3891 7.40615 18.049 11.9208 18.049ZM11.9208 18.4123C16.6361 18.4123 20.4586 14.5898 20.4586 9.87447C20.4586 5.15917 16.6361 1.33667 11.9208 1.33667C7.2055 1.33667 3.383 5.15917 3.383 9.87447C3.383 14.5898 7.2055 18.4123 11.9208 18.4123Z" fill="#E5E7EB"/>
4
+ <path d="M15.1575 5.44239C13.3829 5.0268 11.6075 6.12847 11.1919 7.90304L17.6182 9.40801C18.0338 7.63344 16.9321 5.85798 15.1575 5.44239Z" fill="#6D99F1"/>
5
+ <path d="M13.6525 11.8686C15.4271 12.2842 17.2026 11.1826 17.6182 9.40801L11.1919 7.90304C10.7763 9.6776 11.8779 11.4531 13.6525 11.8686Z" fill="#E5E7EB"/>
6
+ <path d="M7.37754 4.31344C5.92305 5.41173 5.63429 7.48117 6.73259 8.93567L11.9998 4.95839C10.9015 3.5039 8.83203 3.21514 7.37754 4.31344Z" fill="#6D99F1"/>
7
+ <path d="M11.3549 9.58066C12.8093 8.48237 13.0981 6.41288 11.9998 4.95839L6.73259 8.93567C7.83088 10.3902 9.90036 10.679 11.3549 9.58066Z" fill="#E5E7EB"/>
8
+ <path d="M8.06225 8.70086C6.23967 8.70086 4.76218 10.1784 4.76218 12.0009H11.3623C11.3623 10.1784 9.88484 8.70086 8.06225 8.70086Z" fill="#9C7EEF"/>
9
+ <path d="M8.06224 15.301C9.88483 15.301 11.3623 13.8235 11.3623 12.0009H4.76218C4.76218 13.8235 6.23966 15.301 8.06224 15.301Z" fill="#E5E7EB"/>
10
+ <path d="M10.9385 9.3095C9.36009 10.2208 8.81929 12.2391 9.73058 13.8175L15.4465 10.5174C14.5352 8.93901 12.5169 8.39821 10.9385 9.3095Z" fill="#FFC107"/>
11
+ <path d="M14.2386 15.0254C15.817 14.1141 16.3578 12.0958 15.4465 10.5174L9.73058 13.8175C10.6419 15.3959 12.6602 15.9367 14.2386 15.0254Z" fill="#E5E7EB"/>
12
+ <path d="M16.819 9.04981C15.0971 8.45235 13.2169 9.36387 12.6195 11.0857L18.8549 13.2493C19.4524 11.5275 18.5409 9.64727 16.819 9.04981Z" fill="#9C7EEF"/>
13
+ <path d="M14.6554 15.2852C16.3772 15.8827 18.2575 14.9712 18.8549 13.2493L12.6195 11.0857C12.022 12.8076 12.9335 14.6878 14.6554 15.2852Z" fill="#E5E7EB"/>
14
+ <path d="M5.26953 15.9454C5.26953 15.5292 5.6069 15.1918 6.02306 15.1918H17.5812C17.9973 15.1918 18.3347 15.5292 18.3347 15.9454V21.5647C18.3347 21.9809 17.9973 22.3183 17.5812 22.3183H6.02306C5.6069 22.3183 5.26953 21.9809 5.26953 21.5647V15.9454Z" fill="url(#paint0_linear_12781_25756)"/>
15
+ <path d="M6.27803 15.0753C6.27803 15.0159 6.32623 14.9677 6.38568 14.9677H10.8531C10.9125 14.9677 10.9607 15.0159 10.9607 15.0753V18.8054C10.9607 19.6378 10.286 20.3125 9.45364 20.3125H7.7851C6.95277 20.3125 6.27803 19.6378 6.27803 18.8054V15.0753Z" fill="white"/>
16
+ <path d="M10.4011 18.1031C10.4011 19.087 9.6034 19.8847 8.61944 19.8847C7.63548 19.8847 6.83783 19.087 6.83783 18.1031C6.83783 17.1191 7.63548 16.3214 8.61944 16.3214C9.6034 16.3214 10.4011 17.1191 10.4011 18.1031Z" fill="#D1D5DB"/>
17
+ <path d="M7.26322 17.8637C7.26322 17.805 7.31085 17.7573 7.36959 17.7573H9.86917C9.92791 17.7573 9.97553 17.805 9.97553 17.8637V18.2892C9.97553 18.3479 9.92791 18.3955 9.86917 18.3955H7.36959C7.31084 18.3955 7.26322 18.3479 7.26322 18.2892V17.8637Z" fill="#8D94A0"/>
18
+ <g filter="url(#filter0_i_12781_25756)">
19
+ <path d="M13.0599 19.3226C13.0599 18.9658 13.3491 18.6767 13.7058 18.6767H16.8276C17.1843 18.6767 17.4735 18.9658 17.4735 19.3226V22.3367H13.0599V19.3226Z" fill="#835EEB"/>
20
+ </g>
21
+ <defs>
22
+ <filter id="filter0_i_12781_25756" x="12.7908" y="18.6767" width="4.68269" height="3.8753" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
23
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
24
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
25
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
26
+ <feOffset dx="-0.269119" dy="0.215295"/>
27
+ <feGaussianBlur stdDeviation="0.403679"/>
28
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
29
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
30
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_12781_25756"/>
31
+ </filter>
32
+ <linearGradient id="paint0_linear_12781_25756" x1="6.11035" y1="3.37655" x2="21.6403" y2="19.1751" gradientUnits="userSpaceOnUse">
33
+ <stop stop-color="#8E6CF0"/>
34
+ <stop offset="1" stop-color="#CF75F3"/>
35
+ </linearGradient>
36
+ </defs>
37
+ </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>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 2.8125C2 2.08762 2.58763 1.5 3.3125 1.5H17.0937C17.8186 1.5 18.4062 2.08763 18.4062 2.8125V21.1875C18.4062 21.9124 17.8186 22.5 17.0937 22.5H3.3125C2.58763 22.5 2 21.9124 2 21.1875V2.8125Z" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0937 2H3.3125C2.86377 2 2.5 2.36377 2.5 2.8125V21.1875C2.5 21.6362 2.86377 22 3.3125 22H17.0937C17.5424 22 17.9062 21.6362 17.9062 21.1875V2.8125C17.9062 2.36377 17.5424 2 17.0937 2ZM3.3125 1.5C2.58763 1.5 2 2.08762 2 2.8125V21.1875C2 21.9124 2.58763 22.5 3.3125 22.5H17.0937C17.8186 22.5 18.4062 21.9124 18.4062 21.1875V2.8125C18.4062 2.08763 17.8186 1.5 17.0937 1.5H3.3125Z" fill="#F3F4F6"/>
4
+ <path d="M5.28121 5.43749C5.28121 5.07506 5.57502 4.78124 5.93746 4.78124H11.1874C11.5499 4.78124 11.8437 5.07506 11.8437 5.43749C11.8437 5.79993 11.5499 6.09374 11.1874 6.09374H5.93746C5.57502 6.09374 5.28121 5.79993 5.28121 5.43749Z" fill="#D1D5DB"/>
5
+ <path d="M5.28121 8.06249C5.28121 7.70005 5.57502 7.40624 5.93746 7.40624H14.4687C14.8311 7.40624 15.1249 7.70005 15.1249 8.06249C15.1249 8.42492 14.8311 8.71874 14.4687 8.71874H5.93746C5.57502 8.71874 5.28121 8.42492 5.28121 8.06249Z" fill="#D1D5DB"/>
6
+ <path d="M12.484 13.4486L16.822 9.56861C16.9455 9.45808 17.1322 9.4571 17.2569 9.56634L21.6872 13.4463C21.915 13.6459 21.7739 14.0213 21.471 14.0213H19.4665C19.2853 14.0213 19.139 14.1713 19.1331 14.3525C18.9746 19.2152 15.3215 20.477 12.9309 20.5295C12.6438 20.5358 12.5237 20.1878 12.7252 19.9831C14.8847 17.789 15.3378 15.4397 15.2028 14.2778C15.1852 14.126 15.0513 14.0213 14.8985 14.0213H12.7027C12.4015 14.0213 12.2595 13.6494 12.484 13.4486Z" fill="#835EEB"/>
7
+ </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 };