@teamturing/icons 1.44.1 → 1.45.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/AInCircleFilled.d.ts +3 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -7
- package/esm/{AInCircleColor.js → AInCircleFilled.js} +8 -7
- package/esm/index.js +1 -1
- package/package.json +2 -2
- package/svg/a_in_circle_filled.svg +6 -0
- package/dist/AInCircleColor.d.ts +0 -3
- package/svg/a_in_circle_color.svg +0 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as AInCircleFilledIcon } from './AInCircleFilled';
|
|
2
2
|
export { default as AiIcon } from './Ai';
|
|
3
3
|
export { default as AiColorIcon } from './AiColor';
|
|
4
4
|
export { default as AiSadIcon } from './AiSad';
|
package/dist/index.js
CHANGED
|
@@ -36,21 +36,22 @@ function _extends() {
|
|
|
36
36
|
return _extends.apply(this, arguments);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
const
|
|
39
|
+
const SvgAInCircleFilled = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
40
40
|
xmlns: "http://www.w3.org/2000/svg",
|
|
41
41
|
width: "1em",
|
|
42
42
|
height: "1em",
|
|
43
43
|
fill: "none",
|
|
44
44
|
viewBox: "0 0 24 24"
|
|
45
|
-
}, props), /*#__PURE__*/React__namespace.createElement("
|
|
46
|
-
fill: "
|
|
45
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
46
|
+
fill: "currentColor"
|
|
47
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
47
48
|
fillRule: "evenodd",
|
|
48
49
|
d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
|
|
49
|
-
clipRule: "evenodd"
|
|
50
|
+
clipRule: "evenodd",
|
|
51
|
+
opacity: 0.4
|
|
50
52
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
51
|
-
fill: "#4880EE",
|
|
52
53
|
d: "M8.431 17.573c.516 0 .971-.335 1.125-.827l.582-1.866h4.04l.583 1.87a1.172 1.172 0 1 0 2.23-.716l-2.879-8.72a2.06 2.06 0 0 0-3.91-.003l-2.889 8.713a1.178 1.178 0 0 0 1.118 1.549Zm2.293-4.58 1.395-4.465h.077l1.395 4.466h-2.867Z"
|
|
53
|
-
}));
|
|
54
|
+
})));
|
|
54
55
|
|
|
55
56
|
const SvgAi = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
56
57
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3669,7 +3670,7 @@ const SvgYoutube = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
3669
3670
|
clipRule: "evenodd"
|
|
3670
3671
|
}));
|
|
3671
3672
|
|
|
3672
|
-
exports.
|
|
3673
|
+
exports.AInCircleFilledIcon = SvgAInCircleFilled;
|
|
3673
3674
|
exports.AiColorIcon = SvgAiColor;
|
|
3674
3675
|
exports.AiIcon = SvgAi;
|
|
3675
3676
|
exports.AiSadIcon = SvgAiSad;
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const SvgAInCircleFilled = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
width: "1em",
|
|
7
7
|
height: "1em",
|
|
8
8
|
fill: "none",
|
|
9
9
|
viewBox: "0 0 24 24"
|
|
10
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
11
|
-
fill: "
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
11
|
+
fill: "currentColor"
|
|
12
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
12
13
|
fillRule: "evenodd",
|
|
13
14
|
d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
|
|
14
|
-
clipRule: "evenodd"
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
opacity: 0.4
|
|
15
17
|
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
-
fill: "#4880EE",
|
|
17
18
|
d: "M8.431 17.573c.516 0 .971-.335 1.125-.827l.582-1.866h4.04l.583 1.87a1.172 1.172 0 1 0 2.23-.716l-2.879-8.72a2.06 2.06 0 0 0-3.91-.003l-2.889 8.713a1.178 1.178 0 0 0 1.118 1.549Zm2.293-4.58 1.395-4.465h.077l1.395 4.466h-2.867Z"
|
|
18
|
-
}));
|
|
19
|
+
})));
|
|
19
20
|
|
|
20
|
-
export {
|
|
21
|
+
export { SvgAInCircleFilled as default };
|
package/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as AInCircleFilledIcon } from './AInCircleFilled.js';
|
|
2
2
|
export { default as AiIcon } from './Ai.js';
|
|
3
3
|
export { default as AiColorIcon } from './AiColor.js';
|
|
4
4
|
export { default as AiSadIcon } from './AiSad.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.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": "d446dc2e287d9dc77d44869c5668de52ec7ed3d6"
|
|
42
42
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="ic/eng">
|
|
3
|
+
<path id="Exclude" opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1C18.075 1 23 5.925 23 12C23 18.075 18.075 23 12 23C5.925 23 1 18.075 1 12ZM9.55557 16.7458C9.40204 17.2377 8.94654 17.5728 8.4312 17.5728C7.62804 17.5728 7.06044 16.7866 7.31318 16.0242L10.2018 7.31137C10.4811 6.4688 11.2689 5.90002 12.1566 5.90002C13.0451 5.90002 13.8335 6.46994 14.1121 7.3137L16.9916 16.0339C17.2419 16.7919 16.6774 17.5728 15.8792 17.5728C15.3666 17.5728 14.9135 17.2395 14.7608 16.7502L14.1772 14.8803H10.1378L9.55557 16.7458ZM12.119 8.528L10.7236 12.9939H13.5914L12.196 8.528H12.119Z" fill="#8D94A0"/>
|
|
4
|
+
<path id="A" d="M8.4312 17.5728C8.94654 17.5728 9.40204 17.2377 9.55557 16.7458L10.1378 14.8803H14.1772L14.7608 16.7502C14.9135 17.2395 15.3666 17.5728 15.8792 17.5728C16.6774 17.5728 17.2419 16.7919 16.9916 16.0339L14.1121 7.3137C13.8335 6.46994 13.0451 5.90002 12.1566 5.90002C11.2689 5.90002 10.4811 6.4688 10.2018 7.31137L7.31318 16.0242C7.06044 16.7866 7.62804 17.5728 8.4312 17.5728ZM10.7236 12.9939L12.119 8.528H12.196L13.5914 12.9939H10.7236Z" fill="#8D94A0"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
package/dist/AInCircleColor.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
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="M1 12C1 5.925 5.925 1 12 1C18.075 1 23 5.925 23 12C23 18.075 18.075 23 12 23C5.925 23 1 18.075 1 12ZM9.55557 16.7458C9.40204 17.2377 8.94654 17.5728 8.4312 17.5728C7.62804 17.5728 7.06044 16.7866 7.31318 16.0242L10.2018 7.31137C10.4811 6.4688 11.2689 5.90002 12.1566 5.90002C13.0451 5.90002 13.8335 6.46994 14.1121 7.3137L16.9916 16.0339C17.2419 16.7919 16.6774 17.5728 15.8792 17.5728C15.3666 17.5728 14.9135 17.2395 14.7608 16.7502L14.1772 14.8803H10.1378L9.55557 16.7458ZM12.119 8.528L10.7236 12.9939H13.5914L12.196 8.528H12.119Z" fill="#BACEF8"/>
|
|
3
|
-
<path d="M8.4312 17.5728C8.94654 17.5728 9.40204 17.2377 9.55557 16.7458L10.1378 14.8803H14.1772L14.7608 16.7502C14.9135 17.2395 15.3666 17.5728 15.8792 17.5728C16.6774 17.5728 17.2419 16.7919 16.9916 16.0339L14.1121 7.3137C13.8335 6.46994 13.0451 5.90002 12.1566 5.90002C11.2689 5.90002 10.4811 6.4688 10.2018 7.31137L7.31318 16.0242C7.06044 16.7866 7.62804 17.5728 8.4312 17.5728ZM10.7236 12.9939L12.119 8.528H12.196L13.5914 12.9939H10.7236Z" fill="#4880EE"/>
|
|
4
|
-
</svg>
|