@teamturing/icons 1.26.0 → 1.26.1

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 SvgFireColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFireColor;
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';
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",
@@ -3339,6 +3362,7 @@ exports.FaceSadIcon = SvgFaceSad;
3339
3362
  exports.FacebookColorIcon = SvgFacebookColor;
3340
3363
  exports.FacebookIcon = SvgFacebook;
3341
3364
  exports.FilterIcon = SvgFilter;
3365
+ exports.FireColorIcon = SvgFireColor;
3342
3366
  exports.FireIcon = SvgFire;
3343
3367
  exports.FolderIcon = SvgFolder;
3344
3368
  exports.FrameIcon = SvgFrame;
@@ -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 };
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
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": "c52d8650767c8e059b534a03b081cd449bcc6f05"
41
+ "gitHead": "eb3455ef46f8f590384e6648322aff16ca1647d4"
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>