@teamturing/icons 1.13.0 → 1.14.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 SvgPointInCircleColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPointInCircleColor;
package/dist/index.d.ts CHANGED
@@ -126,6 +126,7 @@ export { default as PlugColorIcon } from './PlugColor';
126
126
  export { default as PlusIcon } from './Plus';
127
127
  export { default as PlusInCircleIcon } from './PlusInCircle';
128
128
  export { default as PointInCircleIcon } from './PointInCircle';
129
+ export { default as PointInCircleColorIcon } from './PointInCircleColor';
129
130
  export { default as PresentIcon } from './Present';
130
131
  export { default as PresentColorIcon } from './PresentColor';
131
132
  export { default as ProblemIcon } from './Problem';
package/dist/index.js CHANGED
@@ -2049,6 +2049,29 @@ const SvgPointInCircle = props => /*#__PURE__*/React__namespace.createElement("s
2049
2049
  clipRule: "evenodd"
2050
2050
  }));
2051
2051
 
2052
+ const SvgPointInCircleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2053
+ xmlns: "http://www.w3.org/2000/svg",
2054
+ width: "1em",
2055
+ height: "1em",
2056
+ fill: "none",
2057
+ viewBox: "0 0 24 24"
2058
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
2059
+ fillRule: "evenodd",
2060
+ clipPath: "url(#point_in_circle_color_svg__a)",
2061
+ clipRule: "evenodd"
2062
+ }, /*#__PURE__*/React__namespace.createElement("path", {
2063
+ fill: "#fff",
2064
+ d: "M13.357 14.146h-2.375v2.715a1.02 1.02 0 0 1-2.037 0V6.678h4.412a3.737 3.737 0 0 1 3.733 3.735 3.737 3.737 0 0 1-3.733 3.733Zm-2.375-5.431h2.375a1.698 1.698 0 0 1 0 3.394h-2.375V8.715Z"
2065
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2066
+ fill: "#C6B5F6",
2067
+ d: "M10.982 14.146h2.375a3.737 3.737 0 0 0 3.733-3.733 3.737 3.737 0 0 0-3.733-3.735H8.945v10.183a1.02 1.02 0 0 0 2.037 0v-2.715ZM.8 12C.8 5.815 5.814.8 12 .8 18.185.8 23.2 5.815 23.2 12c0 6.186-5.015 11.2-11.2 11.2C5.814 23.2.8 18.186.8 12Zm10.182-3.285h2.375a1.698 1.698 0 0 1 0 3.394h-2.375V8.715Z"
2068
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
2069
+ id: "point_in_circle_color_svg__a"
2070
+ }, /*#__PURE__*/React__namespace.createElement("path", {
2071
+ fill: "#fff",
2072
+ d: "M0 0h24v24H0z"
2073
+ }))));
2074
+
2052
2075
  const SvgPresent = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2053
2076
  xmlns: "http://www.w3.org/2000/svg",
2054
2077
  width: "1em",
@@ -3095,6 +3118,7 @@ exports.PlugColorIcon = SvgPlugColor;
3095
3118
  exports.PlugIcon = SvgPlug;
3096
3119
  exports.PlusIcon = SvgPlus;
3097
3120
  exports.PlusInCircleIcon = SvgPlusInCircle;
3121
+ exports.PointInCircleColorIcon = SvgPointInCircleColor;
3098
3122
  exports.PointInCircleIcon = SvgPointInCircle;
3099
3123
  exports.PresentColorIcon = SvgPresentColor;
3100
3124
  exports.PresentIcon = SvgPresent;
@@ -0,0 +1,27 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPointInCircleColor = 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
+ fillRule: "evenodd",
12
+ clipPath: "url(#point_in_circle_color_svg__a)",
13
+ clipRule: "evenodd"
14
+ }, /*#__PURE__*/React.createElement("path", {
15
+ fill: "#fff",
16
+ d: "M13.357 14.146h-2.375v2.715a1.02 1.02 0 0 1-2.037 0V6.678h4.412a3.737 3.737 0 0 1 3.733 3.735 3.737 3.737 0 0 1-3.733 3.733Zm-2.375-5.431h2.375a1.698 1.698 0 0 1 0 3.394h-2.375V8.715Z"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ fill: "#C6B5F6",
19
+ d: "M10.982 14.146h2.375a3.737 3.737 0 0 0 3.733-3.733 3.737 3.737 0 0 0-3.733-3.735H8.945v10.183a1.02 1.02 0 0 0 2.037 0v-2.715ZM.8 12C.8 5.815 5.814.8 12 .8 18.185.8 23.2 5.815 23.2 12c0 6.186-5.015 11.2-11.2 11.2C5.814 23.2.8 18.186.8 12Zm10.182-3.285h2.375a1.698 1.698 0 0 1 0 3.394h-2.375V8.715Z"
20
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
21
+ id: "point_in_circle_color_svg__a"
22
+ }, /*#__PURE__*/React.createElement("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z"
25
+ }))));
26
+
27
+ export { SvgPointInCircleColor as default };
package/esm/index.js CHANGED
@@ -126,6 +126,7 @@ export { default as PlugColorIcon } from './PlugColor.js';
126
126
  export { default as PlusIcon } from './Plus.js';
127
127
  export { default as PlusInCircleIcon } from './PlusInCircle.js';
128
128
  export { default as PointInCircleIcon } from './PointInCircle.js';
129
+ export { default as PointInCircleColorIcon } from './PointInCircleColor.js';
129
130
  export { default as PresentIcon } from './Present.js';
130
131
  export { default as PresentColorIcon } from './PresentColor.js';
131
132
  export { default as ProblemIcon } from './Problem.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.13.0",
3
+ "version": "1.14.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": "50080ec006de520ed0db0db8d138fd7a681c5f69"
36
+ "gitHead": "145932146d97ab562dfedfcfbc62826e460c46ca"
37
37
  }
@@ -0,0 +1,11 @@
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_13405_39)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.357 14.146H10.982V16.861C10.9679 17.1215 10.8544 17.3668 10.6649 17.5462C10.4755 17.7257 10.2245 17.8257 9.96351 17.8257C9.70256 17.8257 9.45153 17.7257 9.26208 17.5462C9.07263 17.3668 8.95915 17.1215 8.94501 16.861V6.67798H13.357C14.3471 6.67904 15.2963 7.07295 15.9962 7.77323C16.6961 8.4735 17.0895 9.4229 17.09 10.413C17.089 11.4027 16.6953 12.3516 15.9955 13.0514C15.2956 13.7513 14.3467 14.1449 13.357 14.146ZM10.9821 8.715H13.3571C14.2941 8.715 15.0541 9.476 15.0541 10.412C15.0541 11.349 14.2931 12.109 13.3571 12.109H10.9821V8.715Z" fill="white"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9818 14.146H13.3568C14.3465 14.1449 15.2954 13.7513 15.9953 13.0514C16.6951 12.3516 17.0887 11.4027 17.0898 10.413C17.0893 9.42291 16.6959 8.47351 15.996 7.77324C15.2961 7.07296 14.3469 6.67905 13.3568 6.67799H8.9448V16.861C8.95895 17.1216 9.07242 17.3668 9.26188 17.5462C9.45133 17.7257 9.70236 17.8257 9.9633 17.8257C10.2243 17.8257 10.4753 17.7257 10.6647 17.5462C10.8542 17.3668 10.9677 17.1216 10.9818 16.861V14.146ZM0.799805 12C0.799805 5.81499 5.8138 0.799988 11.9998 0.799988C18.1848 0.799988 23.1998 5.81499 23.1998 12C23.1998 18.186 18.1848 23.2 11.9998 23.2C5.8138 23.2 0.799805 18.186 0.799805 12ZM10.9819 8.71503H13.3569C14.2939 8.71503 15.0539 9.47603 15.0539 10.412C15.0539 11.349 14.2929 12.109 13.3569 12.109H10.9819V8.71503Z" fill="#C6B5F6"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_13405_39">
8
+ <rect width="24" height="24" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>