@teamturing/icons 1.62.0 → 1.63.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/BulletList.d.ts +3 -0
- package/dist/CommandLine.d.ts +3 -0
- package/dist/Comment.d.ts +3 -0
- package/dist/NumberList.d.ts +3 -0
- package/dist/Stop.d.ts +3 -0
- package/dist/index.d.ts +5 -1
- package/dist/index.js +50 -2
- package/esm/{Bullet.js → BulletList.js} +2 -2
- package/esm/CommandLine.js +15 -0
- package/esm/Comment.js +15 -0
- package/esm/NumberList.js +15 -0
- package/esm/Stop.js +15 -0
- package/esm/index.js +5 -1
- package/package.json +2 -2
- package/dist/Bullet.d.ts +0 -3
- /package/svg/{bullet.svg → bullet_list.svg} +0 -0
package/dist/Stop.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export { default as BookmarkIcon } from './Bookmark';
|
|
|
32
32
|
export { default as BookmarkAnimationIcon } from './BookmarkAnimation';
|
|
33
33
|
export { default as BoxIcon } from './Box';
|
|
34
34
|
export { default as BoxPlusIcon } from './BoxPlus';
|
|
35
|
-
export { default as
|
|
35
|
+
export { default as BulletListIcon } from './BulletList';
|
|
36
36
|
export { default as BusColorIcon } from './BusColor';
|
|
37
37
|
export { default as CalendarIcon } from './Calendar';
|
|
38
38
|
export { default as CalendarCheckIcon } from './CalendarCheck';
|
|
@@ -72,6 +72,8 @@ 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';
|
|
75
77
|
export { default as ContactIcon } from './Contact';
|
|
76
78
|
export { default as CopyIcon } from './Copy';
|
|
77
79
|
export { default as CorrectIcon } from './Correct';
|
|
@@ -155,6 +157,7 @@ export { default as NumberFiveFilledIcon } from './NumberFiveFilled';
|
|
|
155
157
|
export { default as NumberFiveOutlinedIcon } from './NumberFiveOutlined';
|
|
156
158
|
export { default as NumberFourFilledIcon } from './NumberFourFilled';
|
|
157
159
|
export { default as NumberFourOutlinedIcon } from './NumberFourOutlined';
|
|
160
|
+
export { default as NumberListIcon } from './NumberList';
|
|
158
161
|
export { default as NumberOneFilledIcon } from './NumberOneFilled';
|
|
159
162
|
export { default as NumberOneOutlinedIcon } from './NumberOneOutlined';
|
|
160
163
|
export { default as NumberThreeFilledIcon } from './NumberThreeFilled';
|
|
@@ -217,6 +220,7 @@ export { default as SpeakerIcon } from './Speaker';
|
|
|
217
220
|
export { default as StackupIcon } from './Stackup';
|
|
218
221
|
export { default as StarIcon } from './Star';
|
|
219
222
|
export { default as StarColorIcon } from './StarColor';
|
|
223
|
+
export { default as StopIcon } from './Stop';
|
|
220
224
|
export { default as StoreIcon } from './Store';
|
|
221
225
|
export { default as SunIcon } from './Sun';
|
|
222
226
|
export { default as SyncIcon } from './Sync';
|
package/dist/index.js
CHANGED
|
@@ -494,7 +494,7 @@ const SvgBoxPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
494
494
|
d: "M11.261 4.107a1.2 1.2 0 0 1 0 2.4H5.275a.3.3 0 0 0-.3.3V18.78a.3.3 0 0 0 .3.301h11.971c.166 0 .301-.135.301-.3v-5.986a1.2 1.2 0 1 1 2.4 0v5.985a2.7 2.7 0 0 1-2.7 2.7H5.274a2.7 2.7 0 0 1-2.7-2.7V6.808a2.7 2.7 0 0 1 2.7-2.7h5.986ZM18.755.855a1.2 1.2 0 0 1 1.198 1.2l-.003 2.052H22a1.2 1.2 0 0 1 0 2.4h-2.052l-.003 2.054a1.201 1.201 0 0 1-2.4-.003l.002-2.05h-2.053a1.2 1.2 0 0 1 0-2.4h2.056l.003-2.055A1.2 1.2 0 0 1 18.755.855Z"
|
|
495
495
|
}));
|
|
496
496
|
|
|
497
|
-
const
|
|
497
|
+
const SvgBulletList = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
498
498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
499
499
|
width: "1em",
|
|
500
500
|
height: "1em",
|
|
@@ -1125,6 +1125,28 @@ 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
|
+
|
|
1128
1150
|
const SvgContact = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1129
1151
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1130
1152
|
width: "1em",
|
|
@@ -2420,6 +2442,17 @@ const SvgNumberFourOutlined = props => /*#__PURE__*/React__namespace.createEleme
|
|
|
2420
2442
|
d: "M8 15.25h4.813V17h1.955v-1.75h1.257v-1.654h-1.257V7.102h-2.584L8 13.623v1.627Zm2.078-1.654v-.082l2.666-4.157h.096v4.239h-2.762Z"
|
|
2421
2443
|
}));
|
|
2422
2444
|
|
|
2445
|
+
const SvgNumberList = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2446
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2447
|
+
width: "1em",
|
|
2448
|
+
height: "1em",
|
|
2449
|
+
fill: "none",
|
|
2450
|
+
viewBox: "0 0 24 24"
|
|
2451
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2452
|
+
fill: "currentColor",
|
|
2453
|
+
d: "M19.846 5.58a1.25 1.25 0 0 1 0 2.498H10.36a1.25 1.25 0 0 1 0-2.498h9.486ZM19.846 15.985a1.25 1.25 0 0 1 0 2.498H10.36a1.25 1.25 0 0 1 0-2.498h9.486ZM4.979 14.143c.682 0 1.256.176 1.664.5.41.327.64.797.64 1.353 0 .718-.369 1.299-1.625 2.355v-.001l-.289.25h1.24a.736.736 0 0 1 0 1.474H3.686a.867.867 0 0 1-.558-1.532l1.808-1.518c.426-.36.624-.58.629-.904l-.012-.126a.499.499 0 0 0-.15-.277.614.614 0 0 0-.424-.146c-.15 0-.27.039-.36.103-.071.051-.142.112-.217.18-.074.066-.154.14-.236.206-.163.13-.361.255-.606.255a.807.807 0 0 1-.593-.253.61.61 0 0 1-.13-.625c.291-.829 1.094-1.294 2.142-1.294ZM5.308 3.386c.58 0 1.05.47 1.05 1.05v4.746a.89.89 0 0 1-1.779 0V5.05l-.433.26a.665.665 0 0 1-.689-1.138l1.038-.632c.165-.1.354-.153.546-.153h.267Z"
|
|
2454
|
+
}));
|
|
2455
|
+
|
|
2423
2456
|
const SvgNumberOneFilled = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2424
2457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2425
2458
|
width: "1em",
|
|
@@ -3539,6 +3572,17 @@ const SvgStarColor = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
3539
3572
|
opacity: 0.35
|
|
3540
3573
|
}));
|
|
3541
3574
|
|
|
3575
|
+
const SvgStop = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3576
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3577
|
+
width: "1em",
|
|
3578
|
+
height: "1em",
|
|
3579
|
+
fill: "none",
|
|
3580
|
+
viewBox: "0 0 24 24"
|
|
3581
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3582
|
+
fill: "currentColor",
|
|
3583
|
+
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"
|
|
3584
|
+
}));
|
|
3585
|
+
|
|
3542
3586
|
const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3543
3587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3544
3588
|
width: "1em",
|
|
@@ -4121,7 +4165,7 @@ exports.BookmarkAnimationIcon = SvgBookmarkAnimation;
|
|
|
4121
4165
|
exports.BookmarkIcon = SvgBookmark;
|
|
4122
4166
|
exports.BoxIcon = SvgBox;
|
|
4123
4167
|
exports.BoxPlusIcon = SvgBoxPlus;
|
|
4124
|
-
exports.
|
|
4168
|
+
exports.BulletListIcon = SvgBulletList;
|
|
4125
4169
|
exports.BusColorIcon = SvgBusColor;
|
|
4126
4170
|
exports.CalendarCheckColorIcon = SvgCalendarCheckColor;
|
|
4127
4171
|
exports.CalendarCheckIcon = SvgCalendarCheck;
|
|
@@ -4161,6 +4205,8 @@ exports.ClipIcon = SvgClip;
|
|
|
4161
4205
|
exports.CloseIcon = SvgClose;
|
|
4162
4206
|
exports.CloseInCircleIcon = SvgCloseInCircle;
|
|
4163
4207
|
exports.CoinIcon = SvgCoin;
|
|
4208
|
+
exports.CommandLineIcon = SvgCommandLine;
|
|
4209
|
+
exports.CommentIcon = SvgComment;
|
|
4164
4210
|
exports.ContactIcon = SvgContact;
|
|
4165
4211
|
exports.CopyIcon = SvgCopy;
|
|
4166
4212
|
exports.CorrectIcon = SvgCorrect;
|
|
@@ -4244,6 +4290,7 @@ exports.NumberFiveFilledIcon = SvgNumberFiveFilled;
|
|
|
4244
4290
|
exports.NumberFiveOutlinedIcon = SvgNumberFiveOutlined;
|
|
4245
4291
|
exports.NumberFourFilledIcon = SvgNumberFourFilled;
|
|
4246
4292
|
exports.NumberFourOutlinedIcon = SvgNumberFourOutlined;
|
|
4293
|
+
exports.NumberListIcon = SvgNumberList;
|
|
4247
4294
|
exports.NumberOneFilledIcon = SvgNumberOneFilled;
|
|
4248
4295
|
exports.NumberOneOutlinedIcon = SvgNumberOneOutlined;
|
|
4249
4296
|
exports.NumberThreeFilledIcon = SvgNumberThreeFilled;
|
|
@@ -4306,6 +4353,7 @@ exports.SpeakerIcon = SvgSpeaker;
|
|
|
4306
4353
|
exports.StackupIcon = SvgStackup;
|
|
4307
4354
|
exports.StarColorIcon = SvgStarColor;
|
|
4308
4355
|
exports.StarIcon = SvgStar;
|
|
4356
|
+
exports.StopIcon = SvgStop;
|
|
4309
4357
|
exports.StoreIcon = SvgStore;
|
|
4310
4358
|
exports.SunIcon = SvgSun;
|
|
4311
4359
|
exports.SyncIcon = SvgSync;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const SvgBulletList = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
width: "1em",
|
|
7
7
|
height: "1em",
|
|
@@ -12,4 +12,4 @@ const SvgBullet = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
12
12
|
d: "M6.709 6.798a2.081 2.081 0 1 1-4.162 0 2.081 2.081 0 0 1 4.162 0ZM6.709 17.202a2.081 2.081 0 1 1-4.162 0 2.081 2.081 0 0 1 4.162 0ZM19.698 5.548a1.25 1.25 0 0 1 0 2.499H10.21a1.25 1.25 0 0 1 0-2.499h9.487ZM19.698 15.953a1.25 1.25 0 0 1 0 2.498H10.21a1.25 1.25 0 0 1 0-2.498h9.487Z"
|
|
13
13
|
}));
|
|
14
14
|
|
|
15
|
-
export {
|
|
15
|
+
export { SvgBulletList as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
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
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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 };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgNumberList = 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: "M19.846 5.58a1.25 1.25 0 0 1 0 2.498H10.36a1.25 1.25 0 0 1 0-2.498h9.486ZM19.846 15.985a1.25 1.25 0 0 1 0 2.498H10.36a1.25 1.25 0 0 1 0-2.498h9.486ZM4.979 14.143c.682 0 1.256.176 1.664.5.41.327.64.797.64 1.353 0 .718-.369 1.299-1.625 2.355v-.001l-.289.25h1.24a.736.736 0 0 1 0 1.474H3.686a.867.867 0 0 1-.558-1.532l1.808-1.518c.426-.36.624-.58.629-.904l-.012-.126a.499.499 0 0 0-.15-.277.614.614 0 0 0-.424-.146c-.15 0-.27.039-.36.103-.071.051-.142.112-.217.18-.074.066-.154.14-.236.206-.163.13-.361.255-.606.255a.807.807 0 0 1-.593-.253.61.61 0 0 1-.13-.625c.291-.829 1.094-1.294 2.142-1.294ZM5.308 3.386c.58 0 1.05.47 1.05 1.05v4.746a.89.89 0 0 1-1.779 0V5.05l-.433.26a.665.665 0 0 1-.689-1.138l1.038-.632c.165-.1.354-.153.546-.153h.267Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgNumberList as default };
|
package/esm/Stop.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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 };
|
package/esm/index.js
CHANGED
|
@@ -32,7 +32,7 @@ export { default as BookmarkIcon } from './Bookmark.js';
|
|
|
32
32
|
export { default as BookmarkAnimationIcon } from './BookmarkAnimation.js';
|
|
33
33
|
export { default as BoxIcon } from './Box.js';
|
|
34
34
|
export { default as BoxPlusIcon } from './BoxPlus.js';
|
|
35
|
-
export { default as
|
|
35
|
+
export { default as BulletListIcon } from './BulletList.js';
|
|
36
36
|
export { default as BusColorIcon } from './BusColor.js';
|
|
37
37
|
export { default as CalendarIcon } from './Calendar.js';
|
|
38
38
|
export { default as CalendarCheckIcon } from './CalendarCheck.js';
|
|
@@ -72,6 +72,8 @@ 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';
|
|
75
77
|
export { default as ContactIcon } from './Contact.js';
|
|
76
78
|
export { default as CopyIcon } from './Copy.js';
|
|
77
79
|
export { default as CorrectIcon } from './Correct.js';
|
|
@@ -155,6 +157,7 @@ export { default as NumberFiveFilledIcon } from './NumberFiveFilled.js';
|
|
|
155
157
|
export { default as NumberFiveOutlinedIcon } from './NumberFiveOutlined.js';
|
|
156
158
|
export { default as NumberFourFilledIcon } from './NumberFourFilled.js';
|
|
157
159
|
export { default as NumberFourOutlinedIcon } from './NumberFourOutlined.js';
|
|
160
|
+
export { default as NumberListIcon } from './NumberList.js';
|
|
158
161
|
export { default as NumberOneFilledIcon } from './NumberOneFilled.js';
|
|
159
162
|
export { default as NumberOneOutlinedIcon } from './NumberOneOutlined.js';
|
|
160
163
|
export { default as NumberThreeFilledIcon } from './NumberThreeFilled.js';
|
|
@@ -217,6 +220,7 @@ export { default as SpeakerIcon } from './Speaker.js';
|
|
|
217
220
|
export { default as StackupIcon } from './Stackup.js';
|
|
218
221
|
export { default as StarIcon } from './Star.js';
|
|
219
222
|
export { default as StarColorIcon } from './StarColor.js';
|
|
223
|
+
export { default as StopIcon } from './Stop.js';
|
|
220
224
|
export { default as StoreIcon } from './Store.js';
|
|
221
225
|
export { default as SunIcon } from './Sun.js';
|
|
222
226
|
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.
|
|
3
|
+
"version": "1.63.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": "
|
|
43
|
+
"gitHead": "4f4dcceba45b60eb183e5f9200b354e484f32879"
|
|
44
44
|
}
|
package/dist/Bullet.d.ts
DELETED
|
File without changes
|