@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
package/dist/index.js CHANGED
@@ -617,6 +617,29 @@ __export(icons_exports, {
617
617
  ClothingUnderpants02Icon: () => ClothingUnderpants02Icon,
618
618
  ClothingUnderpants03Icon: () => ClothingUnderpants03Icon,
619
619
  ClothingVestIcon: () => ClothingVestIcon,
620
+ CollectionArtbookIcon: () => CollectionArtbookIcon,
621
+ CollectionBdIcon: () => CollectionBdIcon,
622
+ CollectionBluRayIcon: () => CollectionBluRayIcon,
623
+ CollectionBoardGameIcon: () => CollectionBoardGameIcon,
624
+ CollectionBookIcon: () => CollectionBookIcon,
625
+ CollectionCdIcon: () => CollectionCdIcon,
626
+ CollectionCollectionIcon: () => CollectionCollectionIcon,
627
+ CollectionComicIcon: () => CollectionComicIcon,
628
+ CollectionConsoleIcon: () => CollectionConsoleIcon,
629
+ CollectionDvdIcon: () => CollectionDvdIcon,
630
+ CollectionFigurineIcon: () => CollectionFigurineIcon,
631
+ CollectionGameIcon: () => CollectionGameIcon,
632
+ CollectionLegoIcon: () => CollectionLegoIcon,
633
+ CollectionLoanIcon: () => CollectionLoanIcon,
634
+ CollectionMangaIcon: () => CollectionMangaIcon,
635
+ CollectionMovieIcon: () => CollectionMovieIcon,
636
+ CollectionMusicIcon: () => CollectionMusicIcon,
637
+ CollectionPokemonCardIcon: () => CollectionPokemonCardIcon,
638
+ CollectionPosterIcon: () => CollectionPosterIcon,
639
+ CollectionTradingCardIcon: () => CollectionTradingCardIcon,
640
+ CollectionVhsIcon: () => CollectionVhsIcon,
641
+ CollectionVinylIcon: () => CollectionVinylIcon,
642
+ CollectionWishlistIcon: () => CollectionWishlistIcon,
620
643
  CommunicationBubbleChatAddIcon: () => CommunicationBubbleChatAddIcon,
621
644
  CommunicationBubbleChatBlockedIcon: () => CommunicationBubbleChatBlockedIcon,
622
645
  CommunicationBubbleChatCancelIcon: () => CommunicationBubbleChatCancelIcon,
@@ -2448,6 +2471,7 @@ __export(icons_exports, {
2448
2471
  LogoCss3Icon: () => LogoCss3Icon,
2449
2472
  LogoDatevIcon: () => LogoDatevIcon,
2450
2473
  LogoDeepseekIcon: () => LogoDeepseekIcon,
2474
+ LogoDeezerIcon: () => LogoDeezerIcon,
2451
2475
  LogoDeviantartIcon: () => LogoDeviantartIcon,
2452
2476
  LogoDiggIcon: () => LogoDiggIcon,
2453
2477
  LogoDiscordIcon: () => LogoDiscordIcon,
@@ -4113,6 +4137,704 @@ var ClothingUnderpants01Icon = ({ size = 24, color = "currentColor", strokeWidth
4113
4137
  var ClothingUnderpants02Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m21.936 12.812-.961-4.626c-.318-1.526-.476-2.289-1.027-2.737C19.396 5 18.617 5 17.058 5H6.942c-1.559 0-2.338 0-2.89.449-.55.448-.71 1.211-1.027 2.737l-.96 4.626c-.196.938.018 1.947 1.145 2.16.667.126 1.377-.015 2.053.065 1.509.177 2.861.982 3.7 2.201C9.7 18.591 10.406 19 12 19s2.3-.41 3.036-1.762c.84-1.22 2.192-2.024 3.701-2.201.677-.08 1.386.061 2.053-.065 1.127-.213 1.34-1.222 1.146-2.16M16 16l-2.109-8M8 16l2.109-8M3.5 8h17" }));
4114
4138
  var ClothingUnderpants03Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M14 18.5c0-2.667 1.9-8.5 7.5-8.5M10 18.5c0-2.667-1.9-8.5-7.5-8.5M10.5 8h3" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M2 8v1.56c0 .302.025.574.108.864.83 2.9 3.812 7.243 7.42 8.439.323.107.624.137.964.137h3.016c.34 0 .641-.03.965-.137 3.607-1.197 6.59-5.54 7.419-8.44.083-.289.108-.56.108-.862V8c0-1.414 0-2.121-.44-2.56C21.122 5 20.415 5 19 5H5c-1.414 0-2.121 0-2.56.44C2 5.878 2 6.585 2 8" }));
4115
4139
  var ClothingVestIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M4.51 10.83c2.392-1.644 2.593-4.277 1.866-6.047-.3-.731-.45-1.097-.37-1.289C6.295 2.81 8.368 2.29 9 2l4.172 9.726c.597 1.46.895 2.189.815 2.938s-.525 1.402-1.416 2.71l-2.44 3.581c-.785 1.15-1.211 1.265-2.501.76l-2.324-.91C4.236 20.388 4 20.077 4 18.92v-7.182c0-.554-.014-.545.51-.906" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 2, d: "M11.009 14H11" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M12 8.994 15 2c.632.29 2.705.81 2.994 1.495.08.19-.07.557-.37 1.288-.727 1.77-.526 4.403 1.866 6.048.524.36.51.352.51.906v7.182c0 1.157-.235 1.468-1.306 1.887l-2.324.909c-1.29.505-1.717.39-2.5-.76L12 18.212M9 2h6" }));
4140
+ var CollectionArtbookIcon = ({
4141
+ size = 24,
4142
+ color = "currentColor",
4143
+ strokeWidth
4144
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4145
+ Svg.Path,
4146
+ {
4147
+ stroke: color,
4148
+ strokeLinecap: "round",
4149
+ strokeLinejoin: "round",
4150
+ strokeWidth: strokeWidth ?? 2,
4151
+ 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"
4152
+ }
4153
+ ), /* @__PURE__ */ React.createElement(
4154
+ Svg.Path,
4155
+ {
4156
+ stroke: color,
4157
+ strokeLinecap: "round",
4158
+ strokeLinejoin: "round",
4159
+ strokeWidth: strokeWidth ?? 2,
4160
+ d: "M12 11.5q-1.95 1.95-2.7 4.2 2.25-.75 4.2-2.7Z"
4161
+ }
4162
+ ));
4163
+ var CollectionBdIcon = ({
4164
+ size = 24,
4165
+ color = "currentColor",
4166
+ strokeWidth
4167
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4168
+ Svg.Path,
4169
+ {
4170
+ stroke: color,
4171
+ strokeLinecap: "round",
4172
+ strokeLinejoin: "round",
4173
+ strokeWidth: strokeWidth ?? 2,
4174
+ 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"
4175
+ }
4176
+ ), /* @__PURE__ */ React.createElement(
4177
+ Svg.Path,
4178
+ {
4179
+ stroke: color,
4180
+ strokeLinecap: "round",
4181
+ strokeLinejoin: "round",
4182
+ strokeWidth: strokeWidth ?? 2,
4183
+ d: "M11.5 6h4v3h-4Z"
4184
+ }
4185
+ ));
4186
+ var CollectionBluRayIcon = ({
4187
+ size = 24,
4188
+ color = "currentColor",
4189
+ strokeWidth
4190
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4191
+ Svg.Circle,
4192
+ {
4193
+ cx: 12,
4194
+ cy: 12,
4195
+ r: 9,
4196
+ stroke: color,
4197
+ strokeLinecap: "round",
4198
+ strokeLinejoin: "round",
4199
+ strokeWidth: strokeWidth ?? 2
4200
+ }
4201
+ ), /* @__PURE__ */ React.createElement(
4202
+ Svg.Circle,
4203
+ {
4204
+ cx: 12,
4205
+ cy: 12,
4206
+ r: 2,
4207
+ stroke: color,
4208
+ strokeLinecap: "round",
4209
+ strokeLinejoin: "round",
4210
+ strokeWidth: strokeWidth ?? 2
4211
+ }
4212
+ ), /* @__PURE__ */ React.createElement(
4213
+ Svg.Path,
4214
+ {
4215
+ stroke: color,
4216
+ strokeLinecap: "round",
4217
+ strokeLinejoin: "round",
4218
+ strokeWidth: strokeWidth ?? 2,
4219
+ 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"
4220
+ }
4221
+ ));
4222
+ var CollectionBoardGameIcon = ({
4223
+ size = 24,
4224
+ color = "currentColor",
4225
+ strokeWidth
4226
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4227
+ Svg.Path,
4228
+ {
4229
+ stroke: color,
4230
+ strokeLinecap: "round",
4231
+ strokeLinejoin: "round",
4232
+ strokeWidth: strokeWidth ?? 2,
4233
+ 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"
4234
+ }
4235
+ ), /* @__PURE__ */ React.createElement(
4236
+ Svg.Circle,
4237
+ {
4238
+ cx: 17,
4239
+ cy: 17,
4240
+ r: 0.6,
4241
+ stroke: color,
4242
+ strokeLinecap: "round",
4243
+ strokeLinejoin: "round",
4244
+ strokeWidth: strokeWidth ?? 2
4245
+ }
4246
+ ), /* @__PURE__ */ React.createElement(
4247
+ Svg.Circle,
4248
+ {
4249
+ cx: 18.5,
4250
+ cy: 18.5,
4251
+ r: 0.6,
4252
+ stroke: color,
4253
+ strokeLinecap: "round",
4254
+ strokeLinejoin: "round",
4255
+ strokeWidth: strokeWidth ?? 2
4256
+ }
4257
+ ));
4258
+ var CollectionBookIcon = ({
4259
+ size = 24,
4260
+ color = "currentColor",
4261
+ strokeWidth
4262
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4263
+ Svg.Path,
4264
+ {
4265
+ stroke: color,
4266
+ strokeLinecap: "round",
4267
+ strokeLinejoin: "round",
4268
+ strokeWidth: strokeWidth ?? 2,
4269
+ 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"
4270
+ }
4271
+ ), /* @__PURE__ */ React.createElement(
4272
+ Svg.Path,
4273
+ {
4274
+ stroke: color,
4275
+ strokeLinecap: "round",
4276
+ strokeLinejoin: "round",
4277
+ strokeWidth: strokeWidth ?? 2,
4278
+ d: "M13 4v7l2-2 2 2V4"
4279
+ }
4280
+ ));
4281
+ var CollectionCdIcon = ({
4282
+ size = 24,
4283
+ color = "currentColor",
4284
+ strokeWidth
4285
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4286
+ Svg.Circle,
4287
+ {
4288
+ cx: 12,
4289
+ cy: 12,
4290
+ r: 9,
4291
+ stroke: color,
4292
+ strokeLinecap: "round",
4293
+ strokeLinejoin: "round",
4294
+ strokeWidth: strokeWidth ?? 2
4295
+ }
4296
+ ), /* @__PURE__ */ React.createElement(
4297
+ Svg.Circle,
4298
+ {
4299
+ cx: 12,
4300
+ cy: 12,
4301
+ r: 2.5,
4302
+ stroke: color,
4303
+ strokeLinecap: "round",
4304
+ strokeLinejoin: "round",
4305
+ strokeWidth: strokeWidth ?? 2
4306
+ }
4307
+ ), /* @__PURE__ */ React.createElement(
4308
+ Svg.Path,
4309
+ {
4310
+ stroke: color,
4311
+ strokeLinecap: "round",
4312
+ strokeLinejoin: "round",
4313
+ strokeWidth: strokeWidth ?? 2,
4314
+ d: "M6 9.5A6.5 6.5 0 0 1 9.5 6"
4315
+ }
4316
+ ));
4317
+ var CollectionCollectionIcon = ({
4318
+ size = 24,
4319
+ color = "currentColor",
4320
+ strokeWidth
4321
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4322
+ Svg.Path,
4323
+ {
4324
+ stroke: color,
4325
+ strokeLinecap: "round",
4326
+ strokeLinejoin: "round",
4327
+ strokeWidth: strokeWidth ?? 2,
4328
+ 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"
4329
+ }
4330
+ ));
4331
+ var CollectionComicIcon = ({
4332
+ size = 24,
4333
+ color = "currentColor",
4334
+ strokeWidth
4335
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4336
+ Svg.Path,
4337
+ {
4338
+ stroke: color,
4339
+ strokeLinecap: "round",
4340
+ strokeLinejoin: "round",
4341
+ strokeWidth: strokeWidth ?? 2,
4342
+ d: "m7 5 9-1.5 1.5 15-9 1.5ZM9.3 4.65l1.5 15"
4343
+ }
4344
+ ), /* @__PURE__ */ React.createElement(
4345
+ Svg.Path,
4346
+ {
4347
+ stroke: color,
4348
+ strokeLinecap: "round",
4349
+ strokeLinejoin: "round",
4350
+ strokeWidth: strokeWidth ?? 2,
4351
+ 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"
4352
+ }
4353
+ ));
4354
+ var CollectionConsoleIcon = ({
4355
+ size = 24,
4356
+ color = "currentColor",
4357
+ strokeWidth
4358
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4359
+ Svg.Path,
4360
+ {
4361
+ stroke: color,
4362
+ strokeLinecap: "round",
4363
+ strokeLinejoin: "round",
4364
+ strokeWidth: strokeWidth ?? 2,
4365
+ 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"
4366
+ }
4367
+ ), /* @__PURE__ */ React.createElement(
4368
+ Svg.Circle,
4369
+ {
4370
+ cx: 8.25,
4371
+ cy: 18,
4372
+ r: 0.7,
4373
+ stroke: color,
4374
+ strokeLinecap: "round",
4375
+ strokeLinejoin: "round",
4376
+ strokeWidth: strokeWidth ?? 2
4377
+ }
4378
+ ), /* @__PURE__ */ React.createElement(
4379
+ Svg.Path,
4380
+ {
4381
+ stroke: color,
4382
+ strokeLinecap: "round",
4383
+ strokeLinejoin: "round",
4384
+ strokeWidth: strokeWidth ?? 2,
4385
+ 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"
4386
+ }
4387
+ ), /* @__PURE__ */ React.createElement(
4388
+ Svg.Circle,
4389
+ {
4390
+ cx: 18.4,
4391
+ cy: 15.1,
4392
+ r: 0.5,
4393
+ stroke: color,
4394
+ strokeLinecap: "round",
4395
+ strokeLinejoin: "round",
4396
+ strokeWidth: strokeWidth ?? 2
4397
+ }
4398
+ ), /* @__PURE__ */ React.createElement(
4399
+ Svg.Circle,
4400
+ {
4401
+ cx: 19.6,
4402
+ cy: 15.1,
4403
+ r: 0.5,
4404
+ stroke: color,
4405
+ strokeLinecap: "round",
4406
+ strokeLinejoin: "round",
4407
+ strokeWidth: strokeWidth ?? 2
4408
+ }
4409
+ ));
4410
+ var CollectionDvdIcon = ({
4411
+ size = 24,
4412
+ color = "currentColor",
4413
+ strokeWidth
4414
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4415
+ Svg.Circle,
4416
+ {
4417
+ cx: 12,
4418
+ cy: 12,
4419
+ r: 9,
4420
+ stroke: color,
4421
+ strokeLinecap: "round",
4422
+ strokeLinejoin: "round",
4423
+ strokeWidth: strokeWidth ?? 2
4424
+ }
4425
+ ), /* @__PURE__ */ React.createElement(
4426
+ Svg.Circle,
4427
+ {
4428
+ cx: 12,
4429
+ cy: 12,
4430
+ r: 5.5,
4431
+ stroke: color,
4432
+ strokeLinecap: "round",
4433
+ strokeLinejoin: "round",
4434
+ strokeWidth: strokeWidth ?? 2
4435
+ }
4436
+ ), /* @__PURE__ */ React.createElement(
4437
+ Svg.Circle,
4438
+ {
4439
+ cx: 12,
4440
+ cy: 12,
4441
+ r: 2,
4442
+ stroke: color,
4443
+ strokeLinecap: "round",
4444
+ strokeLinejoin: "round",
4445
+ strokeWidth: strokeWidth ?? 2
4446
+ }
4447
+ ), /* @__PURE__ */ React.createElement(
4448
+ Svg.Path,
4449
+ {
4450
+ stroke: color,
4451
+ strokeLinecap: "round",
4452
+ strokeLinejoin: "round",
4453
+ strokeWidth: strokeWidth ?? 2,
4454
+ d: "M6 9.5A6.5 6.5 0 0 1 9.5 6"
4455
+ }
4456
+ ));
4457
+ var CollectionFigurineIcon = ({
4458
+ size = 24,
4459
+ color = "currentColor",
4460
+ strokeWidth
4461
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4462
+ Svg.Circle,
4463
+ {
4464
+ cx: 12,
4465
+ cy: 6.5,
4466
+ r: 2.7,
4467
+ stroke: color,
4468
+ strokeLinecap: "round",
4469
+ strokeLinejoin: "round",
4470
+ strokeWidth: strokeWidth ?? 2
4471
+ }
4472
+ ), /* @__PURE__ */ React.createElement(
4473
+ Svg.Path,
4474
+ {
4475
+ stroke: color,
4476
+ strokeLinecap: "round",
4477
+ strokeLinejoin: "round",
4478
+ strokeWidth: strokeWidth ?? 2,
4479
+ d: "M12 9.2V11M8 20v-5c0-2.5 1.7-4 4-4s4 1.5 4 4v5M6.5 20.5h11"
4480
+ }
4481
+ ));
4482
+ var CollectionGameIcon = ({
4483
+ size = 24,
4484
+ color = "currentColor",
4485
+ strokeWidth
4486
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4487
+ Svg.Path,
4488
+ {
4489
+ stroke: color,
4490
+ strokeLinecap: "round",
4491
+ strokeLinejoin: "round",
4492
+ strokeWidth: strokeWidth ?? 2,
4493
+ 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"
4494
+ }
4495
+ ), /* @__PURE__ */ React.createElement(
4496
+ Svg.Circle,
4497
+ {
4498
+ cx: 15.8,
4499
+ cy: 11.4,
4500
+ r: 0.9,
4501
+ stroke: color,
4502
+ strokeLinecap: "round",
4503
+ strokeLinejoin: "round",
4504
+ strokeWidth: strokeWidth ?? 2
4505
+ }
4506
+ ), /* @__PURE__ */ React.createElement(
4507
+ Svg.Circle,
4508
+ {
4509
+ cx: 17.6,
4510
+ cy: 12.8,
4511
+ r: 0.9,
4512
+ stroke: color,
4513
+ strokeLinecap: "round",
4514
+ strokeLinejoin: "round",
4515
+ strokeWidth: strokeWidth ?? 2
4516
+ }
4517
+ ));
4518
+ var CollectionLegoIcon = ({
4519
+ size = 24,
4520
+ color = "currentColor",
4521
+ strokeWidth
4522
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4523
+ Svg.Path,
4524
+ {
4525
+ stroke: color,
4526
+ strokeLinecap: "round",
4527
+ strokeLinejoin: "round",
4528
+ strokeWidth: strokeWidth ?? 2,
4529
+ 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"
4530
+ }
4531
+ ));
4532
+ var CollectionLoanIcon = ({
4533
+ size = 24,
4534
+ color = "currentColor",
4535
+ strokeWidth
4536
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4537
+ Svg.Path,
4538
+ {
4539
+ stroke: color,
4540
+ strokeLinecap: "round",
4541
+ strokeLinejoin: "round",
4542
+ strokeWidth: strokeWidth ?? 2,
4543
+ 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"
4544
+ }
4545
+ ), /* @__PURE__ */ React.createElement(
4546
+ Svg.Path,
4547
+ {
4548
+ stroke: color,
4549
+ strokeLinecap: "round",
4550
+ strokeLinejoin: "round",
4551
+ strokeWidth: strokeWidth ?? 2,
4552
+ d: "M10.5 10H15m-1.5-1.5L15 10l-1.5 1.5M14.5 14H10m1.5-1.5L10 14l1.5 1.5"
4553
+ }
4554
+ ));
4555
+ var CollectionMangaIcon = ({
4556
+ size = 24,
4557
+ color = "currentColor",
4558
+ strokeWidth
4559
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4560
+ Svg.Path,
4561
+ {
4562
+ stroke: color,
4563
+ strokeLinecap: "round",
4564
+ strokeLinejoin: "round",
4565
+ strokeWidth: strokeWidth ?? 2,
4566
+ 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"
4567
+ }
4568
+ ));
4569
+ var CollectionMovieIcon = ({
4570
+ size = 24,
4571
+ color = "currentColor",
4572
+ strokeWidth
4573
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4574
+ Svg.Path,
4575
+ {
4576
+ stroke: color,
4577
+ strokeLinecap: "round",
4578
+ strokeLinejoin: "round",
4579
+ strokeWidth: strokeWidth ?? 2,
4580
+ 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"
4581
+ }
4582
+ ));
4583
+ var CollectionMusicIcon = ({
4584
+ size = 24,
4585
+ color = "currentColor",
4586
+ strokeWidth
4587
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4588
+ Svg.Path,
4589
+ {
4590
+ stroke: color,
4591
+ strokeLinecap: "round",
4592
+ strokeLinejoin: "round",
4593
+ strokeWidth: strokeWidth ?? 2,
4594
+ d: "M8.5 17.5v-12M16.5 15.5v-11M8.5 5.5l8-1M8.5 8l8-1"
4595
+ }
4596
+ ), /* @__PURE__ */ React.createElement(
4597
+ Svg.Circle,
4598
+ {
4599
+ cx: 6.5,
4600
+ cy: 17.5,
4601
+ r: 2,
4602
+ stroke: color,
4603
+ strokeLinecap: "round",
4604
+ strokeLinejoin: "round",
4605
+ strokeWidth: strokeWidth ?? 2
4606
+ }
4607
+ ), /* @__PURE__ */ React.createElement(
4608
+ Svg.Circle,
4609
+ {
4610
+ cx: 14.5,
4611
+ cy: 15.5,
4612
+ r: 2,
4613
+ stroke: color,
4614
+ strokeLinecap: "round",
4615
+ strokeLinejoin: "round",
4616
+ strokeWidth: strokeWidth ?? 2
4617
+ }
4618
+ ));
4619
+ var CollectionPokemonCardIcon = ({
4620
+ size = 24,
4621
+ color = "currentColor",
4622
+ strokeWidth
4623
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4624
+ Svg.Path,
4625
+ {
4626
+ stroke: color,
4627
+ strokeLinecap: "round",
4628
+ strokeLinejoin: "round",
4629
+ strokeWidth: strokeWidth ?? 2,
4630
+ 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"
4631
+ }
4632
+ ), /* @__PURE__ */ React.createElement(
4633
+ Svg.Circle,
4634
+ {
4635
+ cx: 12,
4636
+ cy: 12,
4637
+ r: 3,
4638
+ stroke: color,
4639
+ strokeLinecap: "round",
4640
+ strokeLinejoin: "round",
4641
+ strokeWidth: strokeWidth ?? 2
4642
+ }
4643
+ ), /* @__PURE__ */ React.createElement(
4644
+ Svg.Circle,
4645
+ {
4646
+ cx: 12,
4647
+ cy: 12,
4648
+ r: 0.8,
4649
+ stroke: color,
4650
+ strokeLinecap: "round",
4651
+ strokeLinejoin: "round",
4652
+ strokeWidth: strokeWidth ?? 2
4653
+ }
4654
+ ));
4655
+ var CollectionPosterIcon = ({
4656
+ size = 24,
4657
+ color = "currentColor",
4658
+ strokeWidth
4659
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4660
+ Svg.Path,
4661
+ {
4662
+ stroke: color,
4663
+ strokeLinecap: "round",
4664
+ strokeLinejoin: "round",
4665
+ strokeWidth: strokeWidth ?? 2,
4666
+ 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"
4667
+ }
4668
+ ), /* @__PURE__ */ React.createElement(
4669
+ Svg.Path,
4670
+ {
4671
+ stroke: color,
4672
+ strokeLinecap: "round",
4673
+ strokeLinejoin: "round",
4674
+ strokeWidth: strokeWidth ?? 2,
4675
+ d: "m7.5 18 3.5-4.5 2.5 2.5 3-4"
4676
+ }
4677
+ ), /* @__PURE__ */ React.createElement(
4678
+ Svg.Circle,
4679
+ {
4680
+ cx: 15,
4681
+ cy: 9.5,
4682
+ r: 1.2,
4683
+ stroke: color,
4684
+ strokeLinecap: "round",
4685
+ strokeLinejoin: "round",
4686
+ strokeWidth: strokeWidth ?? 2
4687
+ }
4688
+ ));
4689
+ var CollectionTradingCardIcon = ({
4690
+ size = 24,
4691
+ color = "currentColor",
4692
+ strokeWidth
4693
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4694
+ Svg.Path,
4695
+ {
4696
+ stroke: color,
4697
+ strokeLinecap: "round",
4698
+ strokeLinejoin: "round",
4699
+ strokeWidth: strokeWidth ?? 2,
4700
+ 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"
4701
+ }
4702
+ ), /* @__PURE__ */ React.createElement(
4703
+ Svg.Path,
4704
+ {
4705
+ stroke: color,
4706
+ strokeLinecap: "round",
4707
+ strokeLinejoin: "round",
4708
+ strokeWidth: strokeWidth ?? 2,
4709
+ 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"
4710
+ }
4711
+ ), /* @__PURE__ */ React.createElement(
4712
+ Svg.Path,
4713
+ {
4714
+ stroke: color,
4715
+ strokeLinecap: "round",
4716
+ strokeLinejoin: "round",
4717
+ strokeWidth: strokeWidth ?? 2,
4718
+ 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"
4719
+ }
4720
+ ));
4721
+ var CollectionVhsIcon = ({
4722
+ size = 24,
4723
+ color = "currentColor",
4724
+ strokeWidth
4725
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4726
+ Svg.Path,
4727
+ {
4728
+ stroke: color,
4729
+ strokeLinecap: "round",
4730
+ strokeLinejoin: "round",
4731
+ strokeWidth: strokeWidth ?? 2,
4732
+ 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"
4733
+ }
4734
+ ), /* @__PURE__ */ React.createElement(
4735
+ Svg.Circle,
4736
+ {
4737
+ cx: 9,
4738
+ cy: 11,
4739
+ r: 1.6,
4740
+ stroke: color,
4741
+ strokeLinecap: "round",
4742
+ strokeLinejoin: "round",
4743
+ strokeWidth: strokeWidth ?? 2
4744
+ }
4745
+ ), /* @__PURE__ */ React.createElement(
4746
+ Svg.Circle,
4747
+ {
4748
+ cx: 15,
4749
+ cy: 11,
4750
+ r: 1.6,
4751
+ stroke: color,
4752
+ strokeLinecap: "round",
4753
+ strokeLinejoin: "round",
4754
+ strokeWidth: strokeWidth ?? 2
4755
+ }
4756
+ ), /* @__PURE__ */ React.createElement(
4757
+ Svg.Path,
4758
+ {
4759
+ stroke: color,
4760
+ strokeLinecap: "round",
4761
+ strokeLinejoin: "round",
4762
+ strokeWidth: strokeWidth ?? 2,
4763
+ d: "M7 15h10"
4764
+ }
4765
+ ));
4766
+ var CollectionVinylIcon = ({
4767
+ size = 24,
4768
+ color = "currentColor",
4769
+ strokeWidth
4770
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4771
+ Svg.Circle,
4772
+ {
4773
+ cx: 12,
4774
+ cy: 12,
4775
+ r: 9,
4776
+ stroke: color,
4777
+ strokeLinecap: "round",
4778
+ strokeLinejoin: "round",
4779
+ strokeWidth: strokeWidth ?? 2
4780
+ }
4781
+ ), /* @__PURE__ */ React.createElement(
4782
+ Svg.Circle,
4783
+ {
4784
+ cx: 12,
4785
+ cy: 12,
4786
+ r: 6,
4787
+ stroke: color,
4788
+ strokeLinecap: "round",
4789
+ strokeLinejoin: "round",
4790
+ strokeWidth: strokeWidth ?? 2
4791
+ }
4792
+ ), /* @__PURE__ */ React.createElement(
4793
+ Svg.Circle,
4794
+ {
4795
+ cx: 12,
4796
+ cy: 12,
4797
+ r: 3.5,
4798
+ stroke: color,
4799
+ strokeLinecap: "round",
4800
+ strokeLinejoin: "round",
4801
+ strokeWidth: strokeWidth ?? 2
4802
+ }
4803
+ ), /* @__PURE__ */ React.createElement(
4804
+ Svg.Circle,
4805
+ {
4806
+ cx: 12,
4807
+ cy: 12,
4808
+ r: 0.8,
4809
+ stroke: color,
4810
+ strokeLinecap: "round",
4811
+ strokeLinejoin: "round",
4812
+ strokeWidth: strokeWidth ?? 2
4813
+ }
4814
+ ));
4815
+ var CollectionWishlistIcon = ({
4816
+ size = 24,
4817
+ color = "currentColor",
4818
+ strokeWidth
4819
+ }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
4820
+ Svg.Path,
4821
+ {
4822
+ stroke: color,
4823
+ strokeLinecap: "round",
4824
+ strokeLinejoin: "round",
4825
+ strokeWidth: strokeWidth ?? 2,
4826
+ 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"
4827
+ }
4828
+ ), /* @__PURE__ */ React.createElement(
4829
+ Svg.Path,
4830
+ {
4831
+ stroke: color,
4832
+ strokeLinecap: "round",
4833
+ strokeLinejoin: "round",
4834
+ strokeWidth: strokeWidth ?? 2,
4835
+ 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"
4836
+ }
4837
+ ));
4116
4838
  var CommunicationBubbleChatAddIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M21.5 12a9.5 9.5 0 0 1-9.5 9.5c-1.628 0-3.16-.41-4.5-1.131-1.868-1.007-3.125-.071-4.234.097a.53.53 0 0 1-.456-.156.64.64 0 0 1-.117-.703c.436-1.025.835-2.969.29-4.607a9.5 9.5 0 0 1-.483-3 9.5 9.5 0 1 1 19 0M15.5 12h-7M12 8.5v7" }));
4117
4839
  var CommunicationBubbleChatBlockedIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m2 2 20 20M7.586 3.586A9.46 9.46 0 0 1 12 2.5a9.5 9.5 0 0 1 9.5 9.5 9.46 9.46 0 0 1-1.086 4.414M5.282 5.282A9.47 9.47 0 0 0 2.5 12c0 1.048.17 2.057.483 3 .545 1.638.146 3.582-.29 4.607a.64.64 0 0 0 .117.703c.12.12.288.181.456.156 1.109-.168 2.366-1.104 4.234-.097A9.46 9.46 0 0 0 12 21.5a9.47 9.47 0 0 0 6.718-2.782" }));
4118
4840
  var CommunicationBubbleChatCancelIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M21.5 12a9.5 9.5 0 0 1-9.5 9.5c-1.628 0-3.16-.41-4.5-1.131-1.868-1.007-3.125-.071-4.234.097a.53.53 0 0 1-.456-.156.64.64 0 0 1-.117-.703c.436-1.025.835-2.969.29-4.607a9.5 9.5 0 0 1-.483-3 9.5 9.5 0 1 1 19 0M15 15 9.008 9m5.984 0L9 15" }));
@@ -6396,6 +7118,25 @@ var LogoCreativeMarketIcon = ({ size = 24, color = "currentColor", strokeWidth }
6396
7118
  var LogoCss3Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M19.75 2.5h-15a1 1 0 0 0-1 1l1.858 14.396a2 2 0 0 0 1.155 1.565l3.997 1.816a2.49 2.49 0 0 0 1.92.058l4.957-1.907a2 2 0 0 0 1.266-1.61L20.75 3.5a1 1 0 0 0-1-1" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M7.5 6.5h9L8 11h8l-.5 5-3.5 1-3.5-1-.2-2" }));
6397
7119
  var LogoDatevIcon = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", d: "M1.25 14.5v-5h1a2.5 2.5 0 0 1 0 5zM5.75 14.5l2-5 2 5H8.036M18.75 9.5l2 5 2-5h-1.714M10.25 9.5h1.5m1.5 0h-1.5m0 0v5M17.25 14.5h-2.5V12m2.5-2.5h-2.5V12m0 0h2.5" }));
6398
7120
  var LogoDeepseekIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M20.725 6.166c-1.128 0-1.772.786-1.772.786-.215-1.023-.859-1.324-1.593-1.665-.464-.216-.659-.696-.722-1.043-.024-.132-.133-.24-.268-.24-.134 0-.261.055-.326.173-.139.25-.353.8-.373 1.81-.028 1.503 1.21 2.662 1.834 3.053-.064.37-.29.943-.394 1.182a4.9 4.9 0 0 1-1.871-1.234c-.957-1.043-1.738-1.781-2.755-2.503-1.018-.723-.337-1.583.09-1.788s.102-.415-.963-.379c-.852.03-2.067.53-2.567.777-.51-.162-1.571-.194-2.038-.19C2.425 4.905 1 8.98 1 11c0 6.086 4.873 9 8.373 9 3.959 0 5.346-1.614 5.346-1.614.163.101.76.316 1.838.362 1.348.057 1.85-.324 1.889-.617.038-.292-.178-.4-.37-.49-.19-.089-.489-.26-1.055-.445-.453-.147-.656-.308-.702-.37 2.73-2.472 3.23-5.935 3.153-7.407 2.112-.082 2.944-1.488 3.217-2.199.28-.727.454-1.717.165-1.941-.232-.18-.427.037-.494.167-.372.397-.645.72-1.636.72" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M12 10.569s.876-.27 1.645.254C14.686 11.534 15 12.5 15 12.5M13.5 16.5s-1.041-.508-2.604-2.54c-1.879-2.44-3.647-5.074-7.367-4.213 0 0-.029 5.251 4.97 6.752" }));
7121
+ 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(
7122
+ Svg.Path,
7123
+ {
7124
+ fill: color,
7125
+ 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"
7126
+ }
7127
+ ), /* @__PURE__ */ React.createElement(
7128
+ Svg.Path,
7129
+ {
7130
+ fill: color,
7131
+ 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"
7132
+ }
7133
+ ), /* @__PURE__ */ React.createElement(
7134
+ Svg.Path,
7135
+ {
7136
+ fill: color,
7137
+ 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"
7138
+ }
7139
+ )));
6399
7140
  var LogoDeviantartIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M18 2c.827 0 1 .173 1 1v3.139c0 .303-.001.307-.171.559l-3.276 4.854c-.463.686-.695 1.028-.554 1.294.141.265.555.265 1.383.265H18c.827 0 1 .173 1 1v2.445c0 .827-.173 1-1 1h-5.437c-1.042 0-1.076.018-1.658.88L8.797 21.56c-.29.432-.308.441-.829.441H6c-.827 0-1-.173-1-1v-3.139c0-.303.001-.307.171-.559l3.276-4.854c.463-.686.695-1.028.554-1.294-.141-.265-.555-.265-1.383-.265H6c-.827 0-1-.173-1-1V7.444c0-.827.173-1 1-1h5.437c1.042 0 1.076-.018 1.658-.88l2.108-3.123c.29-.432.308-.441.829-.441z", clipRule: "evenodd" }));
6400
7141
  var LogoDiggIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M18 19h2c.943 0 1.414 0 1.707-.293S22 17.943 22 17v-1m0 0v-5c0-.943 0-1.414-.293-1.707S20.943 9 20 9s-1.414 0-1.707.293S18 10.057 18 11v3c0 .943 0 1.414.293 1.707S19.057 16 20 16zM11.5 19h2c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707v-1m0 0v-5c0-.943 0-1.414-.293-1.707S14.443 9 13.5 9s-1.414 0-1.707.293-.293.764-.293 1.707v3c0 .943 0 1.414.293 1.707S12.557 16 13.5 16zM6 9v5c0 .943 0 1.414-.293 1.707S4.943 16 4 16s-1.414 0-1.707-.293S2 14.943 2 14v-3c0-.943 0-1.414.293-1.707S3.057 9 4 9zm0 0V5M9 5v1m0 3v7" }));
6401
7142
  var LogoDiscordIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M7 7c3.889-1.333 6.111-1.333 10 0M7 17c3.5 1.333 6.5 1.333 10 0" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M8.857 17.625C8.857 18.75 6.737 21 6.192 21c-1.633 0-3.083-1.875-3.809-3.375-.726-1.875-.544-6.562 1.632-12.937C5.601 3.546 7.195 3.18 8.857 3L10 6M15.143 17.625c0 1.125 2.12 3.375 2.665 3.375 1.633 0 3.083-1.875 3.809-3.375.726-1.875.544-6.562-1.632-12.937C18.399 3.546 16.805 3.18 15.143 3L14 6" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 2, d: "M7.51 12H7.5m9 0h-.01" }));
@@ -7961,6 +8702,29 @@ exports.ClothingUnderpants01Icon = ClothingUnderpants01Icon;
7961
8702
  exports.ClothingUnderpants02Icon = ClothingUnderpants02Icon;
7962
8703
  exports.ClothingUnderpants03Icon = ClothingUnderpants03Icon;
7963
8704
  exports.ClothingVestIcon = ClothingVestIcon;
8705
+ exports.CollectionArtbookIcon = CollectionArtbookIcon;
8706
+ exports.CollectionBdIcon = CollectionBdIcon;
8707
+ exports.CollectionBluRayIcon = CollectionBluRayIcon;
8708
+ exports.CollectionBoardGameIcon = CollectionBoardGameIcon;
8709
+ exports.CollectionBookIcon = CollectionBookIcon;
8710
+ exports.CollectionCdIcon = CollectionCdIcon;
8711
+ exports.CollectionCollectionIcon = CollectionCollectionIcon;
8712
+ exports.CollectionComicIcon = CollectionComicIcon;
8713
+ exports.CollectionConsoleIcon = CollectionConsoleIcon;
8714
+ exports.CollectionDvdIcon = CollectionDvdIcon;
8715
+ exports.CollectionFigurineIcon = CollectionFigurineIcon;
8716
+ exports.CollectionGameIcon = CollectionGameIcon;
8717
+ exports.CollectionLegoIcon = CollectionLegoIcon;
8718
+ exports.CollectionLoanIcon = CollectionLoanIcon;
8719
+ exports.CollectionMangaIcon = CollectionMangaIcon;
8720
+ exports.CollectionMovieIcon = CollectionMovieIcon;
8721
+ exports.CollectionMusicIcon = CollectionMusicIcon;
8722
+ exports.CollectionPokemonCardIcon = CollectionPokemonCardIcon;
8723
+ exports.CollectionPosterIcon = CollectionPosterIcon;
8724
+ exports.CollectionTradingCardIcon = CollectionTradingCardIcon;
8725
+ exports.CollectionVhsIcon = CollectionVhsIcon;
8726
+ exports.CollectionVinylIcon = CollectionVinylIcon;
8727
+ exports.CollectionWishlistIcon = CollectionWishlistIcon;
7964
8728
  exports.CommunicationBubbleChatAddIcon = CommunicationBubbleChatAddIcon;
7965
8729
  exports.CommunicationBubbleChatBlockedIcon = CommunicationBubbleChatBlockedIcon;
7966
8730
  exports.CommunicationBubbleChatCancelIcon = CommunicationBubbleChatCancelIcon;
@@ -9793,6 +10557,7 @@ exports.LogoCreativeMarketIcon = LogoCreativeMarketIcon;
9793
10557
  exports.LogoCss3Icon = LogoCss3Icon;
9794
10558
  exports.LogoDatevIcon = LogoDatevIcon;
9795
10559
  exports.LogoDeepseekIcon = LogoDeepseekIcon;
10560
+ exports.LogoDeezerIcon = LogoDeezerIcon;
9796
10561
  exports.LogoDeviantartIcon = LogoDeviantartIcon;
9797
10562
  exports.LogoDiggIcon = LogoDiggIcon;
9798
10563
  exports.LogoDiscordIcon = LogoDiscordIcon;