@teamturing/icons 1.12.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;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgWorkbookColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgWorkbookColor;
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';
@@ -176,5 +177,6 @@ export { default as VideoColorIcon } from './VideoColor';
176
177
  export { default as VoteColorIcon } from './VoteColor';
177
178
  export { default as WarningIcon } from './Warning';
178
179
  export { default as WifiIcon } from './Wifi';
180
+ export { default as WorkbookColorIcon } from './WorkbookColor';
179
181
  export { default as WrongIcon } from './Wrong';
180
182
  export { default as YoutubeIcon } from './Youtube';
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",
@@ -2914,6 +2937,31 @@ const SvgWifi = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
2914
2937
  clipRule: "evenodd"
2915
2938
  }));
2916
2939
 
2940
+ const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2941
+ xmlns: "http://www.w3.org/2000/svg",
2942
+ width: "1em",
2943
+ height: "1em",
2944
+ fill: "none",
2945
+ viewBox: "0 0 32 32"
2946
+ }, props), /*#__PURE__*/React__namespace.createElement("rect", {
2947
+ width: 24.741,
2948
+ height: 27.833,
2949
+ x: 4,
2950
+ y: 2,
2951
+ fill: "#D9CDF9",
2952
+ rx: 1.546
2953
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2954
+ fill: "#9C7EEF",
2955
+ d: "M4 3.546C4 2.692 4.692 2 5.546 2h2.062v27.833H5.546A1.546 1.546 0 0 1 4 28.287V3.547Z"
2956
+ }), /*#__PURE__*/React__namespace.createElement("rect", {
2957
+ width: 12.37,
2958
+ height: 3.093,
2959
+ x: 11.67,
2960
+ y: 6.549,
2961
+ fill: "#9C7EEF",
2962
+ rx: 1.546
2963
+ }));
2964
+
2917
2965
  const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2918
2966
  xmlns: "http://www.w3.org/2000/svg",
2919
2967
  width: "1em",
@@ -3070,6 +3118,7 @@ exports.PlugColorIcon = SvgPlugColor;
3070
3118
  exports.PlugIcon = SvgPlug;
3071
3119
  exports.PlusIcon = SvgPlus;
3072
3120
  exports.PlusInCircleIcon = SvgPlusInCircle;
3121
+ exports.PointInCircleColorIcon = SvgPointInCircleColor;
3073
3122
  exports.PointInCircleIcon = SvgPointInCircle;
3074
3123
  exports.PresentColorIcon = SvgPresentColor;
3075
3124
  exports.PresentIcon = SvgPresent;
@@ -3121,5 +3170,6 @@ exports.VideoIcon = SvgVideo;
3121
3170
  exports.VoteColorIcon = SvgVoteColor;
3122
3171
  exports.WarningIcon = SvgWarning;
3123
3172
  exports.WifiIcon = SvgWifi;
3173
+ exports.WorkbookColorIcon = SvgWorkbookColor;
3124
3174
  exports.WrongIcon = SvgWrong;
3125
3175
  exports.YoutubeIcon = SvgYoutube;
@@ -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 };
@@ -0,0 +1,29 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgWorkbookColor = 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 32 32"
10
+ }, props), /*#__PURE__*/React.createElement("rect", {
11
+ width: 24.741,
12
+ height: 27.833,
13
+ x: 4,
14
+ y: 2,
15
+ fill: "#D9CDF9",
16
+ rx: 1.546
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ fill: "#9C7EEF",
19
+ d: "M4 3.546C4 2.692 4.692 2 5.546 2h2.062v27.833H5.546A1.546 1.546 0 0 1 4 28.287V3.547Z"
20
+ }), /*#__PURE__*/React.createElement("rect", {
21
+ width: 12.37,
22
+ height: 3.093,
23
+ x: 11.67,
24
+ y: 6.549,
25
+ fill: "#9C7EEF",
26
+ rx: 1.546
27
+ }));
28
+
29
+ export { SvgWorkbookColor 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';
@@ -176,5 +177,6 @@ export { default as VideoColorIcon } from './VideoColor.js';
176
177
  export { default as VoteColorIcon } from './VoteColor.js';
177
178
  export { default as WarningIcon } from './Warning.js';
178
179
  export { default as WifiIcon } from './Wifi.js';
180
+ export { default as WorkbookColorIcon } from './WorkbookColor.js';
179
181
  export { default as WrongIcon } from './Wrong.js';
180
182
  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.12.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": "cd2725af99b11409746f58e0a9a241093f3e07c3"
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>
@@ -0,0 +1,5 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="4" y="2" width="24.7407" height="27.8333" rx="1.5463" fill="#D9CDF9"/>
3
+ <path d="M4 3.5463C4 2.6923 4.6923 2 5.5463 2H7.60802V29.8333H5.54629C4.6923 29.8333 4 29.141 4 28.287V3.5463Z" fill="#9C7EEF"/>
4
+ <rect x="11.6696" y="6.54916" width="12.3704" height="3.09259" rx="1.5463" fill="#9C7EEF"/>
5
+ </svg>