@teamturing/icons 1.59.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,7 +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
75
  export { default as ContactIcon } from './Contact';
77
76
  export { default as CopyIcon } from './Copy';
78
77
  export { default as CorrectIcon } from './Correct';
@@ -218,7 +217,6 @@ export { default as SpeakerIcon } from './Speaker';
218
217
  export { default as StackupIcon } from './Stackup';
219
218
  export { default as StarIcon } from './Star';
220
219
  export { default as StarColorIcon } from './StarColor';
221
- export { default as StopIcon } from './Stop';
222
220
  export { default as StoreIcon } from './Store';
223
221
  export { default as SunIcon } from './Sun';
224
222
  export { default as SyncIcon } from './Sync';
package/dist/index.js CHANGED
@@ -1125,17 +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
1128
  const SvgContact = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1140
1129
  xmlns: "http://www.w3.org/2000/svg",
1141
1130
  width: "1em",
@@ -3550,17 +3539,6 @@ const SvgStarColor = props => /*#__PURE__*/React__namespace.createElement("svg",
3550
3539
  opacity: 0.35
3551
3540
  }));
3552
3541
 
3553
- const SvgStop = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3554
- xmlns: "http://www.w3.org/2000/svg",
3555
- width: "1em",
3556
- height: "1em",
3557
- fill: "none",
3558
- viewBox: "0 0 24 24"
3559
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
3560
- fill: "currentColor",
3561
- 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"
3562
- }));
3563
-
3564
3542
  const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3565
3543
  xmlns: "http://www.w3.org/2000/svg",
3566
3544
  width: "1em",
@@ -4183,7 +4161,6 @@ exports.ClipIcon = SvgClip;
4183
4161
  exports.CloseIcon = SvgClose;
4184
4162
  exports.CloseInCircleIcon = SvgCloseInCircle;
4185
4163
  exports.CoinIcon = SvgCoin;
4186
- exports.CommandLineIcon = SvgCommandLine;
4187
4164
  exports.ContactIcon = SvgContact;
4188
4165
  exports.CopyIcon = SvgCopy;
4189
4166
  exports.CorrectIcon = SvgCorrect;
@@ -4329,7 +4306,6 @@ exports.SpeakerIcon = SvgSpeaker;
4329
4306
  exports.StackupIcon = SvgStackup;
4330
4307
  exports.StarColorIcon = SvgStarColor;
4331
4308
  exports.StarIcon = SvgStar;
4332
- exports.StopIcon = SvgStop;
4333
4309
  exports.StoreIcon = SvgStore;
4334
4310
  exports.SunIcon = SvgSun;
4335
4311
  exports.SyncIcon = SvgSync;
package/esm/index.js CHANGED
@@ -72,7 +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
75
  export { default as ContactIcon } from './Contact.js';
77
76
  export { default as CopyIcon } from './Copy.js';
78
77
  export { default as CorrectIcon } from './Correct.js';
@@ -218,7 +217,6 @@ export { default as SpeakerIcon } from './Speaker.js';
218
217
  export { default as StackupIcon } from './Stackup.js';
219
218
  export { default as StarIcon } from './Star.js';
220
219
  export { default as StarColorIcon } from './StarColor.js';
221
- export { default as StopIcon } from './Stop.js';
222
220
  export { default as StoreIcon } from './Store.js';
223
221
  export { default as SunIcon } from './Sun.js';
224
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.59.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": "e841f08c6f9e085849f873896a2cdda34696e665"
43
+ "gitHead": "bd19fd9b373da3c0e0f5fcd3e2ed665fa361c67f"
44
44
  }
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.71 12C20.71 7.18959 16.8104 3.28999 12 3.28999C7.18959 3.28999 3.28999 7.18959 3.28999 12V20.04C3.28999 20.41 3.58996 20.71 3.95999 20.71H12C16.8104 20.71 20.71 16.8104 20.71 12ZM23 12C23 18.0751 18.0751 23 12 23H3.95999C2.32524 23 1 21.6748 1 20.04V12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z" fill="#8D94A0"/>
3
+ </svg>
@@ -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/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/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 };