@teamturing/icons 1.60.0 → 1.62.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.
package/dist/index.d.ts CHANGED
@@ -72,8 +72,6 @@ export { default as ClipIcon } from './Clip';
72
72
  export { default as CloseIcon } from './Close';
73
73
  export { default as CloseInCircleIcon } from './CloseInCircle';
74
74
  export { default as CoinIcon } from './Coin';
75
- export { default as CommandLineIcon } from './CommandLine';
76
- export { default as CommentIcon } from './Comment';
77
75
  export { default as ContactIcon } from './Contact';
78
76
  export { default as CopyIcon } from './Copy';
79
77
  export { default as CorrectIcon } from './Correct';
@@ -219,7 +217,6 @@ export { default as SpeakerIcon } from './Speaker';
219
217
  export { default as StackupIcon } from './Stackup';
220
218
  export { default as StarIcon } from './Star';
221
219
  export { default as StarColorIcon } from './StarColor';
222
- export { default as StopIcon } from './Stop';
223
220
  export { default as StoreIcon } from './Store';
224
221
  export { default as SunIcon } from './Sun';
225
222
  export { default as SyncIcon } from './Sync';
package/dist/index.js CHANGED
@@ -1125,28 +1125,6 @@ const SvgCoin = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
1125
1125
  clipRule: "evenodd"
1126
1126
  }));
1127
1127
 
1128
- const SvgCommandLine = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1129
- xmlns: "http://www.w3.org/2000/svg",
1130
- width: "1em",
1131
- height: "1em",
1132
- fill: "none",
1133
- viewBox: "0 0 24 24"
1134
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
1135
- fill: "currentColor",
1136
- d: "M1.579 2.22c.59-.408 1.384-.233 1.77.391l6.353 8.649c.278.45.278 1.03 0 1.48L3.349 21.39c-.386.624-1.18.799-1.77.39-.591-.408-.757-1.246-.37-1.87L7.102 12 1.209 4.091c-.387-.624-.221-1.462.37-1.87ZM21.72 19.298c.706 0 1.279.605 1.279 1.352 0 .746-.573 1.35-1.28 1.35H9.65c-.706 0-1.278-.604-1.278-1.35 0-.747.572-1.352 1.279-1.352h12.07Z"
1137
- }));
1138
-
1139
- const SvgComment = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1140
- xmlns: "http://www.w3.org/2000/svg",
1141
- width: "1em",
1142
- height: "1em",
1143
- fill: "none",
1144
- viewBox: "0 0 24 24"
1145
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
1146
- fill: "currentColor",
1147
- d: "M20.71 12a8.71 8.71 0 1 0-17.42 0v8.04c0 .37.3.67.67.67H12c4.81 0 8.71-3.9 8.71-8.71ZM23 12c0 6.075-4.925 11-11 11H3.96A2.96 2.96 0 0 1 1 20.04V12C1 5.925 5.925 1 12 1s11 4.925 11 11Z"
1148
- }));
1149
-
1150
1128
  const SvgContact = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1151
1129
  xmlns: "http://www.w3.org/2000/svg",
1152
1130
  width: "1em",
@@ -3561,17 +3539,6 @@ const SvgStarColor = props => /*#__PURE__*/React__namespace.createElement("svg",
3561
3539
  opacity: 0.35
3562
3540
  }));
3563
3541
 
3564
- const SvgStop = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3565
- xmlns: "http://www.w3.org/2000/svg",
3566
- width: "1em",
3567
- height: "1em",
3568
- fill: "none",
3569
- viewBox: "0 0 24 24"
3570
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
3571
- fill: "currentColor",
3572
- d: "M4 5.213C4 4.543 4.64 4 5.428 4h13.144C19.361 4 20 4.543 20 5.213v13.574c0 .67-.64 1.213-1.428 1.213H5.428C4.639 20 4 19.457 4 18.787V5.213Z"
3573
- }));
3574
-
3575
3542
  const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3576
3543
  xmlns: "http://www.w3.org/2000/svg",
3577
3544
  width: "1em",
@@ -4194,8 +4161,6 @@ exports.ClipIcon = SvgClip;
4194
4161
  exports.CloseIcon = SvgClose;
4195
4162
  exports.CloseInCircleIcon = SvgCloseInCircle;
4196
4163
  exports.CoinIcon = SvgCoin;
4197
- exports.CommandLineIcon = SvgCommandLine;
4198
- exports.CommentIcon = SvgComment;
4199
4164
  exports.ContactIcon = SvgContact;
4200
4165
  exports.CopyIcon = SvgCopy;
4201
4166
  exports.CorrectIcon = SvgCorrect;
@@ -4341,7 +4306,6 @@ exports.SpeakerIcon = SvgSpeaker;
4341
4306
  exports.StackupIcon = SvgStackup;
4342
4307
  exports.StarColorIcon = SvgStarColor;
4343
4308
  exports.StarIcon = SvgStar;
4344
- exports.StopIcon = SvgStop;
4345
4309
  exports.StoreIcon = SvgStore;
4346
4310
  exports.SunIcon = SvgSun;
4347
4311
  exports.SyncIcon = SvgSync;
package/esm/index.js CHANGED
@@ -72,8 +72,6 @@ export { default as ClipIcon } from './Clip.js';
72
72
  export { default as CloseIcon } from './Close.js';
73
73
  export { default as CloseInCircleIcon } from './CloseInCircle.js';
74
74
  export { default as CoinIcon } from './Coin.js';
75
- export { default as CommandLineIcon } from './CommandLine.js';
76
- export { default as CommentIcon } from './Comment.js';
77
75
  export { default as ContactIcon } from './Contact.js';
78
76
  export { default as CopyIcon } from './Copy.js';
79
77
  export { default as CorrectIcon } from './Correct.js';
@@ -219,7 +217,6 @@ export { default as SpeakerIcon } from './Speaker.js';
219
217
  export { default as StackupIcon } from './Stackup.js';
220
218
  export { default as StarIcon } from './Star.js';
221
219
  export { default as StarColorIcon } from './StarColor.js';
222
- export { default as StopIcon } from './Stop.js';
223
220
  export { default as StoreIcon } from './Store.js';
224
221
  export { default as SunIcon } from './Sun.js';
225
222
  export { default as SyncIcon } from './Sync.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.60.0",
3
+ "version": "1.62.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",
@@ -40,5 +40,5 @@
40
40
  "peerDependencies": {
41
41
  "react": "^18.2.0"
42
42
  },
43
- "gitHead": "569dccd464b45e25d7572ab8c908b97428ea242e"
43
+ "gitHead": "bd19fd9b373da3c0e0f5fcd3e2ed665fa361c67f"
44
44
  }
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.8465 5.57993C20.536 5.57993 21.0956 6.13949 21.0956 6.82906C21.0956 7.51863 20.536 8.07819 19.8465 8.07819H10.3602C9.67059 8.07819 9.11104 7.51863 9.11104 6.82906C9.11104 6.13949 9.67059 5.57993 10.3602 5.57993H19.8465Z" fill="#8D94A0"/>
3
+ <path d="M19.8465 15.9848C20.536 15.9848 21.0956 16.5444 21.0956 17.2339C21.0956 17.9235 20.536 18.483 19.8465 18.483H10.3602C9.67059 18.483 9.11104 17.9235 9.11104 17.2339C9.11104 16.5444 9.67059 15.9848 10.3602 15.9848H19.8465Z" fill="#8D94A0"/>
4
+ <path d="M4.97881 14.143C5.66057 14.143 6.23535 14.3191 6.64287 14.643C7.05361 14.9696 7.28345 15.4396 7.28349 15.9965C7.28336 16.7142 6.91437 17.2948 5.65849 18.351L5.65752 18.35L5.36943 18.6H6.60869C7.01546 18.6001 7.34489 18.9296 7.34502 19.3363C7.34502 19.7432 7.01554 20.0736 6.60869 20.0736H3.68584C3.20726 20.0735 2.81968 19.6851 2.81963 19.2065C2.81967 18.9505 2.93223 18.7071 3.12822 18.5424L4.93584 17.0238C5.36187 16.6636 5.56041 16.4444 5.56474 16.1205L5.55302 15.9936C5.52996 15.8762 5.47611 15.7841 5.40361 15.7172C5.30558 15.6268 5.1606 15.5707 4.97881 15.5707C4.82927 15.5707 4.70811 15.6098 4.61845 15.6742C4.54773 15.7251 4.47711 15.7861 4.40166 15.8539C4.32804 15.9201 4.24829 15.9941 4.16631 16.06C4.0033 16.1909 3.80457 16.3148 3.55986 16.3149C3.32892 16.3148 3.11034 16.2191 2.96709 16.0619C2.82115 15.9017 2.75251 15.675 2.83623 15.4369C3.12804 14.6083 3.93075 14.143 4.97881 14.143Z" fill="#8D94A0"/>
5
+ <path d="M5.30774 3.38559C5.88757 3.38567 6.35754 3.85554 6.35754 4.43539V9.18246C6.35733 9.67344 5.95892 10.0711 5.46789 10.0711C4.9771 10.0709 4.57943 9.67328 4.57922 9.18246V5.04868L4.14563 5.30942C3.70218 5.5754 3.13782 5.25623 3.13782 4.73911C3.13782 4.50698 3.25892 4.2915 3.45715 4.17075L4.49524 3.53891C4.65969 3.43877 4.84859 3.38564 5.04114 3.38559H5.30774Z" fill="#8D94A0"/>
6
+ </svg>
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgCommandLine: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgCommandLine;
package/dist/Comment.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgComment: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgComment;
package/dist/Stop.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgStop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgStop;
@@ -1,15 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgCommandLine = 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
- d: "M1.579 2.22c.59-.408 1.384-.233 1.77.391l6.353 8.649c.278.45.278 1.03 0 1.48L3.349 21.39c-.386.624-1.18.799-1.77.39-.591-.408-.757-1.246-.37-1.87L7.102 12 1.209 4.091c-.387-.624-.221-1.462.37-1.87ZM21.72 19.298c.706 0 1.279.605 1.279 1.352 0 .746-.573 1.35-1.28 1.35H9.65c-.706 0-1.278-.604-1.278-1.35 0-.747.572-1.352 1.279-1.352h12.07Z"
13
- }));
14
-
15
- export { SvgCommandLine as default };
package/esm/Comment.js DELETED
@@ -1,15 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgComment = 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
- d: "M20.71 12a8.71 8.71 0 1 0-17.42 0v8.04c0 .37.3.67.67.67H12c4.81 0 8.71-3.9 8.71-8.71ZM23 12c0 6.075-4.925 11-11 11H3.96A2.96 2.96 0 0 1 1 20.04V12C1 5.925 5.925 1 12 1s11 4.925 11 11Z"
13
- }));
14
-
15
- export { SvgComment as default };
package/esm/Stop.js DELETED
@@ -1,15 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgStop = 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
- d: "M4 5.213C4 4.543 4.64 4 5.428 4h13.144C19.361 4 20 4.543 20 5.213v13.574c0 .67-.64 1.213-1.428 1.213H5.428C4.639 20 4 19.457 4 18.787V5.213Z"
13
- }));
14
-
15
- export { SvgStop as default };