@teamturing/icons 1.33.0 → 1.35.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/Home.d.ts +3 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -19
- package/esm/Coupon.js +1 -1
- package/esm/Home.js +17 -0
- package/esm/index.js +1 -1
- package/package.json +2 -2
- package/svg/coupon.svg +1 -1
- package/svg/home.svg +3 -0
- package/dist/WorkbookTwoColor.d.ts +0 -3
- package/esm/WorkbookTwoColor.js +0 -21
- package/svg/workbook_two_color.svg +0 -6
package/dist/Home.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ export { default as GunColorIcon } from './GunColor';
|
|
|
90
90
|
export { default as HairIcon } from './Hair';
|
|
91
91
|
export { default as HeadphoneIcon } from './Headphone';
|
|
92
92
|
export { default as HeartIcon } from './Heart';
|
|
93
|
+
export { default as HomeIcon } from './Home';
|
|
93
94
|
export { default as InfiniteIcon } from './Infinite';
|
|
94
95
|
export { default as InfoInCircleIcon } from './InfoInCircle';
|
|
95
96
|
export { default as InstagramIcon } from './Instagram';
|
|
@@ -208,6 +209,5 @@ export { default as WarningIcon } from './Warning';
|
|
|
208
209
|
export { default as WifiIcon } from './Wifi';
|
|
209
210
|
export { default as WorkbookIcon } from './Workbook';
|
|
210
211
|
export { default as WorkbookColorIcon } from './WorkbookColor';
|
|
211
|
-
export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor';
|
|
212
212
|
export { default as WrongIcon } from './Wrong';
|
|
213
213
|
export { default as YoutubeIcon } from './Youtube';
|
package/dist/index.js
CHANGED
|
@@ -935,7 +935,7 @@ const SvgCoupon = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
935
935
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
936
936
|
fill: "currentColor",
|
|
937
937
|
fillRule: "evenodd",
|
|
938
|
-
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-
|
|
938
|
+
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1Zm-4 14.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
|
|
939
939
|
clipRule: "evenodd"
|
|
940
940
|
}));
|
|
941
941
|
|
|
@@ -1428,6 +1428,19 @@ const SvgHeart = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
1428
1428
|
clipRule: "evenodd"
|
|
1429
1429
|
}));
|
|
1430
1430
|
|
|
1431
|
+
const SvgHome = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1432
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1433
|
+
width: "1em",
|
|
1434
|
+
height: "1em",
|
|
1435
|
+
fill: "none",
|
|
1436
|
+
viewBox: "0 0 24 24"
|
|
1437
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1438
|
+
fill: "#8B95A1",
|
|
1439
|
+
fillRule: "evenodd",
|
|
1440
|
+
d: "m21.069 8.204-8.447-6.717a.998.998 0 0 0-1.244 0L2.93 8.204a2 2 0 0 0-.755 1.565v9.418a2.4 2.4 0 0 0 2.4 2.4H10v-4.752a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4.752h5.424a2.4 2.4 0 0 0 2.4-2.4V9.77a2 2 0 0 0-.755-1.565",
|
|
1441
|
+
clipRule: "evenodd"
|
|
1442
|
+
}));
|
|
1443
|
+
|
|
1431
1444
|
const SvgInfinite = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1432
1445
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1433
1446
|
width: "1em",
|
|
@@ -3478,23 +3491,6 @@ const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("s
|
|
|
3478
3491
|
rx: 1.546
|
|
3479
3492
|
}));
|
|
3480
3493
|
|
|
3481
|
-
const SvgWorkbookTwoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3482
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3483
|
-
width: "1em",
|
|
3484
|
-
height: "1em",
|
|
3485
|
-
fill: "none",
|
|
3486
|
-
viewBox: "0 0 24 24"
|
|
3487
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3488
|
-
fill: "#D9CDF9",
|
|
3489
|
-
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
|
|
3490
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3491
|
-
fill: "#D9CDF9",
|
|
3492
|
-
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
|
|
3493
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3494
|
-
fill: "#9C7EEF",
|
|
3495
|
-
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
|
|
3496
|
-
}));
|
|
3497
|
-
|
|
3498
3494
|
const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3499
3495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3500
3496
|
width: "1em",
|
|
@@ -3616,6 +3612,7 @@ exports.GunIcon = SvgGun;
|
|
|
3616
3612
|
exports.HairIcon = SvgHair;
|
|
3617
3613
|
exports.HeadphoneIcon = SvgHeadphone;
|
|
3618
3614
|
exports.HeartIcon = SvgHeart;
|
|
3615
|
+
exports.HomeIcon = SvgHome;
|
|
3619
3616
|
exports.InfiniteIcon = SvgInfinite;
|
|
3620
3617
|
exports.InfoInCircleIcon = SvgInfoInCircle;
|
|
3621
3618
|
exports.InstagramIcon = SvgInstagram;
|
|
@@ -3734,6 +3731,5 @@ exports.WarningIcon = SvgWarning;
|
|
|
3734
3731
|
exports.WifiIcon = SvgWifi;
|
|
3735
3732
|
exports.WorkbookColorIcon = SvgWorkbookColor;
|
|
3736
3733
|
exports.WorkbookIcon = SvgWorkbook;
|
|
3737
|
-
exports.WorkbookTwoColorIcon = SvgWorkbookTwoColor;
|
|
3738
3734
|
exports.WrongIcon = SvgWrong;
|
|
3739
3735
|
exports.YoutubeIcon = SvgYoutube;
|
package/esm/Coupon.js
CHANGED
|
@@ -10,7 +10,7 @@ const SvgCoupon = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
11
|
fill: "currentColor",
|
|
12
12
|
fillRule: "evenodd",
|
|
13
|
-
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-
|
|
13
|
+
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1Zm-4 14.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
|
|
14
14
|
clipRule: "evenodd"
|
|
15
15
|
}));
|
|
16
16
|
|
package/esm/Home.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgHome = 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: "#8B95A1",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "m21.069 8.204-8.447-6.717a.998.998 0 0 0-1.244 0L2.93 8.204a2 2 0 0 0-.755 1.565v9.418a2.4 2.4 0 0 0 2.4 2.4H10v-4.752a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4.752h5.424a2.4 2.4 0 0 0 2.4-2.4V9.77a2 2 0 0 0-.755-1.565",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgHome as default };
|
package/esm/index.js
CHANGED
|
@@ -90,6 +90,7 @@ export { default as GunColorIcon } from './GunColor.js';
|
|
|
90
90
|
export { default as HairIcon } from './Hair.js';
|
|
91
91
|
export { default as HeadphoneIcon } from './Headphone.js';
|
|
92
92
|
export { default as HeartIcon } from './Heart.js';
|
|
93
|
+
export { default as HomeIcon } from './Home.js';
|
|
93
94
|
export { default as InfiniteIcon } from './Infinite.js';
|
|
94
95
|
export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
95
96
|
export { default as InstagramIcon } from './Instagram.js';
|
|
@@ -208,6 +209,5 @@ export { default as WarningIcon } from './Warning.js';
|
|
|
208
209
|
export { default as WifiIcon } from './Wifi.js';
|
|
209
210
|
export { default as WorkbookIcon } from './Workbook.js';
|
|
210
211
|
export { default as WorkbookColorIcon } from './WorkbookColor.js';
|
|
211
|
-
export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor.js';
|
|
212
212
|
export { default as WrongIcon } from './Wrong.js';
|
|
213
213
|
export { default as YoutubeIcon } from './Youtube.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.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",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "56fb0a56606f103da6c4a5135c8c2e627a3676bf"
|
|
42
42
|
}
|
package/svg/coupon.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 4H18.5L17 5L15.5 4H3.5C2.4 4 1.5 4.9 1.5 6V18C1.5 19.1 2.4 20 3.5 20H15.5L17 19L18.5 20H21.5C22.1 20 22.5 19.6 22.5 19V5C22.5 4.4 22.1 4 21.5
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 4H18.5L17 5L15.5 4H3.5C2.4 4 1.5 4.9 1.5 6V18C1.5 19.1 2.4 20 3.5 20H15.5L17 19L18.5 20H21.5C22.1 20 22.5 19.6 22.5 19V5C22.5 4.4 22.1 4 21.5 4ZM17.5 18.3H16.5V17.2H17.5V18.3ZM17.5 16H16.5V14.9H17.5V16ZM17.5 13.7H16.5V12.6H17.5V13.7ZM17.5 11.4H16.5V10.3H17.5V11.4ZM17.5 9.1H16.5V8H17.5V9.1ZM17.5 6.9H16.5V5.7H17.5V6.9Z" fill="#8D94A0"/>
|
|
3
3
|
</svg>
|
package/svg/home.svg
ADDED
|
@@ -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 fill-rule="evenodd" clip-rule="evenodd" d="M21.069 8.20401L12.622 1.48701C12.4453 1.34617 12.226 1.26947 12 1.26947C11.774 1.26947 11.5547 1.34617 11.378 1.48701L2.92999 8.20401C2.69454 8.39129 2.50437 8.62927 2.37365 8.90023C2.24293 9.1712 2.17502 9.46816 2.17499 9.76901V19.187C2.17499 19.8235 2.42784 20.434 2.87793 20.8841C3.32802 21.3342 3.93847 21.587 4.57499 21.587H9.99999V16.835C9.99999 16.5698 10.1053 16.3154 10.2929 16.1279C10.4804 15.9404 10.7348 15.835 11 15.835H13C13.2652 15.835 13.5196 15.9404 13.7071 16.1279C13.8946 16.3154 14 16.5698 14 16.835V21.587H19.424C20.0605 21.587 20.671 21.3342 21.121 20.8841C21.5711 20.434 21.824 19.8235 21.824 19.187V9.77001C21.824 9.46916 21.756 9.1722 21.6253 8.90123C21.4946 8.63027 21.3044 8.39229 21.069 8.20501" fill="#8B95A1"/>
|
|
3
|
+
</svg>
|
package/esm/WorkbookTwoColor.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgWorkbookTwoColor = 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: "#D9CDF9",
|
|
12
|
-
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
|
|
13
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill: "#D9CDF9",
|
|
15
|
-
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
-
fill: "#9C7EEF",
|
|
18
|
-
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
|
|
19
|
-
}));
|
|
20
|
-
|
|
21
|
-
export { SvgWorkbookTwoColor as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.10014 1.5C7.27162 1.5 6.59998 2.17164 6.59998 3.00016V4.41049H17.2015C18.03 4.41049 18.7017 5.08214 18.7017 5.91065V18.3768H20.1014C20.9299 18.3768 21.6016 17.7052 21.6016 16.8766V3.00016C21.6016 2.17164 20.9299 1.5 20.1014 1.5H8.10014Z" fill="#D9CDF9"/>
|
|
3
|
-
<path d="M2.5 7.12336C2.5 6.29484 3.17164 5.6232 4.00016 5.6232H16.0014C16.83 5.6232 17.5016 6.29484 17.5016 7.12336V20.9998C17.5016 21.8284 16.83 22.5 16.0014 22.5H4.00016C3.17165 22.5 2.5 21.8284 2.5 20.9998V7.12336Z" fill="#D9CDF9"/>
|
|
4
|
-
<path d="M2.5 7.12336C2.5 6.29484 3.17164 5.6232 4.00016 5.6232H4.68773V22.5H4.00016C3.17165 22.5 2.5 21.8284 2.5 20.9998V7.12336Z" fill="#9C7EEF"/>
|
|
5
|
-
<path d="M7.15044 9.3192C7.15044 8.80138 7.57022 8.3816 8.08804 8.3816H13.7136C14.2315 8.3816 14.6512 8.80138 14.6512 9.3192C14.6512 9.83702 14.2315 10.2568 13.7136 10.2568H8.08804C7.57022 10.2568 7.15044 9.83702 7.15044 9.3192Z" fill="#9C7EEF"/>
|
|
6
|
-
</svg>
|