@teamturing/icons 1.62.0 → 1.64.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/Telescope.d.ts +3 -0
- package/dist/index.d.ts +6 -1
- package/dist/index.js +65 -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/Telescope.js +18 -0
- package/esm/index.js +6 -1
- package/package.json +2 -2
- package/svg/telescope.svg +7 -0
- 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,9 +220,11 @@ 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';
|
|
227
|
+
export { default as TelescopeIcon } from './Telescope';
|
|
223
228
|
export { default as TestUploadColorIcon } from './TestUploadColor';
|
|
224
229
|
export { default as ThumbdownIcon } from './Thumbdown';
|
|
225
230
|
export { default as ThumbupIcon } from './Thumbup';
|
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",
|
|
@@ -3574,6 +3618,20 @@ const SvgSync = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
3574
3618
|
clipRule: "evenodd"
|
|
3575
3619
|
}));
|
|
3576
3620
|
|
|
3621
|
+
const SvgTelescope = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3622
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3623
|
+
width: "1em",
|
|
3624
|
+
height: "1em",
|
|
3625
|
+
fill: "none",
|
|
3626
|
+
viewBox: "0 0 24 24"
|
|
3627
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3628
|
+
fill: "currentColor",
|
|
3629
|
+
d: "M16.882 1.704a.597.597 0 0 1 .814.218l4.224 7.316a.596.596 0 0 1-.218.815l-2.504 1.445a.597.597 0 0 1-.815-.218L14.16 3.964a.597.597 0 0 1 .218-.814l2.504-1.446ZM13.845 15.513a2.238 2.238 0 1 1-4.477 0 2.238 2.238 0 0 1 4.477 0ZM8.95 17.683c.462.566 1.101.98 1.833 1.161l-3.025 3.199a1.065 1.065 0 1 1-1.546-1.463l2.737-2.896ZM16.934 20.58a1.065 1.065 0 0 1-1.547 1.463l-3.013-3.187a3.427 3.427 0 0 0 1.857-1.135l2.703 2.859Z"
|
|
3630
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3631
|
+
fill: "currentColor",
|
|
3632
|
+
d: "M12.928 4.705a.259.259 0 0 1 .372.08l4.013 6.95c.074.13.02.296-.118.361l-2.864 1.332a3.431 3.431 0 0 0-6.074 2.827l-1.377.64c-.12.057-.244.1-.369.137a3.315 3.315 0 0 1-1.256.259A3.21 3.21 0 0 1 2 14.063a3.29 3.29 0 0 1 1.417-2.67c.062-.054.128-.105.197-.153l9.314-6.535Z"
|
|
3633
|
+
}));
|
|
3634
|
+
|
|
3577
3635
|
const SvgTestUploadColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3578
3636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3579
3637
|
width: "1em",
|
|
@@ -4121,7 +4179,7 @@ exports.BookmarkAnimationIcon = SvgBookmarkAnimation;
|
|
|
4121
4179
|
exports.BookmarkIcon = SvgBookmark;
|
|
4122
4180
|
exports.BoxIcon = SvgBox;
|
|
4123
4181
|
exports.BoxPlusIcon = SvgBoxPlus;
|
|
4124
|
-
exports.
|
|
4182
|
+
exports.BulletListIcon = SvgBulletList;
|
|
4125
4183
|
exports.BusColorIcon = SvgBusColor;
|
|
4126
4184
|
exports.CalendarCheckColorIcon = SvgCalendarCheckColor;
|
|
4127
4185
|
exports.CalendarCheckIcon = SvgCalendarCheck;
|
|
@@ -4161,6 +4219,8 @@ exports.ClipIcon = SvgClip;
|
|
|
4161
4219
|
exports.CloseIcon = SvgClose;
|
|
4162
4220
|
exports.CloseInCircleIcon = SvgCloseInCircle;
|
|
4163
4221
|
exports.CoinIcon = SvgCoin;
|
|
4222
|
+
exports.CommandLineIcon = SvgCommandLine;
|
|
4223
|
+
exports.CommentIcon = SvgComment;
|
|
4164
4224
|
exports.ContactIcon = SvgContact;
|
|
4165
4225
|
exports.CopyIcon = SvgCopy;
|
|
4166
4226
|
exports.CorrectIcon = SvgCorrect;
|
|
@@ -4244,6 +4304,7 @@ exports.NumberFiveFilledIcon = SvgNumberFiveFilled;
|
|
|
4244
4304
|
exports.NumberFiveOutlinedIcon = SvgNumberFiveOutlined;
|
|
4245
4305
|
exports.NumberFourFilledIcon = SvgNumberFourFilled;
|
|
4246
4306
|
exports.NumberFourOutlinedIcon = SvgNumberFourOutlined;
|
|
4307
|
+
exports.NumberListIcon = SvgNumberList;
|
|
4247
4308
|
exports.NumberOneFilledIcon = SvgNumberOneFilled;
|
|
4248
4309
|
exports.NumberOneOutlinedIcon = SvgNumberOneOutlined;
|
|
4249
4310
|
exports.NumberThreeFilledIcon = SvgNumberThreeFilled;
|
|
@@ -4306,9 +4367,11 @@ exports.SpeakerIcon = SvgSpeaker;
|
|
|
4306
4367
|
exports.StackupIcon = SvgStackup;
|
|
4307
4368
|
exports.StarColorIcon = SvgStarColor;
|
|
4308
4369
|
exports.StarIcon = SvgStar;
|
|
4370
|
+
exports.StopIcon = SvgStop;
|
|
4309
4371
|
exports.StoreIcon = SvgStore;
|
|
4310
4372
|
exports.SunIcon = SvgSun;
|
|
4311
4373
|
exports.SyncIcon = SvgSync;
|
|
4374
|
+
exports.TelescopeIcon = SvgTelescope;
|
|
4312
4375
|
exports.TestUploadColorIcon = SvgTestUploadColor;
|
|
4313
4376
|
exports.ThumbdownIcon = SvgThumbdown;
|
|
4314
4377
|
exports.ThumbupIcon = SvgThumbup;
|
|
@@ -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/Telescope.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTelescope = 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: "M16.882 1.704a.597.597 0 0 1 .814.218l4.224 7.316a.596.596 0 0 1-.218.815l-2.504 1.445a.597.597 0 0 1-.815-.218L14.16 3.964a.597.597 0 0 1 .218-.814l2.504-1.446ZM13.845 15.513a2.238 2.238 0 1 1-4.477 0 2.238 2.238 0 0 1 4.477 0ZM8.95 17.683c.462.566 1.101.98 1.833 1.161l-3.025 3.199a1.065 1.065 0 1 1-1.546-1.463l2.737-2.896ZM16.934 20.58a1.065 1.065 0 0 1-1.547 1.463l-3.013-3.187a3.427 3.427 0 0 0 1.857-1.135l2.703 2.859Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M12.928 4.705a.259.259 0 0 1 .372.08l4.013 6.95c.074.13.02.296-.118.361l-2.864 1.332a3.431 3.431 0 0 0-6.074 2.827l-1.377.64c-.12.057-.244.1-.369.137a3.315 3.315 0 0 1-1.256.259A3.21 3.21 0 0 1 2 14.063a3.29 3.29 0 0 1 1.417-2.67c.062-.054.128-.105.197-.153l9.314-6.535Z"
|
|
16
|
+
}));
|
|
17
|
+
|
|
18
|
+
export { SvgTelescope 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,9 +220,11 @@ 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';
|
|
227
|
+
export { default as TelescopeIcon } from './Telescope.js';
|
|
223
228
|
export { default as TestUploadColorIcon } from './TestUploadColor.js';
|
|
224
229
|
export { default as ThumbdownIcon } from './Thumbdown.js';
|
|
225
230
|
export { default as ThumbupIcon } from './Thumbup.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.64.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": "ab16463b4d669d5489e58212830dbaae793c558f"
|
|
44
44
|
}
|
|
@@ -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="M16.8816 1.7041C17.1669 1.53938 17.5317 1.63713 17.6965 1.92243L21.92 9.23779C22.0847 9.52309 21.987 9.88789 21.7017 10.0526L19.1982 11.498C18.9129 11.6627 18.5481 11.565 18.3833 11.2797L14.1598 3.96431C13.9951 3.67901 14.0929 3.31421 14.3781 3.1495L16.8816 1.7041Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M13.8448 15.5127C13.8448 16.7489 12.8427 17.7511 11.6065 17.7511C10.3703 17.7511 9.36812 16.7489 9.36812 15.5127C9.36812 14.2765 10.3703 13.2744 11.6065 13.2744C12.8427 13.2744 13.8448 14.2765 13.8448 15.5127Z" fill="#8D94A0"/>
|
|
4
|
+
<path d="M8.94937 17.6835C9.41174 18.249 10.051 18.6635 10.7827 18.844L7.75773 22.0428C7.35385 22.4696 6.68037 22.489 6.2533 22.0853C5.82628 21.6814 5.80792 21.0071 6.21172 20.5799L8.94937 17.6835Z" fill="#8D94A0"/>
|
|
5
|
+
<path d="M16.9336 20.5799C17.3373 21.0069 17.3186 21.6804 16.8921 22.0844C16.4649 22.4882 15.7906 22.4699 15.3867 22.0428L12.374 18.8563C13.1123 18.6875 13.7592 18.2813 14.2309 17.7213L16.9336 20.5799Z" fill="#8D94A0"/>
|
|
6
|
+
<path d="M12.928 4.70524C13.053 4.6182 13.2253 4.6557 13.3003 4.78556L17.3128 11.7341C17.3874 11.8641 17.3328 12.0315 17.1947 12.096L14.3313 13.4275C13.7042 12.6095 12.7172 12.082 11.6069 12.0819C9.71183 12.0819 8.17562 13.6181 8.17562 15.5131C8.17565 15.7676 8.20432 16.0154 8.25689 16.254L6.88003 16.8957C6.75931 16.9518 6.63559 16.9951 6.51149 17.0317C6.12366 17.1939 5.69942 17.2874 5.25464 17.2907C3.44493 17.3036 1.98744 15.8573 2.00008 14.0626C2.00819 12.9621 2.56817 11.9869 3.41663 11.393C3.47939 11.3395 3.54536 11.2881 3.61413 11.2399L12.928 4.70524Z" fill="#8D94A0"/>
|
|
7
|
+
</svg>
|
package/dist/Bullet.d.ts
DELETED
|
File without changes
|