@teamturing/icons 1.38.2 → 1.40.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/ArrowBelow.d.ts +3 -0
- package/dist/ArrowDiagonal.d.ts +3 -0
- package/dist/Sidebar.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +47 -0
- package/esm/ArrowBelow.js +24 -0
- package/esm/ArrowDiagonal.js +15 -0
- package/esm/Sidebar.js +17 -0
- package/esm/index.js +3 -0
- package/package.json +2 -2
- package/svg/arrow_below.svg +4 -0
- package/svg/arrow_diagonal.svg +4 -0
- package/svg/sidebar.svg +3 -0
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ export { default as AiColorIcon } from './AiColor';
|
|
|
3
3
|
export { default as AiSadIcon } from './AiSad';
|
|
4
4
|
export { default as AlarmIcon } from './Alarm';
|
|
5
5
|
export { default as AppleColorIcon } from './AppleColor';
|
|
6
|
+
export { default as ArrowBelowIcon } from './ArrowBelow';
|
|
7
|
+
export { default as ArrowDiagonalIcon } from './ArrowDiagonal';
|
|
6
8
|
export { default as ArrowDownIcon } from './ArrowDown';
|
|
7
9
|
export { default as ArrowLeftIcon } from './ArrowLeft';
|
|
8
10
|
export { default as ArrowLeftCircleIcon } from './ArrowLeftCircle';
|
|
@@ -173,6 +175,7 @@ export { default as SetIcon } from './Set';
|
|
|
173
175
|
export { default as SettingIcon } from './Setting';
|
|
174
176
|
export { default as ShareIcon } from './Share';
|
|
175
177
|
export { default as ShieldCheckIcon } from './ShieldCheck';
|
|
178
|
+
export { default as SidebarIcon } from './Sidebar';
|
|
176
179
|
export { default as SirenIcon } from './Siren';
|
|
177
180
|
export { default as SkipbackIcon } from './Skipback';
|
|
178
181
|
export { default as SkipforwardIcon } from './Skipforward';
|
package/dist/index.js
CHANGED
|
@@ -121,6 +121,37 @@ const SvgAppleColor = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
121
121
|
d: "M14.514 11.781c-.01-1.139.952-1.685.995-1.71-.54-.774-1.384-.882-1.683-.895-.718-.07-1.401.413-1.764.413s-.926-.401-1.52-.39a2.263 2.263 0 0 0-1.906 1.127c-.813 1.377-.209 3.418.584 4.535.386.547.847 1.161 1.452 1.14.585-.023.805-.37 1.51-.37.706 0 .904.37 1.521.36.628-.013 1.026-.56 1.409-1.107.443-.634.627-1.248.638-1.28-.014-.006-1.223-.46-1.236-1.823ZM13.354 8.436c.322-.38.54-.91.48-1.436-.463.017-1.024.303-1.356.681-.299.338-.56.878-.49 1.394.516.038 1.046-.257 1.366-.639Z"
|
|
122
122
|
}));
|
|
123
123
|
|
|
124
|
+
const SvgArrowBelow = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
126
|
+
width: "1em",
|
|
127
|
+
height: "1em",
|
|
128
|
+
fill: "none",
|
|
129
|
+
viewBox: "0 0 24 24"
|
|
130
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
131
|
+
stroke: "currentColor",
|
|
132
|
+
strokeLinecap: "round",
|
|
133
|
+
strokeLinejoin: "round",
|
|
134
|
+
strokeWidth: 2.2,
|
|
135
|
+
d: "m14.293 20.046 4.64-4.639-4.64-4.64"
|
|
136
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
137
|
+
stroke: "currentColor",
|
|
138
|
+
strokeLinecap: "round",
|
|
139
|
+
strokeLinejoin: "round",
|
|
140
|
+
strokeWidth: 2.2,
|
|
141
|
+
d: "M18.932 15.407H7.568a2.5 2.5 0 0 1-2.5-2.5V3.953"
|
|
142
|
+
}));
|
|
143
|
+
|
|
144
|
+
const SvgArrowDiagonal = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
145
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
146
|
+
width: "1em",
|
|
147
|
+
height: "1em",
|
|
148
|
+
fill: "none",
|
|
149
|
+
viewBox: "0 0 24 24"
|
|
150
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
151
|
+
fill: "currentColor",
|
|
152
|
+
d: "M9.297 10.841c.463.464 1.08.464 1.544 0a1.095 1.095 0 0 0 0-1.544L6.708 5.163h3.553c.618 0 1.081-.464 1.081-1.082 0-.309-.077-.54-.309-.772-.232-.232-.463-.309-.772-.309H4.08C3.463 3 3 3.463 3 4.081v6.18c0 .618.463 1.081 1.081 1.081.618 0 1.082-.463 1.082-1.081V6.708l4.134 4.133ZM13.159 14.704c-.464-.464-.464-1.082 0-1.545a1.095 1.095 0 0 1 1.544 0l4.134 4.133V13.74c0-.618.464-1.081 1.082-1.081.309 0 .54.077.772.309.232.232.309.463.309.772v6.18c0 .617-.463 1.081-1.081 1.081h-6.18a1.056 1.056 0 0 1-1.081-1.081c0-.618.463-1.082 1.081-1.082h3.553l-4.133-4.133Z"
|
|
153
|
+
}));
|
|
154
|
+
|
|
124
155
|
const SvgArrowDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
125
156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
126
157
|
width: "1em",
|
|
@@ -2884,6 +2915,19 @@ const SvgShieldCheck = props => /*#__PURE__*/React__namespace.createElement("svg
|
|
|
2884
2915
|
d: "M21.1 4.3 12.4.7c-.2-.1-.5-.1-.8 0L2.9 4.3c-.4.1-.6.5-.6.9v8.3c0 3.8 4.8 7.5 9.3 9.8.3.1.6.1.9 0 4.5-2.3 9.3-6 9.3-9.8V5.2c-.1-.4-.3-.8-.7-.9Zm-3.7 5.5-5.8 5.8c-.2.2-.5.3-.7.3-.2 0-.5-.1-.7-.3L6.6 12c-.4-.4-.4-1.1 0-1.5.4-.4 1.1-.4 1.5 0l2.8 2.8 5.1-5c.4-.4 1.1-.4 1.5 0 .4.4.4 1.1-.1 1.5Z"
|
|
2885
2916
|
}));
|
|
2886
2917
|
|
|
2918
|
+
const SvgSidebar = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2919
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2920
|
+
width: "1em",
|
|
2921
|
+
height: "1em",
|
|
2922
|
+
fill: "none",
|
|
2923
|
+
viewBox: "0 0 24 24"
|
|
2924
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2925
|
+
fill: "currentColor",
|
|
2926
|
+
fillRule: "evenodd",
|
|
2927
|
+
d: "M3.5 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h17a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-17Zm-1 3a1 1 0 0 1 1-1h3v14h-3a1 1 0 0 1-1-1V6Zm6 13h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-12v14Z",
|
|
2928
|
+
clipRule: "evenodd"
|
|
2929
|
+
}));
|
|
2930
|
+
|
|
2887
2931
|
const SvgSiren = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2888
2932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2889
2933
|
width: "1em",
|
|
@@ -3519,6 +3563,8 @@ exports.AiIcon = SvgAi;
|
|
|
3519
3563
|
exports.AiSadIcon = SvgAiSad;
|
|
3520
3564
|
exports.AlarmIcon = SvgAlarm;
|
|
3521
3565
|
exports.AppleColorIcon = SvgAppleColor;
|
|
3566
|
+
exports.ArrowBelowIcon = SvgArrowBelow;
|
|
3567
|
+
exports.ArrowDiagonalIcon = SvgArrowDiagonal;
|
|
3522
3568
|
exports.ArrowDownIcon = SvgArrowDown;
|
|
3523
3569
|
exports.ArrowLeftCircleIcon = SvgArrowLeftCircle;
|
|
3524
3570
|
exports.ArrowLeftIcon = SvgArrowLeft;
|
|
@@ -3689,6 +3735,7 @@ exports.SetIcon = SvgSet;
|
|
|
3689
3735
|
exports.SettingIcon = SvgSetting;
|
|
3690
3736
|
exports.ShareIcon = SvgShare;
|
|
3691
3737
|
exports.ShieldCheckIcon = SvgShieldCheck;
|
|
3738
|
+
exports.SidebarIcon = SvgSidebar;
|
|
3692
3739
|
exports.SirenIcon = SvgSiren;
|
|
3693
3740
|
exports.SkipbackIcon = SvgSkipback;
|
|
3694
3741
|
exports.SkipforwardIcon = SvgSkipforward;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowBelow = 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
|
+
stroke: "currentColor",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
strokeWidth: 2.2,
|
|
15
|
+
d: "m14.293 20.046 4.64-4.639-4.64-4.64"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round",
|
|
20
|
+
strokeWidth: 2.2,
|
|
21
|
+
d: "M18.932 15.407H7.568a2.5 2.5 0 0 1-2.5-2.5V3.953"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
export { SvgArrowBelow as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowDiagonal = 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: "M9.297 10.841c.463.464 1.08.464 1.544 0a1.095 1.095 0 0 0 0-1.544L6.708 5.163h3.553c.618 0 1.081-.464 1.081-1.082 0-.309-.077-.54-.309-.772-.232-.232-.463-.309-.772-.309H4.08C3.463 3 3 3.463 3 4.081v6.18c0 .618.463 1.081 1.081 1.081.618 0 1.082-.463 1.082-1.081V6.708l4.134 4.133ZM13.159 14.704c-.464-.464-.464-1.082 0-1.545a1.095 1.095 0 0 1 1.544 0l4.134 4.133V13.74c0-.618.464-1.081 1.082-1.081.309 0 .54.077.772.309.232.232.309.463.309.772v6.18c0 .617-.463 1.081-1.081 1.081h-6.18a1.056 1.056 0 0 1-1.081-1.081c0-.618.463-1.082 1.081-1.082h3.553l-4.133-4.133Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgArrowDiagonal as default };
|
package/esm/Sidebar.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSidebar = 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: "M3.5 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h17a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-17Zm-1 3a1 1 0 0 1 1-1h3v14h-3a1 1 0 0 1-1-1V6Zm6 13h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-12v14Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgSidebar as default };
|
package/esm/index.js
CHANGED
|
@@ -3,6 +3,8 @@ export { default as AiColorIcon } from './AiColor.js';
|
|
|
3
3
|
export { default as AiSadIcon } from './AiSad.js';
|
|
4
4
|
export { default as AlarmIcon } from './Alarm.js';
|
|
5
5
|
export { default as AppleColorIcon } from './AppleColor.js';
|
|
6
|
+
export { default as ArrowBelowIcon } from './ArrowBelow.js';
|
|
7
|
+
export { default as ArrowDiagonalIcon } from './ArrowDiagonal.js';
|
|
6
8
|
export { default as ArrowDownIcon } from './ArrowDown.js';
|
|
7
9
|
export { default as ArrowLeftIcon } from './ArrowLeft.js';
|
|
8
10
|
export { default as ArrowLeftCircleIcon } from './ArrowLeftCircle.js';
|
|
@@ -173,6 +175,7 @@ export { default as SetIcon } from './Set.js';
|
|
|
173
175
|
export { default as SettingIcon } from './Setting.js';
|
|
174
176
|
export { default as ShareIcon } from './Share.js';
|
|
175
177
|
export { default as ShieldCheckIcon } from './ShieldCheck.js';
|
|
178
|
+
export { default as SidebarIcon } from './Sidebar.js';
|
|
176
179
|
export { default as SirenIcon } from './Siren.js';
|
|
177
180
|
export { default as SkipbackIcon } from './Skipback.js';
|
|
178
181
|
export { default as SkipforwardIcon } from './Skipforward.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.40.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": "364a55313eec1d5cde4ba1c306e7694bb1bada62"
|
|
42
42
|
}
|
|
@@ -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="M14.293 20.0464L18.9323 15.4072L14.293 10.7679" stroke="#8D94A0" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M18.932 15.4072L7.5676 15.4072C6.18689 15.4072 5.06761 14.2879 5.06761 12.9072V3.95337" stroke="#8D94A0" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</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="M9.29653 10.8414C9.75998 11.3048 10.3779 11.3048 10.8414 10.8414C11.3048 10.3779 11.2276 9.68274 10.8414 9.29653L6.70762 5.16278L10.2607 5.16278C10.8787 5.16278 11.3421 4.69932 11.3421 4.08139C11.3421 3.77242 11.2649 3.54069 11.0332 3.30897C10.8014 3.07724 10.5697 3 10.2607 3L4.08139 3C3.46345 3 3 3.46345 3 4.08139L3 10.2607C3 10.8787 3.46345 11.3421 4.08139 11.3421C4.69932 11.3421 5.16278 10.8787 5.16278 10.2607L5.16278 6.70762L9.29653 10.8414Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M13.1586 14.7035C12.6952 14.24 12.6952 13.6221 13.1586 13.1586C13.6221 12.6952 14.3173 12.7724 14.7035 13.1586L18.8372 17.2924V13.7393C18.8372 13.1213 19.3007 12.6579 19.9186 12.6579C20.2276 12.6579 20.4593 12.7351 20.691 12.9668C20.9228 13.1986 21 13.4303 21 13.7393L21 19.9186C21 20.5365 20.5365 21 19.9186 21H13.7393C13.1213 21 12.6579 20.5365 12.6579 19.9186C12.6579 19.3007 13.1213 18.8372 13.7393 18.8372H17.2924L13.1586 14.7035Z" fill="#8D94A0"/>
|
|
4
|
+
</svg>
|
package/svg/sidebar.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="M3.5 3C1.84315 3 0.5 4.34315 0.5 6V18C0.5 19.6569 1.84315 21 3.5 21H20.5C22.1569 21 23.5 19.6569 23.5 18V6C23.5 4.34315 22.1569 3 20.5 3H3.5ZM2.5 6C2.5 5.44772 2.94772 5 3.5 5H6.5V19H3.5C2.94772 19 2.5 18.5523 2.5 18V6ZM8.5 19H20.5C21.0523 19 21.5 18.5523 21.5 18V6C21.5 5.44772 21.0523 5 20.5 5H8.5V19Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|