@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,56 @@
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 CollectionVhsIcon = ({
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 6h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2"
22
+ }
23
+ ), /* @__PURE__ */ React.createElement(
24
+ Svg.Circle,
25
+ {
26
+ cx: 9,
27
+ cy: 11,
28
+ r: 1.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: 15,
38
+ cy: 11,
39
+ r: 1.6,
40
+ stroke: color,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ strokeWidth: strokeWidth ?? 2
44
+ }
45
+ ), /* @__PURE__ */ React.createElement(
46
+ Svg.Path,
47
+ {
48
+ stroke: color,
49
+ strokeLinecap: "round",
50
+ strokeLinejoin: "round",
51
+ strokeWidth: strokeWidth ?? 2,
52
+ d: "M7 15h10"
53
+ }
54
+ ));
55
+
56
+ exports.CollectionVhsIcon = CollectionVhsIcon;
@@ -0,0 +1,50 @@
1
+ import Svg, { Path, Circle } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionVhsIcon = ({
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 6h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2"
16
+ }
17
+ ), /* @__PURE__ */ React.createElement(
18
+ Circle,
19
+ {
20
+ cx: 9,
21
+ cy: 11,
22
+ r: 1.6,
23
+ stroke: color,
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round",
26
+ strokeWidth: strokeWidth ?? 2
27
+ }
28
+ ), /* @__PURE__ */ React.createElement(
29
+ Circle,
30
+ {
31
+ cx: 15,
32
+ cy: 11,
33
+ r: 1.6,
34
+ stroke: color,
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ strokeWidth: strokeWidth ?? 2
38
+ }
39
+ ), /* @__PURE__ */ React.createElement(
40
+ Path,
41
+ {
42
+ stroke: color,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: strokeWidth ?? 2,
46
+ d: "M7 15h10"
47
+ }
48
+ ));
49
+
50
+ export { CollectionVhsIcon };
@@ -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 CollectionVinylIcon: FC<IconProps>;
9
+
10
+ export { CollectionVinylIcon, 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 CollectionVinylIcon: FC<IconProps>;
9
+
10
+ export { CollectionVinylIcon, type IconProps };
@@ -0,0 +1,60 @@
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 CollectionVinylIcon = ({
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: 6,
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: 3.5,
42
+ stroke: color,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: strokeWidth ?? 2
46
+ }
47
+ ), /* @__PURE__ */ React.createElement(
48
+ Svg.Circle,
49
+ {
50
+ cx: 12,
51
+ cy: 12,
52
+ r: 0.8,
53
+ stroke: color,
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round",
56
+ strokeWidth: strokeWidth ?? 2
57
+ }
58
+ ));
59
+
60
+ exports.CollectionVinylIcon = CollectionVinylIcon;
@@ -0,0 +1,54 @@
1
+ import Svg, { Circle } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionVinylIcon = ({
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: 6,
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: 3.5,
36
+ stroke: color,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round",
39
+ strokeWidth: strokeWidth ?? 2
40
+ }
41
+ ), /* @__PURE__ */ React.createElement(
42
+ Circle,
43
+ {
44
+ cx: 12,
45
+ cy: 12,
46
+ r: 0.8,
47
+ stroke: color,
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round",
50
+ strokeWidth: strokeWidth ?? 2
51
+ }
52
+ ));
53
+
54
+ export { CollectionVinylIcon };
@@ -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 CollectionWishlistIcon: FC<IconProps>;
9
+
10
+ export { CollectionWishlistIcon, 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 CollectionWishlistIcon: FC<IconProps>;
9
+
10
+ export { CollectionWishlistIcon, 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 CollectionWishlistIcon = ({
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: "M12.5 13.6S9.8 12 9.8 10.2c0-1.1.9-1.7 1.8-1.4.45.15.75.5.9.8.15-.3.45-.65.9-.8.9-.3 1.8.3 1.8 1.4 0 1.8-2.7 3.4-2.7 3.4"
31
+ }
32
+ ));
33
+
34
+ exports.CollectionWishlistIcon = CollectionWishlistIcon;
@@ -0,0 +1,28 @@
1
+ import Svg, { Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var CollectionWishlistIcon = ({
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: "M12.5 13.6S9.8 12 9.8 10.2c0-1.1.9-1.7 1.8-1.4.45.15.75.5.9.8.15-.3.45-.65.9-.8.9-.3 1.8.3 1.8 1.4 0 1.8-2.7 3.4-2.7 3.4"
25
+ }
26
+ ));
27
+
28
+ export { CollectionWishlistIcon };
@@ -12,24 +12,13 @@ var KollexeoKIcon = ({
12
12
  color = "currentColor",
13
13
  strokeWidth
14
14
  }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
15
- Svg.Rect,
16
- {
17
- width: 18,
18
- height: 18,
19
- x: 3,
20
- y: 3,
21
- stroke: color,
22
- strokeWidth: strokeWidth ?? 1.5,
23
- rx: 5.5
24
- }
25
- ), /* @__PURE__ */ React.createElement(
26
15
  Svg.Path,
27
16
  {
28
17
  stroke: color,
29
18
  strokeLinecap: "round",
30
19
  strokeLinejoin: "round",
31
20
  strokeWidth: strokeWidth ?? 1.5,
32
- d: "M9.5 7.75v8.5M15 7.75 9.5 12l5.5 4.25"
21
+ d: "M8 5.5v13M16 5.5 8 12l8 6.5"
33
22
  }
34
23
  ));
35
24
 
@@ -1,4 +1,4 @@
1
- import Svg, { Rect, Path } from 'react-native-svg';
1
+ import Svg, { Path } from 'react-native-svg';
2
2
 
3
3
  const React = require("react");
4
4
  var KollexeoKIcon = ({
@@ -6,24 +6,13 @@ var KollexeoKIcon = ({
6
6
  color = "currentColor",
7
7
  strokeWidth
8
8
  }) => /* @__PURE__ */ React.createElement(Svg, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
9
- Rect,
10
- {
11
- width: 18,
12
- height: 18,
13
- x: 3,
14
- y: 3,
15
- stroke: color,
16
- strokeWidth: strokeWidth ?? 1.5,
17
- rx: 5.5
18
- }
19
- ), /* @__PURE__ */ React.createElement(
20
9
  Path,
21
10
  {
22
11
  stroke: color,
23
12
  strokeLinecap: "round",
24
13
  strokeLinejoin: "round",
25
14
  strokeWidth: strokeWidth ?? 1.5,
26
- d: "M9.5 7.75v8.5M15 7.75 9.5 12l5.5 4.25"
15
+ d: "M8 5.5v13M16 5.5 8 12l8 6.5"
27
16
  }
28
17
  ));
29
18
 
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ }
7
+ declare const LogoDeezerIcon: FC<IconProps>;
8
+
9
+ export { type IconProps, LogoDeezerIcon };
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+
3
+ interface IconProps {
4
+ size?: number;
5
+ color?: string;
6
+ }
7
+ declare const LogoDeezerIcon: FC<IconProps>;
8
+
9
+ export { type IconProps, LogoDeezerIcon };
@@ -0,0 +1,30 @@
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 LogoDeezerIcon = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ React.createElement(Svg__default.default, { viewBox: "-0.02 0 277.13 277.12", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.G, { transform: "translate(-13.9)" }, /* @__PURE__ */ React.createElement(
11
+ Svg.Path,
12
+ {
13
+ fill: color,
14
+ d: "M21.9 115.7c4.4 0 8-14.5 8-32.4s-3.6-32.4-8-32.4-8 14.5-8 32.4 3.6 32.4 8 32.4"
15
+ }
16
+ ), /* @__PURE__ */ React.createElement(
17
+ Svg.Path,
18
+ {
19
+ fill: color,
20
+ d: "M256.8 18c-4.2 0-7.9 9.3-10.5 24.2C242.1 16.7 235.4 0 227.8 0c-9 0-16.9 23.5-20.6 57.7C203.5 32.9 198 17 191.9 17c-8.6 0-16 31.2-18.7 74.7-5.1-22.3-12.5-36.3-20.7-36.3s-15.6 14-20.7 36.3C129 48.2 121.7 17 113 17c-6.2 0-11.7 15.9-15.3 40.8C94 23.5 86.2 0 77.1 0c-7.6 0-14.4 16.7-18.5 42.3C56 27.4 52.3 18 48.1 18 40.3 18 34 50.5 34 90.5s6.3 72.4 14.1 72.4c3.2 0 6.2-5.5 8.5-14.7 3.7 33.8 11.5 57 20.5 57 7 0 13.2-13.9 17.4-35.9 2.9 41.8 10.1 71.5 18.5 71.5 5.3 0 10.1-11.8 13.7-30.9 4.3 39.5 14.2 67.2 25.8 67.2s21.5-27.7 25.8-67.2c3.6 19.1 8.4 30.9 13.7 30.9 8.4 0 15.6-29.7 18.5-71.5 4.2 22 10.4 35.9 17.4 35.9 9 0 16.8-23.2 20.5-57 2.4 9.2 5.3 14.7 8.5 14.7 7.8 0 14.1-32.4 14.1-72.4-.2-40-6.5-72.5-14.2-72.5"
21
+ }
22
+ ), /* @__PURE__ */ React.createElement(
23
+ Svg.Path,
24
+ {
25
+ fill: color,
26
+ d: "M283 115.7c4.4 0 8-14.5 8-32.4s-3.6-32.4-8-32.4-8 14.5-8 32.4 3.6 32.4 8 32.4"
27
+ }
28
+ )));
29
+
30
+ exports.LogoDeezerIcon = LogoDeezerIcon;
@@ -0,0 +1,24 @@
1
+ import Svg, { G, Path } from 'react-native-svg';
2
+
3
+ const React = require("react");
4
+ var LogoDeezerIcon = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ React.createElement(Svg, { viewBox: "-0.02 0 277.13 277.12", width: size, height: size }, /* @__PURE__ */ React.createElement(G, { transform: "translate(-13.9)" }, /* @__PURE__ */ React.createElement(
5
+ Path,
6
+ {
7
+ fill: color,
8
+ d: "M21.9 115.7c4.4 0 8-14.5 8-32.4s-3.6-32.4-8-32.4-8 14.5-8 32.4 3.6 32.4 8 32.4"
9
+ }
10
+ ), /* @__PURE__ */ React.createElement(
11
+ Path,
12
+ {
13
+ fill: color,
14
+ d: "M256.8 18c-4.2 0-7.9 9.3-10.5 24.2C242.1 16.7 235.4 0 227.8 0c-9 0-16.9 23.5-20.6 57.7C203.5 32.9 198 17 191.9 17c-8.6 0-16 31.2-18.7 74.7-5.1-22.3-12.5-36.3-20.7-36.3s-15.6 14-20.7 36.3C129 48.2 121.7 17 113 17c-6.2 0-11.7 15.9-15.3 40.8C94 23.5 86.2 0 77.1 0c-7.6 0-14.4 16.7-18.5 42.3C56 27.4 52.3 18 48.1 18 40.3 18 34 50.5 34 90.5s6.3 72.4 14.1 72.4c3.2 0 6.2-5.5 8.5-14.7 3.7 33.8 11.5 57 20.5 57 7 0 13.2-13.9 17.4-35.9 2.9 41.8 10.1 71.5 18.5 71.5 5.3 0 10.1-11.8 13.7-30.9 4.3 39.5 14.2 67.2 25.8 67.2s21.5-27.7 25.8-67.2c3.6 19.1 8.4 30.9 13.7 30.9 8.4 0 15.6-29.7 18.5-71.5 4.2 22 10.4 35.9 17.4 35.9 9 0 16.8-23.2 20.5-57 2.4 9.2 5.3 14.7 8.5 14.7 7.8 0 14.1-32.4 14.1-72.4-.2-40-6.5-72.5-14.2-72.5"
15
+ }
16
+ ), /* @__PURE__ */ React.createElement(
17
+ Path,
18
+ {
19
+ fill: color,
20
+ d: "M283 115.7c4.4 0 8-14.5 8-32.4s-3.6-32.4-8-32.4-8 14.5-8 32.4 3.6 32.4 8 32.4"
21
+ }
22
+ )));
23
+
24
+ export { LogoDeezerIcon };