@teamturing/icons 1.47.0 → 1.49.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 SvgCameraColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCameraColor;
package/dist/index.d.ts CHANGED
@@ -29,6 +29,7 @@ export { default as CalendarCheckIcon } from './CalendarCheck';
29
29
  export { default as CalendarCheckColorIcon } from './CalendarCheckColor';
30
30
  export { default as CalendarColorIcon } from './CalendarColor';
31
31
  export { default as CameraIcon } from './Camera';
32
+ export { default as CameraColorIcon } from './CameraColor';
32
33
  export { default as CardIcon } from './Card';
33
34
  export { default as CardsPercentIcon } from './CardsPercent';
34
35
  export { default as CardsPercentColorIcon } from './CardsPercentColor';
package/dist/index.js CHANGED
@@ -524,6 +524,32 @@ const SvgCamera = props => /*#__PURE__*/React__namespace.createElement("svg", _e
524
524
  clipRule: "evenodd"
525
525
  }));
526
526
 
527
+ const SvgCameraColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
528
+ xmlns: "http://www.w3.org/2000/svg",
529
+ width: "1em",
530
+ height: "1em",
531
+ fill: "none",
532
+ viewBox: "0 0 24 24"
533
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
534
+ fill: "#9C7EEF",
535
+ fillRule: "evenodd",
536
+ d: "M11.98 18.28a5.26 5.26 0 1 0 0-10.52 5.26 5.26 0 0 0 0 10.52ZM12 16.4a3.36 3.36 0 1 0 0-6.72 3.36 3.36 0 0 0 0 6.72Z",
537
+ clipRule: "evenodd"
538
+ }), /*#__PURE__*/React__namespace.createElement("circle", {
539
+ cx: 19.125,
540
+ cy: 8.625,
541
+ r: 1.125,
542
+ fill: "#9C7EEF"
543
+ }), /*#__PURE__*/React__namespace.createElement("path", {
544
+ fill: "#D9CDF9",
545
+ d: "M9.628 10.648A3.359 3.359 0 0 1 12 9.664a3.359 3.359 0 0 1 3.355 3.356A3.358 3.358 0 0 1 12 16.376a3.358 3.358 0 0 1-3.355-3.356c0-.89.354-1.743.983-2.372Z"
546
+ }), /*#__PURE__*/React__namespace.createElement("path", {
547
+ fill: "#D9CDF9",
548
+ fillRule: "evenodd",
549
+ d: "M17.159 5.136h2.954a2.52 2.52 0 0 1 2.521 2.52v11.601a2.52 2.52 0 0 1-2.521 2.52H3.887a2.522 2.522 0 0 1-2.521-2.52V7.656a2.52 2.52 0 0 1 2.521-2.52h2.954l1.036-2.129a2.1 2.1 0 0 1 1.888-1.18h4.413a2.1 2.1 0 0 1 1.868 1.14l1.113 2.169ZM8.292 16.729A5.252 5.252 0 0 0 12 18.267a5.252 5.252 0 0 0 5.246-5.246A5.252 5.252 0 0 0 12 7.774a5.252 5.252 0 0 0-5.246 5.247 5.252 5.252 0 0 0 1.538 3.708ZM19.125 9.75a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
550
+ clipRule: "evenodd"
551
+ }));
552
+
527
553
  const SvgCard = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
528
554
  xmlns: "http://www.w3.org/2000/svg",
529
555
  width: "1em",
@@ -2386,26 +2412,15 @@ const SvgPaperPenColor = props => /*#__PURE__*/React__namespace.createElement("s
2386
2412
  height: "1em",
2387
2413
  fill: "none",
2388
2414
  viewBox: "0 0 24 24"
2389
- }, props), /*#__PURE__*/React__namespace.createElement("g", {
2390
- clipPath: "url(#paper_pen_color_svg__a)"
2391
- }, /*#__PURE__*/React__namespace.createElement("rect", {
2392
- width: 16.457,
2393
- height: 20.197,
2394
- x: 3.5,
2395
- y: 1.645,
2396
- fill: "#C6D8FA",
2397
- rx: 1.175
2415
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2416
+ fill: "#D9CDF9",
2417
+ d: "M3.5 2.82c0-.65.526-1.175 1.175-1.175h14.106c.65 0 1.176.526 1.176 1.175v17.846c0 .65-.527 1.175-1.176 1.175H4.675c-.649 0-1.175-.526-1.175-1.175V2.82Z"
2398
2418
  }), /*#__PURE__*/React__namespace.createElement("path", {
2399
- fill: "#6D99F1",
2419
+ fill: "#9C7EEF",
2400
2420
  fillRule: "evenodd",
2401
- d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
2421
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.467.467 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
2402
2422
  clipRule: "evenodd"
2403
- })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
2404
- id: "paper_pen_color_svg__a"
2405
- }, /*#__PURE__*/React__namespace.createElement("path", {
2406
- fill: "#fff",
2407
- d: "M0 0h24v24H0z"
2408
- }))));
2423
+ }));
2409
2424
 
2410
2425
  const SvgPaperTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2411
2426
  xmlns: "http://www.w3.org/2000/svg",
@@ -3734,6 +3749,7 @@ exports.CalendarCheckColorIcon = SvgCalendarCheckColor;
3734
3749
  exports.CalendarCheckIcon = SvgCalendarCheck;
3735
3750
  exports.CalendarColorIcon = SvgCalendarColor;
3736
3751
  exports.CalendarIcon = SvgCalendar;
3752
+ exports.CameraColorIcon = SvgCameraColor;
3737
3753
  exports.CameraIcon = SvgCamera;
3738
3754
  exports.CardIcon = SvgCard;
3739
3755
  exports.CardsPercentColorIcon = SvgCardsPercentColor;
@@ -0,0 +1,30 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgCameraColor = 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: "#9C7EEF",
12
+ fillRule: "evenodd",
13
+ d: "M11.98 18.28a5.26 5.26 0 1 0 0-10.52 5.26 5.26 0 0 0 0 10.52ZM12 16.4a3.36 3.36 0 1 0 0-6.72 3.36 3.36 0 0 0 0 6.72Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("circle", {
16
+ cx: 19.125,
17
+ cy: 8.625,
18
+ r: 1.125,
19
+ fill: "#9C7EEF"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fill: "#D9CDF9",
22
+ d: "M9.628 10.648A3.359 3.359 0 0 1 12 9.664a3.359 3.359 0 0 1 3.355 3.356A3.358 3.358 0 0 1 12 16.376a3.358 3.358 0 0 1-3.355-3.356c0-.89.354-1.743.983-2.372Z"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ fill: "#D9CDF9",
25
+ fillRule: "evenodd",
26
+ d: "M17.159 5.136h2.954a2.52 2.52 0 0 1 2.521 2.52v11.601a2.52 2.52 0 0 1-2.521 2.52H3.887a2.522 2.522 0 0 1-2.521-2.52V7.656a2.52 2.52 0 0 1 2.521-2.52h2.954l1.036-2.129a2.1 2.1 0 0 1 1.888-1.18h4.413a2.1 2.1 0 0 1 1.868 1.14l1.113 2.169ZM8.292 16.729A5.252 5.252 0 0 0 12 18.267a5.252 5.252 0 0 0 5.246-5.246A5.252 5.252 0 0 0 12 7.774a5.252 5.252 0 0 0-5.246 5.247 5.252 5.252 0 0 0 1.538 3.708ZM19.125 9.75a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
27
+ clipRule: "evenodd"
28
+ }));
29
+
30
+ export { SvgCameraColor as default };
@@ -7,25 +7,14 @@ const SvgPaperPenColor = props => /*#__PURE__*/React.createElement("svg", _exten
7
7
  height: "1em",
8
8
  fill: "none",
9
9
  viewBox: "0 0 24 24"
10
- }, props), /*#__PURE__*/React.createElement("g", {
11
- clipPath: "url(#paper_pen_color_svg__a)"
12
- }, /*#__PURE__*/React.createElement("rect", {
13
- width: 16.457,
14
- height: 20.197,
15
- x: 3.5,
16
- y: 1.645,
17
- fill: "#C6D8FA",
18
- rx: 1.175
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#D9CDF9",
12
+ d: "M3.5 2.82c0-.65.526-1.175 1.175-1.175h14.106c.65 0 1.176.526 1.176 1.175v17.846c0 .65-.527 1.175-1.176 1.175H4.675c-.649 0-1.175-.526-1.175-1.175V2.82Z"
19
13
  }), /*#__PURE__*/React.createElement("path", {
20
- fill: "#6D99F1",
14
+ fill: "#9C7EEF",
21
15
  fillRule: "evenodd",
22
- d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.466.466 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
16
+ d: "m19.205 11.89-4.239 4.239-.578 2.156-.38 1.42a.235.235 0 0 0 .287.287l1.42-.38 2.156-.579 4.24-4.238-2.906-2.905Zm4.658.491-2.244-2.244a.467.467 0 0 0-.66 0L19.8 11.294l2.906 2.906 1.157-1.158a.469.469 0 0 0 0-.661Z",
23
17
  clipRule: "evenodd"
24
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
25
- id: "paper_pen_color_svg__a"
26
- }, /*#__PURE__*/React.createElement("path", {
27
- fill: "#fff",
28
- d: "M0 0h24v24H0z"
29
- }))));
18
+ }));
30
19
 
31
20
  export { SvgPaperPenColor as default };
package/esm/index.js CHANGED
@@ -29,6 +29,7 @@ export { default as CalendarCheckIcon } from './CalendarCheck.js';
29
29
  export { default as CalendarCheckColorIcon } from './CalendarCheckColor.js';
30
30
  export { default as CalendarColorIcon } from './CalendarColor.js';
31
31
  export { default as CameraIcon } from './Camera.js';
32
+ export { default as CameraColorIcon } from './CameraColor.js';
32
33
  export { default as CardIcon } from './Card.js';
33
34
  export { default as CardsPercentIcon } from './CardsPercent.js';
34
35
  export { default as CardsPercentColorIcon } from './CardsPercentColor.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.47.0",
3
+ "version": "1.49.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",
@@ -12,9 +12,11 @@
12
12
  "svg"
13
13
  ],
14
14
  "exports": {
15
- "require": "./dist/index.js",
16
- "types": "./dist/index.d.ts",
17
- "import": "./esm/index.js"
15
+ ".": {
16
+ "require": "./dist/index.js",
17
+ "types": "./dist/index.d.ts",
18
+ "import": "./esm/index.js"
19
+ }
18
20
  },
19
21
  "repository": {
20
22
  "type": "git",
@@ -38,5 +40,5 @@
38
40
  "peerDependencies": {
39
41
  "react": "^18.2.0"
40
42
  },
41
- "gitHead": "0742fd7257c18f448ebb670bc1ef19ac4dc2b9dd"
43
+ "gitHead": "e21ec7a978c176d80e14e958adc570cb44281bf2"
42
44
  }
@@ -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 fill-rule="evenodd" clip-rule="evenodd" d="M11.98 18.28C14.885 18.28 17.24 15.925 17.24 13.02C17.24 10.115 14.885 7.76001 11.98 7.76001C9.07501 7.76001 6.72003 10.115 6.72003 13.02C6.72003 15.925 9.07501 18.28 11.98 18.28ZM12.0001 16.4C13.8557 16.4 15.3601 14.8957 15.3601 13.04C15.3601 11.1843 13.8557 9.68 12.0001 9.68C10.1444 9.68 8.64006 11.1843 8.64006 13.04C8.64006 14.8957 10.1444 16.4 12.0001 16.4Z" fill="#9C7EEF"/>
3
+ <circle cx="19.125" cy="8.625" r="1.125" fill="#9C7EEF"/>
4
+ <path d="M9.62844 10.6482C10.2574 10.019 11.1103 9.66505 12 9.664C12.8896 9.66505 13.7425 10.019 14.3715 10.6482C15.0005 11.2773 15.3542 12.1303 15.355 13.02C15.3544 13.9097 15.0008 14.7629 14.3718 15.3921C13.7427 16.0213 12.8897 16.3752 12 16.376C11.1102 16.3752 10.2572 16.0213 9.62815 15.3921C8.99911 14.7629 8.6455 13.9097 8.64497 13.02C8.64576 12.1303 8.99946 11.2773 9.62844 10.6482Z" fill="#D9CDF9"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.159 5.136H20.113C20.444 5.13586 20.7718 5.20095 21.0776 5.32753C21.3835 5.45412 21.6614 5.63972 21.8955 5.87373C22.1296 6.10775 22.3153 6.3856 22.4421 6.6914C22.5688 6.99721 22.634 7.32498 22.634 7.656V19.257C22.634 19.588 22.5688 19.9158 22.4421 20.2216C22.3153 20.5274 22.1296 20.8052 21.8955 21.0393C21.6614 21.2733 21.3835 21.4589 21.0776 21.5855C20.7718 21.712 20.444 21.7771 20.113 21.777H3.88697C3.55595 21.7771 3.22815 21.712 2.9223 21.5855C2.61644 21.4589 2.33852 21.2733 2.10441 21.0393C1.8703 20.8052 1.68459 20.5274 1.55789 20.2216C1.43118 19.9158 1.36597 19.588 1.36597 19.257V7.656C1.36597 7.32498 1.43118 6.99721 1.55789 6.6914C1.68459 6.3856 1.8703 6.10775 2.10441 5.87373C2.33852 5.63972 2.61644 5.45412 2.9223 5.32753C3.22815 5.20095 3.55595 5.13586 3.88697 5.136H6.84097L7.87697 3.007C8.04943 2.65312 8.31789 2.35484 8.65172 2.1462C8.98555 1.93756 9.3713 1.82695 9.76497 1.827H14.178C14.564 1.82695 14.9427 1.93332 15.2722 2.13444C15.6017 2.33556 15.8695 2.62363 16.046 2.967L17.159 5.136ZM8.29224 16.7287C9.27571 17.7122 10.6091 18.2654 12 18.267C13.3908 18.2654 14.7242 17.7122 15.7077 16.7287C16.6912 15.7453 17.2444 14.4118 17.246 13.021C17.2446 11.63 16.6915 10.2963 15.708 9.31262C14.7245 8.32893 13.391 7.77558 12 7.774C10.609 7.77558 9.27539 8.32893 8.29189 9.31262C7.30839 10.2963 6.75529 11.63 6.75397 13.021C6.75556 14.4118 7.30877 15.7453 8.29224 16.7287ZM19.125 9.74999C19.7463 9.74999 20.25 9.24631 20.25 8.62499C20.25 8.00367 19.7463 7.49999 19.125 7.49999C18.5037 7.49999 18 8.00367 18 8.62499C18 9.24631 18.5037 9.74999 19.125 9.74999Z" fill="#D9CDF9"/>
6
+ </svg>
@@ -1,11 +1,4 @@
1
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_15924_2460)">
3
- <rect x="3.5" y="1.64453" width="16.4568" height="20.1969" rx="1.17548" fill="#C6D8FA"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.205 11.8899L14.9663 16.1286L14.3882 18.2849L14.0079 19.7054C13.9973 19.7451 13.9974 19.7869 14.008 19.8266C14.0187 19.8662 14.0396 19.9024 14.0686 19.9314C14.0977 19.9605 14.1338 19.9814 14.1735 19.992C14.2132 20.0027 14.2549 20.0027 14.2946 19.9922L15.7142 19.6114L17.871 19.0333L22.1102 14.7946L19.205 11.8899ZM23.8629 12.381L21.6195 10.1372C21.5761 10.0937 21.5246 10.0592 21.4678 10.0357C21.4111 10.0122 21.3503 10.0001 21.2888 10.0001C21.2274 10.0001 21.1666 10.0122 21.1098 10.0357C21.0531 10.0592 21.0015 10.0937 20.9581 10.1372L19.8005 11.2944L22.7056 14.1996L23.8629 13.0419C23.9063 12.9985 23.9408 12.947 23.9644 12.8902C23.9879 12.8335 24 12.7727 24 12.7112C24 12.6498 23.9879 12.589 23.9644 12.5322C23.9408 12.4755 23.9063 12.4244 23.8629 12.381Z" fill="#6D99F1"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_15924_2460">
8
- <rect width="24" height="24" fill="white"/>
9
- </clipPath>
10
- </defs>
2
+ <path d="M3.5 2.82003C3.5 2.17083 4.02628 1.64455 4.67548 1.64455H18.7813C19.4305 1.64455 19.9568 2.17083 19.9568 2.82003V20.666C19.9568 21.3152 19.4305 21.8415 18.7813 21.8415H4.67548C4.02628 21.8415 3.5 21.3152 3.5 20.666V2.82003Z" fill="#D9CDF9"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.205 11.8899L14.9663 16.1286L14.3882 18.2849L14.0079 19.7055C13.9973 19.7452 13.9974 19.7869 14.008 19.8266C14.0187 19.8662 14.0396 19.9024 14.0686 19.9314C14.0977 19.9605 14.1338 19.9814 14.1735 19.992C14.2132 20.0027 14.2549 20.0028 14.2946 19.9922L15.7142 19.6114L17.871 19.0333L22.1102 14.7946L19.205 11.8899ZM23.8629 12.381L21.6195 10.1372C21.5761 10.0937 21.5246 10.0593 21.4678 10.0357C21.4111 10.0122 21.3503 10.0001 21.2888 10.0001C21.2274 10.0001 21.1666 10.0122 21.1098 10.0357C21.0531 10.0593 21.0015 10.0937 20.9581 10.1372L19.8005 11.2944L22.7056 14.1996L23.8629 13.0419C23.9063 12.9985 23.9408 12.947 23.9644 12.8902C23.9879 12.8335 24 12.7727 24 12.7112C24 12.6498 23.9879 12.589 23.9644 12.5322C23.9408 12.4755 23.9063 12.4244 23.8629 12.381Z" fill="#9C7EEF"/>
11
4
  </svg>