@teamturing/icons 1.73.0 → 1.73.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/index.js +1 -1
- package/esm/Diamond.js +1 -1
- package/package.json +2 -2
- package/svg/diamond.svg +1 -1
package/dist/index.js
CHANGED
|
@@ -1489,7 +1489,7 @@ const SvgDiamond = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
1489
1489
|
viewBox: "0 0 24 24"
|
|
1490
1490
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1491
1491
|
fill: "currentColor",
|
|
1492
|
-
d: "
|
|
1492
|
+
d: "M9.86 1.886a3.026 3.026 0 0 1 4.28 0l7.974 7.974a3.026 3.026 0 0 1 0 4.28l-7.974 7.974a3.026 3.026 0 0 1-4.28 0L1.886 14.14a3.026 3.026 0 0 1 0-4.28L9.86 1.886Zm2.761 1.518a.88.88 0 0 0-1.242 0L3.404 11.38a.88.88 0 0 0 0 1.242l7.975 7.975a.88.88 0 0 0 1.242 0l7.975-7.975a.88.88 0 0 0 0-1.242L12.62 3.404Z"
|
|
1493
1493
|
}));
|
|
1494
1494
|
|
|
1495
1495
|
const SvgDocument = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
package/esm/Diamond.js
CHANGED
|
@@ -9,7 +9,7 @@ const SvgDiamond = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
|
9
9
|
viewBox: "0 0 24 24"
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
11
|
fill: "currentColor",
|
|
12
|
-
d: "
|
|
12
|
+
d: "M9.86 1.886a3.026 3.026 0 0 1 4.28 0l7.974 7.974a3.026 3.026 0 0 1 0 4.28l-7.974 7.974a3.026 3.026 0 0 1-4.28 0L1.886 14.14a3.026 3.026 0 0 1 0-4.28L9.86 1.886Zm2.761 1.518a.88.88 0 0 0-1.242 0L3.404 11.38a.88.88 0 0 0 0 1.242l7.975 7.975a.88.88 0 0 0 1.242 0l7.975-7.975a.88.88 0 0 0 0-1.242L12.62 3.404Z"
|
|
13
13
|
}));
|
|
14
14
|
|
|
15
15
|
export { SvgDiamond as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.73.
|
|
3
|
+
"version": "1.73.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",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^18.2.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "224e16d81f6eadc1fb028ee5c875c42f5d23f325"
|
|
44
44
|
}
|
package/svg/diamond.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 d="
|
|
2
|
+
<path d="M9.86038 1.88612C11.0419 0.704628 12.9581 0.704627 14.1396 1.88612L22.1139 9.86038C23.2954 11.0419 23.2954 12.9581 22.1139 14.1396L14.1396 22.1139C12.9581 23.2954 11.0419 23.2954 9.86038 22.1139L1.88612 14.1396C0.704628 12.9581 0.704627 11.0419 1.88612 9.86038L9.86038 1.88612ZM12.6214 3.40434C12.2784 3.06133 11.7216 3.06133 11.3786 3.40434L3.40434 11.3786C3.06133 11.7216 3.06133 12.2784 3.40434 12.6214L11.3786 20.5957C11.7216 20.9387 12.2784 20.9387 12.6214 20.5957L20.5957 12.6214C20.9387 12.2784 20.9387 11.7216 20.5957 11.3786L12.6214 3.40434Z" fill="#8D94A0"/>
|
|
3
3
|
</svg>
|