@teamturing/icons 1.28.0 → 1.29.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 SvgStarColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgStarColor;
package/dist/index.d.ts CHANGED
@@ -170,6 +170,7 @@ export { default as SoundOnIcon } from './SoundOn';
170
170
  export { default as SpeakerIcon } from './Speaker';
171
171
  export { default as StackupIcon } from './Stackup';
172
172
  export { default as StarIcon } from './Star';
173
+ export { default as StarColorIcon } from './StarColor';
173
174
  export { default as StoreIcon } from './Store';
174
175
  export { default as SyncIcon } from './Sync';
175
176
  export { default as TestUploadColorIcon } from './TestUploadColor';
package/dist/index.js CHANGED
@@ -2828,6 +2828,23 @@ const SvgStar = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
2828
2828
  clipRule: "evenodd"
2829
2829
  }));
2830
2830
 
2831
+ const SvgStarColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2832
+ xmlns: "http://www.w3.org/2000/svg",
2833
+ width: "1em",
2834
+ height: "1em",
2835
+ fill: "none",
2836
+ viewBox: "0 0 20 20"
2837
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2838
+ fill: "#9C7EEF",
2839
+ fillRule: "evenodd",
2840
+ d: "m10.961 1.847 1.94 3.93c.155.316.457.535.806.585l4.336.63a1.071 1.071 0 0 1 .593 1.828L15.5 11.878a1.073 1.073 0 0 0-.309.949l.741 4.318a1.071 1.071 0 0 1-1.554 1.13l-3.878-2.04a1.07 1.07 0 0 0-.997 0l-3.878 2.04a1.072 1.072 0 0 1-1.555-1.13l.74-4.318a1.073 1.073 0 0 0-.308-.949L1.364 8.82c-.636-.62-.285-1.7.594-1.828l4.335-.63c.35-.05.652-.27.807-.585l1.939-3.93a1.072 1.072 0 0 1 1.922 0Z",
2841
+ clipRule: "evenodd"
2842
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2843
+ fill: "#fff",
2844
+ d: "m7.257 7.96-1.91.333a.3.3 0 0 0-.078.566l4.771 2.267a.3.3 0 0 0 .425-.319L9.59 5.323a.3.3 0 0 0-.567-.082L7.987 7.406a1 1 0 0 1-.73.554Z",
2845
+ opacity: 0.35
2846
+ }));
2847
+
2831
2848
  const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2832
2849
  xmlns: "http://www.w3.org/2000/svg",
2833
2850
  width: "1em",
@@ -3496,6 +3513,7 @@ exports.SoundOffIcon = SvgSoundOff;
3496
3513
  exports.SoundOnIcon = SvgSoundOn;
3497
3514
  exports.SpeakerIcon = SvgSpeaker;
3498
3515
  exports.StackupIcon = SvgStackup;
3516
+ exports.StarColorIcon = SvgStarColor;
3499
3517
  exports.StarIcon = SvgStar;
3500
3518
  exports.StoreIcon = SvgStore;
3501
3519
  exports.SyncIcon = SvgSync;
@@ -0,0 +1,21 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgStarColor = 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 20 20"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#9C7EEF",
12
+ fillRule: "evenodd",
13
+ d: "m10.961 1.847 1.94 3.93c.155.316.457.535.806.585l4.336.63a1.071 1.071 0 0 1 .593 1.828L15.5 11.878a1.073 1.073 0 0 0-.309.949l.741 4.318a1.071 1.071 0 0 1-1.554 1.13l-3.878-2.04a1.07 1.07 0 0 0-.997 0l-3.878 2.04a1.072 1.072 0 0 1-1.555-1.13l.74-4.318a1.073 1.073 0 0 0-.308-.949L1.364 8.82c-.636-.62-.285-1.7.594-1.828l4.335-.63c.35-.05.652-.27.807-.585l1.939-3.93a1.072 1.072 0 0 1 1.922 0Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "#fff",
17
+ d: "m7.257 7.96-1.91.333a.3.3 0 0 0-.078.566l4.771 2.267a.3.3 0 0 0 .425-.319L9.59 5.323a.3.3 0 0 0-.567-.082L7.987 7.406a1 1 0 0 1-.73.554Z",
18
+ opacity: 0.35
19
+ }));
20
+
21
+ export { SvgStarColor as default };
package/esm/index.js CHANGED
@@ -170,6 +170,7 @@ export { default as SoundOnIcon } from './SoundOn.js';
170
170
  export { default as SpeakerIcon } from './Speaker.js';
171
171
  export { default as StackupIcon } from './Stackup.js';
172
172
  export { default as StarIcon } from './Star.js';
173
+ export { default as StarColorIcon } from './StarColor.js';
173
174
  export { default as StoreIcon } from './Store.js';
174
175
  export { default as SyncIcon } from './Sync.js';
175
176
  export { default as TestUploadColorIcon } from './TestUploadColor.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.28.0",
3
+ "version": "1.29.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",
@@ -38,5 +38,5 @@
38
38
  "peerDependencies": {
39
39
  "react": "^18.2.0"
40
40
  },
41
- "gitHead": "c9c6f0f3a7fee7f4bd9423ea882a49b2dab4812c"
41
+ "gitHead": "f2b76ce1012dc38f40c5d5a71f16d06883c6fddf"
42
42
  }
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9612 1.8475L12.9004 5.77667C13.0562 6.0925 13.3579 6.31167 13.7071 6.3625L18.0429 6.9925C18.9212 7.12 19.2729 8.20083 18.6362 8.82L15.4987 11.8783C15.3744 11.9996 15.2814 12.1493 15.2277 12.3145C15.1739 12.4797 15.1612 12.6554 15.1904 12.8267L15.9312 17.145C16.0812 18.0208 15.1629 18.6875 14.3771 18.275L10.4987 16.2358C10.3451 16.155 10.174 16.1127 10.0004 16.1127C9.82677 16.1127 9.65573 16.155 9.50207 16.2358L5.62374 18.275C4.83707 18.6875 3.91874 18.0208 4.06874 17.145L4.80957 12.8267C4.83875 12.6554 4.82593 12.4797 4.77222 12.3145C4.71852 12.1493 4.62553 11.9997 4.50124 11.8783L1.36374 8.82C0.727907 8.20083 1.07874 7.12 1.95791 6.9925L6.29291 6.3625C6.64207 6.31167 6.94457 6.0925 7.10041 5.77667L9.03874 1.8475C9.43207 1.05083 10.5679 1.05083 10.9612 1.8475Z" fill="#9C7EEF"/>
3
+ <path opacity="0.35" d="M7.25694 7.96004L5.3463 8.29281C5.05812 8.34301 5.00484 8.73384 5.26906 8.85935L10.04 11.1256C10.2581 11.2292 10.503 11.0458 10.465 10.8074L9.59034 5.32333C9.54399 5.03272 9.15047 4.97563 9.02346 5.2411L7.98742 7.40647C7.8478 7.69829 7.57564 7.90453 7.25694 7.96004Z" fill="white"/>
4
+ </svg>