@teamturing/icons 1.38.1 → 1.39.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.
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgArrowDiagonal: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgArrowDiagonal;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgSidebar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSidebar;
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ 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 ArrowDiagonalIcon } from './ArrowDiagonal';
6
7
  export { default as ArrowDownIcon } from './ArrowDown';
7
8
  export { default as ArrowLeftIcon } from './ArrowLeft';
8
9
  export { default as ArrowLeftCircleIcon } from './ArrowLeftCircle';
@@ -173,6 +174,7 @@ export { default as SetIcon } from './Set';
173
174
  export { default as SettingIcon } from './Setting';
174
175
  export { default as ShareIcon } from './Share';
175
176
  export { default as ShieldCheckIcon } from './ShieldCheck';
177
+ export { default as SidebarIcon } from './Sidebar';
176
178
  export { default as SirenIcon } from './Siren';
177
179
  export { default as SkipbackIcon } from './Skipback';
178
180
  export { default as SkipforwardIcon } from './Skipforward';
package/dist/index.js CHANGED
@@ -121,6 +121,17 @@ 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 SvgArrowDiagonal = 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
+ fill: "currentColor",
132
+ 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"
133
+ }));
134
+
124
135
  const SvgArrowDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
125
136
  xmlns: "http://www.w3.org/2000/svg",
126
137
  width: "1em",
@@ -863,6 +874,7 @@ const SvgClip = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
863
874
  fill: "none",
864
875
  viewBox: "0 0 24 24"
865
876
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
877
+ fill: "currentColor",
866
878
  d: "M8.4 21.6c-1.9 0-3.9-.7-5.3-2.2-2.9-2.9-2.9-7.7 0-10.7l4.5-4.5c.4-.4 1.1-.4 1.6 0 .4.4.4 1.1 0 1.6l-4.5 4.5c-2.1 2.1-2.1 5.5 0 7.5 2.1 2.1 5.5 2.1 7.5 0L20 10c1.2-1.2 1.2-3.3 0-4.5-1.2-1.2-3.3-1.2-4.5 0l-7.1 7.1c-.4.4-.4 1.1 0 1.5.4.4 1.1.4 1.5 0l4.8-4.8c.4-.4 1.1-.4 1.6 0 .4.4.4 1.1 0 1.6l-4.8 4.8C10.1 17 8 17 6.8 15.7c-1.3-1.3-1.3-3.3 0-4.6L13.9 4c2.1-2.1 5.5-2.1 7.6 0 2.1 2.1 2.1 5.5 0 7.6l-7.8 7.8c-1.4 1.4-3.3 2.2-5.3 2.2Z"
867
879
  }));
868
880
 
@@ -2883,6 +2895,19 @@ const SvgShieldCheck = props => /*#__PURE__*/React__namespace.createElement("svg
2883
2895
  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"
2884
2896
  }));
2885
2897
 
2898
+ const SvgSidebar = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2899
+ xmlns: "http://www.w3.org/2000/svg",
2900
+ width: "1em",
2901
+ height: "1em",
2902
+ fill: "none",
2903
+ viewBox: "0 0 24 24"
2904
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2905
+ fill: "currentColor",
2906
+ fillRule: "evenodd",
2907
+ 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",
2908
+ clipRule: "evenodd"
2909
+ }));
2910
+
2886
2911
  const SvgSiren = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2887
2912
  xmlns: "http://www.w3.org/2000/svg",
2888
2913
  width: "1em",
@@ -3518,6 +3543,7 @@ exports.AiIcon = SvgAi;
3518
3543
  exports.AiSadIcon = SvgAiSad;
3519
3544
  exports.AlarmIcon = SvgAlarm;
3520
3545
  exports.AppleColorIcon = SvgAppleColor;
3546
+ exports.ArrowDiagonalIcon = SvgArrowDiagonal;
3521
3547
  exports.ArrowDownIcon = SvgArrowDown;
3522
3548
  exports.ArrowLeftCircleIcon = SvgArrowLeftCircle;
3523
3549
  exports.ArrowLeftIcon = SvgArrowLeft;
@@ -3688,6 +3714,7 @@ exports.SetIcon = SvgSet;
3688
3714
  exports.SettingIcon = SvgSetting;
3689
3715
  exports.ShareIcon = SvgShare;
3690
3716
  exports.ShieldCheckIcon = SvgShieldCheck;
3717
+ exports.SidebarIcon = SvgSidebar;
3691
3718
  exports.SirenIcon = SvgSiren;
3692
3719
  exports.SkipbackIcon = SvgSkipback;
3693
3720
  exports.SkipforwardIcon = SvgSkipforward;
@@ -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/Clip.js CHANGED
@@ -8,6 +8,7 @@ const SvgClip = props => /*#__PURE__*/React.createElement("svg", _extends({
8
8
  fill: "none",
9
9
  viewBox: "0 0 24 24"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "currentColor",
11
12
  d: "M8.4 21.6c-1.9 0-3.9-.7-5.3-2.2-2.9-2.9-2.9-7.7 0-10.7l4.5-4.5c.4-.4 1.1-.4 1.6 0 .4.4.4 1.1 0 1.6l-4.5 4.5c-2.1 2.1-2.1 5.5 0 7.5 2.1 2.1 5.5 2.1 7.5 0L20 10c1.2-1.2 1.2-3.3 0-4.5-1.2-1.2-3.3-1.2-4.5 0l-7.1 7.1c-.4.4-.4 1.1 0 1.5.4.4 1.1.4 1.5 0l4.8-4.8c.4-.4 1.1-.4 1.6 0 .4.4.4 1.1 0 1.6l-4.8 4.8C10.1 17 8 17 6.8 15.7c-1.3-1.3-1.3-3.3 0-4.6L13.9 4c2.1-2.1 5.5-2.1 7.6 0 2.1 2.1 2.1 5.5 0 7.6l-7.8 7.8c-1.4 1.4-3.3 2.2-5.3 2.2Z"
12
13
  }));
13
14
 
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,7 @@ 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 ArrowDiagonalIcon } from './ArrowDiagonal.js';
6
7
  export { default as ArrowDownIcon } from './ArrowDown.js';
7
8
  export { default as ArrowLeftIcon } from './ArrowLeft.js';
8
9
  export { default as ArrowLeftCircleIcon } from './ArrowLeftCircle.js';
@@ -173,6 +174,7 @@ export { default as SetIcon } from './Set.js';
173
174
  export { default as SettingIcon } from './Setting.js';
174
175
  export { default as ShareIcon } from './Share.js';
175
176
  export { default as ShieldCheckIcon } from './ShieldCheck.js';
177
+ export { default as SidebarIcon } from './Sidebar.js';
176
178
  export { default as SirenIcon } from './Siren.js';
177
179
  export { default as SkipbackIcon } from './Skipback.js';
178
180
  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.38.1",
3
+ "version": "1.39.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": "f5d355e500764afeeb46c184b88dc0b641102b20"
41
+ "gitHead": "5ffda9f34ed0398c6de4786338f54af08adc875e"
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="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/clip.svg CHANGED
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.40005 21.6C6.50005 21.6 4.50005 20.9 3.10005 19.4C0.200049 16.5 0.200049 11.7 3.10005 8.69999L7.60005 4.19999C8.00005 3.79999 8.70005 3.79999 9.20005 4.19999C9.60005 4.59999 9.60005 5.29999 9.20005 5.79999L4.70005 10.3C2.60005 12.4 2.60005 15.8 4.70005 17.8C6.80005 19.9 10.2 19.9 12.2 17.8L20 9.99999C21.2001 8.79999 21.2001 6.69999 20 5.49999C18.8 4.29999 16.7 4.29999 15.5 5.49999L8.40005 12.6C8.00005 13 8.00005 13.7 8.40005 14.1C8.80005 14.5 9.50005 14.5 9.90005 14.1L14.7 9.29999C15.1 8.89999 15.8 8.89999 16.3 9.29999C16.7 9.69999 16.7 10.4 16.3 10.9L11.5 15.7C10.1 17 8.00005 17 6.80005 15.7C5.50005 14.4 5.50005 12.4 6.80005 11.1L13.9 3.99999C16 1.89999 19.4 1.89999 21.5 3.99999C23.6 6.09999 23.6 9.49999 21.5 11.6L13.7 19.4C12.3 20.8 10.4 21.6 8.40005 21.6Z" />
2
+ <path d="M8.4 21.6C6.5 21.6 4.5 20.9 3.1 19.4C0.200003 16.5 0.200003 11.7 3.1 8.7L7.6 4.2C8 3.8 8.7 3.8 9.2 4.2C9.6 4.6 9.6 5.3 9.2 5.8L4.7 10.3C2.6 12.4 2.6 15.8 4.7 17.8C6.8 19.9 10.2 19.9 12.2 17.8L20 10C21.2 8.8 21.2 6.7 20 5.5C18.8 4.3 16.7 4.3 15.5 5.5L8.4 12.6C8 13 8 13.7 8.4 14.1C8.8 14.5 9.5 14.5 9.9 14.1L14.7 9.3C15.1 8.9 15.8 8.9 16.3 9.3C16.7 9.7 16.7 10.4 16.3 10.9L11.5 15.7C10.1 17 8 17 6.8 15.7C5.5 14.4 5.5 12.4 6.8 11.1L13.9 4C16 1.9 19.4 1.9 21.5 4C23.6 6.1 23.6 9.5 21.5 11.6L13.7 19.4C12.3 20.8 10.4 21.6 8.4 21.6V21.6Z" fill="#8D94A0"/>
3
3
  </svg>
@@ -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>