@teamturing/icons 1.31.0 → 1.32.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/Enter.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +14 -0
- package/esm/Enter.js +17 -0
- package/esm/index.js +1 -0
- package/package.json +2 -2
- package/svg/enter.svg +3 -0
package/dist/Enter.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export { default as EmojiIcon } from './Emoji';
|
|
|
68
68
|
export { default as EmojiPlusIcon } from './EmojiPlus';
|
|
69
69
|
export { default as EmojiPlusDashIcon } from './EmojiPlusDash';
|
|
70
70
|
export { default as EngIcon } from './Eng';
|
|
71
|
+
export { default as EnterIcon } from './Enter';
|
|
71
72
|
export { default as EqualIcon } from './Equal';
|
|
72
73
|
export { default as EraserIcon } from './Eraser';
|
|
73
74
|
export { default as ExclamationPointInCircleIcon } from './ExclamationPointInCircle';
|
package/dist/index.js
CHANGED
|
@@ -1131,6 +1131,19 @@ const SvgEng = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
|
|
|
1131
1131
|
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"
|
|
1132
1132
|
}));
|
|
1133
1133
|
|
|
1134
|
+
const SvgEnter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1135
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1136
|
+
width: "1em",
|
|
1137
|
+
height: "1em",
|
|
1138
|
+
fill: "none",
|
|
1139
|
+
viewBox: "0 0 24 24"
|
|
1140
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1141
|
+
fill: "currentColor",
|
|
1142
|
+
fillRule: "evenodd",
|
|
1143
|
+
d: "M5.657 4.286A2.914 2.914 0 0 1 8.572 1.37H18a2.914 2.914 0 0 1 2.914 2.915v15.428A2.914 2.914 0 0 1 18 22.63H8.572a2.914 2.914 0 0 1-2.915-2.915v-2.143a1.2 1.2 0 0 1 2.4 0v2.143c0 .284.23.515.515.515H18c.284 0 .514-.23.514-.515V4.286A.514.514 0 0 0 18 3.77H8.572a.514.514 0 0 0-.515.515v2.143a1.2 1.2 0 0 1-2.4 0V4.286ZM2.23 12.429a1.2 1.2 0 0 1 1.2-1.2h6.82l-.874-1.02a1.2 1.2 0 1 1 1.822-1.561l2.571 3a1.2 1.2 0 0 1 0 1.562l-2.571 3a1.2 1.2 0 1 1-1.822-1.562l.873-1.02h-6.82a1.2 1.2 0 0 1-1.2-1.2Z",
|
|
1144
|
+
clipRule: "evenodd"
|
|
1145
|
+
}));
|
|
1146
|
+
|
|
1134
1147
|
const SvgEqual = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1135
1148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1136
1149
|
width: "1em",
|
|
@@ -3573,6 +3586,7 @@ exports.EmojiIcon = SvgEmoji;
|
|
|
3573
3586
|
exports.EmojiPlusDashIcon = SvgEmojiPlusDash;
|
|
3574
3587
|
exports.EmojiPlusIcon = SvgEmojiPlus;
|
|
3575
3588
|
exports.EngIcon = SvgEng;
|
|
3589
|
+
exports.EnterIcon = SvgEnter;
|
|
3576
3590
|
exports.EqualIcon = SvgEqual;
|
|
3577
3591
|
exports.EraserIcon = SvgEraser;
|
|
3578
3592
|
exports.ExclamationPointInCircleIcon = SvgExclamationPointInCircle;
|
package/esm/Enter.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgEnter = 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: "M5.657 4.286A2.914 2.914 0 0 1 8.572 1.37H18a2.914 2.914 0 0 1 2.914 2.915v15.428A2.914 2.914 0 0 1 18 22.63H8.572a2.914 2.914 0 0 1-2.915-2.915v-2.143a1.2 1.2 0 0 1 2.4 0v2.143c0 .284.23.515.515.515H18c.284 0 .514-.23.514-.515V4.286A.514.514 0 0 0 18 3.77H8.572a.514.514 0 0 0-.515.515v2.143a1.2 1.2 0 0 1-2.4 0V4.286ZM2.23 12.429a1.2 1.2 0 0 1 1.2-1.2h6.82l-.874-1.02a1.2 1.2 0 1 1 1.822-1.561l2.571 3a1.2 1.2 0 0 1 0 1.562l-2.571 3a1.2 1.2 0 1 1-1.822-1.562l.873-1.02h-6.82a1.2 1.2 0 0 1-1.2-1.2Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgEnter as default };
|
package/esm/index.js
CHANGED
|
@@ -68,6 +68,7 @@ export { default as EmojiIcon } from './Emoji.js';
|
|
|
68
68
|
export { default as EmojiPlusIcon } from './EmojiPlus.js';
|
|
69
69
|
export { default as EmojiPlusDashIcon } from './EmojiPlusDash.js';
|
|
70
70
|
export { default as EngIcon } from './Eng.js';
|
|
71
|
+
export { default as EnterIcon } from './Enter.js';
|
|
71
72
|
export { default as EqualIcon } from './Equal.js';
|
|
72
73
|
export { default as EraserIcon } from './Eraser.js';
|
|
73
74
|
export { default as ExclamationPointInCircleIcon } from './ExclamationPointInCircle.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.32.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": "44f9f5f09e10e1c7f3ea09bd12a7bdebbc83542c"
|
|
42
42
|
}
|
package/svg/enter.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
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="M5.65723 4.28572C5.65723 2.6762 6.962 1.37143 8.57151 1.37143H18.0001C19.6096 1.37143 20.9144 2.6762 20.9144 4.28572V19.7143C20.9144 21.3238 19.6096 22.6286 18.0001 22.6286H8.57151C6.962 22.6286 5.65723 21.3238 5.65723 19.7143V17.5714C5.65723 16.9087 6.19448 16.3714 6.85723 16.3714C7.51997 16.3714 8.05723 16.9087 8.05723 17.5714V19.7143C8.05723 19.9983 8.28748 20.2286 8.57151 20.2286H18.0001C18.2841 20.2286 18.5144 19.9983 18.5144 19.7143V4.28572C18.5144 4.00168 18.2841 3.77143 18.0001 3.77143H8.57151C8.28748 3.77143 8.05723 4.00168 8.05723 4.28572V6.42857C8.05723 7.09131 7.51997 7.62857 6.85723 7.62857C6.19448 7.62857 5.65723 7.09131 5.65723 6.42857V4.28572ZM2.22852 12.4286C2.22852 11.7658 2.76577 11.2286 3.42852 11.2286H10.2481L9.37461 10.2095C8.9433 9.70633 9.00157 8.94877 9.50477 8.51746C10.008 8.08615 10.7655 8.14443 11.1968 8.64762L13.7683 11.6476C14.1534 12.097 14.1534 12.7601 13.7683 13.2095L11.1968 16.2095C10.7655 16.7127 10.008 16.771 9.50477 16.3397C9.00157 15.9084 8.9433 15.1508 9.37461 14.6476L10.2481 13.6286H3.42852C2.76577 13.6286 2.22852 13.0913 2.22852 12.4286Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|