@teamturing/icons 1.42.0 → 1.43.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 SvgBookColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBookColor;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgQuizColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgQuizColor;
package/dist/index.d.ts CHANGED
@@ -19,6 +19,7 @@ export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
19
19
  export { default as AutoIcon } from './Auto';
20
20
  export { default as BarchartIcon } from './Barchart';
21
21
  export { default as BookIcon } from './Book';
22
+ export { default as BookColorIcon } from './BookColor';
22
23
  export { default as BookmarkIcon } from './Bookmark';
23
24
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation';
24
25
  export { default as BoxIcon } from './Box';
@@ -166,6 +167,7 @@ export { default as ProfileIcon } from './Profile';
166
167
  export { default as ProgressGradientIcon } from './ProgressGradient';
167
168
  export { default as QuestionMarkInCircleIcon } from './QuestionMarkInCircle';
168
169
  export { default as QuestionMarkInCircleOutlinedIcon } from './QuestionMarkInCircleOutlined';
170
+ export { default as QuizColorIcon } from './QuizColor';
169
171
  export { default as RaffleColorIcon } from './RaffleColor';
170
172
  export { default as ReceiptIcon } from './Receipt';
171
173
  export { default as RefreshIcon } from './Refresh';
package/dist/index.js CHANGED
@@ -324,6 +324,30 @@ const SvgBook = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
324
324
  clipRule: "evenodd"
325
325
  }));
326
326
 
327
+ const SvgBookColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
328
+ xmlns: "http://www.w3.org/2000/svg",
329
+ width: "1em",
330
+ height: "1em",
331
+ fill: "none",
332
+ viewBox: "0 0 24 24"
333
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
334
+ fill: "#C6D8FA",
335
+ fillRule: "evenodd",
336
+ d: "M6.449 2A2.449 2.449 0 0 0 4 4.449v15.102a2.449 2.449 0 0 0 2.62 2.443c.045.004.09.006.135.006h13.163c.451 0 .817-.366.817-.816v-.409a.816.816 0 0 0-.817-.816H7.265a.816.816 0 0 1 0-1.633H19.918c.451 0 .817-.365.817-.816V2.816A.816.816 0 0 0 19.918 2H6.45Zm2.857 2.857a.816.816 0 0 0-.816.816v1.633c0 .451.365.816.816.816h7.347c.45 0 .816-.365.816-.816V5.673a.816.816 0 0 0-.816-.816H9.306Z",
337
+ clipRule: "evenodd"
338
+ }), /*#__PURE__*/React__namespace.createElement("path", {
339
+ fill: "#C6D8FA",
340
+ d: "M19.918 19.96H7.265a.816.816 0 0 1 0-1.634H19.918v1.633Z"
341
+ }), /*#__PURE__*/React__namespace.createElement("path", {
342
+ fill: "#6D99F1",
343
+ fillRule: "evenodd",
344
+ d: "M20 19.96v-1.634H7.265a.816.816 0 0 0 0 1.633H20Z",
345
+ clipRule: "evenodd"
346
+ }), /*#__PURE__*/React__namespace.createElement("path", {
347
+ fill: "#6D99F1",
348
+ d: "M9.306 4.857a.816.816 0 0 0-.816.816v1.633c0 .451.365.816.816.816h7.347c.45 0 .816-.365.816-.816V5.673a.816.816 0 0 0-.816-.816H9.306Z"
349
+ }));
350
+
327
351
  const SvgBookmark = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
328
352
  xmlns: "http://www.w3.org/2000/svg",
329
353
  width: "1em",
@@ -2688,6 +2712,30 @@ const SvgQuestionMarkInCircleOutlined = props => /*#__PURE__*/React__namespace.c
2688
2712
  d: "M13.652 12.569c.629-.403 1.487-.953 1.774-2.201.224-.974.016-1.927-.586-2.683-.681-.855-1.817-1.385-2.966-1.385A3.578 3.578 0 0 0 8.3 9.874a.9.9 0 1 0 1.8 0c0-.978.796-1.775 1.774-1.775.605 0 1.216.278 1.558.707.261.328.341.718.24 1.16-.117.507-.42.722-.992 1.087l-.002.001c-.72.461-1.704 1.091-1.704 2.695a.9.9 0 1 0 1.8 0c0-.589.225-.763.876-1.179l.002-.001ZM11.041 17.756a1.2 1.2 0 1 0 1.697-1.697 1.2 1.2 0 0 0-1.697 1.697Z"
2689
2713
  }));
2690
2714
 
2715
+ const SvgQuizColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2716
+ xmlns: "http://www.w3.org/2000/svg",
2717
+ width: "1em",
2718
+ height: "1em",
2719
+ fill: "none",
2720
+ viewBox: "0 0 24 24"
2721
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2722
+ fill: "#6D99F1",
2723
+ d: "m21.443 4.23-4.86-1.12c.272.413.418.896.42 1.39v13.002a2.5 2.5 0 0 1-2.501 2.5h-4.78l7.67 1.771a2.5 2.5 0 0 0 3-1.87L23.314 7.23a2.49 2.49 0 0 0-1.87-3Z"
2724
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2725
+ fill: "#C6D8FA",
2726
+ d: "M8.895 7.776a3.244 3.244 0 1 0 0 6.488 3.244 3.244 0 0 0 0-6.488Z"
2727
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2728
+ fill: "#C6D8FA",
2729
+ fillRule: "evenodd",
2730
+ d: "M17.012 17.502V4.5a2.502 2.502 0 0 0-2.51-2.5H3.5A2.5 2.5 0 0 0 1 4.5v13.002a2.5 2.5 0 0 0 2.5 2.5h11.012a2.5 2.5 0 0 0 2.5-2.5ZM4 11.02a4.894 4.894 0 1 1 9.79 0 4.894 4.894 0 0 1-9.79 0Z",
2731
+ clipRule: "evenodd"
2732
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2733
+ fill: "#6D99F1",
2734
+ fillRule: "evenodd",
2735
+ d: "M8.895 6.126a4.894 4.894 0 1 0 0 9.789 4.894 4.894 0 0 0 0-9.79ZM5.65 11.02a3.244 3.244 0 1 1 6.488 0 3.244 3.244 0 0 1-6.488 0Z",
2736
+ clipRule: "evenodd"
2737
+ }));
2738
+
2691
2739
  const SvgRaffleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2692
2740
  xmlns: "http://www.w3.org/2000/svg",
2693
2741
  width: "1em",
@@ -3623,6 +3671,7 @@ exports.ArrowUpIcon = SvgArrowUp;
3623
3671
  exports.ArrowUpLimitIcon = SvgArrowUpLimit;
3624
3672
  exports.AutoIcon = SvgAuto;
3625
3673
  exports.BarchartIcon = SvgBarchart;
3674
+ exports.BookColorIcon = SvgBookColor;
3626
3675
  exports.BookIcon = SvgBook;
3627
3676
  exports.BookmarkAnimationIcon = SvgBookmarkAnimation;
3628
3677
  exports.BookmarkIcon = SvgBookmark;
@@ -3771,6 +3820,7 @@ exports.ProfileIcon = SvgProfile;
3771
3820
  exports.ProgressGradientIcon = SvgProgressGradient;
3772
3821
  exports.QuestionMarkInCircleIcon = SvgQuestionMarkInCircle;
3773
3822
  exports.QuestionMarkInCircleOutlinedIcon = SvgQuestionMarkInCircleOutlined;
3823
+ exports.QuizColorIcon = SvgQuizColor;
3774
3824
  exports.RaffleColorIcon = SvgRaffleColor;
3775
3825
  exports.ReceiptIcon = SvgReceipt;
3776
3826
  exports.RefreshIcon = SvgRefresh;
@@ -0,0 +1,28 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgBookColor = 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: "#C6D8FA",
12
+ fillRule: "evenodd",
13
+ d: "M6.449 2A2.449 2.449 0 0 0 4 4.449v15.102a2.449 2.449 0 0 0 2.62 2.443c.045.004.09.006.135.006h13.163c.451 0 .817-.366.817-.816v-.409a.816.816 0 0 0-.817-.816H7.265a.816.816 0 0 1 0-1.633H19.918c.451 0 .817-.365.817-.816V2.816A.816.816 0 0 0 19.918 2H6.45Zm2.857 2.857a.816.816 0 0 0-.816.816v1.633c0 .451.365.816.816.816h7.347c.45 0 .816-.365.816-.816V5.673a.816.816 0 0 0-.816-.816H9.306Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "#C6D8FA",
17
+ d: "M19.918 19.96H7.265a.816.816 0 0 1 0-1.634H19.918v1.633Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ fill: "#6D99F1",
20
+ fillRule: "evenodd",
21
+ d: "M20 19.96v-1.634H7.265a.816.816 0 0 0 0 1.633H20Z",
22
+ clipRule: "evenodd"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ fill: "#6D99F1",
25
+ d: "M9.306 4.857a.816.816 0 0 0-.816.816v1.633c0 .451.365.816.816.816h7.347c.45 0 .816-.365.816-.816V5.673a.816.816 0 0 0-.816-.816H9.306Z"
26
+ }));
27
+
28
+ export { SvgBookColor as default };
@@ -0,0 +1,28 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgQuizColor = 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: "#6D99F1",
12
+ d: "m21.443 4.23-4.86-1.12c.272.413.418.896.42 1.39v13.002a2.5 2.5 0 0 1-2.501 2.5h-4.78l7.67 1.771a2.5 2.5 0 0 0 3-1.87L23.314 7.23a2.49 2.49 0 0 0-1.87-3Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#C6D8FA",
15
+ d: "M8.895 7.776a3.244 3.244 0 1 0 0 6.488 3.244 3.244 0 0 0 0-6.488Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ fill: "#C6D8FA",
18
+ fillRule: "evenodd",
19
+ d: "M17.012 17.502V4.5a2.502 2.502 0 0 0-2.51-2.5H3.5A2.5 2.5 0 0 0 1 4.5v13.002a2.5 2.5 0 0 0 2.5 2.5h11.012a2.5 2.5 0 0 0 2.5-2.5ZM4 11.02a4.894 4.894 0 1 1 9.79 0 4.894 4.894 0 0 1-9.79 0Z",
20
+ clipRule: "evenodd"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "#6D99F1",
23
+ fillRule: "evenodd",
24
+ d: "M8.895 6.126a4.894 4.894 0 1 0 0 9.789 4.894 4.894 0 0 0 0-9.79ZM5.65 11.02a3.244 3.244 0 1 1 6.488 0 3.244 3.244 0 0 1-6.488 0Z",
25
+ clipRule: "evenodd"
26
+ }));
27
+
28
+ export { SvgQuizColor as default };
package/esm/index.js CHANGED
@@ -19,6 +19,7 @@ export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
19
19
  export { default as AutoIcon } from './Auto.js';
20
20
  export { default as BarchartIcon } from './Barchart.js';
21
21
  export { default as BookIcon } from './Book.js';
22
+ export { default as BookColorIcon } from './BookColor.js';
22
23
  export { default as BookmarkIcon } from './Bookmark.js';
23
24
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation.js';
24
25
  export { default as BoxIcon } from './Box.js';
@@ -166,6 +167,7 @@ export { default as ProfileIcon } from './Profile.js';
166
167
  export { default as ProgressGradientIcon } from './ProgressGradient.js';
167
168
  export { default as QuestionMarkInCircleIcon } from './QuestionMarkInCircle.js';
168
169
  export { default as QuestionMarkInCircleOutlinedIcon } from './QuestionMarkInCircleOutlined.js';
170
+ export { default as QuizColorIcon } from './QuizColor.js';
169
171
  export { default as RaffleColorIcon } from './RaffleColor.js';
170
172
  export { default as ReceiptIcon } from './Receipt.js';
171
173
  export { default as RefreshIcon } from './Refresh.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.42.0",
3
+ "version": "1.43.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": "5d0c4cb13d0269bbfff3c6b947c48eba8281f618"
41
+ "gitHead": "55d14d0eab0c2905cc30015c4a13190222e6e545"
42
42
  }
@@ -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="M6.44898 2C5.09645 2 4 3.09645 4 4.44898V17.5102V19.551C4 20.9036 5.09645 22 6.44898 22C6.50647 22 6.56351 21.998 6.62001 21.9941C6.66452 21.998 6.70958 22 6.7551 22H19.9184C20.3692 22 20.7347 21.6345 20.7347 21.1837V20.7755C20.7347 20.3247 20.3692 19.9592 19.9184 19.9592H8.8641H7.26531C6.81446 19.9592 6.44898 19.5937 6.44898 19.1429C6.44898 18.692 6.81446 18.3265 7.26531 18.3265H8.89796H19.9184C20.3692 18.3265 20.7347 17.961 20.7347 17.5102V2.81633C20.7347 2.36548 20.3692 2 19.9184 2H6.44898ZM9.30612 4.85714C8.85528 4.85714 8.4898 5.22262 8.4898 5.67347V7.30612C8.4898 7.75697 8.85528 8.12245 9.30612 8.12245H16.6531C17.1039 8.12245 17.4694 7.75697 17.4694 7.30612V5.67347C17.4694 5.22262 17.1039 4.85714 16.6531 4.85714H9.30612Z" fill="#C6D8FA"/>
3
+ <path d="M19.9184 19.9592H8.86409H7.2653C6.81446 19.9592 6.44897 19.5937 6.44897 19.1429C6.44897 18.692 6.81446 18.3265 7.2653 18.3265H8.89795H19.9184V19.9592Z" fill="#C6D8FA"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20 19.9592V19.1429V18.3265H7.2653C6.81446 18.3265 6.44897 18.692 6.44897 19.1429C6.44897 19.5937 6.81446 19.9592 7.2653 19.9592H20Z" fill="#6D99F1"/>
5
+ <path d="M9.30607 4.85715C8.85523 4.85715 8.48975 5.22263 8.48975 5.67347V7.30613C8.48975 7.75697 8.85523 8.12245 9.30607 8.12245H16.653C17.1039 8.12245 17.4693 7.75697 17.4693 7.30613V5.67347C17.4693 5.22263 17.1039 4.85715 16.653 4.85715H9.30607Z" fill="#6D99F1"/>
6
+ </svg>
@@ -1,4 +1,4 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 3.99993C14.2091 1.79079 17.7909 1.79079 20 3.99993C22.2091 6.20907 22.2091 9.7908 20 11.9999L16 15.9999L7.99999 7.99993L12 3.99993Z" fill="#D9CDF9"/>
3
- <path d="M7.99999 7.99993L16 15.9999L12 19.9999C9.79085 22.2091 6.20913 22.2091 3.99999 19.9999C1.79085 17.7908 1.79086 14.2091 3.99999 11.9999L7.99999 7.99993Z" fill="#9C7EEF"/>
2
+ <path d="M12 3.99993C14.2091 1.79079 17.7909 1.79079 20 3.99993C22.2091 6.20907 22.2091 9.7908 20 11.9999L16 15.9999L7.99999 7.99993L12 3.99993Z" fill="#C6D8FA"/>
3
+ <path d="M7.99999 7.99993L16 15.9999L12 19.9999C9.79085 22.2091 6.20913 22.2091 3.99999 19.9999C1.79085 17.7908 1.79086 14.2091 3.99999 11.9999L7.99999 7.99993Z" fill="#6D99F1"/>
4
4
  </svg>
@@ -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 d="M21.443 4.23041L16.5823 3.11024C16.8551 3.52264 17.0012 4.00595 17.0023 4.50045V17.5024C17.0023 18.1656 16.7389 18.8016 16.27 19.2705C15.8011 19.7394 15.1651 20.0028 14.5019 20.0028H9.72121L17.3924 21.7731C18.0383 21.9229 18.7172 21.81 19.2799 21.4592C19.8426 21.1085 20.2429 20.5487 20.3928 19.9028L23.3133 7.23086C23.3888 6.91099 23.4003 6.57932 23.347 6.25499C23.2938 5.93066 23.1768 5.62008 23.003 5.34115C22.8291 5.06223 22.6018 4.82047 22.334 4.62984C22.0663 4.4392 21.7635 4.30345 21.443 4.23041Z" fill="#6D99F1"/>
3
+ <path d="M8.8949 7.77589C7.10315 7.77589 5.65065 9.22839 5.65065 11.0201C5.65065 12.8119 7.10315 14.2644 8.8949 14.2644C10.6866 14.2644 12.1391 12.8119 12.1391 11.0201C12.1391 9.22839 10.6866 7.77589 8.8949 7.77589Z" fill="#C6D8FA"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0124 17.5024V4.5004C17.0124 4.1712 16.9474 3.84524 16.8212 3.54123C16.6949 3.23722 16.5098 2.96113 16.2766 2.72882C16.0433 2.49651 15.7665 2.31254 15.462 2.18747C15.1575 2.06241 14.8312 1.9987 14.5021 2.00002H3.50038C2.83724 2.00002 2.20126 2.26345 1.73234 2.73236C1.26343 3.20128 1 3.83726 1 4.5004V17.5024C1 18.1655 1.26343 18.8015 1.73234 19.2704C1.96453 19.5026 2.24017 19.6868 2.54353 19.8124C2.84689 19.9381 3.17203 20.0028 3.50038 20.0028H14.5121C15.1752 20.0028 15.8112 19.7393 16.2801 19.2704C16.749 18.8015 17.0124 18.1655 17.0124 17.5024ZM4.0004 11.0201C4.0004 8.31698 6.19174 6.12564 8.8949 6.12564C11.5981 6.12564 13.7894 8.31698 13.7894 11.0201C13.7894 13.7233 11.5981 15.9146 8.8949 15.9146C6.19174 15.9146 4.0004 13.7233 4.0004 11.0201Z" fill="#C6D8FA"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.8949 6.12564C6.19174 6.12564 4.0004 8.31698 4.0004 11.0201C4.0004 13.7233 6.19174 15.9146 8.8949 15.9146C11.5981 15.9146 13.7894 13.7233 13.7894 11.0201C13.7894 8.31698 11.5981 6.12564 8.8949 6.12564ZM5.65065 11.0201C5.65065 9.22839 7.10315 7.77589 8.8949 7.77589C10.6866 7.77589 12.1391 9.22839 12.1391 11.0201C12.1391 12.8119 10.6866 14.2644 8.8949 14.2644C7.10315 14.2644 5.65065 12.8119 5.65065 11.0201Z" fill="#6D99F1"/>
6
+ </svg>