@kollexeo/icons 1.10.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 (101) 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/LogoDeezerIcon.d.mts +9 -0
  94. package/dist/icons/LogoDeezerIcon.d.ts +9 -0
  95. package/dist/icons/LogoDeezerIcon.js +30 -0
  96. package/dist/icons/LogoDeezerIcon.mjs +24 -0
  97. package/dist/index.d.mts +50 -2
  98. package/dist/index.d.ts +50 -2
  99. package/dist/index.js +765 -0
  100. package/dist/index.mjs +742 -1
  101. 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 CollectionComicIcon: FC<IconProps>;
9
+
10
+ export { CollectionComicIcon, 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 CollectionComicIcon: FC<IconProps>;
9
+
10
+ export { CollectionComicIcon, 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 CollectionComicIcon = ({
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: "m7 5 9-1.5 1.5 15-9 1.5ZM9.3 4.65l1.5 15"
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 8.4.6 1.56 1.65-.26L14.2 11l1.05 1.3-1.65-.26-.6 1.56-.6-1.56-1.65.26L11.8 11l-1.05-1.3 1.65.26Z"
31
+ }
32
+ ));
33
+
34
+ exports.CollectionComicIcon = CollectionComicIcon;
@@ -0,0 +1,28 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionComicIcon = ({
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: "m7 5 9-1.5 1.5 15-9 1.5ZM9.3 4.65l1.5 15"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Path,
19
+ {
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2,
24
+ d: "m13 8.4.6 1.56 1.65-.26L14.2 11l1.05 1.3-1.65-.26-.6 1.56-.6-1.56-1.65.26L11.8 11l-1.05-1.3 1.65.26Z"
25
+ }
26
+ ));
27
+
28
+ export { CollectionComicIcon };
@@ -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 CollectionConsoleIcon: FC<IconProps>;
9
+
10
+ export { CollectionConsoleIcon, 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 CollectionConsoleIcon: FC<IconProps>;
9
+
10
+ export { CollectionConsoleIcon, type IconProps };
@@ -0,0 +1,67 @@
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 CollectionConsoleIcon = ({
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 3h4.5A1.5 1.5 0 0 1 12 4.5v15a1.5 1.5 0 0 1-1.5 1.5H6a1.5 1.5 0 0 1-1.5-1.5v-15A1.5 1.5 0 0 1 6 3M6.5 6.5h3"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Circle,
25
+ {
26
+ cx: 8.25,
27
+ cy: 18,
28
+ r: 0.7,
29
+ stroke: color,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round",
32
+ strokeWidth: strokeWidth ?? 2
33
+ }
34
+ ), /* @__PURE__ */ React.createElement(
35
+ Svg.Path,
36
+ {
37
+ stroke: color,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round",
40
+ strokeWidth: strokeWidth ?? 2,
41
+ d: "M16 13h3c1.7 0 2.9 1.1 2.8 2.4-.1 1.2-1 2.1-2.3 2.1-.7 0-1.2-.4-1.5-.8h-1c-.3.4-.8.8-1.5.8-1.3 0-2.2-.9-2.3-2.1-.1-1.3 1.1-2.4 2.8-2.4"
42
+ }
43
+ ), /* @__PURE__ */ React.createElement(
44
+ Svg.Circle,
45
+ {
46
+ cx: 18.4,
47
+ cy: 15.1,
48
+ r: 0.5,
49
+ stroke: color,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ strokeWidth: strokeWidth ?? 2
53
+ }
54
+ ), /* @__PURE__ */ React.createElement(
55
+ Svg.Circle,
56
+ {
57
+ cx: 19.6,
58
+ cy: 15.1,
59
+ r: 0.5,
60
+ stroke: color,
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round",
63
+ strokeWidth: strokeWidth ?? 2
64
+ }
65
+ ));
66
+
67
+ exports.CollectionConsoleIcon = CollectionConsoleIcon;
@@ -0,0 +1,61 @@
1
+ import Svg, { Path, Circle } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionConsoleIcon = ({
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 3h4.5A1.5 1.5 0 0 1 12 4.5v15a1.5 1.5 0 0 1-1.5 1.5H6a1.5 1.5 0 0 1-1.5-1.5v-15A1.5 1.5 0 0 1 6 3M6.5 6.5h3"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Circle,
19
+ {
20
+ cx: 8.25,
21
+ cy: 18,
22
+ r: 0.7,
23
+ stroke: color,
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: strokeWidth ?? 2
27
+ }
28
+ ), /* @__PURE__ */ React.createElement(
29
+ Path,
30
+ {
31
+ stroke: color,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round",
34
+ strokeWidth: strokeWidth ?? 2,
35
+ d: "M16 13h3c1.7 0 2.9 1.1 2.8 2.4-.1 1.2-1 2.1-2.3 2.1-.7 0-1.2-.4-1.5-.8h-1c-.3.4-.8.8-1.5.8-1.3 0-2.2-.9-2.3-2.1-.1-1.3 1.1-2.4 2.8-2.4"
36
+ }
37
+ ), /* @__PURE__ */ React.createElement(
38
+ Circle,
39
+ {
40
+ cx: 18.4,
41
+ cy: 15.1,
42
+ r: 0.5,
43
+ stroke: color,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round",
46
+ strokeWidth: strokeWidth ?? 2
47
+ }
48
+ ), /* @__PURE__ */ React.createElement(
49
+ Circle,
50
+ {
51
+ cx: 19.6,
52
+ cy: 15.1,
53
+ r: 0.5,
54
+ stroke: color,
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round",
57
+ strokeWidth: strokeWidth ?? 2
58
+ }
59
+ ));
60
+
61
+ export { CollectionConsoleIcon };
@@ -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 CollectionDvdIcon: FC<IconProps>;
9
+
10
+ export { CollectionDvdIcon, 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 CollectionDvdIcon: FC<IconProps>;
9
+
10
+ export { CollectionDvdIcon, type IconProps };
@@ -0,0 +1,58 @@
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 CollectionDvdIcon = ({
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: 5.5,
31
+ stroke: color,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round",
34
+ strokeWidth: strokeWidth ?? 2
35
+ }
36
+ ), /* @__PURE__ */ React.createElement(
37
+ Svg.Circle,
38
+ {
39
+ cx: 12,
40
+ cy: 12,
41
+ r: 2,
42
+ stroke: color,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: strokeWidth ?? 2
46
+ }
47
+ ), /* @__PURE__ */ React.createElement(
48
+ Svg.Path,
49
+ {
50
+ stroke: color,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round",
53
+ strokeWidth: strokeWidth ?? 2,
54
+ d: "M6 9.5A6.5 6.5 0 0 1 9.5 6"
55
+ }
56
+ ));
57
+
58
+ exports.CollectionDvdIcon = CollectionDvdIcon;
@@ -0,0 +1,52 @@
1
+ import Svg, { Circle, Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionDvdIcon = ({
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: 5.5,
25
+ stroke: color,
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round",
28
+ strokeWidth: strokeWidth ?? 2
29
+ }
30
+ ), /* @__PURE__ */ React.createElement(
31
+ Circle,
32
+ {
33
+ cx: 12,
34
+ cy: 12,
35
+ r: 2,
36
+ stroke: color,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round",
39
+ strokeWidth: strokeWidth ?? 2
40
+ }
41
+ ), /* @__PURE__ */ React.createElement(
42
+ Path,
43
+ {
44
+ stroke: color,
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round",
47
+ strokeWidth: strokeWidth ?? 2,
48
+ d: "M6 9.5A6.5 6.5 0 0 1 9.5 6"
49
+ }
50
+ ));
51
+
52
+ export { CollectionDvdIcon };
@@ -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 CollectionFigurineIcon: FC<IconProps>;
9
+
10
+ export { CollectionFigurineIcon, 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 CollectionFigurineIcon: FC<IconProps>;
9
+
10
+ export { CollectionFigurineIcon, type IconProps };
@@ -0,0 +1,36 @@
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 CollectionFigurineIcon = ({
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: 6.5,
19
+ r: 2.7,
20
+ stroke: color,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ strokeWidth: strokeWidth ?? 2
24
+ }
25
+ ), /* @__PURE__ */ React.createElement(
26
+ Svg.Path,
27
+ {
28
+ stroke: color,
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round",
31
+ strokeWidth: strokeWidth ?? 2,
32
+ d: "M12 9.2V11M8 20v-5c0-2.5 1.7-4 4-4s4 1.5 4 4v5M6.5 20.5h11"
33
+ }
34
+ ));
35
+
36
+ exports.CollectionFigurineIcon = CollectionFigurineIcon;
@@ -0,0 +1,30 @@
1
+ import Svg, { Circle, Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionFigurineIcon = ({
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: 6.5,
13
+ r: 2.7,
14
+ stroke: color,
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ strokeWidth: strokeWidth ?? 2
18
+ }
19
+ ), /* @__PURE__ */ React.createElement(
20
+ Path,
21
+ {
22
+ stroke: color,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round",
25
+ strokeWidth: strokeWidth ?? 2,
26
+ d: "M12 9.2V11M8 20v-5c0-2.5 1.7-4 4-4s4 1.5 4 4v5M6.5 20.5h11"
27
+ }
28
+ ));
29
+
30
+ export { CollectionFigurineIcon };
@@ -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 CollectionGameIcon: FC<IconProps>;
9
+
10
+ export { CollectionGameIcon, 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 CollectionGameIcon: FC<IconProps>;
9
+
10
+ export { CollectionGameIcon, 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 CollectionGameIcon = ({
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 8h8c2.8 0 4.8 2.2 5.4 5.6.4 2.4-.8 4.4-3 4.4-1.6 0-2.6-1.2-3.4-2.4-.4-.6-1-1-1.8-1h-2.4c-.8 0-1.4.4-1.8 1-.8 1.2-1.8 2.4-3.4 2.4-2.2 0-3.4-2-3-4.4C3.2 10.2 5.2 8 8 8M6.3 12h3M7.8 10.5v3"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Circle,
25
+ {
26
+ cx: 15.8,
27
+ cy: 11.4,
28
+ r: 0.9,
29
+ stroke: color,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round",
32
+ strokeWidth: strokeWidth ?? 2
33
+ }
34
+ ), /* @__PURE__ */ React.createElement(
35
+ Svg.Circle,
36
+ {
37
+ cx: 17.6,
38
+ cy: 12.8,
39
+ r: 0.9,
40
+ stroke: color,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ strokeWidth: strokeWidth ?? 2
44
+ }
45
+ ));
46
+
47
+ exports.CollectionGameIcon = CollectionGameIcon;
@@ -0,0 +1,41 @@
1
+ import Svg, { Path, Circle } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionGameIcon = ({
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 8h8c2.8 0 4.8 2.2 5.4 5.6.4 2.4-.8 4.4-3 4.4-1.6 0-2.6-1.2-3.4-2.4-.4-.6-1-1-1.8-1h-2.4c-.8 0-1.4.4-1.8 1-.8 1.2-1.8 2.4-3.4 2.4-2.2 0-3.4-2-3-4.4C3.2 10.2 5.2 8 8 8M6.3 12h3M7.8 10.5v3"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Circle,
19
+ {
20
+ cx: 15.8,
21
+ cy: 11.4,
22
+ r: 0.9,
23
+ stroke: color,
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: strokeWidth ?? 2
27
+ }
28
+ ), /* @__PURE__ */ React.createElement(
29
+ Circle,
30
+ {
31
+ cx: 17.6,
32
+ cy: 12.8,
33
+ r: 0.9,
34
+ stroke: color,
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ strokeWidth: strokeWidth ?? 2
38
+ }
39
+ ));
40
+
41
+ export { CollectionGameIcon };
@@ -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 CollectionLegoIcon: FC<IconProps>;
9
+
10
+ export { CollectionLegoIcon, 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 CollectionLegoIcon: FC<IconProps>;
9
+
10
+ export { CollectionLegoIcon, 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 CollectionLegoIcon = ({
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 10h12a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1M8 10V8.5a1.5 1.5 0 0 1 3 0V10M13 10V8.5a1.5 1.5 0 0 1 3 0V10"
22
+ }
23
+ ));
24
+
25
+ exports.CollectionLegoIcon = CollectionLegoIcon;
@@ -0,0 +1,19 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionLegoIcon = ({
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 10h12a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1M8 10V8.5a1.5 1.5 0 0 1 3 0V10M13 10V8.5a1.5 1.5 0 0 1 3 0V10"
16
+ }
17
+ ));
18
+
19
+ export { CollectionLegoIcon };
@@ -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 CollectionLoanIcon: FC<IconProps>;
9
+
10
+ export { CollectionLoanIcon, 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 CollectionLoanIcon: FC<IconProps>;
9
+
10
+ export { CollectionLoanIcon, type IconProps };