@teamturing/icons 1.67.0 → 1.69.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/AiSquare.d.ts +3 -0
- package/dist/Area.d.ts +3 -0
- package/dist/Flask.d.ts +3 -0
- package/dist/InkPenTwinkle.d.ts +3 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +56 -0
- package/esm/AiSquare.js +18 -0
- package/esm/Area.js +18 -0
- package/esm/Flask.js +17 -0
- package/esm/InkPenTwinkle.js +15 -0
- package/esm/index.js +4 -0
- package/package.json +2 -2
- package/svg/ai_square.svg +5 -0
- package/svg/area.svg +5 -0
- package/svg/flask.svg +3 -0
- package/svg/ink_pen_twinkle.svg +5 -0
package/dist/Area.d.ts
ADDED
package/dist/Flask.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export { default as AVertialLineIcon } from './AVertialLine';
|
|
|
4
4
|
export { default as AiIcon } from './Ai';
|
|
5
5
|
export { default as AiColorIcon } from './AiColor';
|
|
6
6
|
export { default as AiSadIcon } from './AiSad';
|
|
7
|
+
export { default as AiSquareIcon } from './AiSquare';
|
|
7
8
|
export { default as AlarmIcon } from './Alarm';
|
|
8
9
|
export { default as AlphabetBoldIcon } from './AlphabetBold';
|
|
9
10
|
export { default as AlphabetHeading1Icon } from './AlphabetHeading1';
|
|
@@ -13,6 +14,7 @@ export { default as AlphabetItalicIcon } from './AlphabetItalic';
|
|
|
13
14
|
export { default as AlphabetTextIcon } from './AlphabetText';
|
|
14
15
|
export { default as AlphabetUnderlineIcon } from './AlphabetUnderline';
|
|
15
16
|
export { default as AppleColorIcon } from './AppleColor';
|
|
17
|
+
export { default as AreaIcon } from './Area';
|
|
16
18
|
export { default as ArrowBelowIcon } from './ArrowBelow';
|
|
17
19
|
export { default as ArrowDiagonalIcon } from './ArrowDiagonal';
|
|
18
20
|
export { default as ArrowDownIcon } from './ArrowDown';
|
|
@@ -112,6 +114,7 @@ export { default as FindIcon } from './Find';
|
|
|
112
114
|
export { default as FireIcon } from './Fire';
|
|
113
115
|
export { default as FireColorIcon } from './FireColor';
|
|
114
116
|
export { default as FlagIcon } from './Flag';
|
|
117
|
+
export { default as FlaskIcon } from './Flask';
|
|
115
118
|
export { default as FolderIcon } from './Folder';
|
|
116
119
|
export { default as FrameIcon } from './Frame';
|
|
117
120
|
export { default as GlassesIcon } from './Glasses';
|
|
@@ -124,6 +127,7 @@ export { default as HeartIcon } from './Heart';
|
|
|
124
127
|
export { default as HomeIcon } from './Home';
|
|
125
128
|
export { default as InfiniteIcon } from './Infinite';
|
|
126
129
|
export { default as InfoInCircleIcon } from './InfoInCircle';
|
|
130
|
+
export { default as InkPenTwinkleIcon } from './InkPenTwinkle';
|
|
127
131
|
export { default as InstagramIcon } from './Instagram';
|
|
128
132
|
export { default as KakaoColorIcon } from './KakaoColor';
|
|
129
133
|
export { default as KeyboardDownIcon } from './KeyboardDown';
|
package/dist/index.js
CHANGED
|
@@ -133,6 +133,20 @@ const SvgAiSad = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
133
133
|
d: "M0 0h24v24H0z"
|
|
134
134
|
}))));
|
|
135
135
|
|
|
136
|
+
const SvgAiSquare = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
137
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
138
|
+
width: "1em",
|
|
139
|
+
height: "1em",
|
|
140
|
+
fill: "none",
|
|
141
|
+
viewBox: "0 0 24 24"
|
|
142
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
143
|
+
fill: "currentColor",
|
|
144
|
+
d: "M20.642 4.143a.785.785 0 0 0-.785-.786H4.143a.785.785 0 0 0-.786.786v15.714c0 .434.352.785.786.785h15.714a.785.785 0 0 0 .785-.785V4.143ZM23 19.857A3.143 3.143 0 0 1 19.857 23H4.143A3.143 3.143 0 0 1 1 19.857V4.143A3.143 3.143 0 0 1 4.143 1h15.714A3.143 3.143 0 0 1 23 4.143v15.714Z"
|
|
145
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
146
|
+
fill: "currentColor",
|
|
147
|
+
d: "M16.947 6.9C17.53 6.9 18 7.371 18 7.953v8.058a1.053 1.053 0 0 1-2.106 0V7.953c0-.582.472-1.053 1.053-1.053ZM7.515 16.328a1.067 1.067 0 1 1-2.024-.68l2.6-7.5A1.857 1.857 0 0 1 9.846 6.9h.064c.792 0 1.497.502 1.755 1.251l2.592 7.505a1.062 1.062 0 1 1-2.013.676l-.526-1.612H8.039l-.524 1.608Zm1.058-3.25h2.611l-1.27-3.89h-.07l-1.271 3.89Z"
|
|
148
|
+
}));
|
|
149
|
+
|
|
136
150
|
const SvgAlarm = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
137
151
|
xmlns: "http://www.w3.org/2000/svg",
|
|
138
152
|
width: "1em",
|
|
@@ -237,6 +251,20 @@ const SvgAppleColor = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
237
251
|
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"
|
|
238
252
|
}));
|
|
239
253
|
|
|
254
|
+
const SvgArea = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
255
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
256
|
+
width: "1em",
|
|
257
|
+
height: "1em",
|
|
258
|
+
fill: "none",
|
|
259
|
+
viewBox: "0 0 24 24"
|
|
260
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
261
|
+
fill: "currentColor",
|
|
262
|
+
d: "M20.642 4.143a.785.785 0 0 0-.785-.786H4.143a.785.785 0 0 0-.786.786v15.714c0 .434.352.785.786.785h15.714a.785.785 0 0 0 .785-.785V4.143ZM23 19.857A3.143 3.143 0 0 1 19.857 23H4.143A3.143 3.143 0 0 1 1 19.857V4.143A3.143 3.143 0 0 1 4.143 1h15.714A3.143 3.143 0 0 1 23 4.143v15.714Z"
|
|
263
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
264
|
+
fill: "currentColor",
|
|
265
|
+
d: "M5 10.2V6.7A1.7 1.7 0 0 1 6.7 5h3.5a1.2 1.2 0 0 1 0 2.4H7.4v2.8a1.2 1.2 0 0 1-2.4 0ZM19.4 14.2v3.5a1.7 1.7 0 0 1-1.7 1.7h-3.5a1.2 1.2 0 0 1 0-2.4H17v-2.8a1.2 1.2 0 0 1 2.4 0Z"
|
|
266
|
+
}));
|
|
267
|
+
|
|
240
268
|
const SvgArrowBelow = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
241
269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
242
270
|
width: "1em",
|
|
@@ -1732,6 +1760,19 @@ const SvgFlag = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
1732
1760
|
d: "M5.611.747c.717 0 1.237.583 1.239 1.3v.621l.468.044c2.639.243 4.067.727 6.36 2.174s3.654 2.624 6.038 3.196l1.585.324c.459.087.65.608.096 1.042 0 0-1.111 1.151-2.596 1.84-1.485.687-2.795 1.184-5.123 1.01-2.328-.172-3.58-.022-4.957.592l-1.854.834.014 8.243c.001.71-.55 1.285-1.26 1.286-.713 0-1.319-.578-1.32-1.291L4.27 2.027C4.269 1.32 4.904.747 5.61.747Z"
|
|
1733
1761
|
}));
|
|
1734
1762
|
|
|
1763
|
+
const SvgFlask = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1764
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1765
|
+
width: "1em",
|
|
1766
|
+
height: "1em",
|
|
1767
|
+
fill: "none",
|
|
1768
|
+
viewBox: "0 0 24 24"
|
|
1769
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1770
|
+
fill: "currentColor",
|
|
1771
|
+
fillRule: "evenodd",
|
|
1772
|
+
d: "M15.455 1a1 1 0 0 1 0 2h-.335v5.153c0 .156.04.31.116.447l5.63 10.065C21.952 20.607 20.548 23 18.323 23H5.717c-2.225 0-3.628-2.393-2.542-4.335L8.805 8.6a.916.916 0 0 0 .116-.447V3h-.466a1 1 0 0 1 0-2h7Zm-4.534 7.153c0 .498-.128.988-.371 1.422L8.57 13.112h6.898L13.49 9.575a2.914 2.914 0 0 1-.37-1.422V3h-2.199v5.153Z",
|
|
1773
|
+
clipRule: "evenodd"
|
|
1774
|
+
}));
|
|
1775
|
+
|
|
1735
1776
|
const SvgFolder = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1736
1777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1737
1778
|
width: "1em",
|
|
@@ -1904,6 +1945,17 @@ const SvgInfoInCircle = props => /*#__PURE__*/React__namespace.createElement("sv
|
|
|
1904
1945
|
clipRule: "evenodd"
|
|
1905
1946
|
}));
|
|
1906
1947
|
|
|
1948
|
+
const SvgInkPenTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1949
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1950
|
+
width: "1em",
|
|
1951
|
+
height: "1em",
|
|
1952
|
+
fill: "none",
|
|
1953
|
+
viewBox: "0 0 24 24"
|
|
1954
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1955
|
+
fill: "currentColor",
|
|
1956
|
+
d: "M18.212 3.517c.824-.025 1.363.158 1.955.75.357.366.741.737 1.09 1.11.831.9 1.89 1.472 1.918 2.828.03 1.44-1.062 2.08-1.97 2.998-.374.378-.757.793-1.128 1.186l-.434-.428c-.78-.86-1.33-1.339-2.127-2.128l-3.248-3.245c.362-.296.953-.88 1.287-1.213.895-.892 1.32-1.726 2.657-1.858ZM6.888 7.646a.576.576 0 0 1 .258-.258l2.39-1.195a.576.576 0 0 0 0-1.031l-2.39-1.195a.576.576 0 0 1-.258-.258l-1.195-2.39a.576.576 0 0 0-1.031 0l-1.195 2.39a.576.576 0 0 1-.258.258L.819 5.162a.576.576 0 0 0 0 1.03l2.39 1.196a.576.576 0 0 1 .258.258l1.195 2.39a.576.576 0 0 0 1.03 0l1.196-2.39ZM13.033 7.178c.148.013 1.386 1.402 1.608 1.628l3.24 3.246c.533.53 1.07.994 1.616 1.55-.147.467-.282 1.069-.409 1.551a80.427 80.427 0 0 1-.872 3.116c-.11.354-.227.799-.391 1.125-.097.102-.392.22-.53.254-1.99.482-3.953 1.011-5.926 1.548-1.76.48-3.56.85-5.322 1.328a.698.698 0 0 1-.465-.04c-.244-.257-.094-.398.112-.592.219-.208.455-.41.667-.623l3.123-3.124c.405-.41.77-.846 1.191-1.265.08-.08.652-.681.702-.676.7.076 1.295.078 1.755-.559.238-.332.332-.748.261-1.15a1.504 1.504 0 0 0-.634-.996 1.49 1.49 0 0 0-1.134-.243 1.514 1.514 0 0 0-.959.653c-.301.457-.288.872-.19 1.376-.66.698-1.297 1.23-1.946 1.873L5.323 20.36c-.28.28-.667.963-1.051.812-.175-.18-.153-.453-.104-.683.15-.696.366-1.383.537-2.073l1.423-5.502c.042-.162.112-.46.199-.825a2.538 2.538 0 0 0 1.155-1.157l.982-1.967 1.967-.983c.125-.062.24-.133.349-.21.754-.195 1.51-.384 2.253-.593Z"
|
|
1957
|
+
}));
|
|
1958
|
+
|
|
1907
1959
|
const SvgInstagram = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1908
1960
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1909
1961
|
width: "1em",
|
|
@@ -4222,6 +4274,7 @@ exports.AVertialLineIcon = SvgAVertialLine;
|
|
|
4222
4274
|
exports.AiColorIcon = SvgAiColor;
|
|
4223
4275
|
exports.AiIcon = SvgAi;
|
|
4224
4276
|
exports.AiSadIcon = SvgAiSad;
|
|
4277
|
+
exports.AiSquareIcon = SvgAiSquare;
|
|
4225
4278
|
exports.AlarmIcon = SvgAlarm;
|
|
4226
4279
|
exports.AlphabetBoldIcon = SvgAlphabetBold;
|
|
4227
4280
|
exports.AlphabetHeading1Icon = SvgAlphabetHeading1;
|
|
@@ -4231,6 +4284,7 @@ exports.AlphabetItalicIcon = SvgAlphabetItalic;
|
|
|
4231
4284
|
exports.AlphabetTextIcon = SvgAlphabetText;
|
|
4232
4285
|
exports.AlphabetUnderlineIcon = SvgAlphabetUnderline;
|
|
4233
4286
|
exports.AppleColorIcon = SvgAppleColor;
|
|
4287
|
+
exports.AreaIcon = SvgArea;
|
|
4234
4288
|
exports.ArrowBelowIcon = SvgArrowBelow;
|
|
4235
4289
|
exports.ArrowDiagonalIcon = SvgArrowDiagonal;
|
|
4236
4290
|
exports.ArrowDownIcon = SvgArrowDown;
|
|
@@ -4330,6 +4384,7 @@ exports.FindIcon = SvgFind;
|
|
|
4330
4384
|
exports.FireColorIcon = SvgFireColor;
|
|
4331
4385
|
exports.FireIcon = SvgFire;
|
|
4332
4386
|
exports.FlagIcon = SvgFlag;
|
|
4387
|
+
exports.FlaskIcon = SvgFlask;
|
|
4333
4388
|
exports.FolderIcon = SvgFolder;
|
|
4334
4389
|
exports.FrameIcon = SvgFrame;
|
|
4335
4390
|
exports.GlassesIcon = SvgGlasses;
|
|
@@ -4342,6 +4397,7 @@ exports.HeartIcon = SvgHeart;
|
|
|
4342
4397
|
exports.HomeIcon = SvgHome;
|
|
4343
4398
|
exports.InfiniteIcon = SvgInfinite;
|
|
4344
4399
|
exports.InfoInCircleIcon = SvgInfoInCircle;
|
|
4400
|
+
exports.InkPenTwinkleIcon = SvgInkPenTwinkle;
|
|
4345
4401
|
exports.InstagramIcon = SvgInstagram;
|
|
4346
4402
|
exports.KakaoColorIcon = SvgKakaoColor;
|
|
4347
4403
|
exports.KeyboardDownIcon = SvgKeyboardDown;
|
package/esm/AiSquare.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgAiSquare = 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: "M20.642 4.143a.785.785 0 0 0-.785-.786H4.143a.785.785 0 0 0-.786.786v15.714c0 .434.352.785.786.785h15.714a.785.785 0 0 0 .785-.785V4.143ZM23 19.857A3.143 3.143 0 0 1 19.857 23H4.143A3.143 3.143 0 0 1 1 19.857V4.143A3.143 3.143 0 0 1 4.143 1h15.714A3.143 3.143 0 0 1 23 4.143v15.714Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M16.947 6.9C17.53 6.9 18 7.371 18 7.953v8.058a1.053 1.053 0 0 1-2.106 0V7.953c0-.582.472-1.053 1.053-1.053ZM7.515 16.328a1.067 1.067 0 1 1-2.024-.68l2.6-7.5A1.857 1.857 0 0 1 9.846 6.9h.064c.792 0 1.497.502 1.755 1.251l2.592 7.505a1.062 1.062 0 1 1-2.013.676l-.526-1.612H8.039l-.524 1.608Zm1.058-3.25h2.611l-1.27-3.89h-.07l-1.271 3.89Z"
|
|
16
|
+
}));
|
|
17
|
+
|
|
18
|
+
export { SvgAiSquare as default };
|
package/esm/Area.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArea = 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: "M20.642 4.143a.785.785 0 0 0-.785-.786H4.143a.785.785 0 0 0-.786.786v15.714c0 .434.352.785.786.785h15.714a.785.785 0 0 0 .785-.785V4.143ZM23 19.857A3.143 3.143 0 0 1 19.857 23H4.143A3.143 3.143 0 0 1 1 19.857V4.143A3.143 3.143 0 0 1 4.143 1h15.714A3.143 3.143 0 0 1 23 4.143v15.714Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M5 10.2V6.7A1.7 1.7 0 0 1 6.7 5h3.5a1.2 1.2 0 0 1 0 2.4H7.4v2.8a1.2 1.2 0 0 1-2.4 0ZM19.4 14.2v3.5a1.7 1.7 0 0 1-1.7 1.7h-3.5a1.2 1.2 0 0 1 0-2.4H17v-2.8a1.2 1.2 0 0 1 2.4 0Z"
|
|
16
|
+
}));
|
|
17
|
+
|
|
18
|
+
export { SvgArea as default };
|
package/esm/Flask.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgFlask = 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: "M15.455 1a1 1 0 0 1 0 2h-.335v5.153c0 .156.04.31.116.447l5.63 10.065C21.952 20.607 20.548 23 18.323 23H5.717c-2.225 0-3.628-2.393-2.542-4.335L8.805 8.6a.916.916 0 0 0 .116-.447V3h-.466a1 1 0 0 1 0-2h7Zm-4.534 7.153c0 .498-.128.988-.371 1.422L8.57 13.112h6.898L13.49 9.575a2.914 2.914 0 0 1-.37-1.422V3h-2.199v5.153Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgFlask as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgInkPenTwinkle = 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: "M18.212 3.517c.824-.025 1.363.158 1.955.75.357.366.741.737 1.09 1.11.831.9 1.89 1.472 1.918 2.828.03 1.44-1.062 2.08-1.97 2.998-.374.378-.757.793-1.128 1.186l-.434-.428c-.78-.86-1.33-1.339-2.127-2.128l-3.248-3.245c.362-.296.953-.88 1.287-1.213.895-.892 1.32-1.726 2.657-1.858ZM6.888 7.646a.576.576 0 0 1 .258-.258l2.39-1.195a.576.576 0 0 0 0-1.031l-2.39-1.195a.576.576 0 0 1-.258-.258l-1.195-2.39a.576.576 0 0 0-1.031 0l-1.195 2.39a.576.576 0 0 1-.258.258L.819 5.162a.576.576 0 0 0 0 1.03l2.39 1.196a.576.576 0 0 1 .258.258l1.195 2.39a.576.576 0 0 0 1.03 0l1.196-2.39ZM13.033 7.178c.148.013 1.386 1.402 1.608 1.628l3.24 3.246c.533.53 1.07.994 1.616 1.55-.147.467-.282 1.069-.409 1.551a80.427 80.427 0 0 1-.872 3.116c-.11.354-.227.799-.391 1.125-.097.102-.392.22-.53.254-1.99.482-3.953 1.011-5.926 1.548-1.76.48-3.56.85-5.322 1.328a.698.698 0 0 1-.465-.04c-.244-.257-.094-.398.112-.592.219-.208.455-.41.667-.623l3.123-3.124c.405-.41.77-.846 1.191-1.265.08-.08.652-.681.702-.676.7.076 1.295.078 1.755-.559.238-.332.332-.748.261-1.15a1.504 1.504 0 0 0-.634-.996 1.49 1.49 0 0 0-1.134-.243 1.514 1.514 0 0 0-.959.653c-.301.457-.288.872-.19 1.376-.66.698-1.297 1.23-1.946 1.873L5.323 20.36c-.28.28-.667.963-1.051.812-.175-.18-.153-.453-.104-.683.15-.696.366-1.383.537-2.073l1.423-5.502c.042-.162.112-.46.199-.825a2.538 2.538 0 0 0 1.155-1.157l.982-1.967 1.967-.983c.125-.062.24-.133.349-.21.754-.195 1.51-.384 2.253-.593Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgInkPenTwinkle as default };
|
package/esm/index.js
CHANGED
|
@@ -4,6 +4,7 @@ export { default as AVertialLineIcon } from './AVertialLine.js';
|
|
|
4
4
|
export { default as AiIcon } from './Ai.js';
|
|
5
5
|
export { default as AiColorIcon } from './AiColor.js';
|
|
6
6
|
export { default as AiSadIcon } from './AiSad.js';
|
|
7
|
+
export { default as AiSquareIcon } from './AiSquare.js';
|
|
7
8
|
export { default as AlarmIcon } from './Alarm.js';
|
|
8
9
|
export { default as AlphabetBoldIcon } from './AlphabetBold.js';
|
|
9
10
|
export { default as AlphabetHeading1Icon } from './AlphabetHeading1.js';
|
|
@@ -13,6 +14,7 @@ export { default as AlphabetItalicIcon } from './AlphabetItalic.js';
|
|
|
13
14
|
export { default as AlphabetTextIcon } from './AlphabetText.js';
|
|
14
15
|
export { default as AlphabetUnderlineIcon } from './AlphabetUnderline.js';
|
|
15
16
|
export { default as AppleColorIcon } from './AppleColor.js';
|
|
17
|
+
export { default as AreaIcon } from './Area.js';
|
|
16
18
|
export { default as ArrowBelowIcon } from './ArrowBelow.js';
|
|
17
19
|
export { default as ArrowDiagonalIcon } from './ArrowDiagonal.js';
|
|
18
20
|
export { default as ArrowDownIcon } from './ArrowDown.js';
|
|
@@ -112,6 +114,7 @@ export { default as FindIcon } from './Find.js';
|
|
|
112
114
|
export { default as FireIcon } from './Fire.js';
|
|
113
115
|
export { default as FireColorIcon } from './FireColor.js';
|
|
114
116
|
export { default as FlagIcon } from './Flag.js';
|
|
117
|
+
export { default as FlaskIcon } from './Flask.js';
|
|
115
118
|
export { default as FolderIcon } from './Folder.js';
|
|
116
119
|
export { default as FrameIcon } from './Frame.js';
|
|
117
120
|
export { default as GlassesIcon } from './Glasses.js';
|
|
@@ -124,6 +127,7 @@ export { default as HeartIcon } from './Heart.js';
|
|
|
124
127
|
export { default as HomeIcon } from './Home.js';
|
|
125
128
|
export { default as InfiniteIcon } from './Infinite.js';
|
|
126
129
|
export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
130
|
+
export { default as InkPenTwinkleIcon } from './InkPenTwinkle.js';
|
|
127
131
|
export { default as InstagramIcon } from './Instagram.js';
|
|
128
132
|
export { default as KakaoColorIcon } from './KakaoColor.js';
|
|
129
133
|
export { default as KeyboardDownIcon } from './KeyboardDown.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.69.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": "
|
|
43
|
+
"gitHead": "897fdc03e8ba9b9a2078144179fbff9a4c82b468"
|
|
44
44
|
}
|
|
@@ -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="M20.6425 4.14299C20.6425 3.70906 20.2909 3.35749 19.857 3.35749H4.14299C3.70906 3.35749 3.35749 3.70906 3.35749 4.14299V19.857C3.35749 20.2909 3.70906 20.6425 4.14299 20.6425H19.857C20.2909 20.6425 20.6425 20.2909 20.6425 19.857V4.14299ZM23 19.857C23 21.5927 21.5927 23 19.857 23H4.14299C2.40727 23 1 21.5927 1 19.857V4.14299C1 2.40727 2.40727 1 4.14299 1H19.857C21.5927 1 23 2.40727 23 4.14299V19.857Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M16.9471 6.9C17.5286 6.9 18 7.3714 18 7.95291V16.0112C18 16.5927 17.5286 17.0641 16.9471 17.0641C16.3656 17.0641 15.8942 16.5927 15.8942 16.0112V7.95291C15.8942 7.3714 16.3656 6.9 16.9471 6.9Z" fill="#8D94A0"/>
|
|
4
|
+
<path d="M7.51458 16.3279C7.37127 16.767 6.96175 17.0641 6.49982 17.0641C5.76585 17.0641 5.25086 16.3405 5.49128 15.6471L8.09081 8.14882C8.34998 7.40127 9.0543 6.9 9.8455 6.9H9.9098C10.7018 6.9 11.4067 7.40232 11.6652 8.15098L14.2567 15.6558C14.4948 16.3454 13.9826 17.0641 13.2531 17.0641C12.7936 17.0641 12.3863 16.7686 12.2437 16.3318L11.7176 14.7197H8.03942L7.51458 16.3279ZM8.5729 13.0771H11.1841L9.91361 9.18834H9.84341L8.5729 13.0771Z" fill="#8D94A0"/>
|
|
5
|
+
</svg>
|
package/svg/area.svg
ADDED
|
@@ -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="M20.6425 4.14299C20.6425 3.70906 20.2909 3.35749 19.857 3.35749H4.14299C3.70906 3.35749 3.35749 3.70906 3.35749 4.14299V19.857C3.35749 20.2909 3.70906 20.6425 4.14299 20.6425H19.857C20.2909 20.6425 20.6425 20.2909 20.6425 19.857V4.14299ZM23 19.857C23 21.5927 21.5927 23 19.857 23H4.14299C2.40727 23 1 21.5927 1 19.857V4.14299C1 2.40727 2.40727 1 4.14299 1H19.857C21.5927 1 23 2.40727 23 4.14299V19.857Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M5 10.2002V6.7002C5 5.76131 5.76131 5 6.7002 5H10.2002C10.8629 5 11.4004 5.53745 11.4004 6.2002C11.4004 6.86294 10.8629 7.40039 10.2002 7.40039H7.40039V10.2002C7.40039 10.8629 6.86294 11.4004 6.2002 11.4004C5.53745 11.4004 5 10.8629 5 10.2002Z" fill="#8D94A0"/>
|
|
4
|
+
<path d="M19.4004 14.2002V17.7002C19.4004 18.6391 18.6391 19.4004 17.7002 19.4004H14.2002C13.5375 19.4004 13 18.8629 13 18.2002C13 17.5375 13.5375 17 14.2002 17H17V14.2002C17 13.5375 17.5375 13 18.2002 13C18.8629 13 19.4004 13.5375 19.4004 14.2002Z" fill="#8D94A0"/>
|
|
5
|
+
</svg>
|
package/svg/flask.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="M15.4552 1C16.0074 1.00004 16.4552 1.44774 16.4552 2C16.4552 2.55226 16.0074 2.99996 15.4552 3H15.1202V8.15332C15.1202 8.30937 15.1602 8.46341 15.2364 8.59961L20.8663 18.665C21.9521 20.6067 20.548 22.9999 18.3233 23H5.71687C3.49215 22.9999 2.08887 20.6067 3.17488 18.665L8.80476 8.59961C8.88092 8.46343 8.92097 8.30935 8.92097 8.15332V3H8.45515C7.90287 3 7.45515 2.55228 7.45515 2C7.45515 1.44772 7.90287 1 8.45515 1H15.4552ZM10.921 8.15332C10.921 8.65112 10.7928 9.14072 10.5499 9.5752L8.57136 13.1123H15.4688L13.4903 9.5752C13.2474 9.14076 13.1202 8.65105 13.1202 8.15332V3H10.921V8.15332Z" 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="M18.2118 3.51672C19.0358 3.49244 19.5746 3.67461 20.1666 4.26646C20.524 4.63285 20.9084 5.00424 21.2573 5.37706C22.0881 6.27659 23.1472 6.84917 23.1752 8.20476C23.2049 9.6459 22.1129 10.2856 21.2055 11.2025C20.8307 11.5813 20.4483 11.9961 20.0765 12.3891L19.6429 11.9608C18.8622 11.1004 18.3125 10.622 17.5156 9.8328L14.2678 6.58753C14.6304 6.29229 15.2206 5.70767 15.5548 5.37455C16.4495 4.4827 16.8757 3.64854 18.2118 3.51672Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M6.88787 7.64567C6.94365 7.53411 7.03411 7.44365 7.14567 7.38787L9.5358 6.19281C9.96066 5.98038 9.96067 5.37407 9.5358 5.16164L7.14567 3.96657C7.03411 3.91079 6.94365 3.82034 6.88787 3.70878L5.69281 1.31865C5.48038 0.893784 4.87407 0.893783 4.66164 1.31865L3.46657 3.70878C3.41079 3.82034 3.32034 3.91079 3.20878 3.96657L0.81865 5.16164C0.393784 5.37407 0.393783 5.98038 0.81865 6.19281L3.20878 7.38787C3.32034 7.44365 3.41079 7.53411 3.46657 7.64567L4.66164 10.0358C4.87407 10.4607 5.48038 10.4607 5.69281 10.0358L6.88787 7.64567Z" fill="#8D94A0"/>
|
|
4
|
+
<path d="M13.0326 7.17773C13.1805 7.19135 14.419 8.58046 14.641 8.80566L17.8813 12.0518C18.4143 12.5823 18.9506 13.0463 19.4965 13.6025C19.3496 14.0695 19.2149 14.6708 19.0883 15.1533C18.8185 16.1973 18.5278 17.2362 18.2162 18.2686C18.1063 18.6226 17.9894 19.0675 17.8246 19.3936C17.728 19.4958 17.4334 19.6147 17.2943 19.6484C15.3057 20.1303 13.342 20.659 11.3695 21.1963C9.60953 21.6757 7.80926 22.0455 6.04727 22.5244C5.90815 22.5622 5.71188 22.5523 5.58242 22.4834C5.33788 22.2266 5.488 22.0865 5.69375 21.8916C5.913 21.6839 6.14861 21.4825 6.36074 21.2686L9.48379 18.1445C9.88865 17.7358 10.2542 17.2991 10.6752 16.8799C10.7553 16.8006 11.3269 16.1986 11.3773 16.2041C12.0762 16.2803 12.6725 16.2815 13.1322 15.6455C13.3703 15.3126 13.4645 14.8972 13.393 14.4941C13.3261 14.0899 13.0972 13.7306 12.7592 13.499C12.4254 13.2712 12.0239 13.1772 11.6254 13.2559C11.2317 13.3378 10.8865 13.5725 10.6664 13.9092C10.3646 14.3663 10.3778 14.7814 10.476 15.2852C9.81614 15.9828 9.17891 16.5143 8.52969 17.1582L5.32266 20.3594C5.04302 20.6386 4.65614 21.3223 4.27188 21.1709C4.09671 20.9912 4.1187 20.7183 4.16836 20.4883C4.31876 19.7917 4.53399 19.1049 4.70547 18.415L6.12832 12.9131C6.17039 12.7515 6.23979 12.4528 6.32656 12.0879C6.79971 11.855 7.21205 11.47 7.48184 10.9307L8.46426 8.96387L10.4311 7.98145C10.5557 7.91907 10.6714 7.84804 10.7797 7.77148C11.5343 7.57604 12.2904 7.38679 13.0326 7.17773Z" fill="#8D94A0"/>
|
|
5
|
+
</svg>
|