@kollexeo/icons 1.9.0 → 1.11.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.
Files changed (103) hide show
  1. package/dist/icons/CollectionArtbookIcon.d.mts +10 -0
  2. package/dist/icons/CollectionArtbookIcon.d.ts +10 -0
  3. package/dist/icons/CollectionArtbookIcon.js +34 -0
  4. package/dist/icons/CollectionArtbookIcon.mjs +28 -0
  5. package/dist/icons/CollectionBdIcon.d.mts +10 -0
  6. package/dist/icons/CollectionBdIcon.d.ts +10 -0
  7. package/dist/icons/CollectionBdIcon.js +34 -0
  8. package/dist/icons/CollectionBdIcon.mjs +28 -0
  9. package/dist/icons/CollectionBluRayIcon.d.mts +10 -0
  10. package/dist/icons/CollectionBluRayIcon.d.ts +10 -0
  11. package/dist/icons/CollectionBluRayIcon.js +47 -0
  12. package/dist/icons/CollectionBluRayIcon.mjs +41 -0
  13. package/dist/icons/CollectionBoardGameIcon.d.mts +10 -0
  14. package/dist/icons/CollectionBoardGameIcon.d.ts +10 -0
  15. package/dist/icons/CollectionBoardGameIcon.js +47 -0
  16. package/dist/icons/CollectionBoardGameIcon.mjs +41 -0
  17. package/dist/icons/CollectionBookIcon.d.mts +10 -0
  18. package/dist/icons/CollectionBookIcon.d.ts +10 -0
  19. package/dist/icons/CollectionBookIcon.js +34 -0
  20. package/dist/icons/CollectionBookIcon.mjs +28 -0
  21. package/dist/icons/CollectionCdIcon.d.mts +10 -0
  22. package/dist/icons/CollectionCdIcon.d.ts +10 -0
  23. package/dist/icons/CollectionCdIcon.js +47 -0
  24. package/dist/icons/CollectionCdIcon.mjs +41 -0
  25. package/dist/icons/CollectionCollectionIcon.d.mts +10 -0
  26. package/dist/icons/CollectionCollectionIcon.d.ts +10 -0
  27. package/dist/icons/CollectionCollectionIcon.js +25 -0
  28. package/dist/icons/CollectionCollectionIcon.mjs +19 -0
  29. package/dist/icons/CollectionComicIcon.d.mts +10 -0
  30. package/dist/icons/CollectionComicIcon.d.ts +10 -0
  31. package/dist/icons/CollectionComicIcon.js +34 -0
  32. package/dist/icons/CollectionComicIcon.mjs +28 -0
  33. package/dist/icons/CollectionConsoleIcon.d.mts +10 -0
  34. package/dist/icons/CollectionConsoleIcon.d.ts +10 -0
  35. package/dist/icons/CollectionConsoleIcon.js +67 -0
  36. package/dist/icons/CollectionConsoleIcon.mjs +61 -0
  37. package/dist/icons/CollectionDvdIcon.d.mts +10 -0
  38. package/dist/icons/CollectionDvdIcon.d.ts +10 -0
  39. package/dist/icons/CollectionDvdIcon.js +58 -0
  40. package/dist/icons/CollectionDvdIcon.mjs +52 -0
  41. package/dist/icons/CollectionFigurineIcon.d.mts +10 -0
  42. package/dist/icons/CollectionFigurineIcon.d.ts +10 -0
  43. package/dist/icons/CollectionFigurineIcon.js +36 -0
  44. package/dist/icons/CollectionFigurineIcon.mjs +30 -0
  45. package/dist/icons/CollectionGameIcon.d.mts +10 -0
  46. package/dist/icons/CollectionGameIcon.d.ts +10 -0
  47. package/dist/icons/CollectionGameIcon.js +47 -0
  48. package/dist/icons/CollectionGameIcon.mjs +41 -0
  49. package/dist/icons/CollectionLegoIcon.d.mts +10 -0
  50. package/dist/icons/CollectionLegoIcon.d.ts +10 -0
  51. package/dist/icons/CollectionLegoIcon.js +25 -0
  52. package/dist/icons/CollectionLegoIcon.mjs +19 -0
  53. package/dist/icons/CollectionLoanIcon.d.mts +10 -0
  54. package/dist/icons/CollectionLoanIcon.d.ts +10 -0
  55. package/dist/icons/CollectionLoanIcon.js +34 -0
  56. package/dist/icons/CollectionLoanIcon.mjs +28 -0
  57. package/dist/icons/CollectionMangaIcon.d.mts +10 -0
  58. package/dist/icons/CollectionMangaIcon.d.ts +10 -0
  59. package/dist/icons/CollectionMangaIcon.js +25 -0
  60. package/dist/icons/CollectionMangaIcon.mjs +19 -0
  61. package/dist/icons/CollectionMovieIcon.d.mts +10 -0
  62. package/dist/icons/CollectionMovieIcon.d.ts +10 -0
  63. package/dist/icons/CollectionMovieIcon.js +25 -0
  64. package/dist/icons/CollectionMovieIcon.mjs +19 -0
  65. package/dist/icons/CollectionMusicIcon.d.mts +10 -0
  66. package/dist/icons/CollectionMusicIcon.d.ts +10 -0
  67. package/dist/icons/CollectionMusicIcon.js +47 -0
  68. package/dist/icons/CollectionMusicIcon.mjs +41 -0
  69. package/dist/icons/CollectionPokemonCardIcon.d.mts +10 -0
  70. package/dist/icons/CollectionPokemonCardIcon.d.ts +10 -0
  71. package/dist/icons/CollectionPokemonCardIcon.js +47 -0
  72. package/dist/icons/CollectionPokemonCardIcon.mjs +41 -0
  73. package/dist/icons/CollectionPosterIcon.d.mts +10 -0
  74. package/dist/icons/CollectionPosterIcon.d.ts +10 -0
  75. package/dist/icons/CollectionPosterIcon.js +45 -0
  76. package/dist/icons/CollectionPosterIcon.mjs +39 -0
  77. package/dist/icons/CollectionTradingCardIcon.d.mts +10 -0
  78. package/dist/icons/CollectionTradingCardIcon.d.ts +10 -0
  79. package/dist/icons/CollectionTradingCardIcon.js +43 -0
  80. package/dist/icons/CollectionTradingCardIcon.mjs +37 -0
  81. package/dist/icons/CollectionVhsIcon.d.mts +10 -0
  82. package/dist/icons/CollectionVhsIcon.d.ts +10 -0
  83. package/dist/icons/CollectionVhsIcon.js +56 -0
  84. package/dist/icons/CollectionVhsIcon.mjs +50 -0
  85. package/dist/icons/CollectionVinylIcon.d.mts +10 -0
  86. package/dist/icons/CollectionVinylIcon.d.ts +10 -0
  87. package/dist/icons/CollectionVinylIcon.js +60 -0
  88. package/dist/icons/CollectionVinylIcon.mjs +54 -0
  89. package/dist/icons/CollectionWishlistIcon.d.mts +10 -0
  90. package/dist/icons/CollectionWishlistIcon.d.ts +10 -0
  91. package/dist/icons/CollectionWishlistIcon.js +34 -0
  92. package/dist/icons/CollectionWishlistIcon.mjs +28 -0
  93. package/dist/icons/KollexeoKIcon.js +1 -12
  94. package/dist/icons/KollexeoKIcon.mjs +2 -13
  95. package/dist/icons/LogoDeezerIcon.d.mts +9 -0
  96. package/dist/icons/LogoDeezerIcon.d.ts +9 -0
  97. package/dist/icons/LogoDeezerIcon.js +30 -0
  98. package/dist/icons/LogoDeezerIcon.mjs +24 -0
  99. package/dist/index.d.mts +50 -2
  100. package/dist/index.d.ts +50 -2
  101. package/dist/index.js +766 -12
  102. package/dist/index.mjs +743 -13
  103. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionArtbookIcon: FC<IconProps>;
9
+
10
+ export { CollectionArtbookIcon, type IconProps };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionArtbookIcon: FC<IconProps>;
9
+
10
+ export { CollectionArtbookIcon, type IconProps };
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ var Svg = require('react-native-svg');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var Svg__default = /*#__PURE__*/_interopDefault(Svg);
8
+
9
+ const React = require("react");
10
+ var CollectionArtbookIcon = ({
11
+ size = 24,
12
+ color = "currentColor",
13
+ strokeWidth
14
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
15
+ Svg.Path,
16
+ {
17
+ stroke: color,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: strokeWidth ?? 2,
21
+ d: "M8 4h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2M16.5 7 12 11.5M11.7 10.8l1.5 1.5"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Path,
25
+ {
26
+ stroke: color,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: strokeWidth ?? 2,
30
+ d: "M12 11.5q-1.95 1.95-2.7 4.2 2.25-.75 4.2-2.7Z"
31
+ }
32
+ ));
33
+
34
+ exports.CollectionArtbookIcon = CollectionArtbookIcon;
@@ -0,0 +1,28 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionArtbookIcon = ({
5
+ size = 24,
6
+ color = "currentColor",
7
+ strokeWidth
8
+ }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
9
+ Path,
10
+ {
11
+ stroke: color,
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: strokeWidth ?? 2,
15
+ d: "M8 4h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2M16.5 7 12 11.5M11.7 10.8l1.5 1.5"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Path,
19
+ {
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2,
24
+ d: "M12 11.5q-1.95 1.95-2.7 4.2 2.25-.75 4.2-2.7Z"
25
+ }
26
+ ));
27
+
28
+ export { CollectionArtbookIcon };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionBdIcon: FC<IconProps>;
9
+
10
+ export { CollectionBdIcon, type IconProps };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionBdIcon: FC<IconProps>;
9
+
10
+ export { CollectionBdIcon, type IconProps };
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ var Svg = require('react-native-svg');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var Svg__default = /*#__PURE__*/_interopDefault(Svg);
8
+
9
+ const React = require("react");
10
+ var CollectionBdIcon = ({
11
+ size = 24,
12
+ color = "currentColor",
13
+ strokeWidth
14
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
15
+ Svg.Path,
16
+ {
17
+ stroke: color,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: strokeWidth ?? 2,
21
+ d: "M8 3h8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2M9 3v18"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Path,
25
+ {
26
+ stroke: color,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: strokeWidth ?? 2,
30
+ d: "M11.5 6h4v3h-4Z"
31
+ }
32
+ ));
33
+
34
+ exports.CollectionBdIcon = CollectionBdIcon;
@@ -0,0 +1,28 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionBdIcon = ({
5
+ size = 24,
6
+ color = "currentColor",
7
+ strokeWidth
8
+ }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
9
+ Path,
10
+ {
11
+ stroke: color,
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: strokeWidth ?? 2,
15
+ d: "M8 3h8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2M9 3v18"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Path,
19
+ {
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2,
24
+ d: "M11.5 6h4v3h-4Z"
25
+ }
26
+ ));
27
+
28
+ export { CollectionBdIcon };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionBluRayIcon: FC<IconProps>;
9
+
10
+ export { CollectionBluRayIcon, type IconProps };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionBluRayIcon: FC<IconProps>;
9
+
10
+ export { CollectionBluRayIcon, type IconProps };
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ var Svg = require('react-native-svg');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var Svg__default = /*#__PURE__*/_interopDefault(Svg);
8
+
9
+ const React = require("react");
10
+ var CollectionBluRayIcon = ({
11
+ size = 24,
12
+ color = "currentColor",
13
+ strokeWidth
14
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
15
+ Svg.Circle,
16
+ {
17
+ cx: 12,
18
+ cy: 12,
19
+ r: 9,
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2
24
+ }
25
+ ), /* @__PURE__ */ React.createElement(
26
+ Svg.Circle,
27
+ {
28
+ cx: 12,
29
+ cy: 12,
30
+ r: 2,
31
+ stroke: color,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round",
34
+ strokeWidth: strokeWidth ?? 2
35
+ }
36
+ ), /* @__PURE__ */ React.createElement(
37
+ Svg.Path,
38
+ {
39
+ stroke: color,
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round",
42
+ strokeWidth: strokeWidth ?? 2,
43
+ d: "M6 9.5A6.5 6.5 0 0 1 9.5 6M16 6l.6 1.4L18 8l-1.4.6L16 10l-.6-1.4L14 8l1.4-.6Z"
44
+ }
45
+ ));
46
+
47
+ exports.CollectionBluRayIcon = CollectionBluRayIcon;
@@ -0,0 +1,41 @@
1
+ import Svg, { Circle, Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionBluRayIcon = ({
5
+ size = 24,
6
+ color = "currentColor",
7
+ strokeWidth
8
+ }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
9
+ Circle,
10
+ {
11
+ cx: 12,
12
+ cy: 12,
13
+ r: 9,
14
+ stroke: color,
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ strokeWidth: strokeWidth ?? 2
18
+ }
19
+ ), /* @__PURE__ */ React.createElement(
20
+ Circle,
21
+ {
22
+ cx: 12,
23
+ cy: 12,
24
+ r: 2,
25
+ stroke: color,
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round",
28
+ strokeWidth: strokeWidth ?? 2
29
+ }
30
+ ), /* @__PURE__ */ React.createElement(
31
+ Path,
32
+ {
33
+ stroke: color,
34
+ strokeLinecap: "round",
35
+ strokeLinejoin: "round",
36
+ strokeWidth: strokeWidth ?? 2,
37
+ d: "M6 9.5A6.5 6.5 0 0 1 9.5 6M16 6l.6 1.4L18 8l-1.4.6L16 10l-.6-1.4L14 8l1.4-.6Z"
38
+ }
39
+ ));
40
+
41
+ export { CollectionBluRayIcon };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionBoardGameIcon: FC<IconProps>;
9
+
10
+ export { CollectionBoardGameIcon, type IconProps };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionBoardGameIcon: FC<IconProps>;
9
+
10
+ export { CollectionBoardGameIcon, type IconProps };
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ var Svg = require('react-native-svg');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var Svg__default = /*#__PURE__*/_interopDefault(Svg);
8
+
9
+ const React = require("react");
10
+ var CollectionBoardGameIcon = ({
11
+ size = 24,
12
+ color = "currentColor",
13
+ strokeWidth
14
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
15
+ Svg.Path,
16
+ {
17
+ stroke: color,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: strokeWidth ?? 2,
21
+ d: "M5.5 20v-3.5c0-.5-.3-.9-.8-1.1-.9-.4-1.1-1.6-.3-2.2 1-.8 2.1-1.2 2.1-2.4C6.5 9 7.6 8 9 8s2.5 1 2.5 2.8c0 1.2 1.1 1.6 2.1 2.4.8.6.6 1.8-.3 2.2-.5.2-.8.6-.8 1.1V20H9.8L9 18l-.8 2ZM16.5 15H19a1.5 1.5 0 0 1 1.5 1.5V19a1.5 1.5 0 0 1-1.5 1.5h-2.5A1.5 1.5 0 0 1 15 19v-2.5a1.5 1.5 0 0 1 1.5-1.5"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Circle,
25
+ {
26
+ cx: 17,
27
+ cy: 17,
28
+ r: 0.6,
29
+ stroke: color,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round",
32
+ strokeWidth: strokeWidth ?? 2
33
+ }
34
+ ), /* @__PURE__ */ React.createElement(
35
+ Svg.Circle,
36
+ {
37
+ cx: 18.5,
38
+ cy: 18.5,
39
+ r: 0.6,
40
+ stroke: color,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ strokeWidth: strokeWidth ?? 2
44
+ }
45
+ ));
46
+
47
+ exports.CollectionBoardGameIcon = CollectionBoardGameIcon;
@@ -0,0 +1,41 @@
1
+ import Svg, { Path, Circle } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionBoardGameIcon = ({
5
+ size = 24,
6
+ color = "currentColor",
7
+ strokeWidth
8
+ }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
9
+ Path,
10
+ {
11
+ stroke: color,
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: strokeWidth ?? 2,
15
+ d: "M5.5 20v-3.5c0-.5-.3-.9-.8-1.1-.9-.4-1.1-1.6-.3-2.2 1-.8 2.1-1.2 2.1-2.4C6.5 9 7.6 8 9 8s2.5 1 2.5 2.8c0 1.2 1.1 1.6 2.1 2.4.8.6.6 1.8-.3 2.2-.5.2-.8.6-.8 1.1V20H9.8L9 18l-.8 2ZM16.5 15H19a1.5 1.5 0 0 1 1.5 1.5V19a1.5 1.5 0 0 1-1.5 1.5h-2.5A1.5 1.5 0 0 1 15 19v-2.5a1.5 1.5 0 0 1 1.5-1.5"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Circle,
19
+ {
20
+ cx: 17,
21
+ cy: 17,
22
+ r: 0.6,
23
+ stroke: color,
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: strokeWidth ?? 2
27
+ }
28
+ ), /* @__PURE__ */ React.createElement(
29
+ Circle,
30
+ {
31
+ cx: 18.5,
32
+ cy: 18.5,
33
+ r: 0.6,
34
+ stroke: color,
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ strokeWidth: strokeWidth ?? 2
38
+ }
39
+ ));
40
+
41
+ export { CollectionBoardGameIcon };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionBookIcon: FC<IconProps>;
9
+
10
+ export { CollectionBookIcon, type IconProps };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionBookIcon: FC<IconProps>;
9
+
10
+ export { CollectionBookIcon, type IconProps };
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ var Svg = require('react-native-svg');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var Svg__default = /*#__PURE__*/_interopDefault(Svg);
8
+
9
+ const React = require("react");
10
+ var CollectionBookIcon = ({
11
+ size = 24,
12
+ color = "currentColor",
13
+ strokeWidth
14
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
15
+ Svg.Path,
16
+ {
17
+ stroke: color,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: strokeWidth ?? 2,
21
+ d: "M8 4h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2M9 4v16"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Path,
25
+ {
26
+ stroke: color,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: strokeWidth ?? 2,
30
+ d: "M13 4v7l2-2 2 2V4"
31
+ }
32
+ ));
33
+
34
+ exports.CollectionBookIcon = CollectionBookIcon;
@@ -0,0 +1,28 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionBookIcon = ({
5
+ size = 24,
6
+ color = "currentColor",
7
+ strokeWidth
8
+ }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
9
+ Path,
10
+ {
11
+ stroke: color,
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: strokeWidth ?? 2,
15
+ d: "M8 4h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2M9 4v16"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Path,
19
+ {
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2,
24
+ d: "M13 4v7l2-2 2 2V4"
25
+ }
26
+ ));
27
+
28
+ export { CollectionBookIcon };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionCdIcon: FC<IconProps>;
9
+
10
+ export { CollectionCdIcon, type IconProps };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionCdIcon: FC<IconProps>;
9
+
10
+ export { CollectionCdIcon, type IconProps };
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ var Svg = require('react-native-svg');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var Svg__default = /*#__PURE__*/_interopDefault(Svg);
8
+
9
+ const React = require("react");
10
+ var CollectionCdIcon = ({
11
+ size = 24,
12
+ color = "currentColor",
13
+ strokeWidth
14
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
15
+ Svg.Circle,
16
+ {
17
+ cx: 12,
18
+ cy: 12,
19
+ r: 9,
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2
24
+ }
25
+ ), /* @__PURE__ */ React.createElement(
26
+ Svg.Circle,
27
+ {
28
+ cx: 12,
29
+ cy: 12,
30
+ r: 2.5,
31
+ stroke: color,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round",
34
+ strokeWidth: strokeWidth ?? 2
35
+ }
36
+ ), /* @__PURE__ */ React.createElement(
37
+ Svg.Path,
38
+ {
39
+ stroke: color,
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round",
42
+ strokeWidth: strokeWidth ?? 2,
43
+ d: "M6 9.5A6.5 6.5 0 0 1 9.5 6"
44
+ }
45
+ ));
46
+
47
+ exports.CollectionCdIcon = CollectionCdIcon;
@@ -0,0 +1,41 @@
1
+ import Svg, { Circle, Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionCdIcon = ({
5
+ size = 24,
6
+ color = "currentColor",
7
+ strokeWidth
8
+ }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
9
+ Circle,
10
+ {
11
+ cx: 12,
12
+ cy: 12,
13
+ r: 9,
14
+ stroke: color,
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ strokeWidth: strokeWidth ?? 2
18
+ }
19
+ ), /* @__PURE__ */ React.createElement(
20
+ Circle,
21
+ {
22
+ cx: 12,
23
+ cy: 12,
24
+ r: 2.5,
25
+ stroke: color,
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round",
28
+ strokeWidth: strokeWidth ?? 2
29
+ }
30
+ ), /* @__PURE__ */ React.createElement(
31
+ Path,
32
+ {
33
+ stroke: color,
34
+ strokeLinecap: "round",
35
+ strokeLinejoin: "round",
36
+ strokeWidth: strokeWidth ?? 2,
37
+ d: "M6 9.5A6.5 6.5 0 0 1 9.5 6"
38
+ }
39
+ ));
40
+
41
+ export { CollectionCdIcon };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionCollectionIcon: FC<IconProps>;
9
+
10
+ export { CollectionCollectionIcon, type IconProps };
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ strokeWidth?: number;
7
+ }
8
+ declare const CollectionCollectionIcon: FC<IconProps>;
9
+
10
+ export { CollectionCollectionIcon, type IconProps };
@@ -0,0 +1,25 @@
1
+ 'use strict';
2
+
3
+ var Svg = require('react-native-svg');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var Svg__default = /*#__PURE__*/_interopDefault(Svg);
8
+
9
+ const React = require("react");
10
+ var CollectionCollectionIcon = ({
11
+ size = 24,
12
+ color = "currentColor",
13
+ strokeWidth
14
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
15
+ Svg.Path,
16
+ {
17
+ stroke: color,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ strokeWidth: strokeWidth ?? 2,
21
+ d: "M5 7h2.5a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1M4 10h4.5M10.5 5H13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-2.5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1M9.5 8H14M16 8h2.5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1M15 11h4.5"
22
+ }
23
+ ));
24
+
25
+ exports.CollectionCollectionIcon = CollectionCollectionIcon;
@@ -0,0 +1,19 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionCollectionIcon = ({
5
+ size = 24,
6
+ color = "currentColor",
7
+ strokeWidth
8
+ }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
9
+ Path,
10
+ {
11
+ stroke: color,
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: strokeWidth ?? 2,
15
+ d: "M5 7h2.5a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1M4 10h4.5M10.5 5H13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-2.5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1M9.5 8H14M16 8h2.5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1M15 11h4.5"
16
+ }
17
+ ));
18
+
19
+ export { CollectionCollectionIcon };