@teamturing/icons 1.26.0 → 1.27.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/FireColor.d.ts +3 -0
- package/dist/WorkbookTwoColor.d.ts +3 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +42 -0
- package/esm/FireColor.js +27 -0
- package/esm/WorkbookTwoColor.js +21 -0
- package/esm/index.js +2 -0
- package/package.json +2 -2
- package/svg/fire_color.svg +5 -0
- package/svg/workbook_two_color.svg +6 -0
package/dist/index.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export { default as FacebookIcon } from './Facebook';
|
|
|
77
77
|
export { default as FacebookColorIcon } from './FacebookColor';
|
|
78
78
|
export { default as FilterIcon } from './Filter';
|
|
79
79
|
export { default as FireIcon } from './Fire';
|
|
80
|
+
export { default as FireColorIcon } from './FireColor';
|
|
80
81
|
export { default as FolderIcon } from './Folder';
|
|
81
82
|
export { default as FrameIcon } from './Frame';
|
|
82
83
|
export { default as GlassesIcon } from './Glasses';
|
|
@@ -195,5 +196,6 @@ export { default as WarningIcon } from './Warning';
|
|
|
195
196
|
export { default as WifiIcon } from './Wifi';
|
|
196
197
|
export { default as WorkbookIcon } from './Workbook';
|
|
197
198
|
export { default as WorkbookColorIcon } from './WorkbookColor';
|
|
199
|
+
export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor';
|
|
198
200
|
export { default as WrongIcon } from './Wrong';
|
|
199
201
|
export { default as YoutubeIcon } from './Youtube';
|
package/dist/index.js
CHANGED
|
@@ -1245,6 +1245,29 @@ const SvgFire = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
1245
1245
|
d: "M10.373 2.847c-.021.287-.22 2.173-1.773 3.754-.144.145-.3.279-.465.4-.227.169-.616.462-1.021.787-.537.431-2.966 2.7-3.104 5.86 0 0-.586 7.212 7.136 8.276 0 0 2.5.531 5.223-1.214.061-.04.123-.078.187-.115.438-.257 2.76-1.767 3.368-5.192 0 0 .433-2.773-.768-4.942-.034-.06-.072-.117-.104-.177-.144-.273-.65-1.176-1.366-1.86a.699.699 0 0 0-.377-.191.565.565 0 0 0-.569.253c-.127.19-.761 1.139-1.045 1.49 0 0-.159.194-.12-.08 0 0 .515-2.576-1.264-5.153 0 0-1.107-1.719-2.807-2.578 0 0-.434-.273-.79-.117 0 0-.248.105-.325.66a1.583 1.583 0 0 0-.016.14Z"
|
|
1246
1246
|
}));
|
|
1247
1247
|
|
|
1248
|
+
const SvgFireColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1249
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1250
|
+
width: "1em",
|
|
1251
|
+
height: "1em",
|
|
1252
|
+
fill: "none",
|
|
1253
|
+
viewBox: "0 0 24 24"
|
|
1254
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1255
|
+
fill: "#D1D5DB",
|
|
1256
|
+
d: "M10.373 2.847c-.021.287-.22 2.173-1.773 3.754-.144.145-.3.279-.465.4-.227.169-.616.462-1.021.787-.537.431-2.966 2.7-3.104 5.86 0 0-.586 7.212 7.136 8.276 0 0 2.5.531 5.223-1.214.061-.04.123-.078.187-.115.438-.257 2.76-1.767 3.368-5.192 0 0 .433-2.773-.768-4.942-.034-.06-.072-.117-.104-.177-.144-.273-.65-1.176-1.366-1.86a.699.699 0 0 0-.377-.191.565.565 0 0 0-.569.253c-.127.19-.761 1.139-1.045 1.49 0 0-.159.194-.12-.08 0 0 .515-2.576-1.264-5.153 0 0-1.107-1.719-2.807-2.578 0 0-.434-.273-.79-.117 0 0-.248.105-.325.66a1.583 1.583 0 0 0-.016.14Z"
|
|
1257
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
1258
|
+
width: 11,
|
|
1259
|
+
height: 11,
|
|
1260
|
+
x: 13,
|
|
1261
|
+
y: 13,
|
|
1262
|
+
fill: "#fff",
|
|
1263
|
+
rx: 5.5
|
|
1264
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1265
|
+
fill: "#F5525D",
|
|
1266
|
+
fillRule: "evenodd",
|
|
1267
|
+
d: "M18.583 20.716a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm-.416-4.098a.417.417 0 1 1 .833 0V18.7a.417.417 0 1 1-.833 0v-2.083ZM18.583 14a4.583 4.583 0 1 0 0 9.167 4.583 4.583 0 0 0 0-9.167Z",
|
|
1268
|
+
clipRule: "evenodd"
|
|
1269
|
+
}));
|
|
1270
|
+
|
|
1248
1271
|
const SvgFolder = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1249
1272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1250
1273
|
width: "1em",
|
|
@@ -3232,6 +3255,23 @@ const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("s
|
|
|
3232
3255
|
rx: 1.546
|
|
3233
3256
|
}));
|
|
3234
3257
|
|
|
3258
|
+
const SvgWorkbookTwoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3259
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3260
|
+
width: "1em",
|
|
3261
|
+
height: "1em",
|
|
3262
|
+
fill: "none",
|
|
3263
|
+
viewBox: "0 0 24 24"
|
|
3264
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3265
|
+
fill: "#D9CDF9",
|
|
3266
|
+
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
|
|
3267
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3268
|
+
fill: "#D9CDF9",
|
|
3269
|
+
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
|
|
3270
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3271
|
+
fill: "#9C7EEF",
|
|
3272
|
+
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
|
|
3273
|
+
}));
|
|
3274
|
+
|
|
3235
3275
|
const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3236
3276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3237
3277
|
width: "1em",
|
|
@@ -3339,6 +3379,7 @@ exports.FaceSadIcon = SvgFaceSad;
|
|
|
3339
3379
|
exports.FacebookColorIcon = SvgFacebookColor;
|
|
3340
3380
|
exports.FacebookIcon = SvgFacebook;
|
|
3341
3381
|
exports.FilterIcon = SvgFilter;
|
|
3382
|
+
exports.FireColorIcon = SvgFireColor;
|
|
3342
3383
|
exports.FireIcon = SvgFire;
|
|
3343
3384
|
exports.FolderIcon = SvgFolder;
|
|
3344
3385
|
exports.FrameIcon = SvgFrame;
|
|
@@ -3458,5 +3499,6 @@ exports.WarningIcon = SvgWarning;
|
|
|
3458
3499
|
exports.WifiIcon = SvgWifi;
|
|
3459
3500
|
exports.WorkbookColorIcon = SvgWorkbookColor;
|
|
3460
3501
|
exports.WorkbookIcon = SvgWorkbook;
|
|
3502
|
+
exports.WorkbookTwoColorIcon = SvgWorkbookTwoColor;
|
|
3461
3503
|
exports.WrongIcon = SvgWrong;
|
|
3462
3504
|
exports.YoutubeIcon = SvgYoutube;
|
package/esm/FireColor.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgFireColor = 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: "#D1D5DB",
|
|
12
|
+
d: "M10.373 2.847c-.021.287-.22 2.173-1.773 3.754-.144.145-.3.279-.465.4-.227.169-.616.462-1.021.787-.537.431-2.966 2.7-3.104 5.86 0 0-.586 7.212 7.136 8.276 0 0 2.5.531 5.223-1.214.061-.04.123-.078.187-.115.438-.257 2.76-1.767 3.368-5.192 0 0 .433-2.773-.768-4.942-.034-.06-.072-.117-.104-.177-.144-.273-.65-1.176-1.366-1.86a.699.699 0 0 0-.377-.191.565.565 0 0 0-.569.253c-.127.19-.761 1.139-1.045 1.49 0 0-.159.194-.12-.08 0 0 .515-2.576-1.264-5.153 0 0-1.107-1.719-2.807-2.578 0 0-.434-.273-.79-.117 0 0-.248.105-.325.66a1.583 1.583 0 0 0-.016.14Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
14
|
+
width: 11,
|
|
15
|
+
height: 11,
|
|
16
|
+
x: 13,
|
|
17
|
+
y: 13,
|
|
18
|
+
fill: "#fff",
|
|
19
|
+
rx: 5.5
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "#F5525D",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M18.583 20.716a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm-.416-4.098a.417.417 0 1 1 .833 0V18.7a.417.417 0 1 1-.833 0v-2.083ZM18.583 14a4.583 4.583 0 1 0 0 9.167 4.583 4.583 0 0 0 0-9.167Z",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}));
|
|
26
|
+
|
|
27
|
+
export { SvgFireColor as default };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgWorkbookTwoColor = 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: "#D9CDF9",
|
|
12
|
+
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#D9CDF9",
|
|
15
|
+
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#9C7EEF",
|
|
18
|
+
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
|
|
19
|
+
}));
|
|
20
|
+
|
|
21
|
+
export { SvgWorkbookTwoColor as default };
|
package/esm/index.js
CHANGED
|
@@ -77,6 +77,7 @@ export { default as FacebookIcon } from './Facebook.js';
|
|
|
77
77
|
export { default as FacebookColorIcon } from './FacebookColor.js';
|
|
78
78
|
export { default as FilterIcon } from './Filter.js';
|
|
79
79
|
export { default as FireIcon } from './Fire.js';
|
|
80
|
+
export { default as FireColorIcon } from './FireColor.js';
|
|
80
81
|
export { default as FolderIcon } from './Folder.js';
|
|
81
82
|
export { default as FrameIcon } from './Frame.js';
|
|
82
83
|
export { default as GlassesIcon } from './Glasses.js';
|
|
@@ -195,5 +196,6 @@ export { default as WarningIcon } from './Warning.js';
|
|
|
195
196
|
export { default as WifiIcon } from './Wifi.js';
|
|
196
197
|
export { default as WorkbookIcon } from './Workbook.js';
|
|
197
198
|
export { default as WorkbookColorIcon } from './WorkbookColor.js';
|
|
199
|
+
export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor.js';
|
|
198
200
|
export { default as WrongIcon } from './Wrong.js';
|
|
199
201
|
export { default as YoutubeIcon } from './Youtube.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0",
|
|
4
4
|
"description": "Icon components for React based project",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "0d26013316c99d295277ca87649ffaabae787a3b"
|
|
42
42
|
}
|
|
@@ -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="M10.3733 2.84712C10.3517 3.13388 10.1532 5.01968 8.59999 6.60074C8.45587 6.74595 8.30055 6.87989 8.13542 7.00135C7.90834 7.16999 7.51917 7.46317 7.11397 7.78846C6.57703 8.21903 4.14844 10.4875 4.01019 13.6479C4.01019 13.6479 3.42384 20.8598 11.1465 21.9238C11.1465 21.9238 13.6457 22.4554 16.369 20.7104C16.4305 20.6706 16.4925 20.6321 16.5558 20.5948C16.9943 20.338 19.3159 18.8285 19.9239 15.4027C19.9239 15.4027 20.3573 12.6305 19.1555 10.4614C19.1222 10.4014 19.0836 10.3445 19.052 10.2837C18.9081 10.0107 18.4019 9.10757 17.6864 8.42319C17.5838 8.32256 17.4521 8.25599 17.3094 8.23273C17.2136 8.2168 17.1152 8.22584 17.024 8.25894C16.9328 8.29204 16.8519 8.34806 16.7894 8.42148C16.7711 8.44147 16.7546 8.46294 16.74 8.48568C16.613 8.67614 15.9785 9.6246 15.6947 9.97514C15.6947 9.97514 15.5365 10.1703 15.5759 9.89682C15.5759 9.89682 16.0903 7.31979 14.3109 4.74276C14.3109 4.74276 13.2037 3.02431 11.5036 2.1653C11.5036 2.1653 11.0702 1.89224 10.7131 2.04803C10.7131 2.04803 10.4661 2.15289 10.3889 2.70716C10.3811 2.7551 10.3768 2.80004 10.3733 2.84712Z" fill="#D1D5DB"/>
|
|
3
|
+
<rect x="13" y="13" width="11" height="11" rx="5.5" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.5833 20.7158C18.4507 20.7158 18.3235 20.6632 18.2298 20.5694C18.136 20.4756 18.0833 20.3484 18.0833 20.2158C18.0833 20.0832 18.136 19.956 18.2298 19.8623C18.3235 19.7685 18.4507 19.7158 18.5833 19.7158C18.7159 19.7158 18.8431 19.7685 18.9369 19.8623C19.0307 19.956 19.0833 20.0832 19.0833 20.2158C19.0833 20.3484 19.0307 20.4756 18.9369 20.5694C18.8431 20.6632 18.7159 20.7158 18.5833 20.7158ZM18.1667 16.6179C18.1667 16.5074 18.2106 16.4014 18.2887 16.3233C18.3668 16.2451 18.4728 16.2012 18.5833 16.2012C18.6938 16.2012 18.7998 16.2451 18.878 16.3233C18.9561 16.4014 19 16.5074 19 16.6179V18.7012C19 18.8118 18.9561 18.9177 18.878 18.9959C18.7998 19.074 18.6938 19.1179 18.5833 19.1179C18.4728 19.1179 18.3668 19.074 18.2887 18.9959C18.2106 18.9177 18.1667 18.8118 18.1667 18.7012V16.6179ZM18.5833 14C16.0521 14 14 16.0521 14 18.5833C14 21.115 16.0521 23.1667 18.5833 23.1667C21.1146 23.1667 23.1667 21.115 23.1667 18.5833C23.1667 16.0521 21.1146 14 18.5833 14Z" fill="#F5525D"/>
|
|
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="M8.10014 1.5C7.27162 1.5 6.59998 2.17164 6.59998 3.00016V4.41049H17.2015C18.03 4.41049 18.7017 5.08214 18.7017 5.91065V18.3768H20.1014C20.9299 18.3768 21.6016 17.7052 21.6016 16.8766V3.00016C21.6016 2.17164 20.9299 1.5 20.1014 1.5H8.10014Z" fill="#D9CDF9"/>
|
|
3
|
+
<path d="M2.5 7.12336C2.5 6.29484 3.17164 5.6232 4.00016 5.6232H16.0014C16.83 5.6232 17.5016 6.29484 17.5016 7.12336V20.9998C17.5016 21.8284 16.83 22.5 16.0014 22.5H4.00016C3.17165 22.5 2.5 21.8284 2.5 20.9998V7.12336Z" fill="#D9CDF9"/>
|
|
4
|
+
<path d="M2.5 7.12336C2.5 6.29484 3.17164 5.6232 4.00016 5.6232H4.68773V22.5H4.00016C3.17165 22.5 2.5 21.8284 2.5 20.9998V7.12336Z" fill="#9C7EEF"/>
|
|
5
|
+
<path d="M7.15044 9.3192C7.15044 8.80138 7.57022 8.3816 8.08804 8.3816H13.7136C14.2315 8.3816 14.6512 8.80138 14.6512 9.3192C14.6512 9.83702 14.2315 10.2568 13.7136 10.2568H8.08804C7.57022 10.2568 7.15044 9.83702 7.15044 9.3192Z" fill="#9C7EEF"/>
|
|
6
|
+
</svg>
|