@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.
- package/dist/24/gradient_outline.js +12 -0
- package/dist/28/bookmark_check.js +12 -0
- package/dist/28/flip_horizontal_outline.js +12 -0
- package/dist/28/flip_vertical_outline.js +12 -0
- package/dist/28/privacy.js +12 -0
- package/dist/28/rotate_left_outline.js +12 -0
- package/dist/28/rotate_right_outline.js +12 -0
- package/dist/28/thumbs_down.js +12 -0
- package/dist/28/thumbs_up.js +12 -0
- package/dist/es6/24/gradient_outline.js +2 -0
- package/dist/es6/28/bookmark_check.js +2 -0
- package/dist/es6/28/flip_horizontal_outline.js +2 -0
- package/dist/es6/28/flip_vertical_outline.js +2 -0
- package/dist/es6/28/privacy.js +2 -0
- package/dist/es6/28/rotate_left_outline.js +2 -0
- package/dist/es6/28/rotate_right_outline.js +2 -0
- package/dist/es6/28/thumbs_down.js +2 -0
- package/dist/es6/28/thumbs_up.js +2 -0
- package/dist/es6/index.js +9 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +36 -0
- package/dist/typings/24/gradient_outline.d.ts +12 -0
- package/dist/typings/28/bookmark_check.d.ts +12 -0
- package/dist/typings/28/flip_horizontal_outline.d.ts +12 -0
- package/dist/typings/28/flip_vertical_outline.d.ts +12 -0
- package/dist/typings/28/privacy.d.ts +12 -0
- package/dist/typings/28/rotate_left_outline.d.ts +12 -0
- package/dist/typings/28/rotate_right_outline.d.ts +12 -0
- package/dist/typings/28/thumbs_down.d.ts +12 -0
- package/dist/typings/28/thumbs_up.d.ts +12 -0
- package/dist/typings/index.d.ts +9 -0
- package/package.json +1 -1
- package/src/svg/24/gradient_outline_24.svg +1 -0
- package/src/svg/28/bookmark_check_28.svg +1 -0
- package/src/svg/28/flip_horizontal_outline_28.svg +1 -0
- package/src/svg/28/flip_vertical_outline_28.svg +1 -0
- package/src/svg/28/hand_28 @ privacy.svg +1 -0
- package/src/svg/28/rotate_left_outline_28.svg +1 -0
- package/src/svg/28/rotate_right_outline_28.svg +1 -0
- package/src/svg/28/thumbs_down_28.svg +1 -0
- package/src/svg/28/thumbs_up_28.svg +1 -0
- package/ts/24/gradient_outline.ts +24 -0
- package/ts/28/bookmark_check.ts +24 -0
- package/ts/28/flip_horizontal_outline.ts +24 -0
- package/ts/28/flip_vertical_outline.ts +24 -0
- package/ts/28/privacy.ts +24 -0
- package/ts/28/rotate_left_outline.ts +24 -0
- package/ts/28/rotate_right_outline.ts +24 -0
- package/ts/28/thumbs_down.ts +24 -0
- package/ts/28/thumbs_up.ts +24 -0
- 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';
|