@teamturing/icons 1.15.0 → 1.17.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/FaceHappy.d.ts +3 -0
- package/dist/FaceSad.d.ts +3 -0
- package/dist/Glasses.d.ts +3 -0
- package/dist/MyBubble.d.ts +3 -0
- package/dist/New.d.ts +3 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +75 -0
- package/esm/FaceHappy.js +17 -0
- package/esm/FaceSad.js +17 -0
- package/esm/Glasses.js +17 -0
- package/esm/MyBubble.js +17 -0
- package/esm/New.js +22 -0
- package/esm/index.js +5 -0
- package/package.json +2 -2
- package/svg/face_happy.svg +3 -0
- package/svg/face_sad.svg +3 -0
- package/svg/glasses.svg +3 -0
- package/svg/my_bubble.svg +3 -0
- package/svg/new.svg +12 -0
package/dist/New.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -68,11 +68,14 @@ 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';
|
|
74
76
|
export { default as FireIcon } from './Fire';
|
|
75
77
|
export { default as FrameIcon } from './Frame';
|
|
78
|
+
export { default as GlassesIcon } from './Glasses';
|
|
76
79
|
export { default as GraphIcon } from './Graph';
|
|
77
80
|
export { default as GunIcon } from './Gun';
|
|
78
81
|
export { default as GunColorIcon } from './GunColor';
|
|
@@ -99,7 +102,9 @@ export { default as MinusInCircleIcon } from './MinusInCircle';
|
|
|
99
102
|
export { default as MoneybagIcon } from './Moneybag';
|
|
100
103
|
export { default as MoneybagColorIcon } from './MoneybagColor';
|
|
101
104
|
export { default as MoreIcon } from './More';
|
|
105
|
+
export { default as MyBubbleIcon } from './MyBubble';
|
|
102
106
|
export { default as NaverColorIcon } from './NaverColor';
|
|
107
|
+
export { default as NewIcon } from './New';
|
|
103
108
|
export { default as NoteIcon } from './Note';
|
|
104
109
|
export { default as NoteColorIcon } from './NoteColor';
|
|
105
110
|
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",
|
|
@@ -1174,6 +1200,19 @@ const SvgFrame = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
1174
1200
|
clipRule: "evenodd"
|
|
1175
1201
|
}));
|
|
1176
1202
|
|
|
1203
|
+
const SvgGlasses = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1204
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1205
|
+
width: "1em",
|
|
1206
|
+
height: "1em",
|
|
1207
|
+
fill: "none",
|
|
1208
|
+
viewBox: "0 0 24 24"
|
|
1209
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1210
|
+
fill: "currentColor",
|
|
1211
|
+
fillRule: "evenodd",
|
|
1212
|
+
d: "M6 15.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM6 18a5.5 5.5 0 0 0 5.419-6.447 3.168 3.168 0 0 1 1.162 0 5.5 5.5 0 1 0 1-2.327A5.553 5.553 0 0 0 12 9c-.547 0-1.083.077-1.58.225A5.5 5.5 0 1 0 6 18Zm12-2.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
|
1213
|
+
clipRule: "evenodd"
|
|
1214
|
+
}));
|
|
1215
|
+
|
|
1177
1216
|
const SvgGraph = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1178
1217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1179
1218
|
width: "1em",
|
|
@@ -1559,6 +1598,19 @@ const SvgMore = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
1559
1598
|
clipRule: "evenodd"
|
|
1560
1599
|
}));
|
|
1561
1600
|
|
|
1601
|
+
const SvgMyBubble = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1602
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1603
|
+
width: "1em",
|
|
1604
|
+
height: "1em",
|
|
1605
|
+
fill: "none",
|
|
1606
|
+
viewBox: "0 0 24 24"
|
|
1607
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1608
|
+
fill: "currentColor",
|
|
1609
|
+
fillRule: "evenodd",
|
|
1610
|
+
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",
|
|
1611
|
+
clipRule: "evenodd"
|
|
1612
|
+
}));
|
|
1613
|
+
|
|
1562
1614
|
const SvgNaverColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1563
1615
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1564
1616
|
width: "1em",
|
|
@@ -1573,6 +1625,24 @@ const SvgNaverColor = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
1573
1625
|
d: "M13.305 8.125v3.91l-2.68-3.91H7.73v7.75h2.883v-3.91l2.68 3.91h2.896v-7.75h-2.883Z"
|
|
1574
1626
|
}));
|
|
1575
1627
|
|
|
1628
|
+
const SvgNew = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1629
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1630
|
+
width: "1em",
|
|
1631
|
+
height: "1em",
|
|
1632
|
+
fill: "none",
|
|
1633
|
+
viewBox: "0 0 24 24"
|
|
1634
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1635
|
+
fill: "currentColor",
|
|
1636
|
+
clipPath: "url(#new_svg__a)"
|
|
1637
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1638
|
+
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"
|
|
1639
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1640
|
+
id: "new_svg__a"
|
|
1641
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1642
|
+
fill: "#fff",
|
|
1643
|
+
d: "M0 0h24v24H0z"
|
|
1644
|
+
}))));
|
|
1645
|
+
|
|
1576
1646
|
const SvgNote = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1577
1647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1578
1648
|
width: "1em",
|
|
@@ -3072,11 +3142,14 @@ exports.EraserIcon = SvgEraser;
|
|
|
3072
3142
|
exports.ExclamationPointInCircleIcon = SvgExclamationPointInCircle;
|
|
3073
3143
|
exports.EyeOffIcon = SvgEyeOff;
|
|
3074
3144
|
exports.EyeOnIcon = SvgEyeOn;
|
|
3145
|
+
exports.FaceHappyIcon = SvgFaceHappy;
|
|
3146
|
+
exports.FaceSadIcon = SvgFaceSad;
|
|
3075
3147
|
exports.FacebookColorIcon = SvgFacebookColor;
|
|
3076
3148
|
exports.FacebookIcon = SvgFacebook;
|
|
3077
3149
|
exports.FilterIcon = SvgFilter;
|
|
3078
3150
|
exports.FireIcon = SvgFire;
|
|
3079
3151
|
exports.FrameIcon = SvgFrame;
|
|
3152
|
+
exports.GlassesIcon = SvgGlasses;
|
|
3080
3153
|
exports.GraphIcon = SvgGraph;
|
|
3081
3154
|
exports.GunColorIcon = SvgGunColor;
|
|
3082
3155
|
exports.GunIcon = SvgGun;
|
|
@@ -3103,7 +3176,9 @@ exports.MinusInCircleIcon = SvgMinusInCircle;
|
|
|
3103
3176
|
exports.MoneybagColorIcon = SvgMoneybagColor;
|
|
3104
3177
|
exports.MoneybagIcon = SvgMoneybag;
|
|
3105
3178
|
exports.MoreIcon = SvgMore;
|
|
3179
|
+
exports.MyBubbleIcon = SvgMyBubble;
|
|
3106
3180
|
exports.NaverColorIcon = SvgNaverColor;
|
|
3181
|
+
exports.NewIcon = SvgNew;
|
|
3107
3182
|
exports.NoteColorIcon = SvgNoteColor;
|
|
3108
3183
|
exports.NoteIcon = SvgNote;
|
|
3109
3184
|
exports.NotePenColorIcon = SvgNotePenColor;
|
package/esm/FaceHappy.js
ADDED
|
@@ -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 };
|
package/esm/Glasses.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgGlasses = 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: "M6 15.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM6 18a5.5 5.5 0 0 0 5.419-6.447 3.168 3.168 0 0 1 1.162 0 5.5 5.5 0 1 0 1-2.327A5.553 5.553 0 0 0 12 9c-.547 0-1.083.077-1.58.225A5.5 5.5 0 1 0 6 18Zm12-2.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgGlasses as default };
|
package/esm/MyBubble.js
ADDED
|
@@ -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,11 +68,14 @@ 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';
|
|
74
76
|
export { default as FireIcon } from './Fire.js';
|
|
75
77
|
export { default as FrameIcon } from './Frame.js';
|
|
78
|
+
export { default as GlassesIcon } from './Glasses.js';
|
|
76
79
|
export { default as GraphIcon } from './Graph.js';
|
|
77
80
|
export { default as GunIcon } from './Gun.js';
|
|
78
81
|
export { default as GunColorIcon } from './GunColor.js';
|
|
@@ -99,7 +102,9 @@ export { default as MinusInCircleIcon } from './MinusInCircle.js';
|
|
|
99
102
|
export { default as MoneybagIcon } from './Moneybag.js';
|
|
100
103
|
export { default as MoneybagColorIcon } from './MoneybagColor.js';
|
|
101
104
|
export { default as MoreIcon } from './More.js';
|
|
105
|
+
export { default as MyBubbleIcon } from './MyBubble.js';
|
|
102
106
|
export { default as NaverColorIcon } from './NaverColor.js';
|
|
107
|
+
export { default as NewIcon } from './New.js';
|
|
103
108
|
export { default as NoteIcon } from './Note.js';
|
|
104
109
|
export { default as NoteColorIcon } from './NoteColor.js';
|
|
105
110
|
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.
|
|
3
|
+
"version": "1.17.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": "
|
|
36
|
+
"gitHead": "26a6e3cde5a4a1962c492c984d31f98ac3a757c9"
|
|
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>
|
package/svg/face_sad.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="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>
|
package/svg/glasses.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="M6 15.5C7.65685 15.5 9 14.1569 9 12.5C9 10.8431 7.65685 9.5 6 9.5C4.34315 9.5 3 10.8431 3 12.5C3 14.1569 4.34315 15.5 6 15.5ZM6 18C9.03757 18 11.5 15.5376 11.5 12.5C11.5 12.1769 11.4721 11.8604 11.4187 11.5526C11.5975 11.5192 11.7922 11.5 11.9999 11.5C12.2078 11.5 12.4025 11.5192 12.5813 11.5526C12.5279 11.8604 12.5 12.1769 12.5 12.5C12.5 15.5376 14.9624 18 18 18C21.0376 18 23.5 15.5376 23.5 12.5C23.5 9.46243 21.0376 7 18 7C16.1892 7 14.5828 7.87509 13.5806 9.22544C13.0829 9.07715 12.5473 9 11.9999 9C11.4527 9 10.917 9.07714 10.4194 9.22542C9.41719 7.87508 7.81079 7 6 7C2.96243 7 0.5 9.46243 0.5 12.5C0.5 15.5376 2.96243 18 6 18ZM18 15.5C19.6569 15.5 21 14.1569 21 12.5C21 10.8431 19.6569 9.5 18 9.5C16.3431 9.5 15 10.8431 15 12.5C15 14.1569 16.3431 15.5 18 15.5Z" 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="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>
|