@vkontakte/icons 3.44.0 → 3.45.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 (33) hide show
  1. package/dist/16/stop_16.d.ts +5 -0
  2. package/dist/16/stop_16.js +22 -0
  3. package/dist/20/brackets_slash_square_outline_20.d.ts +5 -0
  4. package/dist/20/brackets_slash_square_outline_20.js +25 -0
  5. package/dist/20/message_clock_outline_20.d.ts +5 -0
  6. package/dist/20/message_clock_outline_20.js +28 -0
  7. package/dist/20/search_stars_outline_20.d.ts +5 -0
  8. package/dist/20/search_stars_outline_20.js +18 -0
  9. package/dist/20/send_20.d.ts +5 -0
  10. package/dist/20/send_20.js +18 -0
  11. package/dist/20/send_clock_20.d.ts +5 -0
  12. package/dist/20/send_clock_20.js +25 -0
  13. package/dist/20/text_monospaced_outline_20.d.ts +5 -0
  14. package/dist/20/text_monospaced_outline_20.js +18 -0
  15. package/dist/icons-map.json +1 -1
  16. package/dist/index.d.ts +7 -0
  17. package/dist/index.js +7 -0
  18. package/dist/typings/16/stop_16.d.ts +5 -0
  19. package/dist/typings/20/brackets_slash_square_outline_20.d.ts +5 -0
  20. package/dist/typings/20/message_clock_outline_20.d.ts +5 -0
  21. package/dist/typings/20/search_stars_outline_20.d.ts +5 -0
  22. package/dist/typings/20/send_20.d.ts +5 -0
  23. package/dist/typings/20/send_clock_20.d.ts +5 -0
  24. package/dist/typings/20/text_monospaced_outline_20.d.ts +5 -0
  25. package/dist/typings/index.d.ts +7 -0
  26. package/package.json +1 -1
  27. package/src/svg/16/stop_16.svg +1 -0
  28. package/src/svg/20/brackets_slash_square_outline_20.svg +1 -0
  29. package/src/svg/20/message_clock_outline_20.svg +1 -0
  30. package/src/svg/20/search_stars_outline_20.svg +1 -0
  31. package/src/svg/20/send_20.svg +1 -0
  32. package/src/svg/20/send_clock_20.svg +1 -0
  33. package/src/svg/20/text_monospaced_outline_20.svg +1 -0
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16StopProps = SvgIconProps;
4
+ export declare const Icon16Stop: React.FC<Icon16StopProps> & {
5
+ };
@@ -0,0 +1,22 @@
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 Icon16Stop = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "stop_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("rect", {
15
+ width: "9.5",
16
+ height: "9.5",
17
+ x: "3.25",
18
+ y: "3.25",
19
+ rx: "2"
20
+ })
21
+ });
22
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20BracketsSlashSquareOutlineProps = SvgIconProps;
4
+ export declare const Icon20BracketsSlashSquareOutline: React.FC<Icon20BracketsSlashSquareOutlineProps> & {
5
+ };
@@ -0,0 +1,25 @@
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 Icon20BracketsSlashSquareOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "brackets_slash_square_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M10.393 5.517a.75.75 0 0 1 .681.812l-.654 7.472a.75.75 0 1 1-1.494-.131L9.58 6.2a.75.75 0 0 1 .813-.683M6.72 7.97a.75.75 0 0 1 1.06 1.06l-.97.97.97.97a.75.75 0 0 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06zm5.5 0a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06-1.06l.97-.97-.97-.97a.75.75 0 0 1 0-1.06"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M11.65 2c.968 0 1.739 0 2.36.05.63.051 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.857c.254.498.362 1.04.413 1.67.05.621.05 1.392.05 2.36v3.3c0 .968 0 1.739-.05 2.36-.051.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.857 1.857c-.498.254-1.04.362-1.67.413-.621.05-1.392.05-2.36.05h-3.3c-.968 0-1.739 0-2.36-.05-.63-.051-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.254-.498-.362-1.04-.413-1.67C2 13.389 2 12.618 2 11.65v-3.3c0-.968 0-1.739.05-2.36.051-.63.16-1.172.413-1.67A4.25 4.25 0 0 1 4.32 2.463c.498-.254 1.04-.362 1.67-.413C6.611 2 7.382 2 8.35 2zm-3.3 1.5c-.993 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.211.573-.255 1.11C3.5 6.658 3.5 7.357 3.5 8.35v3.3c0 .993 0 1.692.045 2.238.044.537.127.86.255 1.11.263.518.685.939 1.202 1.202.25.128.573.211 1.11.255.546.045 1.245.045 2.238.045h3.3c.993 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.202c.128-.25.211-.573.255-1.11.045-.546.045-1.245.045-2.238v-3.3c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 14.998 3.8c-.25-.128-.573-.211-1.11-.255-.546-.045-1.245-.045-2.238-.045z",
21
+ clipRule: "evenodd"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20MessageClockOutlineProps = SvgIconProps;
4
+ export declare const Icon20MessageClockOutline: React.FC<Icon20MessageClockOutlineProps> & {
5
+ };
@@ -0,0 +1,28 @@
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 Icon20MessageClockOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "message_clock_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M14.5 11.25a.75.75 0 0 1 .75.75v1.572l.68.212a.75.75 0 1 1-.444 1.432l-1.209-.375a.75.75 0 0 1-.527-.716V12a.75.75 0 0 1 .75-.75"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M14.708 8.5a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7",
21
+ clipRule: "evenodd"
22
+ }),
23
+ /*#__PURE__*/ _jsx("path", {
24
+ d: "M9.5 2.25c3.129 0 5.819 1.549 7.223 3.861a.75.75 0 1 1-1.283.778C14.324 5.049 12.134 3.75 9.5 3.75c-3.878 0-6.75 2.79-6.75 6 0 1.126.345 2.209.996 3.15l.176.254a.75.75 0 0 1 .121.559l-.054.304c-.13.728-.505 1.659-1.034 2.706 1.41-.11 2.323-.486 2.892-.99l.314-.278.077-.06a.75.75 0 0 1 .64-.095l.401.123q.417.128.854.206a.75.75 0 0 1-.266 1.476 9 9 0 0 1-1.027-.249c-.997.882-2.455 1.336-4.348 1.394a1.205 1.205 0 0 1-1.101-1.768l.23-.441c.503-1 .799-1.771.89-2.287A7 7 0 0 1 1.25 9.75c0-4.168 3.679-7.5 8.25-7.5"
25
+ })
26
+ ]
27
+ });
28
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SearchStarsOutlineProps = SvgIconProps;
4
+ export declare const Icon20SearchStarsOutline: React.FC<Icon20SearchStarsOutlineProps> & {
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 Icon20SearchStarsOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "search_stars_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M5.947 4.057a.75.75 0 0 1 .82 1.256A5 5 0 1 0 13.83 12a.75.75 0 0 1 1.299.75c-.159.275-.34.536-.535.783l3.186 3.187a.75.75 0 0 1-1.06 1.06l-3.187-3.186q-.187.15-.384.286a6.5 6.5 0 0 1-8.118-.66 6.5 6.5 0 0 1 .916-10.163m9.129-.251a.447.447 0 0 1 .848 0l.34 1.018a2.23 2.23 0 0 0 1.412 1.412l1.019.34a.447.447 0 0 1 0 .848l-1.02.34a2.23 2.23 0 0 0-1.411 1.412l-.34 1.018a.447.447 0 0 1-.848 0l-.34-1.018a2.23 2.23 0 0 0-1.412-1.412l-1.018-.34a.447.447 0 0 1 0-.848l1.018-.34a2.23 2.23 0 0 0 1.412-1.412zm-4.879-2.588a.32.32 0 0 1 .606 0l.242.728c.159.476.533.85 1.009 1.009l.728.242a.32.32 0 0 1 0 .606l-.728.242c-.476.159-.85.532-1.009 1.009l-.242.728a.32.32 0 0 1-.606 0l-.242-.728a1.6 1.6 0 0 0-1.009-1.01l-.728-.241a.32.32 0 0 1 0-.606l.728-.242a1.6 1.6 0 0 0 1.01-1.009z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SendProps = SvgIconProps;
4
+ export declare const Icon20Send: React.FC<Icon20SendProps> & {
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 Icon20Send = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "send_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M4.782 6.872q-.856-2.319-1.077-3.259c-.461-1.968-.796-2.411.922-1.476 1.719.936 10.04 5.57 11.895 6.6 2.42 1.342 2.453 1.237-.13 2.663-1.966 1.085-10.188 5.599-11.765 6.485s-1.383.492-.922-1.477q.223-.951 1.093-3.287a3.33 3.33 0 0 1 2.49-2.109l4.803-.93a.083.083 0 0 0 0-.164l-4.814-.93a3.33 3.33 0 0 1-2.495-2.116"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SendClockProps = SvgIconProps;
4
+ export declare const Icon20SendClock: React.FC<Icon20SendClockProps> & {
5
+ };
@@ -0,0 +1,25 @@
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 Icon20SendClock = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "send_clock_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M15 11.667A4.167 4.167 0 1 1 14.999 20a4.167 4.167 0 0 1 0-8.334m0 1.667a.75.75 0 0 0-.75.75v1.75a.75.75 0 0 0 .471.696c.26.104.506.193.729.273l.035.013c.212.077.867.336 1.04.405a.75.75 0 0 0 .558-1.392 64 64 0 0 0-1.08-.42l-.042-.016-.212-.076v-1.233a.75.75 0 0 0-.75-.75",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M3.705 3.613c-.462-1.968-.796-2.411.922-1.476 1.72.936 10.037 5.568 11.895 6.599 1.715.951 2.23 1.176 1.467 1.733-.274.2-.64.196-.956.075a5.67 5.67 0 0 0-7.596 4.204 1.11 1.11 0 0 1-.537.774 844 844 0 0 0-4.273 2.362c-1.576.887-1.384.492-.922-1.476q.223-.952 1.092-3.287a3.33 3.33 0 0 1 2.49-2.109l4.804-.93a.084.084 0 0 0 .066-.099.08.08 0 0 0-.066-.065l-4.814-.93a3.34 3.34 0 0 1-2.495-2.116q-.857-2.32-1.077-3.26"
22
+ })
23
+ ]
24
+ });
25
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20TextMonospacedOutlineProps = SvgIconProps;
4
+ export declare const Icon20TextMonospacedOutline: React.FC<Icon20TextMonospacedOutlineProps> & {
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 Icon20TextMonospacedOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "text_monospaced_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M17 15.25a.75.75 0 0 1 .75.75v1A1.75 1.75 0 0 1 16 18.75H4A1.75 1.75 0 0 1 2.25 17v-1a.75.75 0 0 1 1.5 0v1c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-1a.75.75 0 0 1 .75-.75M14.5 2a1 1 0 0 1 1 1v1.925a.783.783 0 1 1-1.565 0V3.699a.2.2 0 0 0-.2-.2h-2.668a.2.2 0 0 0-.2.2v8.602c0 .11.09.2.2.2h1.377a.75.75 0 1 1 0 1.499h-4.91a.75.75 0 0 1 0-1.499h1.377a.2.2 0 0 0 .2-.2V3.699a.2.2 0 0 0-.2-.2H6.266a.2.2 0 0 0-.2.2v1.226a.784.784 0 0 1-1.566 0V3a1 1 0 0 1 1-1z"
16
+ })
17
+ });
18
+ };