@teamturing/icons 1.46.0 → 1.47.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/Print.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +17 -0
- package/esm/Print.js +20 -0
- package/esm/index.js +1 -0
- package/package.json +2 -2
- package/svg/print.svg +4 -0
package/dist/Print.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -164,6 +164,7 @@ export { default as PointInCircleIcon } from './PointInCircle';
|
|
|
164
164
|
export { default as PointInCircleColorIcon } from './PointInCircleColor';
|
|
165
165
|
export { default as PresentIcon } from './Present';
|
|
166
166
|
export { default as PresentColorIcon } from './PresentColor';
|
|
167
|
+
export { default as PrintIcon } from './Print';
|
|
167
168
|
export { default as ProblemIcon } from './Problem';
|
|
168
169
|
export { default as ProfileIcon } from './Profile';
|
|
169
170
|
export { default as ProgressGradientIcon } from './ProgressGradient';
|
package/dist/index.js
CHANGED
|
@@ -2659,6 +2659,22 @@ const SvgPresentColor = props => /*#__PURE__*/React__namespace.createElement("sv
|
|
|
2659
2659
|
clipRule: "evenodd"
|
|
2660
2660
|
}));
|
|
2661
2661
|
|
|
2662
|
+
const SvgPrint = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2663
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2664
|
+
width: "1em",
|
|
2665
|
+
height: "1em",
|
|
2666
|
+
fill: "none",
|
|
2667
|
+
viewBox: "0 0 24 24"
|
|
2668
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2669
|
+
fill: "currentColor",
|
|
2670
|
+
fillRule: "evenodd",
|
|
2671
|
+
d: "M20.59 7.43a1.92 1.92 0 0 1 1.91 1.91v6.68a1.91 1.91 0 0 1-1.91 1.91H17.8V20a2.2 2.2 0 0 1-2.2 2.2H8.4A2.2 2.2 0 0 1 6.2 20v-2.07H3.41a1.91 1.91 0 0 1-1.91-1.91V9.34a1.92 1.92 0 0 1 1.91-1.91h17.18ZM8.4 15a.2.2 0 0 0-.2.2V20c0 .11.09.2.2.2h7.2a.2.2 0 0 0 .2-.2v-4.8a.2.2 0 0 0-.2-.2H8.4Zm8.056-1.827a2.203 2.203 0 0 1-.201-.074l.201.074Z",
|
|
2672
|
+
clipRule: "evenodd"
|
|
2673
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2674
|
+
fill: "currentColor",
|
|
2675
|
+
d: "M16.8 2H7.2A1.2 1.2 0 0 0 6 3.2v2.4a1.2 1.2 0 0 0 1.2 1.2h9.6A1.2 1.2 0 0 0 18 5.6V3.2A1.2 1.2 0 0 0 16.8 2Z"
|
|
2676
|
+
}));
|
|
2677
|
+
|
|
2662
2678
|
const SvgProblem = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2663
2679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2664
2680
|
width: "1em",
|
|
@@ -3854,6 +3870,7 @@ exports.PointInCircleColorIcon = SvgPointInCircleColor;
|
|
|
3854
3870
|
exports.PointInCircleIcon = SvgPointInCircle;
|
|
3855
3871
|
exports.PresentColorIcon = SvgPresentColor;
|
|
3856
3872
|
exports.PresentIcon = SvgPresent;
|
|
3873
|
+
exports.PrintIcon = SvgPrint;
|
|
3857
3874
|
exports.ProblemIcon = SvgProblem;
|
|
3858
3875
|
exports.ProfileIcon = SvgProfile;
|
|
3859
3876
|
exports.ProgressGradientIcon = SvgProgressGradient;
|
package/esm/Print.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPrint = 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: "M20.59 7.43a1.92 1.92 0 0 1 1.91 1.91v6.68a1.91 1.91 0 0 1-1.91 1.91H17.8V20a2.2 2.2 0 0 1-2.2 2.2H8.4A2.2 2.2 0 0 1 6.2 20v-2.07H3.41a1.91 1.91 0 0 1-1.91-1.91V9.34a1.92 1.92 0 0 1 1.91-1.91h17.18ZM8.4 15a.2.2 0 0 0-.2.2V20c0 .11.09.2.2.2h7.2a.2.2 0 0 0 .2-.2v-4.8a.2.2 0 0 0-.2-.2H8.4Zm8.056-1.827a2.203 2.203 0 0 1-.201-.074l.201.074Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M16.8 2H7.2A1.2 1.2 0 0 0 6 3.2v2.4a1.2 1.2 0 0 0 1.2 1.2h9.6A1.2 1.2 0 0 0 18 5.6V3.2A1.2 1.2 0 0 0 16.8 2Z"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgPrint as default };
|
package/esm/index.js
CHANGED
|
@@ -164,6 +164,7 @@ export { default as PointInCircleIcon } from './PointInCircle.js';
|
|
|
164
164
|
export { default as PointInCircleColorIcon } from './PointInCircleColor.js';
|
|
165
165
|
export { default as PresentIcon } from './Present.js';
|
|
166
166
|
export { default as PresentColorIcon } from './PresentColor.js';
|
|
167
|
+
export { default as PrintIcon } from './Print.js';
|
|
167
168
|
export { default as ProblemIcon } from './Problem.js';
|
|
168
169
|
export { default as ProfileIcon } from './Profile.js';
|
|
169
170
|
export { default as ProgressGradientIcon } from './ProgressGradient.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.47.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": "0742fd7257c18f448ebb670bc1ef19ac4dc2b9dd"
|
|
42
42
|
}
|
package/svg/print.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
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="M20.5898 7.42969C21.0956 7.43231 21.5799 7.63462 21.9375 7.99219C22.2951 8.34981 22.4974 8.8341 22.5 9.33984V16.0195C22.5 16.5261 22.2986 17.0119 21.9404 17.3701C21.5822 17.7283 21.0964 17.9297 20.5898 17.9297H17.7998V20C17.7998 21.2148 16.8153 22.1999 15.6006 22.2002H8.40039C7.18536 22.2002 6.2002 21.215 6.2002 20V17.9297H3.41016C2.90359 17.9297 2.41776 17.7283 2.05957 17.3701C1.70143 17.0119 1.5 16.5261 1.5 16.0195V9.33984C1.50263 8.8341 1.70488 8.34981 2.0625 7.99219C2.42012 7.63462 2.90445 7.43231 3.41016 7.42969H20.5898ZM8.40039 15C8.28993 15 8.2002 15.0897 8.2002 15.2002V20C8.2002 20.1105 8.28994 20.2002 8.40039 20.2002H15.6006C15.7108 20.1999 15.7998 20.1102 15.7998 20V15.2002C15.7998 15.0899 15.7107 15.0003 15.6006 15H8.40039ZM16.4561 13.1729C16.7193 13.2842 16.9562 13.4454 17.1553 13.6445C16.9066 13.3959 16.599 13.2058 16.2549 13.0986L16.4561 13.1729Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M16.8 2H7.2C6.53726 2 6 2.53726 6 3.2V5.6C6 6.26274 6.53726 6.8 7.2 6.8H16.8C17.4627 6.8 18 6.26274 18 5.6V3.2C18 2.53726 17.4627 2 16.8 2Z" fill="#8D94A0"/>
|
|
4
|
+
</svg>
|