@teamturing/icons 1.70.0 → 1.71.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 SvgArrowCurved: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgArrowCurved;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgArrowElbow: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgArrowElbow;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgArrowStraight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgArrowStraight;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgIsolate: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgIsolate;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgIsolateTwinkle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgIsolateTwinkle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgTypography: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgTypography;
package/dist/index.d.ts CHANGED
@@ -19,8 +19,10 @@ export { default as AlphabetUnderlineIcon } from './AlphabetUnderline';
19
19
  export { default as AppleColorIcon } from './AppleColor';
20
20
  export { default as AreaIcon } from './Area';
21
21
  export { default as ArrowBelowIcon } from './ArrowBelow';
22
+ export { default as ArrowCurvedIcon } from './ArrowCurved';
22
23
  export { default as ArrowDiagonalIcon } from './ArrowDiagonal';
23
24
  export { default as ArrowDownIcon } from './ArrowDown';
25
+ export { default as ArrowElbowIcon } from './ArrowElbow';
24
26
  export { default as ArrowLeftIcon } from './ArrowLeft';
25
27
  export { default as ArrowLeftCircleIcon } from './ArrowLeftCircle';
26
28
  export { default as ArrowLeftLimitIcon } from './ArrowLeftLimit';
@@ -28,6 +30,7 @@ export { default as ArrowLeftRightIcon } from './ArrowLeftRight';
28
30
  export { default as ArrowRightIcon } from './ArrowRight';
29
31
  export { default as ArrowRightCircleIcon } from './ArrowRightCircle';
30
32
  export { default as ArrowRightLimitIcon } from './ArrowRightLimit';
33
+ export { default as ArrowStraightIcon } from './ArrowStraight';
31
34
  export { default as ArrowUpIcon } from './ArrowUp';
32
35
  export { default as ArrowUpDownIcon } from './ArrowUpDown';
33
36
  export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
@@ -134,6 +137,8 @@ export { default as InfiniteIcon } from './Infinite';
134
137
  export { default as InfoInCircleIcon } from './InfoInCircle';
135
138
  export { default as InkPenTwinkleIcon } from './InkPenTwinkle';
136
139
  export { default as InstagramIcon } from './Instagram';
140
+ export { default as IsolateIcon } from './Isolate';
141
+ export { default as IsolateTwinkleIcon } from './IsolateTwinkle';
137
142
  export { default as KakaoColorIcon } from './KakaoColor';
138
143
  export { default as KeyboardDownIcon } from './KeyboardDown';
139
144
  export { default as KorIcon } from './Kor';
@@ -257,6 +262,7 @@ export { default as TreasureboxIcon } from './Treasurebox';
257
262
  export { default as TrophyIcon } from './Trophy';
258
263
  export { default as TwinkleIcon } from './Twinkle';
259
264
  export { default as TwinkleColorIcon } from './TwinkleColor';
265
+ export { default as TypographyIcon } from './Typography';
260
266
  export { default as UndoIcon } from './Undo';
261
267
  export { default as UniversityIcon } from './University';
262
268
  export { default as UserBlockedIcon } from './UserBlocked';
package/dist/index.js CHANGED
@@ -317,6 +317,17 @@ const SvgArrowBelow = props => /*#__PURE__*/React__namespace.createElement("svg"
317
317
  clipRule: "evenodd"
318
318
  }));
319
319
 
320
+ const SvgArrowCurved = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
321
+ xmlns: "http://www.w3.org/2000/svg",
322
+ width: "1em",
323
+ height: "1em",
324
+ fill: "none",
325
+ viewBox: "0 0 24 24"
326
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
327
+ fill: "currentColor",
328
+ d: "M16.153 2.765a1.09 1.09 0 0 1 1.543.119l2.92 3.425c.512.6.512 1.484 0 2.083l-2.92 3.425a1.09 1.09 0 0 1-1.543.12 1.104 1.104 0 0 1-.119-1.552l1.607-1.884c-2.666.09-4.8 2.248-4.8 4.898v1c0 3.922-3.225 7.101-7.204 7.101H4.116A1.108 1.108 0 0 1 3 20.4c0-.607.5-1.1 1.116-1.1h1.521c2.746 0 4.972-2.195 4.972-4.901v-1c0-3.893 3.178-7.053 7.116-7.1l-1.69-1.983a1.104 1.104 0 0 1 .118-1.551Z"
329
+ }));
330
+
320
331
  const SvgArrowDiagonal = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
321
332
  xmlns: "http://www.w3.org/2000/svg",
322
333
  width: "1em",
@@ -341,6 +352,17 @@ const SvgArrowDown = props => /*#__PURE__*/React__namespace.createElement("svg",
341
352
  clipRule: "evenodd"
342
353
  }));
343
354
 
355
+ const SvgArrowElbow = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
356
+ xmlns: "http://www.w3.org/2000/svg",
357
+ width: "1em",
358
+ height: "1em",
359
+ fill: "none",
360
+ viewBox: "0 0 24 24"
361
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
362
+ fill: "currentColor",
363
+ d: "M16.153 2.765a1.09 1.09 0 0 1 1.543.119l2.92 3.425c.512.6.512 1.484 0 2.083l-2.92 3.425a1.09 1.09 0 0 1-1.543.12 1.104 1.104 0 0 1-.119-1.552l1.61-1.888h-3.848c-.632 0-1.145.516-1.145 1.151v8.502c0 1.85-1.492 3.35-3.333 3.35H4.094A1.097 1.097 0 0 1 3 20.4c0-.607.49-1.1 1.094-1.1h5.224c.632 0 1.145-.515 1.145-1.15V9.648c0-1.85 1.492-3.35 3.333-3.35h3.928l-1.69-1.982a1.104 1.104 0 0 1 .119-1.551Z"
364
+ }));
365
+
344
366
  const SvgArrowLeft = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
345
367
  xmlns: "http://www.w3.org/2000/svg",
346
368
  width: "1em",
@@ -428,6 +450,17 @@ const SvgArrowRightLimit = props => /*#__PURE__*/React__namespace.createElement(
428
450
  clipRule: "evenodd"
429
451
  }));
430
452
 
453
+ const SvgArrowStraight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
454
+ xmlns: "http://www.w3.org/2000/svg",
455
+ width: "1em",
456
+ height: "1em",
457
+ fill: "none",
458
+ viewBox: "0 0 24 24"
459
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
460
+ fill: "currentColor",
461
+ d: "m15.772 2.503 4.17.32a1.502 1.502 0 0 1 1.38 1.381l.32 4.168a1 1 0 1 1-1.993.153l-.178-2.295-14.98 14.98c-.514.515-1.28.584-1.709.155-.43-.43-.36-1.195.154-1.71l14.98-14.982-2.297-.177a.999.999 0 0 1 .153-1.993Z"
462
+ }));
463
+
431
464
  const SvgArrowUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
432
465
  xmlns: "http://www.w3.org/2000/svg",
433
466
  width: "1em",
@@ -2023,6 +2056,47 @@ const SvgInstagram = props => /*#__PURE__*/React__namespace.createElement("svg",
2023
2056
  clipRule: "evenodd"
2024
2057
  }));
2025
2058
 
2059
+ const SvgIsolate = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2060
+ xmlns: "http://www.w3.org/2000/svg",
2061
+ width: "1em",
2062
+ height: "1em",
2063
+ fill: "none",
2064
+ viewBox: "0 0 24 24"
2065
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2066
+ fill: "currentColor",
2067
+ d: "M6.8 14.708v-1.686h1.795v1.686c0 .637.517 1.154 1.154 1.154h1.686v1.795H9.749a2.95 2.95 0 0 1-2.95-2.95Zm9.764 1.154v1.795h-3.372v-1.795h3.372Zm4.598-1.154v-1.686h1.795v1.686a2.95 2.95 0 0 1-2.95 2.95h-1.686v-1.796h1.686c.638 0 1.155-.517 1.155-1.154ZM8.595 7.893v3.372H6.8V7.893h1.795Zm14.362 0v3.372h-1.795V7.893h1.795ZM6.8 4.449A2.95 2.95 0 0 1 9.749 1.5h1.686v1.795H9.749c-.637 0-1.154.517-1.154 1.154v1.686H6.8V4.45Zm14.362 0c0-.637-.517-1.154-1.154-1.154H18.32V1.5h1.686a2.95 2.95 0 0 1 2.95 2.95v1.685h-1.795V4.45ZM16.564 1.5v1.795h-3.372V1.5h3.372Z"
2068
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2069
+ fill: "currentColor",
2070
+ d: "M4.78 7.58h-.253a1.767 1.767 0 0 0-1.76 1.775l.04 9.618.01.18A1.77 1.77 0 0 0 4.4 20.725l.18.008 9.618-.04.18-.01a1.769 1.769 0 0 0 1.413-1.006h1.854a3.536 3.536 0 0 1-3.44 2.784l-9.618.039a3.535 3.535 0 0 1-3.548-3.52L1 9.362a3.535 3.535 0 0 1 3.52-3.548l.26-.001v1.766Z"
2071
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2072
+ fill: "currentColor",
2073
+ fillRule: "evenodd",
2074
+ d: "M17.146 7.467a2.013 2.013 0 0 1-2.015 2.016 2.015 2.015 0 1 1 2.015-2.016ZM15.131 10.1c-2.902 0-4.03 1.847-4.03 2.706s2.402 1.088 4.03 1.088c1.628 0 4.03-.229 4.03-1.088 0-.859-1.128-2.706-4.03-2.706Z",
2075
+ clipRule: "evenodd"
2076
+ }));
2077
+
2078
+ const SvgIsolateTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2079
+ xmlns: "http://www.w3.org/2000/svg",
2080
+ width: "1em",
2081
+ height: "1em",
2082
+ fill: "none",
2083
+ viewBox: "0 0 24 24"
2084
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2085
+ fill: "currentColor",
2086
+ d: "M6.811 16.208v-1.686H8.61v1.686c0 .637.517 1.154 1.156 1.154h1.69v1.795h-1.69a2.952 2.952 0 0 1-2.955-2.95Zm9.784 1.154v1.795h-3.379v-1.795h3.379Zm4.606-1.154v-1.686H23v1.686a2.952 2.952 0 0 1-2.955 2.95h-1.69v-1.796h1.69c.638 0 1.156-.517 1.156-1.154ZM8.61 9.393v3.372H6.81V9.393H8.61Zm14.39 0v3.372h-1.799V9.393H23Zm-1.799-3.444c0-.637-.518-1.154-1.156-1.154h-1.69V3h1.69A2.952 2.952 0 0 1 23 5.95v1.685h-1.799V5.95ZM16.595 3v1.795h-3.379V3h3.379Z"
2087
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2088
+ fill: "currentColor",
2089
+ d: "M4.788 9.08h-.254a1.769 1.769 0 0 0-1.763 1.775l.04 9.618.009.18a1.77 1.77 0 0 0 1.587 1.572l.18.008 9.638-.04.18-.01a1.772 1.772 0 0 0 1.416-1.006h1.857a3.541 3.541 0 0 1-3.446 2.784L4.595 24a3.538 3.538 0 0 1-3.555-3.52L1 10.862a3.538 3.538 0 0 1 3.528-3.548l.26-.001v1.766Z"
2090
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2091
+ fill: "currentColor",
2092
+ fillRule: "evenodd",
2093
+ d: "M17.178 8.967a2.013 2.013 0 0 1-2.019 2.016 2.021 2.021 0 0 1-2.02-2.015 2.013 2.013 0 0 1 2.02-2.016 2.021 2.021 0 0 1 2.019 2.015Zm-2.02 2.632c-2.907 0-4.038 1.847-4.038 2.706s2.408 1.088 4.039 1.088c1.63 0 4.039-.229 4.039-1.088 0-.859-1.131-2.706-4.04-2.706Z",
2094
+ clipRule: "evenodd"
2095
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2096
+ fill: "currentColor",
2097
+ d: "M9.48 5.683a.493.493 0 0 1 .22-.22l2.049-1.022a.493.493 0 0 0 0-.882L9.7 2.537a.493.493 0 0 1-.221-.22L8.456.273a.494.494 0 0 0-.884 0L6.548 2.317a.494.494 0 0 1-.221.22L4.279 3.559a.493.493 0 0 0 0 .882l2.048 1.022a.494.494 0 0 1 .22.22l1.025 2.044a.494.494 0 0 0 .884 0L9.48 5.683Z"
2098
+ }));
2099
+
2026
2100
  const SvgKakaoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2027
2101
  xmlns: "http://www.w3.org/2000/svg",
2028
2102
  width: "1em",
@@ -4101,6 +4175,17 @@ const SvgTwinkleColor = props => /*#__PURE__*/React__namespace.createElement("sv
4101
4175
  stopColor: "#5F9EFF"
4102
4176
  }))));
4103
4177
 
4178
+ const SvgTypography = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4179
+ xmlns: "http://www.w3.org/2000/svg",
4180
+ width: "1em",
4181
+ height: "1em",
4182
+ fill: "none",
4183
+ viewBox: "0 0 24 24"
4184
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
4185
+ fill: "currentColor",
4186
+ d: "M14.01 15.828c0-2.365 2.015-2.907 3.738-3.04a89.275 89.275 0 0 1 2.694-.152v-.835c0-1.311-.751-2.071-2.254-2.071-1.255 0-2.016.598-2.236 1.387h-1.65c.202-1.662 1.76-2.812 3.96-2.812 1.3 0 3.747.4 3.738 3.648v6.8h-1.558v-1.406h-.073c-.33.694-1.237 1.643-2.97 1.653-1.887-.01-3.39-1.159-3.39-3.172Zm1.575.076c.01 1.092.88 1.643 2.09 1.633 1.777.01 2.767-1.225 2.767-2.526v-1.035c-.467.028-2.034.151-2.51.18-1.43.095-2.337.617-2.346 1.748ZM3.723 18.753H2L6.857 5h1.74l4.857 13.753h-1.74l-1.33-3.875H5.052l-1.328 3.875Zm1.832-5.376h4.326L7.773 7.223h-.11l-2.108 6.154Z"
4187
+ }));
4188
+
4104
4189
  const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4105
4190
  xmlns: "http://www.w3.org/2000/svg",
4106
4191
  width: "1em",
@@ -4394,8 +4479,10 @@ exports.AlphabetUnderlineIcon = SvgAlphabetUnderline;
4394
4479
  exports.AppleColorIcon = SvgAppleColor;
4395
4480
  exports.AreaIcon = SvgArea;
4396
4481
  exports.ArrowBelowIcon = SvgArrowBelow;
4482
+ exports.ArrowCurvedIcon = SvgArrowCurved;
4397
4483
  exports.ArrowDiagonalIcon = SvgArrowDiagonal;
4398
4484
  exports.ArrowDownIcon = SvgArrowDown;
4485
+ exports.ArrowElbowIcon = SvgArrowElbow;
4399
4486
  exports.ArrowLeftCircleIcon = SvgArrowLeftCircle;
4400
4487
  exports.ArrowLeftIcon = SvgArrowLeft;
4401
4488
  exports.ArrowLeftLimitIcon = SvgArrowLeftLimit;
@@ -4403,6 +4490,7 @@ exports.ArrowLeftRightIcon = SvgArrowLeftRight;
4403
4490
  exports.ArrowRightCircleIcon = SvgArrowRightCircle;
4404
4491
  exports.ArrowRightIcon = SvgArrowRight;
4405
4492
  exports.ArrowRightLimitIcon = SvgArrowRightLimit;
4493
+ exports.ArrowStraightIcon = SvgArrowStraight;
4406
4494
  exports.ArrowUpDownIcon = SvgArrowUpDown;
4407
4495
  exports.ArrowUpIcon = SvgArrowUp;
4408
4496
  exports.ArrowUpLimitIcon = SvgArrowUpLimit;
@@ -4509,6 +4597,8 @@ exports.InfiniteIcon = SvgInfinite;
4509
4597
  exports.InfoInCircleIcon = SvgInfoInCircle;
4510
4598
  exports.InkPenTwinkleIcon = SvgInkPenTwinkle;
4511
4599
  exports.InstagramIcon = SvgInstagram;
4600
+ exports.IsolateIcon = SvgIsolate;
4601
+ exports.IsolateTwinkleIcon = SvgIsolateTwinkle;
4512
4602
  exports.KakaoColorIcon = SvgKakaoColor;
4513
4603
  exports.KeyboardDownIcon = SvgKeyboardDown;
4514
4604
  exports.KorIcon = SvgKor;
@@ -4632,6 +4722,7 @@ exports.TreasureboxIcon = SvgTreasurebox;
4632
4722
  exports.TrophyIcon = SvgTrophy;
4633
4723
  exports.TwinkleColorIcon = SvgTwinkleColor;
4634
4724
  exports.TwinkleIcon = SvgTwinkle;
4725
+ exports.TypographyIcon = SvgTypography;
4635
4726
  exports.UndoIcon = SvgUndo;
4636
4727
  exports.UniversityIcon = SvgUniversity;
4637
4728
  exports.UserBlockedIcon = SvgUserBlocked;
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgArrowCurved = 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: "M16.153 2.765a1.09 1.09 0 0 1 1.543.119l2.92 3.425c.512.6.512 1.484 0 2.083l-2.92 3.425a1.09 1.09 0 0 1-1.543.12 1.104 1.104 0 0 1-.119-1.552l1.607-1.884c-2.666.09-4.8 2.248-4.8 4.898v1c0 3.922-3.225 7.101-7.204 7.101H4.116A1.108 1.108 0 0 1 3 20.4c0-.607.5-1.1 1.116-1.1h1.521c2.746 0 4.972-2.195 4.972-4.901v-1c0-3.893 3.178-7.053 7.116-7.1l-1.69-1.983a1.104 1.104 0 0 1 .118-1.551Z"
13
+ }));
14
+
15
+ export { SvgArrowCurved as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgArrowElbow = 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: "M16.153 2.765a1.09 1.09 0 0 1 1.543.119l2.92 3.425c.512.6.512 1.484 0 2.083l-2.92 3.425a1.09 1.09 0 0 1-1.543.12 1.104 1.104 0 0 1-.119-1.552l1.61-1.888h-3.848c-.632 0-1.145.516-1.145 1.151v8.502c0 1.85-1.492 3.35-3.333 3.35H4.094A1.097 1.097 0 0 1 3 20.4c0-.607.49-1.1 1.094-1.1h5.224c.632 0 1.145-.515 1.145-1.15V9.648c0-1.85 1.492-3.35 3.333-3.35h3.928l-1.69-1.982a1.104 1.104 0 0 1 .119-1.551Z"
13
+ }));
14
+
15
+ export { SvgArrowElbow as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgArrowStraight = 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: "m15.772 2.503 4.17.32a1.502 1.502 0 0 1 1.38 1.381l.32 4.168a1 1 0 1 1-1.993.153l-.178-2.295-14.98 14.98c-.514.515-1.28.584-1.709.155-.43-.43-.36-1.195.154-1.71l14.98-14.982-2.297-.177a.999.999 0 0 1 .153-1.993Z"
13
+ }));
14
+
15
+ export { SvgArrowStraight as default };
package/esm/Isolate.js ADDED
@@ -0,0 +1,23 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgIsolate = 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: "M6.8 14.708v-1.686h1.795v1.686c0 .637.517 1.154 1.154 1.154h1.686v1.795H9.749a2.95 2.95 0 0 1-2.95-2.95Zm9.764 1.154v1.795h-3.372v-1.795h3.372Zm4.598-1.154v-1.686h1.795v1.686a2.95 2.95 0 0 1-2.95 2.95h-1.686v-1.796h1.686c.638 0 1.155-.517 1.155-1.154ZM8.595 7.893v3.372H6.8V7.893h1.795Zm14.362 0v3.372h-1.795V7.893h1.795ZM6.8 4.449A2.95 2.95 0 0 1 9.749 1.5h1.686v1.795H9.749c-.637 0-1.154.517-1.154 1.154v1.686H6.8V4.45Zm14.362 0c0-.637-.517-1.154-1.154-1.154H18.32V1.5h1.686a2.95 2.95 0 0 1 2.95 2.95v1.685h-1.795V4.45ZM16.564 1.5v1.795h-3.372V1.5h3.372Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "currentColor",
15
+ d: "M4.78 7.58h-.253a1.767 1.767 0 0 0-1.76 1.775l.04 9.618.01.18A1.77 1.77 0 0 0 4.4 20.725l.18.008 9.618-.04.18-.01a1.769 1.769 0 0 0 1.413-1.006h1.854a3.536 3.536 0 0 1-3.44 2.784l-9.618.039a3.535 3.535 0 0 1-3.548-3.52L1 9.362a3.535 3.535 0 0 1 3.52-3.548l.26-.001v1.766Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ fill: "currentColor",
18
+ fillRule: "evenodd",
19
+ d: "M17.146 7.467a2.013 2.013 0 0 1-2.015 2.016 2.015 2.015 0 1 1 2.015-2.016ZM15.131 10.1c-2.902 0-4.03 1.847-4.03 2.706s2.402 1.088 4.03 1.088c1.628 0 4.03-.229 4.03-1.088 0-.859-1.128-2.706-4.03-2.706Z",
20
+ clipRule: "evenodd"
21
+ }));
22
+
23
+ export { SvgIsolate as default };
@@ -0,0 +1,26 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgIsolateTwinkle = 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: "M6.811 16.208v-1.686H8.61v1.686c0 .637.517 1.154 1.156 1.154h1.69v1.795h-1.69a2.952 2.952 0 0 1-2.955-2.95Zm9.784 1.154v1.795h-3.379v-1.795h3.379Zm4.606-1.154v-1.686H23v1.686a2.952 2.952 0 0 1-2.955 2.95h-1.69v-1.796h1.69c.638 0 1.156-.517 1.156-1.154ZM8.61 9.393v3.372H6.81V9.393H8.61Zm14.39 0v3.372h-1.799V9.393H23Zm-1.799-3.444c0-.637-.518-1.154-1.156-1.154h-1.69V3h1.69A2.952 2.952 0 0 1 23 5.95v1.685h-1.799V5.95ZM16.595 3v1.795h-3.379V3h3.379Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "currentColor",
15
+ d: "M4.788 9.08h-.254a1.769 1.769 0 0 0-1.763 1.775l.04 9.618.009.18a1.77 1.77 0 0 0 1.587 1.572l.18.008 9.638-.04.18-.01a1.772 1.772 0 0 0 1.416-1.006h1.857a3.541 3.541 0 0 1-3.446 2.784L4.595 24a3.538 3.538 0 0 1-3.555-3.52L1 10.862a3.538 3.538 0 0 1 3.528-3.548l.26-.001v1.766Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ fill: "currentColor",
18
+ fillRule: "evenodd",
19
+ d: "M17.178 8.967a2.013 2.013 0 0 1-2.019 2.016 2.021 2.021 0 0 1-2.02-2.015 2.013 2.013 0 0 1 2.02-2.016 2.021 2.021 0 0 1 2.019 2.015Zm-2.02 2.632c-2.907 0-4.038 1.847-4.038 2.706s2.408 1.088 4.039 1.088c1.63 0 4.039-.229 4.039-1.088 0-.859-1.131-2.706-4.04-2.706Z",
20
+ clipRule: "evenodd"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "currentColor",
23
+ d: "M9.48 5.683a.493.493 0 0 1 .22-.22l2.049-1.022a.493.493 0 0 0 0-.882L9.7 2.537a.493.493 0 0 1-.221-.22L8.456.273a.494.494 0 0 0-.884 0L6.548 2.317a.494.494 0 0 1-.221.22L4.279 3.559a.493.493 0 0 0 0 .882l2.048 1.022a.494.494 0 0 1 .22.22l1.025 2.044a.494.494 0 0 0 .884 0L9.48 5.683Z"
24
+ }));
25
+
26
+ export { SvgIsolateTwinkle as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgTypography = 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: "M14.01 15.828c0-2.365 2.015-2.907 3.738-3.04a89.275 89.275 0 0 1 2.694-.152v-.835c0-1.311-.751-2.071-2.254-2.071-1.255 0-2.016.598-2.236 1.387h-1.65c.202-1.662 1.76-2.812 3.96-2.812 1.3 0 3.747.4 3.738 3.648v6.8h-1.558v-1.406h-.073c-.33.694-1.237 1.643-2.97 1.653-1.887-.01-3.39-1.159-3.39-3.172Zm1.575.076c.01 1.092.88 1.643 2.09 1.633 1.777.01 2.767-1.225 2.767-2.526v-1.035c-.467.028-2.034.151-2.51.18-1.43.095-2.337.617-2.346 1.748ZM3.723 18.753H2L6.857 5h1.74l4.857 13.753h-1.74l-1.33-3.875H5.052l-1.328 3.875Zm1.832-5.376h4.326L7.773 7.223h-.11l-2.108 6.154Z"
13
+ }));
14
+
15
+ export { SvgTypography as default };
package/esm/index.js CHANGED
@@ -19,8 +19,10 @@ export { default as AlphabetUnderlineIcon } from './AlphabetUnderline.js';
19
19
  export { default as AppleColorIcon } from './AppleColor.js';
20
20
  export { default as AreaIcon } from './Area.js';
21
21
  export { default as ArrowBelowIcon } from './ArrowBelow.js';
22
+ export { default as ArrowCurvedIcon } from './ArrowCurved.js';
22
23
  export { default as ArrowDiagonalIcon } from './ArrowDiagonal.js';
23
24
  export { default as ArrowDownIcon } from './ArrowDown.js';
25
+ export { default as ArrowElbowIcon } from './ArrowElbow.js';
24
26
  export { default as ArrowLeftIcon } from './ArrowLeft.js';
25
27
  export { default as ArrowLeftCircleIcon } from './ArrowLeftCircle.js';
26
28
  export { default as ArrowLeftLimitIcon } from './ArrowLeftLimit.js';
@@ -28,6 +30,7 @@ export { default as ArrowLeftRightIcon } from './ArrowLeftRight.js';
28
30
  export { default as ArrowRightIcon } from './ArrowRight.js';
29
31
  export { default as ArrowRightCircleIcon } from './ArrowRightCircle.js';
30
32
  export { default as ArrowRightLimitIcon } from './ArrowRightLimit.js';
33
+ export { default as ArrowStraightIcon } from './ArrowStraight.js';
31
34
  export { default as ArrowUpIcon } from './ArrowUp.js';
32
35
  export { default as ArrowUpDownIcon } from './ArrowUpDown.js';
33
36
  export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
@@ -134,6 +137,8 @@ export { default as InfiniteIcon } from './Infinite.js';
134
137
  export { default as InfoInCircleIcon } from './InfoInCircle.js';
135
138
  export { default as InkPenTwinkleIcon } from './InkPenTwinkle.js';
136
139
  export { default as InstagramIcon } from './Instagram.js';
140
+ export { default as IsolateIcon } from './Isolate.js';
141
+ export { default as IsolateTwinkleIcon } from './IsolateTwinkle.js';
137
142
  export { default as KakaoColorIcon } from './KakaoColor.js';
138
143
  export { default as KeyboardDownIcon } from './KeyboardDown.js';
139
144
  export { default as KorIcon } from './Kor.js';
@@ -257,6 +262,7 @@ export { default as TreasureboxIcon } from './Treasurebox.js';
257
262
  export { default as TrophyIcon } from './Trophy.js';
258
263
  export { default as TwinkleIcon } from './Twinkle.js';
259
264
  export { default as TwinkleColorIcon } from './TwinkleColor.js';
265
+ export { default as TypographyIcon } from './Typography.js';
260
266
  export { default as UndoIcon } from './Undo.js';
261
267
  export { default as UniversityIcon } from './University.js';
262
268
  export { default as UserBlockedIcon } from './UserBlocked.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.70.0",
3
+ "version": "1.71.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",
@@ -40,5 +40,5 @@
40
40
  "peerDependencies": {
41
41
  "react": "^18.2.0"
42
42
  },
43
- "gitHead": "c6899af489cb79bfa198af65ca0799cebcb136c8"
43
+ "gitHead": "d03f0d46a29396eda386bd1337c5c23d33a49182"
44
44
  }
@@ -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 d="M16.1529 2.76472C16.6118 2.36957 17.3026 2.42291 17.696 2.88388L20.6169 6.30939C21.1278 6.90857 21.1276 7.79259 20.6169 8.39185L17.696 11.8174C17.3026 12.2786 16.6119 12.3319 16.1529 11.9365C15.6943 11.541 15.6411 10.8467 16.0344 10.3854L17.6406 8.50124C14.9746 8.59068 12.8404 10.7488 12.8404 13.3987V14.3989C12.8402 18.3208 9.61554 21.5 5.6372 21.5H4.11551C3.49931 21.4999 3.00018 21.0076 3 20.4002C3 19.7926 3.4992 19.3004 4.11551 19.3003H5.6372C8.38278 19.3003 10.6092 17.1055 10.6094 14.3989V13.3987C10.6094 9.50552 13.7871 6.34586 17.7252 6.29962L16.0344 4.31582C15.6413 3.85449 15.6941 3.1601 16.1529 2.76472Z" fill="#8D94A0"/>
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 d="M16.1529 2.76472C16.6118 2.36957 17.3026 2.42291 17.696 2.88388L20.6169 6.30939C21.1278 6.90857 21.1276 7.79259 20.6169 8.39185L17.696 11.8174C17.3026 12.2786 16.6119 12.3319 16.1529 11.9365C15.6943 11.541 15.6411 10.8467 16.0344 10.3854L17.6445 8.49734H13.7956C13.1636 8.49734 12.6509 9.01272 12.6509 9.64796V18.1497C12.6509 20.0002 11.1589 21.5 9.318 21.5H4.09414C3.48965 21.5 3 21.0078 3 20.4002C3.00002 19.7925 3.48966 19.3003 4.09414 19.3003H9.318C9.94996 19.3003 10.4627 18.785 10.4627 18.1497V9.64796C10.4627 7.79744 11.9547 6.29767 13.7956 6.29767H17.7242L16.0344 4.31582C15.6413 3.85449 15.6941 3.1601 16.1529 2.76472Z" fill="#8D94A0"/>
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 d="M15.7721 2.50296L19.9411 2.8223C20.6787 2.87905 21.2652 3.46648 21.3219 4.20415L21.6422 8.37215C21.6846 8.92279 21.2729 9.40301 20.7223 9.4454C20.1717 9.48776 19.6914 9.07613 19.6491 8.52547L19.4713 6.22955L4.49193 21.2101C3.9766 21.7251 3.21151 21.7944 2.78198 21.3654C2.35253 20.9359 2.42118 20.1699 2.93628 19.6545L17.9167 4.6729L15.6188 4.49614C15.0684 4.45357 14.6575 3.97341 14.6999 3.42289C14.7422 2.87237 15.2217 2.46085 15.7721 2.50296Z" fill="#8D94A0"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.79959 14.7079V13.0218H8.59483V14.7079C8.59483 15.3453 9.11154 15.862 9.74892 15.862H11.435V17.6572H9.74892C8.12005 17.6572 6.79959 16.3368 6.79959 14.7079ZM16.5643 15.862V17.6572H13.1922V15.862H16.5643ZM21.1616 14.7079V13.0218H22.9568V14.7079C22.9568 16.3368 21.6364 17.6572 20.0075 17.6572H18.3214V15.862H20.0075C20.6449 15.862 21.1616 15.3453 21.1616 14.7079ZM8.59483 7.89257V11.2647H6.79959V7.89257H8.59483ZM22.9568 7.89257V11.2647H21.1616V7.89257H22.9568ZM6.79959 4.44934C6.79959 2.82046 8.12005 1.5 9.74892 1.5H11.435V3.29525H9.74892C9.11154 3.29525 8.59483 3.81195 8.59483 4.44934V6.13539H6.79959V4.44934ZM21.1616 4.44934C21.1616 3.81195 20.6449 3.29525 20.0075 3.29525H18.3214V1.5H20.0075C21.6364 1.5 22.9568 2.82046 22.9568 4.44934V6.13539H21.1616V4.44934ZM16.5643 1.5V3.29525H13.1922V1.5H16.5643Z" fill="#8D94A0"/>
3
+ <path d="M4.78029 7.5794L4.52728 7.58047C3.55141 7.58456 2.764 8.37892 2.76794 9.35481L2.80654 18.9727L2.81619 19.1528C2.904 19.9843 3.56858 20.6436 4.40077 20.7246L4.58088 20.7331L14.1988 20.6935L14.3789 20.6838C15.0059 20.6176 15.535 20.2238 15.7919 19.6771H17.6456C17.3026 21.2627 15.8954 22.4543 14.2063 22.4614L4.58839 22.5C2.63657 22.5079 1.04787 20.932 1.0397 18.9802L1.00003 9.36232C0.992122 7.41034 2.56887 5.82154 4.52084 5.81363L4.78029 5.81256V7.5794Z" fill="#8D94A0"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.1462 7.46725C17.1463 7.73189 17.0942 7.99395 16.9929 8.23846C16.8917 8.48297 16.7432 8.70514 16.5561 8.89229C16.369 9.07944 16.1469 9.2279 15.9024 9.3292C15.6579 9.4305 15.3959 9.48266 15.1312 9.48268C14.5967 9.48274 14.0841 9.27047 13.7062 8.89258C13.3282 8.51469 13.1158 8.00213 13.1158 7.46766C13.1158 7.20302 13.1679 6.94096 13.2691 6.69645C13.3704 6.45194 13.5188 6.22977 13.7059 6.04262C14.0838 5.66466 14.5963 5.45229 15.1308 5.45223C15.6653 5.45218 16.1779 5.66444 16.5558 6.04233C16.9338 6.42022 17.1462 6.93278 17.1462 7.46725ZM15.131 10.0992C12.229 10.0992 11.1001 11.946 11.1001 12.8052C11.1001 13.664 13.5032 13.8929 15.131 13.8929C16.7588 13.8929 19.1619 13.664 19.1619 12.8052C19.1619 11.946 18.033 10.0992 15.131 10.0992Z" fill="#8D94A0"/>
5
+ </svg>
@@ -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
+ <path d="M6.81099 16.2079V14.5218H8.60977V16.2079C8.60977 16.8453 9.12749 17.362 9.76613 17.362H11.4555V19.1572H9.76613C8.13405 19.1572 6.81099 17.8368 6.81099 16.2079ZM16.5949 17.362V19.1572H13.2161V17.362H16.5949ZM21.2012 16.2079V14.5218H23V16.2079C23 17.8368 21.6769 19.1572 20.0449 19.1572H18.3555V17.362H20.0449C20.6835 17.362 21.2012 16.8453 21.2012 16.2079ZM8.60977 9.39257V12.7647H6.81099V9.39257H8.60977ZM23 9.39257V12.7647H21.2012V9.39257H23ZM21.2012 5.94934C21.2012 5.31195 20.6835 4.79525 20.0449 4.79525H18.3555V3H20.0449C21.6769 3 23 4.32046 23 5.94934V7.63539H21.2012V5.94934ZM16.5949 3V4.79525H13.2161V3H16.5949Z" fill="#8D94A0"/>
3
+ <path d="M4.78773 9.0794L4.53421 9.08047C3.55643 9.08456 2.76747 9.87892 2.77142 10.8548L2.81009 20.4727L2.81976 20.6528C2.90775 21.4843 3.57363 22.1436 4.40745 22.2246L4.58792 22.2331L14.2247 22.1935L14.4052 22.1838C15.0335 22.1176 15.5636 21.7238 15.821 21.1771H17.6784C17.3346 22.7627 15.9247 23.9543 14.2323 23.9614L4.59544 24C2.63979 24.0079 1.04796 22.432 1.03978 20.4802L1.00003 10.8623C0.992106 8.91034 2.57195 7.32154 4.52777 7.31363L4.78773 7.31256V9.0794Z" fill="#8D94A0"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.178 8.96725C17.178 9.23189 17.1258 9.49395 17.0244 9.73846C16.9229 9.98297 16.7742 10.2051 16.5867 10.3923C16.3992 10.5794 16.1767 10.7279 15.9317 10.8292C15.6867 10.9305 15.4242 10.9827 15.159 10.9827C14.6235 10.9827 14.1099 10.7705 13.7312 10.3926C13.3525 10.0147 13.1397 9.50213 13.1396 8.96766C13.1396 8.70302 13.1918 8.44096 13.2932 8.19645C13.3947 7.95194 13.5434 7.72977 13.7309 7.54262C14.1095 7.16466 14.6231 6.95229 15.1586 6.95223C15.6941 6.95218 16.2077 7.16444 16.5864 7.54233C16.9651 7.92022 17.1779 8.43278 17.178 8.96725ZM15.1588 11.5992C12.2511 11.5992 11.12 13.446 11.12 14.3052C11.12 15.164 13.5278 15.3929 15.1588 15.3929C16.7898 15.3929 19.1976 15.164 19.1976 14.3052C19.1976 13.446 18.0665 11.5992 15.1588 11.5992Z" fill="#8D94A0"/>
5
+ <path d="M9.47961 5.68343C9.5274 5.58803 9.60491 5.51067 9.70051 5.46296L11.7486 4.44093C12.1126 4.25926 12.1126 3.74074 11.7486 3.55907L9.70051 2.53704C9.60491 2.48933 9.5274 2.41197 9.47961 2.31657L8.45557 0.272512C8.27354 -0.0908371 7.754 -0.0908377 7.57196 0.272512L6.54793 2.31657C6.50013 2.41197 6.42262 2.48933 6.32702 2.53704L4.27895 3.55907C3.91488 3.74074 3.91488 4.25926 4.27895 4.44093L6.32702 5.46296C6.42262 5.51067 6.50013 5.58803 6.54793 5.68343L7.57196 7.72749C7.754 8.09084 8.27353 8.09084 8.45557 7.72749L9.47961 5.68343Z" fill="#8D94A0"/>
6
+ </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="M14.0094 15.8277C14.0094 13.4627 16.0253 12.9213 17.7481 12.7883C18.3895 12.7408 19.9932 12.6459 20.4422 12.6364V11.8005C20.4422 10.4898 19.6908 9.72999 18.1879 9.72999C16.9325 9.72999 16.172 10.3284 15.952 11.1167H14.3026C14.5042 9.45455 16.062 8.30529 18.2613 8.30529C19.5625 8.30529 22.0091 8.70421 22 11.9525V18.7531H20.4422V17.3474H20.3689C20.039 18.0407 19.1318 18.9905 17.3999 19C15.5122 18.9905 14.0094 17.8412 14.0094 15.8277ZM15.5855 15.9037C15.5947 16.9959 16.4652 17.5468 17.6748 17.5373C19.4525 17.5468 20.4422 16.3121 20.4422 15.0109V13.9756C19.9748 14.0041 18.4079 14.1275 17.9314 14.156C16.5019 14.251 15.5947 14.7734 15.5855 15.9037Z" fill="#8D94A0"/>
3
+ <path d="M3.72275 18.7531H2L6.85668 5H8.59775L13.4544 18.7531H11.7134L10.3846 14.8779H5.05146L3.72275 18.7531ZM5.55545 13.3772H9.88064L7.77303 7.22252H7.66307L5.55545 13.3772Z" fill="#8D94A0"/>
4
+ </svg>