@vkontakte/icons 3.49.0 → 3.51.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 (45) hide show
  1. package/dist/20/bill_separated_outline_20.d.ts +5 -0
  2. package/dist/20/bill_separated_outline_20.js +20 -0
  3. package/dist/20/image_spoiler_outline_20.d.ts +5 -0
  4. package/dist/20/image_spoiler_outline_20.js +18 -0
  5. package/dist/24/clapperboard_video_outline_24.d.ts +5 -0
  6. package/dist/24/clapperboard_video_outline_24.js +20 -0
  7. package/dist/24/delete_24.js +14 -15
  8. package/dist/24/image_spoiler_outline_24.d.ts +5 -0
  9. package/dist/24/image_spoiler_outline_24.js +18 -0
  10. package/dist/24/wrench_outline_24.d.ts +5 -0
  11. package/dist/24/wrench_outline_24.js +20 -0
  12. package/dist/28/chevrons_2_right_outline_28.d.ts +5 -0
  13. package/dist/28/chevrons_2_right_outline_28.js +23 -0
  14. package/dist/28/delete_28.js +14 -15
  15. package/dist/28/health_outline_28.d.ts +5 -0
  16. package/dist/28/health_outline_28.js +25 -0
  17. package/dist/28/rectangle_stack_outline_28.d.ts +5 -0
  18. package/dist/28/rectangle_stack_outline_28.js +18 -0
  19. package/dist/32/stop_circle_32.d.ts +5 -0
  20. package/dist/32/stop_circle_32.js +20 -0
  21. package/dist/icons-map.json +1 -1
  22. package/dist/index.d.ts +9 -0
  23. package/dist/index.js +9 -0
  24. package/dist/typings/20/bill_separated_outline_20.d.ts +5 -0
  25. package/dist/typings/20/image_spoiler_outline_20.d.ts +5 -0
  26. package/dist/typings/24/clapperboard_video_outline_24.d.ts +5 -0
  27. package/dist/typings/24/image_spoiler_outline_24.d.ts +5 -0
  28. package/dist/typings/24/wrench_outline_24.d.ts +5 -0
  29. package/dist/typings/28/chevrons_2_right_outline_28.d.ts +5 -0
  30. package/dist/typings/28/health_outline_28.d.ts +5 -0
  31. package/dist/typings/28/rectangle_stack_outline_28.d.ts +5 -0
  32. package/dist/typings/32/stop_circle_32.d.ts +5 -0
  33. package/dist/typings/index.d.ts +9 -0
  34. package/package.json +6 -6
  35. package/src/svg/20/bill_separated_outline_20.svg +1 -0
  36. package/src/svg/20/image_spoiler_outline_20.svg +1 -0
  37. package/src/svg/24/clapperboard_video_outline_24.svg +1 -0
  38. package/src/svg/24/delete_24.svg +1 -13
  39. package/src/svg/24/image_spoiler_outline_24.svg +1 -0
  40. package/src/svg/24/wrench_outline_24.svg +1 -0
  41. package/src/svg/28/chevrons_2_right_outline_28.svg +1 -0
  42. package/src/svg/28/delete_28.svg +1 -13
  43. package/src/svg/28/health_outline_28.svg +1 -0
  44. package/src/svg/28/rectangle_stack_outline_28.svg +1 -0
  45. package/src/svg/32/stop_circle_32.svg +1 -0
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20BillSeparatedOutlineProps = SvgIconProps;
4
+ export declare const Icon20BillSeparatedOutline: React.FC<Icon20BillSeparatedOutlineProps> & {
5
+ };
@@ -0,0 +1,20 @@
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 Icon20BillSeparatedOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "bill_separated_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M13.111 11.001a1.44 1.44 0 0 1 1.556 0 1.44 1.44 0 0 0 1.556 0l.13-.085.053-.03a.42.42 0 0 1 .594.384v4.033c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.32.164-.716.205-1.366.215l-.742.003H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C3 16.983 3 16.423 3 15.303v-3.478l.005-.074a.6.6 0 0 1 .266-.424l.506-.326.091-.054a1.44 1.44 0 0 1 1.465.054 1.44 1.44 0 0 0 1.556 0 1.44 1.44 0 0 1 1.555 0 1.44 1.44 0 0 0 1.466.054l.18-.108a1.44 1.44 0 0 1 1.466.054 1.44 1.44 0 0 0 1.555 0m.778 1.282a2.94 2.94 0 0 1-3.11 0 2.94 2.94 0 0 1-3.112 0 2.93 2.93 0 0 1-3.11 0l-.057.037v2.983c0 .584.001.933.022 1.191.02.24.05.268.033.236a.5.5 0 0 0 .218.218c-.032-.016-.005.013.236.032.258.022.607.023 1.191.023h7.6c.584 0 .933-.002 1.191-.023.24-.02.268-.048.236-.032a.5.5 0 0 0 .218-.218c-.017.032.013.005.032-.236.021-.258.023-.607.023-1.191v-2.575a2.93 2.93 0 0 1-1.61-.445M13.797 1.5c1.119 0 1.679.001 2.106.219a2 2 0 0 1 .874.873c.218.427.219.987.22 2.106L17 8.176c0 .202-.103.39-.273.5L16.223 9l-.091.054A1.44 1.44 0 0 1 14.667 9a1.44 1.44 0 0 0-1.556 0 1.44 1.44 0 0 1-1.555 0A1.44 1.44 0 0 0 10 9a1.44 1.44 0 0 1-1.556 0A1.44 1.44 0 0 0 6.89 9a1.44 1.44 0 0 1-1.556 0 1.44 1.44 0 0 0-1.555 0l-.132.085-.052.028a.42.42 0 0 1-.59-.321L3 8.732l-.004-4.029c0-1.12 0-1.681.217-2.11.191-.376.497-.682.874-.874.428-.218.988-.219 2.11-.219zm-7.6 1.501c-.586 0-.935.001-1.193.022-.24.02-.268.05-.236.033a.5.5 0 0 0-.218.218c.016-.032-.013-.005-.033.236-.02.258-.021.607-.021 1.192l.002 2.571a2.94 2.94 0 0 1 1.613.445 2.94 2.94 0 0 1 3.112 0 2.94 2.94 0 0 1 3.11 0 2.94 2.94 0 0 1 3.11 0l.056-.037-.002-2.982c0-.584-.002-.932-.024-1.19-.02-.24-.048-.268-.032-.236a.5.5 0 0 0-.218-.217c.032.016.004-.013-.236-.033-.258-.02-.606-.022-1.19-.022z",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20ImageSpoilerOutlineProps = SvgIconProps;
4
+ export declare const Icon20ImageSpoilerOutline: React.FC<Icon20ImageSpoilerOutlineProps> & {
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 Icon20ImageSpoilerOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "image_spoiler_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M12.253 17.254a.667.667 0 1 1 0 1.334.667.667 0 0 1 0-1.334M9.257 1.996a.75.75 0 0 1 0 1.5h-.693c-1.092 0-1.862.001-2.461.055-.59.053-.94.152-1.21.306a2.75 2.75 0 0 0-1.027 1.027c-.154.27-.254.62-.306 1.21-.054.599-.055 1.369-.055 2.462v2.888c0 1.093 0 1.863.055 2.462q.021.243.054.437l2.577-2.914a1.75 1.75 0 0 1 2.55-.08l.723.724.983-1.008a.75.75 0 0 1 1.076 1.045l-1.443 1.483a.85.85 0 0 1-1.21.008l-1.19-1.19a.25.25 0 0 0-.365.01L4.37 15.755q.238.224.523.389c.27.154.62.253 1.21.306.599.054 1.369.055 2.461.055h.697a.75.75 0 0 1 0 1.5h-.697c-1.065 0-1.914 0-2.595-.06-.692-.063-1.284-.193-1.82-.499a4.25 4.25 0 0 1-1.586-1.586c-.305-.535-.435-1.127-.498-1.819-.06-.682-.06-1.53-.06-2.596V8.556c0-1.066 0-1.914.06-2.596.063-.692.193-1.284.498-1.82A4.25 4.25 0 0 1 4.15 2.556c.536-.306 1.128-.436 1.82-.498.681-.061 1.53-.06 2.595-.06zm2.996 12.407a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3.134.362a.667.667 0 1 1 0 1.334.667.667 0 0 1 0-1.334m-.029-3.88a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.772.333a.668.668 0 1 1 0 1.335.668.668 0 0 1 0-1.335m-5.877-4.213a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3.105 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.772.361a.668.668 0 1 1 0 1.336.668.668 0 0 1 0-1.336M12.253 3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3.134.396a.667.667 0 1 1 0 1.334.667.667 0 0 1 0-1.334M12.253 1.5a.667.667 0 1 1 0 1.334.667.667 0 0 1 0-1.334"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24ClapperboardVideoOutlineProps = SvgIconProps;
4
+ export declare const Icon24ClapperboardVideoOutline: React.FC<Icon24ClapperboardVideoOutlineProps> & {
5
+ };
@@ -0,0 +1,20 @@
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 Icon24ClapperboardVideoOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "clapperboard_video_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M16.661 2.021a3.4 3.4 0 0 1 2.475 1.607c.32.526.452 1.205.643 2.106.068.317.161.698.116 1.056a1.9 1.9 0 0 1-.899 1.383c-.231.14-.506.215-.762.271L10.916 10h7.09c.264 0 .517 0 .729.017.166.013.352.04.541.108l.191.082.13.074a1.9 1.9 0 0 1 .701.757c.13.255.172.51.19.732.018.212.017.465.017.73v2c0 .965 0 1.743-.05 2.372-.053.639-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.923 1.922c-.522.266-1.086.378-1.725.43-.628.051-1.407.05-2.372.05h-4.002c-.965 0-1.743.002-2.372-.05-.639-.052-1.202-.164-1.725-.43a4.4 4.4 0 0 1-1.923-1.922c-.266-.523-.377-1.087-.43-1.726-.05-.629-.05-1.407-.05-2.372v-3.71l-.235-1.107c-.143-.67-.261-1.226-.32-1.685-.061-.47-.071-.92.05-1.37a3.4 3.4 0 0 1 1.144-1.762c.362-.293.776-.466 1.23-.602.444-.133 1-.252 1.67-.394l7.434-1.58c.901-.192 1.574-.347 2.185-.269M5.304 14.5c0 .994 0 1.687.044 2.226.043.527.124.829.24 1.055a2.6 2.6 0 0 0 1.135 1.136c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h4.002c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238.49-.25.887-.647 1.136-1.136.115-.226.196-.528.24-1.055.043-.539.043-1.232.043-2.226v-2c0-.294 0-.462-.01-.583-.002-.037-.008-.06-.01-.074a.1.1 0 0 0-.023-.023q-.02-.004-.073-.01c-.122-.01-.289-.01-.583-.01H5.304zm2.112-8.868c-.698.148-1.17.248-1.527.355-.347.104-.51.193-.614.278a1.6 1.6 0 0 0-.54.829c-.034.129-.049.315-.002.673.047.37.147.843.295 1.541l.022.097 1.941-.412L8.133 5.48zm2.75-.584L9.024 8.56l3.346-.71 1.142-3.514zm6.267-1.24c-.17-.022-.378 0-.89.1l-1.138 3.509 3.205-.682c.206-.043.323-.067.408-.09l.05-.016a.1.1 0 0 0 .038-.06l-.006-.053a8 8 0 0 0-.081-.407c-.223-1.048-.3-1.347-.421-1.547a1.6 1.6 0 0 0-1.165-.754",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
@@ -2,25 +2,24 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
4
  export const Icon24Delete = (props)=>{
5
- return /*#__PURE__*/ _jsx(SvgIconRootV2, {
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
6
  viewBox: "0 0 24 24",
7
7
  width: 24,
8
8
  height: 24,
9
9
  vkuiIconId: "delete_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
10
13
  vkuiProps: props,
11
- children: /*#__PURE__*/ _jsxs("g", {
12
- fill: "none",
13
- fillRule: "evenodd",
14
- children: [
15
- /*#__PURE__*/ _jsx("path", {
16
- d: "M0 0h24v24H0z"
17
- }),
18
- /*#__PURE__*/ _jsx("path", {
19
- fill: "currentColor",
20
- fillRule: "nonzero",
21
- d: "M8.5 21h7a2.5 2.5 0 0 0 2.5-2.5V7H6v11.5A2.5 2.5 0 0 0 8.5 21m.268-17A2 2 0 0 1 10.5 3h3a2 2 0 0 1 1.732 1H18a1 1 0 0 1 1 1v.75a.25.25 0 0 1-.25.25H5.25A.25.25 0 0 1 5 5.75V5a1 1 0 0 1 1-1z"
22
- })
23
- ]
24
- })
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M17.507 7c.242 0 .48 0 .68.017.157.013.34.04.529.112l.19.088.125.076c.284.19.506.46.637.778.11.267.124.526.118.736-.006.2-.033.438-.06.678l-.93 8.174c-.069.613-.126 1.125-.206 1.54-.082.426-.2.82-.424 1.185a3.4 3.4 0 0 1-1.458 1.302c-.389.181-.793.254-1.226.288-.42.032-.936.03-1.553.03h-3.857c-.617 0-1.131.002-1.552-.03-.433-.034-.837-.107-1.226-.288a3.4 3.4 0 0 1-1.458-1.302c-.224-.366-.342-.76-.424-1.185-.08-.415-.138-.926-.208-1.539l-.93-8.174c-.027-.24-.054-.478-.06-.678a1.8 1.8 0 0 1 .118-.737c.15-.362.42-.664.763-.854l.19-.088a2 2 0 0 1 .527-.112C6.013 7 6.252 7 6.494 7zM8.944 9.604a.9.9 0 0 0-.842.955l.5 8a.901.901 0 0 0 1.797-.111l-.5-8a.9.9 0 0 0-.955-.844m6.112 0a.9.9 0 0 0-.954.843l-.5 8a.901.901 0 0 0 1.796.112l.5-8a.9.9 0 0 0-.842-.955",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M13.834 2.002c.864 0 1.574.658 1.657 1.5h4.507a1 1 0 0 1 0 2H4.002a1 1 0 0 1 0-2h4.507c.083-.842.793-1.5 1.657-1.5z"
22
+ })
23
+ ]
25
24
  });
26
25
  };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24ImageSpoilerOutlineProps = SvgIconProps;
4
+ export declare const Icon24ImageSpoilerOutline: React.FC<Icon24ImageSpoilerOutlineProps> & {
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 Icon24ImageSpoilerOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "image_spoiler_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M14.628 20.843a.722.722 0 1 1 0 1.445.722.722 0 0 1 0-1.445M11 3.003a.9.9 0 0 1 0 1.8H8.5c-.995 0-1.687 0-2.226.044-.527.043-.828.124-1.054.24a2.6 2.6 0 0 0-1.136 1.135c-.115.226-.196.527-.24 1.055-.043.538-.043 1.23-.043 2.225V14.5c0 .995 0 1.687.044 2.226l.015.145 2.869-2.866c.188-.188.367-.369.53-.507.17-.145.382-.295.655-.384l.145-.04a1.9 1.9 0 0 1 1.033.043c.273.09.483.242.653.388.162.139.341.32.528.51l.738.746 1.356-1.371a.9.9 0 1 1 1.28 1.265l-1.87 1.892a1 1 0 0 1-.106.1 1.01 1.01 0 0 1-1.317.001c-.049-.04-.095-.09-.107-.101L8.993 15.28a8 8 0 0 0-.42-.409q-.043-.036-.06-.047a.1.1 0 0 0-.03 0q-.018.011-.06.046c-.094.08-.213.198-.422.408l-3.295 3.294a2.6 2.6 0 0 0 .514.344c.226.116.527.196 1.054.24.539.043 1.231.043 2.226.043H11A.9.9 0 0 1 11 21H8.5c-.965 0-1.743 0-2.372-.05-.639-.053-1.203-.163-1.725-.43a4.4 4.4 0 0 1-1.924-1.922c-.266-.522-.376-1.087-.428-1.726C1.999 16.244 2 15.465 2 14.5V9.502c0-.965 0-1.743.05-2.372.053-.639.164-1.202.43-1.725a4.4 4.4 0 0 1 1.923-1.923c.522-.266 1.086-.377 1.725-.43.629-.05 1.407-.05 2.372-.05zm3.628 14.23a1.264 1.264 0 1 1 0 2.529 1.264 1.264 0 0 1 0-2.528m4.15.543a.722.722 0 1 1 0 1.444.722.722 0 0 1 0-1.444m0-4.693a1.264 1.264 0 1 1 0 2.528 1.264 1.264 0 0 1 0-2.528m3.069.542a.722.722 0 1 1 0 1.444.722.722 0 0 1 0-1.444m-3.069-5.233a1.264 1.264 0 1 1 0 2.527 1.264 1.264 0 0 1 0-2.527m-4.073-.001a1.263 1.263 0 1 1 0 2.525 1.263 1.263 0 0 1 0-2.525m7.142.542a.722.722 0 1 1-.001 1.444.722.722 0 0 1 0-1.444m-7.22-4.692a1.264 1.264 0 1 1 .001 2.527 1.264 1.264 0 0 1 0-2.527m4.151.541a.723.723 0 1 1 0 1.446.723.723 0 0 1 0-1.446m-4.15-3.067a.723.723 0 1 1 0 1.445.723.723 0 0 1 0-1.445"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24WrenchOutlineProps = SvgIconProps;
4
+ export declare const Icon24WrenchOutline: React.FC<Icon24WrenchOutlineProps> & {
5
+ };
@@ -0,0 +1,20 @@
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 Icon24WrenchOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 24 24",
7
+ width: 24,
8
+ height: 24,
9
+ vkuiIconId: "wrench_outline_24",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M3.066 20.505a3.63 3.63 0 0 1 0-5.14l2.592-2.59a.77.77 0 0 0 .195-.722 8.2 8.2 0 0 1-.217-1.879C5.636 5.66 9.299 2 13.818 2c1.004 0 1.965.18 2.854.51.46.172.553.757.206 1.105l-3.151 3.166a.73.73 0 0 0-.212.513v2.464c0 .401.325.727.727.727h2.46a.73.73 0 0 0 .512-.212l3.17-3.155c.35-.346.933-.254 1.105.206a8.2 8.2 0 0 1 .511 2.85c0 4.515-3.663 8.175-8.182 8.175a8.2 8.2 0 0 1-1.854-.21.77.77 0 0 0-.719.195l-2.604 2.601a3.64 3.64 0 0 1-5.145 0zm10.752-3.974a6.36 6.36 0 0 0 6.358-6.64l-1.679 1.671a2.55 2.55 0 0 1-1.796.741h-2.459a2.545 2.545 0 0 1-2.545-2.545V7.294c0-.673.266-1.319.741-1.796l1.666-1.674a6.36 6.36 0 0 0-6.481 7.812 2.59 2.59 0 0 1-.68 2.425l-2.592 2.59c-.71.71-.71 1.859 0 2.568l.43.43c.711.71 1.864.71 2.575 0l2.604-2.602a2.59 2.59 0 0 1 2.414-.68q.694.162 1.444.164",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28Chevrons2RightOutlineProps = SvgIconProps;
4
+ export declare const Icon28Chevrons2RightOutline: React.FC<Icon28Chevrons2RightOutlineProps> & {
5
+ };
@@ -0,0 +1,23 @@
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 Icon28Chevrons2RightOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "chevrons_2_right_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "m20.086 14-5.793 5.793a1 1 0 0 0 1.414 1.414l6.5-6.5a1 1 0 0 0 0-1.414l-6.5-6.5a1 1 0 1 0-1.414 1.414z"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ d: "m12.086 14-5.793 5.793a1 1 0 1 0 1.414 1.414l6.5-6.5a1 1 0 0 0 0-1.414l-6.5-6.5a1 1 0 0 0-1.414 1.414z"
20
+ })
21
+ ]
22
+ });
23
+ };
@@ -2,25 +2,24 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
4
  export const Icon28Delete = (props)=>{
5
- return /*#__PURE__*/ _jsx(SvgIconRootV2, {
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
6
  viewBox: "0 0 28 28",
7
7
  width: 28,
8
8
  height: 28,
9
9
  vkuiIconId: "delete_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
10
13
  vkuiProps: props,
11
- children: /*#__PURE__*/ _jsxs("g", {
12
- fill: "none",
13
- fillRule: "evenodd",
14
- children: [
15
- /*#__PURE__*/ _jsx("path", {
16
- d: "M0 0h28v28H0z"
17
- }),
18
- /*#__PURE__*/ _jsx("path", {
19
- fill: "currentColor",
20
- fillRule: "nonzero",
21
- d: "M9.985 25h8.03A2.985 2.985 0 0 0 21 22.015V8H7v14.015A2.985 2.985 0 0 0 9.985 25M9.56 4.5c.218-.862.999-1.5 1.929-1.5h5.02c.93 0 1.711.638 1.93 1.5h2.31c.69 0 1.25.56 1.25 1.25v.96c0 .16-.13.29-.29.29H6.29A.29.29 0 0 1 6 6.71v-.96c0-.69.56-1.25 1.25-1.25z"
22
- })
23
- ]
24
- })
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ fillRule: "evenodd",
17
+ d: "M20.528 8c.289 0 .57-.002.803.018.243.02.535.07.822.227.394.216.704.56.88.974.127.302.147.597.143.842-.003.234-.032.512-.061.8l-1.004 9.922c-.076.747-.138 1.365-.229 1.865-.092.513-.227.98-.488 1.414a4 4 0 0 1-1.72 1.554c-.457.216-.936.303-1.456.344-.507.04-1.127.04-1.878.04h-4.68c-.75 0-1.371 0-1.878-.04-.52-.04-.999-.128-1.456-.344a4 4 0 0 1-1.72-1.554c-.26-.434-.396-.901-.488-1.414-.09-.5-.152-1.118-.228-1.865L4.886 10.86c-.029-.287-.058-.565-.062-.8-.004-.244.015-.54.143-.841.176-.414.486-.758.88-.974.287-.157.58-.207.823-.227.234-.02.514-.019.803-.019zm-10.084 3.5a1 1 0 0 0-.943 1.054l.5 9a1 1 0 0 0 1.997-.112l-.5-9a1 1 0 0 0-1.054-.942m7.111 0a1 1 0 0 0-1.053.942l-.5 9a1 1 0 0 0 1.996.112l.5-9a1 1 0 0 0-.943-1.054",
18
+ clipRule: "evenodd"
19
+ }),
20
+ /*#__PURE__*/ _jsx("path", {
21
+ d: "M16 2.001c1.018 0 1.856.761 1.981 1.746h5.517a1.25 1.25 0 0 1 0 2.5H4.502a1.25 1.25 0 0 1 0-2.5h5.517A2 2 0 0 1 12 2.001z"
22
+ })
23
+ ]
25
24
  });
26
25
  };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28HealthOutlineProps = SvgIconProps;
4
+ export declare const Icon28HealthOutline: React.FC<Icon28HealthOutlineProps> & {
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 Icon28HealthOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsxs(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "health_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: [
15
+ /*#__PURE__*/ _jsx("path", {
16
+ d: "M18.5 9a1 1 0 0 1 1 1v1h1a1 1 0 0 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1v-1a1 1 0 0 1 1-1"
17
+ }),
18
+ /*#__PURE__*/ _jsx("path", {
19
+ fillRule: "evenodd",
20
+ d: "M18.974 4.88a6.526 6.526 0 0 1 6.526 6.526c0 3.613-1.445 5.421-7.493 10.125l-2.78 2.162a2 2 0 0 1-2.454 0l-2.78-2.162C3.945 16.827 2.5 15.02 2.5 11.406A6.526 6.526 0 0 1 9.026 4.88c1.872 0 3.538.85 4.974 2.486 1.436-1.636 3.102-2.486 4.974-2.486m0 2c-1.52 0-2.89.858-4.152 2.683l-.205.297a.75.75 0 0 1-1.234 0l-.205-.297C11.915 7.738 10.545 6.88 9.026 6.88A4.526 4.526 0 0 0 4.5 11.406c0 2.78 1.137 4.204 6.72 8.547L14 22.114l2.78-2.16c5.583-4.344 6.72-5.767 6.72-8.548 0-2.5-2.027-4.526-4.526-4.526",
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 Icon28RectangleStackOutlineProps = SvgIconProps;
4
+ export declare const Icon28RectangleStackOutline: React.FC<Icon28RectangleStackOutlineProps> & {
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 Icon28RectangleStackOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 28 28",
7
+ width: 28,
8
+ height: 28,
9
+ vkuiIconId: "rectangle_stack_outline_28",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M21 7a4 4 0 0 1 4 4v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-9a4 4 0 0 1 4-4zm0 2H7a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2m-3-6a2 2 0 0 1 1.994 1.85L20 5H8a2 2 0 0 1 2-2z"
16
+ })
17
+ });
18
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon32StopCircleProps = SvgIconProps;
4
+ export declare const Icon32StopCircle: React.FC<Icon32StopCircleProps> & {
5
+ };
@@ -0,0 +1,20 @@
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 Icon32StopCircle = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 32 32",
7
+ width: 32,
8
+ height: 32,
9
+ vkuiIconId: "stop_circle_32",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0m-2.8 10c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C10 11.52 10 12.08 10 13.2v5.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C11.52 22 12.08 22 13.2 22h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C22 20.48 22 19.92 22 18.8v-5.6c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C20.48 10 19.92 10 18.8 10z",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };