@teamturing/icons 1.24.0 → 1.25.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.d.ts +1 -0
- package/dist/index.js +20 -0
- package/esm/AiColor.js +23 -0
- package/esm/index.js +1 -0
- package/package.json +3 -3
- package/dist/Icons/ic/AiColor.d.ts +0 -3
- package/dist/Icons/ic/index.d.ts +0 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -55,6 +55,25 @@ const SvgAi = props => /*#__PURE__*/React__namespace.createElement("svg", _exten
|
|
|
55
55
|
d: "M20.776 11.938c0-.434.351-.785.784-.785h.087c1.3 0 2.353 1.054 2.353 2.353v1.282c0 1.3-1.053 2.352-2.353 2.352h-.087a.784.784 0 0 1-.784-.784v-4.419Z"
|
|
56
56
|
}));
|
|
57
57
|
|
|
58
|
+
const SvgAiColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
59
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
60
|
+
width: "1em",
|
|
61
|
+
height: "1em",
|
|
62
|
+
fill: "none",
|
|
63
|
+
viewBox: "0 0 32 32"
|
|
64
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
65
|
+
fill: "#9C7EEF",
|
|
66
|
+
d: "M9.332 12h13.333v13.333H9.332zM4.299 15.917c0-.578-.469-1.046-1.046-1.046h-.116A3.137 3.137 0 0 0 0 18.008v1.71a3.137 3.137 0 0 0 3.137 3.136h.116c.577 0 1.046-.468 1.046-1.046v-5.891Z"
|
|
67
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
68
|
+
fill: "#D9CDF9",
|
|
69
|
+
fillRule: "evenodd",
|
|
70
|
+
d: "M18.455 5.216a2.15 2.15 0 0 1-1.587 2.075v.687h4.407a5.167 5.167 0 0 1 5.167 5.167V23.69a5.167 5.167 0 0 1-5.167 5.167H10.73a5.167 5.167 0 0 1-5.167-5.167V13.145a5.167 5.167 0 0 1 5.167-5.167h4.296V7.26a2.15 2.15 0 0 1 .666-4.193h.614a2.15 2.15 0 0 1 2.15 2.149Zm.908 11.112c0-.89-.505-1.612-1.127-1.612s-1.126.722-1.126 1.612c0 .89.504 1.613 1.126 1.613.622 0 1.127-.722 1.127-1.613Zm-4.358.003c0-.89-.504-1.61-1.126-1.61-.622 0-1.126.72-1.126 1.61 0 .889.504 1.61 1.126 1.61.622 0 1.126-.72 1.126-1.61Zm-1.157 4.086a.87.87 0 0 0-1.358 1.087c1.48 1.849 4.828 2.613 7.048.022a.87.87 0 0 0-1.32-1.131c-1.385 1.616-3.446 1.178-4.37.022Z",
|
|
71
|
+
clipRule: "evenodd"
|
|
72
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
73
|
+
fill: "#9C7EEF",
|
|
74
|
+
d: "M27.701 15.917c0-.578.469-1.046 1.046-1.046h.116A3.137 3.137 0 0 1 32 18.008v1.71a3.137 3.137 0 0 1-3.137 3.136h-.116a1.046 1.046 0 0 1-1.046-1.046v-5.891Z"
|
|
75
|
+
}));
|
|
76
|
+
|
|
58
77
|
const SvgAiSad = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
59
78
|
xmlns: "http://www.w3.org/2000/svg",
|
|
60
79
|
width: "1em",
|
|
@@ -3274,6 +3293,7 @@ const SvgYoutube = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
3274
3293
|
clipRule: "evenodd"
|
|
3275
3294
|
}));
|
|
3276
3295
|
|
|
3296
|
+
exports.AiColorIcon = SvgAiColor;
|
|
3277
3297
|
exports.AiIcon = SvgAi;
|
|
3278
3298
|
exports.AiSadIcon = SvgAiSad;
|
|
3279
3299
|
exports.AimPointIcon = SvgAimPoint;
|
package/esm/AiColor.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgAiColor = 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 32 32"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#9C7EEF",
|
|
12
|
+
d: "M9.332 12h13.333v13.333H9.332zM4.299 15.917c0-.578-.469-1.046-1.046-1.046h-.116A3.137 3.137 0 0 0 0 18.008v1.71a3.137 3.137 0 0 0 3.137 3.136h.116c.577 0 1.046-.468 1.046-1.046v-5.891Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#D9CDF9",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M18.455 5.216a2.15 2.15 0 0 1-1.587 2.075v.687h4.407a5.167 5.167 0 0 1 5.167 5.167V23.69a5.167 5.167 0 0 1-5.167 5.167H10.73a5.167 5.167 0 0 1-5.167-5.167V13.145a5.167 5.167 0 0 1 5.167-5.167h4.296V7.26a2.15 2.15 0 0 1 .666-4.193h.614a2.15 2.15 0 0 1 2.15 2.149Zm.908 11.112c0-.89-.505-1.612-1.127-1.612s-1.126.722-1.126 1.612c0 .89.504 1.613 1.126 1.613.622 0 1.127-.722 1.127-1.613Zm-4.358.003c0-.89-.504-1.61-1.126-1.61-.622 0-1.126.72-1.126 1.61 0 .889.504 1.61 1.126 1.61.622 0 1.126-.72 1.126-1.61Zm-1.157 4.086a.87.87 0 0 0-1.358 1.087c1.48 1.849 4.828 2.613 7.048.022a.87.87 0 0 0-1.32-1.131c-1.385 1.616-3.446 1.178-4.37.022Z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#9C7EEF",
|
|
20
|
+
d: "M27.701 15.917c0-.578.469-1.046 1.046-1.046h.116A3.137 3.137 0 0 1 32 18.008v1.71a3.137 3.137 0 0 1-3.137 3.136h-.116a1.046 1.046 0 0 1-1.046-1.046v-5.891Z"
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
export { SvgAiColor as default };
|
package/esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.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",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@svgr/cli": "^8.0.1",
|
|
34
34
|
"@svgr/rollup": "^8.0.1",
|
|
35
|
-
"@types/react": "^18.2.
|
|
35
|
+
"@types/react": "^18.2.48",
|
|
36
36
|
"react": "^18.2.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "91794107b5ac4ddb9f97ef490294973b200891cf"
|
|
42
42
|
}
|
package/dist/Icons/ic/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as AiColorIcon } from './AiColor';
|