@teamturing/icons 1.34.0 → 1.35.1
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 -0
- package/dist/index.js +14 -0
- package/esm/Home.js +17 -0
- package/esm/index.js +1 -0
- package/package.json +2 -2
- package/svg/home.svg +3 -0
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';
|
package/dist/index.js
CHANGED
|
@@ -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: "currentColor",
|
|
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",
|
|
@@ -3599,6 +3612,7 @@ exports.GunIcon = SvgGun;
|
|
|
3599
3612
|
exports.HairIcon = SvgHair;
|
|
3600
3613
|
exports.HeadphoneIcon = SvgHeadphone;
|
|
3601
3614
|
exports.HeartIcon = SvgHeart;
|
|
3615
|
+
exports.HomeIcon = SvgHome;
|
|
3602
3616
|
exports.InfiniteIcon = SvgInfinite;
|
|
3603
3617
|
exports.InfoInCircleIcon = SvgInfoInCircle;
|
|
3604
3618
|
exports.InstagramIcon = SvgInstagram;
|
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: "currentColor",
|
|
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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.1",
|
|
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": "0a4ebe64dcc685358610a6014eb6702ba7872e6f"
|
|
42
42
|
}
|
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="#8D94A0"/>
|
|
3
|
+
</svg>
|