@vkontakte/icons 2.31.0 → 2.32.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 (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/privacy.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/privacy.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/privacy.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 @ privacy.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/privacy.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 +10 -1
package/ts/index.ts CHANGED
@@ -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';
@@ -1925,6 +1929,8 @@ export { default as Icon28Report } from './28/report';
1925
1929
  export { default as Icon28ReportOutline } from './28/report_outline';
1926
1930
  export { default as Icon28RepostCircleFillGreen } from './28/repost_circle_fill_green';
1927
1931
  export { default as Icon28RobotOutline } from './28/robot_outline';
1932
+ export { default as Icon28RotateLeftOutline } from './28/rotate_left_outline';
1933
+ export { default as Icon28RotateRightOutline } from './28/rotate_right_outline';
1928
1934
  export { default as Icon28RoubleCircleFillBlue } from './28/rouble_circle_fill_blue';
1929
1935
  export { default as Icon28RssCircleFillBlack } from './28/rss_circle_fill_black';
1930
1936
  export { default as Icon28RssCircleFillYellow } from './28/rss_circle_fill_yellow';
@@ -2022,7 +2028,9 @@ export { default as Icon28TextCircleOutline } from './28/text_circle_outline';
2022
2028
  export { default as Icon28TextLiveCircleFillGreen } from './28/text_live_circle_fill_green';
2023
2029
  export { default as Icon28TextLiveOutline } from './28/text_live_outline';
2024
2030
  export { default as Icon28TextOutline } from './28/text_outline';
2031
+ export { default as Icon28ThumbsDown } from './28/thumbs_down';
2025
2032
  export { default as Icon28ThumbsDownOutline } from './28/thumbs_down_outline';
2033
+ export { default as Icon28ThumbsUp } from './28/thumbs_up';
2026
2034
  export { default as Icon28ThumbsUpOutline } from './28/thumbs_up_outline';
2027
2035
  export { default as Icon28TicketOutline } from './28/ticket_outline';
2028
2036
  export { default as Icon28TouchIdOutline } from './28/touch_id_outline';
@@ -2494,4 +2502,5 @@ export { default as Icon56WindowsDeviceOutline } from './56/windows_device_outli
2494
2502
  export { default as Icon56WriteOutline } from './56/write_outline';
2495
2503
  export { default as Icon96GoodsCollection } from './96/goods_collection';
2496
2504
  export { default as Icon96NotePenOutline } from './96/note_pen_outline';
2497
- export { default as Icon96RadiowavesAroundOutline } from './96/radiowaves_around_outline';
2505
+ export { default as Icon96RadiowavesAroundOutline } from './96/radiowaves_around_outline';
2506
+ export { default as IconPrivacy } from './28/privacy';