@intlayer/design-system 5.4.1 → 5.4.2

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 (74) hide show
  1. package/dist/.vite/manifest.json +45 -31
  2. package/dist/components/SocialNetworks/{Facebook.cjs → FacebookLogo.cjs} +1 -1
  3. package/dist/components/SocialNetworks/FacebookLogo.cjs.map +1 -0
  4. package/dist/components/SocialNetworks/{Facebook.d.ts → FacebookLogo.d.ts} +1 -1
  5. package/dist/components/SocialNetworks/FacebookLogo.d.ts.map +1 -0
  6. package/dist/components/SocialNetworks/{Facebook.mjs → FacebookLogo.mjs} +1 -1
  7. package/dist/components/SocialNetworks/FacebookLogo.mjs.map +1 -0
  8. package/dist/components/SocialNetworks/InstagramLogo.cjs +16 -0
  9. package/dist/components/SocialNetworks/InstagramLogo.cjs.map +1 -0
  10. package/dist/components/SocialNetworks/{Instagram.d.ts → InstagramLogo.d.ts} +1 -1
  11. package/dist/components/SocialNetworks/InstagramLogo.d.ts.map +1 -0
  12. package/dist/components/SocialNetworks/InstagramLogo.mjs +16 -0
  13. package/dist/components/SocialNetworks/InstagramLogo.mjs.map +1 -0
  14. package/dist/components/SocialNetworks/{LinkedIn.cjs → LinkedInLogo.cjs} +2 -2
  15. package/dist/components/SocialNetworks/LinkedInLogo.cjs.map +1 -0
  16. package/dist/components/SocialNetworks/{LinkedIn.d.ts → LinkedInLogo.d.ts} +1 -1
  17. package/dist/components/SocialNetworks/LinkedInLogo.d.ts.map +1 -0
  18. package/dist/components/SocialNetworks/{LinkedIn.mjs → LinkedInLogo.mjs} +2 -2
  19. package/dist/components/SocialNetworks/LinkedInLogo.mjs.map +1 -0
  20. package/dist/components/SocialNetworks/ProductHuntLogo.cjs +17 -0
  21. package/dist/components/SocialNetworks/ProductHuntLogo.cjs.map +1 -0
  22. package/dist/components/SocialNetworks/ProductHuntLogo.d.ts +3 -0
  23. package/dist/components/SocialNetworks/ProductHuntLogo.d.ts.map +1 -0
  24. package/dist/components/SocialNetworks/ProductHuntLogo.mjs +17 -0
  25. package/dist/components/SocialNetworks/ProductHuntLogo.mjs.map +1 -0
  26. package/dist/components/SocialNetworks/{Tiktok.cjs → TiktokLogo.cjs} +1 -1
  27. package/dist/components/SocialNetworks/TiktokLogo.cjs.map +1 -0
  28. package/dist/components/SocialNetworks/{Tiktok.d.ts → TiktokLogo.d.ts} +1 -1
  29. package/dist/components/SocialNetworks/TiktokLogo.d.ts.map +1 -0
  30. package/dist/components/SocialNetworks/{Tiktok.mjs → TiktokLogo.mjs} +1 -1
  31. package/dist/components/SocialNetworks/TiktokLogo.mjs.map +1 -0
  32. package/dist/components/SocialNetworks/{X.cjs → XLogo.cjs} +1 -1
  33. package/dist/components/SocialNetworks/XLogo.cjs.map +1 -0
  34. package/dist/components/SocialNetworks/{X.d.ts → XLogo.d.ts} +1 -1
  35. package/dist/components/SocialNetworks/XLogo.d.ts.map +1 -0
  36. package/dist/components/SocialNetworks/{X.mjs → XLogo.mjs} +1 -1
  37. package/dist/components/SocialNetworks/XLogo.mjs.map +1 -0
  38. package/dist/components/SocialNetworks/{Youtube.cjs → YoutubeLogo.cjs} +1 -1
  39. package/dist/components/SocialNetworks/YoutubeLogo.cjs.map +1 -0
  40. package/dist/components/SocialNetworks/{Youtube.d.ts → YoutubeLogo.d.ts} +1 -1
  41. package/dist/components/SocialNetworks/YoutubeLogo.d.ts.map +1 -0
  42. package/dist/components/SocialNetworks/{Youtube.mjs → YoutubeLogo.mjs} +1 -1
  43. package/dist/components/SocialNetworks/YoutubeLogo.mjs.map +1 -0
  44. package/dist/components/SocialNetworks/index.cjs +27 -13
  45. package/dist/components/SocialNetworks/index.cjs.map +1 -1
  46. package/dist/components/SocialNetworks/index.d.ts +7 -1
  47. package/dist/components/SocialNetworks/index.d.ts.map +1 -1
  48. package/dist/components/SocialNetworks/index.mjs +22 -8
  49. package/dist/components/SocialNetworks/index.mjs.map +1 -1
  50. package/dist/components/index.cjs +14 -0
  51. package/dist/components/index.cjs.map +1 -1
  52. package/dist/components/index.mjs +14 -0
  53. package/dist/components/index.mjs.map +1 -1
  54. package/package.json +15 -15
  55. package/dist/components/SocialNetworks/Facebook.cjs.map +0 -1
  56. package/dist/components/SocialNetworks/Facebook.d.ts.map +0 -1
  57. package/dist/components/SocialNetworks/Facebook.mjs.map +0 -1
  58. package/dist/components/SocialNetworks/Instagram.cjs +0 -16
  59. package/dist/components/SocialNetworks/Instagram.cjs.map +0 -1
  60. package/dist/components/SocialNetworks/Instagram.d.ts.map +0 -1
  61. package/dist/components/SocialNetworks/Instagram.mjs +0 -16
  62. package/dist/components/SocialNetworks/Instagram.mjs.map +0 -1
  63. package/dist/components/SocialNetworks/LinkedIn.cjs.map +0 -1
  64. package/dist/components/SocialNetworks/LinkedIn.d.ts.map +0 -1
  65. package/dist/components/SocialNetworks/LinkedIn.mjs.map +0 -1
  66. package/dist/components/SocialNetworks/Tiktok.cjs.map +0 -1
  67. package/dist/components/SocialNetworks/Tiktok.d.ts.map +0 -1
  68. package/dist/components/SocialNetworks/Tiktok.mjs.map +0 -1
  69. package/dist/components/SocialNetworks/X.cjs.map +0 -1
  70. package/dist/components/SocialNetworks/X.d.ts.map +0 -1
  71. package/dist/components/SocialNetworks/X.mjs.map +0 -1
  72. package/dist/components/SocialNetworks/Youtube.cjs.map +0 -1
  73. package/dist/components/SocialNetworks/Youtube.d.ts.map +0 -1
  74. package/dist/components/SocialNetworks/Youtube.mjs.map +0 -1
@@ -2268,40 +2268,46 @@
2268
2268
  "src/components/Select/Select.tsx"
2269
2269
  ]
2270
2270
  },
2271
- "src/components/SocialNetworks/Facebook.tsx": {
2272
- "file": "components/SocialNetworks/Facebook.cjs",
2273
- "name": "components/SocialNetworks/Facebook",
2274
- "src": "src/components/SocialNetworks/Facebook.tsx",
2271
+ "src/components/SocialNetworks/FacebookLogo.tsx": {
2272
+ "file": "components/SocialNetworks/FacebookLogo.cjs",
2273
+ "name": "components/SocialNetworks/FacebookLogo",
2274
+ "src": "src/components/SocialNetworks/FacebookLogo.tsx",
2275
2275
  "isEntry": true
2276
2276
  },
2277
- "src/components/SocialNetworks/Instagram.tsx": {
2278
- "file": "components/SocialNetworks/Instagram.cjs",
2279
- "name": "components/SocialNetworks/Instagram",
2280
- "src": "src/components/SocialNetworks/Instagram.tsx",
2277
+ "src/components/SocialNetworks/InstagramLogo.tsx": {
2278
+ "file": "components/SocialNetworks/InstagramLogo.cjs",
2279
+ "name": "components/SocialNetworks/InstagramLogo",
2280
+ "src": "src/components/SocialNetworks/InstagramLogo.tsx",
2281
2281
  "isEntry": true
2282
2282
  },
2283
- "src/components/SocialNetworks/LinkedIn.tsx": {
2284
- "file": "components/SocialNetworks/LinkedIn.cjs",
2285
- "name": "components/SocialNetworks/LinkedIn",
2286
- "src": "src/components/SocialNetworks/LinkedIn.tsx",
2283
+ "src/components/SocialNetworks/LinkedInLogo.tsx": {
2284
+ "file": "components/SocialNetworks/LinkedInLogo.cjs",
2285
+ "name": "components/SocialNetworks/LinkedInLogo",
2286
+ "src": "src/components/SocialNetworks/LinkedInLogo.tsx",
2287
2287
  "isEntry": true
2288
2288
  },
2289
- "src/components/SocialNetworks/Tiktok.tsx": {
2290
- "file": "components/SocialNetworks/Tiktok.cjs",
2291
- "name": "components/SocialNetworks/Tiktok",
2292
- "src": "src/components/SocialNetworks/Tiktok.tsx",
2289
+ "src/components/SocialNetworks/ProductHuntLogo.tsx": {
2290
+ "file": "components/SocialNetworks/ProductHuntLogo.cjs",
2291
+ "name": "components/SocialNetworks/ProductHuntLogo",
2292
+ "src": "src/components/SocialNetworks/ProductHuntLogo.tsx",
2293
2293
  "isEntry": true
2294
2294
  },
2295
- "src/components/SocialNetworks/X.tsx": {
2296
- "file": "components/SocialNetworks/X.cjs",
2297
- "name": "components/SocialNetworks/X",
2298
- "src": "src/components/SocialNetworks/X.tsx",
2295
+ "src/components/SocialNetworks/TiktokLogo.tsx": {
2296
+ "file": "components/SocialNetworks/TiktokLogo.cjs",
2297
+ "name": "components/SocialNetworks/TiktokLogo",
2298
+ "src": "src/components/SocialNetworks/TiktokLogo.tsx",
2299
2299
  "isEntry": true
2300
2300
  },
2301
- "src/components/SocialNetworks/Youtube.tsx": {
2302
- "file": "components/SocialNetworks/Youtube.cjs",
2303
- "name": "components/SocialNetworks/Youtube",
2304
- "src": "src/components/SocialNetworks/Youtube.tsx",
2301
+ "src/components/SocialNetworks/XLogo.tsx": {
2302
+ "file": "components/SocialNetworks/XLogo.cjs",
2303
+ "name": "components/SocialNetworks/XLogo",
2304
+ "src": "src/components/SocialNetworks/XLogo.tsx",
2305
+ "isEntry": true
2306
+ },
2307
+ "src/components/SocialNetworks/YoutubeLogo.tsx": {
2308
+ "file": "components/SocialNetworks/YoutubeLogo.cjs",
2309
+ "name": "components/SocialNetworks/YoutubeLogo",
2310
+ "src": "src/components/SocialNetworks/YoutubeLogo.tsx",
2305
2311
  "isEntry": true
2306
2312
  },
2307
2313
  "src/components/SocialNetworks/index.tsx": {
@@ -2310,12 +2316,13 @@
2310
2316
  "src": "src/components/SocialNetworks/index.tsx",
2311
2317
  "isEntry": true,
2312
2318
  "imports": [
2313
- "src/components/SocialNetworks/Facebook.tsx",
2314
- "src/components/SocialNetworks/Instagram.tsx",
2315
- "src/components/SocialNetworks/LinkedIn.tsx",
2316
- "src/components/SocialNetworks/Tiktok.tsx",
2317
- "src/components/SocialNetworks/X.tsx",
2318
- "src/components/SocialNetworks/Youtube.tsx"
2319
+ "src/components/SocialNetworks/FacebookLogo.tsx",
2320
+ "src/components/SocialNetworks/InstagramLogo.tsx",
2321
+ "src/components/SocialNetworks/LinkedInLogo.tsx",
2322
+ "src/components/SocialNetworks/ProductHuntLogo.tsx",
2323
+ "src/components/SocialNetworks/TiktokLogo.tsx",
2324
+ "src/components/SocialNetworks/XLogo.tsx",
2325
+ "src/components/SocialNetworks/YoutubeLogo.tsx"
2319
2326
  ]
2320
2327
  },
2321
2328
  "src/components/SwitchSelector/index.tsx": {
@@ -2578,7 +2585,14 @@
2578
2585
  "src/components/Toaster/Toast.tsx",
2579
2586
  "src/components/Toaster/useToast.tsx",
2580
2587
  "src/components/Toaster/Toaster.tsx",
2581
- "src/components/WithResizer/index.tsx"
2588
+ "src/components/WithResizer/index.tsx",
2589
+ "src/components/SocialNetworks/FacebookLogo.tsx",
2590
+ "src/components/SocialNetworks/InstagramLogo.tsx",
2591
+ "src/components/SocialNetworks/LinkedInLogo.tsx",
2592
+ "src/components/SocialNetworks/ProductHuntLogo.tsx",
2593
+ "src/components/SocialNetworks/TiktokLogo.tsx",
2594
+ "src/components/SocialNetworks/XLogo.tsx",
2595
+ "src/components/SocialNetworks/YoutubeLogo.tsx"
2582
2596
  ]
2583
2597
  },
2584
2598
  "src/hooks/index.ts": {
@@ -14,4 +14,4 @@ const FacebookLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
14
14
  }
15
15
  );
16
16
  exports.FacebookLogo = FacebookLogo;
17
- //# sourceMappingURL=Facebook.cjs.map
17
+ //# sourceMappingURL=FacebookLogo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookLogo.cjs","sources":["../../../src/components/SocialNetworks/FacebookLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const FacebookLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 50 50\"\n width=\"50px\"\n height=\"50px\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z\" />\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,eAA4C,CAAC,UACxDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACJ,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,8SAA8S,CAAA;AAAA,EAAA;AACxT;;"}
@@ -1,3 +1,3 @@
1
1
  import { FC, SVGProps } from 'react';
2
2
  export declare const FacebookLogo: FC<SVGProps<SVGSVGElement>>;
3
- //# sourceMappingURL=Facebook.d.ts.map
3
+ //# sourceMappingURL=FacebookLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookLogo.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/FacebookLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAWpD,CAAC"}
@@ -14,4 +14,4 @@ const FacebookLogo = (props) => /* @__PURE__ */ jsx(
14
14
  export {
15
15
  FacebookLogo
16
16
  };
17
- //# sourceMappingURL=Facebook.mjs.map
17
+ //# sourceMappingURL=FacebookLogo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookLogo.mjs","sources":["../../../src/components/SocialNetworks/FacebookLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const FacebookLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 50 50\"\n width=\"50px\"\n height=\"50px\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z\" />\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,eAA4C,CAAC,UACxD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACJ,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,8SAA8S,CAAA;AAAA,EAAA;AACxT;"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const InstagramLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
5
+ "svg",
6
+ {
7
+ width: "800px",
8
+ height: "800px",
9
+ viewBox: "0 0 20 20",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ jsxRuntime.jsx("g", { transform: "translate(-340.000000, -7439.000000)", fill: "currentColor", children: /* @__PURE__ */ jsxRuntime.jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M289.869652,7279.12273 C288.241769,7279.19618 286.830805,7279.5942 285.691486,7280.72871 C284.548187,7281.86918 284.155147,7283.28558 284.081514,7284.89653 C284.035742,7285.90201 283.768077,7293.49818 284.544207,7295.49028 C285.067597,7296.83422 286.098457,7297.86749 287.454694,7298.39256 C288.087538,7298.63872 288.809936,7298.80547 289.869652,7298.85411 C298.730467,7299.25511 302.015089,7299.03674 303.400182,7295.49028 C303.645956,7294.859 303.815113,7294.1374 303.86188,7293.08031 C304.26686,7284.19677 303.796207,7282.27117 302.251908,7280.72871 C301.027016,7279.50685 299.5862,7278.67508 289.869652,7279.12273 M289.951245,7297.06748 C288.981083,7297.0238 288.454707,7296.86201 288.103459,7296.72603 C287.219865,7296.3826 286.556174,7295.72155 286.214876,7294.84312 C285.623823,7293.32944 285.819846,7286.14023 285.872583,7284.97693 C285.924325,7283.83745 286.155174,7282.79624 286.959165,7281.99226 C287.954203,7280.99968 289.239792,7280.51332 297.993144,7280.90837 C299.135448,7280.95998 300.179243,7281.19026 300.985224,7281.99226 C301.980262,7282.98483 302.473801,7284.28014 302.071806,7292.99991 C302.028024,7293.96767 301.865833,7294.49274 301.729513,7294.84312 C300.829003,7297.15085 298.757333,7297.47145 289.951245,7297.06748 M298.089663,7283.68956 C298.089663,7284.34665 298.623998,7284.88065 299.283709,7284.88065 C299.943419,7284.88065 300.47875,7284.34665 300.47875,7283.68956 C300.47875,7283.03248 299.943419,7282.49847 299.283709,7282.49847 C298.623998,7282.49847 298.089663,7283.03248 298.089663,7283.68956 M288.862673,7288.98792 C288.862673,7291.80286 291.150266,7294.08479 293.972194,7294.08479 C296.794123,7294.08479 299.081716,7291.80286 299.081716,7288.98792 C299.081716,7286.17298 296.794123,7283.89205 293.972194,7283.89205 C291.150266,7283.89205 288.862673,7286.17298 288.862673,7288.98792 M290.655732,7288.98792 C290.655732,7287.16159 292.140329,7285.67967 293.972194,7285.67967 C295.80406,7285.67967 297.288657,7287.16159 297.288657,7288.98792 C297.288657,7290.81525 295.80406,7292.29716 293.972194,7292.29716 C292.140329,7292.29716 290.655732,7290.81525 290.655732,7288.98792" }) }) }) })
13
+ }
14
+ );
15
+ exports.InstagramLogo = InstagramLogo;
16
+ //# sourceMappingURL=InstagramLogo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstagramLogo.cjs","sources":["../../../src/components/SocialNetworks/InstagramLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const InstagramLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g stroke=\"none\" strokeWidth=\"1\" fill=\"none\" fillRule=\"evenodd\">\n <g transform=\"translate(-340.000000, -7439.000000)\" fill=\"currentColor\">\n <g transform=\"translate(56.000000, 160.000000)\">\n <path d=\"M289.869652,7279.12273 C288.241769,7279.19618 286.830805,7279.5942 285.691486,7280.72871 C284.548187,7281.86918 284.155147,7283.28558 284.081514,7284.89653 C284.035742,7285.90201 283.768077,7293.49818 284.544207,7295.49028 C285.067597,7296.83422 286.098457,7297.86749 287.454694,7298.39256 C288.087538,7298.63872 288.809936,7298.80547 289.869652,7298.85411 C298.730467,7299.25511 302.015089,7299.03674 303.400182,7295.49028 C303.645956,7294.859 303.815113,7294.1374 303.86188,7293.08031 C304.26686,7284.19677 303.796207,7282.27117 302.251908,7280.72871 C301.027016,7279.50685 299.5862,7278.67508 289.869652,7279.12273 M289.951245,7297.06748 C288.981083,7297.0238 288.454707,7296.86201 288.103459,7296.72603 C287.219865,7296.3826 286.556174,7295.72155 286.214876,7294.84312 C285.623823,7293.32944 285.819846,7286.14023 285.872583,7284.97693 C285.924325,7283.83745 286.155174,7282.79624 286.959165,7281.99226 C287.954203,7280.99968 289.239792,7280.51332 297.993144,7280.90837 C299.135448,7280.95998 300.179243,7281.19026 300.985224,7281.99226 C301.980262,7282.98483 302.473801,7284.28014 302.071806,7292.99991 C302.028024,7293.96767 301.865833,7294.49274 301.729513,7294.84312 C300.829003,7297.15085 298.757333,7297.47145 289.951245,7297.06748 M298.089663,7283.68956 C298.089663,7284.34665 298.623998,7284.88065 299.283709,7284.88065 C299.943419,7284.88065 300.47875,7284.34665 300.47875,7283.68956 C300.47875,7283.03248 299.943419,7282.49847 299.283709,7282.49847 C298.623998,7282.49847 298.089663,7283.03248 298.089663,7283.68956 M288.862673,7288.98792 C288.862673,7291.80286 291.150266,7294.08479 293.972194,7294.08479 C296.794123,7294.08479 299.081716,7291.80286 299.081716,7288.98792 C299.081716,7286.17298 296.794123,7283.89205 293.972194,7283.89205 C291.150266,7283.89205 288.862673,7286.17298 288.862673,7288.98792 M290.655732,7288.98792 C290.655732,7287.16159 292.140329,7285.67967 293.972194,7285.67967 C295.80406,7285.67967 297.288657,7287.16159 297.288657,7288.98792 C297.288657,7290.81525 295.80406,7292.29716 293.972194,7292.29716 C292.140329,7292.29716 290.655732,7290.81525 290.655732,7288.98792\"></path>\n </g>\n </g>\n </g>\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,gBAA6C,CAAC,UACzDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAAA,2BAAA,IAAC,KAAE,EAAA,QAAO,QAAO,aAAY,KAAI,MAAK,QAAO,UAAS,WACpD,UAAAA,2BAAA,IAAC,KAAE,EAAA,WAAU,wCAAuC,MAAK,gBACvD,UAACA,2BAAA,IAAA,KAAA,EAAE,WAAU,oCACX,UAACA,2BAAA,IAAA,QAAA,EAAK,GAAE,gkEAAA,CAAgkE,EAC1kE,CAAA,EAAA,CACF,EACF,CAAA;AAAA,EAAA;AACF;;"}
@@ -1,3 +1,3 @@
1
1
  import { FC, SVGProps } from 'react';
2
2
  export declare const InstagramLogo: FC<SVGProps<SVGSVGElement>>;
3
- //# sourceMappingURL=Instagram.d.ts.map
3
+ //# sourceMappingURL=InstagramLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstagramLogo.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/InstagramLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAgBrD,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const InstagramLogo = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ width: "800px",
6
+ height: "800px",
7
+ viewBox: "0 0 20 20",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...props,
10
+ children: /* @__PURE__ */ jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ jsx("g", { transform: "translate(-340.000000, -7439.000000)", fill: "currentColor", children: /* @__PURE__ */ jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ jsx("path", { d: "M289.869652,7279.12273 C288.241769,7279.19618 286.830805,7279.5942 285.691486,7280.72871 C284.548187,7281.86918 284.155147,7283.28558 284.081514,7284.89653 C284.035742,7285.90201 283.768077,7293.49818 284.544207,7295.49028 C285.067597,7296.83422 286.098457,7297.86749 287.454694,7298.39256 C288.087538,7298.63872 288.809936,7298.80547 289.869652,7298.85411 C298.730467,7299.25511 302.015089,7299.03674 303.400182,7295.49028 C303.645956,7294.859 303.815113,7294.1374 303.86188,7293.08031 C304.26686,7284.19677 303.796207,7282.27117 302.251908,7280.72871 C301.027016,7279.50685 299.5862,7278.67508 289.869652,7279.12273 M289.951245,7297.06748 C288.981083,7297.0238 288.454707,7296.86201 288.103459,7296.72603 C287.219865,7296.3826 286.556174,7295.72155 286.214876,7294.84312 C285.623823,7293.32944 285.819846,7286.14023 285.872583,7284.97693 C285.924325,7283.83745 286.155174,7282.79624 286.959165,7281.99226 C287.954203,7280.99968 289.239792,7280.51332 297.993144,7280.90837 C299.135448,7280.95998 300.179243,7281.19026 300.985224,7281.99226 C301.980262,7282.98483 302.473801,7284.28014 302.071806,7292.99991 C302.028024,7293.96767 301.865833,7294.49274 301.729513,7294.84312 C300.829003,7297.15085 298.757333,7297.47145 289.951245,7297.06748 M298.089663,7283.68956 C298.089663,7284.34665 298.623998,7284.88065 299.283709,7284.88065 C299.943419,7284.88065 300.47875,7284.34665 300.47875,7283.68956 C300.47875,7283.03248 299.943419,7282.49847 299.283709,7282.49847 C298.623998,7282.49847 298.089663,7283.03248 298.089663,7283.68956 M288.862673,7288.98792 C288.862673,7291.80286 291.150266,7294.08479 293.972194,7294.08479 C296.794123,7294.08479 299.081716,7291.80286 299.081716,7288.98792 C299.081716,7286.17298 296.794123,7283.89205 293.972194,7283.89205 C291.150266,7283.89205 288.862673,7286.17298 288.862673,7288.98792 M290.655732,7288.98792 C290.655732,7287.16159 292.140329,7285.67967 293.972194,7285.67967 C295.80406,7285.67967 297.288657,7287.16159 297.288657,7288.98792 C297.288657,7290.81525 295.80406,7292.29716 293.972194,7292.29716 C292.140329,7292.29716 290.655732,7290.81525 290.655732,7288.98792" }) }) }) })
11
+ }
12
+ );
13
+ export {
14
+ InstagramLogo
15
+ };
16
+ //# sourceMappingURL=InstagramLogo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstagramLogo.mjs","sources":["../../../src/components/SocialNetworks/InstagramLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const InstagramLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g stroke=\"none\" strokeWidth=\"1\" fill=\"none\" fillRule=\"evenodd\">\n <g transform=\"translate(-340.000000, -7439.000000)\" fill=\"currentColor\">\n <g transform=\"translate(56.000000, 160.000000)\">\n <path d=\"M289.869652,7279.12273 C288.241769,7279.19618 286.830805,7279.5942 285.691486,7280.72871 C284.548187,7281.86918 284.155147,7283.28558 284.081514,7284.89653 C284.035742,7285.90201 283.768077,7293.49818 284.544207,7295.49028 C285.067597,7296.83422 286.098457,7297.86749 287.454694,7298.39256 C288.087538,7298.63872 288.809936,7298.80547 289.869652,7298.85411 C298.730467,7299.25511 302.015089,7299.03674 303.400182,7295.49028 C303.645956,7294.859 303.815113,7294.1374 303.86188,7293.08031 C304.26686,7284.19677 303.796207,7282.27117 302.251908,7280.72871 C301.027016,7279.50685 299.5862,7278.67508 289.869652,7279.12273 M289.951245,7297.06748 C288.981083,7297.0238 288.454707,7296.86201 288.103459,7296.72603 C287.219865,7296.3826 286.556174,7295.72155 286.214876,7294.84312 C285.623823,7293.32944 285.819846,7286.14023 285.872583,7284.97693 C285.924325,7283.83745 286.155174,7282.79624 286.959165,7281.99226 C287.954203,7280.99968 289.239792,7280.51332 297.993144,7280.90837 C299.135448,7280.95998 300.179243,7281.19026 300.985224,7281.99226 C301.980262,7282.98483 302.473801,7284.28014 302.071806,7292.99991 C302.028024,7293.96767 301.865833,7294.49274 301.729513,7294.84312 C300.829003,7297.15085 298.757333,7297.47145 289.951245,7297.06748 M298.089663,7283.68956 C298.089663,7284.34665 298.623998,7284.88065 299.283709,7284.88065 C299.943419,7284.88065 300.47875,7284.34665 300.47875,7283.68956 C300.47875,7283.03248 299.943419,7282.49847 299.283709,7282.49847 C298.623998,7282.49847 298.089663,7283.03248 298.089663,7283.68956 M288.862673,7288.98792 C288.862673,7291.80286 291.150266,7294.08479 293.972194,7294.08479 C296.794123,7294.08479 299.081716,7291.80286 299.081716,7288.98792 C299.081716,7286.17298 296.794123,7283.89205 293.972194,7283.89205 C291.150266,7283.89205 288.862673,7286.17298 288.862673,7288.98792 M290.655732,7288.98792 C290.655732,7287.16159 292.140329,7285.67967 293.972194,7285.67967 C295.80406,7285.67967 297.288657,7287.16159 297.288657,7288.98792 C297.288657,7290.81525 295.80406,7292.29716 293.972194,7292.29716 C292.140329,7292.29716 290.655732,7290.81525 290.655732,7288.98792\"></path>\n </g>\n </g>\n </g>\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,gBAA6C,CAAC,UACzD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA,oBAAC,KAAE,EAAA,QAAO,QAAO,aAAY,KAAI,MAAK,QAAO,UAAS,WACpD,UAAA,oBAAC,KAAE,EAAA,WAAU,wCAAuC,MAAK,gBACvD,UAAC,oBAAA,KAAA,EAAE,WAAU,oCACX,UAAC,oBAAA,QAAA,EAAK,GAAE,gkEAAA,CAAgkE,EAC1kE,CAAA,EAAA,CACF,EACF,CAAA;AAAA,EAAA;AACF;"}
@@ -9,7 +9,7 @@ const LinkedInLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
9
9
  viewBox: "0 0 20 20",
10
10
  xmlns: "http://www.w3.org/2000/svg",
11
11
  ...props,
12
- children: /* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", children: /* @__PURE__ */ jsxRuntime.jsx("g", { transform: "translate(-180.000000, -7479.000000)", fill: "currentColor", children: /* @__PURE__ */ jsxRuntime.jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ jsxRuntime.jsx(
12
+ children: /* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ jsxRuntime.jsx("g", { transform: "translate(-180.000000, -7479.000000)", fill: "currentColor", children: /* @__PURE__ */ jsxRuntime.jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ jsxRuntime.jsx(
13
13
  "path",
14
14
  {
15
15
  d: "M144,7339 L140,7339 L140,7332.001 C140,7330.081 139.153,7329.01 137.634,7329.01 C135.981,7329.01 135,7330.126 135,7332.001 L135,7339 L131,7339 L131,7326 L135,7326 L135,7327.462 C135,7327.462 136.255,7325.26 139.083,7325.26 C141.912,7325.26 144,7326.986 144,7330.558 L144,7339 L144,7339 Z M126.442,7323.921 C125.093,7323.921 124,7322.819 124,7321.46 C124,7320.102 125.093,7319 126.442,7319 C127.79,7319 128.883,7320.102 128.883,7321.46 C128.884,7322.819 127.79,7323.921 126.442,7323.921 L126.442,7323.921 Z M124,7339 L129,7339 L129,7326 L124,7326 L124,7339 Z",
@@ -19,4 +19,4 @@ const LinkedInLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
19
19
  }
20
20
  );
21
21
  exports.LinkedInLogo = LinkedInLogo;
22
- //# sourceMappingURL=LinkedIn.cjs.map
22
+ //# sourceMappingURL=LinkedInLogo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkedInLogo.cjs","sources":["../../../src/components/SocialNetworks/LinkedInLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const LinkedInLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g stroke=\"none\" strokeWidth=\"1\" fill=\"none\" fillRule=\"evenodd\">\n <g transform=\"translate(-180.000000, -7479.000000)\" fill=\"currentColor\">\n <g transform=\"translate(56.000000, 160.000000)\">\n <path\n d=\"M144,7339 L140,7339 L140,7332.001 C140,7330.081 139.153,7329.01 137.634,7329.01 C135.981,7329.01 135,7330.126 135,7332.001 L135,7339 L131,7339 L131,7326 L135,7326 L135,7327.462 C135,7327.462 136.255,7325.26 139.083,7325.26 C141.912,7325.26 144,7326.986 144,7330.558 L144,7339 L144,7339 Z M126.442,7323.921 C125.093,7323.921 124,7322.819 124,7321.46 C124,7320.102 125.093,7319 126.442,7319 C127.79,7319 128.883,7320.102 128.883,7321.46 C128.884,7322.819 127.79,7323.921 126.442,7323.921 L126.442,7323.921 Z M124,7339 L129,7339 L129,7326 L124,7326 L124,7339 Z\"\n id=\"linkedin-[#161]\"\n ></path>\n </g>\n </g>\n </g>\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,eAA4C,CAAC,UACxDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,yCAAC,KAAE,EAAA,QAAO,QAAO,aAAY,KAAI,MAAK,QAAO,UAAS,WACpD,UAACA,+BAAA,KAAA,EAAE,WAAU,wCAAuC,MAAK,gBACvD,UAACA,2BAAA,IAAA,KAAA,EAAE,WAAU,oCACX,UAAAA,2BAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,IAAG;AAAA,MAAA;AAAA,IAAA,EAEP,CAAA,EACF,CAAA,EACF,CAAA;AAAA,EAAA;AACF;;"}
@@ -1,3 +1,3 @@
1
1
  import { FC, SVGProps } from 'react';
2
2
  export declare const LinkedInLogo: FC<SVGProps<SVGSVGElement>>;
3
- //# sourceMappingURL=LinkedIn.d.ts.map
3
+ //# sourceMappingURL=LinkedInLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkedInLogo.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/LinkedInLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAmBpD,CAAC"}
@@ -7,7 +7,7 @@ const LinkedInLogo = (props) => /* @__PURE__ */ jsx(
7
7
  viewBox: "0 0 20 20",
8
8
  xmlns: "http://www.w3.org/2000/svg",
9
9
  ...props,
10
- children: /* @__PURE__ */ jsx("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", children: /* @__PURE__ */ jsx("g", { transform: "translate(-180.000000, -7479.000000)", fill: "currentColor", children: /* @__PURE__ */ jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ jsx(
10
+ children: /* @__PURE__ */ jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ jsx("g", { transform: "translate(-180.000000, -7479.000000)", fill: "currentColor", children: /* @__PURE__ */ jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ jsx(
11
11
  "path",
12
12
  {
13
13
  d: "M144,7339 L140,7339 L140,7332.001 C140,7330.081 139.153,7329.01 137.634,7329.01 C135.981,7329.01 135,7330.126 135,7332.001 L135,7339 L131,7339 L131,7326 L135,7326 L135,7327.462 C135,7327.462 136.255,7325.26 139.083,7325.26 C141.912,7325.26 144,7326.986 144,7330.558 L144,7339 L144,7339 Z M126.442,7323.921 C125.093,7323.921 124,7322.819 124,7321.46 C124,7320.102 125.093,7319 126.442,7319 C127.79,7319 128.883,7320.102 128.883,7321.46 C128.884,7322.819 127.79,7323.921 126.442,7323.921 L126.442,7323.921 Z M124,7339 L129,7339 L129,7326 L124,7326 L124,7339 Z",
@@ -19,4 +19,4 @@ const LinkedInLogo = (props) => /* @__PURE__ */ jsx(
19
19
  export {
20
20
  LinkedInLogo
21
21
  };
22
- //# sourceMappingURL=LinkedIn.mjs.map
22
+ //# sourceMappingURL=LinkedInLogo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkedInLogo.mjs","sources":["../../../src/components/SocialNetworks/LinkedInLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const LinkedInLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g stroke=\"none\" strokeWidth=\"1\" fill=\"none\" fillRule=\"evenodd\">\n <g transform=\"translate(-180.000000, -7479.000000)\" fill=\"currentColor\">\n <g transform=\"translate(56.000000, 160.000000)\">\n <path\n d=\"M144,7339 L140,7339 L140,7332.001 C140,7330.081 139.153,7329.01 137.634,7329.01 C135.981,7329.01 135,7330.126 135,7332.001 L135,7339 L131,7339 L131,7326 L135,7326 L135,7327.462 C135,7327.462 136.255,7325.26 139.083,7325.26 C141.912,7325.26 144,7326.986 144,7330.558 L144,7339 L144,7339 Z M126.442,7323.921 C125.093,7323.921 124,7322.819 124,7321.46 C124,7320.102 125.093,7319 126.442,7319 C127.79,7319 128.883,7320.102 128.883,7321.46 C128.884,7322.819 127.79,7323.921 126.442,7323.921 L126.442,7323.921 Z M124,7339 L129,7339 L129,7326 L124,7326 L124,7339 Z\"\n id=\"linkedin-[#161]\"\n ></path>\n </g>\n </g>\n </g>\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,eAA4C,CAAC,UACxD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,8BAAC,KAAE,EAAA,QAAO,QAAO,aAAY,KAAI,MAAK,QAAO,UAAS,WACpD,UAAC,oBAAA,KAAA,EAAE,WAAU,wCAAuC,MAAK,gBACvD,UAAC,oBAAA,KAAA,EAAE,WAAU,oCACX,UAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,IAAG;AAAA,MAAA;AAAA,IAAA,EAEP,CAAA,EACF,CAAA,EACF,CAAA;AAAA,EAAA;AACF;"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const ProductHuntLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
5
+ "svg",
6
+ {
7
+ fill: "currentColor",
8
+ width: "800px",
9
+ height: "800px",
10
+ viewBox: "0 0 32 32",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ...props,
13
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M20.394 13.675c0 1.281-1.044 2.325-2.325 2.325h-4.394v-4.65h4.394c1.281 0 2.325 1.044 2.325 2.325zM31.5 16c0 8.563-6.938 15.5-15.5 15.5s-15.5-6.938-15.5-15.5c0-8.563 6.938-15.5 15.5-15.5s15.5 6.938 15.5 15.5zM23.494 13.675c0-2.994-2.431-5.425-5.425-5.425h-7.494v15.5h3.1v-4.65h4.394c2.994 0 5.425-2.431 5.425-5.425z" })
14
+ }
15
+ );
16
+ exports.ProductHuntLogo = ProductHuntLogo;
17
+ //# sourceMappingURL=ProductHuntLogo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductHuntLogo.cjs","sources":["../../../src/components/SocialNetworks/ProductHuntLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const ProductHuntLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 32 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M20.394 13.675c0 1.281-1.044 2.325-2.325 2.325h-4.394v-4.65h4.394c1.281 0 2.325 1.044 2.325 2.325zM31.5 16c0 8.563-6.938 15.5-15.5 15.5s-15.5-6.938-15.5-15.5c0-8.563 6.938-15.5 15.5-15.5s15.5 6.938 15.5 15.5zM23.494 13.675c0-2.994-2.431-5.425-5.425-5.425h-7.494v15.5h3.1v-4.65h4.394c2.994 0 5.425-2.431 5.425-5.425z\" />\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,kBAA+C,CAAC,UAC3DA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,8TAA8T,CAAA;AAAA,EAAA;AACxU;;"}
@@ -0,0 +1,3 @@
1
+ import { FC, SVGProps } from 'react';
2
+ export declare const ProductHuntLogo: FC<SVGProps<SVGSVGElement>>;
3
+ //# sourceMappingURL=ProductHuntLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductHuntLogo.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/ProductHuntLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAWvD,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const ProductHuntLogo = (props) => /* @__PURE__ */ jsx(
3
+ "svg",
4
+ {
5
+ fill: "currentColor",
6
+ width: "800px",
7
+ height: "800px",
8
+ viewBox: "0 0 32 32",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: /* @__PURE__ */ jsx("path", { d: "M20.394 13.675c0 1.281-1.044 2.325-2.325 2.325h-4.394v-4.65h4.394c1.281 0 2.325 1.044 2.325 2.325zM31.5 16c0 8.563-6.938 15.5-15.5 15.5s-15.5-6.938-15.5-15.5c0-8.563 6.938-15.5 15.5-15.5s15.5 6.938 15.5 15.5zM23.494 13.675c0-2.994-2.431-5.425-5.425-5.425h-7.494v15.5h3.1v-4.65h4.394c2.994 0 5.425-2.431 5.425-5.425z" })
12
+ }
13
+ );
14
+ export {
15
+ ProductHuntLogo
16
+ };
17
+ //# sourceMappingURL=ProductHuntLogo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductHuntLogo.mjs","sources":["../../../src/components/SocialNetworks/ProductHuntLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const ProductHuntLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 32 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M20.394 13.675c0 1.281-1.044 2.325-2.325 2.325h-4.394v-4.65h4.394c1.281 0 2.325 1.044 2.325 2.325zM31.5 16c0 8.563-6.938 15.5-15.5 15.5s-15.5-6.938-15.5-15.5c0-8.563 6.938-15.5 15.5-15.5s15.5 6.938 15.5 15.5zM23.494 13.675c0-2.994-2.431-5.425-5.425-5.425h-7.494v15.5h3.1v-4.65h4.394c2.994 0 5.425-2.431 5.425-5.425z\" />\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,kBAA+C,CAAC,UAC3D;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,8TAA8T,CAAA;AAAA,EAAA;AACxU;"}
@@ -14,4 +14,4 @@ const TiktokLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
14
14
  }
15
15
  );
16
16
  exports.TiktokLogo = TiktokLogo;
17
- //# sourceMappingURL=Tiktok.cjs.map
17
+ //# sourceMappingURL=TiktokLogo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TiktokLogo.cjs","sources":["../../../src/components/SocialNetworks/TiktokLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const TiktokLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M19.589 6.686a4.793 4.793 0 0 1-3.77-4.245V2h-3.445v13.672a2.896 2.896 0 0 1-5.201 1.743l-.002-.001.002.001a2.895 2.895 0 0 1 3.183-4.51v-3.5a6.329 6.329 0 0 0-5.394 10.692 6.33 6.33 0 0 0 10.857-4.424V8.687a8.182 8.182 0 0 0 4.773 1.526V6.79a4.831 4.831 0 0 1-1.003-.104z\" />\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,aAA0C,CAAC,UACtDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,mRAAmR,CAAA;AAAA,EAAA;AAC7R;;"}
@@ -1,3 +1,3 @@
1
1
  import { FC, SVGProps } from 'react';
2
2
  export declare const TiktokLogo: FC<SVGProps<SVGSVGElement>>;
3
- //# sourceMappingURL=Tiktok.d.ts.map
3
+ //# sourceMappingURL=TiktokLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TiktokLogo.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/TiktokLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAWlD,CAAC"}
@@ -14,4 +14,4 @@ const TiktokLogo = (props) => /* @__PURE__ */ jsx(
14
14
  export {
15
15
  TiktokLogo
16
16
  };
17
- //# sourceMappingURL=Tiktok.mjs.map
17
+ //# sourceMappingURL=TiktokLogo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TiktokLogo.mjs","sources":["../../../src/components/SocialNetworks/TiktokLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const TiktokLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M19.589 6.686a4.793 4.793 0 0 1-3.77-4.245V2h-3.445v13.672a2.896 2.896 0 0 1-5.201 1.743l-.002-.001.002.001a2.895 2.895 0 0 1 3.183-4.51v-3.5a6.329 6.329 0 0 0-5.394 10.692 6.33 6.33 0 0 0 10.857-4.424V8.687a8.182 8.182 0 0 0 4.773 1.526V6.79a4.831 4.831 0 0 1-1.003-.104z\" />\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,aAA0C,CAAC,UACtD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,mRAAmR,CAAA;AAAA,EAAA;AAC7R;"}
@@ -14,4 +14,4 @@ const XLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
14
14
  }
15
15
  );
16
16
  exports.XLogo = XLogo;
17
- //# sourceMappingURL=X.cjs.map
17
+ //# sourceMappingURL=XLogo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XLogo.cjs","sources":["../../../src/components/SocialNetworks/XLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const XLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 300 271\"\n width=\"300\"\n height=\"271\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z\" />\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,QAAqC,CAAC,UACjDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACJ,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,yHAAyH,CAAA;AAAA,EAAA;AACnI;;"}
@@ -1,3 +1,3 @@
1
1
  import { FC, SVGProps } from 'react';
2
2
  export declare const XLogo: FC<SVGProps<SVGSVGElement>>;
3
- //# sourceMappingURL=X.d.ts.map
3
+ //# sourceMappingURL=XLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XLogo.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/XLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAW7C,CAAC"}
@@ -14,4 +14,4 @@ const XLogo = (props) => /* @__PURE__ */ jsx(
14
14
  export {
15
15
  XLogo
16
16
  };
17
- //# sourceMappingURL=X.mjs.map
17
+ //# sourceMappingURL=XLogo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XLogo.mjs","sources":["../../../src/components/SocialNetworks/XLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const XLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 300 271\"\n width=\"300\"\n height=\"271\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z\" />\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,QAAqC,CAAC,UACjD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACJ,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,yHAAyH,CAAA;AAAA,EAAA;AACnI;"}
@@ -14,4 +14,4 @@ const YoutubeLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
14
14
  }
15
15
  );
16
16
  exports.YoutubeLogo = YoutubeLogo;
17
- //# sourceMappingURL=Youtube.cjs.map
17
+ //# sourceMappingURL=YoutubeLogo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"YoutubeLogo.cjs","sources":["../../../src/components/SocialNetworks/YoutubeLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const YoutubeLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 32 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M12.932 20.459v-8.917l7.839 4.459zM30.368 8.735c-0.354-1.301-1.354-2.307-2.625-2.663l-0.027-0.006c-3.193-0.406-6.886-0.638-10.634-0.638-0.381 0-0.761 0.002-1.14 0.007l0.058-0.001c-0.322-0.004-0.701-0.007-1.082-0.007-3.748 0-7.443 0.232-11.070 0.681l0.434-0.044c-1.297 0.363-2.297 1.368-2.644 2.643l-0.006 0.026c-0.4 2.109-0.628 4.536-0.628 7.016 0 0.088 0 0.176 0.001 0.263l-0-0.014c-0 0.074-0.001 0.162-0.001 0.25 0 2.48 0.229 4.906 0.666 7.259l-0.038-0.244c0.354 1.301 1.354 2.307 2.625 2.663l0.027 0.006c3.193 0.406 6.886 0.638 10.634 0.638 0.38 0 0.76-0.002 1.14-0.007l-0.058 0.001c0.322 0.004 0.702 0.007 1.082 0.007 3.749 0 7.443-0.232 11.070-0.681l-0.434 0.044c1.298-0.362 2.298-1.368 2.646-2.643l0.006-0.026c0.399-2.109 0.627-4.536 0.627-7.015 0-0.088-0-0.176-0.001-0.263l0 0.013c0-0.074 0.001-0.162 0.001-0.25 0-2.48-0.229-4.906-0.666-7.259l0.038 0.244z\"></path>\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,cAA2C,CAAC,UACvDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,i2BAAi2B,CAAA;AAAA,EAAA;AAC32B;;"}
@@ -1,3 +1,3 @@
1
1
  import { FC, SVGProps } from 'react';
2
2
  export declare const YoutubeLogo: FC<SVGProps<SVGSVGElement>>;
3
- //# sourceMappingURL=Youtube.d.ts.map
3
+ //# sourceMappingURL=YoutubeLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"YoutubeLogo.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/YoutubeLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAWnD,CAAC"}
@@ -14,4 +14,4 @@ const YoutubeLogo = (props) => /* @__PURE__ */ jsx(
14
14
  export {
15
15
  YoutubeLogo
16
16
  };
17
- //# sourceMappingURL=Youtube.mjs.map
17
+ //# sourceMappingURL=YoutubeLogo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"YoutubeLogo.mjs","sources":["../../../src/components/SocialNetworks/YoutubeLogo.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const YoutubeLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 32 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M12.932 20.459v-8.917l7.839 4.459zM30.368 8.735c-0.354-1.301-1.354-2.307-2.625-2.663l-0.027-0.006c-3.193-0.406-6.886-0.638-10.634-0.638-0.381 0-0.761 0.002-1.14 0.007l0.058-0.001c-0.322-0.004-0.701-0.007-1.082-0.007-3.748 0-7.443 0.232-11.070 0.681l0.434-0.044c-1.297 0.363-2.297 1.368-2.644 2.643l-0.006 0.026c-0.4 2.109-0.628 4.536-0.628 7.016 0 0.088 0 0.176 0.001 0.263l-0-0.014c-0 0.074-0.001 0.162-0.001 0.25 0 2.48 0.229 4.906 0.666 7.259l-0.038-0.244c0.354 1.301 1.354 2.307 2.625 2.663l0.027 0.006c3.193 0.406 6.886 0.638 10.634 0.638 0.38 0 0.76-0.002 1.14-0.007l-0.058 0.001c0.322 0.004 0.702 0.007 1.082 0.007 3.749 0 7.443-0.232 11.070-0.681l-0.434 0.044c1.298-0.362 2.298-1.368 2.646-2.643l0.006-0.026c0.399-2.109 0.627-4.536 0.627-7.015 0-0.088-0-0.176-0.001-0.263l0 0.013c0-0.074 0.001-0.162 0.001-0.25 0-2.48-0.229-4.906-0.666-7.259l0.038 0.244z\"></path>\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,cAA2C,CAAC,UACvD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,i2BAAi2B,CAAA;AAAA,EAAA;AAC32B;"}
@@ -1,41 +1,48 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
- const components_SocialNetworks_Facebook = require("./Facebook.cjs");
5
- const components_SocialNetworks_Instagram = require("./Instagram.cjs");
6
- const components_SocialNetworks_LinkedIn = require("./LinkedIn.cjs");
7
- const components_SocialNetworks_Tiktok = require("./Tiktok.cjs");
8
- const components_SocialNetworks_X = require("./X.cjs");
9
- const components_SocialNetworks_Youtube = require("./Youtube.cjs");
4
+ const ReactExports = require("react");
5
+ const components_SocialNetworks_FacebookLogo = require("./FacebookLogo.cjs");
6
+ const components_SocialNetworks_InstagramLogo = require("./InstagramLogo.cjs");
7
+ const components_SocialNetworks_LinkedInLogo = require("./LinkedInLogo.cjs");
8
+ const components_SocialNetworks_ProductHuntLogo = require("./ProductHuntLogo.cjs");
9
+ const components_SocialNetworks_TiktokLogo = require("./TiktokLogo.cjs");
10
+ const components_SocialNetworks_XLogo = require("./XLogo.cjs");
11
+ const components_SocialNetworks_YoutubeLogo = require("./YoutubeLogo.cjs");
10
12
  const socialNetworks = [
13
+ {
14
+ href: "https://www.producthunt.com/posts/intlayer?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-intlayer",
15
+ component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_ProductHuntLogo.ProductHuntLogo, { className: "max-w-full max-h-full" }),
16
+ label: "Product Hunt"
17
+ },
11
18
  {
12
19
  href: "https://x.com/Intlayer183096",
13
- component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_X.XLogo, { className: "max-w-full max-h-full" }),
20
+ component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_XLogo.XLogo, { className: "max-w-full max-h-full" }),
14
21
  label: "X"
15
22
  },
16
23
  {
17
24
  href: "https://www.youtube.com/@intlayer",
18
- component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_Youtube.YoutubeLogo, { className: "max-w-full max-h-full" }),
25
+ component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_YoutubeLogo.YoutubeLogo, { className: "max-w-full max-h-full" }),
19
26
  label: "YouTube"
20
27
  },
21
28
  {
22
29
  href: "https://www.linkedin.com/company/intlayer",
23
- component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_LinkedIn.LinkedInLogo, { className: "max-w-full max-h-full" }),
30
+ component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_LinkedInLogo.LinkedInLogo, { className: "max-w-full max-h-full" }),
24
31
  label: "LinkedIn"
25
32
  },
26
33
  {
27
34
  href: "https://www.tiktok.com/@intlayer",
28
- component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_Tiktok.TiktokLogo, { className: "max-w-full max-h-full" }),
35
+ component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_TiktokLogo.TiktokLogo, { className: "max-w-full max-h-full" }),
29
36
  label: "TikTok"
30
37
  },
31
38
  {
32
39
  href: "https://www.instagram.com/intlayer_org/",
33
- component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_Instagram.InstagramLogo, { className: "max-w-full max-h-full" }),
40
+ component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_InstagramLogo.InstagramLogo, { className: "max-w-full max-h-full" }),
34
41
  label: "Instagram"
35
42
  },
36
43
  {
37
44
  href: "https://www.facebook.com/intlayer",
38
- component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_Facebook.FacebookLogo, { className: "max-w-full max-h-full" }),
45
+ component: /* @__PURE__ */ jsxRuntime.jsx(components_SocialNetworks_FacebookLogo.FacebookLogo, { className: "max-w-full max-h-full" }),
39
46
  label: "Facebook"
40
47
  }
41
48
  ];
@@ -59,7 +66,14 @@ const SocialNetworks = ({
59
66
  renderItem,
60
67
  ...iconProps
61
68
  }) => socialNetworks.map(
62
- renderItem ?? ((props) => /* @__PURE__ */ jsxRuntime.jsx(DefaultRenderItem, { ...props, ...iconProps }))
69
+ renderItem ?? ((props) => /* @__PURE__ */ ReactExports.createElement(DefaultRenderItem, { ...props, ...iconProps, key: props.label }))
63
70
  );
71
+ exports.FacebookLogo = components_SocialNetworks_FacebookLogo.FacebookLogo;
72
+ exports.InstagramLogo = components_SocialNetworks_InstagramLogo.InstagramLogo;
73
+ exports.LinkedInLogo = components_SocialNetworks_LinkedInLogo.LinkedInLogo;
74
+ exports.ProductHuntLogo = components_SocialNetworks_ProductHuntLogo.ProductHuntLogo;
75
+ exports.TiktokLogo = components_SocialNetworks_TiktokLogo.TiktokLogo;
76
+ exports.XLogo = components_SocialNetworks_XLogo.XLogo;
77
+ exports.YoutubeLogo = components_SocialNetworks_YoutubeLogo.YoutubeLogo;
64
78
  exports.SocialNetworks = SocialNetworks;
65
79
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":["import { AnchorHTMLAttributes, DetailedHTMLProps, FC, ReactNode } from 'react';\nimport { FacebookLogo } from './Facebook';\nimport { InstagramLogo } from './Instagram';\nimport { LinkedInLogo } from './LinkedIn';\nimport { TiktokLogo } from './Tiktok';\nimport { XLogo } from './X';\nimport { YoutubeLogo } from './Youtube';\n\nconst socialNetworks = [\n {\n href: 'https://x.com/Intlayer183096',\n component: <XLogo className=\"max-w-full max-h-full\" />,\n label: 'X',\n },\n {\n href: 'https://www.youtube.com/@intlayer',\n component: <YoutubeLogo className=\"max-w-full max-h-full\" />,\n label: 'YouTube',\n },\n {\n href: 'https://www.linkedin.com/company/intlayer',\n component: <LinkedInLogo className=\"max-w-full max-h-full\" />,\n label: 'LinkedIn',\n },\n {\n href: 'https://www.tiktok.com/@intlayer',\n component: <TiktokLogo className=\"max-w-full max-h-full\" />,\n label: 'TikTok',\n },\n {\n href: 'https://www.instagram.com/intlayer_org/',\n component: <InstagramLogo className=\"max-w-full max-h-full\" />,\n label: 'Instagram',\n },\n {\n href: 'https://www.facebook.com/intlayer',\n component: <FacebookLogo className=\"max-w-full max-h-full\" />,\n label: 'Facebook',\n },\n];\n\ntype SocialNetworksProps = {\n renderItem?: (item: (typeof socialNetworks)[number]) => ReactNode;\n} & DetailedHTMLProps<\n AnchorHTMLAttributes<HTMLAnchorElement>,\n HTMLAnchorElement\n>;\n\ntype DefaultRenderItemProps = DetailedHTMLProps<\n AnchorHTMLAttributes<HTMLAnchorElement>,\n HTMLAnchorElement\n> & {\n component: ReactNode;\n label: string;\n};\n\nconst DefaultRenderItem: FC<DefaultRenderItemProps> = ({\n href,\n component,\n label,\n ...iconProps\n}) => (\n <a\n key={href}\n href={href}\n aria-label={label}\n className=\"max-w-4 max-h-4\"\n {...iconProps}\n >\n {component}\n </a>\n);\n\nexport const SocialNetworks = ({\n renderItem,\n ...iconProps\n}: SocialNetworksProps) =>\n socialNetworks.map(\n renderItem ?? ((props) => <DefaultRenderItem {...props} {...iconProps} />)\n );\n"],"names":["jsx","XLogo","YoutubeLogo","LinkedInLogo","TiktokLogo","InstagramLogo","FacebookLogo"],"mappings":";;;;;;;;;AAQA,MAAM,iBAAiB;AAAA,EACrB;AAAA,IACE,MAAM;AAAA,IACN,WAAWA,2BAAAA,IAACC,4BAAAA,OAAM,EAAA,WAAU,wBAAwB,CAAA;AAAA,IACpD,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWD,2BAAAA,IAACE,kCAAAA,aAAY,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC1D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWF,2BAAAA,IAACG,mCAAAA,cAAa,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC3D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWH,2BAAAA,IAACI,iCAAAA,YAAW,EAAA,WAAU,wBAAwB,CAAA;AAAA,IACzD,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWJ,2BAAAA,IAACK,oCAAAA,eAAc,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC5D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWL,2BAAAA,IAACM,mCAAAA,cAAa,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC3D,OAAO;AAAA,EAAA;AAEX;AAiBA,MAAM,oBAAgD,CAAC;AAAA,EACrD;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,MACEN,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IAEC;AAAA,IACA,cAAY;AAAA,IACZ,WAAU;AAAA,IACT,GAAG;AAAA,IAEH,UAAA;AAAA,EAAA;AAAA,EANI;AAOP;AAGK,MAAM,iBAAiB,CAAC;AAAA,EAC7B;AAAA,EACA,GAAG;AACL,MACE,eAAe;AAAA,EACb,eAAe,CAAC,UAAUA,+BAAC,qBAAmB,GAAG,OAAQ,GAAG,WAAW;AACzE;;"}
1
+ {"version":3,"file":"index.cjs","sources":["../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":["import { AnchorHTMLAttributes, DetailedHTMLProps, FC, ReactNode } from 'react';\nimport { FacebookLogo } from './FacebookLogo';\nimport { InstagramLogo } from './InstagramLogo';\nimport { LinkedInLogo } from './LinkedInLogo';\nimport { ProductHuntLogo } from './ProductHuntLogo';\nimport { TiktokLogo } from './TiktokLogo';\nimport { XLogo } from './XLogo';\nimport { YoutubeLogo } from './YoutubeLogo';\n\nconst socialNetworks = [\n {\n href: 'https://www.producthunt.com/posts/intlayer?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-intlayer',\n component: <ProductHuntLogo className=\"max-w-full max-h-full\" />,\n label: 'Product Hunt',\n },\n {\n href: 'https://x.com/Intlayer183096',\n component: <XLogo className=\"max-w-full max-h-full\" />,\n label: 'X',\n },\n {\n href: 'https://www.youtube.com/@intlayer',\n component: <YoutubeLogo className=\"max-w-full max-h-full\" />,\n label: 'YouTube',\n },\n {\n href: 'https://www.linkedin.com/company/intlayer',\n component: <LinkedInLogo className=\"max-w-full max-h-full\" />,\n label: 'LinkedIn',\n },\n {\n href: 'https://www.tiktok.com/@intlayer',\n component: <TiktokLogo className=\"max-w-full max-h-full\" />,\n label: 'TikTok',\n },\n {\n href: 'https://www.instagram.com/intlayer_org/',\n component: <InstagramLogo className=\"max-w-full max-h-full\" />,\n label: 'Instagram',\n },\n {\n href: 'https://www.facebook.com/intlayer',\n component: <FacebookLogo className=\"max-w-full max-h-full\" />,\n label: 'Facebook',\n },\n];\n\ntype SocialNetworksProps = {\n renderItem?: (item: (typeof socialNetworks)[number]) => ReactNode;\n} & DetailedHTMLProps<\n AnchorHTMLAttributes<HTMLAnchorElement>,\n HTMLAnchorElement\n>;\n\ntype DefaultRenderItemProps = DetailedHTMLProps<\n AnchorHTMLAttributes<HTMLAnchorElement>,\n HTMLAnchorElement\n> & {\n component: ReactNode;\n label: string;\n};\n\nconst DefaultRenderItem: FC<DefaultRenderItemProps> = ({\n href,\n component,\n label,\n ...iconProps\n}) => (\n <a\n key={href}\n href={href}\n aria-label={label}\n className=\"max-w-4 max-h-4\"\n {...iconProps}\n >\n {component}\n </a>\n);\n\nexport const SocialNetworks = ({\n renderItem,\n ...iconProps\n}: SocialNetworksProps) =>\n socialNetworks.map(\n renderItem ??\n ((props) => (\n <DefaultRenderItem {...props} {...iconProps} key={props.label} />\n ))\n );\n\nexport * from './FacebookLogo';\nexport * from './InstagramLogo';\nexport * from './LinkedInLogo';\nexport * from './ProductHuntLogo';\nexport * from './TiktokLogo';\nexport * from './XLogo';\nexport * from './YoutubeLogo';\n"],"names":["jsx","ProductHuntLogo","XLogo","YoutubeLogo","LinkedInLogo","TiktokLogo","InstagramLogo","FacebookLogo","createElement"],"mappings":";;;;;;;;;;;AASA,MAAM,iBAAiB;AAAA,EACrB;AAAA,IACE,MAAM;AAAA,IACN,WAAWA,2BAAAA,IAACC,0CAAAA,iBAAgB,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC9D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWD,2BAAAA,IAACE,gCAAAA,OAAM,EAAA,WAAU,wBAAwB,CAAA;AAAA,IACpD,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWF,2BAAAA,IAACG,sCAAAA,aAAY,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC1D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWH,2BAAAA,IAACI,uCAAAA,cAAa,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC3D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWJ,2BAAAA,IAACK,qCAAAA,YAAW,EAAA,WAAU,wBAAwB,CAAA;AAAA,IACzD,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWL,2BAAAA,IAACM,wCAAAA,eAAc,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC5D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAWN,2BAAAA,IAACO,uCAAAA,cAAa,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC3D,OAAO;AAAA,EAAA;AAEX;AAiBA,MAAM,oBAAgD,CAAC;AAAA,EACrD;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,MACEP,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IAEC;AAAA,IACA,cAAY;AAAA,IACZ,WAAU;AAAA,IACT,GAAG;AAAA,IAEH,UAAA;AAAA,EAAA;AAAA,EANI;AAOP;AAGK,MAAM,iBAAiB,CAAC;AAAA,EAC7B;AAAA,EACA,GAAG;AACL,MACE,eAAe;AAAA,EACb,eACG,CAAC,UACCQ,6BAAA,cAAA,mBAAA,EAAmB,GAAG,OAAQ,GAAG,WAAW,KAAK,MAAM,MAAO,CAAA;AAErE;;;;;;;;;"}
@@ -8,5 +8,11 @@ type SocialNetworksProps = {
8
8
  renderItem?: (item: (typeof socialNetworks)[number]) => ReactNode;
9
9
  } & DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
10
10
  export declare const SocialNetworks: ({ renderItem, ...iconProps }: SocialNetworksProps) => (string | number | bigint | boolean | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | import('react').ReactPortal | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | null | undefined)[];
11
- export {};
11
+ export * from './FacebookLogo';
12
+ export * from './InstagramLogo';
13
+ export * from './LinkedInLogo';
14
+ export * from './ProductHuntLogo';
15
+ export * from './TiktokLogo';
16
+ export * from './XLogo';
17
+ export * from './YoutubeLogo';
12
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAM,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ/E,QAAA,MAAM,cAAc;;;;GA+BnB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,KAAK,SAAS,CAAC;CACnE,GAAG,iBAAiB,CACnB,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,iBAAiB,CAClB,CAAC;AA2BF,eAAO,MAAM,cAAc,GAAI,8BAG5B,mBAAmB,iaAGnB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAM,SAAS,EAAE,MAAM,OAAO,CAAC;AAS/E,QAAA,MAAM,cAAc;;;;GAoCnB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,KAAK,SAAS,CAAC;CACnE,GAAG,iBAAiB,CACnB,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,iBAAiB,CAClB,CAAC;AA2BF,eAAO,MAAM,cAAc,GAAI,8BAG5B,mBAAmB,iaAMnB,CAAC;AAEJ,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC"}
@@ -1,11 +1,18 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { FacebookLogo } from "./Facebook.mjs";
3
- import { InstagramLogo } from "./Instagram.mjs";
4
- import { LinkedInLogo } from "./LinkedIn.mjs";
5
- import { TiktokLogo } from "./Tiktok.mjs";
6
- import { XLogo } from "./X.mjs";
7
- import { YoutubeLogo } from "./Youtube.mjs";
2
+ import { createElement } from "react";
3
+ import { FacebookLogo } from "./FacebookLogo.mjs";
4
+ import { InstagramLogo } from "./InstagramLogo.mjs";
5
+ import { LinkedInLogo } from "./LinkedInLogo.mjs";
6
+ import { ProductHuntLogo } from "./ProductHuntLogo.mjs";
7
+ import { TiktokLogo } from "./TiktokLogo.mjs";
8
+ import { XLogo } from "./XLogo.mjs";
9
+ import { YoutubeLogo } from "./YoutubeLogo.mjs";
8
10
  const socialNetworks = [
11
+ {
12
+ href: "https://www.producthunt.com/posts/intlayer?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-intlayer",
13
+ component: /* @__PURE__ */ jsx(ProductHuntLogo, { className: "max-w-full max-h-full" }),
14
+ label: "Product Hunt"
15
+ },
9
16
  {
10
17
  href: "https://x.com/Intlayer183096",
11
18
  component: /* @__PURE__ */ jsx(XLogo, { className: "max-w-full max-h-full" }),
@@ -57,9 +64,16 @@ const SocialNetworks = ({
57
64
  renderItem,
58
65
  ...iconProps
59
66
  }) => socialNetworks.map(
60
- renderItem ?? ((props) => /* @__PURE__ */ jsx(DefaultRenderItem, { ...props, ...iconProps }))
67
+ renderItem ?? ((props) => /* @__PURE__ */ createElement(DefaultRenderItem, { ...props, ...iconProps, key: props.label }))
61
68
  );
62
69
  export {
63
- SocialNetworks
70
+ FacebookLogo,
71
+ InstagramLogo,
72
+ LinkedInLogo,
73
+ ProductHuntLogo,
74
+ SocialNetworks,
75
+ TiktokLogo,
76
+ XLogo,
77
+ YoutubeLogo
64
78
  };
65
79
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":["import { AnchorHTMLAttributes, DetailedHTMLProps, FC, ReactNode } from 'react';\nimport { FacebookLogo } from './Facebook';\nimport { InstagramLogo } from './Instagram';\nimport { LinkedInLogo } from './LinkedIn';\nimport { TiktokLogo } from './Tiktok';\nimport { XLogo } from './X';\nimport { YoutubeLogo } from './Youtube';\n\nconst socialNetworks = [\n {\n href: 'https://x.com/Intlayer183096',\n component: <XLogo className=\"max-w-full max-h-full\" />,\n label: 'X',\n },\n {\n href: 'https://www.youtube.com/@intlayer',\n component: <YoutubeLogo className=\"max-w-full max-h-full\" />,\n label: 'YouTube',\n },\n {\n href: 'https://www.linkedin.com/company/intlayer',\n component: <LinkedInLogo className=\"max-w-full max-h-full\" />,\n label: 'LinkedIn',\n },\n {\n href: 'https://www.tiktok.com/@intlayer',\n component: <TiktokLogo className=\"max-w-full max-h-full\" />,\n label: 'TikTok',\n },\n {\n href: 'https://www.instagram.com/intlayer_org/',\n component: <InstagramLogo className=\"max-w-full max-h-full\" />,\n label: 'Instagram',\n },\n {\n href: 'https://www.facebook.com/intlayer',\n component: <FacebookLogo className=\"max-w-full max-h-full\" />,\n label: 'Facebook',\n },\n];\n\ntype SocialNetworksProps = {\n renderItem?: (item: (typeof socialNetworks)[number]) => ReactNode;\n} & DetailedHTMLProps<\n AnchorHTMLAttributes<HTMLAnchorElement>,\n HTMLAnchorElement\n>;\n\ntype DefaultRenderItemProps = DetailedHTMLProps<\n AnchorHTMLAttributes<HTMLAnchorElement>,\n HTMLAnchorElement\n> & {\n component: ReactNode;\n label: string;\n};\n\nconst DefaultRenderItem: FC<DefaultRenderItemProps> = ({\n href,\n component,\n label,\n ...iconProps\n}) => (\n <a\n key={href}\n href={href}\n aria-label={label}\n className=\"max-w-4 max-h-4\"\n {...iconProps}\n >\n {component}\n </a>\n);\n\nexport const SocialNetworks = ({\n renderItem,\n ...iconProps\n}: SocialNetworksProps) =>\n socialNetworks.map(\n renderItem ?? ((props) => <DefaultRenderItem {...props} {...iconProps} />)\n );\n"],"names":[],"mappings":";;;;;;;AAQA,MAAM,iBAAiB;AAAA,EACrB;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,OAAM,EAAA,WAAU,wBAAwB,CAAA;AAAA,IACpD,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,aAAY,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC1D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,cAAa,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC3D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,YAAW,EAAA,WAAU,wBAAwB,CAAA;AAAA,IACzD,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,eAAc,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC5D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,cAAa,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC3D,OAAO;AAAA,EAAA;AAEX;AAiBA,MAAM,oBAAgD,CAAC;AAAA,EACrD;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,MACE;AAAA,EAAC;AAAA,EAAA;AAAA,IAEC;AAAA,IACA,cAAY;AAAA,IACZ,WAAU;AAAA,IACT,GAAG;AAAA,IAEH,UAAA;AAAA,EAAA;AAAA,EANI;AAOP;AAGK,MAAM,iBAAiB,CAAC;AAAA,EAC7B;AAAA,EACA,GAAG;AACL,MACE,eAAe;AAAA,EACb,eAAe,CAAC,UAAU,oBAAC,qBAAmB,GAAG,OAAQ,GAAG,WAAW;AACzE;"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":["import { AnchorHTMLAttributes, DetailedHTMLProps, FC, ReactNode } from 'react';\nimport { FacebookLogo } from './FacebookLogo';\nimport { InstagramLogo } from './InstagramLogo';\nimport { LinkedInLogo } from './LinkedInLogo';\nimport { ProductHuntLogo } from './ProductHuntLogo';\nimport { TiktokLogo } from './TiktokLogo';\nimport { XLogo } from './XLogo';\nimport { YoutubeLogo } from './YoutubeLogo';\n\nconst socialNetworks = [\n {\n href: 'https://www.producthunt.com/posts/intlayer?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-intlayer',\n component: <ProductHuntLogo className=\"max-w-full max-h-full\" />,\n label: 'Product Hunt',\n },\n {\n href: 'https://x.com/Intlayer183096',\n component: <XLogo className=\"max-w-full max-h-full\" />,\n label: 'X',\n },\n {\n href: 'https://www.youtube.com/@intlayer',\n component: <YoutubeLogo className=\"max-w-full max-h-full\" />,\n label: 'YouTube',\n },\n {\n href: 'https://www.linkedin.com/company/intlayer',\n component: <LinkedInLogo className=\"max-w-full max-h-full\" />,\n label: 'LinkedIn',\n },\n {\n href: 'https://www.tiktok.com/@intlayer',\n component: <TiktokLogo className=\"max-w-full max-h-full\" />,\n label: 'TikTok',\n },\n {\n href: 'https://www.instagram.com/intlayer_org/',\n component: <InstagramLogo className=\"max-w-full max-h-full\" />,\n label: 'Instagram',\n },\n {\n href: 'https://www.facebook.com/intlayer',\n component: <FacebookLogo className=\"max-w-full max-h-full\" />,\n label: 'Facebook',\n },\n];\n\ntype SocialNetworksProps = {\n renderItem?: (item: (typeof socialNetworks)[number]) => ReactNode;\n} & DetailedHTMLProps<\n AnchorHTMLAttributes<HTMLAnchorElement>,\n HTMLAnchorElement\n>;\n\ntype DefaultRenderItemProps = DetailedHTMLProps<\n AnchorHTMLAttributes<HTMLAnchorElement>,\n HTMLAnchorElement\n> & {\n component: ReactNode;\n label: string;\n};\n\nconst DefaultRenderItem: FC<DefaultRenderItemProps> = ({\n href,\n component,\n label,\n ...iconProps\n}) => (\n <a\n key={href}\n href={href}\n aria-label={label}\n className=\"max-w-4 max-h-4\"\n {...iconProps}\n >\n {component}\n </a>\n);\n\nexport const SocialNetworks = ({\n renderItem,\n ...iconProps\n}: SocialNetworksProps) =>\n socialNetworks.map(\n renderItem ??\n ((props) => (\n <DefaultRenderItem {...props} {...iconProps} key={props.label} />\n ))\n );\n\nexport * from './FacebookLogo';\nexport * from './InstagramLogo';\nexport * from './LinkedInLogo';\nexport * from './ProductHuntLogo';\nexport * from './TiktokLogo';\nexport * from './XLogo';\nexport * from './YoutubeLogo';\n"],"names":[],"mappings":";;;;;;;;;AASA,MAAM,iBAAiB;AAAA,EACrB;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,iBAAgB,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC9D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,OAAM,EAAA,WAAU,wBAAwB,CAAA;AAAA,IACpD,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,aAAY,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC1D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,cAAa,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC3D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,YAAW,EAAA,WAAU,wBAAwB,CAAA;AAAA,IACzD,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,eAAc,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC5D,OAAO;AAAA,EACT;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,WAAW,oBAAC,cAAa,EAAA,WAAU,wBAAwB,CAAA;AAAA,IAC3D,OAAO;AAAA,EAAA;AAEX;AAiBA,MAAM,oBAAgD,CAAC;AAAA,EACrD;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,MACE;AAAA,EAAC;AAAA,EAAA;AAAA,IAEC;AAAA,IACA,cAAY;AAAA,IACZ,WAAU;AAAA,IACT,GAAG;AAAA,IAEH,UAAA;AAAA,EAAA;AAAA,EANI;AAOP;AAGK,MAAM,iBAAiB,CAAC;AAAA,EAC7B;AAAA,EACA,GAAG;AACL,MACE,eAAe;AAAA,EACb,eACG,CAAC,UACC,8BAAA,mBAAA,EAAmB,GAAG,OAAQ,GAAG,WAAW,KAAK,MAAM,MAAO,CAAA;AAErE;"}
@@ -86,6 +86,13 @@ const components_Toaster_Toast = require("./Toaster/Toast.cjs");
86
86
  const components_Toaster_useToast = require("./Toaster/useToast.cjs");
87
87
  const components_Toaster_Toaster = require("./Toaster/Toaster.cjs");
88
88
  const components_WithResizer_index = require("./WithResizer/index.cjs");
89
+ const components_SocialNetworks_FacebookLogo = require("./SocialNetworks/FacebookLogo.cjs");
90
+ const components_SocialNetworks_InstagramLogo = require("./SocialNetworks/InstagramLogo.cjs");
91
+ const components_SocialNetworks_LinkedInLogo = require("./SocialNetworks/LinkedInLogo.cjs");
92
+ const components_SocialNetworks_ProductHuntLogo = require("./SocialNetworks/ProductHuntLogo.cjs");
93
+ const components_SocialNetworks_TiktokLogo = require("./SocialNetworks/TiktokLogo.cjs");
94
+ const components_SocialNetworks_XLogo = require("./SocialNetworks/XLogo.cjs");
95
+ const components_SocialNetworks_YoutubeLogo = require("./SocialNetworks/YoutubeLogo.cjs");
89
96
  exports.Accordion = components_Accordion_Accordion.Accordion;
90
97
  exports.ExternalsLoginButtons = components_Auth_ExternalsLoginButtons_ExternalsLoginButtons.ExternalsLoginButtons;
91
98
  exports.GitHubLoginButton = components_Auth_ExternalsLoginButtons_ExternalsLoginButtons.GitHubLoginButton;
@@ -198,4 +205,11 @@ exports.toast = components_Toaster_useToast.toast;
198
205
  exports.useToast = components_Toaster_useToast.useToast;
199
206
  exports.Toaster = components_Toaster_Toaster.Toaster;
200
207
  exports.WithResizer = components_WithResizer_index.WithResizer;
208
+ exports.FacebookLogo = components_SocialNetworks_FacebookLogo.FacebookLogo;
209
+ exports.InstagramLogo = components_SocialNetworks_InstagramLogo.InstagramLogo;
210
+ exports.LinkedInLogo = components_SocialNetworks_LinkedInLogo.LinkedInLogo;
211
+ exports.ProductHuntLogo = components_SocialNetworks_ProductHuntLogo.ProductHuntLogo;
212
+ exports.TiktokLogo = components_SocialNetworks_TiktokLogo.TiktokLogo;
213
+ exports.XLogo = components_SocialNetworks_XLogo.XLogo;
214
+ exports.YoutubeLogo = components_SocialNetworks_YoutubeLogo.YoutubeLogo;
201
215
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -84,6 +84,13 @@ import { Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastT
84
84
  import { reducer, toast, useToast } from "./Toaster/useToast.mjs";
85
85
  import { Toaster } from "./Toaster/Toaster.mjs";
86
86
  import { WithResizer } from "./WithResizer/index.mjs";
87
+ import { FacebookLogo } from "./SocialNetworks/FacebookLogo.mjs";
88
+ import { InstagramLogo } from "./SocialNetworks/InstagramLogo.mjs";
89
+ import { LinkedInLogo } from "./SocialNetworks/LinkedInLogo.mjs";
90
+ import { ProductHuntLogo } from "./SocialNetworks/ProductHuntLogo.mjs";
91
+ import { TiktokLogo } from "./SocialNetworks/TiktokLogo.mjs";
92
+ import { XLogo } from "./SocialNetworks/XLogo.mjs";
93
+ import { YoutubeLogo } from "./SocialNetworks/YoutubeLogo.mjs";
87
94
  export {
88
95
  Accordion,
89
96
  AuthModal,
@@ -114,6 +121,7 @@ export {
114
121
  EditableFieldInput,
115
122
  EditableFieldTextArea,
116
123
  ExternalsLoginButtons,
124
+ FacebookLogo,
117
125
  FileList,
118
126
  Flag,
119
127
  Footer,
@@ -131,9 +139,11 @@ export {
131
139
  InformationTag,
132
140
  Input,
133
141
  InputPassword,
142
+ InstagramLogo,
134
143
  KeyboardScreenAdapter,
135
144
  Label,
136
145
  Link,
146
+ LinkedInLogo,
137
147
  Loader,
138
148
  LocaleSwitcher,
139
149
  LocaleSwitcherContent,
@@ -149,6 +159,7 @@ export {
149
159
  Navbar,
150
160
  Popover,
151
161
  PressableSpan,
162
+ ProductHuntLogo,
152
163
  ProfileDropDown,
153
164
  ResetPasswordForm,
154
165
  RightDrawer,
@@ -164,6 +175,7 @@ export {
164
175
  TabSelector,
165
176
  Tag,
166
177
  TextArea,
178
+ TiktokLogo,
167
179
  Toast,
168
180
  ToastAction,
169
181
  ToastClose,
@@ -176,6 +188,8 @@ export {
176
188
  VersionSwitcher,
177
189
  VersionSwitcherProvider,
178
190
  WithResizer,
191
+ XLogo,
192
+ YoutubeLogo,
179
193
  badgeVariants,
180
194
  checkIsExternalLink,
181
195
  checkboxVariants,
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "5.4.1",
3
+ "version": "5.4.2",
4
4
  "private": false,
5
5
  "description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
6
6
  "keywords": [
@@ -78,12 +78,12 @@
78
78
  "tailwind-merge": "^3.0.2",
79
79
  "zod": "^3.24.2",
80
80
  "zustand": "^4.5.6",
81
- "@intlayer/api": "5.4.1",
82
- "@intlayer/config": "5.4.1",
83
- "@intlayer/core": "5.4.1",
84
- "@intlayer/dictionaries-entry": "5.4.1",
85
- "react-intlayer": "5.4.1",
86
- "@intlayer/editor-react": "5.4.1"
81
+ "@intlayer/core": "5.4.2",
82
+ "@intlayer/api": "5.4.2",
83
+ "@intlayer/config": "5.4.2",
84
+ "react-intlayer": "5.4.2",
85
+ "@intlayer/editor-react": "5.4.2",
86
+ "@intlayer/dictionaries-entry": "5.4.2"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@chromatic-com/storybook": "^3.2.6",
@@ -120,7 +120,7 @@
120
120
  "vite": "^6.3.1",
121
121
  "vite-plugin-dts": "^4.5.3",
122
122
  "vitest": "^3.0.9",
123
- "@intlayer/backend": "5.4.1",
123
+ "@intlayer/backend": "5.4.2",
124
124
  "@utils/eslint-config": "1.0.4",
125
125
  "@utils/ts-config": "1.0.4",
126
126
  "@utils/tsup-config": "1.0.4",
@@ -135,13 +135,13 @@
135
135
  "react-dom": ">=16.0.0",
136
136
  "tailwind-merge": "^3.0.2",
137
137
  "zustand": "^4.5.6",
138
- "@intlayer/dictionaries-entry": "5.4.1",
139
- "@intlayer/config": "5.4.1",
140
- "@intlayer/editor-react": "5.4.1",
141
- "@intlayer/api": "5.4.1",
142
- "react-intlayer": "5.4.1",
143
- "@intlayer/core": "5.4.1",
144
- "intlayer": "5.4.1"
138
+ "@intlayer/core": "5.4.2",
139
+ "@intlayer/dictionaries-entry": "5.4.2",
140
+ "@intlayer/config": "5.4.2",
141
+ "@intlayer/editor-react": "5.4.2",
142
+ "intlayer": "5.4.2",
143
+ "@intlayer/api": "5.4.2",
144
+ "react-intlayer": "5.4.2"
145
145
  },
146
146
  "scripts": {
147
147
  "build": "pnpm build:package && pnpm build:css",
@@ -1 +0,0 @@
1
- {"version":3,"file":"Facebook.cjs","sources":["../../../src/components/SocialNetworks/Facebook.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const FacebookLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 50 50\"\n width=\"50px\"\n height=\"50px\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z\" />\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,eAA4C,CAAC,UACxDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACJ,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,8SAA8S,CAAA;AAAA,EAAA;AACxT;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Facebook.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/Facebook.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAWpD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Facebook.mjs","sources":["../../../src/components/SocialNetworks/Facebook.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const FacebookLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 50 50\"\n width=\"50px\"\n height=\"50px\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z\" />\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,eAA4C,CAAC,UACxD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACJ,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,8SAA8S,CAAA;AAAA,EAAA;AACxT;"}
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const jsxRuntime = require("react/jsx-runtime");
4
- const InstagramLogo = (props) => /* @__PURE__ */ jsxRuntime.jsx(
5
- "svg",
6
- {
7
- width: "800px",
8
- height: "800px",
9
- viewBox: "0 0 20 20",
10
- xmlns: "http://www.w3.org/2000/svg",
11
- ...props,
12
- children: /* @__PURE__ */ jsxRuntime.jsx("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", children: /* @__PURE__ */ jsxRuntime.jsx("g", { transform: "translate(-340.000000, -7439.000000)", fill: "currentColor", children: /* @__PURE__ */ jsxRuntime.jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M289.869652,7279.12273 C288.241769,7279.19618 286.830805,7279.5942 285.691486,7280.72871 C284.548187,7281.86918 284.155147,7283.28558 284.081514,7284.89653 C284.035742,7285.90201 283.768077,7293.49818 284.544207,7295.49028 C285.067597,7296.83422 286.098457,7297.86749 287.454694,7298.39256 C288.087538,7298.63872 288.809936,7298.80547 289.869652,7298.85411 C298.730467,7299.25511 302.015089,7299.03674 303.400182,7295.49028 C303.645956,7294.859 303.815113,7294.1374 303.86188,7293.08031 C304.26686,7284.19677 303.796207,7282.27117 302.251908,7280.72871 C301.027016,7279.50685 299.5862,7278.67508 289.869652,7279.12273 M289.951245,7297.06748 C288.981083,7297.0238 288.454707,7296.86201 288.103459,7296.72603 C287.219865,7296.3826 286.556174,7295.72155 286.214876,7294.84312 C285.623823,7293.32944 285.819846,7286.14023 285.872583,7284.97693 C285.924325,7283.83745 286.155174,7282.79624 286.959165,7281.99226 C287.954203,7280.99968 289.239792,7280.51332 297.993144,7280.90837 C299.135448,7280.95998 300.179243,7281.19026 300.985224,7281.99226 C301.980262,7282.98483 302.473801,7284.28014 302.071806,7292.99991 C302.028024,7293.96767 301.865833,7294.49274 301.729513,7294.84312 C300.829003,7297.15085 298.757333,7297.47145 289.951245,7297.06748 M298.089663,7283.68956 C298.089663,7284.34665 298.623998,7284.88065 299.283709,7284.88065 C299.943419,7284.88065 300.47875,7284.34665 300.47875,7283.68956 C300.47875,7283.03248 299.943419,7282.49847 299.283709,7282.49847 C298.623998,7282.49847 298.089663,7283.03248 298.089663,7283.68956 M288.862673,7288.98792 C288.862673,7291.80286 291.150266,7294.08479 293.972194,7294.08479 C296.794123,7294.08479 299.081716,7291.80286 299.081716,7288.98792 C299.081716,7286.17298 296.794123,7283.89205 293.972194,7283.89205 C291.150266,7283.89205 288.862673,7286.17298 288.862673,7288.98792 M290.655732,7288.98792 C290.655732,7287.16159 292.140329,7285.67967 293.972194,7285.67967 C295.80406,7285.67967 297.288657,7287.16159 297.288657,7288.98792 C297.288657,7290.81525 295.80406,7292.29716 293.972194,7292.29716 C292.140329,7292.29716 290.655732,7290.81525 290.655732,7288.98792" }) }) }) })
13
- }
14
- );
15
- exports.InstagramLogo = InstagramLogo;
16
- //# sourceMappingURL=Instagram.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Instagram.cjs","sources":["../../../src/components/SocialNetworks/Instagram.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const InstagramLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g transform=\"translate(-340.000000, -7439.000000)\" fill=\"currentColor\">\n <g transform=\"translate(56.000000, 160.000000)\">\n <path d=\"M289.869652,7279.12273 C288.241769,7279.19618 286.830805,7279.5942 285.691486,7280.72871 C284.548187,7281.86918 284.155147,7283.28558 284.081514,7284.89653 C284.035742,7285.90201 283.768077,7293.49818 284.544207,7295.49028 C285.067597,7296.83422 286.098457,7297.86749 287.454694,7298.39256 C288.087538,7298.63872 288.809936,7298.80547 289.869652,7298.85411 C298.730467,7299.25511 302.015089,7299.03674 303.400182,7295.49028 C303.645956,7294.859 303.815113,7294.1374 303.86188,7293.08031 C304.26686,7284.19677 303.796207,7282.27117 302.251908,7280.72871 C301.027016,7279.50685 299.5862,7278.67508 289.869652,7279.12273 M289.951245,7297.06748 C288.981083,7297.0238 288.454707,7296.86201 288.103459,7296.72603 C287.219865,7296.3826 286.556174,7295.72155 286.214876,7294.84312 C285.623823,7293.32944 285.819846,7286.14023 285.872583,7284.97693 C285.924325,7283.83745 286.155174,7282.79624 286.959165,7281.99226 C287.954203,7280.99968 289.239792,7280.51332 297.993144,7280.90837 C299.135448,7280.95998 300.179243,7281.19026 300.985224,7281.99226 C301.980262,7282.98483 302.473801,7284.28014 302.071806,7292.99991 C302.028024,7293.96767 301.865833,7294.49274 301.729513,7294.84312 C300.829003,7297.15085 298.757333,7297.47145 289.951245,7297.06748 M298.089663,7283.68956 C298.089663,7284.34665 298.623998,7284.88065 299.283709,7284.88065 C299.943419,7284.88065 300.47875,7284.34665 300.47875,7283.68956 C300.47875,7283.03248 299.943419,7282.49847 299.283709,7282.49847 C298.623998,7282.49847 298.089663,7283.03248 298.089663,7283.68956 M288.862673,7288.98792 C288.862673,7291.80286 291.150266,7294.08479 293.972194,7294.08479 C296.794123,7294.08479 299.081716,7291.80286 299.081716,7288.98792 C299.081716,7286.17298 296.794123,7283.89205 293.972194,7283.89205 C291.150266,7283.89205 288.862673,7286.17298 288.862673,7288.98792 M290.655732,7288.98792 C290.655732,7287.16159 292.140329,7285.67967 293.972194,7285.67967 C295.80406,7285.67967 297.288657,7287.16159 297.288657,7288.98792 C297.288657,7290.81525 295.80406,7292.29716 293.972194,7292.29716 C292.140329,7292.29716 290.655732,7290.81525 290.655732,7288.98792\"></path>\n </g>\n </g>\n </g>\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,gBAA6C,CAAC,UACzDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAAA,2BAAA,IAAC,KAAE,EAAA,QAAO,QAAO,gBAAa,KAAI,MAAK,QAAO,aAAU,WACtD,UAAAA,2BAAA,IAAC,KAAE,EAAA,WAAU,wCAAuC,MAAK,gBACvD,UAACA,2BAAA,IAAA,KAAA,EAAE,WAAU,oCACX,UAACA,2BAAA,IAAA,QAAA,EAAK,GAAE,gkEAAA,CAAgkE,EAC1kE,CAAA,EAAA,CACF,EACF,CAAA;AAAA,EAAA;AACF;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Instagram.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/Instagram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAgBrD,CAAC"}
@@ -1,16 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- const InstagramLogo = (props) => /* @__PURE__ */ jsx(
3
- "svg",
4
- {
5
- width: "800px",
6
- height: "800px",
7
- viewBox: "0 0 20 20",
8
- xmlns: "http://www.w3.org/2000/svg",
9
- ...props,
10
- children: /* @__PURE__ */ jsx("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", children: /* @__PURE__ */ jsx("g", { transform: "translate(-340.000000, -7439.000000)", fill: "currentColor", children: /* @__PURE__ */ jsx("g", { transform: "translate(56.000000, 160.000000)", children: /* @__PURE__ */ jsx("path", { d: "M289.869652,7279.12273 C288.241769,7279.19618 286.830805,7279.5942 285.691486,7280.72871 C284.548187,7281.86918 284.155147,7283.28558 284.081514,7284.89653 C284.035742,7285.90201 283.768077,7293.49818 284.544207,7295.49028 C285.067597,7296.83422 286.098457,7297.86749 287.454694,7298.39256 C288.087538,7298.63872 288.809936,7298.80547 289.869652,7298.85411 C298.730467,7299.25511 302.015089,7299.03674 303.400182,7295.49028 C303.645956,7294.859 303.815113,7294.1374 303.86188,7293.08031 C304.26686,7284.19677 303.796207,7282.27117 302.251908,7280.72871 C301.027016,7279.50685 299.5862,7278.67508 289.869652,7279.12273 M289.951245,7297.06748 C288.981083,7297.0238 288.454707,7296.86201 288.103459,7296.72603 C287.219865,7296.3826 286.556174,7295.72155 286.214876,7294.84312 C285.623823,7293.32944 285.819846,7286.14023 285.872583,7284.97693 C285.924325,7283.83745 286.155174,7282.79624 286.959165,7281.99226 C287.954203,7280.99968 289.239792,7280.51332 297.993144,7280.90837 C299.135448,7280.95998 300.179243,7281.19026 300.985224,7281.99226 C301.980262,7282.98483 302.473801,7284.28014 302.071806,7292.99991 C302.028024,7293.96767 301.865833,7294.49274 301.729513,7294.84312 C300.829003,7297.15085 298.757333,7297.47145 289.951245,7297.06748 M298.089663,7283.68956 C298.089663,7284.34665 298.623998,7284.88065 299.283709,7284.88065 C299.943419,7284.88065 300.47875,7284.34665 300.47875,7283.68956 C300.47875,7283.03248 299.943419,7282.49847 299.283709,7282.49847 C298.623998,7282.49847 298.089663,7283.03248 298.089663,7283.68956 M288.862673,7288.98792 C288.862673,7291.80286 291.150266,7294.08479 293.972194,7294.08479 C296.794123,7294.08479 299.081716,7291.80286 299.081716,7288.98792 C299.081716,7286.17298 296.794123,7283.89205 293.972194,7283.89205 C291.150266,7283.89205 288.862673,7286.17298 288.862673,7288.98792 M290.655732,7288.98792 C290.655732,7287.16159 292.140329,7285.67967 293.972194,7285.67967 C295.80406,7285.67967 297.288657,7287.16159 297.288657,7288.98792 C297.288657,7290.81525 295.80406,7292.29716 293.972194,7292.29716 C292.140329,7292.29716 290.655732,7290.81525 290.655732,7288.98792" }) }) }) })
11
- }
12
- );
13
- export {
14
- InstagramLogo
15
- };
16
- //# sourceMappingURL=Instagram.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Instagram.mjs","sources":["../../../src/components/SocialNetworks/Instagram.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const InstagramLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g transform=\"translate(-340.000000, -7439.000000)\" fill=\"currentColor\">\n <g transform=\"translate(56.000000, 160.000000)\">\n <path d=\"M289.869652,7279.12273 C288.241769,7279.19618 286.830805,7279.5942 285.691486,7280.72871 C284.548187,7281.86918 284.155147,7283.28558 284.081514,7284.89653 C284.035742,7285.90201 283.768077,7293.49818 284.544207,7295.49028 C285.067597,7296.83422 286.098457,7297.86749 287.454694,7298.39256 C288.087538,7298.63872 288.809936,7298.80547 289.869652,7298.85411 C298.730467,7299.25511 302.015089,7299.03674 303.400182,7295.49028 C303.645956,7294.859 303.815113,7294.1374 303.86188,7293.08031 C304.26686,7284.19677 303.796207,7282.27117 302.251908,7280.72871 C301.027016,7279.50685 299.5862,7278.67508 289.869652,7279.12273 M289.951245,7297.06748 C288.981083,7297.0238 288.454707,7296.86201 288.103459,7296.72603 C287.219865,7296.3826 286.556174,7295.72155 286.214876,7294.84312 C285.623823,7293.32944 285.819846,7286.14023 285.872583,7284.97693 C285.924325,7283.83745 286.155174,7282.79624 286.959165,7281.99226 C287.954203,7280.99968 289.239792,7280.51332 297.993144,7280.90837 C299.135448,7280.95998 300.179243,7281.19026 300.985224,7281.99226 C301.980262,7282.98483 302.473801,7284.28014 302.071806,7292.99991 C302.028024,7293.96767 301.865833,7294.49274 301.729513,7294.84312 C300.829003,7297.15085 298.757333,7297.47145 289.951245,7297.06748 M298.089663,7283.68956 C298.089663,7284.34665 298.623998,7284.88065 299.283709,7284.88065 C299.943419,7284.88065 300.47875,7284.34665 300.47875,7283.68956 C300.47875,7283.03248 299.943419,7282.49847 299.283709,7282.49847 C298.623998,7282.49847 298.089663,7283.03248 298.089663,7283.68956 M288.862673,7288.98792 C288.862673,7291.80286 291.150266,7294.08479 293.972194,7294.08479 C296.794123,7294.08479 299.081716,7291.80286 299.081716,7288.98792 C299.081716,7286.17298 296.794123,7283.89205 293.972194,7283.89205 C291.150266,7283.89205 288.862673,7286.17298 288.862673,7288.98792 M290.655732,7288.98792 C290.655732,7287.16159 292.140329,7285.67967 293.972194,7285.67967 C295.80406,7285.67967 297.288657,7287.16159 297.288657,7288.98792 C297.288657,7290.81525 295.80406,7292.29716 293.972194,7292.29716 C292.140329,7292.29716 290.655732,7290.81525 290.655732,7288.98792\"></path>\n </g>\n </g>\n </g>\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,gBAA6C,CAAC,UACzD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA,oBAAC,KAAE,EAAA,QAAO,QAAO,gBAAa,KAAI,MAAK,QAAO,aAAU,WACtD,UAAA,oBAAC,KAAE,EAAA,WAAU,wCAAuC,MAAK,gBACvD,UAAC,oBAAA,KAAA,EAAE,WAAU,oCACX,UAAC,oBAAA,QAAA,EAAK,GAAE,gkEAAA,CAAgkE,EAC1kE,CAAA,EAAA,CACF,EACF,CAAA;AAAA,EAAA;AACF;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LinkedIn.cjs","sources":["../../../src/components/SocialNetworks/LinkedIn.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const LinkedInLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g transform=\"translate(-180.000000, -7479.000000)\" fill=\"currentColor\">\n <g transform=\"translate(56.000000, 160.000000)\">\n <path\n d=\"M144,7339 L140,7339 L140,7332.001 C140,7330.081 139.153,7329.01 137.634,7329.01 C135.981,7329.01 135,7330.126 135,7332.001 L135,7339 L131,7339 L131,7326 L135,7326 L135,7327.462 C135,7327.462 136.255,7325.26 139.083,7325.26 C141.912,7325.26 144,7326.986 144,7330.558 L144,7339 L144,7339 Z M126.442,7323.921 C125.093,7323.921 124,7322.819 124,7321.46 C124,7320.102 125.093,7319 126.442,7319 C127.79,7319 128.883,7320.102 128.883,7321.46 C128.884,7322.819 127.79,7323.921 126.442,7323.921 L126.442,7323.921 Z M124,7339 L129,7339 L129,7326 L124,7326 L124,7339 Z\"\n id=\"linkedin-[#161]\"\n ></path>\n </g>\n </g>\n </g>\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,eAA4C,CAAC,UACxDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,yCAAC,KAAE,EAAA,QAAO,QAAO,gBAAa,KAAI,MAAK,QAAO,aAAU,WACtD,UAACA,+BAAA,KAAA,EAAE,WAAU,wCAAuC,MAAK,gBACvD,UAACA,2BAAA,IAAA,KAAA,EAAE,WAAU,oCACX,UAAAA,2BAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,IAAG;AAAA,MAAA;AAAA,IAAA,EAEP,CAAA,EACF,CAAA,EACF,CAAA;AAAA,EAAA;AACF;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LinkedIn.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/LinkedIn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAmBpD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LinkedIn.mjs","sources":["../../../src/components/SocialNetworks/LinkedIn.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const LinkedInLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g transform=\"translate(-180.000000, -7479.000000)\" fill=\"currentColor\">\n <g transform=\"translate(56.000000, 160.000000)\">\n <path\n d=\"M144,7339 L140,7339 L140,7332.001 C140,7330.081 139.153,7329.01 137.634,7329.01 C135.981,7329.01 135,7330.126 135,7332.001 L135,7339 L131,7339 L131,7326 L135,7326 L135,7327.462 C135,7327.462 136.255,7325.26 139.083,7325.26 C141.912,7325.26 144,7326.986 144,7330.558 L144,7339 L144,7339 Z M126.442,7323.921 C125.093,7323.921 124,7322.819 124,7321.46 C124,7320.102 125.093,7319 126.442,7319 C127.79,7319 128.883,7320.102 128.883,7321.46 C128.884,7322.819 127.79,7323.921 126.442,7323.921 L126.442,7323.921 Z M124,7339 L129,7339 L129,7326 L124,7326 L124,7339 Z\"\n id=\"linkedin-[#161]\"\n ></path>\n </g>\n </g>\n </g>\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,eAA4C,CAAC,UACxD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,8BAAC,KAAE,EAAA,QAAO,QAAO,gBAAa,KAAI,MAAK,QAAO,aAAU,WACtD,UAAC,oBAAA,KAAA,EAAE,WAAU,wCAAuC,MAAK,gBACvD,UAAC,oBAAA,KAAA,EAAE,WAAU,oCACX,UAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,IAAG;AAAA,MAAA;AAAA,IAAA,EAEP,CAAA,EACF,CAAA,EACF,CAAA;AAAA,EAAA;AACF;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Tiktok.cjs","sources":["../../../src/components/SocialNetworks/Tiktok.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const TiktokLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M19.589 6.686a4.793 4.793 0 0 1-3.77-4.245V2h-3.445v13.672a2.896 2.896 0 0 1-5.201 1.743l-.002-.001.002.001a2.895 2.895 0 0 1 3.183-4.51v-3.5a6.329 6.329 0 0 0-5.394 10.692 6.33 6.33 0 0 0 10.857-4.424V8.687a8.182 8.182 0 0 0 4.773 1.526V6.79a4.831 4.831 0 0 1-1.003-.104z\" />\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,aAA0C,CAAC,UACtDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,mRAAmR,CAAA;AAAA,EAAA;AAC7R;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Tiktok.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/Tiktok.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAWlD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Tiktok.mjs","sources":["../../../src/components/SocialNetworks/Tiktok.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const TiktokLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M19.589 6.686a4.793 4.793 0 0 1-3.77-4.245V2h-3.445v13.672a2.896 2.896 0 0 1-5.201 1.743l-.002-.001.002.001a2.895 2.895 0 0 1 3.183-4.51v-3.5a6.329 6.329 0 0 0-5.394 10.692 6.33 6.33 0 0 0 10.857-4.424V8.687a8.182 8.182 0 0 0 4.773 1.526V6.79a4.831 4.831 0 0 1-1.003-.104z\" />\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,aAA0C,CAAC,UACtD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,mRAAmR,CAAA;AAAA,EAAA;AAC7R;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"X.cjs","sources":["../../../src/components/SocialNetworks/X.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const XLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 300 271\"\n width=\"300\"\n height=\"271\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z\" />\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,QAAqC,CAAC,UACjDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACJ,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,yHAAyH,CAAA;AAAA,EAAA;AACnI;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"X.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/X.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAW7C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"X.mjs","sources":["../../../src/components/SocialNetworks/X.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const XLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 300 271\"\n width=\"300\"\n height=\"271\"\n fill=\"currentColor\"\n {...props}\n >\n <path d=\"m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z\" />\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,QAAqC,CAAC,UACjD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,SAAQ;AAAA,IACR,OAAM;AAAA,IACN,QAAO;AAAA,IACP,MAAK;AAAA,IACJ,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,yHAAyH,CAAA;AAAA,EAAA;AACnI;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Youtube.cjs","sources":["../../../src/components/SocialNetworks/Youtube.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const YoutubeLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 32 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M12.932 20.459v-8.917l7.839 4.459zM30.368 8.735c-0.354-1.301-1.354-2.307-2.625-2.663l-0.027-0.006c-3.193-0.406-6.886-0.638-10.634-0.638-0.381 0-0.761 0.002-1.14 0.007l0.058-0.001c-0.322-0.004-0.701-0.007-1.082-0.007-3.748 0-7.443 0.232-11.070 0.681l0.434-0.044c-1.297 0.363-2.297 1.368-2.644 2.643l-0.006 0.026c-0.4 2.109-0.628 4.536-0.628 7.016 0 0.088 0 0.176 0.001 0.263l-0-0.014c-0 0.074-0.001 0.162-0.001 0.25 0 2.48 0.229 4.906 0.666 7.259l-0.038-0.244c0.354 1.301 1.354 2.307 2.625 2.663l0.027 0.006c3.193 0.406 6.886 0.638 10.634 0.638 0.38 0 0.76-0.002 1.14-0.007l-0.058 0.001c0.322 0.004 0.702 0.007 1.082 0.007 3.749 0 7.443-0.232 11.070-0.681l-0.434 0.044c1.298-0.362 2.298-1.368 2.646-2.643l0.006-0.026c0.399-2.109 0.627-4.536 0.627-7.015 0-0.088-0-0.176-0.001-0.263l0 0.013c0-0.074 0.001-0.162 0.001-0.25 0-2.48-0.229-4.906-0.666-7.259l0.038 0.244z\"></path>\n </svg>\n);\n"],"names":["jsx"],"mappings":";;;AAEa,MAAA,cAA2C,CAAC,UACvDA,2BAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAAA,2BAAAA,IAAC,QAAK,EAAA,GAAE,i2BAAi2B,CAAA;AAAA,EAAA;AAC32B;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Youtube.d.ts","sourceRoot":"","sources":["../../../src/components/SocialNetworks/Youtube.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1C,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAWnD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Youtube.mjs","sources":["../../../src/components/SocialNetworks/Youtube.tsx"],"sourcesContent":["import type { FC, SVGProps } from 'react';\n\nexport const YoutubeLogo: FC<SVGProps<SVGSVGElement>> = (props) => (\n <svg\n fill=\"currentColor\"\n width=\"800px\"\n height=\"800px\"\n viewBox=\"0 0 32 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path d=\"M12.932 20.459v-8.917l7.839 4.459zM30.368 8.735c-0.354-1.301-1.354-2.307-2.625-2.663l-0.027-0.006c-3.193-0.406-6.886-0.638-10.634-0.638-0.381 0-0.761 0.002-1.14 0.007l0.058-0.001c-0.322-0.004-0.701-0.007-1.082-0.007-3.748 0-7.443 0.232-11.070 0.681l0.434-0.044c-1.297 0.363-2.297 1.368-2.644 2.643l-0.006 0.026c-0.4 2.109-0.628 4.536-0.628 7.016 0 0.088 0 0.176 0.001 0.263l-0-0.014c-0 0.074-0.001 0.162-0.001 0.25 0 2.48 0.229 4.906 0.666 7.259l-0.038-0.244c0.354 1.301 1.354 2.307 2.625 2.663l0.027 0.006c3.193 0.406 6.886 0.638 10.634 0.638 0.38 0 0.76-0.002 1.14-0.007l-0.058 0.001c0.322 0.004 0.702 0.007 1.082 0.007 3.749 0 7.443-0.232 11.070-0.681l-0.434 0.044c1.298-0.362 2.298-1.368 2.646-2.643l0.006-0.026c0.399-2.109 0.627-4.536 0.627-7.015 0-0.088-0-0.176-0.001-0.263l0 0.013c0-0.074 0.001-0.162 0.001-0.25 0-2.48-0.229-4.906-0.666-7.259l0.038 0.244z\"></path>\n </svg>\n);\n"],"names":[],"mappings":";AAEa,MAAA,cAA2C,CAAC,UACvD;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,OAAM;AAAA,IACL,GAAG;AAAA,IAEJ,UAAA,oBAAC,QAAK,EAAA,GAAE,i2BAAi2B,CAAA;AAAA,EAAA;AAC32B;"}