@vkontakte/icons 2.167.0 → 2.168.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 (40) hide show
  1. package/dist/20/add_circle_fill_20.js +1 -1
  2. package/dist/20/traffic_cone_outline_20.d.ts +12 -0
  3. package/dist/20/traffic_cone_outline_20.js +13 -0
  4. package/dist/24/send_clock_24.d.ts +12 -0
  5. package/dist/24/send_clock_24.js +13 -0
  6. package/dist/28/note_circle_fill_gray_28.d.ts +12 -0
  7. package/dist/28/note_circle_fill_gray_28.js +13 -0
  8. package/dist/28/traffic_cone_outline_28.d.ts +12 -0
  9. package/dist/28/traffic_cone_outline_28.js +13 -0
  10. package/dist/28/view_28.d.ts +12 -0
  11. package/dist/28/view_28.js +13 -0
  12. package/dist/icons-map.json +1 -1
  13. package/dist/index.d.ts +5 -0
  14. package/dist/index.js +20 -0
  15. package/dist/typings/20/traffic_cone_outline_20.d.ts +12 -0
  16. package/dist/typings/24/send_clock_24.d.ts +12 -0
  17. package/dist/typings/28/note_circle_fill_gray_28.d.ts +12 -0
  18. package/dist/typings/28/traffic_cone_outline_28.d.ts +12 -0
  19. package/dist/typings/28/view_28.d.ts +12 -0
  20. package/dist/typings/index.d.ts +5 -0
  21. package/dist_es6/20/add_circle_fill_20.js +1 -1
  22. package/dist_es6/20/traffic_cone_outline_20.d.ts +12 -0
  23. package/dist_es6/20/traffic_cone_outline_20.js +3 -0
  24. package/dist_es6/24/send_clock_24.d.ts +12 -0
  25. package/dist_es6/24/send_clock_24.js +3 -0
  26. package/dist_es6/28/note_circle_fill_gray_28.d.ts +12 -0
  27. package/dist_es6/28/note_circle_fill_gray_28.js +3 -0
  28. package/dist_es6/28/traffic_cone_outline_28.d.ts +12 -0
  29. package/dist_es6/28/traffic_cone_outline_28.js +3 -0
  30. package/dist_es6/28/view_28.d.ts +12 -0
  31. package/dist_es6/28/view_28.js +3 -0
  32. package/dist_es6/index.d.ts +5 -0
  33. package/dist_es6/index.js +5 -0
  34. package/package.json +6 -6
  35. package/src/svg/20/add_circle_fill_20.svg +1 -1
  36. package/src/svg/20/traffic_cone_outline_20.svg +1 -0
  37. package/src/svg/24/send_clock_24.svg +1 -0
  38. package/src/svg/28/note_circle_fill_gray_28.svg +10 -0
  39. package/src/svg/28/traffic_cone_outline_28.svg +1 -0
  40. package/src/svg/28/view_28.svg +1 -0
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon20AddCircleFill", {
10
10
  }
11
11
  });
12
12
  var _iconssprite = require("@vkontakte/icons-sprite");
13
- var Icon20AddCircleFill = (0, _iconssprite.makeIcon)('Icon20AddCircleFill', 'add_circle_fill_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="add_circle_fill_20"><circle cx="10" cy="10" r="10" fill="currentColor" /><path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1" /></symbol>', 20, 20, false, undefined);
13
+ var Icon20AddCircleFill = (0, _iconssprite.makeIcon)('Icon20AddCircleFill', 'add_circle_fill_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="add_circle_fill_20"><rect width="20" height="20" fill="#2688EB" rx="10" /><path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon20TrafficConeOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon20TrafficConeOutline: FC<Icon20TrafficConeOutlineProps> & {
12
+ };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20TrafficConeOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20TrafficConeOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20TrafficConeOutline = (0, _iconssprite.makeIcon)('Icon20TrafficConeOutline', 'traffic_cone_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="traffic_cone_outline_20"><path fill-rule="evenodd" d="M4.403 17 7.52 3.474a2.545 2.545 0 0 1 4.96 0L15.597 17h1.153a.75.75 0 0 1 0 1.5H3.25a.75.75 0 0 1 0-1.5zM8.982 3.81a1.045 1.045 0 0 1 2.037 0l.633 2.752-3.691 1.677 1.02-4.429Zm-1.445 6.27 4.459-2.027.642 2.786-5.854 2.509zm-1.17 5.079L5.942 17h8.115l-1.077-4.676z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon24SendClockProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon24SendClock: FC<Icon24SendClockProps> & {
12
+ };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24SendClock", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24SendClock;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24SendClock = (0, _iconssprite.makeIcon)('Icon24SendClock', 'send_clock_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="send_clock_24"><path fill-rule="evenodd" d="M23 19a5 5 0 1 0-10 0 5 5 0 0 0 10 0m-4.1-2.1a.9.9 0 0 0-1.8 0V19a.9.9 0 0 0 .566.836c.312.125.607.232.874.329l.042.015c.254.092 1.041.403 1.248.486a.9.9 0 1 0 .669-1.671 75 75 0 0 0-1.295-.504l-.05-.018q-.127-.046-.254-.093zM4.446 19.664q.264-1.128 1.293-3.91a4 4 0 0 1 2.993-2.54l5.778-1.116a.1.1 0 0 0 0-.196l-5.765-1.117a4 4 0 0 1-2.988-2.53Q4.714 5.45 4.447 4.31l-.108-.454c-.468-1.965-.55-2.31 1.214-1.318 1.293.727 6.312 3.488 10.113 5.578l4.005 2.204c1.568.866 2.333 1.261 2.329 1.65-.003.298-.46.592-1.353 1.092a6.5 6.5 0 0 0-9.087 5.05c-2.647 1.47-5.098 2.828-6.007 3.323-1.792.976-1.723.702-1.312-.936q.096-.37.205-.835" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28NoteCircleFillGrayProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon28NoteCircleFillGray: FC<Icon28NoteCircleFillGrayProps> & {
12
+ };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28NoteCircleFillGray", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28NoteCircleFillGray;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28NoteCircleFillGray = (0, _iconssprite.makeIcon)('Icon28NoteCircleFillGray', 'note_circle_fill_gray_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="note_circle_fill_gray_28"><rect width="28" height="28" fill="url(#note_circle_fill_gray_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M18.667 7H9.333A2.333 2.333 0 0 0 7 9.333v9.334A2.333 2.333 0 0 0 9.333 21h9.334A2.333 2.333 0 0 0 21 18.667V9.333A2.333 2.333 0 0 0 18.667 7m-7.84 9.33a.75.75 0 0 0 0 1.5h4.013a.75.75 0 0 0 0-1.5zm-.75-2.33a.75.75 0 0 1 .75-.75h6.346a.75.75 0 0 1 0 1.5h-6.346a.75.75 0 0 1-.75-.75m.75-3.783a.75.75 0 0 0 0 1.5h6.346a.75.75 0 0 0 0-1.5z" clip-rule="evenodd" /><defs><linearGradient id="note_circle_fill_gray_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B6BD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28TrafficConeOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon28TrafficConeOutline: FC<Icon28TrafficConeOutlineProps> & {
12
+ };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28TrafficConeOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28TrafficConeOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28TrafficConeOutline = (0, _iconssprite.makeIcon)('Icon28TrafficConeOutline', 'traffic_cone_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="traffic_cone_outline_28"><path fill-rule="evenodd" d="m6.202 24 4.38-19.271a3.506 3.506 0 0 1 6.836 0L21.798 24H23.5a1 1 0 1 1 0 2h-19a1 1 0 1 1 0-2zm6.33-18.828a1.506 1.506 0 0 1 2.936 0l.918 4.036-5.321 2.419zm-2.024 8.905 6.33-2.877.91 4.006-8.306 3.56 1.066-4.69Zm-1.613 7.099L8.253 24h11.494L18.2 17.188z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref, FC } from 'react';
2
+ export interface Icon28ViewProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon28View: FC<Icon28ViewProps> & {
12
+ };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28View", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28View;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28View = (0, _iconssprite.makeIcon)('Icon28View', 'view_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="view_28"><path d="M14 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6m12-3c0-1.6-4.8-8-12-8S2 12.4 2 14s4.8 8 12 8 12-6.4 12-8m-6.5 0a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);