@hh.ru/magritte-ui-icon 14.1.0 → 14.2.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.
- package/IconDynamic-BNKOjT3Y.js +20 -0
- package/{IconDynamic-DJuCfrB0.js.map → IconDynamic-BNKOjT3Y.js.map} +1 -1
- package/IconDynamic.js +1 -1
- package/LoaderGlyph.js +1 -1
- package/Skeleton.js +1 -1
- package/country.js +1 -1
- package/hoc.js +1 -1
- package/icon.js +10 -2
- package/icon.js.map +1 -1
- package/icon.mock.d.ts +8 -0
- package/icon.mock.js +33 -1
- package/icon.mock.js.map +1 -1
- package/index.css +299 -299
- package/index.js +1 -1
- package/package.json +2 -2
- package/private.js +1 -1
- package/product.js +1 -1
- package/service.js +17 -2
- package/service.js.map +1 -1
- package/service.mock.d.ts +15 -0
- package/service.mock.js +61 -1
- package/service.mock.js.map +1 -1
- package/variants/country/index.js +1 -1
- package/variants/icon/BagFilledSize16.js +1 -1
- package/variants/icon/BagFilledSize16.js.map +1 -1
- package/variants/icon/BagFilledSize24.js +1 -1
- package/variants/icon/BagFilledSize24.js.map +1 -1
- package/variants/icon/CameraOutlinedSize16.js +1 -1
- package/variants/icon/CameraOutlinedSize16.js.map +1 -1
- package/variants/icon/CarOutlinedSize16.js +1 -1
- package/variants/icon/CarOutlinedSize16.js.map +1 -1
- package/variants/icon/CardLinesHeartFilledSize16.d.ts +2 -0
- package/variants/icon/CardLinesHeartFilledSize16.js +9 -0
- package/variants/icon/CardLinesHeartFilledSize16.js.map +1 -0
- package/variants/icon/CardLinesHeartFilledSize24.d.ts +2 -0
- package/variants/icon/CardLinesHeartFilledSize24.js +9 -0
- package/variants/icon/CardLinesHeartFilledSize24.js.map +1 -0
- package/variants/icon/CardLinesHeartOutlinedSize16.d.ts +2 -0
- package/variants/icon/CardLinesHeartOutlinedSize16.js +9 -0
- package/variants/icon/CardLinesHeartOutlinedSize16.js.map +1 -0
- package/variants/icon/CardLinesHeartOutlinedSize24.d.ts +2 -0
- package/variants/icon/CardLinesHeartOutlinedSize24.js +9 -0
- package/variants/icon/CardLinesHeartOutlinedSize24.js.map +1 -0
- package/variants/icon/FlaskFilledSize24.js +1 -1
- package/variants/icon/FlaskFilledSize24.js.map +1 -1
- package/variants/icon/FlaskOutlinedSize16.js +1 -1
- package/variants/icon/FlaskOutlinedSize16.js.map +1 -1
- package/variants/icon/ImageStackOutlinedSize32.js +1 -1
- package/variants/icon/ImageStackOutlinedSize32.js.map +1 -1
- package/variants/icon/PenHyperstarFilledSize24.js +1 -1
- package/variants/icon/PenHyperstarFilledSize24.js.map +1 -1
- package/variants/icon/PopcornFilledSize16.js +2 -2
- package/variants/icon/PopcornFilledSize16.js.map +1 -1
- package/variants/icon/PopcornFilledSize24.js +2 -2
- package/variants/icon/PopcornFilledSize24.js.map +1 -1
- package/variants/icon/PopcornOutlinedSize16.js +1 -1
- package/variants/icon/PopcornOutlinedSize16.js.map +1 -1
- package/variants/icon/PopcornOutlinedSize24.js +1 -1
- package/variants/icon/PopcornOutlinedSize24.js.map +1 -1
- package/variants/icon/RocketOutlinedSize16.js +1 -1
- package/variants/icon/RocketOutlinedSize16.js.map +1 -1
- package/variants/icon/TreeFilledSize16.js +1 -1
- package/variants/icon/TreeFilledSize16.js.map +1 -1
- package/variants/icon/TreeFilledSize24.js +1 -1
- package/variants/icon/TreeFilledSize24.js.map +1 -1
- package/variants/icon/UserSingleBanFilledSize16.d.ts +2 -0
- package/variants/icon/UserSingleBanFilledSize16.js +9 -0
- package/variants/icon/UserSingleBanFilledSize16.js.map +1 -0
- package/variants/icon/UserSingleBanFilledSize24.d.ts +2 -0
- package/variants/icon/UserSingleBanFilledSize24.js +9 -0
- package/variants/icon/UserSingleBanFilledSize24.js.map +1 -0
- package/variants/icon/UserSingleBanOutlinedSize16.d.ts +2 -0
- package/variants/icon/UserSingleBanOutlinedSize16.js +9 -0
- package/variants/icon/UserSingleBanOutlinedSize16.js.map +1 -0
- package/variants/icon/UserSingleBanOutlinedSize24.d.ts +2 -0
- package/variants/icon/UserSingleBanOutlinedSize24.js +9 -0
- package/variants/icon/UserSingleBanOutlinedSize24.js.map +1 -0
- package/variants/icon/index.d.ts +1314 -1274
- package/variants/icon/index.js +550 -534
- package/variants/icon/index.js.map +1 -1
- package/variants/private/index.d.ts +32 -32
- package/variants/private/index.js +16 -16
- package/variants/private/index.js.map +1 -1
- package/variants/product/index.d.ts +71 -71
- package/variants/product/index.js +42 -42
- package/variants/product/index.js.map +1 -1
- package/variants/service/AndroidBrandSize16.js +1 -1
- package/variants/service/AndroidBrandSize16.js.map +1 -1
- package/variants/service/AndroidBrandSize24.js +1 -1
- package/variants/service/AndroidBrandSize24.js.map +1 -1
- package/variants/service/DzenSolidSize16.js +1 -1
- package/variants/service/DzenSolidSize16.js.map +1 -1
- package/variants/service/DzenSolidSize24.js +1 -1
- package/variants/service/DzenSolidSize24.js.map +1 -1
- package/variants/service/EsiaBrandSize16.js +1 -1
- package/variants/service/EsiaBrandSize16.js.map +1 -1
- package/variants/service/EsiaBrandSize24.js +1 -1
- package/variants/service/EsiaBrandSize24.js.map +1 -1
- package/variants/service/FlBrandSize24.js +1 -1
- package/variants/service/FlBrandSize24.js.map +1 -1
- package/variants/service/GoogleBrandSize16.js +1 -1
- package/variants/service/GoogleBrandSize16.js.map +1 -1
- package/variants/service/GoogleBrandSize24.js +1 -1
- package/variants/service/GoogleBrandSize24.js.map +1 -1
- package/variants/service/HhBusinessAppBrandSize48.d.ts +2 -0
- package/variants/service/HhBusinessAppBrandSize48.js +9 -0
- package/variants/service/HhBusinessAppBrandSize48.js.map +1 -0
- package/variants/service/HhBusinessAppGrayscaleSize48.d.ts +2 -0
- package/variants/service/HhBusinessAppGrayscaleSize48.js +9 -0
- package/variants/service/HhBusinessAppGrayscaleSize48.js.map +1 -0
- package/variants/service/HhBusinessAppSolidSize48.d.ts +2 -0
- package/variants/service/HhBusinessAppSolidSize48.js +9 -0
- package/variants/service/HhBusinessAppSolidSize48.js.map +1 -0
- package/variants/service/LivejournalBrandSize16.js +1 -1
- package/variants/service/LivejournalBrandSize16.js.map +1 -1
- package/variants/service/OkSolidSize24.js +1 -1
- package/variants/service/OkSolidSize24.js.map +1 -1
- package/variants/service/OneCGrayscaleSize32.js +1 -1
- package/variants/service/OneCGrayscaleSize32.js.map +1 -1
- package/variants/service/OneCSolidSize32.js +1 -1
- package/variants/service/OneCSolidSize32.js.map +1 -1
- package/variants/service/RabotaByAppBrandAltSize16.d.ts +2 -0
- package/variants/service/RabotaByAppBrandAltSize16.js +9 -0
- package/variants/service/RabotaByAppBrandAltSize16.js.map +1 -0
- package/variants/service/RabotaByAppBrandAltSize24.d.ts +2 -0
- package/variants/service/RabotaByAppBrandAltSize24.js +9 -0
- package/variants/service/RabotaByAppBrandAltSize24.js.map +1 -0
- package/variants/service/RabotaByAppBrandAltSize48.d.ts +2 -0
- package/variants/service/RabotaByAppBrandAltSize48.js +9 -0
- package/variants/service/RabotaByAppBrandAltSize48.js.map +1 -0
- package/variants/service/RabotaByAppBrandSize16.d.ts +2 -0
- package/variants/service/RabotaByAppBrandSize16.js +9 -0
- package/variants/service/RabotaByAppBrandSize16.js.map +1 -0
- package/variants/service/RabotaByAppBrandSize24.d.ts +2 -0
- package/variants/service/RabotaByAppBrandSize24.js +9 -0
- package/variants/service/RabotaByAppBrandSize24.js.map +1 -0
- package/variants/service/RabotaByAppBrandSize48.d.ts +2 -0
- package/variants/service/RabotaByAppBrandSize48.js +9 -0
- package/variants/service/RabotaByAppBrandSize48.js.map +1 -0
- package/variants/service/RabotaByAppGrayscaleSize16.d.ts +2 -0
- package/variants/service/RabotaByAppGrayscaleSize16.js +9 -0
- package/variants/service/RabotaByAppGrayscaleSize16.js.map +1 -0
- package/variants/service/RabotaByAppGrayscaleSize24.d.ts +2 -0
- package/variants/service/RabotaByAppGrayscaleSize24.js +9 -0
- package/variants/service/RabotaByAppGrayscaleSize24.js.map +1 -0
- package/variants/service/RabotaByAppGrayscaleSize48.d.ts +2 -0
- package/variants/service/RabotaByAppGrayscaleSize48.js +9 -0
- package/variants/service/RabotaByAppGrayscaleSize48.js.map +1 -0
- package/variants/service/RabotaByAppSolidSize16.d.ts +2 -0
- package/variants/service/RabotaByAppSolidSize16.js +9 -0
- package/variants/service/RabotaByAppSolidSize16.js.map +1 -0
- package/variants/service/RabotaByAppSolidSize24.d.ts +2 -0
- package/variants/service/RabotaByAppSolidSize24.js +9 -0
- package/variants/service/RabotaByAppSolidSize24.js.map +1 -0
- package/variants/service/RabotaByAppSolidSize48.d.ts +2 -0
- package/variants/service/RabotaByAppSolidSize48.js +9 -0
- package/variants/service/RabotaByAppSolidSize48.js.map +1 -0
- package/variants/service/SkillazBrandSize16.js +1 -1
- package/variants/service/SkillazBrandSize16.js.map +1 -1
- package/variants/service/TwitterBrandSize16.js +1 -1
- package/variants/service/TwitterBrandSize16.js.map +1 -1
- package/variants/service/TwitterBrandSize24.js +1 -1
- package/variants/service/TwitterBrandSize24.js.map +1 -1
- package/variants/service/ViberBrandSize24.js +1 -1
- package/variants/service/ViberBrandSize24.js.map +1 -1
- package/variants/service/ViberSolidSize24.js +1 -1
- package/variants/service/ViberSolidSize24.js.map +1 -1
- package/variants/service/VkSquareBrandAltSize24.js +1 -1
- package/variants/service/VkSquareBrandAltSize24.js.map +1 -1
- package/variants/service/VkSquareBrandSize24.js +1 -1
- package/variants/service/VkSquareBrandSize24.js.map +1 -1
- package/variants/service/index.d.ts +516 -441
- package/variants/service/index.js +130 -100
- package/variants/service/index.js.map +1 -1
- package/IconDynamic-DJuCfrB0.js +0 -20
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const TwitterBrandSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
5
|
+
const TwitterBrandSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.628 1.188c.071.103 1.71 2.543 3.64 5.421l3.97 5.915c.252.376.458.69.458.7 0 .008-.094.127-.208.262l-.718.852-3.575 4.253-2.411 2.87c-.515.613-1.008 1.2-1.096 1.303a1.3 1.3 0 0 0-.161.212c0 .015.323.024.91.024h.91l1.001-1.193 1.207-1.436a989 989 0 0 0 2.462-2.93l.816-.97c.402-.48.742-.885.756-.9.013-.013.226-.267.473-.562s.456-.538.466-.538c.009 0 1.277 1.878 2.817 4.174l2.861 4.264.061.09h3.122c2.568 0 3.12-.005 3.11-.03-.01-.029-1.506-2.261-5.343-7.977-2.763-4.114-3.13-4.667-3.12-4.695.01-.027.387-.478 2.86-3.423L18.85 4.55l.794-.945 2.15-2.563c.03-.04-.021-.042-.892-.042h-.924l-.412.49a1288 1288 0 0 1-2.447 2.913c-.092.107-.555.658-1.029 1.225a145 145 0 0 1-1.102 1.31c-.204.246-.41.492-1.36 1.618-.416.494-.437.516-.472.47-.02-.026-1.241-1.842-2.713-4.036L7.766 1H1.5zm2.446 1.308c.023.037.609.895 1.3 1.908l9.787 14.332c1.06 1.552 1.94 2.836 1.956 2.853.022.024.33.029 1.441.024l1.414-.006-3.698-5.415L9.73 6.609 6.884 2.442l-1.427-.007-1.426-.006z", fill: "currentColor" }) })));
|
|
6
6
|
TwitterBrandSize24Glyph.displayName = 'TwitterBrandSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { TwitterBrandSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TwitterBrandSize24.js","sources":["src/variants/service/TwitterBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const TwitterBrandSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"file":"TwitterBrandSize24.js","sources":["src/variants/service/TwitterBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const TwitterBrandSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1.628 1.188c.071.103 1.71 2.543 3.64 5.421l3.97 5.915c.252.376.458.69.458.7 0 .008-.094.127-.208.262l-.718.852-3.575 4.253-2.411 2.87c-.515.613-1.008 1.2-1.096 1.303a1.3 1.3 0 0 0-.161.212c0 .015.323.024.91.024h.91l1.001-1.193 1.207-1.436a989 989 0 0 0 2.462-2.93l.816-.97c.402-.48.742-.885.756-.9.013-.013.226-.267.473-.562s.456-.538.466-.538c.009 0 1.277 1.878 2.817 4.174l2.861 4.264.061.09h3.122c2.568 0 3.12-.005 3.11-.03-.01-.029-1.506-2.261-5.343-7.977-2.763-4.114-3.13-4.667-3.12-4.695.01-.027.387-.478 2.86-3.423L18.85 4.55l.794-.945 2.15-2.563c.03-.04-.021-.042-.892-.042h-.924l-.412.49a1288 1288 0 0 1-2.447 2.913c-.092.107-.555.658-1.029 1.225a145 145 0 0 1-1.102 1.31c-.204.246-.41.492-1.36 1.618-.416.494-.437.516-.472.47-.02-.026-1.241-1.842-2.713-4.036L7.766 1H1.5zm2.446 1.308c.023.037.609.895 1.3 1.908l9.787 14.332c1.06 1.552 1.94 2.836 1.956 2.853.022.024.33.029 1.441.024l1.414-.006-3.698-5.415L9.73 6.609 6.884 2.442l-1.427-.007-1.426-.006z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nTwitterBrandSize24Glyph.displayName = 'TwitterBrandSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,uBAAuB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACtGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,q8BAAq8B,EACv8B,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,uBAAuB,CAAC,WAAW,GAAG,yBAAyB;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const ViberBrandSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M19.97 3.02c-.531-.483-2.826-1.924-7.614-1.945 0 0-5.67-.373-8.423 2.12-1.532 1.513-2.048 3.762-2.105 6.507s-.35 7.988 4.671 9.383l-.022 4.235c0 .24.038.403.175.437.098.024.246-.027.371-.152.803-.806 3.373-3.907 3.373-3.907 3.
|
|
5
|
+
const ViberBrandSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M19.97 3.02c-.531-.483-2.826-1.924-7.614-1.945 0 0-5.67-.373-8.423 2.12-1.532 1.513-2.048 3.762-2.105 6.507s-.35 7.988 4.671 9.383l-.022 4.235c0 .24.038.403.175.437.098.024.246-.027.371-.152.803-.806 3.373-3.907 3.373-3.907 3.448.225 6.192-.456 6.487-.552.696-.224 4.459-.547 5.096-5.691.658-5.303-.242-8.922-2.009-10.434", fill: "#7360F2" }), jsx("path", { d: "M14.79 9.476q-.093-1.883-1.913-1.978", stroke: "white", strokeWidth: 0.64, strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M16.433 10.027q.038-1.755-1.04-2.932c-.721-.787-1.72-1.221-3.001-1.315", stroke: "white", strokeWidth: 0.64, strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M18.114 10.685q-.023-3.044-1.82-4.796-1.796-1.75-4.467-1.77", stroke: "white", strokeWidth: 0.64, strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M12.94 13.764s.45.038.693-.26l.472-.595c.228-.294.778-.482 1.316-.182q.607.345 1.174.75c.358.262 1.09.873 1.092.873.348.294.429.726.191 1.182l-.002.01a5 5 0 0 1-.983 1.21c-.004.002-.004.005-.008.007q-.51.425-.999.482a1.328 1.328 0 0 1-.57-.056l-.01-.015c-.504-.142-1.345-.498-2.745-1.27a16.4 16.4 0 0 1-2.306-1.523 12 12 0 0 1-1.037-.92l-.035-.035-.035-.035-.035-.035-.035-.035a12 12 0 0 1-.92-1.037 16.4 16.4 0 0 1-1.523-2.305c-.772-1.401-1.128-2.241-1.27-2.745l-.015-.01a1.3 1.3 0 0 1-.065-.425.6.6 0 0 1 .008-.146q.061-.49.484-1c.002-.004.004-.004.007-.008.348-.39.757-.722 1.21-.983l.01-.002c.455-.238.888-.157 1.182.19.002.002.611.734.873 1.091q.405.569.75 1.175c.3.538.112 1.09-.183 1.316l-.594.473c-.3.242-.26.692-.26.692s.88 3.332 4.169 4.171", fill: "white" })] }) })));
|
|
6
6
|
ViberBrandSize24Glyph.displayName = 'ViberBrandSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { ViberBrandSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViberBrandSize24.js","sources":["src/variants/service/ViberBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const ViberBrandSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M19.97 3.02c-.531-.483-2.826-1.924-7.614-1.945 0 0-5.67-.373-8.423 2.12-1.532 1.513-2.048 3.762-2.105 6.507s-.35 7.988 4.671 9.383l-.022 4.235c0 .24.038.403.175.437.098.024.246-.027.371-.152.803-.806 3.373-3.907 3.373-3.907 3.
|
|
1
|
+
{"version":3,"file":"ViberBrandSize24.js","sources":["src/variants/service/ViberBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const ViberBrandSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M19.97 3.02c-.531-.483-2.826-1.924-7.614-1.945 0 0-5.67-.373-8.423 2.12-1.532 1.513-2.048 3.762-2.105 6.507s-.35 7.988 4.671 9.383l-.022 4.235c0 .24.038.403.175.437.098.024.246-.027.371-.152.803-.806 3.373-3.907 3.373-3.907 3.448.225 6.192-.456 6.487-.552.696-.224 4.459-.547 5.096-5.691.658-5.303-.242-8.922-2.009-10.434\"\n fill=\"#7360F2\"\n />\n <path\n d=\"M14.79 9.476q-.093-1.883-1.913-1.978\"\n stroke=\"white\"\n strokeWidth={0.64}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16.433 10.027q.038-1.755-1.04-2.932c-.721-.787-1.72-1.221-3.001-1.315\"\n stroke=\"white\"\n strokeWidth={0.64}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M18.114 10.685q-.023-3.044-1.82-4.796-1.796-1.75-4.467-1.77\"\n stroke=\"white\"\n strokeWidth={0.64}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.94 13.764s.45.038.693-.26l.472-.595c.228-.294.778-.482 1.316-.182q.607.345 1.174.75c.358.262 1.09.873 1.092.873.348.294.429.726.191 1.182l-.002.01a5 5 0 0 1-.983 1.21c-.004.002-.004.005-.008.007q-.51.425-.999.482a1.328 1.328 0 0 1-.57-.056l-.01-.015c-.504-.142-1.345-.498-2.745-1.27a16.4 16.4 0 0 1-2.306-1.523 12 12 0 0 1-1.037-.92l-.035-.035-.035-.035-.035-.035-.035-.035a12 12 0 0 1-.92-1.037 16.4 16.4 0 0 1-1.523-2.305c-.772-1.401-1.128-2.241-1.27-2.745l-.015-.01a1.3 1.3 0 0 1-.065-.425.6.6 0 0 1 .008-.146q.061-.49.484-1c.002-.004.004-.004.007-.008.348-.39.757-.722 1.21-.983l.01-.002c.455-.238.888-.157 1.182.19.002.002.611.734.873 1.091q.405.569.75 1.175c.3.538.112 1.09-.183 1.316l-.594.473c-.3.242-.26.692-.26.692s.88 3.332 4.169 4.171\"\n fill=\"white\"\n />\n </g>\n </svg>\n));\nViberBrandSize24Glyph.displayName = 'ViberBrandSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEO,MAAM,qBAAqB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACpGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GC,IACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,mUAAmU,EACrU,IAAI,EAAC,SAAS,EAChB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,sCAAsC,EACxC,MAAM,EAAC,OAAO,EACd,WAAW,EAAE,IAAI,EACjB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EAAA,CACxB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,wEAAwE,EAC1E,MAAM,EAAC,OAAO,EACd,WAAW,EAAE,IAAI,EACjB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACxB,CAAA,EACFA,cACI,CAAC,EAAC,6DAA6D,EAC/D,MAAM,EAAC,OAAO,EACd,WAAW,EAAE,IAAI,EACjB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACxB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,gvBAAgvB,EAClvB,IAAI,EAAC,OAAO,EACd,CAAA,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,qBAAqB,CAAC,WAAW,GAAG,uBAAuB;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const ViberSolidSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.356 1.075c4.788.02 7.083 1.462 7.614 1.946 1.767 1.512 2.667 5.131 2.009 10.434-.573 4.63-3.68 5.355-4.802 5.616a4 4 0 0 0-.294.075c-.295.096-3.038.777-6.487.552 0 0-2.57 3.1-3.373 3.907-.125.125-.273.176-.
|
|
5
|
+
const ViberSolidSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.356 1.075c4.788.02 7.083 1.462 7.614 1.946 1.767 1.512 2.667 5.131 2.009 10.434-.573 4.63-3.68 5.355-4.802 5.616a4 4 0 0 0-.294.075c-.295.096-3.038.777-6.487.552 0 0-2.57 3.1-3.373 3.907-.125.125-.273.176-.371.152-.137-.034-.175-.198-.175-.437.003-.342.022-4.235.022-4.235-4.854-1.348-4.74-6.294-4.677-9.101l.006-.282c.057-2.745.573-4.994 2.105-6.507 2.752-2.493 8.423-2.12 8.423-2.12m-.85 3.042a.32.32 0 0 1 .323-.318c1.858.013 3.428.632 4.69 1.86 1.27 1.24 1.9 2.928 1.915 5.023a.32.32 0 1 1-.64.005c-.015-1.964-.6-3.473-1.723-4.569-1.134-1.105-2.542-1.666-4.246-1.678a.32.32 0 0 1-.318-.323m.909 1.344a.32.32 0 0 0-.047.638c1.219.09 2.134.498 2.789 1.212.657.718.98 1.613.956 2.709a.32.32 0 0 0 .64.014c.026-1.243-.344-2.303-1.124-3.155-.788-.86-1.87-1.32-3.214-1.418m.142 2.02a.32.32 0 0 1 .337-.303c.66.035 1.21.235 1.601.64.39.403.581.966.615 1.642a.32.32 0 1 1-.64.032c-.028-.579-.187-.973-.435-1.23-.246-.254-.622-.415-1.175-.444a.32.32 0 0 1-.303-.336m1.076 6.023c-.243.298-.693.26-.693.26-3.289-.84-4.169-4.171-4.169-4.171s-.04-.45.26-.692l.595-.473c.295-.227.482-.778.183-1.316a14 14 0 0 0-.75-1.175 32 32 0 0 0-.874-1.091c-.293-.347-.726-.428-1.181-.19h-.005l-.005.002a4.9 4.9 0 0 0-1.21.983l-.004.004-.003.005q-.423.51-.484.999a.6.6 0 0 0-.008.145q-.003.218.064.425l.016.01c.142.505.497 1.345 1.27 2.746q.664 1.216 1.523 2.305.43.545.92 1.037l.012.012.023.023.105.105q.491.49 1.037.92A16.3 16.3 0 0 0 12.56 15.9c1.4.772 2.24 1.128 2.744 1.27l.01.015a1.3 1.3 0 0 0 .571.056q.49-.058.998-.482l.002-.002.003-.002.004-.003a5 5 0 0 0 .983-1.21v-.003l.001-.002.001-.005c.238-.456.157-.888-.192-1.182l-.076-.063c-.198-.163-.728-.6-1.015-.81q-.568-.405-1.174-.75c-.538-.3-1.088-.112-1.316.182z", fill: "currentColor" }) }) })));
|
|
6
6
|
ViberSolidSize24Glyph.displayName = 'ViberSolidSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { ViberSolidSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViberSolidSize24.js","sources":["src/variants/service/ViberSolidSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const ViberSolidSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.356 1.075c4.788.02 7.083 1.462 7.614 1.946 1.767 1.512 2.667 5.131 2.009 10.434-.573 4.63-3.68 5.355-4.802 5.616a4 4 0 0 0-.294.075c-.295.096-3.038.777-6.487.552 0 0-2.57 3.1-3.373 3.907-.125.125-.273.176-.
|
|
1
|
+
{"version":3,"file":"ViberSolidSize24.js","sources":["src/variants/service/ViberSolidSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const ViberSolidSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.356 1.075c4.788.02 7.083 1.462 7.614 1.946 1.767 1.512 2.667 5.131 2.009 10.434-.573 4.63-3.68 5.355-4.802 5.616a4 4 0 0 0-.294.075c-.295.096-3.038.777-6.487.552 0 0-2.57 3.1-3.373 3.907-.125.125-.273.176-.371.152-.137-.034-.175-.198-.175-.437.003-.342.022-4.235.022-4.235-4.854-1.348-4.74-6.294-4.677-9.101l.006-.282c.057-2.745.573-4.994 2.105-6.507 2.752-2.493 8.423-2.12 8.423-2.12m-.85 3.042a.32.32 0 0 1 .323-.318c1.858.013 3.428.632 4.69 1.86 1.27 1.24 1.9 2.928 1.915 5.023a.32.32 0 1 1-.64.005c-.015-1.964-.6-3.473-1.723-4.569-1.134-1.105-2.542-1.666-4.246-1.678a.32.32 0 0 1-.318-.323m.909 1.344a.32.32 0 0 0-.047.638c1.219.09 2.134.498 2.789 1.212.657.718.98 1.613.956 2.709a.32.32 0 0 0 .64.014c.026-1.243-.344-2.303-1.124-3.155-.788-.86-1.87-1.32-3.214-1.418m.142 2.02a.32.32 0 0 1 .337-.303c.66.035 1.21.235 1.601.64.39.403.581.966.615 1.642a.32.32 0 1 1-.64.032c-.028-.579-.187-.973-.435-1.23-.246-.254-.622-.415-1.175-.444a.32.32 0 0 1-.303-.336m1.076 6.023c-.243.298-.693.26-.693.26-3.289-.84-4.169-4.171-4.169-4.171s-.04-.45.26-.692l.595-.473c.295-.227.482-.778.183-1.316a14 14 0 0 0-.75-1.175 32 32 0 0 0-.874-1.091c-.293-.347-.726-.428-1.181-.19h-.005l-.005.002a4.9 4.9 0 0 0-1.21.983l-.004.004-.003.005q-.423.51-.484.999a.6.6 0 0 0-.008.145q-.003.218.064.425l.016.01c.142.505.497 1.345 1.27 2.746q.664 1.216 1.523 2.305.43.545.92 1.037l.012.012.023.023.105.105q.491.49 1.037.92A16.3 16.3 0 0 0 12.56 15.9c1.4.772 2.24 1.128 2.744 1.27l.01.015a1.3 1.3 0 0 0 .571.056q.49-.058.998-.482l.002-.002.003-.002.004-.003a5 5 0 0 0 .983-1.21v-.003l.001-.002.001-.005c.238-.456.157-.888-.192-1.182l-.076-.063c-.198-.163-.728-.6-1.015-.81q-.568-.405-1.174-.75c-.538-.3-1.088-.112-1.316.182z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nViberSolidSize24Glyph.displayName = 'ViberSolidSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,qBAAqB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACpGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,wqDAAwqD,EAC1qD,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,qBAAqB,CAAC,WAAW,GAAG,uBAAuB;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const VkSquareBrandAltSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M1 11.56c0-4.978 0-7.467 1.546-9.014S6.582 1 11.56 1h.88c4.978 0 7.467 0 9.013 1.546S23 6.582 23 11.56v.88c0 4.978 0 7.467-1.547 9.013S17.418 23 12.44 23h-.88c-4.978 0-7.467 0-9.014-1.547S1 17.418 1 12.44z", fill: "white" }), jsx("path", { d: "M12.706 16.85c-5.014 0-7.874-3.438-7.
|
|
5
|
+
const VkSquareBrandAltSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M1 11.56c0-4.978 0-7.467 1.546-9.014S6.582 1 11.56 1h.88c4.978 0 7.467 0 9.013 1.546S23 6.582 23 11.56v.88c0 4.978 0 7.467-1.547 9.013S17.418 23 12.44 23h-.88c-4.978 0-7.467 0-9.014-1.547S1 17.418 1 12.44z", fill: "white" }), jsx("path", { d: "M12.706 16.85c-5.014 0-7.874-3.438-7.994-9.158h2.512c.083 4.198 1.934 5.976 3.4 6.343V7.692h2.366v3.62c1.448-.155 2.97-1.805 3.483-3.62h2.365c-.394 2.236-2.044 3.886-3.217 4.565 1.173.55 3.052 1.989 3.767 4.592h-2.603c-.56-1.742-1.953-3.089-3.795-3.272v3.272z", fill: "#0077FF" })] }) })));
|
|
6
6
|
VkSquareBrandAltSize24Glyph.displayName = 'VkSquareBrandAltSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { VkSquareBrandAltSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VkSquareBrandAltSize24.js","sources":["src/variants/service/VkSquareBrandAltSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const VkSquareBrandAltSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M1 11.56c0-4.978 0-7.467 1.546-9.014S6.582 1 11.56 1h.88c4.978 0 7.467 0 9.013 1.546S23 6.582 23 11.56v.88c0 4.978 0 7.467-1.547 9.013S17.418 23 12.44 23h-.88c-4.978 0-7.467 0-9.014-1.547S1 17.418 1 12.44z\"\n fill=\"white\"\n />\n <path\n d=\"M12.706 16.85c-5.014 0-7.874-3.438-7.
|
|
1
|
+
{"version":3,"file":"VkSquareBrandAltSize24.js","sources":["src/variants/service/VkSquareBrandAltSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const VkSquareBrandAltSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M1 11.56c0-4.978 0-7.467 1.546-9.014S6.582 1 11.56 1h.88c4.978 0 7.467 0 9.013 1.546S23 6.582 23 11.56v.88c0 4.978 0 7.467-1.547 9.013S17.418 23 12.44 23h-.88c-4.978 0-7.467 0-9.014-1.547S1 17.418 1 12.44z\"\n fill=\"white\"\n />\n <path\n d=\"M12.706 16.85c-5.014 0-7.874-3.438-7.994-9.158h2.512c.083 4.198 1.934 5.976 3.4 6.343V7.692h2.366v3.62c1.448-.155 2.97-1.805 3.483-3.62h2.365c-.394 2.236-2.044 3.886-3.217 4.565 1.173.55 3.052 1.989 3.767 4.592h-2.603c-.56-1.742-1.953-3.089-3.795-3.272v3.272z\"\n fill=\"#0077FF\"\n />\n </g>\n </svg>\n));\nVkSquareBrandAltSize24Glyph.displayName = 'VkSquareBrandAltSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEO,MAAM,2BAA2B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC1GA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,+MAA+M,EACjN,IAAI,EAAC,OAAO,EAAA,CACd,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,qQAAqQ,EACvQ,IAAI,EAAC,SAAS,EAChB,CAAA,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,2BAA2B,CAAC,WAAW,GAAG,6BAA6B;;;;"}
|
|
@@ -2,7 +2,7 @@ import './../../index.css';
|
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
|
|
5
|
-
const VkSquareBrandSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M1 11.56c0-4.978 0-7.467 1.546-9.014S6.582 1 11.56 1h.88c4.978 0 7.467 0 9.013 1.546S23 6.582 23 11.56v.88c0 4.978 0 7.467-1.547 9.013S17.418 23 12.44 23h-.88c-4.978 0-7.467 0-9.014-1.547S1 17.418 1 12.44z", fill: "#0077FF" }), jsx("path", { d: "M12.706 16.85c-5.014 0-7.874-3.438-7.
|
|
5
|
+
const VkSquareBrandSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M1 11.56c0-4.978 0-7.467 1.546-9.014S6.582 1 11.56 1h.88c4.978 0 7.467 0 9.013 1.546S23 6.582 23 11.56v.88c0 4.978 0 7.467-1.547 9.013S17.418 23 12.44 23h-.88c-4.978 0-7.467 0-9.014-1.547S1 17.418 1 12.44z", fill: "#0077FF" }), jsx("path", { d: "M12.706 16.85c-5.014 0-7.874-3.438-7.994-9.158h2.512c.083 4.198 1.934 5.976 3.4 6.343V7.692h2.366v3.62c1.448-.155 2.97-1.805 3.483-3.62h2.365c-.394 2.236-2.044 3.886-3.217 4.565 1.173.55 3.052 1.989 3.767 4.592h-2.603c-.56-1.742-1.953-3.089-3.795-3.272v3.272z", fill: "white" })] }) })));
|
|
6
6
|
VkSquareBrandSize24Glyph.displayName = 'VkSquareBrandSize24Glyph';
|
|
7
7
|
|
|
8
8
|
export { VkSquareBrandSize24Glyph };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VkSquareBrandSize24.js","sources":["src/variants/service/VkSquareBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const VkSquareBrandSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M1 11.56c0-4.978 0-7.467 1.546-9.014S6.582 1 11.56 1h.88c4.978 0 7.467 0 9.013 1.546S23 6.582 23 11.56v.88c0 4.978 0 7.467-1.547 9.013S17.418 23 12.44 23h-.88c-4.978 0-7.467 0-9.014-1.547S1 17.418 1 12.44z\"\n fill=\"#0077FF\"\n />\n <path\n d=\"M12.706 16.85c-5.014 0-7.874-3.438-7.
|
|
1
|
+
{"version":3,"file":"VkSquareBrandSize24.js","sources":["src/variants/service/VkSquareBrandSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const VkSquareBrandSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M1 11.56c0-4.978 0-7.467 1.546-9.014S6.582 1 11.56 1h.88c4.978 0 7.467 0 9.013 1.546S23 6.582 23 11.56v.88c0 4.978 0 7.467-1.547 9.013S17.418 23 12.44 23h-.88c-4.978 0-7.467 0-9.014-1.547S1 17.418 1 12.44z\"\n fill=\"#0077FF\"\n />\n <path\n d=\"M12.706 16.85c-5.014 0-7.874-3.438-7.994-9.158h2.512c.083 4.198 1.934 5.976 3.4 6.343V7.692h2.366v3.62c1.448-.155 2.97-1.805 3.483-3.62h2.365c-.394 2.236-2.044 3.886-3.217 4.565 1.173.55 3.052 1.989 3.767 4.592h-2.603c-.56-1.742-1.953-3.089-3.795-3.272v3.272z\"\n fill=\"white\"\n />\n </g>\n </svg>\n));\nVkSquareBrandSize24Glyph.displayName = 'VkSquareBrandSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEO,MAAM,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,+MAA+M,EACjN,IAAI,EAAC,SAAS,EAAA,CAChB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,qQAAqQ,EACvQ,IAAI,EAAC,OAAO,EACd,CAAA,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
|