@teamturing/icons 1.29.1 → 1.30.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/PaperPen.d.ts +3 -0
- package/dist/PaperPenColor.d.ts +3 -0
- package/dist/PaperTwo.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +71 -0
- package/esm/PaperPen.js +31 -0
- package/esm/PaperPenColor.js +31 -0
- package/esm/PaperTwo.js +18 -0
- package/esm/index.js +3 -0
- package/package.json +2 -2
- package/svg/paper_pen.svg +11 -0
- package/svg/paper_pen_color.svg +11 -0
- package/svg/paper_two.svg +4 -0
package/dist/index.d.ts
CHANGED
|
@@ -133,6 +133,9 @@ export { default as NumberTwoOutlinedIcon } from './NumberTwoOutlined';
|
|
|
133
133
|
export { default as OutIcon } from './Out';
|
|
134
134
|
export { default as PalmTreeColorIcon } from './PalmTreeColor';
|
|
135
135
|
export { default as PaperCheckIcon } from './PaperCheck';
|
|
136
|
+
export { default as PaperPenIcon } from './PaperPen';
|
|
137
|
+
export { default as PaperPenColorIcon } from './PaperPenColor';
|
|
138
|
+
export { default as PaperTwoIcon } from './PaperTwo';
|
|
136
139
|
export { default as PauseIcon } from './Pause';
|
|
137
140
|
export { default as PenIcon } from './Pen';
|
|
138
141
|
export { default as PercentInCircleIcon } from './PercentInCircle';
|
package/dist/index.js
CHANGED
|
@@ -2132,6 +2132,74 @@ const SvgPaperCheck = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
2132
2132
|
d: "M15.766 16.327H31.44V32H15.766z"
|
|
2133
2133
|
}))));
|
|
2134
2134
|
|
|
2135
|
+
const SvgPaperPen = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2137
|
+
width: "1em",
|
|
2138
|
+
height: "1em",
|
|
2139
|
+
fill: "none",
|
|
2140
|
+
viewBox: "0 0 24 24"
|
|
2141
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2142
|
+
fill: "currentColor",
|
|
2143
|
+
clipPath: "url(#paper_pen_svg__a)"
|
|
2144
|
+
}, /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2145
|
+
width: 16.457,
|
|
2146
|
+
height: 20.197,
|
|
2147
|
+
x: 3.5,
|
|
2148
|
+
y: 1.645,
|
|
2149
|
+
opacity: 0.6,
|
|
2150
|
+
rx: 1.175
|
|
2151
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2152
|
+
fillRule: "evenodd",
|
|
2153
|
+
d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
|
|
2154
|
+
clipRule: "evenodd"
|
|
2155
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2156
|
+
id: "paper_pen_svg__a"
|
|
2157
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2158
|
+
fill: "#fff",
|
|
2159
|
+
d: "M0 0h24v24H0z"
|
|
2160
|
+
}))));
|
|
2161
|
+
|
|
2162
|
+
const SvgPaperPenColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2163
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2164
|
+
width: "1em",
|
|
2165
|
+
height: "1em",
|
|
2166
|
+
fill: "none",
|
|
2167
|
+
viewBox: "0 0 24 24"
|
|
2168
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2169
|
+
clipPath: "url(#paper_pen_color_svg__a)"
|
|
2170
|
+
}, /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2171
|
+
width: 16.457,
|
|
2172
|
+
height: 20.197,
|
|
2173
|
+
x: 3.5,
|
|
2174
|
+
y: 1.645,
|
|
2175
|
+
fill: "#C6D8FA",
|
|
2176
|
+
rx: 1.175
|
|
2177
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2178
|
+
fill: "#6D99F1",
|
|
2179
|
+
fillRule: "evenodd",
|
|
2180
|
+
d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
|
|
2181
|
+
clipRule: "evenodd"
|
|
2182
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2183
|
+
id: "paper_pen_color_svg__a"
|
|
2184
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2185
|
+
fill: "#fff",
|
|
2186
|
+
d: "M0 0h24v24H0z"
|
|
2187
|
+
}))));
|
|
2188
|
+
|
|
2189
|
+
const SvgPaperTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2190
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2191
|
+
width: "1em",
|
|
2192
|
+
height: "1em",
|
|
2193
|
+
fill: "none",
|
|
2194
|
+
viewBox: "0 0 24 24"
|
|
2195
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2196
|
+
fill: "currentColor",
|
|
2197
|
+
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41H17.2a1.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.5H8.1Z"
|
|
2198
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2199
|
+
fill: "currentColor",
|
|
2200
|
+
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"
|
|
2201
|
+
}));
|
|
2202
|
+
|
|
2135
2203
|
const SvgPause = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2136
2204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2137
2205
|
width: "1em",
|
|
@@ -3508,6 +3576,9 @@ exports.NumberTwoOutlinedIcon = SvgNumberTwoOutlined;
|
|
|
3508
3576
|
exports.OutIcon = SvgOut;
|
|
3509
3577
|
exports.PalmTreeColorIcon = SvgPalmTreeColor;
|
|
3510
3578
|
exports.PaperCheckIcon = SvgPaperCheck;
|
|
3579
|
+
exports.PaperPenColorIcon = SvgPaperPenColor;
|
|
3580
|
+
exports.PaperPenIcon = SvgPaperPen;
|
|
3581
|
+
exports.PaperTwoIcon = SvgPaperTwo;
|
|
3511
3582
|
exports.PauseIcon = SvgPause;
|
|
3512
3583
|
exports.PenIcon = SvgPen;
|
|
3513
3584
|
exports.PercentInCircleIcon = SvgPercentInCircle;
|
package/esm/PaperPen.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPaperPen = 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("g", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
clipPath: "url(#paper_pen_svg__a)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
14
|
+
width: 16.457,
|
|
15
|
+
height: 20.197,
|
|
16
|
+
x: 3.5,
|
|
17
|
+
y: 1.645,
|
|
18
|
+
opacity: 0.6,
|
|
19
|
+
rx: 1.175
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
|
|
23
|
+
clipRule: "evenodd"
|
|
24
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
25
|
+
id: "paper_pen_svg__a"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
fill: "#fff",
|
|
28
|
+
d: "M0 0h24v24H0z"
|
|
29
|
+
}))));
|
|
30
|
+
|
|
31
|
+
export { SvgPaperPen as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPaperPenColor = 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("g", {
|
|
11
|
+
clipPath: "url(#paper_pen_color_svg__a)"
|
|
12
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
13
|
+
width: 16.457,
|
|
14
|
+
height: 20.197,
|
|
15
|
+
x: 3.5,
|
|
16
|
+
y: 1.645,
|
|
17
|
+
fill: "#C6D8FA",
|
|
18
|
+
rx: 1.175
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "#6D99F1",
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
|
|
23
|
+
clipRule: "evenodd"
|
|
24
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
25
|
+
id: "paper_pen_color_svg__a"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
fill: "#fff",
|
|
28
|
+
d: "M0 0h24v24H0z"
|
|
29
|
+
}))));
|
|
30
|
+
|
|
31
|
+
export { SvgPaperPenColor as default };
|
package/esm/PaperTwo.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPaperTwo = 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: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41H17.2a1.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.5H8.1Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
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
|
+
}));
|
|
17
|
+
|
|
18
|
+
export { SvgPaperTwo as default };
|
package/esm/index.js
CHANGED
|
@@ -133,6 +133,9 @@ export { default as NumberTwoOutlinedIcon } from './NumberTwoOutlined.js';
|
|
|
133
133
|
export { default as OutIcon } from './Out.js';
|
|
134
134
|
export { default as PalmTreeColorIcon } from './PalmTreeColor.js';
|
|
135
135
|
export { default as PaperCheckIcon } from './PaperCheck.js';
|
|
136
|
+
export { default as PaperPenIcon } from './PaperPen.js';
|
|
137
|
+
export { default as PaperPenColorIcon } from './PaperPenColor.js';
|
|
138
|
+
export { default as PaperTwoIcon } from './PaperTwo.js';
|
|
136
139
|
export { default as PauseIcon } from './Pause.js';
|
|
137
140
|
export { default as PenIcon } from './Pen.js';
|
|
138
141
|
export { default as PercentInCircleIcon } from './PercentInCircle.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.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": "a14bdd4f7702bf1b60cb049a9b07e512d54c9dc9"
|
|
42
42
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_15925_2859)">
|
|
3
|
+
<rect opacity="0.6" x="3.5" y="1.64453" width="16.4568" height="20.1969" rx="1.17548" fill="#8D94A0"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.205 11.8899L14.9663 16.1286L14.3882 18.2849L14.0079 19.7054C13.9973 19.7451 13.9974 19.7869 14.008 19.8266C14.0187 19.8662 14.0396 19.9024 14.0686 19.9314C14.0977 19.9605 14.1338 19.9814 14.1735 19.992C14.2132 20.0027 14.2549 20.0027 14.2946 19.9922L15.7142 19.6114L17.871 19.0333L22.1102 14.7946L19.205 11.8899ZM23.8629 12.381L21.6195 10.1372C21.5761 10.0937 21.5246 10.0592 21.4678 10.0357C21.4111 10.0122 21.3503 10.0001 21.2888 10.0001C21.2274 10.0001 21.1666 10.0122 21.1098 10.0357C21.0531 10.0592 21.0015 10.0937 20.9581 10.1372L19.8005 11.2944L22.7056 14.1996L23.8629 13.0419C23.9063 12.9985 23.9408 12.947 23.9644 12.8902C23.9879 12.8335 24 12.7727 24 12.7112C24 12.6498 23.9879 12.589 23.9644 12.5322C23.9408 12.4755 23.9063 12.4244 23.8629 12.381Z" fill="#8D94A0"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_15925_2859">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_15924_2460)">
|
|
3
|
+
<rect x="3.5" y="1.64453" width="16.4568" height="20.1969" rx="1.17548" fill="#C6D8FA"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.205 11.8899L14.9663 16.1286L14.3882 18.2849L14.0079 19.7054C13.9973 19.7451 13.9974 19.7869 14.008 19.8266C14.0187 19.8662 14.0396 19.9024 14.0686 19.9314C14.0977 19.9605 14.1338 19.9814 14.1735 19.992C14.2132 20.0027 14.2549 20.0027 14.2946 19.9922L15.7142 19.6114L17.871 19.0333L22.1102 14.7946L19.205 11.8899ZM23.8629 12.381L21.6195 10.1372C21.5761 10.0937 21.5246 10.0592 21.4678 10.0357C21.4111 10.0122 21.3503 10.0001 21.2888 10.0001C21.2274 10.0001 21.1666 10.0122 21.1098 10.0357C21.0531 10.0592 21.0015 10.0937 20.9581 10.1372L19.8005 11.2944L22.7056 14.1996L23.8629 13.0419C23.9063 12.9985 23.9408 12.947 23.9644 12.8902C23.9879 12.8335 24 12.7727 24 12.7112C24 12.6498 23.9879 12.589 23.9644 12.5322C23.9408 12.4755 23.9063 12.4244 23.8629 12.381Z" fill="#6D99F1"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_15924_2460">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -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 d="M8.10001 1.5C7.2715 1.5 6.59985 2.17164 6.59985 3.00016V4.41049H17.2014C18.0299 4.41049 18.7016 5.08214 18.7016 5.91065V18.3768H20.1013C20.9298 18.3768 21.6015 17.7052 21.6015 16.8766V3.00016C21.6015 2.17164 20.9298 1.5 20.1013 1.5H8.10001Z" fill="#8D94A0"/>
|
|
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="#8D94A0"/>
|
|
4
|
+
</svg>
|