@teamturing/icons 1.63.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/Telescope.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +15 -0
- package/esm/Telescope.js +18 -0
- package/esm/index.js +1 -0
- package/package.json +2 -2
- package/svg/telescope.svg +7 -0
package/dist/index.d.ts
CHANGED
|
@@ -224,6 +224,7 @@ export { default as StopIcon } from './Stop';
|
|
|
224
224
|
export { default as StoreIcon } from './Store';
|
|
225
225
|
export { default as SunIcon } from './Sun';
|
|
226
226
|
export { default as SyncIcon } from './Sync';
|
|
227
|
+
export { default as TelescopeIcon } from './Telescope';
|
|
227
228
|
export { default as TestUploadColorIcon } from './TestUploadColor';
|
|
228
229
|
export { default as ThumbdownIcon } from './Thumbdown';
|
|
229
230
|
export { default as ThumbupIcon } from './Thumbup';
|
package/dist/index.js
CHANGED
|
@@ -3618,6 +3618,20 @@ const SvgSync = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
3618
3618
|
clipRule: "evenodd"
|
|
3619
3619
|
}));
|
|
3620
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
|
+
|
|
3621
3635
|
const SvgTestUploadColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3622
3636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3623
3637
|
width: "1em",
|
|
@@ -4357,6 +4371,7 @@ exports.StopIcon = SvgStop;
|
|
|
4357
4371
|
exports.StoreIcon = SvgStore;
|
|
4358
4372
|
exports.SunIcon = SvgSun;
|
|
4359
4373
|
exports.SyncIcon = SvgSync;
|
|
4374
|
+
exports.TelescopeIcon = SvgTelescope;
|
|
4360
4375
|
exports.TestUploadColorIcon = SvgTestUploadColor;
|
|
4361
4376
|
exports.ThumbdownIcon = SvgThumbdown;
|
|
4362
4377
|
exports.ThumbupIcon = SvgThumbup;
|
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
|
@@ -224,6 +224,7 @@ export { default as StopIcon } from './Stop.js';
|
|
|
224
224
|
export { default as StoreIcon } from './Store.js';
|
|
225
225
|
export { default as SunIcon } from './Sun.js';
|
|
226
226
|
export { default as SyncIcon } from './Sync.js';
|
|
227
|
+
export { default as TelescopeIcon } from './Telescope.js';
|
|
227
228
|
export { default as TestUploadColorIcon } from './TestUploadColor.js';
|
|
228
229
|
export { default as ThumbdownIcon } from './Thumbdown.js';
|
|
229
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>
|