@koobiq/react-icons 0.0.1-beta.8 → 0.0.1

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 (48) hide show
  1. package/dist/IconAuroraOs16.d.ts +2 -0
  2. package/dist/IconAuroraOs16.js +28 -0
  3. package/dist/IconBehance16.d.ts +2 -0
  4. package/dist/IconBehance16.js +26 -0
  5. package/dist/IconFileMultipleO16.js +2 -2
  6. package/dist/IconFileMultipleO24.js +2 -2
  7. package/dist/IconGithub16.d.ts +2 -0
  8. package/dist/IconGithub16.js +26 -0
  9. package/dist/IconGithubAlt16.d.ts +2 -0
  10. package/dist/IconGithubAlt16.js +26 -0
  11. package/dist/IconGitlab16.d.ts +2 -0
  12. package/dist/IconGitlab16.js +26 -0
  13. package/dist/IconHabr16.d.ts +2 -0
  14. package/dist/IconHabr16.js +29 -0
  15. package/dist/IconHabrAlt16.d.ts +2 -0
  16. package/dist/IconHabrAlt16.js +26 -0
  17. package/dist/IconHighlighter16.d.ts +2 -0
  18. package/dist/IconHighlighter16.js +26 -0
  19. package/dist/IconLinkedin16.d.ts +2 -0
  20. package/dist/IconLinkedin16.js +26 -0
  21. package/dist/IconLinkedinAlt16.d.ts +2 -0
  22. package/dist/IconLinkedinAlt16.js +26 -0
  23. package/dist/IconMagnifyingGlassBadgeSparkles16.js +5 -8
  24. package/dist/IconMattermost16.d.ts +2 -0
  25. package/dist/IconMattermost16.js +26 -0
  26. package/dist/IconReplace24.d.ts +2 -0
  27. package/dist/IconReplace24.js +20 -0
  28. package/dist/IconRobot16.js +2 -2
  29. package/dist/IconScan16.d.ts +2 -0
  30. package/dist/IconScan16.js +20 -0
  31. package/dist/IconShieldUser16.js +1 -1
  32. package/dist/IconTelegram16.d.ts +2 -0
  33. package/dist/IconTelegram16.js +26 -0
  34. package/dist/IconThumbsDown16.js +1 -1
  35. package/dist/IconThumbsUp16.js +1 -1
  36. package/dist/IconTimeMessenger16.d.ts +2 -0
  37. package/dist/IconTimeMessenger16.js +26 -0
  38. package/dist/IconTimeMessengerAlt16.d.ts +2 -0
  39. package/dist/IconTimeMessengerAlt16.js +26 -0
  40. package/dist/IconTrash16.js +12 -2
  41. package/dist/IconVk16.d.ts +2 -0
  42. package/dist/IconVk16.js +26 -0
  43. package/dist/IconVkAlt16.d.ts +2 -0
  44. package/dist/IconVkAlt16.js +26 -0
  45. package/dist/index.d.ts +18 -0
  46. package/dist/index.js +36 -0
  47. package/manifest.json +72 -0
  48. package/package.json +6 -1
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconAuroraOs16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,28 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconAuroraOs16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ d: "m8.086 15.852 2.19-3.753a.2.2 0 0 1 .172-.099h4.378l.052-.014a.1.1 0 0 0 .034-.136l-1.02-1.75a.2.2 0 0 0-.173-.1h-1.484l.74-1.269a.2.2 0 0 0 0-.201l-1.064-1.826a.1.1 0 0 0-.173 0L9.815 10H8.427l2.644-4.533a.2.2 0 0 0 0-.202L10.007 3.44a.1.1 0 0 0-.173 0L6.006 10H4.618l4.55-7.798a.2.2 0 0 0 0-.201L8.085.148a.1.1 0 0 0-.172 0L1.088 11.85a.1.1 0 0 0 .035.136l.051.014h4.378a.2.2 0 0 1 .173.1l2.189 3.752.038.037a.1.1 0 0 0 .097 0zM1.08 11.869v-.002z",
19
+ clipRule: "evenodd"
20
+ }
21
+ )
22
+ }
23
+ )
24
+ );
25
+ IconAuroraOs16.displayName = "IconAuroraOs16";
26
+ export {
27
+ IconAuroraOs16
28
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconBehance16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconBehance16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M14.667 4.333H10V3h4.666zM15.817 11c-.294.865-1.353 2-3.4 2-2.05 0-3.71-1.153-3.71-3.783 0-2.607 1.55-3.947 3.644-3.947 2.055 0 3.31 1.188 3.583 2.95.053.338.073.793.064 1.427h-5.351c.086 2.141 2.322 2.208 3.058 1.353zm-5.124-2.667h3.31c-.07-1.031-.757-1.479-1.651-1.479-.978 0-1.518.512-1.659 1.48m-6.382 4.659H0V3.014h4.635c3.65.054 3.72 3.63 1.814 4.604 2.307.84 2.384 5.374-2.138 5.374M2 7h2.39C6.06 7 6.326 5 4.18 5H2zm2.26 2H2v2.01h2.227C6.264 11.01 6.14 9 4.261 9"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconBehance16.displayName = "IconBehance16";
24
+ export {
25
+ IconBehance16
26
+ };
@@ -11,8 +11,8 @@ const IconFileMultipleO16 = forwardRef(
11
11
  ref,
12
12
  ...props,
13
13
  children: /* @__PURE__ */ jsxs("g", { fill: "currentColor", children: [
14
- /* @__PURE__ */ jsx("path", { d: "M8.517 0a.2.2 0 0 1 .142.059L10.2 1.6H3.8a.2.2 0 0 0-.2.2v11.4h-.4A1.2 1.2 0 0 1 2 12V1.2A1.2 1.2 0 0 1 3.2 0z" }),
15
- /* @__PURE__ */ jsx("path", { d: "M14.7 6.183a.2.2 0 0 0-.059-.141L11.46 2.859a.2.2 0 0 0-.142-.059H6A1.2 1.2 0 0 0 4.8 4v10.8A1.2 1.2 0 0 0 6 16h7.5a1.2 1.2 0 0 0 1.2-1.2zM6.4 4.6c0-.11.09-.2.2-.2h3.697v2.9c0 .11.09.2.2.2H13.1v6.7a.2.2 0 0 1-.2.2H6.6a.2.2 0 0 1-.2-.2z" })
14
+ /* @__PURE__ */ jsx("path", { d: "M8.517 16a.2.2 0 0 0 .142-.059L10.2 14.4H3.8a.2.2 0 0 1-.2-.2V2.8h-.4A1.2 1.2 0 0 0 2 4v10.8A1.2 1.2 0 0 0 3.2 16z" }),
15
+ /* @__PURE__ */ jsx("path", { d: "M14.7 3.383a.2.2 0 0 0-.059-.142L11.46.06A.2.2 0 0 0 11.317 0H6a1.2 1.2 0 0 0-1.2 1.2V12A1.2 1.2 0 0 0 6 13.2h7.5a1.2 1.2 0 0 0 1.2-1.2zM6.4 1.8c0-.11.09-.2.2-.2h3.697v2.9c0 .11.09.2.2.2H13.1v6.7a.2.2 0 0 1-.2.2H6.6a.2.2 0 0 1-.2-.2z" })
16
16
  ] })
17
17
  }
18
18
  )
@@ -11,8 +11,8 @@ const IconFileMultipleO24 = forwardRef(
11
11
  ref,
12
12
  ...props,
13
13
  children: /* @__PURE__ */ jsxs("g", { fill: "currentColor", children: [
14
- /* @__PURE__ */ jsx("path", { d: "M12.776 0a.3.3 0 0 1 .212.088L15.3 2.4H5.7a.3.3 0 0 0-.3.3v17.1h-.6A1.8 1.8 0 0 1 3 18V1.8A1.8 1.8 0 0 1 4.8 0z" }),
15
- /* @__PURE__ */ jsx("path", { d: "M22.05 9.274a.3.3 0 0 0-.088-.212l-4.774-4.774a.3.3 0 0 0-.212-.088H9A1.8 1.8 0 0 0 7.2 6v16.2A1.8 1.8 0 0 0 9 24h11.25a1.8 1.8 0 0 0 1.8-1.8zM9.6 6.9a.3.3 0 0 1 .3-.3h5.546v4.35a.3.3 0 0 0 .3.3h3.904V21.3a.3.3 0 0 1-.3.3H9.9a.3.3 0 0 1-.3-.3z" })
14
+ /* @__PURE__ */ jsx("path", { d: "M12.776 24a.3.3 0 0 0 .212-.088L15.3 21.6H5.7a.3.3 0 0 1-.3-.3V4.2h-.6A1.8 1.8 0 0 0 3 6v16.2A1.8 1.8 0 0 0 4.8 24z" }),
15
+ /* @__PURE__ */ jsx("path", { d: "M22.05 5.074a.3.3 0 0 0-.088-.212L17.188.088A.3.3 0 0 0 16.976 0H9a1.8 1.8 0 0 0-1.8 1.8V18A1.8 1.8 0 0 0 9 19.8h11.25a1.8 1.8 0 0 0 1.8-1.8zM9.6 2.7a.3.3 0 0 1 .3-.3h5.546v4.35a.3.3 0 0 0 .3.3h3.904V17.1a.3.3 0 0 1-.3.3H9.9a.3.3 0 0 1-.3-.3z" })
16
16
  ] })
17
17
  }
18
18
  )
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconGithub16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconGithub16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M8.006 1C4.132 1 1 4.155 1 8.058c0 3.12 2.007 5.76 4.79 6.695.348.07.476-.152.476-.338 0-.164-.012-.725-.012-1.31-1.948.422-2.354-.84-2.354-.84-.313-.819-.777-1.029-.777-1.029-.638-.432.046-.432.046-.432.708.047 1.079.724 1.079.724.626 1.075 1.635.772 2.041.585.058-.456.244-.772.44-.947-1.553-.164-3.189-.771-3.189-3.482 0-.771.278-1.402.72-1.893-.07-.175-.314-.9.069-1.87 0 0 .591-.187 1.925.725a6.7 6.7 0 0 1 1.752-.234c.591 0 1.194.082 1.751.234 1.334-.912 1.926-.725 1.926-.725.383.97.139 1.695.07 1.87.452.49.718 1.122.718 1.893 0 2.71-1.635 3.307-3.201 3.482.255.222.476.643.476 1.309 0 .946-.012 1.706-.012 1.94 0 .187.128.409.476.339A7.05 7.05 0 0 0 15 8.058C15.011 4.155 11.868 1 8.006 1"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconGithub16.displayName = "IconGithub16";
24
+ export {
25
+ IconGithub16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconGithubAlt16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconGithubAlt16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M6.91 16a1.256 1.256 0 0 1-1.254-1.24l-.003-.628c-2.782.6-3.36-1.201-3.36-1.201-.448-1.167-1.11-1.468-1.11-1.468-.91-.617.066-.617.066-.617 1.01.067 1.54 1.034 1.54 1.034.894 1.535 2.334 1.101 2.914.834.082-.65.347-1.1.629-1.35-2.219-.234-4.553-1.101-4.553-4.971 0-1.1.397-2.001 1.026-2.702-.099-.25-.447-1.284.1-2.668 0 0 .844-.267 2.748 1.034a9.6 9.6 0 0 1 2.5-.334c.844 0 1.705.117 2.5.334C12.557.756 13.4 1.023 13.4 1.023c.546 1.384.198 2.418.1 2.668.645.7 1.026 1.601 1.026 2.702 0 3.87-2.334 4.72-4.57 4.97.365.317.68.918.68 1.868 0 .57-.004 1.09-.007 1.529A1.25 1.25 0 0 1 9.38 16z"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconGithubAlt16.displayName = "IconGithubAlt16";
24
+ export {
25
+ IconGithubAlt16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconGitlab16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconGitlab16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "m14.84 6.58-.02-.05-1.926-5.028a.5.5 0 0 0-.498-.315.5.5 0 0 0-.29.108.5.5 0 0 0-.17.26l-1.301 3.979H5.369l-1.3-3.98a.505.505 0 0 0-.96-.052L1.18 6.526l-.018.051a3.58 3.58 0 0 0 1.186 4.134l.007.005.017.013 2.934 2.197 1.452 1.098.884.668a.594.594 0 0 0 .72 0l.883-.668 1.452-1.098 2.952-2.21.007-.007A3.58 3.58 0 0 0 14.84 6.58"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconGitlab16.displayName = "IconGitlab16";
24
+ export {
25
+ IconGitlab16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconHabr16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,29 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconHabr16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: [
14
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx(
15
+ "path",
16
+ {
17
+ fill: "currentColor",
18
+ d: "m1.351 6.943.124.185C1.228 7.12.968 7.096.917 6.99l.004-.015c.139-.037.258-.039.43-.032m1.319.56.06.183-.14.006.033-.186zm.477 1.33c-.124.114-.22.19-.294.362-.102-.084-.155-.25-.188-.436-.036-.202-.048-.427-.075-.595l.008-.086.144-.01.366.691zm-.186-1.705.057-.373.047-.003zm-.1-1.691.658.178-.003.03c-.306.224-.589.324-.74.731l.057-.908zm.614-.94c-.043.422.017.61.091.871.117.084.163.134.125.257-.197-.098-.405-.2-.707-.184l-.023-.025c.085-.333.25-.538.378-.802zm.944-.561.028-.002c-.09.31-.126 1.03-.285 1.315-.374-.177-.367-.943.052-1.246zM4.07 6.243l.315.342c-.123.38-.358.667-.457 1.107l-.187-.014c-.158-.444.24-1.166.307-1.49l.292.034.107.273zm.863-2.31c-.032.37.05.56.072.847l-.558.281c.047-.47.142-.78.273-1.112zm.216-.56.042-.003-.063.18-.123.008.095-.112zm.042 1.721-.558.343c.012-.208.276-.486.497-.564l.05.028zM5.562 3.8l-.1.572-.105.065-.055.061c-.1-.141-.126-.488-.104-.751zm.372-.429-.002.019-.143.136c-.094.036-.106.035-.227.03l.05-.185zm.371-.752-.165.376-.578-.042.003-.03c.237-.11.445-.239.74-.304m-.3.976.062-.036.053.188-.186-.037zm.486.556c-.221.085-.527.062-.704.16l-.039-.226.116-.15.562.22zm-.475.338-.252.01-.016-.08c.178-.072.476-.08.743-.109l-.282.155zm.661 0c-.213.052-.417.24-.556.385-.027-.17.3-.47.458-.564.07.062.077.056.098.179m.372-2.245-.003.03-.224.133-.33.024.002-.03zm-.301.563-.071-.105c.167-.141.538-.063.743-.043zm1.663-.553c.31.025.594.099.81.233l.057-.004-.034.049-.297.087-.536-.076-1.177-.169.003-.023c.38-.088.797-.128 1.174-.097m1.236-.1-.066.09a.9.9 0 0 1-.489-.188l.558.07zm.99.695.153-.058.16.138c-.021.156-.173.284-.289.436l-.089.006c-.242-.4-.548-.838-1.085-.992l-.023-.048q.108-.044.217-.087c.364.126.668.319 1.006.43.043.105.03.07-.05.175m.448.89-.043-.04-.092.006.154-.146zm.163 2.075c.252.217.316.53.211.939l-.323-.726.106-.162zm.074-1.69-.003.036-.132.15-.051-.1c.079-.141.022-.065.126-.08zm.154-.002.589.218-.005.059-.149.1-.59-.218.006-.059zm1.146.752-.326-.216-.045-.088c.141-.086.12-.082.27-.053zm.186-.071-.065.071c-.08-.04-.094-.092-.12-.188l.17.074zm-.139-.538-.047.004.155-.147zm.882.945-.09.04-.498-.279-.155-.21c.258-.19.267.03.51.15zm.186.166-.186-.067.112-.06zm-.226.303c.067.135.067.096.226.077L13.451 6l-.271-.518.003-.032c.2-.043.265.03.46.058l.077.121zm.04.337.372-.202c-.075.167-.171.253-.286.375zm.743.717c-.1.087-.165.115-.356.13l.153.017-.003.027-.523.222-.014-.67.361-.426.066-.032zm-.185-1.028c1.025-.285.827.258.37.672q-.187-.336-.37-.672m.929.109c-.378 1.772-.451 1.869-1.788 2.63l-.07-.105.047-.198c.872-.248 1.367-.704 1.316-1.736l.437-.56zm.045 0-.045-.184.139-.004zm-2.275 1.723.024-.364.13-.042.018-.002a.96.96 0 0 1-.074.564c-.062-.04-.075-.057-.098-.156m-.743 1.644.003-.032.244-.582.051-.123.429.029q.009.048.013.094c.019.22-.058.398-.137.629zm.186.754.005-.29.007-.073.313.023.046-.004-.214.356zm-.184-1.215.019-.01.148-.076.017-.002-.023.078-.086.298-.077-.265q0-.012.002-.023m-.29.935-.084-.083c.082.056.029 0 .084.083m-.455-.223c.104-.066.217-.046.371-.044l-.045.15c-.127.051-.145.032-.29.018zm.227.703.144.339-.334.225c-.099-.136.01-.517.19-.564m-.367-1.18-.046.004.06-.14q-.006.068-.014.137m.536.053-.025-.016.082-.171.027-.001.077.18zm1.286-2.443-.01-.063c.049-.06.08-.097.164-.125l.022.111-.108.072zm-.01.459c-.034.044-.093.07-.136.105l-.05-.94zm-.341 1.26c.123-.069.14-.006.155.16h-.371l.006-.059zm-.182-.52q.04-.036.084-.071l.067.12-.031.067-.154-.017zm-.034.498-.194.182-.126-.02-.052.004.09-.172zm-.702-.107c-.077-.053-.02-.046-.036-.087zm.586-.838-.628-.325c.03-.43.082-.923.04-1.366.484.175.918.96.588 1.69m-.442 0c.155.08.146.156.36.22.037.14-.02.195-.109.343l-.227-.009c-.047-.247.004-.39-.024-.554m.043 1.214c-.078-.053-.022-.046-.037-.087q.018.045.037.087m1.258-1.808q0-.018.002-.035l.167-.123c.03.192.018.513-.026.752-.098-.078-.117-.404-.143-.594m0 .594.112-.188-.065.184zm1.083-.562.031-.002c.01.72-.436.85-1.021 1.122l-.093.005.364-.753zm-1.101-1.406.018.055-.047.034-.14-.188zm-.168.312.005-.033.041-.002.14.188c-.108-.052-.126-.064-.186-.153m.186.48-.251.236-.538-.779-.698-.604.154-.12c.338.146.928.424 1.047.77.039.113-.094.206-.004.3.108.112.216.032.29.197M11.61 7.316l.057.022.025.541-.087-.02c-.081-.06-.139-.34-.064-.461zm-.411.942.06-.003q.031.074.062.147l-.096.037-.09.004zm-.17 3.004-.08-.275.344-.1.028-.001-.003.026zm-.266-.752c.034-.11.059-.127.12-.188l.052.02.014.048-.114.113zm.088.188-.088-.096.186-.092-.048.185q-.026 0-.05.003m-.196.853-.077-.064.057-.004.287-.221.027.226-.22.15q-.036-.045-.074-.087m.014 2.151c-.447.02-.714-.095-1.08-.127l-.418-.824-.08-.083c.702-.083 1.144-.421 1.664-.655.184.174.6 1.065.233 1.459-.087.134-.186.148-.319.23m-1.92-.927.168-.01c.253.169.425.472.546.751q-.372-.106-.743-.214c.055-.188.078-.379.028-.527m-.534-.709.836-.24 1.317.128.024.066c-.392.176-.838.324-1.288.552-.487.038-.604-.143-.942-.262zm-.053.885.017-.162.32-.024c.027.141.055.22.015.376zm-.371.295.124-.069c.153-.1.268.034.433.087l-.066.064zm.36-.293-.12-.055-.054-.133.185.011zm-.546 0 .186.159c0 .098-.01.087-.031.216zm-.482-.705c.174-.053.407-.041.668-.047l-.243.188-.5-.05zm-.447-9.416c.345-.33 1.21-.23 1.428-.022l.058-.005c-.288.268-.735.3-1.01.565-.215-.143-.393-.235-.476-.538m1.898.538.146.165q-.197.011-.404.027c-.307.026-.61.072-.823.182l-.027.002-.047-.072a2.7 2.7 0 0 1 1.127-.302zm.723-.94c.24.241.6.383.723.752-.504-.234-1.279-.23-1.672-.602.347.073.641.046.95-.15m.166 1.316.689.094.054-.005-.553.474c-.086-.174-.107-.41-.19-.563m.885.803-.142-.021.186-.03zm-.142-.449.17-.166.016.187-.123-.027zm.337 6.219-.081.003-.07-.065.054-.072.132-.05zm-.148.342.068-.078.006-.073.109.172-.186.016zm-.074.6-.115-.137.372-.05-.177.182zm.07.564-.37-.044.261-.144zm-.26-.53.075.071-.269.07-.288.014.401-.188q.041.016.081.033m-1.04-8.113c.217.006.447.06.558.188-.15-.015-.42.01-.487-.106zm.189.752c.106.092.143.201.124.375-.164-.056-.121-.235-.124-.375m.183 1.184.006-.032c.37-.08.45.048.281.163-.145-.02-.212-.075-.287-.131m.476 4.828.081.02q0 .014-.003.026-.09.072-.183.142l.076-.186zm-.103-4.583.139-.114.045.188-.186-.041zm.556 5.025-.449.117-.109.005.003-.019a.8.8 0 0 0 .376-.169l.157.03zm-.32-.442-.052-.104.128-.084.058.031-.073.152zm-1.167 1.3.222-.172.684.058.023.051-.462.267a.7.7 0 0 1-.409-.208zm-.344.016.344.188-.557-.098zm-.027.383-.002.046-.106.058-.078.01.003-.045c.081-.107.067-.071.183-.069m-.876-7.647-.053-.056c.184-.1.476-.148.762-.171.236-.02.468-.022.634-.025l.09.563c-.242-.026-.474-.058-.724-.07a4 4 0 0 0-.648.024zm.273 7.54.046.08-.044.168-.514.04c.055-.168.137-.25.226-.377zm-.633-.652c-.234-.013-.554-.184-.622-.376l.743.189zm.26-.01-.139.01.005-.045.154-.143zm-.51-6.871.226-.071q.072.09.145.182l-.152.005zm-.003 8.067-.035.123-.054.006-.094-.188.186.02q-.002.02-.003.04m.103-.81.433.087.024.059-.337.417-.406-.06zm3.244-5.889.084-.123.03-.001.233.058.024.034-.26.096zm.502-.607-.13-.08c.133.048.056-.007.13.08m-.042.859-.089-.076.186-.112zm-.089 1.315.29.071c.077.03.075.039.082.117-.124-.048-.332-.08-.372-.188m.029-.512.04-.052.117.188-.186-.036zM7.029 12.61l.02.05-.25.095-.122.01q0-.013.003-.026l.085-.133c.118-.055.121-.02.264.004m-.538-9.428c.163.12.204.269.18.752-.108-.137-.172-.426-.18-.752m.107-.376-.014.136-.093.007zm-.107.188-.014.136-.172-.032.142-.1zm0 10.898.092-.957.651-.17-.684 1.093zm.046-2.571.1-.06c.091.109.01.264-.076.376-.072-.067-.08-.108-.061-.26zm-.603-.092.214-.343.343.2q-.176.276-.354.551a.7.7 0 0 1-.203-.408m0 1.472.342-.312.162.014.053.088-.04.274zm-.558-.256.409-.244.311.049.024.043-.328.284a.6.6 0 0 1-.357-.135zm-.054-.363.15-.069.064.014.026.03q-.216.073-.433.144l-.124-.043zm-.503-.176.11-.264c.203-.027.25.074.403.137l.044.067L5.15 12l-.185.012zm-.372.771.27-.476c.18 0 .202.015.276.11.033.054.005.025-.067.037l-.017.164.282.044c-.055.137-.064.119-.148.206-.277.015-.402-.038-.596-.085m-.312-.664.472.142.026.056-.303.366-.44-.144zm-1.82-.508.006-.056.263.203.023.054c-.548.422.29 1.798 1.244.907l.41.164c-.157.28-.428.391-.714.55-.682.056-1.637-1.055-1.232-1.822m.636.193.01.127-.151-.114-.035-.074zm.94.798-.34.262c-.669.07-.94-.392-.961-.959l.13-.157.057-.005c.337.265.634.668 1.09.802zm-.648-2.738c-.061-.044-.065-.065-.096-.14l.127-.481.149-.13.096.14zm-.096.163.293-.691.06-.035c.135.237.33.345.39.667l-.441.46a.9.9 0 0 1-.302-.401m.557.574.373-.36.185.375zm.93-3.796c-.177.375-.41.63-.551.993-.061-.33.308-.804.427-1.095l.056-.033zm0-1.034c.275-.085.46-.241.659-.416l.083.251-.234.313zm.928.02-.1.128-.086-.015.003-.02.168-.153zm-.146-.81.03-.002.116.246-.044.13c-.17-.089-.163-.194-.102-.374m-.035 5.447.172.123-.177-.077zm-.002.188.183.08-.003.022-.394.274c-.113-.05-.127-.152-.16-.263l.003-.022zm-.55-.376.176.071-.095.055-.09.01zm-.01-3.758c.223.063.153.021.162.188-.102-.06-.11-.088-.162-.188m0 3.357.016-.162c.086.06.116.095.17.187zm.372-2.347c-.07.09-.067.065-.186.118l.081-.188zm0-.755-.117.121c-.117-.066-.061-.04-.009-.161l.07-.027zm-.015-.32-.171-.123c.132.05.101.02.17.123m-.357 3.447.186.148c-.095-.002-.146-.023-.186-.148m.557-.007-.075.007-.065-.12-.045-.058.1-.01zm-.102-3.479-.083-.084c.081.057.027.002.083.084m.012 3.094L5.19 9.17l.04-.162.023-.001.122.376zm-.487 2.187.02.025-.066.247a.5.5 0 0 1-.306-.375zm-.537.272.185.165c-.118-.052-.126-.05-.185-.165m.32-1.665.023.162-.158-.188zm-.183.878-.137-.34c.162.062.29.248.371.376zm.146-3.345.046-.001-.136.187c-.022-.046.005-.09.08-.145zm-.098 1.615-.037.075-.107-.083-.041-.09.145-.015zm-1.3 1.578c.372.242 1.005.466 1.115.94a3.1 3.1 0 0 1-1.115-.94m.965-.182.15.182-.372-.188zm1.361.558-.282-.284.493-.468.064.515zm.275.314.05-.123.065-.003.07.187zm.25-.69-.064-.188.135.025zm-.25-6.327.002-.017.184-.045-.129.188zM3.875 8.443l-.17-.376c.218.048.183.203.17.376m-.455.188c-.159-.11-.26-.329-.273-.564.326.077.308.205.372.502zm-.192-.98c-.237-.224.108-1.119.26-1.324.08-.101.18-.1.314-.139l.088.023c-.223.395-.374.931-.427 1.48zm-.347 3.047.114.19-.102.237q-.03.03-.058.062c.082.011.101-.06.226-.161.24.39.609.762 1.015.974l-.222.389-.67-.431c-.078-.142.028-.305-.095-.392-.112-.079-.256.035-.37 0l-.315-.288c.092-.206.181-.409.365-.514zm-.643-2.072c.024-.185.064-.376.11-.556l.025-.003.097.559.05.292.441 1.216c-.352-.192-.571-.637-.54-1.236-.085.194-.014.497.014.667-.217-.183-.245-.548-.197-.939m-.322.193a.7.7 0 0 1-.063-.226q-.015-.133.004-.316l.032-.068.143-.142-.08.526zm12.936 1.879-.372-.143.36-.045zM5.02 13.756l.097-.052-.112.188zm-2.802-6.44L2.06 7.3c-.197-.064-.383-.293-.4-.548.302.027.404.17.554.344zM2.196 7.3c.022-.405-.289-.658-.692-.648.07-.57.566-.86 1.008-1.052l.086-.006c-.075.715-.018 1.33-.286 1.95-.198.455-.9.446-.861 1.149q0 .03.005.06c.1.934 1.119 1.124 1.26 1.946-1.51.767.33 3.988 1.526 2.096.213.03.404.127.67.034.124-.068.149-.124.197-.266l.427.22.022.054c-.391.303-.667.719-1.087 1.003l.04-.115-.11-.02-.06.033-.055.255c.24.244.967-.64 1.18-.813-.12.42-.418.636-.583 1.02l.051.053c.314-.224.699-.859.757-1.342l.47.078c-.59.794-1.586 2.066-2.38 2.532.12-.38.313-.669.41-.98l-.056.004-.052-.052c-.193.38-.512.646-.57 1.16.041.062.084.096.128.13.946-.158 2.008-2.053 2.763-2.7-.204 2.045-.538 1.59-1.492 2.83.866-.431.627-.757 1.369-1.368-.045.296.086 1.18-.444 1.374l.085-.006c.575-.357.309-.441.445-.844l.082-.788.821-1.15.06-.033c.092.288.508.6.959.516l.323-.135.811.303c.107 1.164.489 1.123-.25 2.01.755-.385.61-1.175.358-1.962 1.756.203 1.686-.389 1.353-1.665l.309.006c-.057-.086-.211-.022-.329-.088-.053-.034-.043-.028-.076-.078.418-.47 1.423-.004 1.213.776.288-.647-.35-1.221-.966-.99.263-.31.581-.566.748-.978l.06-.032q.721.758 1.445 1.514l.085-.006.065-.089-1.377-1.63.148-.068a.3.3 0 0 1 .254-.088l-.073-.037c.739.074 1.68.688 2.451.49.071-.123.074-.19.032-.31.82.021.63-.053 1.1-.451-.824.132-1.018.155-2.178 0l-1.027-.12-.057.004.276-.495c.847-.016 2.492.107 2.941-.422l-.099-.133-.387-.055c-.033.049-.038.096-.043.143l.306.033c-.666.167-1.944.376-2.55.17-.064-.077-.016-.345-.014-.538q.002-.057-.004-.104c.87-.259 1.516-.842 1.78-1.724.152-.504.052-1.167.379-1.481.209.018.251.106.404.166-.08-.113-.197-.175-.342-.227l-.272.188c-.25.096-.51-.155-.932.04-.343-.292-.537-.754-1-.931l-.047-.08.562-.545c-.184.153-.372.335-.56.516l-.376-.168-.022-.054c.429-.303.81-.416 1.298-.32l.07.135c-.023.04-.043.05-.062.06l-.165-.043c.071.041.145.055.219.068l.062-.06.009-.085c-.107-.095-.14-.163-.348-.17l.1-.147c-.24.164-.726.208-.964.35l.55-.432.066-.088-1.019.606c-.217-.015-.448-.117-.566-.238l-.056.004 1.209-.815-.02-.083-1.375.8-.44-.107.041-.395L14.471.861l.057-.004-.045-.108c-.117-.056-.597.332-.778.448-.697.447-1.314 1.002-2 1.406.283-.36.802-.717.887-1.24l-.139-.017-.215.183.235-.101c-.152.46-.84 1.283-1.228 1.544l-.045-.109c.253-.424.501-.993.384-1.537l-.212-.124-.226.016c.145.058.243.072.35.142.068.527-.192.884-.332 1.31l-.06.033c-.093-.172-.087-.256-.28-.287l-.016-.11.131-.178.09-.063c.031.058.033.037.043.137a.3.3 0 0 0 .042-.143l-.107-.048-.284.3c-.237-.158-.498-.324-.831-.385.188-.392.763-1.02.466-1.516-.362-.603-1.597.092-2.05.57a1 1 0 0 0-.136.178q.046-.036.136-.105C8.755.721 9.944-.074 10.201.561c.27.355-.247 1.037-.388 1.315a12 12 0 0 0-1.504-.085 5.4 5.4 0 0 0-1.606.258c-.263.087-1.384.756-1.427.748l-.51-.493q-.536-.27-1.07-.536l-.005.056-.063.06 1.37 1.157-.21.127c-.563-.426-.951-.684-1.79-.902l-.141.01c.49.337.982.646 1.475.954l.099.132c-.352.149-.5.455-.798.646-.464-.221-.894-.421-1.457-.591l-.04.115 1.055.676.056-.004-.181.125c-.084.282-.249.61-.386 1.007-.525.427-1.206.401-1.312 1.27-.167.046-.286.06-.439.173l-.012.112c.096.135.95.495 1.154.53zM8.43 1.29l.078.014-.104-.013-.054.003c.082-.153.324-.191.557-.174l-.016.11-.455.023zm.326.202.219-.072c.095-.157.149-.323.1-.476-.225-.044-.355.01-.566.099q-.058.093-.114.188l-.045.072a.4.4 0 0 0 .044.043c.072.06.158.08.317.067.043.074-.007.04-.086.062zm5.403 1.691-.235.044.145-.01.165.07-.25.46c.128-.152.257-.26.311-.491zm-1.35 7.328c-.059-.103-.123-.172-.186-.188.057.053.122.115.186.188m-.743 2.255-.186.107.143-.013zm.743-2.255c.189.213.33.62.29.94.214-.463-.03-.751-.29-.94"
19
+ }
20
+ ) }),
21
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }) })
22
+ ]
23
+ }
24
+ )
25
+ );
26
+ IconHabr16.displayName = "IconHabr16";
27
+ export {
28
+ IconHabr16
29
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconHabrAlt16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconHabrAlt16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M13.8 1A1.2 1.2 0 0 1 15 2.2v11.6a1.2 1.2 0 0 1-1.2 1.2H2.2A1.2 1.2 0 0 1 1 13.8V2.2A1.2 1.2 0 0 1 2.2 1zM5.1 12.084h1.92c0-.024.011-.873.018-1.832.005-1.575.016-1.771.11-1.958.195-.406.54-.574 1.037-.52.291.032.475.165.646.454.12.218.126.241.126 2.035v1.82h1.948l-.018-2.23c-.017-1.997-.029-2.254-.117-2.5A1.99 1.99 0 0 0 9.484 6.09c-.282-.1-.447-.117-.85-.106-.613.023-.937.142-1.322.48l-.275.248-.014-3.38H5.1z"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconHabrAlt16.displayName = "IconHabrAlt16";
24
+ export {
25
+ IconHabrAlt16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconHighlighter16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconHighlighter16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "m3.89 14.233-1.062 1.06L0 13.88l1.768-1.767zm3.181-1.06-.212-.213a1.2 1.2 0 0 0-1.697 0l-.424.424-2.122-2.121.425-.425a1.2 1.2 0 0 0 0-1.697l-.213-.211 1.415-1.415 4.242 4.243zM14.65 2.646a1.2 1.2 0 0 1 .082 1.607L9.192 11.05 4.95 6.808l6.797-5.539a1.2 1.2 0 0 1 1.607.083z"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconHighlighter16.displayName = "IconHighlighter16";
24
+ export {
25
+ IconHighlighter16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconLinkedin16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconLinkedin16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M13.8 1A1.2 1.2 0 0 1 15 2.2v11.6a1.2 1.2 0 0 1-1.2 1.2H2.2A1.2 1.2 0 0 1 1 13.8V2.2A1.2 1.2 0 0 1 2.2 1zM3 13l2.145.001V6.639H3zm7.593-6.51c-1.123 0-1.626.617-1.906 1.051v-.902H6.572c.028.597 0 6.362 0 6.362h2.115V9.448c0-.19.014-.38.07-.516.153-.38.5-.773 1.085-.773.765 0 1.071.584 1.071 1.439V13h2.114V9.354c0-1.954-1.043-2.865-2.434-2.865M8.687 7.561h-.014l.014-.021zM4.1 3.572c-.723 0-1.196.475-1.196 1.099 0 .61.459 1.1 1.168 1.1h.014c.737 0 1.196-.49 1.196-1.1-.014-.624-.46-1.099-1.182-1.099"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconLinkedin16.displayName = "IconLinkedin16";
24
+ export {
25
+ IconLinkedin16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconLinkedinAlt16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconLinkedinAlt16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M3.997 13.544h-3v-8.8h3zm7.635-9.008C13.557 4.536 15 5.795 15 8.498v5.046h-2.925V8.836c0-1.183-.424-1.99-1.482-1.99-.808 0-1.29.544-1.501 1.069-.077.188-.096.45-.096.714v4.915H6.07c0-.049.039-7.975 0-8.8h2.926V5.99c.389-.6 1.084-1.454 2.636-1.454M8.977 6.02h.02v-.03zM2.506.5c1 0 1.617.657 1.636 1.52 0 .845-.636 1.521-1.656 1.521h-.018c-.982 0-1.616-.676-1.616-1.52C.852 1.157 1.505.5 2.506.5"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconLinkedinAlt16.displayName = "IconLinkedinAlt16";
24
+ export {
25
+ IconLinkedinAlt16
26
+ };
@@ -1,4 +1,4 @@
1
- import { jsx } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  const IconMagnifyingGlassBadgeSparkles16 = forwardRef(
4
4
  (props, ref) => /* @__PURE__ */ jsx(
@@ -10,13 +10,10 @@ const IconMagnifyingGlassBadgeSparkles16 = forwardRef(
10
10
  viewBox: "0 0 16 16",
11
11
  ref,
12
12
  ...props,
13
- children: /* @__PURE__ */ jsx(
14
- "path",
15
- {
16
- fill: "currentColor",
17
- d: "M13.241.08c.031-.107.182-.107.213 0l.196.67c.084.29.31.516.6.6l.67.196c.107.031.107.182 0 .213l-.67.196a.89.89 0 0 0-.6.6l-.196.67c-.031.107-.182.107-.213 0l-.196-.67a.89.89 0 0 0-.6-.6l-.67-.196c-.107-.031-.107-.182 0-.213l.67-.196a.89.89 0 0 0 .6-.6zM9.794 9.217a3.905 3.905 0 1 1-3.629-6.32 4.5 4.5 0 0 1 1.22-1.612 5.507 5.507 0 1 0 2.662 9.891l3.516 3.515a.2.2 0 0 0 .283 0l.85-.85a.2.2 0 0 0 0-.282l-3.516-3.515q.37-.496.623-1.068a4.5 4.5 0 0 1-2.009.24m.694-7.625.392 1.34a1.77 1.77 0 0 0 1.202 1.202l1.34.392c.211.062.211.362 0 .425l-1.34.391a1.77 1.77 0 0 0-1.203 1.202l-.391 1.34c-.062.212-.363.212-.425 0l-.392-1.34A1.77 1.77 0 0 0 8.47 5.342l-1.34-.391c-.212-.062-.212-.363 0-.425l1.34-.392a1.77 1.77 0 0 0 1.202-1.202l.392-1.34c.062-.212.363-.212.425 0"
18
- }
19
- )
13
+ children: /* @__PURE__ */ jsxs("g", { fill: "currentColor", children: [
14
+ /* @__PURE__ */ jsx("path", { d: "M6.765 1.25q.53.001 1.034.099c-.408.427-.73.938-.934 1.504l-.1-.001a3.906 3.906 0 0 0 0 7.81 3.9 3.9 0 0 0 3.475-2.127q.32.05.655.05.579-.001 1.113-.147a5.5 5.5 0 0 1-.824 1.606l3.515 3.515a.2.2 0 0 1 0 .283l-.85.85a.2.2 0 0 1-.283 0l-3.515-3.516A5.507 5.507 0 1 1 6.765 1.25" }),
15
+ /* @__PURE__ */ jsx("path", { d: "M10.791 1.16c.062-.213.363-.213.425 0l.391 1.339a1.77 1.77 0 0 0 1.203 1.202l1.34.392c.211.062.211.362 0 .425l-1.34.391a1.77 1.77 0 0 0-1.203 1.202l-.391 1.34c-.062.212-.363.212-.425 0l-.392-1.34A1.77 1.77 0 0 0 9.197 4.91l-1.34-.391c-.212-.063-.212-.363 0-.425l1.34-.392A1.77 1.77 0 0 0 10.4 2.5z" })
16
+ ] })
20
17
  }
21
18
  )
22
19
  );
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconMattermost16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconMattermost16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M7.595 1.014c.295-.017.587-.017.58.01-.024.073-.937 1.123-.985 1.135-.31.068-.601.146-.825.23a4.99 4.99 0 0 0-3.202 3.753c-.07.363-.084 1.145-.028 1.536.165 1.129.645 2.088 1.464 2.918q1.191 1.208 2.996 1.531c.28.05 1.369.05 1.648 0a5.4 5.4 0 0 0 2.236-.922c.34-.24.883-.783 1.124-1.124.441-.628.74-1.36.866-2.137.056-.358.041-1.168-.028-1.559a5.34 5.34 0 0 0-1.068-2.32l-.195-.242-.037-.727c-.02-.433-.025-.727-.008-.727.05.001.543.42.833.718.567.573.95 1.113 1.308 1.84q.51 1.035.675 2.22c.045.345.045 1.361 0 1.705a7.2 7.2 0 0 1-1.369 3.362 8.4 8.4 0 0 1-1.179 1.22c-1.028.828-2.244 1.34-3.605 1.516a8 8 0 0 1-1.774-.034c-1.875-.28-3.48-1.23-4.591-2.71a6.98 6.98 0 0 1-.922-6.777c1-2.523 3.339-4.22 6.086-4.41zm2.409.673c.084-.061.162-.044.218.04.044.062.056.203.084 1.23l.055 2.011c.045 1.424.044 1.997-.011 2.227-.168.762-.609 1.305-1.257 1.556-.213.084-.246.084-.632.084-.38 0-.42-.005-.67-.089a1.94 1.94 0 0 1-.855-.523 1.72 1.72 0 0 1-.532-1.397 2.1 2.1 0 0 1 .252-.922c.13-.263.549-.806 1.973-2.543.302-.37.721-.885.928-1.15.212-.263.41-.502.447-.524"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconMattermost16.displayName = "IconMattermost16";
24
+ export {
25
+ IconMattermost16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconReplace24: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,20 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconReplace24 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 24,
8
+ height: 24,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 24 24",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx("g", { fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M4.05 9.759a8.265 8.265 0 0 1 16.017-2.874h2.238a.3.3 0 0 1 .252.457l-3.555 5.717a.297.297 0 0 1-.504 0l-3.555-5.717a.3.3 0 0 1 .252-.457h2.234A5.865 5.865 0 0 0 6.45 9.759V13.2h-2.4zM1.7 15a.2.2 0 0 0-.2.2v7.1c0 .11.09.2.2.2h7.1a.2.2 0 0 0 .2-.2v-7.1a.2.2 0 0 0-.2-.2zM15.2 15a.2.2 0 0 0-.2.2v7.1c0 .11.09.2.2.2h7.1a.2.2 0 0 0 .2-.2v-7.1a.2.2 0 0 0-.2-.2z" }) })
14
+ }
15
+ )
16
+ );
17
+ IconReplace24.displayName = "IconReplace24";
18
+ export {
19
+ IconReplace24
20
+ };
@@ -11,8 +11,8 @@ const IconRobot16 = forwardRef(
11
11
  ref,
12
12
  ...props,
13
13
  children: /* @__PURE__ */ jsxs("g", { fill: "currentColor", children: [
14
- /* @__PURE__ */ jsx("path", { d: "M4.9 7.5a.2.2 0 0 0-.2.2v2.1a.2.2 0 0 0 .2.2H7a.2.2 0 0 0 .2-.2V7.7a.2.2 0 0 0-.2-.2zM8.8 7.7a.2.2 0 0 1 .2-.2h2.1c.11 0 .2.09.2.2v2.1a.2.2 0 0 1-.2.2H9a.2.2 0 0 1-.2-.2z" }),
15
- /* @__PURE__ */ jsx("path", { d: "M5.2 1a.2.2 0 0 0-.2.2v1.2c0 .11.09.2.2.2h2V4h-4A1.2 1.2 0 0 0 2 5.2v2.2H.7a.2.2 0 0 0-.2.2v3.2c0 .11.09.2.2.2H2v2.8A1.2 1.2 0 0 0 3.2 15h9.602a1.2 1.2 0 0 0 1.2-1.2V11h1.3a.2.2 0 0 0 .2-.2V7.6a.2.2 0 0 0-.2-.2h-1.3V5.2a1.2 1.2 0 0 0-1.2-1.2H8.8V1.2a.2.2 0 0 0-.2-.2zM3.6 5.8c0-.11.09-.2.2-.2h8.402c.11 0 .2.09.2.2v7.4a.2.2 0 0 1-.2.2H10v-1.2a.2.2 0 0 0-.2-.2H6.2a.2.2 0 0 0-.2.2v1.2H3.8a.2.2 0 0 1-.2-.2z" })
14
+ /* @__PURE__ */ jsx("path", { d: "M4.9 6.5a.2.2 0 0 0-.2.2v2.1a.2.2 0 0 0 .2.2H7a.2.2 0 0 0 .2-.2V6.7a.2.2 0 0 0-.2-.2zM8.8 6.7a.2.2 0 0 1 .2-.2h2.1c.11 0 .2.09.2.2v2.1a.2.2 0 0 1-.2.2H9a.2.2 0 0 1-.2-.2z" }),
15
+ /* @__PURE__ */ jsx("path", { d: "M5.2 0a.2.2 0 0 0-.2.2v1.2c0 .11.09.2.2.2h2V3h-4A1.2 1.2 0 0 0 2 4.2v2.2H.7a.2.2 0 0 0-.2.2v3.2c0 .11.09.2.2.2H2v2.8A1.2 1.2 0 0 0 3.2 14h9.602a1.2 1.2 0 0 0 1.2-1.2V10h1.3a.2.2 0 0 0 .2-.2V6.6a.2.2 0 0 0-.2-.2h-1.3V4.2a1.2 1.2 0 0 0-1.2-1.2H8.8V.2a.2.2 0 0 0-.2-.2zM3.6 4.8c0-.11.09-.2.2-.2h8.402c.11 0 .2.09.2.2v7.4a.2.2 0 0 1-.2.2H10v-1.2a.2.2 0 0 0-.2-.2H6.2a.2.2 0 0 0-.2.2v1.2H3.8a.2.2 0 0 1-.2-.2z" })
16
16
  ] })
17
17
  }
18
18
  )
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconScan16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,20 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconScan16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx("g", { fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M2.4 11c.11 0 .2.09.2.2v2.2h2.2a.2.2 0 0 1 .2.2v1.2a.2.2 0 0 1-.2.2H1.2a.2.2 0 0 1-.2-.2v-3.6c0-.11.09-.2.2-.2zM14.8 11c.11 0 .2.09.2.2v3.6a.2.2 0 0 1-.2.2h-3.6a.2.2 0 0 1-.2-.2v-1.2c0-.11.09-.2.2-.2h2.2v-2.2a.2.2 0 0 1 .2-.2zM14.8 7c.11 0 .2.112.2.25v1.5c0 .138-.09.25-.2.25H1.2c-.11 0-.2-.112-.2-.25v-1.5c0-.138.09-.25.2-.25zM4.8 1c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2H2.6v2.2a.2.2 0 0 1-.2.2H1.2a.2.2 0 0 1-.2-.2V1.2c0-.11.09-.2.2-.2zM14.8 1c.11 0 .2.09.2.2v3.6a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2V2.6h-2.2a.2.2 0 0 1-.2-.2V1.2c0-.11.09-.2.2-.2z" }) })
14
+ }
15
+ )
16
+ );
17
+ IconScan16.displayName = "IconScan16";
18
+ export {
19
+ IconScan16
20
+ };
@@ -14,7 +14,7 @@ const IconShieldUser16 = forwardRef(
14
14
  "path",
15
15
  {
16
16
  fill: "currentColor",
17
- d: "M7.98 15.446 1.5 11.418V2.202a.7.7 0 0 1 .7-.702h11.6a.7.7 0 0 1 .7.702v9.215zm1.875-8.938a3 3 0 0 0 .106-.774c0-1.156-.817-2.23-1.981-2.23S6 4.578 6 5.734c0 .257.036.52.105.774h-.141l.457.759q.077.128.168.247c.315.415.79.765 1.39.765.607 0 1.086-.357 1.401-.778q.086-.112.159-.234l.457-.759zm.63.503-.448-.251-.24.455q-.09.173-.198.326c-.343.49-.9.94-1.62.94-.718 0-1.275-.45-1.619-.94a3 3 0 0 1-.19-.312l-.24-.451-.446.25-.465.26a1.7 1.7 0 0 0-.835 1.825l.376 1.84a.7.7 0 0 0 .686.561h5.506a.7.7 0 0 0 .686-.56l.375-1.841a1.7 1.7 0 0 0-.835-1.825z"
17
+ d: "M2.2 1.5h11.6c.386 0 .7.314.7.702v9.214l-6.52 4.03-6.48-4.029V2.202c0-.388.314-.702.7-.702Zm7.598 5.715q-.09.172-.198.326c-.344.49-.902.94-1.62.94s-1.276-.45-1.62-.94a3 3 0 0 1-.19-.312l-.24-.452-.447.25-.463.261a1.7 1.7 0 0 0-.835 1.825l.375 1.841a.7.7 0 0 0 .686.56h5.506a.7.7 0 0 0 .686-.56l.375-1.84a1.7 1.7 0 0 0-.835-1.826l-.494-.277-.448-.251zM7.979 3.504C6.816 3.504 6 4.579 6 5.734c0 .258.038.52.106.775h-.141l.457.758q.077.127.167.244c.315.416.79.767 1.391.767.608 0 1.088-.357 1.403-.779H9.38q.085-.112.158-.232l.457-.758h-.142c.07-.254.107-.517.107-.775 0-1.155-.817-2.23-1.982-2.23Z"
18
18
  }
19
19
  )
20
20
  }
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconTelegram16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconTelegram16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M.97 7.863q5.685-2.477 7.582-3.266c3.61-1.501 4.36-1.762 4.85-1.77.107-.003.347.024.503.15.132.107.168.251.185.352.017.102.039.332.022.512-.196 2.056-1.042 7.044-1.473 9.346-.182.975-.541 1.301-.888 1.333-.755.07-1.329-.499-2.06-.978-1.144-.75-1.79-1.217-2.901-1.949-1.284-.846-.452-1.31.28-2.07.191-.199 3.518-3.224 3.582-3.499.008-.034.016-.162-.06-.23-.077-.067-.189-.044-.27-.026q-.171.039-5.483 3.625-.779.534-1.41.52c-.464-.01-1.357-.262-2.02-.478C.593 9.17-.054 9.03.002 8.581q.044-.35.968-.718"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconTelegram16.displayName = "IconTelegram16";
24
+ export {
25
+ IconTelegram16
26
+ };
@@ -10,7 +10,7 @@ const IconThumbsDown16 = forwardRef(
10
10
  viewBox: "0 0 16 16",
11
11
  ref,
12
12
  ...props,
13
- children: /* @__PURE__ */ jsx("g", { fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M6.91 14.473c.08.046.18.032.243-.036.622-.669 3.809-4.099 4.61-5.043V1.5H4.439c-.462 0-.881.256-1.077.665C2.598 3.764 1.442 6.359 1.1 7.13A1.15 1.15 0 0 0 1 7.598v1.27c0 .654.542 1.184 1.21 1.184h4.44l-.258.996v.002q-.235.908-.473 1.814c-.132.503.081 1.038.526 1.322q.23.147.466.287M13.79 9.4c.668 0 1.21-.53 1.21-1.184V2.684c0-.654-.542-1.184-1.21-1.184h-.816v7.9z" }) })
13
+ children: /* @__PURE__ */ jsx("g", { fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M6.91 14.973c.08.046.18.032.243-.036.622-.669 3.809-4.099 4.61-5.043V2H4.439c-.462 0-.881.256-1.077.665C2.598 4.264 1.442 6.859 1.1 7.63A1.15 1.15 0 0 0 1 8.098v1.27c0 .654.542 1.184 1.21 1.184h4.44l-.258.996v.002q-.235.908-.473 1.814c-.132.503.081 1.038.526 1.322q.23.147.466.287M13.79 9.9c.668 0 1.21-.53 1.21-1.184V3.184C15 2.53 14.458 2 13.79 2h-.816v7.9z" }) })
14
14
  }
15
15
  )
16
16
  );
@@ -10,7 +10,7 @@ const IconThumbsUp16 = forwardRef(
10
10
  viewBox: "0 0 16 16",
11
11
  ref,
12
12
  ...props,
13
- children: /* @__PURE__ */ jsx("g", { fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M8.847 1.563a.194.194 0 0 1 .242-.036q.236.14.466.287c.445.284.658.819.526 1.322q-.367 1.406-.732 2.812h4.44c.669 0 1.211.53 1.211 1.184v1.27q0 .245-.099.468c-.342.771-1.499 3.366-2.263 4.965-.196.41-.615.665-1.077.665H4.237V6.606c.801-.944 3.988-4.374 4.61-5.043M1 7.784C1 7.13 1.542 6.6 2.21 6.6h.816v7.9h-.815C1.542 14.5 1 13.97 1 13.316z" }) })
13
+ children: /* @__PURE__ */ jsx("g", { fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M8.847 1.063a.194.194 0 0 1 .242-.036q.236.14.466.287c.445.284.658.819.526 1.322q-.367 1.406-.732 2.812h4.44c.669 0 1.211.53 1.211 1.184v1.27q0 .244-.099.468c-.342.771-1.499 3.366-2.263 4.965-.196.41-.615.665-1.077.665H4.237V6.106c.801-.944 3.988-4.374 4.61-5.043M1 7.284C1 6.63 1.542 6.1 2.21 6.1h.816V14h-.815C1.542 14 1 13.47 1 12.816z" }) })
14
14
  }
15
15
  )
16
16
  );
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconTimeMessenger16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconTimeMessenger16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M10.94 4.141C12.6 2.021 16 3.208 16 5.901v4.19c0 2.7-3.4 3.886-5.06 1.77l-.042-.052-2.897-3.805 2.897-3.81zM0 5.906c0-2.693 3.402-3.88 5.06-1.761l.042.055 2.897 3.804L5.102 11.8l-.041.053C3.4 13.972 0 12.786 0 10.092z"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconTimeMessenger16.displayName = "IconTimeMessenger16";
24
+ export {
25
+ IconTimeMessenger16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconTimeMessengerAlt16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconTimeMessengerAlt16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M12 1a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3zM6.16 5.248c-1.038-1.457-3.165-.641-3.165 1.21v2.878c0 1.852 2.127 2.668 3.164 1.21l.026-.036L7.995 7.9l-1.81-2.616zM13 6.369c0-1.851-2.126-2.668-3.163-1.21l-.026.037L8 7.814l1.81 2.617.027.036c1.037 1.454 3.162.638 3.163-1.217z"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconTimeMessengerAlt16.displayName = "IconTimeMessengerAlt16";
24
+ export {
25
+ IconTimeMessengerAlt16
26
+ };
@@ -1,4 +1,4 @@
1
- import { jsx } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  const IconTrash16 = forwardRef(
4
4
  (props, ref) => /* @__PURE__ */ jsx(
@@ -10,7 +10,17 @@ const IconTrash16 = forwardRef(
10
10
  viewBox: "0 0 16 16",
11
11
  ref,
12
12
  ...props,
13
- children: /* @__PURE__ */ jsx("g", { fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M5 2.4A1.4 1.4 0 0 1 6.4 1h3.2A1.4 1.4 0 0 1 11 2.4h3.3c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2H1.7a.2.2 0 0 1-.2-.2V2.6c0-.11.09-.2.2-.2zM13.5 5.2h-11v8.4A1.4 1.4 0 0 0 3.9 15h8.2a1.4 1.4 0 0 0 1.4-1.4zm-6.9 2v5.6a.2.2 0 0 1-.2.2h-.8a.2.2 0 0 1-.2-.2V7.2c0-.11.09-.2.2-.2h.8c.11 0 .2.09.2.2m2.8 0c0-.11.09-.2.2-.2h.8c.11 0 .2.09.2.2v5.6a.2.2 0 0 1-.2.2h-.8a.2.2 0 0 1-.2-.2z" }) })
13
+ children: /* @__PURE__ */ jsxs("g", { fill: "currentColor", children: [
14
+ /* @__PURE__ */ jsx(
15
+ "path",
16
+ {
17
+ fillRule: "evenodd",
18
+ d: "M13.5 13.6a1.4 1.4 0 0 1-1.4 1.4H3.9a1.4 1.4 0 0 1-1.4-1.4V5.2h11zM6 7a.2.2 0 0 0-.2.2v5.6c0 .11.09.2.2.2h.8a.2.2 0 0 0 .2-.2V7.2a.2.2 0 0 0-.2-.2zm3.2 0a.2.2 0 0 0-.2.2v5.6c0 .11.09.2.2.2h.8a.2.2 0 0 0 .2-.2V7.2A.2.2 0 0 0 10 7z",
19
+ clipRule: "evenodd"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ jsx("path", { d: "M9.6 1A1.4 1.4 0 0 1 11 2.4h3.3a.2.2 0 0 1 .2.2v1.2a.2.2 0 0 1-.2.2H1.7a.2.2 0 0 1-.2-.2V2.6c0-.11.09-.2.2-.2H5A1.4 1.4 0 0 1 6.4 1z" })
23
+ ] })
14
24
  }
15
25
  )
16
26
  );
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconVk16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconVk16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M8.296 1c3.164 0 4.755 0 5.73.982C15 2.965 15 4.548 15 7.704v.592c0 3.157.008 4.739-.975 5.722-.983.982-2.565.982-5.73.982h-.582c-3.165 0-4.748 0-5.73-.982C1 13.035 1 11.453 1 8.296v-.592c0-3.157 0-4.739.982-5.722C2.965 1 4.548 1 7.712 1zm-4.93 4.265c.075 3.639 1.99 5.829 5.147 5.829h.182V9.012c1.15.116 2.008.974 2.358 2.082h1.657c-.45-1.657-1.616-2.573-2.34-2.923.724-.433 1.749-1.482 1.99-2.906h-1.508c-.316 1.157-1.257 2.207-2.157 2.306V5.265H7.163v4.039c-.932-.232-2.148-1.366-2.198-4.04z"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconVk16.displayName = "IconVk16";
24
+ export {
25
+ IconVk16
26
+ };
@@ -0,0 +1,2 @@
1
+ import type { SVGProps } from 'react';
2
+ export declare const IconVkAlt16: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const IconVkAlt16 = forwardRef(
4
+ (props, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ width: 16,
8
+ height: 16,
9
+ fill: "currentColor",
10
+ viewBox: "0 0 16 16",
11
+ ref,
12
+ ...props,
13
+ children: /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fill: "currentColor",
17
+ d: "M8.715 12.992C3.248 12.992.13 9.244 0 3.008h2.738c.09 4.577 2.109 6.516 3.708 6.916V3.008h2.578v3.948c1.58-.17 3.238-1.97 3.798-3.948H15.4c-.43 2.439-2.228 4.238-3.508 4.977 1.28.6 3.329 2.169 4.108 5.007h-2.838c-.61-1.899-2.129-3.368-4.138-3.568v3.568z"
18
+ }
19
+ )
20
+ }
21
+ )
22
+ );
23
+ IconVkAlt16.displayName = "IconVkAlt16";
24
+ export {
25
+ IconVkAlt16
26
+ };
package/dist/index.d.ts CHANGED
@@ -9,9 +9,11 @@ export * from './IconArrowsRight16.js';
9
9
  export * from './IconArrowsRotateBolt16.js';
10
10
  export * from './IconArrowsUp16.js';
11
11
  export * from './IconAsterisk16.js';
12
+ export * from './IconAuroraOs16.js';
12
13
  export * from './IconBarsSortBottom16.js';
13
14
  export * from './IconBarsSortCenter16.js';
14
15
  export * from './IconBarsSortTop16.js';
16
+ export * from './IconBehance16.js';
15
17
  export * from './IconBoltCircle16.js';
16
18
  export * from './IconBoxArchiveArrowDown16.js';
17
19
  export * from './IconBriefcase16.js';
@@ -33,9 +35,14 @@ export * from './IconException16.js';
33
35
  export * from './IconFileBadgeArrowTurnRight16.js';
34
36
  export * from './IconFileSharedO16.js';
35
37
  export * from './IconFireFlame16.js';
38
+ export * from './IconGithub16.js';
39
+ export * from './IconGithubAlt16.js';
40
+ export * from './IconGitlab16.js';
36
41
  export * from './IconGlobeOnLine16.js';
37
42
  export * from './IconGridDots16.js';
38
43
  export * from './IconGripVerticalS16.js';
44
+ export * from './IconHabr16.js';
45
+ export * from './IconHabrAlt16.js';
39
46
  export * from './IconHandcuffs16.js';
40
47
  export * from './IconHardDrive16.js';
41
48
  export * from './IconInbox16.js';
@@ -43,12 +50,15 @@ export * from './IconInfinity16.js';
43
50
  export * from './IconIp4Rectangle16.js';
44
51
  export * from './IconIp6Rectangle16.js';
45
52
  export * from './IconLayerGroup16.js';
53
+ export * from './IconLinkedin16.js';
54
+ export * from './IconLinkedinAlt16.js';
46
55
  export * from './IconListCollapse16.js';
47
56
  export * from './IconListExpand16.js';
48
57
  export * from './IconLocationArrowCircleO16.js';
49
58
  export * from './IconLock25616.js';
50
59
  export * from './IconLockMd516.js';
51
60
  export * from './IconLockSha116.js';
61
+ export * from './IconMattermost16.js';
52
62
  export * from './IconMessageFaq16.js';
53
63
  export * from './IconMinusOctagon16.js';
54
64
  export * from './IconMinusSquare16.js';
@@ -62,6 +72,7 @@ export * from './IconRectanglesO16.js';
62
72
  export * from './IconReplace16.js';
63
73
  export * from './IconRuler16.js';
64
74
  export * from './IconScale16.js';
75
+ export * from './IconScan16.js';
65
76
  export * from './IconShield16.js';
66
77
  export * from './IconShieldDesktop16.js';
67
78
  export * from './IconShieldExclamation16.js';
@@ -69,11 +80,14 @@ export * from './IconShieldUser16.js';
69
80
  export * from './IconShieldWrench16.js';
70
81
  export * from './IconSwords16.js';
71
82
  export * from './IconTableLine16.js';
83
+ export * from './IconTelegram16.js';
72
84
  export * from './IconTelegramCircle16.js';
73
85
  export * from './IconText16.js';
74
86
  export * from './IconTextMagnifyingGlass16.js';
75
87
  export * from './IconThumbsDown16.js';
76
88
  export * from './IconThumbsUp16.js';
89
+ export * from './IconTimeMessenger16.js';
90
+ export * from './IconTimeMessengerAlt16.js';
77
91
  export * from './IconTowerBroadcast16.js';
78
92
  export * from './IconTraffic16.js';
79
93
  export * from './IconTriangleO16.js';
@@ -83,6 +97,8 @@ export * from './IconUserBadgeGlobe16.js';
83
97
  export * from './IconUserBadgeLocation16.js';
84
98
  export * from './IconUserMask16.js';
85
99
  export * from './IconUserViewfinder16.js';
100
+ export * from './IconVk16.js';
101
+ export * from './IconVkAlt16.js';
86
102
  export * from './IconVpn16.js';
87
103
  export * from './IconWidgetPlus16.js';
88
104
  export * from './IconWifiTethering16.js';
@@ -276,6 +292,7 @@ export * from './IconGossopka16.js';
276
292
  export * from './IconGridSquares16.js';
277
293
  export * from './IconGripVertical16.js';
278
294
  export * from './IconHashtag16.js';
295
+ export * from './IconHighlighter16.js';
279
296
  export * from './IconHourglassEnd16.js';
280
297
  export * from './IconHourglassHalf16.js';
281
298
  export * from './IconHourglassStart16.js';
@@ -481,6 +498,7 @@ export * from './IconUndo16.js';
481
498
  export * from './IconBookOpen24.js';
482
499
  export * from './IconChartGaugeO24.js';
483
500
  export * from './IconCloudArrowUpO24.js';
501
+ export * from './IconReplace24.js';
484
502
  export * from './IconTableBadgeClock24.js';
485
503
  export * from './IconActiveDirectory24.js';
486
504
  export * from './IconAix24.js';
package/dist/index.js CHANGED
@@ -9,9 +9,11 @@ import { IconArrowsRight16 } from "./IconArrowsRight16.js";
9
9
  import { IconArrowsRotateBolt16 } from "./IconArrowsRotateBolt16.js";
10
10
  import { IconArrowsUp16 } from "./IconArrowsUp16.js";
11
11
  import { IconAsterisk16 } from "./IconAsterisk16.js";
12
+ import { IconAuroraOs16 } from "./IconAuroraOs16.js";
12
13
  import { IconBarsSortBottom16 } from "./IconBarsSortBottom16.js";
13
14
  import { IconBarsSortCenter16 } from "./IconBarsSortCenter16.js";
14
15
  import { IconBarsSortTop16 } from "./IconBarsSortTop16.js";
16
+ import { IconBehance16 } from "./IconBehance16.js";
15
17
  import { IconBoltCircle16 } from "./IconBoltCircle16.js";
16
18
  import { IconBoxArchiveArrowDown16 } from "./IconBoxArchiveArrowDown16.js";
17
19
  import { IconBriefcase16 } from "./IconBriefcase16.js";
@@ -33,9 +35,14 @@ import { IconException16 } from "./IconException16.js";
33
35
  import { IconFileBadgeArrowTurnRight16 } from "./IconFileBadgeArrowTurnRight16.js";
34
36
  import { IconFileSharedO16 } from "./IconFileSharedO16.js";
35
37
  import { IconFireFlame16 } from "./IconFireFlame16.js";
38
+ import { IconGithub16 } from "./IconGithub16.js";
39
+ import { IconGithubAlt16 } from "./IconGithubAlt16.js";
40
+ import { IconGitlab16 } from "./IconGitlab16.js";
36
41
  import { IconGlobeOnLine16 } from "./IconGlobeOnLine16.js";
37
42
  import { IconGridDots16 } from "./IconGridDots16.js";
38
43
  import { IconGripVerticalS16 } from "./IconGripVerticalS16.js";
44
+ import { IconHabr16 } from "./IconHabr16.js";
45
+ import { IconHabrAlt16 } from "./IconHabrAlt16.js";
39
46
  import { IconHandcuffs16 } from "./IconHandcuffs16.js";
40
47
  import { IconHardDrive16 } from "./IconHardDrive16.js";
41
48
  import { IconInbox16 } from "./IconInbox16.js";
@@ -43,12 +50,15 @@ import { IconInfinity16 } from "./IconInfinity16.js";
43
50
  import { IconIp4Rectangle16 } from "./IconIp4Rectangle16.js";
44
51
  import { IconIp6Rectangle16 } from "./IconIp6Rectangle16.js";
45
52
  import { IconLayerGroup16 } from "./IconLayerGroup16.js";
53
+ import { IconLinkedin16 } from "./IconLinkedin16.js";
54
+ import { IconLinkedinAlt16 } from "./IconLinkedinAlt16.js";
46
55
  import { IconListCollapse16 } from "./IconListCollapse16.js";
47
56
  import { IconListExpand16 } from "./IconListExpand16.js";
48
57
  import { IconLocationArrowCircleO16 } from "./IconLocationArrowCircleO16.js";
49
58
  import { IconLock25616 } from "./IconLock25616.js";
50
59
  import { IconLockMd516 } from "./IconLockMd516.js";
51
60
  import { IconLockSha116 } from "./IconLockSha116.js";
61
+ import { IconMattermost16 } from "./IconMattermost16.js";
52
62
  import { IconMessageFaq16 } from "./IconMessageFaq16.js";
53
63
  import { IconMinusOctagon16 } from "./IconMinusOctagon16.js";
54
64
  import { IconMinusSquare16 } from "./IconMinusSquare16.js";
@@ -62,6 +72,7 @@ import { IconRectanglesO16 } from "./IconRectanglesO16.js";
62
72
  import { IconReplace16 } from "./IconReplace16.js";
63
73
  import { IconRuler16 } from "./IconRuler16.js";
64
74
  import { IconScale16 } from "./IconScale16.js";
75
+ import { IconScan16 } from "./IconScan16.js";
65
76
  import { IconShield16 } from "./IconShield16.js";
66
77
  import { IconShieldDesktop16 } from "./IconShieldDesktop16.js";
67
78
  import { IconShieldExclamation16 } from "./IconShieldExclamation16.js";
@@ -69,11 +80,14 @@ import { IconShieldUser16 } from "./IconShieldUser16.js";
69
80
  import { IconShieldWrench16 } from "./IconShieldWrench16.js";
70
81
  import { IconSwords16 } from "./IconSwords16.js";
71
82
  import { IconTableLine16 } from "./IconTableLine16.js";
83
+ import { IconTelegram16 } from "./IconTelegram16.js";
72
84
  import { IconTelegramCircle16 } from "./IconTelegramCircle16.js";
73
85
  import { IconText16 } from "./IconText16.js";
74
86
  import { IconTextMagnifyingGlass16 } from "./IconTextMagnifyingGlass16.js";
75
87
  import { IconThumbsDown16 } from "./IconThumbsDown16.js";
76
88
  import { IconThumbsUp16 } from "./IconThumbsUp16.js";
89
+ import { IconTimeMessenger16 } from "./IconTimeMessenger16.js";
90
+ import { IconTimeMessengerAlt16 } from "./IconTimeMessengerAlt16.js";
77
91
  import { IconTowerBroadcast16 } from "./IconTowerBroadcast16.js";
78
92
  import { IconTraffic16 } from "./IconTraffic16.js";
79
93
  import { IconTriangleO16 } from "./IconTriangleO16.js";
@@ -83,6 +97,8 @@ import { IconUserBadgeGlobe16 } from "./IconUserBadgeGlobe16.js";
83
97
  import { IconUserBadgeLocation16 } from "./IconUserBadgeLocation16.js";
84
98
  import { IconUserMask16 } from "./IconUserMask16.js";
85
99
  import { IconUserViewfinder16 } from "./IconUserViewfinder16.js";
100
+ import { IconVk16 } from "./IconVk16.js";
101
+ import { IconVkAlt16 } from "./IconVkAlt16.js";
86
102
  import { IconVpn16 } from "./IconVpn16.js";
87
103
  import { IconWidgetPlus16 } from "./IconWidgetPlus16.js";
88
104
  import { IconWifiTethering16 } from "./IconWifiTethering16.js";
@@ -276,6 +292,7 @@ import { IconGossopka16 } from "./IconGossopka16.js";
276
292
  import { IconGridSquares16 } from "./IconGridSquares16.js";
277
293
  import { IconGripVertical16 } from "./IconGripVertical16.js";
278
294
  import { IconHashtag16 } from "./IconHashtag16.js";
295
+ import { IconHighlighter16 } from "./IconHighlighter16.js";
279
296
  import { IconHourglassEnd16 } from "./IconHourglassEnd16.js";
280
297
  import { IconHourglassHalf16 } from "./IconHourglassHalf16.js";
281
298
  import { IconHourglassStart16 } from "./IconHourglassStart16.js";
@@ -481,6 +498,7 @@ import { IconUndo16 } from "./IconUndo16.js";
481
498
  import { IconBookOpen24 } from "./IconBookOpen24.js";
482
499
  import { IconChartGaugeO24 } from "./IconChartGaugeO24.js";
483
500
  import { IconCloudArrowUpO24 } from "./IconCloudArrowUpO24.js";
501
+ import { IconReplace24 } from "./IconReplace24.js";
484
502
  import { IconTableBadgeClock24 } from "./IconTableBadgeClock24.js";
485
503
  import { IconActiveDirectory24 } from "./IconActiveDirectory24.js";
486
504
  import { IconAix24 } from "./IconAix24.js";
@@ -726,6 +744,7 @@ export {
726
744
  IconArrowsUpDown16,
727
745
  IconAsterisk16,
728
746
  IconAstraLinux16,
747
+ IconAuroraOs16,
729
748
  IconBackward16,
730
749
  IconBackwardStep16,
731
750
  IconBan16,
@@ -742,6 +761,7 @@ export {
742
761
  IconBarsSortTop16,
743
762
  IconBarsVertical16,
744
763
  IconBarsVertical24,
764
+ IconBehance16,
745
765
  IconBell16,
746
766
  IconBell24,
747
767
  IconBell32,
@@ -1000,6 +1020,9 @@ export {
1000
1020
  IconGearBadgeSquare16,
1001
1021
  IconGearBadgeSquareO16,
1002
1022
  IconGearBadgeSquareS16,
1023
+ IconGithub16,
1024
+ IconGithubAlt16,
1025
+ IconGitlab16,
1003
1026
  IconGlobe16,
1004
1027
  IconGlobe24,
1005
1028
  IconGlobeDot16,
@@ -1013,9 +1036,12 @@ export {
1013
1036
  IconGridSquares16,
1014
1037
  IconGripVertical16,
1015
1038
  IconGripVerticalS16,
1039
+ IconHabr16,
1040
+ IconHabrAlt16,
1016
1041
  IconHandcuffs16,
1017
1042
  IconHardDrive16,
1018
1043
  IconHashtag16,
1044
+ IconHighlighter16,
1019
1045
  IconHourglassEnd16,
1020
1046
  IconHourglassHalf16,
1021
1047
  IconHourglassStart16,
@@ -1046,6 +1072,8 @@ export {
1046
1072
  IconLinkDot16,
1047
1073
  IconLinkMultiple16,
1048
1074
  IconLinkMultiple24,
1075
+ IconLinkedin16,
1076
+ IconLinkedinAlt16,
1049
1077
  IconLinux16,
1050
1078
  IconLinux24,
1051
1079
  IconList16,
@@ -1077,6 +1105,7 @@ export {
1077
1105
  IconMap24,
1078
1106
  IconMapSlash16,
1079
1107
  IconMapSlash24,
1108
+ IconMattermost16,
1080
1109
  IconMessage16,
1081
1110
  IconMessage24,
1082
1111
  IconMessageArrowRight16,
@@ -1161,6 +1190,7 @@ export {
1161
1190
  IconRegistry16,
1162
1191
  IconRegistryMultiple16,
1163
1192
  IconReplace16,
1193
+ IconReplace24,
1164
1194
  IconRobot16,
1165
1195
  IconRouter16,
1166
1196
  IconRouter24,
@@ -1169,6 +1199,7 @@ export {
1169
1199
  IconSap24,
1170
1200
  IconSatelliteDish16,
1171
1201
  IconScale16,
1202
+ IconScan16,
1172
1203
  IconScissors16,
1173
1204
  IconScrollO16,
1174
1205
  IconScrollO24,
@@ -1224,6 +1255,7 @@ export {
1224
1255
  IconTableLine16,
1225
1256
  IconTag16,
1226
1257
  IconTagMultiple16,
1258
+ IconTelegram16,
1227
1259
  IconTelegramCircle16,
1228
1260
  IconText16,
1229
1261
  IconTextBold16,
@@ -1233,6 +1265,8 @@ export {
1233
1265
  IconTextUnderline16,
1234
1266
  IconThumbsDown16,
1235
1267
  IconThumbsUp16,
1268
+ IconTimeMessenger16,
1269
+ IconTimeMessengerAlt16,
1236
1270
  IconTopology16,
1237
1271
  IconTopology24,
1238
1272
  IconTopologyLines16,
@@ -1258,6 +1292,8 @@ export {
1258
1292
  IconUserMultiple24,
1259
1293
  IconUserSecret16,
1260
1294
  IconUserViewfinder16,
1295
+ IconVk16,
1296
+ IconVkAlt16,
1261
1297
  IconVpn16,
1262
1298
  IconWidgetPlus16,
1263
1299
  IconWifiTethering16,
package/manifest.json CHANGED
@@ -44,6 +44,10 @@
44
44
  "componentName": "IconAsterisk16",
45
45
  "size": "16"
46
46
  },
47
+ {
48
+ "componentName": "IconAuroraOs16",
49
+ "size": "16"
50
+ },
47
51
  {
48
52
  "componentName": "IconBarsSortBottom16",
49
53
  "size": "16"
@@ -56,6 +60,10 @@
56
60
  "componentName": "IconBarsSortTop16",
57
61
  "size": "16"
58
62
  },
63
+ {
64
+ "componentName": "IconBehance16",
65
+ "size": "16"
66
+ },
59
67
  {
60
68
  "componentName": "IconBoltCircle16",
61
69
  "size": "16"
@@ -140,6 +148,18 @@
140
148
  "componentName": "IconFireFlame16",
141
149
  "size": "16"
142
150
  },
151
+ {
152
+ "componentName": "IconGithub16",
153
+ "size": "16"
154
+ },
155
+ {
156
+ "componentName": "IconGithubAlt16",
157
+ "size": "16"
158
+ },
159
+ {
160
+ "componentName": "IconGitlab16",
161
+ "size": "16"
162
+ },
143
163
  {
144
164
  "componentName": "IconGlobeOnLine16",
145
165
  "size": "16"
@@ -152,6 +172,14 @@
152
172
  "componentName": "IconGripVerticalS16",
153
173
  "size": "16"
154
174
  },
175
+ {
176
+ "componentName": "IconHabr16",
177
+ "size": "16"
178
+ },
179
+ {
180
+ "componentName": "IconHabrAlt16",
181
+ "size": "16"
182
+ },
155
183
  {
156
184
  "componentName": "IconHandcuffs16",
157
185
  "size": "16"
@@ -180,6 +208,14 @@
180
208
  "componentName": "IconLayerGroup16",
181
209
  "size": "16"
182
210
  },
211
+ {
212
+ "componentName": "IconLinkedin16",
213
+ "size": "16"
214
+ },
215
+ {
216
+ "componentName": "IconLinkedinAlt16",
217
+ "size": "16"
218
+ },
183
219
  {
184
220
  "componentName": "IconListCollapse16",
185
221
  "size": "16"
@@ -204,6 +240,10 @@
204
240
  "componentName": "IconLockSha116",
205
241
  "size": "16"
206
242
  },
243
+ {
244
+ "componentName": "IconMattermost16",
245
+ "size": "16"
246
+ },
207
247
  {
208
248
  "componentName": "IconMessageFaq16",
209
249
  "size": "16"
@@ -256,6 +296,10 @@
256
296
  "componentName": "IconScale16",
257
297
  "size": "16"
258
298
  },
299
+ {
300
+ "componentName": "IconScan16",
301
+ "size": "16"
302
+ },
259
303
  {
260
304
  "componentName": "IconShield16",
261
305
  "size": "16"
@@ -284,6 +328,10 @@
284
328
  "componentName": "IconTableLine16",
285
329
  "size": "16"
286
330
  },
331
+ {
332
+ "componentName": "IconTelegram16",
333
+ "size": "16"
334
+ },
287
335
  {
288
336
  "componentName": "IconTelegramCircle16",
289
337
  "size": "16"
@@ -304,6 +352,14 @@
304
352
  "componentName": "IconThumbsUp16",
305
353
  "size": "16"
306
354
  },
355
+ {
356
+ "componentName": "IconTimeMessenger16",
357
+ "size": "16"
358
+ },
359
+ {
360
+ "componentName": "IconTimeMessengerAlt16",
361
+ "size": "16"
362
+ },
307
363
  {
308
364
  "componentName": "IconTowerBroadcast16",
309
365
  "size": "16"
@@ -340,6 +396,14 @@
340
396
  "componentName": "IconUserViewfinder16",
341
397
  "size": "16"
342
398
  },
399
+ {
400
+ "componentName": "IconVk16",
401
+ "size": "16"
402
+ },
403
+ {
404
+ "componentName": "IconVkAlt16",
405
+ "size": "16"
406
+ },
343
407
  {
344
408
  "componentName": "IconVpn16",
345
409
  "size": "16"
@@ -1112,6 +1176,10 @@
1112
1176
  "componentName": "IconHashtag16",
1113
1177
  "size": "16"
1114
1178
  },
1179
+ {
1180
+ "componentName": "IconHighlighter16",
1181
+ "size": "16"
1182
+ },
1115
1183
  {
1116
1184
  "componentName": "IconHourglassEnd16",
1117
1185
  "size": "16"
@@ -1932,6 +2000,10 @@
1932
2000
  "componentName": "IconCloudArrowUpO24",
1933
2001
  "size": "24"
1934
2002
  },
2003
+ {
2004
+ "componentName": "IconReplace24",
2005
+ "size": "24"
2006
+ },
1935
2007
  {
1936
2008
  "componentName": "IconTableBadgeClock24",
1937
2009
  "size": "24"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/react-icons",
3
- "version": "0.0.1-beta.8",
3
+ "version": "0.0.1",
4
4
  "description": "A collection of icons",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -17,6 +17,11 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
+ "repository": {
21
+ "type": "git",
22
+ "directory": "packages/icons",
23
+ "url": "git+https://github.com/koobiq/react-components.git"
24
+ },
20
25
  "files": [
21
26
  "dist",
22
27
  "manifest.json"