@teamturing/icons 1.14.0 → 1.16.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 SvgFaceHappy: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFaceHappy;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgFaceSad: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFaceSad;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgInfinite: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgInfinite;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgMyBubble: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMyBubble;
package/dist/New.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgNew: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgNew;
package/dist/index.d.ts CHANGED
@@ -68,6 +68,8 @@ export { default as EraserIcon } from './Eraser';
68
68
  export { default as ExclamationPointInCircleIcon } from './ExclamationPointInCircle';
69
69
  export { default as EyeOffIcon } from './EyeOff';
70
70
  export { default as EyeOnIcon } from './EyeOn';
71
+ export { default as FaceHappyIcon } from './FaceHappy';
72
+ export { default as FaceSadIcon } from './FaceSad';
71
73
  export { default as FacebookIcon } from './Facebook';
72
74
  export { default as FacebookColorIcon } from './FacebookColor';
73
75
  export { default as FilterIcon } from './Filter';
@@ -79,6 +81,7 @@ export { default as GunColorIcon } from './GunColor';
79
81
  export { default as HairIcon } from './Hair';
80
82
  export { default as HeadphoneIcon } from './Headphone';
81
83
  export { default as HeartIcon } from './Heart';
84
+ export { default as InfiniteIcon } from './Infinite';
82
85
  export { default as InfoInCircleIcon } from './InfoInCircle';
83
86
  export { default as InstagramIcon } from './Instagram';
84
87
  export { default as KakaoColorIcon } from './KakaoColor';
@@ -98,7 +101,9 @@ export { default as MinusInCircleIcon } from './MinusInCircle';
98
101
  export { default as MoneybagIcon } from './Moneybag';
99
102
  export { default as MoneybagColorIcon } from './MoneybagColor';
100
103
  export { default as MoreIcon } from './More';
104
+ export { default as MyBubbleIcon } from './MyBubble';
101
105
  export { default as NaverColorIcon } from './NaverColor';
106
+ export { default as NewIcon } from './New';
102
107
  export { default as NoteIcon } from './Note';
103
108
  export { default as NoteColorIcon } from './NoteColor';
104
109
  export { default as NotePenColorIcon } from './NotePenColor';
package/dist/index.js CHANGED
@@ -1110,6 +1110,32 @@ const SvgEyeOn = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
1110
1110
  clipRule: "evenodd"
1111
1111
  }));
1112
1112
 
1113
+ const SvgFaceHappy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1114
+ xmlns: "http://www.w3.org/2000/svg",
1115
+ width: "1em",
1116
+ height: "1em",
1117
+ fill: "none",
1118
+ viewBox: "0 0 24 24"
1119
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1120
+ fill: "currentColor",
1121
+ fillRule: "evenodd",
1122
+ d: "M12 .98c-6.075 0-11 4.924-11 11 0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11ZM10.821 10c0 .939-.574 1.7-1.283 1.7s-1.284-.761-1.284-1.7.575-1.7 1.284-1.7c.709 0 1.283.761 1.283 1.7Zm4.85 0c0 .94-.575 1.7-1.284 1.7-.71 0-1.284-.76-1.284-1.7 0-.939.575-1.7 1.284-1.7.708 0 1.283.761 1.283 1.7Zm-.338 5.336a.856.856 0 0 0-1.037-1.36A3.698 3.698 0 0 1 9.66 14a.856.856 0 1 0-1.102 1.31c1.083.912 3.944 2.181 6.774.025Z",
1123
+ clipRule: "evenodd"
1124
+ }));
1125
+
1126
+ const SvgFaceSad = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1127
+ xmlns: "http://www.w3.org/2000/svg",
1128
+ width: "1em",
1129
+ height: "1em",
1130
+ fill: "none",
1131
+ viewBox: "0 0 24 24"
1132
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1133
+ fill: "currentColor",
1134
+ fillRule: "evenodd",
1135
+ d: "M12 .98c-6.075 0-11 4.924-11 11 0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11ZM10.821 10c0 .939-.574 1.7-1.283 1.7s-1.284-.761-1.284-1.7.575-1.7 1.284-1.7c.709 0 1.283.761 1.283 1.7Zm4.85 0c0 .94-.575 1.7-1.284 1.7-.71 0-1.284-.76-1.284-1.7 0-.939.575-1.7 1.284-1.7.708 0 1.283.761 1.283 1.7Zm-7.08 4.985a.856.856 0 0 0 1.038 1.361 3.697 3.697 0 0 1 4.634-.026.856.856 0 1 0 1.102-1.309c-1.083-.912-3.944-2.182-6.773-.026Z",
1136
+ clipRule: "evenodd"
1137
+ }));
1138
+
1113
1139
  const SvgFacebook = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1114
1140
  xmlns: "http://www.w3.org/2000/svg",
1115
1141
  width: "1em",
@@ -1251,6 +1277,17 @@ const SvgHeart = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
1251
1277
  clipRule: "evenodd"
1252
1278
  }));
1253
1279
 
1280
+ const SvgInfinite = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1281
+ xmlns: "http://www.w3.org/2000/svg",
1282
+ width: "1em",
1283
+ height: "1em",
1284
+ fill: "none",
1285
+ viewBox: "0 0 20 20"
1286
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1287
+ fill: "#7A828D",
1288
+ d: "M17.802 6.972a4.393 4.393 0 0 0-3.123-1.136c-2.008.066-3.247 1.335-4.683 2.804l-.008.007-.008-.007C8.545 7.17 7.313 5.902 5.297 5.836a4.374 4.374 0 0 0-3.099 1.136A4.085 4.085 0 0 0 .833 9.997a4.05 4.05 0 0 0 1.35 3.033 4.414 4.414 0 0 0 2.973 1.137h.157C7.32 14.1 8.56 12.83 9.996 11.363v-.008l.008.008c1.435 1.468 2.667 2.737 4.683 2.804h.157a4.379 4.379 0 0 0 2.973-1.137 4.05 4.05 0 0 0 1.35-3.033 4.085 4.085 0 0 0-1.365-3.025Zm-12.56 5.35c-.635.022-1.24-.2-1.694-.613a2.31 2.31 0 0 1 .008-3.416 2.388 2.388 0 0 1 1.6-.62h.086c1.138.037 1.922.782 3.31 2.206.032.037.071.074.103.104l-.008.014.008.008c-.032.037-.071.074-.102.103-1.389 1.432-2.173 2.177-3.311 2.214Zm11.21-.613a2.392 2.392 0 0 1-1.694.613c-1.138-.037-1.922-.782-3.31-2.206-.032-.037-.071-.074-.103-.104l.008-.015h-.008c.032-.036.07-.073.102-.103 1.389-1.424 2.173-2.17 3.31-2.206.62-.008 1.225.2 1.687.62.495.442.761 1.048.761 1.704 0 .65-.266 1.255-.753 1.697Z"
1289
+ }));
1290
+
1254
1291
  const SvgInfoInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1255
1292
  xmlns: "http://www.w3.org/2000/svg",
1256
1293
  width: "1em",
@@ -1548,6 +1585,19 @@ const SvgMore = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
1548
1585
  clipRule: "evenodd"
1549
1586
  }));
1550
1587
 
1588
+ const SvgMyBubble = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1589
+ xmlns: "http://www.w3.org/2000/svg",
1590
+ width: "1em",
1591
+ height: "1em",
1592
+ fill: "none",
1593
+ viewBox: "0 0 24 24"
1594
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1595
+ fill: "currentColor",
1596
+ fillRule: "evenodd",
1597
+ d: "M1.5 11.065c0-5.247 4.701-9.5 10.5-9.5s10.5 4.253 10.5 9.5-4.701 9.5-10.5 9.5a11.53 11.53 0 0 1-3.058-.412l-4.731 2.233a.5.5 0 0 1-.703-.552l.868-4.249C2.598 15.882 1.5 13.592 1.5 11.065Zm5.479-2.721a.987.987 0 0 0-.987.986v4.022a.648.648 0 0 0 1.297 0v-2.855a.028.028 0 0 1 .054-.01l1.214 3.089a.62.62 0 0 0 1.152 0l1.214-3.074a.028.028 0 0 1 .054.01v2.84a.648.648 0 0 0 1.296 0V9.33a.987.987 0 0 0-1.9-.374l-1.197 2.921a.047.047 0 0 1-.086 0L7.892 8.956a.987.987 0 0 0-.913-.612Zm6.954 0a.647.647 0 0 0-.566.96l1.414 2.556c.082.148.125.315.125.484v.992a.664.664 0 0 0 1.328 0v-.993a1 1 0 0 1 .125-.482l1.411-2.562a.644.644 0 1 0-1.137-.605l-1.028 2.004a.038.038 0 0 1-.068 0l-1.029-2.003a.647.647 0 0 0-.575-.351Z",
1598
+ clipRule: "evenodd"
1599
+ }));
1600
+
1551
1601
  const SvgNaverColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1552
1602
  xmlns: "http://www.w3.org/2000/svg",
1553
1603
  width: "1em",
@@ -1562,6 +1612,24 @@ const SvgNaverColor = props => /*#__PURE__*/React__namespace.createElement("svg"
1562
1612
  d: "M13.305 8.125v3.91l-2.68-3.91H7.73v7.75h2.883v-3.91l2.68 3.91h2.896v-7.75h-2.883Z"
1563
1613
  }));
1564
1614
 
1615
+ const SvgNew = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1616
+ xmlns: "http://www.w3.org/2000/svg",
1617
+ width: "1em",
1618
+ height: "1em",
1619
+ fill: "none",
1620
+ viewBox: "0 0 24 24"
1621
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
1622
+ fill: "currentColor",
1623
+ clipPath: "url(#new_svg__a)"
1624
+ }, /*#__PURE__*/React__namespace.createElement("path", {
1625
+ d: "M5.687 8.245c.486 0 .881.395.881.882v5.64a.987.987 0 0 1-1.798.562L2.025 11.36a.034.034 0 0 0-.062.02v3.492a.882.882 0 1 1-1.763 0v-5.63a.998.998 0 0 1 1.822-.564l2.709 3.956a.04.04 0 0 0 .074-.023V9.127c0-.487.395-.882.882-.882ZM8.709 15.754a1 1 0 0 1-1-1V9.245a1 1 0 0 1 1-1h3.475a.72.72 0 0 1 0 1.442h-1.918a.793.793 0 0 0 0 1.587h1.649a.72.72 0 1 1 0 1.441H10.27a.799.799 0 1 0 0 1.597h1.924a.72.72 0 1 1 0 1.442H8.709ZM16.561 15.754a1 1 0 0 1-.96-.723L13.98 9.417a.918.918 0 1 1 1.776-.461l.98 4.237a.04.04 0 0 0 .077 0l1.103-4.202a1 1 0 0 1 .967-.746h.066a1 1 0 0 1 .967.745l1.114 4.22a.033.033 0 0 0 .064-.002l.99-4.254a.917.917 0 1 1 1.776.464l-1.629 5.615a1 1 0 0 1-.96.721h-.203a1 1 0 0 1-.959-.716l-1.148-3.88a.042.042 0 0 0-.08 0l-1.148 3.88a1 1 0 0 1-.96.716h-.212Z"
1626
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
1627
+ id: "new_svg__a"
1628
+ }, /*#__PURE__*/React__namespace.createElement("path", {
1629
+ fill: "#fff",
1630
+ d: "M0 0h24v24H0z"
1631
+ }))));
1632
+
1565
1633
  const SvgNote = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1566
1634
  xmlns: "http://www.w3.org/2000/svg",
1567
1635
  width: "1em",
@@ -3061,6 +3129,8 @@ exports.EraserIcon = SvgEraser;
3061
3129
  exports.ExclamationPointInCircleIcon = SvgExclamationPointInCircle;
3062
3130
  exports.EyeOffIcon = SvgEyeOff;
3063
3131
  exports.EyeOnIcon = SvgEyeOn;
3132
+ exports.FaceHappyIcon = SvgFaceHappy;
3133
+ exports.FaceSadIcon = SvgFaceSad;
3064
3134
  exports.FacebookColorIcon = SvgFacebookColor;
3065
3135
  exports.FacebookIcon = SvgFacebook;
3066
3136
  exports.FilterIcon = SvgFilter;
@@ -3072,6 +3142,7 @@ exports.GunIcon = SvgGun;
3072
3142
  exports.HairIcon = SvgHair;
3073
3143
  exports.HeadphoneIcon = SvgHeadphone;
3074
3144
  exports.HeartIcon = SvgHeart;
3145
+ exports.InfiniteIcon = SvgInfinite;
3075
3146
  exports.InfoInCircleIcon = SvgInfoInCircle;
3076
3147
  exports.InstagramIcon = SvgInstagram;
3077
3148
  exports.KakaoColorIcon = SvgKakaoColor;
@@ -3091,7 +3162,9 @@ exports.MinusInCircleIcon = SvgMinusInCircle;
3091
3162
  exports.MoneybagColorIcon = SvgMoneybagColor;
3092
3163
  exports.MoneybagIcon = SvgMoneybag;
3093
3164
  exports.MoreIcon = SvgMore;
3165
+ exports.MyBubbleIcon = SvgMyBubble;
3094
3166
  exports.NaverColorIcon = SvgNaverColor;
3167
+ exports.NewIcon = SvgNew;
3095
3168
  exports.NoteColorIcon = SvgNoteColor;
3096
3169
  exports.NoteIcon = SvgNote;
3097
3170
  exports.NotePenColorIcon = SvgNotePenColor;
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFaceHappy = 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: "M12 .98c-6.075 0-11 4.924-11 11 0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11ZM10.821 10c0 .939-.574 1.7-1.283 1.7s-1.284-.761-1.284-1.7.575-1.7 1.284-1.7c.709 0 1.283.761 1.283 1.7Zm4.85 0c0 .94-.575 1.7-1.284 1.7-.71 0-1.284-.76-1.284-1.7 0-.939.575-1.7 1.284-1.7.708 0 1.283.761 1.283 1.7Zm-.338 5.336a.856.856 0 0 0-1.037-1.36A3.698 3.698 0 0 1 9.66 14a.856.856 0 1 0-1.102 1.31c1.083.912 3.944 2.181 6.774.025Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgFaceHappy as default };
package/esm/FaceSad.js ADDED
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFaceSad = 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: "M12 .98c-6.075 0-11 4.924-11 11 0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11ZM10.821 10c0 .939-.574 1.7-1.283 1.7s-1.284-.761-1.284-1.7.575-1.7 1.284-1.7c.709 0 1.283.761 1.283 1.7Zm4.85 0c0 .94-.575 1.7-1.284 1.7-.71 0-1.284-.76-1.284-1.7 0-.939.575-1.7 1.284-1.7.708 0 1.283.761 1.283 1.7Zm-7.08 4.985a.856.856 0 0 0 1.038 1.361 3.697 3.697 0 0 1 4.634-.026.856.856 0 1 0 1.102-1.309c-1.083-.912-3.944-2.182-6.773-.026Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgFaceSad as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgInfinite = 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 20 20"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#7A828D",
12
+ d: "M17.802 6.972a4.393 4.393 0 0 0-3.123-1.136c-2.008.066-3.247 1.335-4.683 2.804l-.008.007-.008-.007C8.545 7.17 7.313 5.902 5.297 5.836a4.374 4.374 0 0 0-3.099 1.136A4.085 4.085 0 0 0 .833 9.997a4.05 4.05 0 0 0 1.35 3.033 4.414 4.414 0 0 0 2.973 1.137h.157C7.32 14.1 8.56 12.83 9.996 11.363v-.008l.008.008c1.435 1.468 2.667 2.737 4.683 2.804h.157a4.379 4.379 0 0 0 2.973-1.137 4.05 4.05 0 0 0 1.35-3.033 4.085 4.085 0 0 0-1.365-3.025Zm-12.56 5.35c-.635.022-1.24-.2-1.694-.613a2.31 2.31 0 0 1 .008-3.416 2.388 2.388 0 0 1 1.6-.62h.086c1.138.037 1.922.782 3.31 2.206.032.037.071.074.103.104l-.008.014.008.008c-.032.037-.071.074-.102.103-1.389 1.432-2.173 2.177-3.311 2.214Zm11.21-.613a2.392 2.392 0 0 1-1.694.613c-1.138-.037-1.922-.782-3.31-2.206-.032-.037-.071-.074-.103-.104l.008-.015h-.008c.032-.036.07-.073.102-.103 1.389-1.424 2.173-2.17 3.31-2.206.62-.008 1.225.2 1.687.62.495.442.761 1.048.761 1.704 0 .65-.266 1.255-.753 1.697Z"
13
+ }));
14
+
15
+ export { SvgInfinite as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgMyBubble = 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: "M1.5 11.065c0-5.247 4.701-9.5 10.5-9.5s10.5 4.253 10.5 9.5-4.701 9.5-10.5 9.5a11.53 11.53 0 0 1-3.058-.412l-4.731 2.233a.5.5 0 0 1-.703-.552l.868-4.249C2.598 15.882 1.5 13.592 1.5 11.065Zm5.479-2.721a.987.987 0 0 0-.987.986v4.022a.648.648 0 0 0 1.297 0v-2.855a.028.028 0 0 1 .054-.01l1.214 3.089a.62.62 0 0 0 1.152 0l1.214-3.074a.028.028 0 0 1 .054.01v2.84a.648.648 0 0 0 1.296 0V9.33a.987.987 0 0 0-1.9-.374l-1.197 2.921a.047.047 0 0 1-.086 0L7.892 8.956a.987.987 0 0 0-.913-.612Zm6.954 0a.647.647 0 0 0-.566.96l1.414 2.556c.082.148.125.315.125.484v.992a.664.664 0 0 0 1.328 0v-.993a1 1 0 0 1 .125-.482l1.411-2.562a.644.644 0 1 0-1.137-.605l-1.028 2.004a.038.038 0 0 1-.068 0l-1.029-2.003a.647.647 0 0 0-.575-.351Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgMyBubble as default };
package/esm/New.js ADDED
@@ -0,0 +1,22 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgNew = 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("g", {
11
+ fill: "currentColor",
12
+ clipPath: "url(#new_svg__a)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M5.687 8.245c.486 0 .881.395.881.882v5.64a.987.987 0 0 1-1.798.562L2.025 11.36a.034.034 0 0 0-.062.02v3.492a.882.882 0 1 1-1.763 0v-5.63a.998.998 0 0 1 1.822-.564l2.709 3.956a.04.04 0 0 0 .074-.023V9.127c0-.487.395-.882.882-.882ZM8.709 15.754a1 1 0 0 1-1-1V9.245a1 1 0 0 1 1-1h3.475a.72.72 0 0 1 0 1.442h-1.918a.793.793 0 0 0 0 1.587h1.649a.72.72 0 1 1 0 1.441H10.27a.799.799 0 1 0 0 1.597h1.924a.72.72 0 1 1 0 1.442H8.709ZM16.561 15.754a1 1 0 0 1-.96-.723L13.98 9.417a.918.918 0 1 1 1.776-.461l.98 4.237a.04.04 0 0 0 .077 0l1.103-4.202a1 1 0 0 1 .967-.746h.066a1 1 0 0 1 .967.745l1.114 4.22a.033.033 0 0 0 .064-.002l.99-4.254a.917.917 0 1 1 1.776.464l-1.629 5.615a1 1 0 0 1-.96.721h-.203a1 1 0 0 1-.959-.716l-1.148-3.88a.042.042 0 0 0-.08 0l-1.148 3.88a1 1 0 0 1-.96.716h-.212Z"
15
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
16
+ id: "new_svg__a"
17
+ }, /*#__PURE__*/React.createElement("path", {
18
+ fill: "#fff",
19
+ d: "M0 0h24v24H0z"
20
+ }))));
21
+
22
+ export { SvgNew as default };
package/esm/index.js CHANGED
@@ -68,6 +68,8 @@ export { default as EraserIcon } from './Eraser.js';
68
68
  export { default as ExclamationPointInCircleIcon } from './ExclamationPointInCircle.js';
69
69
  export { default as EyeOffIcon } from './EyeOff.js';
70
70
  export { default as EyeOnIcon } from './EyeOn.js';
71
+ export { default as FaceHappyIcon } from './FaceHappy.js';
72
+ export { default as FaceSadIcon } from './FaceSad.js';
71
73
  export { default as FacebookIcon } from './Facebook.js';
72
74
  export { default as FacebookColorIcon } from './FacebookColor.js';
73
75
  export { default as FilterIcon } from './Filter.js';
@@ -79,6 +81,7 @@ export { default as GunColorIcon } from './GunColor.js';
79
81
  export { default as HairIcon } from './Hair.js';
80
82
  export { default as HeadphoneIcon } from './Headphone.js';
81
83
  export { default as HeartIcon } from './Heart.js';
84
+ export { default as InfiniteIcon } from './Infinite.js';
82
85
  export { default as InfoInCircleIcon } from './InfoInCircle.js';
83
86
  export { default as InstagramIcon } from './Instagram.js';
84
87
  export { default as KakaoColorIcon } from './KakaoColor.js';
@@ -98,7 +101,9 @@ export { default as MinusInCircleIcon } from './MinusInCircle.js';
98
101
  export { default as MoneybagIcon } from './Moneybag.js';
99
102
  export { default as MoneybagColorIcon } from './MoneybagColor.js';
100
103
  export { default as MoreIcon } from './More.js';
104
+ export { default as MyBubbleIcon } from './MyBubble.js';
101
105
  export { default as NaverColorIcon } from './NaverColor.js';
106
+ export { default as NewIcon } from './New.js';
102
107
  export { default as NoteIcon } from './Note.js';
103
108
  export { default as NoteColorIcon } from './NoteColor.js';
104
109
  export { default as NotePenColorIcon } from './NotePenColor.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.14.0",
3
+ "version": "1.16.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",
@@ -33,5 +33,5 @@
33
33
  "peerDependencies": {
34
34
  "react": "^18.2.0"
35
35
  },
36
- "gitHead": "145932146d97ab562dfedfcfbc62826e460c46ca"
36
+ "gitHead": "dabde12c0a34b5a287eccc54ac29d9dc4d4f826d"
37
37
  }
@@ -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="M12 0.97998C5.925 0.97998 1 5.90398 1 11.98C1 18.055 5.925 22.98 12 22.98C18.075 22.98 23 18.055 23 11.98C23 5.90398 18.075 0.97998 12 0.97998ZM10.8212 10C10.8212 10.9389 10.2466 11.7 9.53782 11.7C8.82901 11.7 8.25441 10.9389 8.25441 10C8.25441 9.06113 8.82901 8.3 9.53782 8.3C10.2466 8.3 10.8212 9.06113 10.8212 10ZM15.6701 10.0002C15.6701 10.9391 15.0955 11.7002 14.3867 11.7002C13.6779 11.7002 13.1033 10.9391 13.1033 10.0002C13.1033 9.06132 13.6779 8.3002 14.3867 8.3002C15.0955 8.3002 15.6701 9.06132 15.6701 10.0002ZM15.3326 15.3365C15.7085 15.0501 15.781 14.5132 15.4947 14.1373C15.2083 13.7614 14.6714 13.6889 14.2956 13.9753C12.3336 15.4702 10.3842 14.6103 9.66116 14.0014C9.29971 13.697 8.75995 13.7433 8.45557 14.1047C8.15119 14.4662 8.19746 15.006 8.55891 15.3104C9.64219 16.2227 12.5032 17.4924 15.3326 15.3365Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M12 0.97998C5.925 0.97998 1 5.90398 1 11.98C1 18.055 5.925 22.98 12 22.98C18.075 22.98 23 18.055 23 11.98C23 5.90398 18.075 0.97998 12 0.97998ZM10.8212 10C10.8212 10.9389 10.2466 11.7 9.53782 11.7C8.82901 11.7 8.25441 10.9389 8.25441 10C8.25441 9.06113 8.82901 8.3 9.53782 8.3C10.2466 8.3 10.8212 9.06113 10.8212 10ZM15.6701 10.0002C15.6701 10.9391 15.0955 11.7002 14.3867 11.7002C13.6779 11.7002 13.1033 10.9391 13.1033 10.0002C13.1033 9.06132 13.6779 8.3002 14.3867 8.3002C15.0955 8.3002 15.6701 9.06132 15.6701 10.0002ZM8.59151 14.9852C8.21564 15.2716 8.14309 15.8085 8.42947 16.1844C8.71585 16.5603 9.25271 16.6329 9.62858 16.3465C11.5906 14.8515 13.54 15.7115 14.263 16.3204C14.6244 16.6248 15.1642 16.5785 15.4686 16.217C15.7729 15.8555 15.7267 15.3158 15.3652 15.0114C14.2819 14.0991 11.4209 12.8294 8.59151 14.9852Z" fill="#8D94A0"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="ic/infinite">
3
+ <path id="Vector" d="M17.8016 6.97206C16.9543 6.19726 15.8404 5.79879 14.6793 5.83569C12.6711 5.9021 11.4316 7.1713 9.996 8.63974C9.996 8.63974 9.99599 8.63974 9.98815 8.64712C9.98815 8.64712 9.98815 8.64712 9.98031 8.63974C8.5447 7.1713 7.31307 5.9021 5.29695 5.83569C4.15945 5.79879 3.04549 6.19726 2.19825 6.97206C1.32748 7.75425 0.833252 8.86111 0.833252 9.99749C0.833252 11.1634 1.31179 12.2407 2.18256 13.0303C2.99058 13.7608 4.04178 14.1667 5.15574 14.1667C5.21066 14.1667 5.25773 14.1667 5.31264 14.1667C7.32091 14.1003 8.56039 12.8311 9.996 11.3626C9.996 11.3626 9.996 11.3626 9.996 11.3552C9.996 11.3552 9.996 11.3552 10.0038 11.3626C11.4394 12.8311 12.6711 14.1003 14.6872 14.1667C14.7421 14.1667 14.7892 14.1667 14.8441 14.1667C15.9581 14.1667 17.0093 13.7682 17.8173 13.0303C18.688 12.2407 19.1666 11.1634 19.1666 9.99749C19.1666 8.86111 18.6724 7.75425 17.8016 6.97206ZM5.24204 12.3219C4.60661 12.344 4.00256 12.1227 3.54756 11.7094C3.06118 11.2667 2.79446 10.6616 2.79446 9.99749C2.79446 9.34813 3.06902 8.74304 3.5554 8.29292C3.99471 7.89445 4.56738 7.67308 5.15574 7.67308C5.18712 7.67308 5.21066 7.67308 5.24204 7.67308C6.37954 7.70997 7.16402 8.45526 8.55255 9.87942C8.58393 9.91632 8.62315 9.95321 8.65453 9.98273L8.64669 9.99749L8.65453 10.0049C8.62315 10.0418 8.58393 10.0787 8.55255 10.1082C7.16402 11.5397 6.37954 12.285 5.24204 12.3219ZM16.4523 11.7094C15.9894 12.13 15.3775 12.344 14.7578 12.3219C13.6203 12.285 12.8358 11.5397 11.4473 10.1156C11.4159 10.0787 11.3767 10.0418 11.3453 10.0122L11.3531 9.99749H11.3453C11.3767 9.96059 11.4159 9.9237 11.4473 9.89418C12.8358 8.47002 13.6203 7.72473 14.7578 7.68784C15.3775 7.68046 15.9816 7.88707 16.4444 8.30768C16.9387 8.75042 17.2054 9.35551 17.2054 10.0122C17.2054 10.6616 16.9387 11.2667 16.4523 11.7094Z" fill="#7A828D"/>
4
+ </g>
5
+ </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="M1.5 11.065C1.5 5.818 6.201 1.565 12 1.565C17.799 1.565 22.5 5.818 22.5 11.065C22.5 16.312 17.799 20.565 12 20.565C10.9668 20.5653 9.93827 20.4267 8.942 20.153L4.211 22.386C4.1271 22.4255 4.03386 22.4409 3.94171 22.4305C3.84956 22.42 3.76212 22.3842 3.68918 22.3269C3.61624 22.2696 3.56066 22.1932 3.52867 22.1062C3.49667 22.0191 3.48952 21.9249 3.508 21.834L4.376 17.585C2.598 15.882 1.5 13.592 1.5 11.065ZM6.97884 8.34375C6.43393 8.34375 5.99219 8.78549 5.99219 9.33041V13.3516C5.99219 13.7097 6.2825 14 6.64062 14C6.99875 14 7.28906 13.7097 7.28906 13.3516V10.4966C7.28906 10.4812 7.30154 10.4688 7.31694 10.4688C7.3284 10.4688 7.33869 10.4758 7.34288 10.4864L8.55655 13.5758C8.64969 13.8128 8.87844 13.9688 9.13316 13.9688C9.38753 13.9688 9.61605 13.8133 9.70942 13.5766L10.9227 10.502C10.9269 10.4914 10.9372 10.4844 10.9487 10.4844C10.9641 10.4844 10.9766 10.4969 10.9766 10.5123V13.3516C10.9766 13.7097 11.2669 14 11.625 14C11.9831 14 12.2734 13.7097 12.2734 13.3516V9.33041C12.2734 8.78549 11.8317 8.34375 11.2868 8.34375C10.8864 8.34375 10.5258 8.58565 10.3739 8.95605L9.17592 11.8773C9.16875 11.8948 9.15172 11.9062 9.13281 11.9062C9.11391 11.9062 9.09688 11.8948 9.08971 11.8773L7.89172 8.95605C7.73983 8.58565 7.37918 8.34375 6.97884 8.34375ZM13.933 8.34375C13.4403 8.34375 13.1285 8.8726 13.367 9.30372L14.7813 11.86C14.8632 12.0082 14.9062 12.1748 14.9062 12.3441V13.3359C14.9062 13.7027 15.2036 14 15.5703 14C15.9371 14 16.2344 13.7027 16.2344 13.3359V12.3433C16.2344 12.1745 16.2771 12.0084 16.3586 11.8606L17.7703 9.29907C18.007 8.86966 17.6964 8.34375 17.2061 8.34375C16.9644 8.34375 16.7431 8.47893 16.6328 8.6939L15.6045 10.6979C15.5979 10.7107 15.5847 10.7188 15.5703 10.7188C15.5559 10.7188 15.5427 10.7107 15.5362 10.6979L14.5085 8.69527C14.3978 8.47946 14.1756 8.34375 13.933 8.34375Z" fill="#8D94A0"/>
3
+ </svg>
package/svg/new.svg ADDED
@@ -0,0 +1,12 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_13636_37)">
3
+ <path d="M5.68655 8.245C6.17344 8.245 6.56814 8.6397 6.56814 9.12659V14.7674C6.56814 15.3123 6.12639 15.7541 5.58146 15.7541C5.25756 15.7541 4.95428 15.5951 4.77001 15.3287L2.02514 11.3608C2.01878 11.3516 2.00832 11.3461 1.99716 11.3461C1.97836 11.3461 1.96313 11.3614 1.96313 11.3801V14.8725C1.96313 15.3594 1.56843 15.7541 1.08154 15.7541C0.594653 15.7541 0.199951 15.3594 0.199951 14.8725V9.24328C0.199951 8.69194 0.646901 8.245 1.19824 8.245C1.52765 8.245 1.83585 8.40749 2.02195 8.67929L4.7306 12.6352C4.73819 12.6463 4.75077 12.6529 4.76422 12.6529C4.78672 12.6529 4.80496 12.6347 4.80496 12.6122V9.12658C4.80496 8.6397 5.19967 8.245 5.68655 8.245Z" fill="#8D94A0"/>
4
+ <path d="M8.70903 15.7541C8.15674 15.7541 7.70903 15.3064 7.70903 14.7541V9.24499C7.70903 8.69271 8.15674 8.245 8.70903 8.245H12.1844C12.5825 8.245 12.9052 8.56772 12.9052 8.96582C12.9052 9.36393 12.5825 9.68665 12.1844 9.68665H10.2656C9.82744 9.68665 9.47221 10.0419 9.47221 10.4801C9.47221 10.9183 9.82744 11.2735 10.2656 11.2735H11.9147C12.3128 11.2735 12.6356 11.5962 12.6356 11.9943C12.6356 12.3925 12.3128 12.7152 11.9147 12.7152H10.2708C9.82976 12.7152 9.47221 13.0727 9.47221 13.5138C9.47221 13.9549 9.82976 14.3124 10.2708 14.3124H12.1948C12.5929 14.3124 12.9156 14.6351 12.9156 15.0332C12.9156 15.4313 12.5929 15.7541 12.1948 15.7541H8.70903Z" fill="#8D94A0"/>
5
+ <path d="M16.5614 15.7541C16.116 15.7541 15.7242 15.4594 15.6007 15.0314L13.98 9.41727C13.8106 8.83046 14.251 8.245 14.8618 8.245C15.2889 8.245 15.6596 8.53975 15.7559 8.95596L16.7356 13.1926C16.7398 13.2106 16.7558 13.2234 16.7743 13.2234C16.7924 13.2234 16.8082 13.2112 16.8127 13.1937L17.9159 8.9911C18.0313 8.55149 18.4287 8.245 18.8832 8.245H18.9492C19.4031 8.245 19.8001 8.55079 19.916 8.98971L21.0301 13.2091C21.0339 13.2236 21.0471 13.2338 21.0621 13.2338C21.0775 13.2338 21.0909 13.2231 21.0944 13.2081L22.0849 8.95443C22.1816 8.53898 22.5519 8.245 22.9785 8.245C23.5896 8.245 24.0299 8.83118 23.8597 9.4181L22.2312 15.0326C22.1072 15.46 21.7157 15.7541 21.2707 15.7541H21.0679C20.6249 15.7541 20.2347 15.4626 20.109 15.0379L18.9607 11.1581C18.9555 11.1405 18.9392 11.1283 18.9208 11.1283C18.9023 11.1283 18.8861 11.1405 18.8808 11.1581L17.7326 15.0379C17.6069 15.4626 17.2167 15.7541 16.7737 15.7541H16.5614Z" fill="#8D94A0"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_13636_37">
9
+ <rect width="24" height="24" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>