@astral/ui 4.2.3 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/icons/LogoFillMd/CryptoProFillMd.d.ts +4 -0
  2. package/icons/LogoFillMd/CryptoProFillMd.js +4 -0
  3. package/icons/LogoFillMd/GoogleMonochromeFillMd.d.ts +4 -0
  4. package/icons/LogoFillMd/GoogleMonochromeFillMd.js +4 -0
  5. package/icons/LogoFillMd/JacartaFillMd.d.ts +4 -0
  6. package/icons/LogoFillMd/JacartaFillMd.js +4 -0
  7. package/icons/LogoFillMd/OkMonochromeFillMd.d.ts +4 -0
  8. package/icons/LogoFillMd/OkMonochromeFillMd.js +4 -0
  9. package/icons/LogoFillMd/RutokenFillMd.d.ts +4 -0
  10. package/icons/LogoFillMd/RutokenFillMd.js +4 -0
  11. package/icons/LogoFillMd/TelegramIconMonochromeFillMd.d.ts +4 -0
  12. package/icons/LogoFillMd/TelegramIconMonochromeFillMd.js +4 -0
  13. package/icons/LogoFillMd/TelegramMonochromeFillMd.d.ts +4 -0
  14. package/icons/LogoFillMd/TelegramMonochromeFillMd.js +4 -0
  15. package/icons/LogoFillMd/VkMonochromeFillMd.d.ts +4 -0
  16. package/icons/LogoFillMd/VkMonochromeFillMd.js +4 -0
  17. package/icons/LogoFillMd/YoutubeMonochromeFillMd.d.ts +4 -0
  18. package/icons/LogoFillMd/YoutubeMonochromeFillMd.js +4 -0
  19. package/icons/LogoFillMd/index.d.ts +9 -0
  20. package/icons/LogoFillMd/index.js +9 -0
  21. package/node/icons/LogoFillMd/CryptoProFillMd.d.ts +4 -0
  22. package/node/icons/LogoFillMd/CryptoProFillMd.js +6 -0
  23. package/node/icons/LogoFillMd/GoogleMonochromeFillMd.d.ts +4 -0
  24. package/node/icons/LogoFillMd/GoogleMonochromeFillMd.js +6 -0
  25. package/node/icons/LogoFillMd/JacartaFillMd.d.ts +4 -0
  26. package/node/icons/LogoFillMd/JacartaFillMd.js +6 -0
  27. package/node/icons/LogoFillMd/OkMonochromeFillMd.d.ts +4 -0
  28. package/node/icons/LogoFillMd/OkMonochromeFillMd.js +6 -0
  29. package/node/icons/LogoFillMd/RutokenFillMd.d.ts +4 -0
  30. package/node/icons/LogoFillMd/RutokenFillMd.js +6 -0
  31. package/node/icons/LogoFillMd/TelegramIconMonochromeFillMd.d.ts +4 -0
  32. package/node/icons/LogoFillMd/TelegramIconMonochromeFillMd.js +6 -0
  33. package/node/icons/LogoFillMd/TelegramMonochromeFillMd.d.ts +4 -0
  34. package/node/icons/LogoFillMd/TelegramMonochromeFillMd.js +6 -0
  35. package/node/icons/LogoFillMd/VkMonochromeFillMd.d.ts +4 -0
  36. package/node/icons/LogoFillMd/VkMonochromeFillMd.js +6 -0
  37. package/node/icons/LogoFillMd/YoutubeMonochromeFillMd.d.ts +4 -0
  38. package/node/icons/LogoFillMd/YoutubeMonochromeFillMd.js +6 -0
  39. package/node/icons/LogoFillMd/index.d.ts +9 -0
  40. package/node/icons/LogoFillMd/index.js +19 -1
  41. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const CryptoProFillMd: FunctionComponent<SvgIconProps>;
4
+ export default CryptoProFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const CryptoProFillMd = ({ ...props }) => (_jsxs(SvgIcon, { ...props, children: [_jsx("path", { d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C8.63864 22 5.66653 20.3402 3.85352 17.7969L5.16211 17.0488C6.71036 19.1422 9.19639 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C9.19667 3.5 6.7104 4.85715 5.16211 6.9502L3.85352 6.20215C5.66658 3.65922 8.63892 2 12 2Z", fill: "#1366B2" }), _jsx("path", { d: "M9.89709 12.0173L0.886873 17.4551C0.886873 17.4551 5.01299e-05 15.9122 5.0303e-05 12.0173C5.04762e-05 8.12232 0.886873 6.5794 0.886873 6.5794L9.89709 12.0173Z", fill: "#E50909" })] }));
4
+ export default CryptoProFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const GoogleMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default GoogleMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const GoogleMonochromeFillMd = ({ ...props }) => (_jsxs(SvgIcon, { ...props, children: [_jsx("path", { d: "m6.432 14.086-.696 2.6-2.544.053A9.96 9.96 0 0 1 2 12a9.95 9.95 0 0 1 1.118-4.599l2.266.415.992 2.252A6 6 0 0 0 6.056 12c0 .734.132 1.437.376 2.086" }), _jsx("path", { d: "M21.825 10.132Q22 11.042 22 12q-.002 1.076-.219 2.088a10 10 0 0 1-3.52 5.71h-.001l-2.853-.146-.404-2.52a5.96 5.96 0 0 0 2.564-3.044H12.22v-3.956h9.605" }), _jsx("path", { d: "M18.26 19.798A9.96 9.96 0 0 1 12 22a10 10 0 0 1-8.808-5.26l3.24-2.654a5.946 5.946 0 0 0 8.57 3.045z" }), _jsx("path", { d: "m18.383 4.302-3.24 2.652a5.948 5.948 0 0 0-8.767 3.114L3.12 7.401h-.001A10 10 0 0 1 12 2c2.426 0 4.651.864 6.383 2.302" })] }));
4
+ export default GoogleMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const JacartaFillMd: FunctionComponent<SvgIconProps>;
4
+ export default JacartaFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const JacartaFillMd = ({ ...props }) => (_jsxs(SvgIcon, { ...props, children: [_jsx("path", { d: "M16.9963 8.00009H21.9529C22.5292 8.00009 22.9963 8.46727 22.9963 9.04357V14.9566C22.9963 15.5329 22.5292 16.0001 21.9529 16.0001H16.9963V8.00009Z", fill: "#ADADAD" }), _jsx("rect", { x: "19.4995", y: "9.50009", width: "1.5", height: "1.5", rx: "0.521739", fill: "#494949" }), _jsx("rect", { x: "19.4995", y: "13.0001", width: "1.5", height: "1.5", rx: "0.521739", fill: "#494949" }), _jsx("rect", { x: "5.99951", y: "6.50009", width: "11", height: "11", rx: "1.04348", fill: "#636562" }), _jsx("path", { d: "M8.00342 17.5H6.50342C3.46585 17.5 1.00342 15.0376 1.00342 12C1.00347 8.96248 3.46588 6.5 6.50342 6.5H8.00342V17.5ZM5.99951 8.25C4.34269 8.25 2.99956 9.59319 2.99951 11.25L2.99951 12.75C2.99951 14.4069 4.34266 15.75 5.99951 15.75L5.99951 8.25Z", fill: "#FD7F18" })] }));
4
+ export default JacartaFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const OkMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default OkMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const OkMonochromeFillMd = ({ ...props }) => (_jsx(SvgIcon, { ...props, children: _jsx("path", { d: "M12 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5m3.6 11.225c-.288-.425-.893-.553-1.351-.285a4.53 4.53 0 0 1-4.499 0c-.458-.268-1.062-.14-1.35.285-.287.424-.15.983.307 1.25.604.352 1.26.601 1.94.745L8.78 16.45a.86.86 0 0 0 .001 1.283c.192.177.442.266.692.266s.502-.089.693-.266l1.835-1.7 1.836 1.7a1.034 1.034 0 0 0 1.384 0 .86.86 0 0 0 0-1.283l-1.868-1.731a6.6 6.6 0 0 0 1.941-.744c.457-.268.595-.828.307-1.251M11.99 6C10.15 6 8.65 7.39 8.65 9.097s1.5 3.095 3.342 3.095c1.844 0 3.342-1.388 3.342-3.095S13.834 6 11.991 6m0 1.814c.763 0 1.384.576 1.384 1.283 0 .706-.62 1.282-1.384 1.282-.762 0-1.383-.576-1.383-1.282s.621-1.282 1.383-1.283" }) }));
4
+ export default OkMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const RutokenFillMd: FunctionComponent<SvgIconProps>;
4
+ export default RutokenFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const RutokenFillMd = ({ ...props }) => (_jsxs(SvgIcon, { ...props, children: [_jsx("path", { d: "M17.0039 7.85686H21.9778C22.5401 7.85686 22.996 8.31274 22.996 8.8751V14.9845C22.996 15.5469 22.5401 16.0027 21.9778 16.0027H17.0039V7.85686Z", fill: "#ADADAD" }), _jsx("rect", { x: "19.3", y: "9.2146", width: "1.69706", height: "1.69706", rx: "0.509117", fill: "#494949" }), _jsx("rect", { x: "19.3", y: "12.9478", width: "1.69706", height: "1.69706", rx: "0.509117", fill: "#494949" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.00391 11.9997C1.00391 7.35242 9.14978 6.5 11.1862 6.5L15.5 6.50036C16.1567 6.51556 17.001 7.24005 17.001 7.94896V16.0508C17 16.7597 16.3 17.4997 15.5 17.4997L11.1862 17.4994C9.21557 17.4994 1.52384 16.7011 1.02893 12.4383C1.01241 12.296 1.00391 12.1498 1.00391 11.9997ZM4.56194 10.6252L4.55149 10.6253C4.4372 10.6275 2.36327 10.6866 2.36327 11.9999C2.36327 13.3126 4.43523 13.3726 4.55132 13.375L4.56203 13.375H5.41797C5.98033 13.375 6.43621 12.9134 6.43621 12.3438V11.6564C6.43621 11.0869 5.98033 10.6252 5.41797 10.6252H4.56194Z", fill: "#D1D4DD" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.5 6.50036L11.1879 6.50064C9.15141 6.50064 1.00554 7.19779 1.00554 12.0003C1.00554 12.1503 1.01348 12.2962 1.02893 12.4383C1.52384 16.7011 9.21557 17.4994 11.1862 17.4994L15.5 17.4997C16.3 17.4997 17 16.7597 17.001 16.0508V7.94896C17.001 7.24005 16.1567 6.51556 15.5 6.50036ZM4.56194 10.6252L4.55149 10.6253C4.4372 10.6275 2.36327 10.6866 2.36327 11.9999C2.36327 13.3126 4.43523 13.3726 4.55132 13.375L4.56203 13.375H5.41797C5.98033 13.375 6.43621 12.9134 6.43621 12.3438V11.6564C6.43621 11.0869 5.98033 10.6252 5.41797 10.6252H4.56194Z", fill: "#D50C0C" }), _jsx("g", { filter: "url(#filter0_i_6008_21979)", children: _jsx("path", { d: "M7.5 10.4399C7.5 10.1587 7.72794 9.93076 8.00912 9.93076H14.9909C15.2721 9.93076 15.5 10.1587 15.5 10.4399V13.4216C15.5 13.7028 15.2721 13.9308 14.9909 13.9308H8.00912C7.72794 13.9308 7.5 13.7028 7.5 13.4216V10.4399Z", fill: "#CC0E0E" }) }), _jsx("defs", { children: _jsxs("filter", { id: "filter0_i_6008_21979", x: "7.5", y: "9.93076", width: "8", height: "4", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", {}), _jsx("feGaussianBlur", { stdDeviation: "0.5" }), _jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), _jsx("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_6008_21979" })] }) })] }));
4
+ export default RutokenFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const TelegramIconMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default TelegramIconMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const TelegramIconMonochromeFillMd = ({ ...props }) => (_jsx(SvgIcon, { ...props, children: _jsx("path", { d: "M 20.390625 3.410156 C 21.296875 3.019531 22.265625 3.808594 22.109375 4.808594 L 19.773438 19.609375 C 19.632812 20.507812 18.65625 20.976562 17.898438 20.507812 L 11.132812 16.347656 C 10.425781 15.914062 10.3125 14.910156 10.898438 14.316406 L 16.9375 8.203125 C 17.15625 7.984375 16.878906 7.632812 16.625 7.804688 L 8.234375 13.492188 C 7.613281 13.914062 6.839844 14.027344 6.128906 13.808594 L 2.410156 12.644531 C 1.734375 12.433594 1.6875 11.46875 2.335938 11.1875 Z M 20.390625 3.410156 " }) }));
4
+ export default TelegramIconMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const TelegramMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default TelegramMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const TelegramMonochromeFillMd = ({ ...props }) => (_jsx(SvgIcon, { ...props, children: _jsx("path", { d: "M12 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5m5.24 6.156c.093-.604-.481-1.08-1.018-.844L5.523 11.509c-.385.169-.356.752.043.88l2.206.702c.422.134.878.064 1.246-.19l4.973-3.436c.15-.104.314.11.186.242l-3.581 3.691c-.347.359-.278.965.14 1.227l4.008 2.515c.45.281 1.028-.002 1.112-.545z" }) }));
4
+ export default TelegramMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const VkMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default VkMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const VkMonochromeFillMd = ({ ...props }) => (_jsx(SvgIcon, { ...props, children: _jsx("path", { d: "M12.438 1.5c4.75 0 7.131 0 8.601 1.47C22.5 4.44 22.5 6.82 22.5 11.545v.893c0 4.742 0 7.122-1.46 8.592-1.47 1.47-3.842 1.47-8.602 1.47h-.876c-4.742 0-7.122 0-8.592-1.47S1.5 17.18 1.5 12.455v-.893c0-4.742 0-7.122 1.46-8.592C4.43 1.5 6.804 1.5 11.564 1.5zM5.25 8.25c.11 5.153 2.74 8.25 7.352 8.25h.262v-2.948c.814.1 1.58.433 2.2.958a4.07 4.07 0 0 1 1.291 1.99h2.395a6.5 6.5 0 0 0-1.28-2.433 6.6 6.6 0 0 0-2.186-1.705 6.4 6.4 0 0 0 1.918-1.754c.51-.707.864-1.51 1.042-2.358h-2.176c-.472 1.635-1.872 3.121-3.204 3.262V8.25h-2.176v5.715c-1.349-.33-3.052-1.933-3.127-5.715z" }) }));
4
+ export default VkMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const YoutubeMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default YoutubeMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { SvgIcon } from '../../components/SvgIcon';
3
+ const YoutubeMonochromeFillMd = ({ ...props }) => (_jsx(SvgIcon, { ...props, children: _jsx("path", { d: "M12 4s7.096 0 8.872.478a2.86 2.86 0 0 1 2.008 2.02c.475 1.783.475 5.502.475 5.502s0 3.719-.475 5.502a2.86 2.86 0 0 1-2.008 2.02C19.096 20 12 20 12 20c-.031 0-7.1-.001-8.872-.477a2.86 2.86 0 0 1-2.008-2.021C.645 15.719.646 12 .646 12s0-3.719.474-5.502a2.85 2.85 0 0 1 2.008-2.02C4.9 4 11.968 4 12 4M9.546 15.568 15.818 12 9.546 8.432z" }) }));
4
+ export default YoutubeMonochromeFillMd;
@@ -1,6 +1,15 @@
1
1
  export { default as FacebookFillMd } from './FacebookFillMd';
2
2
  export { default as GoogleFillMd } from './GoogleFillMd';
3
+ export { default as GoogleMonochromeFillMd } from './GoogleMonochromeFillMd';
3
4
  export { default as TelegramFillMd } from './TelegramFillMd';
5
+ export { default as TelegramMonochromeFillMd } from './TelegramMonochromeFillMd';
6
+ export { default as TelegramIconMonochromeFillMd } from './TelegramIconMonochromeFillMd';
4
7
  export { default as VkFillMd } from './VkFillMd';
8
+ export { default as VkMonochromeFillMd } from './VkMonochromeFillMd';
5
9
  export { default as YoutubeFillMd } from './YoutubeFillMd';
10
+ export { default as YoutubeMonochromeFillMd } from './YoutubeMonochromeFillMd';
6
11
  export { default as OkFillMd } from './OkFillMd';
12
+ export { default as OkMonochromeFillMd } from './OkMonochromeFillMd';
13
+ export { default as CryptoProFillMd } from './CryptoProFillMd';
14
+ export { default as RutokenFillMd } from './RutokenFillMd';
15
+ export { default as JacartaFillMd } from './JacartaFillMd';
@@ -1,6 +1,15 @@
1
1
  export { default as FacebookFillMd } from './FacebookFillMd';
2
2
  export { default as GoogleFillMd } from './GoogleFillMd';
3
+ export { default as GoogleMonochromeFillMd } from './GoogleMonochromeFillMd';
3
4
  export { default as TelegramFillMd } from './TelegramFillMd';
5
+ export { default as TelegramMonochromeFillMd } from './TelegramMonochromeFillMd';
6
+ export { default as TelegramIconMonochromeFillMd } from './TelegramIconMonochromeFillMd';
4
7
  export { default as VkFillMd } from './VkFillMd';
8
+ export { default as VkMonochromeFillMd } from './VkMonochromeFillMd';
5
9
  export { default as YoutubeFillMd } from './YoutubeFillMd';
10
+ export { default as YoutubeMonochromeFillMd } from './YoutubeMonochromeFillMd';
6
11
  export { default as OkFillMd } from './OkFillMd';
12
+ export { default as OkMonochromeFillMd } from './OkMonochromeFillMd';
13
+ export { default as CryptoProFillMd } from './CryptoProFillMd';
14
+ export { default as RutokenFillMd } from './RutokenFillMd';
15
+ export { default as JacartaFillMd } from './JacartaFillMd';
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const CryptoProFillMd: FunctionComponent<SvgIconProps>;
4
+ export default CryptoProFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const CryptoProFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsxs)(SvgIcon_1.SvgIcon, { ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C8.63864 22 5.66653 20.3402 3.85352 17.7969L5.16211 17.0488C6.71036 19.1422 9.19639 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C9.19667 3.5 6.7104 4.85715 5.16211 6.9502L3.85352 6.20215C5.66658 3.65922 8.63892 2 12 2Z", fill: "#1366B2" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.89709 12.0173L0.886873 17.4551C0.886873 17.4551 5.01299e-05 15.9122 5.0303e-05 12.0173C5.04762e-05 8.12232 0.886873 6.5794 0.886873 6.5794L9.89709 12.0173Z", fill: "#E50909" })] }));
6
+ exports.default = CryptoProFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const GoogleMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default GoogleMonochromeFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const GoogleMonochromeFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsxs)(SvgIcon_1.SvgIcon, { ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "m6.432 14.086-.696 2.6-2.544.053A9.96 9.96 0 0 1 2 12a9.95 9.95 0 0 1 1.118-4.599l2.266.415.992 2.252A6 6 0 0 0 6.056 12c0 .734.132 1.437.376 2.086" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.825 10.132Q22 11.042 22 12q-.002 1.076-.219 2.088a10 10 0 0 1-3.52 5.71h-.001l-2.853-.146-.404-2.52a5.96 5.96 0 0 0 2.564-3.044H12.22v-3.956h9.605" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.26 19.798A9.96 9.96 0 0 1 12 22a10 10 0 0 1-8.808-5.26l3.24-2.654a5.946 5.946 0 0 0 8.57 3.045z" }), (0, jsx_runtime_1.jsx)("path", { d: "m18.383 4.302-3.24 2.652a5.948 5.948 0 0 0-8.767 3.114L3.12 7.401h-.001A10 10 0 0 1 12 2c2.426 0 4.651.864 6.383 2.302" })] }));
6
+ exports.default = GoogleMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const JacartaFillMd: FunctionComponent<SvgIconProps>;
4
+ export default JacartaFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const JacartaFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsxs)(SvgIcon_1.SvgIcon, { ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M16.9963 8.00009H21.9529C22.5292 8.00009 22.9963 8.46727 22.9963 9.04357V14.9566C22.9963 15.5329 22.5292 16.0001 21.9529 16.0001H16.9963V8.00009Z", fill: "#ADADAD" }), (0, jsx_runtime_1.jsx)("rect", { x: "19.4995", y: "9.50009", width: "1.5", height: "1.5", rx: "0.521739", fill: "#494949" }), (0, jsx_runtime_1.jsx)("rect", { x: "19.4995", y: "13.0001", width: "1.5", height: "1.5", rx: "0.521739", fill: "#494949" }), (0, jsx_runtime_1.jsx)("rect", { x: "5.99951", y: "6.50009", width: "11", height: "11", rx: "1.04348", fill: "#636562" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.00342 17.5H6.50342C3.46585 17.5 1.00342 15.0376 1.00342 12C1.00347 8.96248 3.46588 6.5 6.50342 6.5H8.00342V17.5ZM5.99951 8.25C4.34269 8.25 2.99956 9.59319 2.99951 11.25L2.99951 12.75C2.99951 14.4069 4.34266 15.75 5.99951 15.75L5.99951 8.25Z", fill: "#FD7F18" })] }));
6
+ exports.default = JacartaFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const OkMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default OkMonochromeFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const OkMonochromeFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5m3.6 11.225c-.288-.425-.893-.553-1.351-.285a4.53 4.53 0 0 1-4.499 0c-.458-.268-1.062-.14-1.35.285-.287.424-.15.983.307 1.25.604.352 1.26.601 1.94.745L8.78 16.45a.86.86 0 0 0 .001 1.283c.192.177.442.266.692.266s.502-.089.693-.266l1.835-1.7 1.836 1.7a1.034 1.034 0 0 0 1.384 0 .86.86 0 0 0 0-1.283l-1.868-1.731a6.6 6.6 0 0 0 1.941-.744c.457-.268.595-.828.307-1.251M11.99 6C10.15 6 8.65 7.39 8.65 9.097s1.5 3.095 3.342 3.095c1.844 0 3.342-1.388 3.342-3.095S13.834 6 11.991 6m0 1.814c.763 0 1.384.576 1.384 1.283 0 .706-.62 1.282-1.384 1.282-.762 0-1.383-.576-1.383-1.282s.621-1.282 1.383-1.283" }) }));
6
+ exports.default = OkMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const RutokenFillMd: FunctionComponent<SvgIconProps>;
4
+ export default RutokenFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const RutokenFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsxs)(SvgIcon_1.SvgIcon, { ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M17.0039 7.85686H21.9778C22.5401 7.85686 22.996 8.31274 22.996 8.8751V14.9845C22.996 15.5469 22.5401 16.0027 21.9778 16.0027H17.0039V7.85686Z", fill: "#ADADAD" }), (0, jsx_runtime_1.jsx)("rect", { x: "19.3", y: "9.2146", width: "1.69706", height: "1.69706", rx: "0.509117", fill: "#494949" }), (0, jsx_runtime_1.jsx)("rect", { x: "19.3", y: "12.9478", width: "1.69706", height: "1.69706", rx: "0.509117", fill: "#494949" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.00391 11.9997C1.00391 7.35242 9.14978 6.5 11.1862 6.5L15.5 6.50036C16.1567 6.51556 17.001 7.24005 17.001 7.94896V16.0508C17 16.7597 16.3 17.4997 15.5 17.4997L11.1862 17.4994C9.21557 17.4994 1.52384 16.7011 1.02893 12.4383C1.01241 12.296 1.00391 12.1498 1.00391 11.9997ZM4.56194 10.6252L4.55149 10.6253C4.4372 10.6275 2.36327 10.6866 2.36327 11.9999C2.36327 13.3126 4.43523 13.3726 4.55132 13.375L4.56203 13.375H5.41797C5.98033 13.375 6.43621 12.9134 6.43621 12.3438V11.6564C6.43621 11.0869 5.98033 10.6252 5.41797 10.6252H4.56194Z", fill: "#D1D4DD" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.5 6.50036L11.1879 6.50064C9.15141 6.50064 1.00554 7.19779 1.00554 12.0003C1.00554 12.1503 1.01348 12.2962 1.02893 12.4383C1.52384 16.7011 9.21557 17.4994 11.1862 17.4994L15.5 17.4997C16.3 17.4997 17 16.7597 17.001 16.0508V7.94896C17.001 7.24005 16.1567 6.51556 15.5 6.50036ZM4.56194 10.6252L4.55149 10.6253C4.4372 10.6275 2.36327 10.6866 2.36327 11.9999C2.36327 13.3126 4.43523 13.3726 4.55132 13.375L4.56203 13.375H5.41797C5.98033 13.375 6.43621 12.9134 6.43621 12.3438V11.6564C6.43621 11.0869 5.98033 10.6252 5.41797 10.6252H4.56194Z", fill: "#D50C0C" }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#filter0_i_6008_21979)", children: (0, jsx_runtime_1.jsx)("path", { d: "M7.5 10.4399C7.5 10.1587 7.72794 9.93076 8.00912 9.93076H14.9909C15.2721 9.93076 15.5 10.1587 15.5 10.4399V13.4216C15.5 13.7028 15.2721 13.9308 14.9909 13.9308H8.00912C7.72794 13.9308 7.5 13.7028 7.5 13.4216V10.4399Z", fill: "#CC0E0E" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("filter", { id: "filter0_i_6008_21979", x: "7.5", y: "9.93076", width: "8", height: "4", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), (0, jsx_runtime_1.jsx)("feOffset", {}), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "0.5" }), (0, jsx_runtime_1.jsx)("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }), (0, jsx_runtime_1.jsx)("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_6008_21979" })] }) })] }));
6
+ exports.default = RutokenFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const TelegramIconMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default TelegramIconMonochromeFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const TelegramIconMonochromeFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M 20.390625 3.410156 C 21.296875 3.019531 22.265625 3.808594 22.109375 4.808594 L 19.773438 19.609375 C 19.632812 20.507812 18.65625 20.976562 17.898438 20.507812 L 11.132812 16.347656 C 10.425781 15.914062 10.3125 14.910156 10.898438 14.316406 L 16.9375 8.203125 C 17.15625 7.984375 16.878906 7.632812 16.625 7.804688 L 8.234375 13.492188 C 7.613281 13.914062 6.839844 14.027344 6.128906 13.808594 L 2.410156 12.644531 C 1.734375 12.433594 1.6875 11.46875 2.335938 11.1875 Z M 20.390625 3.410156 " }) }));
6
+ exports.default = TelegramIconMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const TelegramMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default TelegramMonochromeFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const TelegramMonochromeFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5m5.24 6.156c.093-.604-.481-1.08-1.018-.844L5.523 11.509c-.385.169-.356.752.043.88l2.206.702c.422.134.878.064 1.246-.19l4.973-3.436c.15-.104.314.11.186.242l-3.581 3.691c-.347.359-.278.965.14 1.227l4.008 2.515c.45.281 1.028-.002 1.112-.545z" }) }));
6
+ exports.default = TelegramMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const VkMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default VkMonochromeFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const VkMonochromeFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12.438 1.5c4.75 0 7.131 0 8.601 1.47C22.5 4.44 22.5 6.82 22.5 11.545v.893c0 4.742 0 7.122-1.46 8.592-1.47 1.47-3.842 1.47-8.602 1.47h-.876c-4.742 0-7.122 0-8.592-1.47S1.5 17.18 1.5 12.455v-.893c0-4.742 0-7.122 1.46-8.592C4.43 1.5 6.804 1.5 11.564 1.5zM5.25 8.25c.11 5.153 2.74 8.25 7.352 8.25h.262v-2.948c.814.1 1.58.433 2.2.958a4.07 4.07 0 0 1 1.291 1.99h2.395a6.5 6.5 0 0 0-1.28-2.433 6.6 6.6 0 0 0-2.186-1.705 6.4 6.4 0 0 0 1.918-1.754c.51-.707.864-1.51 1.042-2.358h-2.176c-.472 1.635-1.872 3.121-3.204 3.262V8.25h-2.176v5.715c-1.349-.33-3.052-1.933-3.127-5.715z" }) }));
6
+ exports.default = VkMonochromeFillMd;
@@ -0,0 +1,4 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { type SvgIconProps } from '../../components/SvgIcon';
3
+ declare const YoutubeMonochromeFillMd: FunctionComponent<SvgIconProps>;
4
+ export default YoutubeMonochromeFillMd;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const SvgIcon_1 = require("../../components/SvgIcon");
5
+ const YoutubeMonochromeFillMd = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 4s7.096 0 8.872.478a2.86 2.86 0 0 1 2.008 2.02c.475 1.783.475 5.502.475 5.502s0 3.719-.475 5.502a2.86 2.86 0 0 1-2.008 2.02C19.096 20 12 20 12 20c-.031 0-7.1-.001-8.872-.477a2.86 2.86 0 0 1-2.008-2.021C.645 15.719.646 12 .646 12s0-3.719.474-5.502a2.85 2.85 0 0 1 2.008-2.02C4.9 4 11.968 4 12 4M9.546 15.568 15.818 12 9.546 8.432z" }) }));
6
+ exports.default = YoutubeMonochromeFillMd;
@@ -1,6 +1,15 @@
1
1
  export { default as FacebookFillMd } from './FacebookFillMd';
2
2
  export { default as GoogleFillMd } from './GoogleFillMd';
3
+ export { default as GoogleMonochromeFillMd } from './GoogleMonochromeFillMd';
3
4
  export { default as TelegramFillMd } from './TelegramFillMd';
5
+ export { default as TelegramMonochromeFillMd } from './TelegramMonochromeFillMd';
6
+ export { default as TelegramIconMonochromeFillMd } from './TelegramIconMonochromeFillMd';
4
7
  export { default as VkFillMd } from './VkFillMd';
8
+ export { default as VkMonochromeFillMd } from './VkMonochromeFillMd';
5
9
  export { default as YoutubeFillMd } from './YoutubeFillMd';
10
+ export { default as YoutubeMonochromeFillMd } from './YoutubeMonochromeFillMd';
6
11
  export { default as OkFillMd } from './OkFillMd';
12
+ export { default as OkMonochromeFillMd } from './OkMonochromeFillMd';
13
+ export { default as CryptoProFillMd } from './CryptoProFillMd';
14
+ export { default as RutokenFillMd } from './RutokenFillMd';
15
+ export { default as JacartaFillMd } from './JacartaFillMd';
@@ -3,16 +3,34 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.OkFillMd = exports.YoutubeFillMd = exports.VkFillMd = exports.TelegramFillMd = exports.GoogleFillMd = exports.FacebookFillMd = void 0;
6
+ exports.JacartaFillMd = exports.RutokenFillMd = exports.CryptoProFillMd = exports.OkMonochromeFillMd = exports.OkFillMd = exports.YoutubeMonochromeFillMd = exports.YoutubeFillMd = exports.VkMonochromeFillMd = exports.VkFillMd = exports.TelegramIconMonochromeFillMd = exports.TelegramMonochromeFillMd = exports.TelegramFillMd = exports.GoogleMonochromeFillMd = exports.GoogleFillMd = exports.FacebookFillMd = void 0;
7
7
  var FacebookFillMd_1 = require("./FacebookFillMd");
8
8
  Object.defineProperty(exports, "FacebookFillMd", { enumerable: true, get: function () { return __importDefault(FacebookFillMd_1).default; } });
9
9
  var GoogleFillMd_1 = require("./GoogleFillMd");
10
10
  Object.defineProperty(exports, "GoogleFillMd", { enumerable: true, get: function () { return __importDefault(GoogleFillMd_1).default; } });
11
+ var GoogleMonochromeFillMd_1 = require("./GoogleMonochromeFillMd");
12
+ Object.defineProperty(exports, "GoogleMonochromeFillMd", { enumerable: true, get: function () { return __importDefault(GoogleMonochromeFillMd_1).default; } });
11
13
  var TelegramFillMd_1 = require("./TelegramFillMd");
12
14
  Object.defineProperty(exports, "TelegramFillMd", { enumerable: true, get: function () { return __importDefault(TelegramFillMd_1).default; } });
15
+ var TelegramMonochromeFillMd_1 = require("./TelegramMonochromeFillMd");
16
+ Object.defineProperty(exports, "TelegramMonochromeFillMd", { enumerable: true, get: function () { return __importDefault(TelegramMonochromeFillMd_1).default; } });
17
+ var TelegramIconMonochromeFillMd_1 = require("./TelegramIconMonochromeFillMd");
18
+ Object.defineProperty(exports, "TelegramIconMonochromeFillMd", { enumerable: true, get: function () { return __importDefault(TelegramIconMonochromeFillMd_1).default; } });
13
19
  var VkFillMd_1 = require("./VkFillMd");
14
20
  Object.defineProperty(exports, "VkFillMd", { enumerable: true, get: function () { return __importDefault(VkFillMd_1).default; } });
21
+ var VkMonochromeFillMd_1 = require("./VkMonochromeFillMd");
22
+ Object.defineProperty(exports, "VkMonochromeFillMd", { enumerable: true, get: function () { return __importDefault(VkMonochromeFillMd_1).default; } });
15
23
  var YoutubeFillMd_1 = require("./YoutubeFillMd");
16
24
  Object.defineProperty(exports, "YoutubeFillMd", { enumerable: true, get: function () { return __importDefault(YoutubeFillMd_1).default; } });
25
+ var YoutubeMonochromeFillMd_1 = require("./YoutubeMonochromeFillMd");
26
+ Object.defineProperty(exports, "YoutubeMonochromeFillMd", { enumerable: true, get: function () { return __importDefault(YoutubeMonochromeFillMd_1).default; } });
17
27
  var OkFillMd_1 = require("./OkFillMd");
18
28
  Object.defineProperty(exports, "OkFillMd", { enumerable: true, get: function () { return __importDefault(OkFillMd_1).default; } });
29
+ var OkMonochromeFillMd_1 = require("./OkMonochromeFillMd");
30
+ Object.defineProperty(exports, "OkMonochromeFillMd", { enumerable: true, get: function () { return __importDefault(OkMonochromeFillMd_1).default; } });
31
+ var CryptoProFillMd_1 = require("./CryptoProFillMd");
32
+ Object.defineProperty(exports, "CryptoProFillMd", { enumerable: true, get: function () { return __importDefault(CryptoProFillMd_1).default; } });
33
+ var RutokenFillMd_1 = require("./RutokenFillMd");
34
+ Object.defineProperty(exports, "RutokenFillMd", { enumerable: true, get: function () { return __importDefault(RutokenFillMd_1).default; } });
35
+ var JacartaFillMd_1 = require("./JacartaFillMd");
36
+ Object.defineProperty(exports, "JacartaFillMd", { enumerable: true, get: function () { return __importDefault(JacartaFillMd_1).default; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "4.2.3",
3
+ "version": "4.3.0",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "dependencies": {