@vkontakte/icons 2.31.0 → 2.32.1

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 (51) hide show
  1. package/dist/24/gradient_outline.js +12 -0
  2. package/dist/28/bookmark_check.js +12 -0
  3. package/dist/28/flip_horizontal_outline.js +12 -0
  4. package/dist/28/flip_vertical_outline.js +12 -0
  5. package/dist/28/hand.js +12 -0
  6. package/dist/28/rotate_left_outline.js +12 -0
  7. package/dist/28/rotate_right_outline.js +12 -0
  8. package/dist/28/thumbs_down.js +12 -0
  9. package/dist/28/thumbs_up.js +12 -0
  10. package/dist/es6/24/gradient_outline.js +2 -0
  11. package/dist/es6/28/bookmark_check.js +2 -0
  12. package/dist/es6/28/flip_horizontal_outline.js +2 -0
  13. package/dist/es6/28/flip_vertical_outline.js +2 -0
  14. package/dist/es6/28/hand.js +2 -0
  15. package/dist/es6/28/rotate_left_outline.js +2 -0
  16. package/dist/es6/28/rotate_right_outline.js +2 -0
  17. package/dist/es6/28/thumbs_down.js +2 -0
  18. package/dist/es6/28/thumbs_up.js +2 -0
  19. package/dist/es6/index.js +9 -0
  20. package/dist/icons-map.json +1 -1
  21. package/dist/index.js +36 -0
  22. package/dist/typings/24/gradient_outline.d.ts +12 -0
  23. package/dist/typings/28/bookmark_check.d.ts +12 -0
  24. package/dist/typings/28/flip_horizontal_outline.d.ts +12 -0
  25. package/dist/typings/28/flip_vertical_outline.d.ts +12 -0
  26. package/dist/typings/28/hand.d.ts +12 -0
  27. package/dist/typings/28/rotate_left_outline.d.ts +12 -0
  28. package/dist/typings/28/rotate_right_outline.d.ts +12 -0
  29. package/dist/typings/28/thumbs_down.d.ts +12 -0
  30. package/dist/typings/28/thumbs_up.d.ts +12 -0
  31. package/dist/typings/index.d.ts +9 -0
  32. package/package.json +1 -1
  33. package/src/svg/24/gradient_outline_24.svg +1 -0
  34. package/src/svg/28/bookmark_check_28.svg +1 -0
  35. package/src/svg/28/flip_horizontal_outline_28.svg +1 -0
  36. package/src/svg/28/flip_vertical_outline_28.svg +1 -0
  37. package/src/svg/28/hand_28.svg +1 -0
  38. package/src/svg/28/rotate_left_outline_28.svg +1 -0
  39. package/src/svg/28/rotate_right_outline_28.svg +1 -0
  40. package/src/svg/28/thumbs_down_28.svg +1 -0
  41. package/src/svg/28/thumbs_up_28.svg +1 -0
  42. package/ts/24/gradient_outline.ts +24 -0
  43. package/ts/28/bookmark_check.ts +24 -0
  44. package/ts/28/flip_horizontal_outline.ts +24 -0
  45. package/ts/28/flip_vertical_outline.ts +24 -0
  46. package/ts/28/hand.ts +24 -0
  47. package/ts/28/rotate_left_outline.ts +24 -0
  48. package/ts/28/rotate_right_outline.ts +24 -0
  49. package/ts/28/thumbs_down.ts +24 -0
  50. package/ts/28/thumbs_up.ts +24 -0
  51. package/ts/index.ts +9 -0
package/dist/index.js CHANGED
@@ -3270,6 +3270,9 @@ _export(exports, {
3270
3270
  Icon24GoodsCollection: function() {
3271
3271
  return _goods_collection.default;
3272
3272
  },
3273
+ Icon24GradientOutline: function() {
3274
+ return _gradient_outline.default;
3275
+ },
3273
3276
  Icon24GrainOutline: function() {
3274
3277
  return _grain_outline.default;
3275
3278
  },
@@ -4494,6 +4497,9 @@ _export(exports, {
4494
4497
  Icon28BookmarkAddOutline: function() {
4495
4498
  return _bookmark_add_outline.default;
4496
4499
  },
4500
+ Icon28BookmarkCheck: function() {
4501
+ return _bookmark_check.default;
4502
+ },
4497
4503
  Icon28BookmarkCheckOutline: function() {
4498
4504
  return _bookmark_check_outline.default;
4499
4505
  },
@@ -4956,6 +4962,12 @@ _export(exports, {
4956
4962
  Icon28FlashOutline: function() {
4957
4963
  return _flash_outline2.default;
4958
4964
  },
4965
+ Icon28FlipHorizontalOutline: function() {
4966
+ return _flip_horizontal_outline.default;
4967
+ },
4968
+ Icon28FlipVerticalOutline: function() {
4969
+ return _flip_vertical_outline.default;
4970
+ },
4959
4971
  Icon28FolderFill: function() {
4960
4972
  return _folder_fill1.default;
4961
4973
  },
@@ -5046,6 +5058,9 @@ _export(exports, {
5046
5058
  Icon28GridSquareOutline: function() {
5047
5059
  return _grid_square_outline.default;
5048
5060
  },
5061
+ Icon28Hand: function() {
5062
+ return _hand3.default;
5063
+ },
5049
5064
  Icon28HandHeartCircleFillRed: function() {
5050
5065
  return _hand_heart_circle_fill_red.default;
5051
5066
  },
@@ -5790,6 +5805,12 @@ _export(exports, {
5790
5805
  Icon28RobotOutline: function() {
5791
5806
  return _robot_outline1.default;
5792
5807
  },
5808
+ Icon28RotateLeftOutline: function() {
5809
+ return _rotate_left_outline.default;
5810
+ },
5811
+ Icon28RotateRightOutline: function() {
5812
+ return _rotate_right_outline.default;
5813
+ },
5793
5814
  Icon28RoubleCircleFillBlue: function() {
5794
5815
  return _rouble_circle_fill_blue1.default;
5795
5816
  },
@@ -6081,9 +6102,15 @@ _export(exports, {
6081
6102
  Icon28TextOutline: function() {
6082
6103
  return _text_outline3.default;
6083
6104
  },
6105
+ Icon28ThumbsDown: function() {
6106
+ return _thumbs_down1.default;
6107
+ },
6084
6108
  Icon28ThumbsDownOutline: function() {
6085
6109
  return _thumbs_down_outline2.default;
6086
6110
  },
6111
+ Icon28ThumbsUp: function() {
6112
+ return _thumbs_up1.default;
6113
+ },
6087
6114
  Icon28ThumbsUpOutline: function() {
6088
6115
  return _thumbs_up_outline3.default;
6089
6116
  },
@@ -8588,6 +8615,7 @@ var _gift_outline2 = /*#__PURE__*/ _interop_require_default(require("./24/gift_o
8588
8615
  var _globe1 = /*#__PURE__*/ _interop_require_default(require("./24/globe"));
8589
8616
  var _globe_outline1 = /*#__PURE__*/ _interop_require_default(require("./24/globe_outline"));
8590
8617
  var _goods_collection = /*#__PURE__*/ _interop_require_default(require("./24/goods_collection"));
8618
+ var _gradient_outline = /*#__PURE__*/ _interop_require_default(require("./24/gradient_outline"));
8591
8619
  var _grain_outline = /*#__PURE__*/ _interop_require_default(require("./24/grain_outline"));
8592
8620
  var _graph_outline1 = /*#__PURE__*/ _interop_require_default(require("./24/graph_outline"));
8593
8621
  var _grid_4_uneven_vertical_outline1 = /*#__PURE__*/ _interop_require_default(require("./24/grid_4_uneven_vertical_outline"));
@@ -8996,6 +9024,7 @@ var _body_outline = /*#__PURE__*/ _interop_require_default(require("./28/body_ou
8996
9024
  var _bomb_outline2 = /*#__PURE__*/ _interop_require_default(require("./28/bomb_outline"));
8997
9025
  var _bookmark2 = /*#__PURE__*/ _interop_require_default(require("./28/bookmark"));
8998
9026
  var _bookmark_add_outline = /*#__PURE__*/ _interop_require_default(require("./28/bookmark_add_outline"));
9027
+ var _bookmark_check = /*#__PURE__*/ _interop_require_default(require("./28/bookmark_check"));
8999
9028
  var _bookmark_check_outline = /*#__PURE__*/ _interop_require_default(require("./28/bookmark_check_outline"));
9000
9029
  var _bookmark_circle_fill_yellow = /*#__PURE__*/ _interop_require_default(require("./28/bookmark_circle_fill_yellow"));
9001
9030
  var _bookmark_outline4 = /*#__PURE__*/ _interop_require_default(require("./28/bookmark_outline"));
@@ -9150,6 +9179,8 @@ var _fire_outline = /*#__PURE__*/ _interop_require_default(require("./28/fire_ou
9150
9179
  var _flash4 = /*#__PURE__*/ _interop_require_default(require("./28/flash"));
9151
9180
  var _flash_circle_fill_gray = /*#__PURE__*/ _interop_require_default(require("./28/flash_circle_fill_gray"));
9152
9181
  var _flash_outline2 = /*#__PURE__*/ _interop_require_default(require("./28/flash_outline"));
9182
+ var _flip_horizontal_outline = /*#__PURE__*/ _interop_require_default(require("./28/flip_horizontal_outline"));
9183
+ var _flip_vertical_outline = /*#__PURE__*/ _interop_require_default(require("./28/flip_vertical_outline"));
9153
9184
  var _folder_fill1 = /*#__PURE__*/ _interop_require_default(require("./28/folder_fill"));
9154
9185
  var _folder_outline3 = /*#__PURE__*/ _interop_require_default(require("./28/folder_outline"));
9155
9186
  var _folder_simple_arrow_right_outline = /*#__PURE__*/ _interop_require_default(require("./28/folder_simple_arrow_right_outline"));
@@ -9180,6 +9211,7 @@ var _graph_outline2 = /*#__PURE__*/ _interop_require_default(require("./28/graph
9180
9211
  var _grid_layout_outline = /*#__PURE__*/ _interop_require_default(require("./28/grid_layout_outline"));
9181
9212
  var _grid_rectangle_up_square_2_down_outline = /*#__PURE__*/ _interop_require_default(require("./28/grid_rectangle_up_square_2_down_outline"));
9182
9213
  var _grid_square_outline = /*#__PURE__*/ _interop_require_default(require("./28/grid_square_outline"));
9214
+ var _hand3 = /*#__PURE__*/ _interop_require_default(require("./28/hand"));
9183
9215
  var _hand_heart_circle_fill_red = /*#__PURE__*/ _interop_require_default(require("./28/hand_heart_circle_fill_red"));
9184
9216
  var _hand_heart_filled2 = /*#__PURE__*/ _interop_require_default(require("./28/hand_heart_filled"));
9185
9217
  var _hand_heart_outline = /*#__PURE__*/ _interop_require_default(require("./28/hand_heart_outline"));
@@ -9428,6 +9460,8 @@ var _report1 = /*#__PURE__*/ _interop_require_default(require("./28/report"));
9428
9460
  var _report_outline3 = /*#__PURE__*/ _interop_require_default(require("./28/report_outline"));
9429
9461
  var _repost_circle_fill_green1 = /*#__PURE__*/ _interop_require_default(require("./28/repost_circle_fill_green"));
9430
9462
  var _robot_outline1 = /*#__PURE__*/ _interop_require_default(require("./28/robot_outline"));
9463
+ var _rotate_left_outline = /*#__PURE__*/ _interop_require_default(require("./28/rotate_left_outline"));
9464
+ var _rotate_right_outline = /*#__PURE__*/ _interop_require_default(require("./28/rotate_right_outline"));
9431
9465
  var _rouble_circle_fill_blue1 = /*#__PURE__*/ _interop_require_default(require("./28/rouble_circle_fill_blue"));
9432
9466
  var _rss_circle_fill_black1 = /*#__PURE__*/ _interop_require_default(require("./28/rss_circle_fill_black"));
9433
9467
  var _rss_circle_fill_yellow1 = /*#__PURE__*/ _interop_require_default(require("./28/rss_circle_fill_yellow"));
@@ -9525,7 +9559,9 @@ var _text_circle_outline = /*#__PURE__*/ _interop_require_default(require("./28/
9525
9559
  var _text_live_circle_fill_green1 = /*#__PURE__*/ _interop_require_default(require("./28/text_live_circle_fill_green"));
9526
9560
  var _text_live_outline2 = /*#__PURE__*/ _interop_require_default(require("./28/text_live_outline"));
9527
9561
  var _text_outline3 = /*#__PURE__*/ _interop_require_default(require("./28/text_outline"));
9562
+ var _thumbs_down1 = /*#__PURE__*/ _interop_require_default(require("./28/thumbs_down"));
9528
9563
  var _thumbs_down_outline2 = /*#__PURE__*/ _interop_require_default(require("./28/thumbs_down_outline"));
9564
+ var _thumbs_up1 = /*#__PURE__*/ _interop_require_default(require("./28/thumbs_up"));
9529
9565
  var _thumbs_up_outline3 = /*#__PURE__*/ _interop_require_default(require("./28/thumbs_up_outline"));
9530
9566
  var _ticket_outline3 = /*#__PURE__*/ _interop_require_default(require("./28/ticket_outline"));
9531
9567
  var _touch_id_outline1 = /*#__PURE__*/ _interop_require_default(require("./28/touch_id_outline"));
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24GradientOutlineProps 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
+ declare const _default: import("react").FC<Icon24GradientOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28BookmarkCheckProps 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
+ declare const _default: import("react").FC<Icon28BookmarkCheckProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28FlipHorizontalOutlineProps 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
+ declare const _default: import("react").FC<Icon28FlipHorizontalOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28FlipVerticalOutlineProps 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
+ declare const _default: import("react").FC<Icon28FlipVerticalOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28HandProps 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
+ declare const _default: import("react").FC<Icon28HandProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28RotateLeftOutlineProps 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
+ declare const _default: import("react").FC<Icon28RotateLeftOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28RotateRightOutlineProps 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
+ declare const _default: import("react").FC<Icon28RotateRightOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28ThumbsDownProps 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
+ declare const _default: import("react").FC<Icon28ThumbsDownProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28ThumbsUpProps 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
+ declare const _default: import("react").FC<Icon28ThumbsUpProps>;
12
+ export default _default;
@@ -1085,6 +1085,7 @@ export { default as Icon24GiftOutline } from './24/gift_outline';
1085
1085
  export { default as Icon24Globe } from './24/globe';
1086
1086
  export { default as Icon24GlobeOutline } from './24/globe_outline';
1087
1087
  export { default as Icon24GoodsCollection } from './24/goods_collection';
1088
+ export { default as Icon24GradientOutline } from './24/gradient_outline';
1088
1089
  export { default as Icon24GrainOutline } from './24/grain_outline';
1089
1090
  export { default as Icon24GraphOutline } from './24/graph_outline';
1090
1091
  export { default as Icon24Grid4UnevenVerticalOutline } from './24/grid_4_uneven_vertical_outline';
@@ -1493,6 +1494,7 @@ export { default as Icon28BodyOutline } from './28/body_outline';
1493
1494
  export { default as Icon28BombOutline } from './28/bomb_outline';
1494
1495
  export { default as Icon28Bookmark } from './28/bookmark';
1495
1496
  export { default as Icon28BookmarkAddOutline } from './28/bookmark_add_outline';
1497
+ export { default as Icon28BookmarkCheck } from './28/bookmark_check';
1496
1498
  export { default as Icon28BookmarkCheckOutline } from './28/bookmark_check_outline';
1497
1499
  export { default as Icon28BookmarkCircleFillYellow } from './28/bookmark_circle_fill_yellow';
1498
1500
  export { default as Icon28BookmarkOutline } from './28/bookmark_outline';
@@ -1647,6 +1649,8 @@ export { default as Icon28FireOutline } from './28/fire_outline';
1647
1649
  export { default as Icon28Flash } from './28/flash';
1648
1650
  export { default as Icon28FlashCircleFillGray } from './28/flash_circle_fill_gray';
1649
1651
  export { default as Icon28FlashOutline } from './28/flash_outline';
1652
+ export { default as Icon28FlipHorizontalOutline } from './28/flip_horizontal_outline';
1653
+ export { default as Icon28FlipVerticalOutline } from './28/flip_vertical_outline';
1650
1654
  export { default as Icon28FolderFill } from './28/folder_fill';
1651
1655
  export { default as Icon28FolderOutline } from './28/folder_outline';
1652
1656
  export { default as Icon28FolderSimpleArrowRightOutline } from './28/folder_simple_arrow_right_outline';
@@ -1677,6 +1681,7 @@ export { default as Icon28GraphOutline } from './28/graph_outline';
1677
1681
  export { default as Icon28GridLayoutOutline } from './28/grid_layout_outline';
1678
1682
  export { default as Icon28GridRectangleUpSquare2DownOutline } from './28/grid_rectangle_up_square_2_down_outline';
1679
1683
  export { default as Icon28GridSquareOutline } from './28/grid_square_outline';
1684
+ export { default as Icon28Hand } from './28/hand';
1680
1685
  export { default as Icon28HandHeartCircleFillRed } from './28/hand_heart_circle_fill_red';
1681
1686
  export { default as Icon28HandHeartFilled } from './28/hand_heart_filled';
1682
1687
  export { default as Icon28HandHeartOutline } from './28/hand_heart_outline';
@@ -1925,6 +1930,8 @@ export { default as Icon28Report } from './28/report';
1925
1930
  export { default as Icon28ReportOutline } from './28/report_outline';
1926
1931
  export { default as Icon28RepostCircleFillGreen } from './28/repost_circle_fill_green';
1927
1932
  export { default as Icon28RobotOutline } from './28/robot_outline';
1933
+ export { default as Icon28RotateLeftOutline } from './28/rotate_left_outline';
1934
+ export { default as Icon28RotateRightOutline } from './28/rotate_right_outline';
1928
1935
  export { default as Icon28RoubleCircleFillBlue } from './28/rouble_circle_fill_blue';
1929
1936
  export { default as Icon28RssCircleFillBlack } from './28/rss_circle_fill_black';
1930
1937
  export { default as Icon28RssCircleFillYellow } from './28/rss_circle_fill_yellow';
@@ -2022,7 +2029,9 @@ export { default as Icon28TextCircleOutline } from './28/text_circle_outline';
2022
2029
  export { default as Icon28TextLiveCircleFillGreen } from './28/text_live_circle_fill_green';
2023
2030
  export { default as Icon28TextLiveOutline } from './28/text_live_outline';
2024
2031
  export { default as Icon28TextOutline } from './28/text_outline';
2032
+ export { default as Icon28ThumbsDown } from './28/thumbs_down';
2025
2033
  export { default as Icon28ThumbsDownOutline } from './28/thumbs_down_outline';
2034
+ export { default as Icon28ThumbsUp } from './28/thumbs_up';
2026
2035
  export { default as Icon28ThumbsUpOutline } from './28/thumbs_up_outline';
2027
2036
  export { default as Icon28TicketOutline } from './28/ticket_outline';
2028
2037
  export { default as Icon28TouchIdOutline } from './28/touch_id_outline';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.31.0",
3
+ "version": "2.32.1",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "repository": "https://github.com/VKCOM/icons",
6
6
  "homepage": "https://vkcom.github.io/icons/",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M9.5 9.5H7V12h2.5v2.5H7V17h2.5v-2.5H12V12H9.5V9.5Zm0 0V7H12v2.5H9.5Z"/><path fill-rule="evenodd" d="M14.538 3H9.462c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 3.48 5.402c-.267.523-.377 1.087-.43 1.726C3 7.748 3 8.514 3 9.462v5.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726a4.4 4.4 0 0 0 1.922 1.922c.523.267 1.087.377 1.726.43.62.05 1.386.05 2.334.05h5.076c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V9.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C16.252 3 15.486 3 14.538 3ZM7 4.873c-.364.046-.597.117-.78.21A2.6 2.6 0 0 0 5.083 6.22c-.093.183-.164.416-.21.78H7v2.5H4.8V12H7v2.5H4.8c0 .995 0 1.687.045 2.226a5.6 5.6 0 0 0 .028.274H7v2.127c.084.01.175.02.274.028.539.044 1.231.045 2.226.045V17H12v2.2h2.5c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238a2.6 2.6 0 0 0 1.137-1.137c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-5c0-.995 0-1.687-.045-2.226-.043-.527-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.137c-.226-.115-.527-.195-1.055-.238-.538-.044-1.23-.045-2.225-.045h-5V7H7V4.873Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M21 3a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm2.78 4.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06Z M15.708 3h-2.752c-1.363 0-2.447 0-3.321.071-.896.074-1.66.227-2.359.583a6 6 0 0 0-2.622 2.622c-.356.7-.51 1.463-.583 2.359C4 9.509 4 10.593 4 11.956v8.645c0 1.007 0 1.832.058 2.47.058.633.184 1.283.59 1.795a3 3 0 0 0 2.326 1.138c.654.006 1.245-.293 1.78-.636.539-.346 1.19-.853 1.985-1.47l1.91-1.487c.776-.603.943-.71 1.09-.749a1 1 0 0 1 .522 0c.147.04.314.146 1.09.75l1.91 1.485c.795.618 1.446 1.125 1.986 1.471.534.343 1.125.642 1.779.636a3 3 0 0 0 2.326-1.138c.406-.512.532-1.162.59-1.794.058-.639.058-1.464.058-2.47v-4.183A8 8 0 0 1 15.708 3Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M12.316 11.051A1 1 0 0 1 13 12v12a1 1 0 0 1-1 1H3a1 1 0 0 1-.8-1.6l9-12a1 1 0 0 1 1.116-.349ZM5 23h6v-8l-6 8ZM8.507 2.493a1 1 0 0 1 0 1.414L7.414 5h13.172l-1.093-1.093a1 1 0 0 1 1.414-1.414l2.8 2.8a1 1 0 0 1 0 1.414l-2.8 2.8a1 1 0 1 1-1.414-1.414L20.586 7H7.414l1.093 1.093a1 1 0 0 1-1.414 1.414l-2.8-2.8a1 1 0 0 1 0-1.414l2.8-2.8a1 1 0 0 1 1.414 0Zm7.177 8.558a1 1 0 0 1 1.116.349l9 12A1 1 0 0 1 25 25h-9a1 1 0 0 1-1-1V12a1 1 0 0 1 .684-.949ZM17 15v8h6l-6-8Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M16.949 12.316A1 1 0 0 1 16 13H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1.6-.8l12 9a1 1 0 0 1 .349 1.116ZM5 5v6h8L5 5Zm20.507 3.507a1 1 0 0 1-1.414 0L23 7.414v13.172l1.093-1.093a1 1 0 0 1 1.414 1.414l-2.8 2.8a1 1 0 0 1-1.414 0l-2.8-2.8a1 1 0 0 1 1.414-1.414L21 20.586V7.414l-1.093 1.093a1 1 0 0 1-1.414-1.414l2.8-2.8a1 1 0 0 1 1.414 0l2.8 2.8a1 1 0 0 1 0 1.414Zm-8.558 7.177A1 1 0 0 1 16.6 16.8l-12 9A1 1 0 0 1 3 25v-9a1 1 0 0 1 1-1h12a1 1 0 0 1 .949.684ZM13 17H5v6l8-6Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M14.25 2C13.56 2 13 2.56 13 3.25v9a.75.75 0 0 1-1.5 0v-8a1.25 1.25 0 1 0-2.5 0v9a.75.75 0 0 1-1.5 0v-6a1.25 1.25 0 1 0-2.5 0v12.437c0 1.66.32 6.566 7.519 6.566 2.12 0 5.211-1.015 6.937-2.995l.001.002.202-.248c.055-.063-.051.066 0 0 .55-.667 1.237-1.517 1.922-2.37l3.06-3.77a1.628 1.628 0 0 0-.19-2.24 1.503 1.503 0 0 0-2.167.196l-2.784 3.43V5.25a1.25 1.25 0 1 0-2.5 0v7a.75.75 0 0 1-1.5 0v-9c0-.69-.56-1.25-1.25-1.25Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M9.95 11h3.1c1.127 0 2.045 0 2.784.072.767.074 1.447.233 2.06.618a4.5 4.5 0 0 1 1.416 1.416c.385.613.544 1.293.618 2.06.072.74.072 1.657.072 2.784v.1c0 1.127 0 2.045-.072 2.784-.074.767-.233 1.447-.618 2.06a4.5 4.5 0 0 1-1.416 1.416c-.613.385-1.293.544-2.06.618-.74.072-1.657.072-2.784.072h-3.1c-1.127 0-2.045 0-2.784-.072-.767-.074-1.447-.233-2.06-.618a4.5 4.5 0 0 1-1.416-1.416c-.385-.613-.544-1.293-.618-2.06C3 20.095 3 19.177 3 18.05v-.1c0-1.127 0-2.045.072-2.784.074-.767.233-1.447.618-2.06a4.5 4.5 0 0 1 1.416-1.416c.613-.385 1.293-.544 2.06-.618C7.905 11 8.822 11 9.95 11Zm-2.591 2.062c-.617.06-.948.17-1.19.321a2.5 2.5 0 0 0-.786.787c-.151.24-.26.572-.32 1.189C5 15.99 5 16.81 5 18s.001 2.01.062 2.641c.06.617.17.948.321 1.19.2.317.469.586.787.786.24.151.572.26 1.189.32C7.99 23 8.81 23 10 23h3c1.19 0 2.01-.001 2.641-.062.617-.06.948-.17 1.19-.321a2.5 2.5 0 0 0 .786-.787c.151-.24.26-.572.32-1.189C18 20.01 18 19.19 18 18s-.001-2.01-.062-2.641c-.06-.617-.17-.948-.321-1.19a2.5 2.5 0 0 0-.787-.786c-.24-.151-.572-.26-1.189-.32C15.01 13 14.19 13 13 13h-3c-1.19 0-2.01.001-2.641.062ZM19.507 2.493a1 1 0 0 1 0 1.414L18.414 5h.986a6.6 6.6 0 0 1 6.6 6.6V15a1 1 0 0 1-2 0v-3.4A4.6 4.6 0 0 0 19.4 7h-.986l1.093 1.093a1 1 0 0 1-1.414 1.414l-2.8-2.8a1 1 0 0 1 0-1.414l2.8-2.8a1 1 0 0 1 1.414 0Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M19.05 11h-3.1c-1.127 0-2.045 0-2.785.072-.766.074-1.446.233-2.06.618a4.5 4.5 0 0 0-1.415 1.416c-.386.613-.544 1.293-.619 2.06C9 15.905 9 16.822 9 17.95v.1c0 1.127 0 2.045.071 2.784.075.767.233 1.447.619 2.06a4.5 4.5 0 0 0 1.416 1.416c.613.385 1.293.544 2.06.618.74.072 1.657.072 2.783.072h3.101c1.127 0 2.044 0 2.784-.072.767-.074 1.447-.233 2.06-.618a4.5 4.5 0 0 0 1.416-1.416c.385-.613.544-1.293.618-2.06.072-.74.072-1.657.072-2.784v-.1c0-1.127 0-2.045-.072-2.784-.074-.767-.233-1.447-.618-2.06a4.5 4.5 0 0 0-1.416-1.416c-.613-.385-1.293-.544-2.06-.618C21.094 11 20.177 11 19.05 11Zm2.591 2.062c.617.06.948.17 1.189.321.318.2.587.469.787.787.151.24.26.572.32 1.189C24 15.99 24 16.81 24 18s-.001 2.01-.063 2.641c-.06.617-.169.948-.32 1.19-.2.317-.47.586-.787.786-.241.151-.572.26-1.189.32C21.01 23 20.19 23 19 23h-3c-1.19 0-2.01-.001-2.642-.062-.616-.06-.947-.17-1.188-.321a2.501 2.501 0 0 1-.787-.787c-.151-.24-.261-.572-.32-1.189C11 20.01 11 19.19 11 18s0-2.01.062-2.641c.06-.617.17-.948.32-1.19.2-.317.47-.586.788-.786.24-.151.572-.26 1.188-.32C13.99 13 14.81 13 16 13h3c1.189 0 2.01.001 2.641.062ZM9.493 2.493a1 1 0 0 0 0 1.414L10.585 5H9.6A6.6 6.6 0 0 0 3 11.6V15a1 1 0 1 0 2 0v-3.4A4.6 4.6 0 0 1 9.6 7h.986L9.492 8.093a1 1 0 1 0 1.414 1.414l2.8-2.8a1 1 0 0 0 0-1.414l-2.8-2.8a1 1 0 0 0-1.414 0Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M9.65 4.001C5.454 4.001 3 5.981 3 10.523v1.397c0 4.542 2.718 6.078 6.914 6.078h1.089v4.826a2.172 2.172 0 0 0 4.253.626l2.158-7.186c.056-.188.085-.383.085-.579V5.603c0-.56 0-.841-.109-1.055a1 1 0 0 0-.437-.438c-.214-.109-.494-.109-1.053-.109H9.65Zm15.308 10.337c.042-.201.042-.443.042-.927V5.603c0-.484 0-.726-.042-.927-.174-.826-.856-1.472-1.729-1.636C23.017 3 22.761 3 22.25 3c-.511 0-.767 0-.98.04-.872.164-1.554.81-1.728 1.636-.042.201-.042.443-.042.927v7.808c0 .484 0 .726.042.927.174.826.856 1.471 1.729 1.636.212.04.468.04.98.04.51 0 .766 0 .978-.04.873-.165 1.555-.81 1.729-1.636Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="M18.349 23.975c4.196 0 6.651-1.977 6.651-6.514v-1.396c0-4.537-2.718-6.072-6.914-6.072h-1.09V5.172a2.172 2.172 0 0 0-4.252-.626l-2.159 7.18a2.003 2.003 0 0 0-.085.577v10.072c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437c.214.11.494.11 1.054.11h6.249ZM3.042 13.662C3 13.863 3 14.105 3 14.589v7.808c0 .484 0 .726.042.927.174.826.856 1.471 1.729 1.636.212.04.468.04.979.04.511 0 .767 0 .98-.04.872-.165 1.554-.81 1.728-1.636.042-.202.042-.443.042-.927v-7.808c0-.484 0-.726-.042-.927-.174-.826-.856-1.472-1.729-1.636-.212-.04-.468-.04-.979-.04-.511 0-.767 0-.98.04-.872.164-1.554.81-1.728 1.636Z"/></svg>
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon24GradientOutlineProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon24GradientOutlineProps>(
16
+ 'Icon24GradientOutline',
17
+ 'gradient_outline_24',
18
+ '0 0 24 24',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="gradient_outline_24"><path d="M9.5 9.5H7V12h2.5v2.5H7V17h2.5v-2.5H12V12H9.5V9.5Zm0 0V7H12v2.5H9.5Z" /><path fill-rule="evenodd" d="M14.538 3H9.462c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 3.48 5.402c-.267.523-.377 1.087-.43 1.726C3 7.748 3 8.514 3 9.462v5.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726a4.4 4.4 0 0 0 1.922 1.922c.523.267 1.087.377 1.726.43.62.05 1.386.05 2.334.05h5.076c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V9.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C16.252 3 15.486 3 14.538 3ZM7 4.873c-.364.046-.597.117-.78.21A2.6 2.6 0 0 0 5.083 6.22c-.093.183-.164.416-.21.78H7v2.5H4.8V12H7v2.5H4.8c0 .995 0 1.687.045 2.226a5.6 5.6 0 0 0 .028.274H7v2.127c.084.01.175.02.274.028.539.044 1.231.045 2.226.045V17H12v2.2h2.5c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238a2.6 2.6 0 0 0 1.137-1.137c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-5c0-.995 0-1.687-.045-2.226-.043-.527-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.137c-.226-.115-.527-.195-1.055-.238-.538-.044-1.23-.045-2.225-.045h-5V7H7V4.873Z" clip-rule="evenodd" /></symbol>',
20
+ 24,
21
+ 24,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon28BookmarkCheckProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon28BookmarkCheckProps>(
16
+ 'Icon28BookmarkCheck',
17
+ 'bookmark_check_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_check_28"><path fill-rule="evenodd" d="M21 3a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm2.78 4.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06ZM15.708 3h-2.752c-1.363 0-2.447 0-3.321.071-.896.074-1.66.227-2.359.583a6 6 0 0 0-2.622 2.622c-.356.7-.51 1.463-.583 2.359C4 9.509 4 10.593 4 11.956v8.645c0 1.007 0 1.832.058 2.47.058.633.184 1.283.59 1.795a3 3 0 0 0 2.326 1.138c.654.006 1.245-.293 1.78-.636.539-.346 1.19-.853 1.985-1.47l1.91-1.487c.776-.603.943-.71 1.09-.749a1 1 0 0 1 .522 0c.147.04.314.146 1.09.75l1.91 1.485c.795.618 1.446 1.125 1.986 1.471.534.343 1.125.642 1.779.636a3 3 0 0 0 2.326-1.138c.406-.512.532-1.162.59-1.794.058-.639.058-1.464.058-2.47v-4.183A8 8 0 0 1 15.708 3Z" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon28FlipHorizontalOutlineProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon28FlipHorizontalOutlineProps>(
16
+ 'Icon28FlipHorizontalOutline',
17
+ 'flip_horizontal_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="flip_horizontal_outline_28"><path fill-rule="evenodd" d="M12.316 11.051A1 1 0 0 1 13 12v12a1 1 0 0 1-1 1H3a1 1 0 0 1-.8-1.6l9-12a1 1 0 0 1 1.116-.349ZM5 23h6v-8l-6 8ZM8.507 2.493a1 1 0 0 1 0 1.414L7.414 5h13.172l-1.093-1.093a1 1 0 0 1 1.414-1.414l2.8 2.8a1 1 0 0 1 0 1.414l-2.8 2.8a1 1 0 1 1-1.414-1.414L20.586 7H7.414l1.093 1.093a1 1 0 0 1-1.414 1.414l-2.8-2.8a1 1 0 0 1 0-1.414l2.8-2.8a1 1 0 0 1 1.414 0Zm7.177 8.558a1 1 0 0 1 1.116.349l9 12A1 1 0 0 1 25 25h-9a1 1 0 0 1-1-1V12a1 1 0 0 1 .684-.949ZM17 15v8h6l-6-8Z" clip-rule="evenodd" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon28FlipVerticalOutlineProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon28FlipVerticalOutlineProps>(
16
+ 'Icon28FlipVerticalOutline',
17
+ 'flip_vertical_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="flip_vertical_outline_28"><path fill-rule="evenodd" d="M16.949 12.316A1 1 0 0 1 16 13H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1.6-.8l12 9a1 1 0 0 1 .349 1.116ZM5 5v6h8L5 5Zm20.507 3.507a1 1 0 0 1-1.414 0L23 7.414v13.172l1.093-1.093a1 1 0 0 1 1.414 1.414l-2.8 2.8a1 1 0 0 1-1.414 0l-2.8-2.8a1 1 0 0 1 1.414-1.414L21 20.586V7.414l-1.093 1.093a1 1 0 0 1-1.414-1.414l2.8-2.8a1 1 0 0 1 1.414 0l2.8 2.8a1 1 0 0 1 0 1.414Zm-8.558 7.177A1 1 0 0 1 16.6 16.8l-12 9A1 1 0 0 1 3 25v-9a1 1 0 0 1 1-1h12a1 1 0 0 1 .949.684ZM13 17H5v6l8-6Z" clip-rule="evenodd" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
package/ts/28/hand.ts ADDED
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon28HandProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon28HandProps>(
16
+ 'Icon28Hand',
17
+ 'hand_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="hand_28"><path d="M14.25 2C13.56 2 13 2.56 13 3.25v9a.75.75 0 0 1-1.5 0v-8a1.25 1.25 0 1 0-2.5 0v9a.75.75 0 0 1-1.5 0v-6a1.25 1.25 0 1 0-2.5 0v12.437c0 1.66.32 6.566 7.519 6.566 2.12 0 5.211-1.015 6.937-2.995l.001.002.202-.248c.055-.063-.051.066 0 0 .55-.667 1.237-1.517 1.922-2.37l3.06-3.77a1.628 1.628 0 0 0-.19-2.24 1.503 1.503 0 0 0-2.167.196l-2.784 3.43V5.25a1.25 1.25 0 1 0-2.5 0v7a.75.75 0 0 1-1.5 0v-9c0-.69-.56-1.25-1.25-1.25Z" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon28RotateLeftOutlineProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon28RotateLeftOutlineProps>(
16
+ 'Icon28RotateLeftOutline',
17
+ 'rotate_left_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="rotate_left_outline_28"><path fill-rule="evenodd" d="M9.95 11h3.1c1.127 0 2.045 0 2.784.072.767.074 1.447.233 2.06.618a4.5 4.5 0 0 1 1.416 1.416c.385.613.544 1.293.618 2.06.072.74.072 1.657.072 2.784v.1c0 1.127 0 2.045-.072 2.784-.074.767-.233 1.447-.618 2.06a4.5 4.5 0 0 1-1.416 1.416c-.613.385-1.293.544-2.06.618-.74.072-1.657.072-2.784.072h-3.1c-1.127 0-2.045 0-2.784-.072-.767-.074-1.447-.233-2.06-.618a4.5 4.5 0 0 1-1.416-1.416c-.385-.613-.544-1.293-.618-2.06C3 20.095 3 19.177 3 18.05v-.1c0-1.127 0-2.045.072-2.784.074-.767.233-1.447.618-2.06a4.5 4.5 0 0 1 1.416-1.416c.613-.385 1.293-.544 2.06-.618C7.905 11 8.822 11 9.95 11Zm-2.591 2.062c-.617.06-.948.17-1.19.321a2.5 2.5 0 0 0-.786.787c-.151.24-.26.572-.32 1.189C5 15.99 5 16.81 5 18s.001 2.01.062 2.641c.06.617.17.948.321 1.19.2.317.469.586.787.786.24.151.572.26 1.189.32C7.99 23 8.81 23 10 23h3c1.19 0 2.01-.001 2.641-.062.617-.06.948-.17 1.19-.321a2.5 2.5 0 0 0 .786-.787c.151-.24.26-.572.32-1.189C18 20.01 18 19.19 18 18s-.001-2.01-.062-2.641c-.06-.617-.17-.948-.321-1.19a2.5 2.5 0 0 0-.787-.786c-.24-.151-.572-.26-1.189-.32C15.01 13 14.19 13 13 13h-3c-1.19 0-2.01.001-2.641.062ZM19.507 2.493a1 1 0 0 1 0 1.414L18.414 5h.986a6.6 6.6 0 0 1 6.6 6.6V15a1 1 0 0 1-2 0v-3.4A4.6 4.6 0 0 0 19.4 7h-.986l1.093 1.093a1 1 0 0 1-1.414 1.414l-2.8-2.8a1 1 0 0 1 0-1.414l2.8-2.8a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon28RotateRightOutlineProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon28RotateRightOutlineProps>(
16
+ 'Icon28RotateRightOutline',
17
+ 'rotate_right_outline_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="rotate_right_outline_28"><path fill-rule="evenodd" d="M19.05 11h-3.1c-1.127 0-2.045 0-2.785.072-.766.074-1.446.233-2.06.618a4.5 4.5 0 0 0-1.415 1.416c-.386.613-.544 1.293-.619 2.06C9 15.905 9 16.822 9 17.95v.1c0 1.127 0 2.045.071 2.784.075.767.233 1.447.619 2.06a4.5 4.5 0 0 0 1.416 1.416c.613.385 1.293.544 2.06.618.74.072 1.657.072 2.783.072h3.101c1.127 0 2.044 0 2.784-.072.767-.074 1.447-.233 2.06-.618a4.5 4.5 0 0 0 1.416-1.416c.385-.613.544-1.293.618-2.06.072-.74.072-1.657.072-2.784v-.1c0-1.127 0-2.045-.072-2.784-.074-.767-.233-1.447-.618-2.06a4.5 4.5 0 0 0-1.416-1.416c-.613-.385-1.293-.544-2.06-.618C21.094 11 20.177 11 19.05 11Zm2.591 2.062c.617.06.948.17 1.189.321.318.2.587.469.787.787.151.24.26.572.32 1.189C24 15.99 24 16.81 24 18s-.001 2.01-.063 2.641c-.06.617-.169.948-.32 1.19-.2.317-.47.586-.787.786-.241.151-.572.26-1.189.32C21.01 23 20.19 23 19 23h-3c-1.19 0-2.01-.001-2.642-.062-.616-.06-.947-.17-1.188-.321a2.501 2.501 0 0 1-.787-.787c-.151-.24-.261-.572-.32-1.189C11 20.01 11 19.19 11 18s0-2.01.062-2.641c.06-.617.17-.948.32-1.19.2-.317.47-.586.788-.786.24-.151.572-.26 1.188-.32C13.99 13 14.81 13 16 13h3c1.189 0 2.01.001 2.641.062ZM9.493 2.493a1 1 0 0 0 0 1.414L10.585 5H9.6A6.6 6.6 0 0 0 3 11.6V15a1 1 0 1 0 2 0v-3.4A4.6 4.6 0 0 1 9.6 7h.986L9.492 8.093a1 1 0 1 0 1.414 1.414l2.8-2.8a1 1 0 0 0 0-1.414l-2.8-2.8a1 1 0 0 0-1.414 0Z" clip-rule="evenodd" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon28ThumbsDownProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon28ThumbsDownProps>(
16
+ 'Icon28ThumbsDown',
17
+ 'thumbs_down_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="thumbs_down_28"><path d="M9.65 4.001C5.454 4.001 3 5.981 3 10.523v1.397c0 4.542 2.718 6.078 6.914 6.078h1.089v4.826a2.172 2.172 0 0 0 4.253.626l2.158-7.186c.056-.188.085-.383.085-.579V5.603c0-.56 0-.841-.109-1.055a1 1 0 0 0-.437-.438c-.214-.109-.494-.109-1.053-.109H9.65Zm15.308 10.337c.042-.201.042-.443.042-.927V5.603c0-.484 0-.726-.042-.927-.174-.826-.856-1.472-1.729-1.636C23.017 3 22.761 3 22.25 3c-.511 0-.767 0-.98.04-.872.164-1.554.81-1.728 1.636-.042.201-.042.443-.042.927v7.808c0 .484 0 .726.042.927.174.826.856 1.471 1.729 1.636.212.04.468.04.98.04.51 0 .766 0 .978-.04.873-.165 1.555-.81 1.729-1.636Z" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '@vkontakte/icons-sprite';
3
+
4
+ export interface Icon28ThumbsUpProps extends SVGProps<SVGSVGElement> {
5
+ fill?: string;
6
+ width?: number;
7
+ height?: number;
8
+ getRootRef?: Ref<SVGSVGElement>;
9
+ title?: string;
10
+ deprecated?: boolean;
11
+ replacement?: string;
12
+ }
13
+
14
+
15
+ export default makeIcon<Icon28ThumbsUpProps>(
16
+ 'Icon28ThumbsUp',
17
+ 'thumbs_up_28',
18
+ '0 0 28 28',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="thumbs_up_28"><path d="M18.349 23.975c4.196 0 6.651-1.977 6.651-6.514v-1.396c0-4.537-2.718-6.072-6.914-6.072h-1.09V5.172a2.172 2.172 0 0 0-4.252-.626l-2.159 7.18a2.003 2.003 0 0 0-.085.577v10.072c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437c.214.11.494.11 1.054.11h6.249ZM3.042 13.662C3 13.863 3 14.105 3 14.589v7.808c0 .484 0 .726.042.927.174.826.856 1.471 1.729 1.636.212.04.468.04.979.04.511 0 .767 0 .98-.04.872-.165 1.554-.81 1.728-1.636.042-.202.042-.443.042-.927v-7.808c0-.484 0-.726-.042-.927-.174-.826-.856-1.472-1.729-1.636-.212-.04-.468-.04-.979-.04-.511 0-.767 0-.98.04-.872.164-1.554.81-1.728 1.636Z" /></symbol>',
20
+ 28,
21
+ 28,
22
+ false,
23
+ undefined
24
+ );