@vkontakte/icons 3.39.0 → 3.41.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 (37) hide show
  1. package/dist/12/share_12.d.ts +5 -0
  2. package/dist/12/share_12.js +18 -0
  3. package/dist/16/computer_outline_16.d.ts +5 -0
  4. package/dist/16/computer_outline_16.js +18 -0
  5. package/dist/16/live_16.d.ts +5 -0
  6. package/dist/16/live_16.js +30 -0
  7. package/dist/16/smartphone_outline_16.d.ts +5 -0
  8. package/dist/16/smartphone_outline_16.js +18 -0
  9. package/dist/16/tablet_outline_16.d.ts +5 -0
  10. package/dist/16/tablet_outline_16.js +18 -0
  11. package/dist/16/tv_alt_outline_16.d.ts +5 -0
  12. package/dist/16/tv_alt_outline_16.js +18 -0
  13. package/dist/24/horizontal_rectangle_arrows_in_outline_24.d.ts +5 -0
  14. package/dist/24/horizontal_rectangle_arrows_in_outline_24.js +18 -0
  15. package/dist/24/horizontal_rectangle_arrows_out_outline_24.d.ts +5 -0
  16. package/dist/24/horizontal_rectangle_arrows_out_outline_24.js +18 -0
  17. package/dist/icons-map.json +1 -1
  18. package/dist/index.d.ts +8 -0
  19. package/dist/index.js +8 -0
  20. package/dist/typings/12/share_12.d.ts +5 -0
  21. package/dist/typings/16/computer_outline_16.d.ts +5 -0
  22. package/dist/typings/16/live_16.d.ts +5 -0
  23. package/dist/typings/16/smartphone_outline_16.d.ts +5 -0
  24. package/dist/typings/16/tablet_outline_16.d.ts +5 -0
  25. package/dist/typings/16/tv_alt_outline_16.d.ts +5 -0
  26. package/dist/typings/24/horizontal_rectangle_arrows_in_outline_24.d.ts +5 -0
  27. package/dist/typings/24/horizontal_rectangle_arrows_out_outline_24.d.ts +5 -0
  28. package/dist/typings/index.d.ts +8 -0
  29. package/package.json +1 -1
  30. package/src/svg/12/share_12.svg +1 -0
  31. package/src/svg/16/computer_outline_16.svg +1 -0
  32. package/src/svg/16/live_16.svg +1 -0
  33. package/src/svg/16/smartphone_outline_16.svg +1 -0
  34. package/src/svg/16/tablet_outline_16.svg +1 -0
  35. package/src/svg/16/tv_alt_outline_16.svg +1 -0
  36. package/src/svg/24/horizontal_rectangle_arrows_in_outline_24.svg +1 -0
  37. package/src/svg/24/horizontal_rectangle_arrows_out_outline_24.svg +1 -0
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon12ShareProps = SvgIconProps;
4
+ export declare const Icon12Share: React.FC<Icon12ShareProps> & {
5
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon12Share = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 12 12",
7
+ width: 12,
8
+ height: 12,
9
+ vkuiIconId: "share_12",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M4.925 3.061c0-.911 1.053-1.355 1.737-.842l3.914 2.938c.565.425.565 1.26 0 1.684l-3.917 2.94c-.684.513-1.737.07-1.737-.842v-1.23c-1.322.142-2.274.844-3.042 1.745A.5.5 0 0 1 1 9.129c0-1.568.45-2.79 1.251-3.668.702-.77 1.637-1.238 2.674-1.465z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16ComputerOutlineProps = SvgIconProps;
4
+ export declare const Icon16ComputerOutline: React.FC<Icon16ComputerOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16ComputerOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "computer_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M10.25 1.5c.688 0 1.249-.001 1.703.036.463.038.882.12 1.273.318a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.318 1.273C15 5 15 5.562 15 6.25v1c0 .688.001 1.249-.036 1.703-.038.463-.12.882-.319 1.273a3.25 3.25 0 0 1-1.42 1.42c-.39.199-.809.28-1.272.318C11.5 12 10.938 12 10.25 12h-1.5v1.5H12a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5h3.25V12h-1.5c-.688 0-1.249.001-1.703-.036-.463-.038-.882-.12-1.273-.319a3.25 3.25 0 0 1-1.42-1.42c-.199-.39-.28-.809-.318-1.272C1 8.5 1 7.938 1 7.25v-1c0-.688-.001-1.249.036-1.703.038-.463.12-.882.318-1.273a3.25 3.25 0 0 1 1.42-1.42c.391-.199.81-.28 1.273-.318C4.5 1.5 5.062 1.5 5.75 1.5zM5.75 3c-.712 0-1.202 0-1.581.031-.37.03-.57.086-.714.16a1.75 1.75 0 0 0-.765.764c-.073.144-.128.344-.159.714-.03.38-.031.869-.031 1.581v1c0 .712 0 1.202.031 1.581.03.37.086.57.16.714.167.329.435.597.764.765.144.073.344.128.714.159.38.03.869.031 1.581.031h4.5c.712 0 1.202 0 1.581-.031.37-.03.57-.086.714-.16.329-.167.597-.435.765-.764.073-.144.128-.344.159-.714.03-.38.031-.869.031-1.581v-1c0-.712 0-1.202-.031-1.581-.03-.37-.086-.57-.16-.714a1.75 1.75 0 0 0-.764-.765c-.144-.073-.344-.128-.714-.159-.38-.03-.869-.031-1.581-.031z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16LiveProps = SvgIconProps;
4
+ export declare const Icon16Live: React.FC<Icon16LiveProps> & {
5
+ };
@@ -0,0 +1,30 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16Live = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "live_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M8 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 1.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5",
21
+ clipRule: "evenodd"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ fillRule: "evenodd",
25
+ d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 1.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11",
26
+ clipRule: "evenodd"
27
+ })
28
+ ]
29
+ });
30
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16SmartphoneOutlineProps = SvgIconProps;
4
+ export declare const Icon16SmartphoneOutline: React.FC<Icon16SmartphoneOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16SmartphoneOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "smartphone_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M8.25 1c.688 0 1.249-.001 1.703.036.463.038.882.12 1.273.318a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.318 1.273C13 4.5 13 5.062 13 5.75v4.5c0 .688.001 1.249-.036 1.703-.038.463-.12.882-.319 1.273a3.25 3.25 0 0 1-1.42 1.42c-.39.199-.809.28-1.272.318C9.5 15 8.938 15 8.25 15h-.5c-.688 0-1.249.001-1.703-.036-.463-.038-.882-.12-1.273-.319a3.25 3.25 0 0 1-1.42-1.42c-.199-.39-.28-.809-.318-1.272C3 11.5 3 10.938 3 10.25v-4.5c0-.688-.001-1.249.036-1.703.038-.463.12-.882.318-1.273a3.25 3.25 0 0 1 1.42-1.42c.391-.199.81-.28 1.273-.318C6.5 1 7.062 1 7.75 1zm-.5 1.5c-.712 0-1.202 0-1.581.031-.37.03-.57.086-.714.16a1.75 1.75 0 0 0-.765.764c-.073.144-.128.344-.159.714-.03.38-.031.869-.031 1.581v4.5c0 .712 0 1.202.031 1.581.03.37.086.57.16.714.167.329.435.597.764.765.144.073.344.128.714.159.38.03.869.031 1.581.031h.5c.712 0 1.202 0 1.581-.031.37-.03.57-.086.714-.16.329-.167.597-.435.765-.764.073-.144.128-.344.159-.714.03-.38.031-.869.031-1.581v-4.5c0-.712 0-1.202-.031-1.581-.03-.37-.086-.57-.16-.714a1.75 1.75 0 0 0-.764-.765c-.144-.073-.344-.128-.714-.159-.38-.03-.869-.031-1.581-.031zm1 8.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16TabletOutlineProps = SvgIconProps;
4
+ export declare const Icon16TabletOutline: React.FC<Icon16TabletOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16TabletOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "tablet_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M10.25 2c.688 0 1.249-.001 1.703.036.463.038.882.12 1.273.318a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.318 1.273C15 5.5 15 6.062 15 6.75v2.5c0 .688.001 1.249-.036 1.703-.038.463-.12.882-.319 1.273a3.25 3.25 0 0 1-1.42 1.42c-.39.199-.809.28-1.272.318C11.5 14 10.938 14 10.25 14h-4.5c-.688 0-1.249.001-1.703-.036-.463-.038-.882-.12-1.273-.319a3.25 3.25 0 0 1-1.42-1.42c-.199-.39-.28-.809-.318-1.272C1 10.5 1 9.938 1 9.25v-2.5c0-.688-.001-1.249.036-1.703.038-.463.12-.882.318-1.273a3.25 3.25 0 0 1 1.42-1.42c.391-.199.81-.28 1.273-.318C4.5 2 5.062 2 5.75 2zm-4.5 1.5c-.712 0-1.202 0-1.581.031-.37.03-.57.086-.714.16a1.75 1.75 0 0 0-.765.764c-.073.144-.128.344-.159.714-.03.38-.031.869-.031 1.581v2.5c0 .712 0 1.202.031 1.581.03.37.086.57.16.714.167.329.435.597.764.765.144.073.344.128.714.159.38.03.869.031 1.581.031h4.5c.712 0 1.202 0 1.581-.031.37-.03.57-.086.714-.16.329-.167.597-.435.765-.764.073-.144.128-.344.159-.714.03-.38.031-.869.031-1.581v-2.5c0-.712 0-1.202-.031-1.581-.03-.37-.086-.57-.16-.714a1.75 1.75 0 0 0-.764-.765c-.144-.073-.344-.128-.714-.159-.38-.03-.869-.031-1.581-.031zm4 6.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16TvAltOutlineProps = SvgIconProps;
4
+ export declare const Icon16TvAltOutline: React.FC<Icon16TvAltOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16TvAltOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "tv_alt_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M10.719 1.266a.75.75 0 1 1 1.148.964L10.8 3.5c.445.002.827.008 1.154.034.463.038.882.12 1.273.319a3.25 3.25 0 0 1 1.42 1.42c.198.39.28.81.318 1.272C15 7.001 15 7.562 15 8.25v1.5c0 .688.001 1.25-.036 1.704-.038.463-.12.881-.319 1.272a3.25 3.25 0 0 1-1.42 1.42c-.39.2-.809.28-1.272.318-.454.038-1.015.037-1.703.037h-4.5c-.688 0-1.249 0-1.703-.037-.463-.037-.882-.119-1.273-.318a3.25 3.25 0 0 1-1.42-1.42c-.198-.39-.28-.81-.318-1.272C1 10.998 1 10.437 1 9.749v-1.5c0-.687-.001-1.248.036-1.703.038-.463.12-.882.318-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.319a16 16 0 0 1 1.147-.034L4.131 2.235a.75.75 0 0 1 1.15-.964l1.87 2.228h1.694zM5.75 4.999c-.712 0-1.202 0-1.581.032-.37.03-.57.085-.714.159a1.75 1.75 0 0 0-.765.764c-.073.144-.128.344-.159.714-.03.38-.031.87-.031 1.581v1.5c0 .713 0 1.202.031 1.582.03.37.086.57.16.713.167.33.435.597.764.765.144.073.344.129.714.16.38.03.869.03 1.581.03h4.5c.712 0 1.202 0 1.581-.03.37-.031.57-.087.714-.16a1.75 1.75 0 0 0 .765-.765c.073-.144.128-.343.159-.713.03-.38.031-.87.031-1.582v-1.5c0-.712 0-1.202-.031-1.58-.03-.37-.086-.57-.16-.715a1.75 1.75 0 0 0-.764-.764c-.144-.074-.344-.13-.714-.16C11.451 5 10.962 5 10.25 5zm5.253 1.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24HorizontalRectangleArrowsInOutlineProps = SvgIconProps;
4
+ export declare const Icon24HorizontalRectangleArrowsInOutline: React.FC<Icon24HorizontalRectangleArrowsInOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon24HorizontalRectangleArrowsInOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "horizontal_rectangle_arrows_in_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M20.2 10.5c0-.995-.001-1.688-.045-2.226-.043-.528-.123-.828-.238-1.055a2.6 2.6 0 0 0-1.136-1.135c-.226-.116-.528-.196-1.056-.24-.538-.044-1.23-.044-2.225-.044h-7c-.995 0-1.688 0-2.226.044-.528.044-.828.124-1.055.24a2.6 2.6 0 0 0-1.135 1.135c-.116.227-.196.527-.24 1.055C3.8 8.812 3.8 9.504 3.8 10.5v3c0 .994 0 1.687.044 2.225.044.528.124.83.24 1.056a2.6 2.6 0 0 0 1.135 1.136c.227.115.527.195 1.055.238.538.044 1.23.045 2.226.045h7c.994 0 1.687-.001 2.225-.045.528-.043.83-.123 1.056-.238a2.6 2.6 0 0 0 1.136-1.136c.115-.226.195-.528.238-1.056.044-.538.045-1.23.045-2.225zM6.614 9.364a.9.9 0 0 1 1.272 0l1.859 1.858a1.1 1.1 0 0 1 0 1.556l-1.859 1.858a.9.9 0 0 1-1.272-1.272L7.977 12l-1.363-1.364a.9.9 0 0 1 0-1.272m9.5 0a.9.9 0 1 1 1.272 1.272L16.022 12l1.364 1.364a.9.9 0 0 1-1.272 1.272l-1.859-1.858a1.1 1.1 0 0 1 0-1.556zM22 13.5c0 .965.001 1.743-.05 2.372-.052.639-.164 1.203-.43 1.725a4.4 4.4 0 0 1-1.923 1.923c-.522.266-1.086.378-1.725.43-.629.051-1.407.05-2.372.05h-7c-.965 0-1.744.001-2.372-.05-.64-.052-1.203-.164-1.725-.43a4.4 4.4 0 0 1-1.924-1.923c-.266-.522-.376-1.086-.429-1.725C2 15.243 2 14.465 2 13.5v-3c0-.965-.001-1.744.05-2.372.053-.64.163-1.203.43-1.725a4.4 4.4 0 0 1 1.923-1.924c.522-.266 1.086-.376 1.725-.429C6.756 4 7.535 4 8.5 4h7c.965 0 1.743 0 2.372.05.639.053 1.203.163 1.725.43a4.4 4.4 0 0 1 1.923 1.923c.266.522.378 1.086.43 1.725.051.628.05 1.407.05 2.372z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24HorizontalRectangleArrowsOutOutlineProps = SvgIconProps;
4
+ export declare const Icon24HorizontalRectangleArrowsOutOutline: React.FC<Icon24HorizontalRectangleArrowsOutOutlineProps> & {
5
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon24HorizontalRectangleArrowsOutOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "horizontal_rectangle_arrows_out_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M20.2 10.5c0-.995-.001-1.688-.045-2.226-.043-.528-.123-.828-.238-1.055a2.6 2.6 0 0 0-1.136-1.135c-.226-.116-.528-.196-1.056-.24-.538-.044-1.23-.044-2.225-.044h-7c-.995 0-1.688 0-2.226.044-.528.044-.828.124-1.055.24a2.6 2.6 0 0 0-1.135 1.135c-.116.227-.196.527-.24 1.055C3.8 8.812 3.8 9.504 3.8 10.5v3c0 .994 0 1.687.044 2.225.044.528.124.83.24 1.056a2.6 2.6 0 0 0 1.135 1.136c.227.115.527.195 1.055.238.538.044 1.23.045 2.226.045h7c.994 0 1.687-.001 2.225-.045.528-.043.83-.123 1.056-.238a2.6 2.6 0 0 0 1.136-1.136c.115-.226.195-.528.238-1.056.044-.538.045-1.23.045-2.225zM8.614 9.364a.9.9 0 1 1 1.272 1.272L8.522 12l1.364 1.364a.9.9 0 1 1-1.272 1.272l-1.859-1.858a1.1 1.1 0 0 1 0-1.556zm5.5 0a.9.9 0 0 1 1.272 0l1.859 1.858a1.1 1.1 0 0 1 0 1.556l-1.859 1.858a.9.9 0 0 1-1.272-1.272L15.477 12l-1.363-1.364a.9.9 0 0 1 0-1.272M22 13.5c0 .965.001 1.743-.05 2.372-.052.639-.164 1.203-.43 1.725a4.4 4.4 0 0 1-1.923 1.923c-.522.266-1.086.378-1.725.43-.629.051-1.407.05-2.372.05h-7c-.965 0-1.744.001-2.372-.05-.64-.052-1.203-.164-1.725-.43a4.4 4.4 0 0 1-1.924-1.923c-.266-.522-.376-1.086-.429-1.725C2 15.243 2 14.465 2 13.5v-3c0-.965-.001-1.744.05-2.372.053-.64.163-1.203.43-1.725a4.4 4.4 0 0 1 1.923-1.924c.522-.266 1.086-.376 1.725-.429C6.756 4 7.535 4 8.5 4h7c.965 0 1.743 0 2.372.05.639.053 1.203.163 1.725.43a4.4 4.4 0 0 1 1.923 1.923c.266.522.378 1.086.43 1.725.051.628.05 1.407.05 2.372z"
16
+ })
17
+ });
18
+ };