@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,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 CollectionLoanIcon = ({
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: "M10.5 10H15m-1.5-1.5L15 10l-1.5 1.5M14.5 14H10m1.5-1.5L10 14l1.5 1.5"
31
+ }
32
+ ));
33
+
34
+ exports.CollectionLoanIcon = CollectionLoanIcon;
@@ -0,0 +1,28 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionLoanIcon = ({
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: "M10.5 10H15m-1.5-1.5L15 10l-1.5 1.5M14.5 14H10m1.5-1.5L10 14l1.5 1.5"
25
+ }
26
+ ));
27
+
28
+ export { CollectionLoanIcon };
@@ -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 CollectionMangaIcon: FC<IconProps>;
9
+
10
+ export { CollectionMangaIcon, 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 CollectionMangaIcon: FC<IconProps>;
9
+
10
+ export { CollectionMangaIcon, 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 CollectionMangaIcon = ({
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: "M12 6c-2.5-1.4-5.3-1.4-7.5-.4V19c2.2-1 5-1 7.5.4M12 6c2.5-1.4 5.3-1.4 7.5-.4V19c-2.2-1-5-1-7.5.4M12 6v13.4M6.2 11.5h3.1M14.7 11.5h3.1"
22
+ }
23
+ ));
24
+
25
+ exports.CollectionMangaIcon = CollectionMangaIcon;
@@ -0,0 +1,19 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionMangaIcon = ({
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: "M12 6c-2.5-1.4-5.3-1.4-7.5-.4V19c2.2-1 5-1 7.5.4M12 6c2.5-1.4 5.3-1.4 7.5-.4V19c-2.2-1-5-1-7.5.4M12 6v13.4M6.2 11.5h3.1M14.7 11.5h3.1"
16
+ }
17
+ ));
18
+
19
+ export { CollectionMangaIcon };
@@ -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 CollectionMovieIcon: FC<IconProps>;
9
+
10
+ export { CollectionMovieIcon, 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 CollectionMovieIcon: FC<IconProps>;
9
+
10
+ export { CollectionMovieIcon, 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 CollectionMovieIcon = ({
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 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2M3 9h18M9 4 7 9M15 4l-2 5"
22
+ }
23
+ ));
24
+
25
+ exports.CollectionMovieIcon = CollectionMovieIcon;
@@ -0,0 +1,19 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionMovieIcon = ({
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 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2M3 9h18M9 4 7 9M15 4l-2 5"
16
+ }
17
+ ));
18
+
19
+ export { CollectionMovieIcon };
@@ -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 CollectionMusicIcon: FC<IconProps>;
9
+
10
+ export { CollectionMusicIcon, 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 CollectionMusicIcon: FC<IconProps>;
9
+
10
+ export { CollectionMusicIcon, 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 CollectionMusicIcon = ({
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.5 17.5v-12M16.5 15.5v-11M8.5 5.5l8-1M8.5 8l8-1"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Circle,
25
+ {
26
+ cx: 6.5,
27
+ cy: 17.5,
28
+ r: 2,
29
+ stroke: color,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round",
32
+ strokeWidth: strokeWidth ?? 2
33
+ }
34
+ ), /* @__PURE__ */ React.createElement(
35
+ Svg.Circle,
36
+ {
37
+ cx: 14.5,
38
+ cy: 15.5,
39
+ r: 2,
40
+ stroke: color,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ strokeWidth: strokeWidth ?? 2
44
+ }
45
+ ));
46
+
47
+ exports.CollectionMusicIcon = CollectionMusicIcon;
@@ -0,0 +1,41 @@
1
+ import Svg, { Path, Circle } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionMusicIcon = ({
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.5 17.5v-12M16.5 15.5v-11M8.5 5.5l8-1M8.5 8l8-1"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Circle,
19
+ {
20
+ cx: 6.5,
21
+ cy: 17.5,
22
+ r: 2,
23
+ stroke: color,
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: strokeWidth ?? 2
27
+ }
28
+ ), /* @__PURE__ */ React.createElement(
29
+ Circle,
30
+ {
31
+ cx: 14.5,
32
+ cy: 15.5,
33
+ r: 2,
34
+ stroke: color,
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ strokeWidth: strokeWidth ?? 2
38
+ }
39
+ ));
40
+
41
+ export { CollectionMusicIcon };
@@ -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 CollectionPokemonCardIcon: FC<IconProps>;
9
+
10
+ export { CollectionPokemonCardIcon, 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 CollectionPokemonCardIcon: FC<IconProps>;
9
+
10
+ export { CollectionPokemonCardIcon, 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 CollectionPokemonCardIcon = ({
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.5 3.5h7A1.5 1.5 0 0 1 17 5v14a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 7 19V5a1.5 1.5 0 0 1 1.5-1.5"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Circle,
25
+ {
26
+ cx: 12,
27
+ cy: 12,
28
+ r: 3,
29
+ stroke: color,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round",
32
+ strokeWidth: strokeWidth ?? 2
33
+ }
34
+ ), /* @__PURE__ */ React.createElement(
35
+ Svg.Circle,
36
+ {
37
+ cx: 12,
38
+ cy: 12,
39
+ r: 0.8,
40
+ stroke: color,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ strokeWidth: strokeWidth ?? 2
44
+ }
45
+ ));
46
+
47
+ exports.CollectionPokemonCardIcon = CollectionPokemonCardIcon;
@@ -0,0 +1,41 @@
1
+ import Svg, { Path, Circle } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionPokemonCardIcon = ({
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.5 3.5h7A1.5 1.5 0 0 1 17 5v14a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 7 19V5a1.5 1.5 0 0 1 1.5-1.5"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Circle,
19
+ {
20
+ cx: 12,
21
+ cy: 12,
22
+ r: 3,
23
+ stroke: color,
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: strokeWidth ?? 2
27
+ }
28
+ ), /* @__PURE__ */ React.createElement(
29
+ Circle,
30
+ {
31
+ cx: 12,
32
+ cy: 12,
33
+ r: 0.8,
34
+ stroke: color,
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ strokeWidth: strokeWidth ?? 2
38
+ }
39
+ ));
40
+
41
+ export { CollectionPokemonCardIcon };
@@ -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 CollectionPosterIcon: FC<IconProps>;
9
+
10
+ export { CollectionPosterIcon, 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 CollectionPosterIcon: FC<IconProps>;
9
+
10
+ export { CollectionPosterIcon, type IconProps };
@@ -0,0 +1,45 @@
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 CollectionPosterIcon = ({
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: "M6.5 6h11A1.5 1.5 0 0 1 19 7.5v12a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 5 19.5v-12A1.5 1.5 0 0 1 6.5 6M8.5 6 12 3l3.5 3"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Path,
25
+ {
26
+ stroke: color,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: strokeWidth ?? 2,
30
+ d: "m7.5 18 3.5-4.5 2.5 2.5 3-4"
31
+ }
32
+ ), /* @__PURE__ */ React.createElement(
33
+ Svg.Circle,
34
+ {
35
+ cx: 15,
36
+ cy: 9.5,
37
+ r: 1.2,
38
+ stroke: color,
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round",
41
+ strokeWidth: strokeWidth ?? 2
42
+ }
43
+ ));
44
+
45
+ exports.CollectionPosterIcon = CollectionPosterIcon;
@@ -0,0 +1,39 @@
1
+ import Svg, { Path, Circle } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionPosterIcon = ({
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: "M6.5 6h11A1.5 1.5 0 0 1 19 7.5v12a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 5 19.5v-12A1.5 1.5 0 0 1 6.5 6M8.5 6 12 3l3.5 3"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Path,
19
+ {
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2,
24
+ d: "m7.5 18 3.5-4.5 2.5 2.5 3-4"
25
+ }
26
+ ), /* @__PURE__ */ React.createElement(
27
+ Circle,
28
+ {
29
+ cx: 15,
30
+ cy: 9.5,
31
+ r: 1.2,
32
+ stroke: color,
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: strokeWidth ?? 2
36
+ }
37
+ ));
38
+
39
+ export { CollectionPosterIcon };
@@ -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 CollectionTradingCardIcon: FC<IconProps>;
9
+
10
+ export { CollectionTradingCardIcon, 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 CollectionTradingCardIcon: FC<IconProps>;
9
+
10
+ export { CollectionTradingCardIcon, type IconProps };
@@ -0,0 +1,43 @@
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 CollectionTradingCardIcon = ({
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 7H10a1.5 1.5 0 0 1 1.5 1.5v9A1.5 1.5 0 0 1 10 19H5.5A1.5 1.5 0 0 1 4 17.5v-9A1.5 1.5 0 0 1 5.5 7"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Path,
25
+ {
26
+ stroke: color,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ strokeWidth: strokeWidth ?? 2,
30
+ d: "M8.5 6H13a1.5 1.5 0 0 1 1.5 1.5v9A1.5 1.5 0 0 1 13 18H8.5A1.5 1.5 0 0 1 7 16.5v-9A1.5 1.5 0 0 1 8.5 6"
31
+ }
32
+ ), /* @__PURE__ */ React.createElement(
33
+ Svg.Path,
34
+ {
35
+ stroke: color,
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeWidth: strokeWidth ?? 2,
39
+ d: "M11.5 5H16a1.5 1.5 0 0 1 1.5 1.5v9A1.5 1.5 0 0 1 16 17h-4.5a1.5 1.5 0 0 1-1.5-1.5v-9A1.5 1.5 0 0 1 11.5 5"
40
+ }
41
+ ));
42
+
43
+ exports.CollectionTradingCardIcon = CollectionTradingCardIcon;
@@ -0,0 +1,37 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionTradingCardIcon = ({
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 7H10a1.5 1.5 0 0 1 1.5 1.5v9A1.5 1.5 0 0 1 10 19H5.5A1.5 1.5 0 0 1 4 17.5v-9A1.5 1.5 0 0 1 5.5 7"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Path,
19
+ {
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2,
24
+ d: "M8.5 6H13a1.5 1.5 0 0 1 1.5 1.5v9A1.5 1.5 0 0 1 13 18H8.5A1.5 1.5 0 0 1 7 16.5v-9A1.5 1.5 0 0 1 8.5 6"
25
+ }
26
+ ), /* @__PURE__ */ React.createElement(
27
+ Path,
28
+ {
29
+ stroke: color,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round",
32
+ strokeWidth: strokeWidth ?? 2,
33
+ d: "M11.5 5H16a1.5 1.5 0 0 1 1.5 1.5v9A1.5 1.5 0 0 1 16 17h-4.5a1.5 1.5 0 0 1-1.5-1.5v-9A1.5 1.5 0 0 1 11.5 5"
34
+ }
35
+ ));
36
+
37
+ export { CollectionTradingCardIcon };
@@ -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 CollectionVhsIcon: FC<IconProps>;
9
+
10
+ export { CollectionVhsIcon, 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 CollectionVhsIcon: FC<IconProps>;
9
+
10
+ export { CollectionVhsIcon, type IconProps };