@vkontakte/icons 2.149.1 → 2.151.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.
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon20CarouselOutline", {
10
10
  }
11
11
  });
12
12
  var _iconssprite = require("@vkontakte/icons-sprite");
13
- var Icon20CarouselOutline = (0, _iconssprite.makeIcon)('Icon20CarouselOutline', 'carousel_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="carousel_outline_20"><path d="M16.218 2c-.673 0-1.223 0-1.671.037-.463.037-.882.118-1.273.317a3.25 3.25 0 0 0-1.42 1.42c-.199.391-.28.81-.317 1.273-.037.447-.037.998-.037 1.672v6.562c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.671.037h1.532a.75.75 0 0 0 0-1.5h-1.5c-.713 0-1.202 0-1.581-.032-.37-.03-.57-.085-.713-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713-.03-.38-.031-.869-.031-1.581v-6.5c0-.712 0-1.202.031-1.58.03-.371.086-.57.16-.714a1.75 1.75 0 0 1 .764-.765c.145-.074.344-.13.714-.16.38-.03.868-.031 1.581-.031h1.5a.75.75 0 0 0 0-1.5zM3.781 18c.674 0 1.224 0 1.672-.037.463-.037.882-.118 1.272-.317a3.25 3.25 0 0 0 1.42-1.42c.2-.391.28-.81.318-1.273.037-.447.037-.998.037-1.672V6.72c0-.674 0-1.224-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C5.006 2 4.455 2 3.782 2H2.25a.75.75 0 0 0 0 1.5h1.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.597.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v6.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16-.38.03-.869.031-1.581.031h-1.5a.75.75 0 0 0 0 1.5z" /></symbol>', 20, 20, false, undefined);
13
+ var Icon20CarouselOutline = (0, _iconssprite.makeIcon)('Icon20CarouselOutline', 'carousel_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="carousel_outline_20"><path d="M15.969 3c-.674 0-1.224 0-1.672.037-.463.037-.882.118-1.273.317a3.25 3.25 0 0 0-1.42 1.42c-.199.391-.28.81-.317 1.273-.037.447-.037.998-.037 1.672v4.562c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.672.037H17a.75.75 0 0 0 0-1.5h-1c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714-.03-.38-.031-.869-.031-1.581v-4.5c0-.712 0-1.202.032-1.58.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .764-.765c.145-.074.344-.13.714-.16.38-.03.869-.031 1.581-.031h1A.75.75 0 0 0 17 3zM4.031 17c.674 0 1.225 0 1.672-.037.463-.037.882-.118 1.272-.317a3.25 3.25 0 0 0 1.42-1.42c.2-.391.28-.81.318-1.273.037-.447.037-.998.037-1.672V7.72c0-.674 0-1.224-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C5.256 3 4.705 3 4.031 3H3a.75.75 0 0 0 0 1.5h1c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.597.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v4.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16-.38.03-.869.031-1.581.031H3A.75.75 0 0 0 3 17z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export interface Icon24AddCircleFillBlueProps extends SVGProps<SVGSVGElement> {
4
+ fill?: string;
5
+ width?: number;
6
+ height?: number;
7
+ getRootRef?: Ref<SVGSVGElement>;
8
+ title?: string;
9
+ deprecated?: boolean;
10
+ replacement?: string;
11
+ }
12
+ export declare const Icon24AddCircleFillBlue: FC<Icon24AddCircleFillBlueProps> & {
13
+ };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24AddCircleFillBlue", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24AddCircleFillBlue;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24AddCircleFillBlue = (0, _iconssprite.makeIcon)('Icon24AddCircleFillBlue', 'add_circle_fill_blue_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="add_circle_fill_blue_24"><path fill="#447BBA" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12" /><path fill="#fff" d="M12 6c.602 0 1.09.488 1.09 1.09v3.82h3.82a1.09 1.09 0 1 1 0 2.18h-3.82v3.82a1.09 1.09 0 1 1-2.18 0v-3.82H7.09a1.09 1.09 0 1 1 0-2.18h3.82V7.09c0-.602.488-1.09 1.09-1.09" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+ export interface Icon28TvAltOutlineProps extends SVGProps<SVGSVGElement> {
4
+ fill?: string;
5
+ width?: number;
6
+ height?: number;
7
+ getRootRef?: Ref<SVGSVGElement>;
8
+ title?: string;
9
+ deprecated?: boolean;
10
+ replacement?: string;
11
+ }
12
+ export declare const Icon28TvAltOutline: FC<Icon28TvAltOutlineProps> & {
13
+ };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28TvAltOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28TvAltOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28TvAltOutline = (0, _iconssprite.makeIcon)('Icon28TvAltOutline', 'tv_alt_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="tv_alt_outline_28"><path fill-rule="evenodd" d="M18.704 7.002c2.022.011 3.162.082 4.066.543a5 5 0 0 1 2.185 2.185c.545 1.07.545 2.47.545 5.27v1.5c0 2.8 0 4.2-.545 5.27a5 5 0 0 1-2.185 2.185c-1.07.545-2.47.545-5.27.545h-7c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C2.5 20.7 2.5 19.3 2.5 16.5V15c0-2.8 0-4.2.545-5.27A5 5 0 0 1 5.23 7.545c.904-.46 2.044-.532 4.066-.543l-3.08-3.88a1 1 0 0 1 1.567-1.244L11.847 7h4.306l4.064-5.122a1 1 0 1 1 1.566 1.244zM23.5 15v1.5c0 1.433-.002 2.388-.061 3.121-.058.71-.161 1.035-.266 1.24a3 3 0 0 1-1.311 1.312c-.206.105-.53.208-1.24.266-.734.06-1.689.061-3.122.061h-7c-1.433 0-2.388-.002-3.121-.061-.71-.058-1.035-.161-1.241-.266a3 3 0 0 1-1.311-1.311c-.105-.206-.208-.53-.266-1.24-.06-.734-.061-1.689-.061-3.122V15c0-1.433.002-2.388.061-3.121.059-.71.161-1.035.266-1.241a3 3 0 0 1 1.311-1.311c.206-.105.53-.208 1.24-.266C8.113 9.001 9.068 9 10.5 9h7c1.433 0 2.388.002 3.121.061.71.058 1.035.161 1.241.266a3 3 0 0 1 1.311 1.311c.105.206.208.53.266 1.24.06.734.061 1.689.061 3.122m-4-.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);