symbols-react 1.1.2 → 1.1.3

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 (59) hide show
  1. package/package.json +1 -1
  2. package/src/icons/IconAuthyLogo.js +18 -0
  3. package/src/icons/IconCLogo.js +18 -0
  4. package/src/icons/IconCPlusPlusLogo.js +18 -0
  5. package/src/icons/IconCSharpLogo.js +18 -0
  6. package/src/icons/IconCss3Logo.js +18 -0
  7. package/src/icons/IconDigitialOceanLogo.js +18 -0
  8. package/src/icons/IconDiscordLogo.js +16 -0
  9. package/src/icons/IconFacebookLogo.js +18 -0
  10. package/src/icons/IconGitLogo.js +16 -0
  11. package/src/icons/IconGithubLogo.js +16 -0
  12. package/src/icons/IconGitlabLogo.js +16 -0
  13. package/src/icons/IconHtml5Logo.js +18 -0
  14. package/src/icons/IconInstagramLogo.js +16 -0
  15. package/src/icons/IconJavaLogo.js +18 -0
  16. package/src/icons/IconJavascriptLogo.js +18 -0
  17. package/src/icons/IconMetaLogo.js +18 -0
  18. package/src/icons/IconNotionLogo.js +16 -0
  19. package/src/icons/IconPythonLogo.js +18 -0
  20. package/src/icons/IconSlackLogo.js +18 -0
  21. package/src/icons/IconSpotifyLogo.js +16 -0
  22. package/src/icons/IconSvelteLogo.js +18 -0
  23. package/src/icons/IconTelegramLogo.js +16 -0
  24. package/src/icons/IconThreadsLogo.js +16 -0
  25. package/src/icons/IconTwitterLogo.js +16 -0
  26. package/src/icons/IconWordpressLogo.js +24 -0
  27. package/src/icons/IconWorkOsLogo.js +18 -0
  28. package/src/icons/IconXLogo.js +16 -0
  29. package/src/icons/IconYoutubeLogo.js +18 -0
  30. package/src/index.js +29 -1
  31. package/types/icons/IconAuthyLogo.d.ts +1 -0
  32. package/types/icons/IconCLogo.d.ts +1 -0
  33. package/types/icons/IconCPlusPlusLogo.d.ts +1 -0
  34. package/types/icons/IconCSharpLogo.d.ts +1 -0
  35. package/types/icons/IconCss3Logo.d.ts +1 -0
  36. package/types/icons/IconDigitialOceanLogo.d.ts +1 -0
  37. package/types/icons/IconDiscordLogo.d.ts +1 -0
  38. package/types/icons/IconFacebookLogo.d.ts +1 -0
  39. package/types/icons/IconGitLogo.d.ts +1 -0
  40. package/types/icons/IconGithubLogo.d.ts +1 -0
  41. package/types/icons/IconGitlabLogo.d.ts +1 -0
  42. package/types/icons/IconHtml5Logo.d.ts +1 -0
  43. package/types/icons/IconInstagramLogo.d.ts +1 -0
  44. package/types/icons/IconJavaLogo.d.ts +1 -0
  45. package/types/icons/IconJavascriptLogo.d.ts +1 -0
  46. package/types/icons/IconMetaLogo.d.ts +1 -0
  47. package/types/icons/IconNotionLogo.d.ts +1 -0
  48. package/types/icons/IconPythonLogo.d.ts +1 -0
  49. package/types/icons/IconSlackLogo.d.ts +1 -0
  50. package/types/icons/IconSpotifyLogo.d.ts +1 -0
  51. package/types/icons/IconSvelteLogo.d.ts +1 -0
  52. package/types/icons/IconTelegramLogo.d.ts +1 -0
  53. package/types/icons/IconThreadsLogo.d.ts +1 -0
  54. package/types/icons/IconTwitterLogo.d.ts +1 -0
  55. package/types/icons/IconWordpressLogo.d.ts +1 -0
  56. package/types/icons/IconWorkOsLogo.d.ts +1 -0
  57. package/types/icons/IconXLogo.d.ts +1 -0
  58. package/types/icons/IconYoutubeLogo.d.ts +1 -0
  59. package/types/index.d.ts +28 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symbols-react",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "S̶F̶ symbols for the web",
5
5
  "keywords": [
6
6
  "icons",
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconAuthyLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M13.1321 11.2509L17.3409 15.2247C17.9484 15.7992 18.9347 15.7992 19.5437 15.2247C20.1514 14.6501 20.1528 13.7194 19.5437 13.1448L15.3347 9.16955C12.3231 6.3246 7.45565 6.27882 4.38023 9.02505C4.3518 9.04762 4.32338 9.07137 4.29722 9.09607C4.28386 9.1088 4.27287 9.12228 4.25951 9.13362C4.24569 9.14602 4.23188 9.15725 4.21874 9.16966C4.19224 9.19469 4.16789 9.22089 4.14468 9.24699C1.2355 12.153 1.28556 16.7503 4.29733 19.5951L8.50634 23.5693C9.11515 24.1436 10.1002 24.1436 10.7089 23.5693C11.3181 22.9947 11.3181 22.0627 10.7104 21.4894L6.50144 17.5142C4.66402 15.7796 4.65168 12.9644 6.46327 11.2149C8.31541 9.5039 11.2946 9.51631 13.1321 11.2509Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M17.291 5.43165C16.6827 6.00631 16.6827 6.93691 17.2925 7.51146L21.4999 11.4866C23.3361 13.2211 23.348 16.0358 21.5366 17.7857C19.6839 19.4951 16.7058 19.4839 14.8689 17.7491L10.6601 13.7745C10.0514 13.1999 9.06483 13.1999 8.45694 13.7745C7.84769 14.3486 7.84769 15.2822 8.45694 15.8552L12.6644 19.8304C15.6769 22.6751 20.5437 22.7215 23.6196 19.9749C23.6481 19.9512 23.6751 19.929 23.7034 19.9039C23.7162 19.8916 23.7282 19.879 23.7408 19.8663C23.7543 19.854 23.7677 19.8426 23.7805 19.8289C23.8075 19.8052 23.8306 19.7791 23.8546 19.7519C26.7638 16.8472 26.7152 12.2516 23.7034 9.40527L19.4946 5.43154C18.8863 4.85613 17.8986 4.85613 17.291 5.43165Z"
17
+ })));
18
+ IconAuthyLogo.displayName = 'IconAuthyLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconCLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M23.7371 7.93421C23.5748 7.65318 23.351 7.40776 23.1049 7.26562L14.5593 2.33185C14.067 2.04759 13.2614 2.04759 12.7691 2.33185L4.22347 7.26562C3.73113 7.54982 3.32837 8.24753 3.32837 8.816V18.6836C3.32837 18.9679 3.42909 19.2844 3.59136 19.5654L7.69779 17.1945C7.1101 16.1806 6.77344 15.0038 6.77344 13.7499C6.77344 9.95046 9.86452 6.85937 13.664 6.85937C16.1157 6.85937 18.4022 8.17871 19.6311 10.3025L16.6491 12.0281C16.034 10.9651 14.8901 10.3047 13.664 10.3047C11.7642 10.3047 10.2187 11.8502 10.2187 13.7499C10.2187 14.3769 10.387 14.9653 10.6809 15.4722L13.6642 13.7498L13.6643 13.7498L16.6486 15.4728C16.6488 15.4724 16.6491 15.472 16.6493 15.4715L17.8948 16.1922L23.7369 19.5652C23.8991 19.2842 23.9999 18.9677 23.9999 18.6834V8.81573C23.9999 8.53158 23.8993 8.21516 23.7371 7.93423L23.7371 7.93421ZM16.6485 15.473L13.6641 13.75L10.681 15.4724C11.2775 16.5015 12.3912 17.1952 13.664 17.1952C14.8897 17.1952 16.0331 16.5354 16.6485 15.473ZM7.69786 17.1947C8.89094 19.253 11.1185 20.6405 13.664 20.6405C16.1158 20.6405 18.4024 19.3211 19.6313 17.1971L18.1373 16.3326L23.737 19.5656C23.5748 19.8466 23.351 20.092 23.1049 20.2341L14.5592 25.1679C14.067 25.4522 13.2613 25.4522 12.769 25.1679L4.22342 20.2341C3.97731 20.0921 3.75344 19.8466 3.59131 19.5656L7.69786 17.1947Z"
17
+ })));
18
+ IconCLogo.displayName = 'IconCLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconCPlusPlusLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M23.7264 7.87498C23.5625 7.59108 23.3364 7.34315 23.0878 7.19956L14.4548 2.21538C13.9575 1.92821 13.1436 1.92821 12.6463 2.21538L4.01337 7.19956C3.51601 7.48667 3.10913 8.1915 3.10913 8.76578V18.7342C3.10913 19.0214 3.21088 19.3412 3.37481 19.625L3.37476 19.625C3.53861 19.9089 3.76471 20.1569 4.01332 20.3004L12.6463 25.2846C13.1436 25.5718 13.9575 25.5718 14.4548 25.2846L23.0877 20.3004C23.3364 20.1568 23.5624 19.9089 23.7263 19.625L18.0836 16.3672L19.5789 17.2324C18.3374 19.3781 16.0274 20.711 13.5506 20.711C9.71227 20.711 6.5896 17.5883 6.5896 13.75C6.5896 9.91173 9.71227 6.78906 13.5506 6.78906C16.0273 6.78906 18.3372 8.12188 19.5787 10.2674L16.5662 12.0106C15.9448 10.9367 14.7892 10.2695 13.5506 10.2695C11.6314 10.2695 10.0701 11.8308 10.0701 13.75C10.0701 15.6691 11.6314 17.2305 13.5506 17.2305C14.7888 17.2305 15.9439 16.5639 16.5655 15.4907L13.5506 13.75L16.5655 15.4907C16.5658 15.4902 16.5661 15.4897 16.5664 15.4892L18.0719 16.3604L23.7263 19.625C23.8902 19.3411 23.992 19.0213 23.992 18.7342V8.76573C23.992 8.47856 23.8903 8.15883 23.7264 7.875L23.7264 7.87498ZM20.5115 13.3633H19.738V12.5898H18.9646V13.3633H18.1912V14.1367H18.9646V14.9102H19.738V14.1367H20.5115V13.3633ZM23.4119 13.3633H22.6384V12.5898H21.865V13.3633H21.0916V14.1367H21.865V14.9102H22.6384V14.1367H23.4119V13.3633Z"
17
+ })));
18
+ IconCPlusPlusLogo.displayName = 'IconCPlusPlusLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconCSharpLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M24.1611 8.01019L24.1612 8.01035C24.3363 8.31712 24.4235 8.67501 24.4235 9.07982L24.4243 19.0007C24.4243 19.3963 24.3413 19.7476 24.1745 20.0502C23.9883 20.3762 23.7156 20.6446 23.3866 20.8256C22.2035 21.5075 21.0198 22.1887 19.8361 22.87C18.1664 23.831 16.4966 24.792 14.8279 25.7554C14.0592 26.1997 13.314 26.1837 12.5503 25.7327C11.8621 25.3271 9.50134 23.9701 7.37166 22.746C5.98904 21.9512 4.70383 21.2125 4.03693 20.8264C3.789 20.6827 3.58617 20.5117 3.42785 20.3146C3.36054 20.2312 3.3012 20.1433 3.24976 20.0508L3.25071 20.0503L3.25064 20.0502C3.08383 19.7476 3 19.3972 3 19.0015V9.07898C3.00168 8.27676 3.34033 7.65896 4.03861 7.25324C4.71709 6.86026 6.03631 6.10189 7.44689 5.29101L7.44722 5.29081L7.4473 5.29077L7.44734 5.29075L7.44775 5.29051C9.55736 4.07778 11.871 2.74774 12.5512 2.34689C13.314 1.89674 14.0592 1.87998 14.8279 2.32426C16.3541 3.20588 17.882 4.08534 19.4102 4.96496L19.4117 4.96579L19.4117 4.96582C20.7368 5.72851 22.062 6.49132 23.3866 7.25576C23.7077 7.43321 23.9753 7.69379 24.1611 8.01019ZM13.7684 6.07715C15.1658 6.07657 16.5387 6.44384 17.7491 7.14205C18.9596 7.84026 19.9649 8.84481 20.664 10.0547L20.6506 10.0321L17.1844 12.0271C16.838 11.4392 16.3458 10.9507 15.7553 10.6088C15.1648 10.2669 14.496 10.0833 13.8137 10.0757H13.7684C12.7169 10.0757 11.7083 10.4934 10.9648 11.237C10.2212 11.9806 9.80345 12.9891 9.80345 14.0406C9.8025 14.7308 9.98257 15.4092 10.3257 16.0081C10.6732 16.6173 11.1762 17.1234 11.7833 17.4747C12.3904 17.826 13.0799 18.0099 13.7813 18.0076C14.4827 18.0053 15.171 17.8169 15.7758 17.4616C16.3708 17.1121 16.8641 16.6133 17.2071 16.0148L20.6682 18.019C19.9772 19.2179 18.9856 20.216 17.7912 20.9148C16.5969 21.6137 15.241 21.9891 13.8573 22.0041H13.7684C12.7225 22.0046 11.6868 21.7989 10.7204 21.3989C9.75403 20.9988 8.87597 20.4122 8.1364 19.6727C7.39684 18.9331 6.81027 18.055 6.41022 17.0887C6.01017 16.1223 5.80449 15.0866 5.80493 14.0406C5.80493 11.9286 6.64394 9.90305 8.13739 8.4096C9.63083 6.91616 11.6564 6.07715 13.7684 6.07715ZM17.2071 16.0148L17.207 16.0148L17.2238 15.9854L17.2071 16.0148ZM19.9245 11.7502V12.8794H21.0536V11.7494H21.6178V12.8794H22.7477V13.4435H21.6178V14.5735H22.7477V15.1385H21.6178V16.2676H21.0536V15.1368H19.9236V16.2668H19.3595V15.1368H18.2295V14.5726H19.3586V13.4435H18.2295V12.8785H19.3586V11.7485L19.9245 11.7502ZM21.0536 13.4435H19.9236V14.5735H21.0536V13.4435Z"
17
+ })));
18
+ IconCSharpLogo.displayName = 'IconCSharpLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconCss3Logo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M3.88086 3L5.62979 22.6222L13.4787 24.8404L21.3702 22.6222L23.1191 3H3.88086ZM13.5214 11.8728H7.89071L8.104 14.3042H13.5213V14.3043H16.4646L16.166 17.4183L13.5214 18.1434V18.1433L8.23197 16.7357L8.53057 19.2951L13.5213 20.6601V20.6602L18.4268 19.2952L19.5359 7.01H13.5214V7.00988H7.46414L7.67743 9.39867H13.5213V9.39879H16.9338L16.6779 11.8729H13.5214V11.8728Z"
17
+ })));
18
+ IconCss3Logo.displayName = 'IconCss3Logo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconDigitialOceanLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M13.9509 20.7402V25.0129C21.1932 25.0129 26.8192 18.0213 24.4511 10.429C23.4234 7.12061 20.7798 4.48992 17.4718 3.44936C9.89156 1.08169 2.8999 6.72008 2.8999 13.949H7.17261C7.17261 9.41331 11.6706 5.90529 16.4446 7.63424C17.3215 7.95423 18.1179 8.46208 18.778 9.12222C19.4381 9.78237 19.9458 10.5788 20.2657 11.4559C22.006 16.2254 18.4931 20.7196 13.9633 20.7278V16.4804H9.70394L9.70349 20.7402H13.9509ZM9.70305 24.0229H6.42079V20.7406H9.70305V24.0229ZM6.42079 20.7406V17.996H3.67655V20.7406H6.42079Z"
17
+ })));
18
+ IconDigitialOceanLogo.displayName = 'IconDigitialOceanLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconDiscordLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M23.0244 5.67503C21.3193 4.88225 19.5155 4.31894 17.6605 4C17.4294 4.4151 17.1595 4.97341 16.9733 5.41758C14.9734 5.11874 12.9918 5.11874 11.0286 5.41758C10.8425 4.97351 10.5665 4.4151 10.3333 4C8.47651 4.31909 6.6711 4.88383 4.96519 5.67917C1.57057 10.7767 0.650313 15.7475 1.11039 20.648C3.36193 22.3188 5.5439 23.3338 7.6891 23.998C8.22224 23.2694 8.69352 22.4981 9.09808 21.692C8.32785 21.4006 7.58533 21.0415 6.87934 20.6189C7.06513 20.4821 7.24654 20.3395 7.42331 20.1913C11.7013 22.1797 16.3496 22.1797 20.5767 20.1913C20.7542 20.3385 20.9356 20.4811 21.1205 20.6189C20.4134 21.0426 19.6695 21.4024 18.8977 21.6941C19.3046 22.5035 19.775 23.2756 20.3067 24C22.4539 23.3359 24.6379 22.3209 26.8895 20.648C27.4294 14.9672 25.9673 10.042 23.0244 5.67503ZM9.68094 17.6343C8.39669 17.6343 7.34348 16.4429 7.34348 14.9921C7.34348 13.5414 8.37424 12.3479 9.68094 12.3479C10.9877 12.3479 12.0408 13.5392 12.0184 14.9921C12.0204 16.4429 10.9877 17.6343 9.68094 17.6343ZM18.3189 17.6343C17.0347 17.6343 15.9816 16.4429 15.9816 14.9921C15.9816 13.5414 17.0122 12.3479 18.3189 12.3479C19.6257 12.3479 20.6788 13.5392 20.6564 14.9921C20.6564 16.4429 19.6257 17.6343 18.3189 17.6343Z"
15
+ })));
16
+ IconDiscordLogo.displayName = 'IconDiscordLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconFacebookLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2.04468 13.9553C2.04468 19.8665 6.36187 24.7815 12.0074 25.7778L12.0741 25.7245C12.0519 25.7202 12.0297 25.7158 12.0075 25.7114V17.2763H9.01866V13.9553H12.0075V11.2986C12.0075 8.30978 13.9336 6.64932 16.6568 6.64932C17.5202 6.64932 18.4501 6.78216 19.3135 6.91499V9.97024H17.7859C16.3247 9.97024 15.9926 10.7008 15.9926 11.6307V13.9553H19.1807L18.6493 17.2763H15.9926V25.7114C15.9704 25.7158 15.9482 25.7202 15.9259 25.7245L15.9925 25.7778C21.6381 24.7815 25.9553 19.8665 25.9553 13.9553C25.9553 7.37989 20.5754 2 14 2C7.42457 2 2.04468 7.37989 2.04468 13.9553Z"
17
+ })));
18
+ IconFacebookLogo.displayName = 'IconFacebookLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconGitLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M25.5471 12.9315L15.0687 2.4523C14.7788 2.16268 14.3858 2 13.9761 2C13.5663 2 13.1733 2.16268 12.8834 2.4523L10.7075 4.62726L13.4675 7.38816C13.793 7.2771 14.1431 7.25977 14.478 7.33814C14.8129 7.41652 15.119 7.58744 15.3614 7.83141C15.6038 8.07538 15.7728 8.38257 15.849 8.71794C15.9252 9.0533 15.9056 9.40334 15.7925 9.72812L18.4521 12.3887C18.8497 12.252 19.2821 12.2557 19.6772 12.3992C20.0724 12.5427 20.4064 12.8172 20.6237 13.1771C20.841 13.537 20.9283 13.9605 20.8712 14.3769C20.8141 14.7934 20.616 15.1778 20.3099 15.4659C20.0038 15.754 19.6082 15.9285 19.189 15.9604C18.7698 15.9922 18.3524 15.8794 18.0063 15.6408C17.6602 15.4021 17.4063 15.0521 17.287 14.649C17.1677 14.2459 17.1901 13.8141 17.3506 13.4256L14.87 10.944V17.4727C15.247 17.6591 15.5488 17.9692 15.7249 18.3511C15.9011 18.733 15.941 19.1638 15.8381 19.5717C15.7351 19.9795 15.4955 20.3397 15.1592 20.5923C14.8228 20.8448 14.4101 20.9745 13.9897 20.9597C13.5693 20.9448 13.1668 20.7863 12.8491 20.5106C12.5314 20.235 12.3178 19.8587 12.2439 19.4447C12.17 19.0306 12.2402 18.6037 12.4429 18.2351C12.6456 17.8666 12.9685 17.5786 13.3578 17.4192V10.8315C13.1332 10.7395 12.929 10.604 12.7571 10.4327C12.5852 10.2614 12.4489 10.0577 12.3561 9.83345C12.2632 9.6092 12.2157 9.36879 12.2163 9.12609C12.2169 8.88339 12.2655 8.64321 12.3593 8.41939L9.63684 5.69787L2.45278 12.8828C2.16287 13.1727 2 13.5659 2 13.9759C2 14.3859 2.16287 14.7791 2.45278 15.069L12.9312 25.5472C13.2211 25.8371 13.6143 26 14.0243 26C14.4343 26 14.8275 25.8371 15.1175 25.5472L25.5471 15.1177C25.8371 14.8276 26 14.4343 26 14.0241C26 13.614 25.8371 13.2216 25.5471 12.9315Z"
15
+ })));
16
+ IconGitLogo.displayName = 'IconGitLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconGithubLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M14.0001 2C7.37347 2 2 7.50852 2 14.3038C2 19.74 5.43838 24.352 10.2064 25.9789C10.8061 26.0928 11.0263 25.712 11.0263 25.387C11.0263 25.0936 11.0151 24.1244 11.01 23.0964C7.67159 23.8406 6.96716 21.6446 6.96716 21.6446C6.42125 20.2225 5.63469 19.8443 5.63469 19.8443C4.54597 19.0807 5.71681 19.0964 5.71681 19.0964C6.92178 19.1831 7.55628 20.3643 7.55628 20.3643C8.62662 22.2452 10.3636 21.7015 11.0484 21.387C11.1561 20.5919 11.4671 20.049 11.8103 19.7418C9.14487 19.4307 6.34297 18.3757 6.34297 13.6612C6.34297 12.3179 6.81172 11.2203 7.57934 10.3587C7.45475 10.0488 7.04403 8.79743 7.69559 7.10259C7.69559 7.10259 8.70331 6.77193 10.9965 8.36382C11.9537 8.09121 12.9803 7.95453 14.0001 7.94982C15.0199 7.95453 16.0473 8.09112 17.0063 8.36382C19.2967 6.77202 20.303 7.10269 20.303 7.10269C20.9562 8.79733 20.5452 10.0489 20.4207 10.3587C21.1901 11.2203 21.6556 12.3179 21.6556 13.6612C21.6556 18.3869 18.8484 19.4275 16.1762 19.7321C16.6066 20.1139 16.9902 20.8627 16.9902 22.0106C16.9902 23.6568 16.9763 24.9817 16.9763 25.387C16.9763 25.7145 17.1923 26.0981 17.8005 25.9772C22.5659 24.3486 26 19.7382 26 14.3039C26 7.50852 20.6273 2 14.0001 2ZM6.49447 19.5271C6.46803 19.5882 6.37419 19.6065 6.28878 19.5645C6.20169 19.5245 6.15284 19.4411 6.18097 19.3798C6.20684 19.3168 6.30087 19.2992 6.38769 19.3414C6.47487 19.3816 6.52456 19.4657 6.49447 19.5271ZM7.08472 20.0671C7.02753 20.1215 6.91559 20.0962 6.83966 20.0103C6.76119 19.9245 6.74647 19.8098 6.8045 19.7546C6.86356 19.7002 6.97203 19.7256 7.05069 19.8114C7.12925 19.8982 7.14444 20.0121 7.08472 20.0671ZM7.48972 20.758C7.41612 20.8104 7.29594 20.7613 7.22159 20.6519C7.14809 20.5425 7.14809 20.4113 7.22319 20.3587C7.29772 20.3061 7.41613 20.3534 7.49141 20.462C7.56472 20.5733 7.56472 20.7045 7.48962 20.7581L7.48972 20.758ZM8.17447 21.5582C8.10875 21.6326 7.96859 21.6126 7.86603 21.5111C7.76112 21.4119 7.73197 21.2712 7.79797 21.1968C7.86453 21.1222 8.00544 21.1432 8.10875 21.2439C8.21281 21.3429 8.24469 21.4847 8.17447 21.5582ZM9.05966 21.8283C9.03059 21.9247 8.89559 21.9686 8.75975 21.9276C8.624 21.8854 8.53522 21.7726 8.56259 21.6752C8.59081 21.5781 8.72638 21.5326 8.86325 21.5764C8.99881 21.6183 9.08788 21.7303 9.05966 21.8283ZM10.0669 21.943C10.0703 22.0444 9.95506 22.1285 9.81238 22.1304C9.66894 22.1337 9.55278 22.0516 9.55119 21.9517C9.55119 21.8493 9.66387 21.7659 9.80741 21.7634C9.95009 21.7606 10.0669 21.8421 10.0669 21.943ZM11.0564 21.9041C11.0735 22.0031 10.9744 22.1048 10.8327 22.1319C10.6934 22.1579 10.5644 22.0968 10.5467 21.9987C10.5295 21.8972 10.6304 21.7955 10.7695 21.7692C10.9114 21.7439 11.0383 21.8034 11.0564 21.9041Z"
15
+ })));
16
+ IconGithubLogo.displayName = 'IconGithubLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconGitlabLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M25.5923 12.1026L25.5623 12.013L22.3002 3.54627C22.2328 3.38061 22.1146 3.24028 21.9625 3.14521C21.8104 3.05013 21.6321 3.00514 21.4528 3.01663C21.2728 3.01663 21.1003 3.09122 20.9578 3.19566C20.8154 3.30756 20.7104 3.46421 20.6654 3.64324L18.4606 10.357H9.53674L7.33201 3.64324C7.28761 3.46765 7.18802 3.31073 7.04774 3.19534C6.90747 3.07996 6.73383 3.01212 6.55211 3.00171C6.37092 2.99032 6.19073 3.03611 6.03723 3.13255C5.88373 3.22899 5.76474 3.37116 5.69721 3.53881L2.43511 12.028L2.39762 12.11C1.9301 13.3314 1.87325 14.6706 2.23561 15.9268C2.59796 17.183 3.35998 18.2884 4.40737 19.0774L4.42237 19.0848L4.45237 19.1072L9.42426 22.8147L11.884 24.6647L13.3838 25.7986C13.559 25.9293 13.7721 26 13.9912 26C14.2102 26 14.4234 25.9293 14.5986 25.7986L16.0984 24.6647L18.5581 22.8147L23.56 19.0848H23.575C24.6292 18.2978 25.397 17.1906 25.7623 15.9308C26.1276 14.6711 26.0706 13.3272 25.5998 12.1026H25.5923Z"
15
+ })));
16
+ IconGitlabLogo.displayName = 'IconGitlabLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconHtml5Logo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M4 3L5.73943 22.5156L13.5457 24.7217L21.3943 22.5156L23.1337 3H4ZM13.5881 11.8244H10.4062L10.1941 9.36379H13.5881V6.98798H7.56375L8.20013 14.2427H13.5881V11.8244ZM13.5881 18.0609L10.8729 17.3397L10.7032 15.4306H8.3274L8.62438 19.2064L13.5881 20.564V18.0609ZM13.5881 14.2429H16.5155L16.2185 17.3399L13.5881 18.0611V20.5642L18.467 19.2066L19.1458 11.8246H13.5881V14.2429ZM13.5881 6.98817V9.36398H19.358L19.5701 6.98817H13.5881Z"
17
+ })));
18
+ IconHtml5Logo.displayName = 'IconHtml5Logo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconInstagramLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M14 5.07216C16.9371 5.07216 17.285 5.08384 18.4449 5.13909C19.5174 5.1903 20.0998 5.37762 20.4875 5.53512C21.0009 5.74374 21.3673 5.99296 21.7522 6.39537C22.1372 6.79779 22.3756 7.18088 22.5751 7.71761C22.7258 8.12289 22.9049 8.73185 22.9539 9.85301C23.0068 11.0657 23.0179 11.4294 23.0179 14.5C23.0179 17.5707 23.0068 17.9344 22.9539 19.147C22.9049 20.2682 22.7258 20.8771 22.5751 21.2824C22.3756 21.8191 22.1372 22.2023 21.7522 22.6047C21.3673 23.0071 21.0009 23.2564 20.4875 23.4649C20.0998 23.6224 19.5174 23.8098 18.4449 23.8609C17.2851 23.9163 16.9373 23.9279 14 23.9279C11.0627 23.9279 10.7148 23.9163 9.55505 23.8609C8.48255 23.8097 7.90016 23.6224 7.51249 23.4649C6.9991 23.2564 6.63258 23.0071 6.24766 22.6047C5.86275 22.2022 5.62436 21.8191 5.4249 21.2824C5.27425 20.8772 5.09498 20.2682 5.04609 19.147C4.99315 17.9344 4.98198 17.5707 4.98198 14.5C4.98198 11.4294 4.99315 11.0657 5.04609 9.8531C5.09507 8.73185 5.27425 8.12289 5.4249 7.71761C5.62436 7.18088 5.86275 6.79779 6.24766 6.39537C6.63266 5.99287 6.9991 5.74374 7.51249 5.53512C7.90007 5.37762 8.48255 5.1903 9.55505 5.13909C10.715 5.08384 11.0628 5.07216 14 5.07216ZM14 3C11.0126 3 10.638 3.01321 9.46473 3.06918C8.29384 3.12506 7.49419 3.31948 6.79457 3.60375C6.07115 3.89763 5.45773 4.29087 4.8462 4.9302C4.23466 5.56953 3.8586 6.21084 3.5775 6.96705C3.30551 7.69856 3.11962 8.53455 3.06617 9.75859C3.01263 10.9851 3 11.3768 3 14.5C3 17.6232 3.01263 18.0149 3.06617 19.2414C3.11962 20.4655 3.30551 21.3015 3.5775 22.0329C3.85852 22.7892 4.23466 23.4306 4.8462 24.0699C5.45773 24.7092 6.07115 25.1024 6.79457 25.3962C7.49427 25.6806 8.29384 25.8749 9.46465 25.9308C10.638 25.9868 11.0126 26 14 26C16.9874 26 17.362 25.9868 18.5353 25.9308C19.7061 25.8749 20.5057 25.6806 21.2053 25.3962C21.9288 25.1025 22.5422 24.7092 23.1537 24.0699C23.7653 23.4306 24.1414 22.7893 24.4225 22.0329C24.6944 21.3014 24.8804 20.4655 24.9338 19.2415C24.9874 18.0149 25 17.6232 25 14.5C25 11.3768 24.9874 10.9851 24.9338 9.75859C24.8804 8.53455 24.6944 7.69856 24.4225 6.96714C24.1414 6.21084 23.7653 5.56953 23.1537 4.9302C22.5422 4.29087 21.9288 3.89754 21.2054 3.60375C20.5057 3.31948 19.7061 3.12506 18.5353 3.06918C17.362 3.01321 16.9874 3 14 3ZM14 8.59457C10.8803 8.59457 8.35133 11.2387 8.35133 14.5C8.35133 17.7615 10.8803 20.4054 14 20.4054C17.1196 20.4054 19.6487 17.7615 19.6487 14.5C19.6487 11.2386 17.1196 8.59457 14 8.59457ZM14 18.3334C11.975 18.3334 10.3333 16.6171 10.3333 14.5C10.3333 12.3829 11.975 10.6666 14 10.6666C16.025 10.6666 17.6667 12.3829 17.6667 14.5C17.6667 16.6171 16.025 18.3334 14 18.3334ZM21.1918 8.36125C21.1918 9.12348 20.6009 9.74125 19.8718 9.74125C19.1428 9.74125 18.5518 9.12348 18.5518 8.36125C18.5518 7.5991 19.1428 6.98125 19.8718 6.98125C20.6009 6.98125 21.1918 7.5991 21.1918 8.36125Z"
15
+ })));
16
+ IconInstagramLogo.displayName = 'IconInstagramLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconJavaLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M16.0182 2.26562C16.0182 2.26562 18.3835 4.63085 13.7844 8.24439C10.9659 10.5093 12.003 12.0031 12.997 13.4346C13.3005 13.8717 13.6 14.3031 13.7844 14.7488C11.682 12.7777 10.1052 11.0695 11.1564 9.49271C11.6566 8.73146 12.4665 8.09262 13.2904 7.4427C14.9553 6.12938 16.6775 4.77082 16.0182 2.26562ZM14.8356 13.1717C15.9525 14.4201 14.5728 15.537 14.5728 15.537C14.5728 15.537 17.3322 14.0916 16.0182 12.3176C15.9597 12.2332 15.902 12.1511 15.8455 12.0708C14.7591 10.5264 14.1625 9.67818 18.909 6.93018C18.909 6.93018 11.0906 8.8355 14.8356 13.1717ZM10.8277 19.8074C10.8277 19.8074 9.90786 20.333 11.419 20.5301C13.1929 20.7272 14.1127 20.6615 16.0837 20.333C16.0837 20.333 16.6093 20.6615 17.332 20.9243C12.9301 22.8296 7.27983 20.7929 10.8277 19.8074ZM10.2364 17.3765C10.2364 17.3765 9.25085 18.0992 10.762 18.2306C12.6673 18.4277 14.1784 18.4277 16.8064 17.9678C16.8064 17.9678 17.2006 18.2963 17.792 18.4934C12.4045 20.0702 6.42572 18.6248 10.2364 17.3765ZM20.0259 22.6328C21.3399 22.1729 20.6829 21.6473 20.6829 21.6473C23.0481 22.7642 15.6239 24.8667 6.5572 23.4212C3.20646 22.8299 8.13402 20.9903 9.05383 21.5816L8.26542 21.713C7.80552 21.7787 6.2944 22.3043 7.08281 22.6328C9.31663 23.6183 17.4635 23.4212 20.0259 22.6328ZM9.77654 16.1285C7.08281 15.7343 11.222 14.7487 11.222 14.7487C11.222 14.7487 9.64514 14.683 7.67411 15.6029C5.30889 16.7198 13.3901 17.2454 17.5949 16.1942L18.6461 15.6029C18.6461 15.6029 16.9379 15.9314 15.2297 16.0628C13.1273 16.2599 10.8935 16.2599 9.77654 16.1285ZM19.5002 14.8801C20.88 14.5516 22.851 16.7198 18.6461 18.8879L18.5147 19.0193C24.2307 17.5082 22.1283 13.7632 19.4345 14.683C19.1717 14.8144 19.0403 15.0115 19.0403 15.0115L19.5002 14.8801ZM22.1282 22.8296C21.9968 24.7349 15.6895 25.1948 11.6161 24.932C8.92233 24.7349 8.39673 24.275 8.39673 24.275C10.9591 24.7349 15.2953 24.8006 18.7774 24.1436C21.8654 23.5523 22.1282 22.8296 22.1282 22.8296Z"
17
+ })));
18
+ IconJavaLogo.displayName = 'IconJavaLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconJavascriptLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M24 4H4V24H24V4ZM19.8593 16.8365C21.6217 17.5513 22.2167 18.3175 22.3631 19.23C22.5038 20.0152 22.3289 20.5247 22.3023 20.6007C21.6521 22.8251 18.0267 22.8973 16.578 21.4277C16.534 21.378 16.4923 21.3317 16.4527 21.2876C16.2169 21.0253 16.0536 20.8437 15.8974 20.5019C16.2874 20.2775 16.4798 20.1668 16.6721 20.0558C16.8595 19.9477 17.0467 19.8394 17.4164 19.6255C17.8232 20.2509 18.1996 20.595 18.8764 20.7357C19.7947 20.8479 20.7186 20.5323 20.5114 19.557C20.388 19.0952 19.7757 18.8359 19.0617 18.5336C18.5441 18.3145 17.9732 18.0727 17.4962 17.7148C16.3441 16.941 16.0742 15.0608 17.0209 13.9867C17.3365 13.5893 17.8746 13.2928 18.4392 13.1502C18.5366 13.1379 18.6345 13.1251 18.7323 13.1123C18.8312 13.0994 18.9301 13.0865 19.0285 13.0741C20.1597 13.0513 20.8669 13.3498 21.3859 13.9296C21.5304 14.076 21.6483 14.2338 21.8688 14.576C21.7445 14.6552 21.6459 14.718 21.5601 14.7725C21.2301 14.9824 21.09 15.0716 20.405 15.5152C20.2205 15.1179 19.9145 14.8688 19.5913 14.7604C19.0894 14.6083 18.4563 14.7737 18.3251 15.3041C18.2795 15.4676 18.289 15.6197 18.3612 15.8897C18.5259 16.2652 19.0044 16.4687 19.5054 16.6819C19.6234 16.7321 19.7426 16.7828 19.8593 16.8365ZM13.0019 13.192H14.8726C14.8726 13.7659 14.8737 14.3392 14.8748 14.9121C14.8769 16.0566 14.879 17.1994 14.8726 18.3422C14.8732 18.4973 14.8757 18.6503 14.8781 18.8009C14.8921 19.6705 14.9048 20.46 14.5418 21.1292C14.2472 21.7281 13.6844 22.1216 13.0324 22.3117C12.0304 22.5418 11.0723 22.4106 10.3593 21.9828C9.88215 21.6901 9.50954 21.2395 9.25667 20.7205C9.51024 20.5657 9.76335 20.4104 10.0164 20.2551C10.27 20.0996 10.5236 19.944 10.7776 19.7889C10.7894 19.794 10.8224 19.8519 10.8671 19.9302C10.8726 19.9399 10.8782 19.9498 10.8841 19.96C11.078 20.2851 11.2453 20.5152 11.5742 20.6768C11.8974 20.787 12.6065 20.8574 12.8803 20.2889C13.0137 20.0584 13.0068 19.4117 12.9986 18.6373C12.9965 18.441 12.9943 18.2365 12.9943 18.0285C12.9943 17.2205 12.9962 16.4154 12.9981 15.6102C13 14.8051 13.0019 14 13.0019 13.192Z"
17
+ })));
18
+ IconJavascriptLogo.displayName = 'IconJavascriptLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconMetaLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M5.05065 16.3865C5.07308 17.1974 5.25999 17.8229 5.49961 18.2109C5.83479 18.753 6.3346 18.9826 6.84426 18.9826C7.50158 18.9826 8.10294 18.8195 9.26172 17.2168C9.91639 16.3109 10.6534 15.1472 11.2891 14.1434L11.2891 14.1434C11.555 13.7236 11.8031 13.3318 12.0201 12.9985L13.0124 11.474C12.5279 10.7841 12.1111 10.2591 11.8116 9.94068C11.212 9.30368 10.441 8.53432 9.21074 8.53432C9.21071 8.53432 9.21069 8.53432 9.21067 8.53432C9.20291 8.53432 9.19516 8.53436 9.18743 8.53445C9.15688 8.53478 9.12648 8.53578 9.09621 8.53742C8.15002 8.58877 7.34209 9.27434 6.66174 10.3018L6.66169 10.3018C6.66168 10.3018 6.66168 10.3018 6.66167 10.3018C5.66114 11.8121 5.04839 14.0616 5.04839 16.2219C5.04839 16.2776 5.04915 16.3325 5.05065 16.3865ZM2.52783 16.1318C2.52783 17.5041 2.79884 18.7083 3.3507 19.6262C4.02662 20.7525 5.11821 21.5 6.84426 21.5C8.29938 21.5 9.40456 20.8468 10.699 19.123C11.4374 18.1386 11.8115 17.5422 13.2885 14.9235L14.0238 13.6209L14.2043 13.3011C14.2634 13.3979 14.3227 13.4961 14.3824 13.5958L16.4753 17.0918C17.179 18.2685 18.0935 19.5775 18.8758 20.3143C19.8935 21.2744 20.8137 21.5 21.8524 21.5H21.8525C22.814 21.5 23.5511 21.2079 24.1008 20.7917C24.5064 20.4845 24.81 20.1098 25.0263 19.7349C25.5539 18.8219 25.8638 17.6663 25.8638 16.0936C25.8638 13.4481 25.2015 10.8845 23.8374 8.84927C22.5908 6.99087 20.9621 6 19.2522 6C18.2338 6 17.2218 6.45441 16.2839 7.27245C15.6498 7.82548 15.0605 8.52353 14.5141 9.26164C13.8416 8.41031 13.2162 7.76147 12.6101 7.2668C11.4602 6.3279 10.359 6 9.25123 6C9.25122 6 9.25122 6 9.25121 6C7.33848 6 5.67087 7.24574 4.51519 9.02693L4.51521 9.02694C3.21278 11.0355 2.52783 13.6363 2.52783 16.1318ZM16.8811 12.7697C16.4535 12.0575 16.0476 11.4168 15.6592 10.8406C15.7284 10.7334 15.7972 10.6287 15.8659 10.5267C16.9557 8.90597 17.9256 7.99714 19.1306 7.99714C20.2448 7.99714 21.2576 8.73395 22.0392 9.93995C23.1403 11.64 23.6402 14.0195 23.6402 16.1634H23.6402C23.6402 17.2918 23.4394 18.3134 22.7354 18.7537C22.5007 18.9005 22.2101 18.9826 21.8525 18.9826H21.8524C21.2885 18.9826 20.8543 18.7587 20.2342 18.0073C19.7522 17.422 18.9285 16.1813 17.4809 13.7694L16.8811 12.7697Z"
17
+ })));
18
+ IconMetaLogo.displayName = 'IconMetaLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconNotionLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M17.1015 3.05228L4.38291 3.99216C3.35707 4.08117 3 4.75198 3 5.55618V19.5079C3 20.1342 3.22215 20.6701 3.75848 21.3862L6.74816 25.2762C7.2393 25.9025 7.68591 26.0367 8.62375 25.9922L23.3933 25.0976C24.6422 25.0086 25 24.4267 25 23.4431V7.74733C25 7.23903 24.7992 7.09259 24.2085 6.65867L24.1067 6.58507L20.0474 3.7231C19.0652 3.00859 18.6638 2.91813 17.1015 3.05228ZM8.95779 7.49047C7.75183 7.57173 7.47829 7.59013 6.79337 7.03274L5.05184 5.64664C4.87481 5.46726 4.96367 5.24334 5.4096 5.19888L17.6363 4.305C18.663 4.21531 19.1978 4.57329 19.5993 4.88613L21.6962 6.40646C21.7859 6.45161 22.0089 6.71921 21.7406 6.71921L9.11411 7.47972L8.95779 7.49047ZM7.55185 23.3089V9.98439C7.55185 9.40249 7.73034 9.1342 8.26513 9.08896L22.7673 8.23946C23.2593 8.195 23.4815 8.50775 23.4815 9.08896V22.3245C23.4815 22.9064 23.3918 23.3985 22.5889 23.4431L8.71106 24.2481C7.90815 24.2925 7.55185 24.025 7.55185 23.3089ZM21.2511 10.6988C21.34 11.1013 21.2511 11.5039 20.8489 11.5499L20.18 11.6825V21.5202C19.5993 21.833 19.0645 22.0117 18.6177 22.0117C17.9037 22.0117 17.7251 21.7878 17.1903 21.1177L12.8163 14.2316V20.8939L14.1999 21.2074C14.1999 21.2074 14.1999 22.0125 13.0836 22.0125L10.0059 22.1911C9.91625 22.0117 10.0059 21.5647 10.3178 21.4758L11.1214 21.2526V12.4438L10.006 12.3534C9.91625 11.9509 10.1392 11.3697 10.7645 11.3245L14.0667 11.1022L18.6178 18.0772V11.9065L17.4578 11.773C17.3681 11.28 17.7251 10.922 18.1711 10.8784L21.2511 10.6989L21.2511 10.6988Z"
15
+ })));
16
+ IconNotionLogo.displayName = 'IconNotionLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconPythonLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M8.41266 5.08787C8.41266 5.08787 8.0583 2.62549 13.7365 2.62549C19.6699 2.62549 19.2113 5.5939 19.2113 5.5939V10.4998C19.2113 13.4668 16.1919 13.4179 16.1919 13.4179H10.8184C7.59559 13.4179 7.69764 16.589 7.69764 16.589V19.2478H5.8049C5.8049 19.2478 2.63379 19.4505 2.63379 13.7219C2.63379 7.99198 6.2662 8.40436 6.2662 8.40436H13.8379V7.63902H8.41965L8.41266 5.08787ZM11.438 4.62628C11.2551 4.44342 11.0071 4.3407 10.7485 4.3407C10.2096 4.3407 9.7735 4.77684 9.7735 5.31573C9.77332 5.44382 9.79841 5.57069 9.84735 5.68907C9.89628 5.80745 9.9681 5.91501 10.0587 6.00558C10.1492 6.09616 10.2568 6.16797 10.3752 6.21691C10.4936 6.26584 10.6204 6.29094 10.7485 6.29075C11.0071 6.29075 11.2551 6.18803 11.438 6.00517C11.6208 5.82232 11.7236 5.57432 11.7236 5.31573C11.7236 5.05713 11.6208 4.80913 11.438 4.62628ZM19.2212 22.4125C19.2212 22.4125 19.5756 24.8749 13.8974 24.8749C7.96402 24.8749 8.42252 21.9065 8.42252 21.9065V17.0006C8.42252 14.0336 11.442 14.0825 11.442 14.0825H16.8154C20.0383 14.0825 19.9362 10.9114 19.9362 10.9114V8.25334H21.829C21.829 8.25334 25.0001 8.04994 25.0001 13.7792C25.0001 19.5084 21.367 19.0961 21.367 19.0961H13.796V19.8614H19.2142L19.2212 22.4125ZM16.512 23.0859C16.6304 23.1348 16.7572 23.1599 16.8853 23.1597C17.078 23.1596 17.2663 23.1023 17.4264 22.9952C17.5865 22.8881 17.7113 22.7359 17.7849 22.5579C17.8586 22.3799 17.8778 22.1841 17.8402 21.9951C17.8026 21.8062 17.7098 21.6327 17.5736 21.4964C17.4374 21.3602 17.2638 21.2674 17.0749 21.2298C16.886 21.1922 16.6901 21.2114 16.5121 21.2851C16.3341 21.3588 16.1819 21.4835 16.0748 21.6436C15.9677 21.8038 15.9104 21.992 15.9103 22.1847C15.9101 22.3128 15.9352 22.4397 15.9842 22.558C16.0331 22.6764 16.1049 22.784 16.1955 22.8745C16.2861 22.9651 16.3936 23.0369 16.512 23.0859Z"
17
+ })));
18
+ IconPythonLogo.displayName = 'IconPythonLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconSlackLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M9.10259 4.26439C9.10165 2.99066 10.1325 1.957 11.4062 1.95605C12.6809 1.95794 13.7127 2.9916 13.7117 4.26533V6.57273H11.4072C10.1334 6.57178 9.10165 5.53812 9.10259 4.26439ZM5.26258 8.11287H11.4062C12.6799 8.11381 13.7117 9.14748 13.7108 10.4221C13.7117 11.6959 12.6799 12.7295 11.4062 12.7305H5.26164C3.98791 12.7286 2.95613 11.6949 2.95801 10.4212C2.95707 9.14748 3.98885 8.11381 5.26258 8.11287ZM23.6954 8.11287C24.9691 8.11381 26.0009 9.14748 25.9999 10.4212C26.0009 11.6959 24.9691 12.7295 23.6954 12.7305H21.3908V10.4212C21.3899 9.14748 22.4216 8.11381 23.6954 8.11287ZM19.8554 4.26439V10.4212C19.8563 11.6959 18.8245 12.7295 17.5508 12.7305C16.2771 12.7286 15.2453 11.6949 15.2472 10.4212V4.26439C15.2462 2.99066 16.278 1.957 17.5517 1.95605C18.8255 1.95794 19.8563 2.9916 19.8554 4.26439ZM17.5509 25.0442C18.8247 25.0433 19.8564 24.0096 19.8555 22.7359C19.8564 21.4621 18.8247 20.4285 17.5509 20.4275H15.2464V22.7359C15.2454 24.0086 16.2772 25.0423 17.5509 25.0442ZM17.5509 18.8864H23.6955C24.9692 18.8855 26.001 17.8518 26.0001 16.5781C26.002 15.3044 24.9702 14.2707 23.6964 14.2688H17.5519C16.2781 14.2698 15.2464 15.3034 15.2473 16.5772C15.2464 17.8518 16.2772 18.8855 17.5509 18.8864ZM5.26258 18.8866C3.98885 18.8856 2.95707 17.852 2.95801 16.5782C2.95707 15.3045 3.98885 14.2708 5.26258 14.2699H7.56715V16.5782C7.56809 17.852 6.5363 18.8856 5.26258 18.8866ZM9.10259 22.7351V16.5782C9.10164 15.3045 10.1325 14.2708 11.4072 14.2708C12.6809 14.2727 13.7127 15.3064 13.7108 16.5801V22.736C13.7117 24.0097 12.6799 25.0434 11.4062 25.0443C10.1325 25.0425 9.1007 24.0088 9.10259 22.7351Z"
17
+ })));
18
+ IconSlackLogo.displayName = 'IconSlackLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconSpotifyLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M14 3C7.92491 3 3 7.92499 3 14C3 20.0754 7.92499 25 14 25C20.0755 25 25 20.0754 25 14C25 7.92542 20.0755 3.0006 13.9998 3.0006L13.9999 3.00009L14 3ZM19.0444 18.8653C18.8474 19.1884 18.4244 19.2908 18.1013 19.0925C15.5186 17.5149 12.2674 17.1576 8.43847 18.0324C8.26116 18.0728 8.07509 18.0411 7.92116 17.9443C7.76723 17.8475 7.65804 17.6935 7.61759 17.5162C7.59744 17.4285 7.5948 17.3376 7.60982 17.2488C7.62483 17.16 7.65722 17.075 7.70511 16.9988C7.75301 16.9225 7.81547 16.8565 7.88893 16.8044C7.9624 16.7523 8.04541 16.7152 8.13322 16.6953C12.3235 15.7379 15.9177 16.1501 18.8172 17.9221C19.1404 18.1204 19.2428 18.5421 19.0444 18.8653ZM20.3908 15.8701C20.1425 16.2736 19.6145 16.401 19.2112 16.1527C16.2545 14.3353 11.7473 13.809 8.25009 14.8705C7.79652 15.0075 7.3175 14.752 7.17983 14.2991C7.04319 13.8456 7.29894 13.3674 7.75174 13.2296C11.7465 12.0173 16.7129 12.6045 20.1084 14.6911C20.5117 14.9395 20.6391 15.4674 20.3908 15.8701ZM20.5064 12.7512C16.9611 10.6453 11.112 10.4516 7.72716 11.4791C7.18361 11.6439 6.60877 11.3371 6.44412 10.7935C6.27937 10.2497 6.58591 9.67528 7.1299 9.51002C11.0154 8.33045 17.4748 8.55844 21.5564 10.9815C22.0464 11.2717 22.2066 11.9031 21.9163 12.3913C21.6274 12.8803 20.9942 13.0415 20.5069 12.7512H20.5064Z"
15
+ })));
16
+ IconSpotifyLogo.displayName = 'IconSpotifyLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconSvelteLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M12.5634 4.90911C15.2724 3.18314 19.0193 3.98792 20.9164 6.70321C21.3666 7.33336 21.6865 8.04708 21.8571 8.80248C22.0277 9.55789 22.0458 10.3398 21.9101 11.1022C21.7788 11.8304 21.5011 12.5243 21.094 13.1421C21.688 14.2751 21.8874 15.5738 21.6604 16.8328C21.5264 17.5802 21.2378 18.2915 20.8132 18.921C20.3886 19.5506 19.8372 20.0846 19.1944 20.4889L14.4365 23.5213C11.7278 25.2473 7.98098 24.4428 6.08348 21.7273C5.63336 21.0971 5.3136 20.3834 5.14296 19.628C4.97232 18.8726 4.95424 18.0907 5.08978 17.3282C5.22127 16.6001 5.49904 15.9061 5.90631 15.2883C5.31196 14.1554 5.11249 12.8567 5.33946 11.5977C5.47359 10.8503 5.76219 10.1391 6.18681 9.50954C6.61143 8.88 7.16273 8.34598 7.80547 7.94163L12.5634 4.90911ZM8.04052 20.4817C8.94405 21.7841 10.564 22.3846 12.0982 21.9857C12.4403 21.8943 12.7664 21.751 13.0652 21.5608L17.8241 18.5278C18.2108 18.2846 18.5424 17.9633 18.7978 17.5846C19.0533 17.2059 19.2269 16.7781 19.3076 16.3284C19.3892 15.8698 19.3783 15.3995 19.2756 14.9451C19.173 14.4907 18.9806 14.0613 18.7098 13.6823C17.8063 12.3799 16.1863 11.7793 14.6522 12.1782C14.3103 12.2696 13.9844 12.4128 13.6859 12.603L11.87 13.7602C11.7796 13.8177 11.6811 13.861 11.5777 13.8887C11.352 13.9472 11.1138 13.9351 10.8953 13.854C10.6767 13.7728 10.4883 13.6266 10.3555 13.4351C10.274 13.3207 10.2161 13.1913 10.1852 13.0543C10.1543 12.9174 10.1511 12.7756 10.1756 12.6374C10.2 12.502 10.2523 12.3731 10.3292 12.259C10.4062 12.145 10.5061 12.0482 10.6225 11.975L15.3819 8.94193C15.4722 8.88442 15.5708 8.84108 15.6742 8.81343C15.8998 8.75487 16.1379 8.76694 16.3564 8.84803C16.5749 8.92912 16.7632 9.07531 16.896 9.26685C17.0413 9.47273 17.1093 9.72336 17.0879 9.97448L17.0715 10.151L17.2484 10.2047C17.9175 10.4066 18.5472 10.7213 19.1103 11.1353L19.354 11.3141L19.4436 11.0408C19.4916 10.8954 19.5296 10.7469 19.5574 10.5964C19.6389 10.1377 19.6281 9.66734 19.5254 9.21291C19.4227 8.75849 19.2303 8.32915 18.9595 7.95008C18.0561 6.64772 16.436 6.04721 14.902 6.44611C14.5598 6.53751 14.2337 6.6808 13.9349 6.87098L9.17594 9.90422C8.78927 10.1474 8.4576 10.4685 8.20215 10.8472C7.9467 11.2258 7.77309 11.6536 7.69242 12.1032C7.61087 12.5619 7.62175 13.0322 7.72443 13.4866C7.8271 13.9411 8.0195 14.3704 8.29034 14.7494C9.19374 16.0519 10.8138 16.6524 12.3478 16.2535C12.6897 16.1621 13.0156 16.0189 13.3143 15.8291L15.1305 14.6713C15.2207 14.6139 15.3191 14.5706 15.4224 14.543C15.6481 14.4845 15.8862 14.4966 16.1048 14.5777C16.3233 14.6589 16.5117 14.8051 16.6445 14.9967C16.726 15.111 16.7839 15.2404 16.8148 15.3773C16.8458 15.5143 16.8491 15.656 16.8247 15.7943C16.8003 15.9297 16.7479 16.0586 16.6709 16.1726C16.5939 16.2867 16.494 16.3835 16.3775 16.4568L11.6182 19.4897C11.5278 19.5472 11.4292 19.5906 11.3258 19.6182C11.1002 19.6768 10.8621 19.6647 10.6436 19.5836C10.4252 19.5025 10.2368 19.3563 10.1041 19.1648C9.95855 18.959 9.89056 18.7083 9.91219 18.4572L9.92846 18.2806L9.75162 18.2269C9.08261 18.0251 8.45298 17.7105 7.88985 17.2968L7.64607 17.1177L7.55642 17.3909C7.5083 17.5363 7.47029 17.6848 7.44267 17.8354C7.36111 18.2941 7.37198 18.7644 7.47465 19.2189C7.57731 19.6733 7.7697 20.1026 8.04052 20.4817Z"
17
+ })));
18
+ IconSvelteLogo.displayName = 'IconSvelteLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconTelegramLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M4.51217 13.3185C10.4189 10.9196 14.3567 9.33796 16.3256 8.57385C21.9537 6.39191 23.1217 6.01295 23.8846 6.00011C24.0524 5.9976 24.4259 6.03627 24.6696 6.21999C24.8722 6.37494 24.9292 6.58448 24.9577 6.73161C24.983 6.87859 25.0178 7.21357 24.9893 7.47506C24.6855 10.4618 23.3655 17.7098 22.6944 21.0552C22.4127 22.4707 21.8524 22.9452 21.3111 22.9916C20.1336 23.0925 19.2409 22.2667 18.1014 21.5705C16.3192 20.4806 15.3126 19.8023 13.5811 18.739C11.5806 17.51 12.8784 16.8344 14.018 15.7306C14.3155 15.4417 19.5005 11.0456 19.5986 10.6469C19.6113 10.597 19.6239 10.4111 19.5036 10.3131C19.3865 10.2148 19.2124 10.2485 19.0858 10.275C18.9054 10.3128 16.0597 12.0683 10.5391 15.5411C9.73196 16.0588 9.00075 16.3112 8.34234 16.2979C7.62062 16.2834 6.22783 15.9166 5.19273 15.6031C3.92656 15.2186 2.91679 15.0152 3.00542 14.3621C3.04974 14.0221 3.55304 13.6741 4.51217 13.3185Z"
15
+ })));
16
+ IconTelegramLogo.displayName = 'IconTelegramLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconThreadsLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M19.5629 13.1235C19.4622 13.0737 19.3606 13.0261 19.258 12.9806C19.0786 9.56725 17.272 7.61312 14.2385 7.59312H14.1974C12.3829 7.59312 10.8739 8.39262 9.94513 9.84762L11.6134 11.0291C12.3072 9.94225 13.3962 9.71063 14.1982 9.71063H14.2259C15.2247 9.71725 15.9784 10.0171 16.4662 10.6018C16.8212 11.0274 17.0586 11.6156 17.1762 12.358C16.2907 12.2026 15.3329 12.1547 14.3091 12.2155C11.4251 12.3869 9.57088 14.1235 9.69547 16.5365C9.75867 17.7605 10.3493 18.8135 11.3585 19.5014C12.2117 20.0829 13.3107 20.3673 14.4528 20.3029C15.9612 20.2175 17.1445 19.6234 17.97 18.537C18.5969 17.712 18.9935 16.6429 19.1685 15.2957C19.8874 15.7436 20.4201 16.333 20.7143 17.0415C21.2146 18.2459 21.2438 20.225 19.6796 21.8385C18.3091 23.252 16.6618 23.8635 14.1721 23.8824C11.4104 23.8613 9.3217 22.9469 7.96382 21.1646C6.69227 19.4958 6.03506 17.0852 6.01049 14C6.03506 10.9148 6.69215 8.50425 7.96382 6.83537C9.32182 5.05312 11.4104 4.13875 14.1721 4.1175C16.9538 4.13875 19.0788 5.0575 20.4888 6.84837C21.1801 7.72662 21.7014 8.83087 22.045 10.1186L24 9.58012C23.5835 7.99512 22.9281 6.62937 22.0362 5.49662C20.2287 3.20088 17.5851 2.02437 14.179 2H14.1653C10.766 2.02425 8.15198 3.20525 6.39587 5.51C4.83325 7.56063 4.02712 10.4144 4.00012 13.9915L4 14V14.0084C4.02712 17.5855 4.83325 20.4393 6.39587 22.4901C8.15198 24.7948 10.766 25.9757 14.1653 26H14.179C17.201 25.9784 19.3313 25.1615 21.0862 23.3514C23.3821 20.9833 23.313 18.0149 22.5563 16.1926C22.0134 14.8859 20.9783 13.8245 19.5629 13.1235ZM14.3448 18.1884C13.0808 18.2619 11.7676 17.6761 11.7029 16.4215C11.6549 15.4913 12.3441 14.4533 14.4224 14.3296C14.6605 14.3154 14.894 14.3085 15.1235 14.3085C15.8784 14.3085 16.5846 14.3843 17.2267 14.5291C16.9872 17.6169 15.5825 18.1183 14.3448 18.1884Z"
15
+ })));
16
+ IconThreadsLogo.displayName = 'IconThreadsLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconTwitterLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M27 6.48593C26.0801 6.90755 25.0916 7.19251 24.0541 7.3207C25.1132 6.66459 25.9264 5.62563 26.3093 4.38771C25.3025 5.00524 24.201 5.44033 23.0523 5.67418C22.1167 4.64389 20.7838 4 19.3085 4C16.4759 4 14.1793 6.37369 14.1793 9.30133C14.1793 9.71689 14.2247 10.1215 14.3121 10.5096C10.0494 10.2884 6.27012 8.17787 3.74033 4.97043C3.29893 5.75342 3.046 6.66419 3.046 7.63563C3.046 9.47494 3.95156 11.0975 5.32773 12.0483C4.51323 12.0219 3.71665 11.7945 3.00449 11.3851C3.0042 11.4073 3.0042 11.4295 3.0042 11.4518C3.0042 14.0204 4.77217 16.1632 7.11846 16.6502C6.36317 16.8625 5.57093 16.8936 4.80225 16.7411C5.45488 18.8473 7.34912 20.3799 9.59346 20.4228C7.83809 21.8446 5.62646 22.6922 3.22354 22.6922C2.80947 22.6922 2.40127 22.6671 2 22.6181C4.26982 24.1223 6.96582 25 9.8623 25C19.2966 25 24.4555 16.9217 24.4555 9.91615C24.4555 9.68621 24.4506 9.45758 24.4406 9.23027C25.4448 8.47997 26.3114 7.55065 27 6.48593Z"
15
+ })));
16
+ IconTwitterLogo.displayName = 'IconTwitterLogo';
@@ -0,0 +1,24 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconWordpressLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M3.70337 13.9831C3.70337 18.0522 6.06812 21.5687 9.49719 23.2351L4.5934 9.79932C4.023 11.0778 3.70337 12.4927 3.70337 13.9831Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M20.9233 13.4646C20.9233 12.1941 20.4669 11.3143 20.0755 10.6294C19.5544 9.78264 19.0659 9.06553 19.0659 8.21872C19.0659 7.27372 19.7827 6.39406 20.7922 6.39406C20.8378 6.39406 20.881 6.39973 20.9254 6.40227C19.0964 4.72666 16.6597 3.70361 13.9834 3.70361C10.3919 3.70361 7.23221 5.54628 5.39404 8.33726C5.63523 8.3445 5.86253 8.34959 6.0556 8.34959C7.13088 8.34959 8.79534 8.21911 8.79534 8.21911C9.34951 8.18645 9.41484 9.00039 8.86126 9.06592C8.86126 9.06592 8.30435 9.13145 7.68466 9.16392L11.4283 20.2991L13.678 13.5519L12.0763 9.16353C11.5228 9.13106 10.9983 9.06553 10.9983 9.06553C10.4443 9.03305 10.5093 8.18606 11.0633 8.21872C11.0633 8.21872 12.761 8.3492 13.7711 8.3492C14.8462 8.3492 16.5109 8.21872 16.5109 8.21872C17.0654 8.18606 17.1305 9 16.5768 9.06553C16.5768 9.06553 16.0187 9.13106 15.4002 9.16353L19.1152 20.2144L20.1406 16.7879C20.5851 15.366 20.9233 14.3447 20.9233 13.4646Z"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M14.164 14.8823L11.0796 23.8451C12.0005 24.1158 12.9745 24.2639 13.9836 24.2639C15.1808 24.2639 16.3288 24.0569 17.3975 23.6811C17.3699 23.6371 17.3448 23.5904 17.3243 23.5395L14.164 14.8823Z"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M23.0039 9.05127C23.0481 9.37872 23.0732 9.73024 23.0732 10.1084C23.0732 11.1516 22.8784 12.3242 22.2915 13.7905L19.1514 22.8695C22.2076 21.0873 24.2633 17.7761 24.2633 13.9836C24.2635 12.1963 23.8069 10.5156 23.0039 9.05127Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M13.9836 2C7.376 2 2 7.37561 2 13.9832C2 20.5915 7.376 25.9669 13.9836 25.9669C20.5909 25.9669 25.9677 20.5915 25.9677 13.9832C25.9675 7.37561 20.5909 2 13.9836 2ZM13.9836 25.4177C7.679 25.4177 2.54947 20.2881 2.54947 13.9832C2.54947 7.67861 7.6788 2.54947 13.9836 2.54947C20.2879 2.54947 25.4171 7.67861 25.4171 13.9832C25.4171 20.2881 20.2879 25.4177 13.9836 25.4177Z"
23
+ })));
24
+ IconWordpressLogo.displayName = 'IconWordpressLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconWorkOsLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2.94699 15.1392C2.74071 14.7679 2.61694 14.3553 2.61694 13.9015C2.61694 13.4477 2.74071 13.0351 2.94699 12.6638L7.07263 5.52648C7.60896 4.57759 8.64037 4 9.71303 4H15.9015C15.4477 4.33005 15.0764 4.74261 14.7876 5.23769L13.8387 6.88794L9.79555 13.8603L13.5911 20.4613L12.6422 22.1528C11.8584 23.473 10.2494 24.0918 8.76414 23.5968C7.98027 23.3492 7.36142 22.7716 6.94886 22.0703L2.94699 15.1392ZM25.1428 12.664C25.3491 13.0353 25.4729 13.4479 25.4729 13.9017C25.4729 14.3555 25.3491 14.7681 25.1841 15.1394L21.0585 22.2767C20.5221 23.2256 19.4907 23.8032 18.4181 23.8032H12.1883C12.6422 23.4732 13.0135 23.0606 13.3023 22.5655L14.2512 20.874L18.2943 13.9017L14.4574 7.30069L15.4063 5.73295C15.8189 5.03159 16.4377 4.454 17.2216 4.20646C18.7068 3.71139 20.3158 4.28898 21.0997 5.65044L25.1428 12.664Z"
17
+ })));
18
+ IconWorkOsLogo.displayName = 'IconWorkOsLogo';
@@ -0,0 +1,16 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconXLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ d: "M16.093 12.7389L24.283 3H22.3422L15.2308 11.4562L9.55101 3H3L11.589 15.7872L3 26H4.94088L12.4507 17.07L18.449 26H25L16.0925 12.7389H16.093ZM13.4347 15.8999L12.5644 14.6266L5.6402 4.49462H8.62127L14.2092 12.6714L15.0795 13.9448L22.3431 24.5733H19.3621L13.4347 15.9004V15.8999Z"
15
+ })));
16
+ IconXLogo.displayName = 'IconXLogo';
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ export const IconYoutubeLogo = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement("svg", _extends({
4
+ ref: ref,
5
+ width: props.width || "28",
6
+ height: props.height || "28",
7
+ viewBox: "0 0 28 28",
8
+ fill: props.fill || "'none' || '#000000",
9
+ stroke: props.stroke || "none",
10
+ strokeWidth: props.strokeWidth || "2",
11
+ strokeLinecap: props.strokeLinecap || "round",
12
+ strokeLinejoin: props.strokeLinejoin || "round"
13
+ }, props), /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M25.0533 6.33982C25.4413 6.72784 25.7209 7.21072 25.8643 7.7404C26.6896 11.0625 26.4989 16.3093 25.8803 19.7596C25.7369 20.2893 25.4573 20.7722 25.0693 21.1602C24.6813 21.5482 24.1984 21.8278 23.6687 21.9711C21.7297 22.5 13.9253 22.5 13.9253 22.5C13.9253 22.5 6.12079 22.5 4.18167 21.9711C3.652 21.8278 3.16913 21.5482 2.78113 21.1602C2.39313 20.7722 2.11355 20.2893 1.97022 19.7596C1.14005 16.452 1.36758 11.2019 1.95411 7.75651C2.09743 7.22681 2.377 6.7439 2.765 6.35587C3.153 5.96784 3.63589 5.68822 4.16557 5.54486C6.10469 5.01601 13.9094 5 13.9094 5C13.9094 5 21.7137 5 23.6528 5.52885C24.1825 5.6722 24.6654 5.95181 25.0533 6.33982ZM17.8996 13.7499L11.4253 17.4998V9.99987L17.8996 13.7499Z"
17
+ })));
18
+ IconYoutubeLogo.displayName = 'IconYoutubeLogo';
package/src/index.js CHANGED
@@ -5366,4 +5366,32 @@ export { IconZlButtonRoundedtopHorizontalFill } from './icons/IconZlButtonRounde
5366
5366
  export { IconZlButtonRoundedtopHorizontal } from './icons/IconZlButtonRoundedtopHorizontal';
5367
5367
  export { IconZrButtonRoundedtopHorizontalFill } from './icons/IconZrButtonRoundedtopHorizontalFill';
5368
5368
  export { IconZrButtonRoundedtopHorizontal } from './icons/IconZrButtonRoundedtopHorizontal';
5369
- export { IconZzz } from './icons/IconZzz';
5369
+ export { IconZzz } from './icons/IconZzz';
5370
+ export { IconAuthyLogo } from './icons/IconAuthyLogo';
5371
+ export { IconCLogo } from './icons/IconCLogo';
5372
+ export { IconCPlusPlusLogo } from './icons/IconCPlusPlusLogo';
5373
+ export { IconCSharpLogo } from './icons/IconCSharpLogo';
5374
+ export { IconCss3Logo } from './icons/IconCss3Logo';
5375
+ export { IconDigitialOceanLogo } from './icons/IconDigitialOceanLogo';
5376
+ export { IconDiscordLogo } from './icons/IconDiscordLogo';
5377
+ export { IconFacebookLogo } from './icons/IconFacebookLogo';
5378
+ export { IconGitLogo } from './icons/IconGitLogo';
5379
+ export { IconGithubLogo } from './icons/IconGithubLogo';
5380
+ export { IconGitlabLogo } from './icons/IconGitlabLogo';
5381
+ export { IconHtml5Logo } from './icons/IconHtml5Logo';
5382
+ export { IconInstagramLogo } from './icons/IconInstagramLogo';
5383
+ export { IconJavaLogo } from './icons/IconJavaLogo';
5384
+ export { IconJavascriptLogo } from './icons/IconJavascriptLogo';
5385
+ export { IconMetaLogo } from './icons/IconMetaLogo';
5386
+ export { IconNotionLogo } from './icons/IconNotionLogo';
5387
+ export { IconPythonLogo } from './icons/IconPythonLogo';
5388
+ export { IconSlackLogo } from './icons/IconSlackLogo';
5389
+ export { IconSpotifyLogo } from './icons/IconSpotifyLogo';
5390
+ export { IconSvelteLogo } from './icons/IconSvelteLogo';
5391
+ export { IconTelegramLogo } from './icons/IconTelegramLogo';
5392
+ export { IconThreadsLogo } from './icons/IconThreadsLogo';
5393
+ export { IconTwitterLogo } from './icons/IconTwitterLogo';
5394
+ export { IconWordpressLogo } from './icons/IconWordpressLogo';
5395
+ export { IconWorkOsLogo } from './icons/IconWorkOsLogo';
5396
+ export { IconXLogo } from './icons/IconXLogo';
5397
+ export { IconYoutubeLogo } from './icons/IconYoutubeLogo';
@@ -0,0 +1 @@
1
+ export const IconAuthyLogo: any;
@@ -0,0 +1 @@
1
+ export const IconCLogo: any;
@@ -0,0 +1 @@
1
+ export const IconCPlusPlusLogo: any;
@@ -0,0 +1 @@
1
+ export const IconCSharpLogo: any;
@@ -0,0 +1 @@
1
+ export const IconCss3Logo: any;
@@ -0,0 +1 @@
1
+ export const IconDigitialOceanLogo: any;
@@ -0,0 +1 @@
1
+ export const IconDiscordLogo: any;
@@ -0,0 +1 @@
1
+ export const IconFacebookLogo: any;
@@ -0,0 +1 @@
1
+ export const IconGitLogo: any;
@@ -0,0 +1 @@
1
+ export const IconGithubLogo: any;
@@ -0,0 +1 @@
1
+ export const IconGitlabLogo: any;
@@ -0,0 +1 @@
1
+ export const IconHtml5Logo: any;
@@ -0,0 +1 @@
1
+ export const IconInstagramLogo: any;
@@ -0,0 +1 @@
1
+ export const IconJavaLogo: any;
@@ -0,0 +1 @@
1
+ export const IconJavascriptLogo: any;
@@ -0,0 +1 @@
1
+ export const IconMetaLogo: any;
@@ -0,0 +1 @@
1
+ export const IconNotionLogo: any;
@@ -0,0 +1 @@
1
+ export const IconPythonLogo: any;
@@ -0,0 +1 @@
1
+ export const IconSlackLogo: any;
@@ -0,0 +1 @@
1
+ export const IconSpotifyLogo: any;
@@ -0,0 +1 @@
1
+ export const IconSvelteLogo: any;
@@ -0,0 +1 @@
1
+ export const IconTelegramLogo: any;
@@ -0,0 +1 @@
1
+ export const IconThreadsLogo: any;
@@ -0,0 +1 @@
1
+ export const IconTwitterLogo: any;
@@ -0,0 +1 @@
1
+ export const IconWordpressLogo: any;
@@ -0,0 +1 @@
1
+ export const IconWorkOsLogo: any;
@@ -0,0 +1 @@
1
+ export const IconXLogo: any;
@@ -0,0 +1 @@
1
+ export const IconYoutubeLogo: any;
package/types/index.d.ts CHANGED
@@ -5367,3 +5367,31 @@ export { IconZlButtonRoundedtopHorizontal } from "./icons/IconZlButtonRoundedtop
5367
5367
  export { IconZrButtonRoundedtopHorizontalFill } from "./icons/IconZrButtonRoundedtopHorizontalFill";
5368
5368
  export { IconZrButtonRoundedtopHorizontal } from "./icons/IconZrButtonRoundedtopHorizontal";
5369
5369
  export { IconZzz } from "./icons/IconZzz";
5370
+ export { IconAuthyLogo } from "./icons/IconAuthyLogo";
5371
+ export { IconCLogo } from "./icons/IconCLogo";
5372
+ export { IconCPlusPlusLogo } from "./icons/IconCPlusPlusLogo";
5373
+ export { IconCSharpLogo } from "./icons/IconCSharpLogo";
5374
+ export { IconCss3Logo } from "./icons/IconCss3Logo";
5375
+ export { IconDigitialOceanLogo } from "./icons/IconDigitialOceanLogo";
5376
+ export { IconDiscordLogo } from "./icons/IconDiscordLogo";
5377
+ export { IconFacebookLogo } from "./icons/IconFacebookLogo";
5378
+ export { IconGitLogo } from "./icons/IconGitLogo";
5379
+ export { IconGithubLogo } from "./icons/IconGithubLogo";
5380
+ export { IconGitlabLogo } from "./icons/IconGitlabLogo";
5381
+ export { IconHtml5Logo } from "./icons/IconHtml5Logo";
5382
+ export { IconInstagramLogo } from "./icons/IconInstagramLogo";
5383
+ export { IconJavaLogo } from "./icons/IconJavaLogo";
5384
+ export { IconJavascriptLogo } from "./icons/IconJavascriptLogo";
5385
+ export { IconMetaLogo } from "./icons/IconMetaLogo";
5386
+ export { IconNotionLogo } from "./icons/IconNotionLogo";
5387
+ export { IconPythonLogo } from "./icons/IconPythonLogo";
5388
+ export { IconSlackLogo } from "./icons/IconSlackLogo";
5389
+ export { IconSpotifyLogo } from "./icons/IconSpotifyLogo";
5390
+ export { IconSvelteLogo } from "./icons/IconSvelteLogo";
5391
+ export { IconTelegramLogo } from "./icons/IconTelegramLogo";
5392
+ export { IconThreadsLogo } from "./icons/IconThreadsLogo";
5393
+ export { IconTwitterLogo } from "./icons/IconTwitterLogo";
5394
+ export { IconWordpressLogo } from "./icons/IconWordpressLogo";
5395
+ export { IconWorkOsLogo } from "./icons/IconWorkOsLogo";
5396
+ export { IconXLogo } from "./icons/IconXLogo";
5397
+ export { IconYoutubeLogo } from "./icons/IconYoutubeLogo";