@teamturing/icons 1.18.0 → 1.19.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 SvgPinColorRed: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPinColorRed;
package/dist/index.d.ts CHANGED
@@ -130,6 +130,7 @@ export { default as PenIcon } from './Pen';
130
130
  export { default as PercentInCircleIcon } from './PercentInCircle';
131
131
  export { default as PictureIcon } from './Picture';
132
132
  export { default as PinIcon } from './Pin';
133
+ export { default as PinColorRedIcon } from './PinColorRed';
133
134
  export { default as PlayIcon } from './Play';
134
135
  export { default as PlugIcon } from './Plug';
135
136
  export { default as PlugColorIcon } from './PlugColor';
package/dist/index.js CHANGED
@@ -2064,6 +2064,28 @@ const SvgPin = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
2064
2064
  clipRule: "evenodd"
2065
2065
  }));
2066
2066
 
2067
+ const SvgPinColorRed = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2068
+ xmlns: "http://www.w3.org/2000/svg",
2069
+ width: "1em",
2070
+ height: "1em",
2071
+ fill: "none",
2072
+ viewBox: "0 0 16 17"
2073
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
2074
+ clipPath: "url(#pin_color_red_svg__a)"
2075
+ }, /*#__PURE__*/React__namespace.createElement("path", {
2076
+ fill: "#F5525D",
2077
+ d: "m8.66.927 5.393 3.113a.685.685 0 0 1 0 1.188l-.832.48a3.426 3.426 0 0 0-1.714 2.968v4.583a.685.685 0 0 1-1.028.593l-3.597-2.076-1.337-.773L1.95 8.927a.685.685 0 0 1 0-1.187l3.968-2.292A3.426 3.426 0 0 0 7.631 2.48v-.96A.686.686 0 0 1 8.659.927Z"
2078
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2079
+ fill: "#7A828D",
2080
+ stroke: "currentColor",
2081
+ d: "m3.583 15.345 2.12-3.672.52.3-2.12 3.672a.3.3 0 0 1-.52-.3Z"
2082
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
2083
+ id: "pin_color_red_svg__a"
2084
+ }, /*#__PURE__*/React__namespace.createElement("path", {
2085
+ fill: "#fff",
2086
+ d: "M0 .5h16v16H0z"
2087
+ }))));
2088
+
2067
2089
  const SvgPlay = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2068
2090
  xmlns: "http://www.w3.org/2000/svg",
2069
2091
  width: "1em",
@@ -3253,6 +3275,7 @@ exports.PauseIcon = SvgPause;
3253
3275
  exports.PenIcon = SvgPen;
3254
3276
  exports.PercentInCircleIcon = SvgPercentInCircle;
3255
3277
  exports.PictureIcon = SvgPicture;
3278
+ exports.PinColorRedIcon = SvgPinColorRed;
3256
3279
  exports.PinIcon = SvgPin;
3257
3280
  exports.PlayIcon = SvgPlay;
3258
3281
  exports.PlugColorIcon = SvgPlugColor;
@@ -0,0 +1,26 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPinColorRed = 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 16 17"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ clipPath: "url(#pin_color_red_svg__a)"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ fill: "#F5525D",
14
+ d: "m8.66.927 5.393 3.113a.685.685 0 0 1 0 1.188l-.832.48a3.426 3.426 0 0 0-1.714 2.968v4.583a.685.685 0 0 1-1.028.593l-3.597-2.076-1.337-.773L1.95 8.927a.685.685 0 0 1 0-1.187l3.968-2.292A3.426 3.426 0 0 0 7.631 2.48v-.96A.686.686 0 0 1 8.659.927Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "#7A828D",
17
+ stroke: "currentColor",
18
+ d: "m3.583 15.345 2.12-3.672.52.3-2.12 3.672a.3.3 0 0 1-.52-.3Z"
19
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
20
+ id: "pin_color_red_svg__a"
21
+ }, /*#__PURE__*/React.createElement("path", {
22
+ fill: "#fff",
23
+ d: "M0 .5h16v16H0z"
24
+ }))));
25
+
26
+ export { SvgPinColorRed as default };
package/esm/index.js CHANGED
@@ -130,6 +130,7 @@ export { default as PenIcon } from './Pen.js';
130
130
  export { default as PercentInCircleIcon } from './PercentInCircle.js';
131
131
  export { default as PictureIcon } from './Picture.js';
132
132
  export { default as PinIcon } from './Pin.js';
133
+ export { default as PinColorRedIcon } from './PinColorRed.js';
133
134
  export { default as PlayIcon } from './Play.js';
134
135
  export { default as PlugIcon } from './Plug.js';
135
136
  export { default as PlugColorIcon } from './PlugColor.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.18.0",
3
+ "version": "1.19.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": "4c1e2be6f38fd3f545014b907ac5180854095197"
41
+ "gitHead": "4b25cf787c19341a301fa24841c94903ade99b03"
42
42
  }
@@ -0,0 +1,11 @@
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_37723_33210)">
3
+ <path d="M8.65931 0.926676L14.0526 4.04001C14.1571 4.10009 14.2438 4.18664 14.3041 4.29092C14.3644 4.39521 14.3961 4.51354 14.3961 4.63401C14.3961 4.75447 14.3644 4.87281 14.3041 4.9771C14.2438 5.08138 14.1571 5.16792 14.0526 5.22801L13.2206 5.70801C12.16 6.32001 11.5073 7.45134 11.5073 8.67601V13.2587C11.5073 13.379 11.4756 13.4971 11.4154 13.6013C11.3553 13.7054 11.2687 13.7919 11.1646 13.8521C11.0604 13.9122 10.9422 13.9438 10.8219 13.9438C10.7016 13.9438 10.5835 13.9122 10.4793 13.852L6.88197 11.776L5.54531 11.0033L1.94864 8.92734C1.84439 8.86721 1.7578 8.78069 1.69761 8.67647C1.63741 8.57226 1.60571 8.45403 1.60571 8.33368C1.60571 8.21332 1.63741 8.09509 1.69761 7.99088C1.7578 7.88666 1.84439 7.80014 1.94864 7.74001L5.91731 5.44801C6.43833 5.14727 6.87099 4.71464 7.17175 4.19363C7.47251 3.67262 7.63078 3.0816 7.63064 2.48001V1.52001C7.63081 1.3997 7.66261 1.28156 7.72286 1.17743C7.7831 1.07329 7.86967 0.986835 7.97389 0.926726C8.0781 0.866616 8.19628 0.83497 8.31659 0.834961C8.43689 0.834952 8.55509 0.866581 8.65931 0.926676Z" fill="#F5525D"/>
4
+ <path d="M3.58273 15.3452L5.7033 11.6728L6.22279 11.9731L4.10209 15.6451C4.06142 15.7109 3.99686 15.7585 3.92185 15.7779C3.84572 15.7975 3.76493 15.7865 3.69685 15.7472C3.62877 15.7079 3.57884 15.6434 3.55781 15.5676C3.53709 15.493 3.54605 15.4133 3.58273 15.3452Z" fill="#7A828D" stroke="#8D94A0"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_37723_33210">
8
+ <rect width="16" height="16" fill="white" transform="translate(0 0.5)"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>