@vkontakte/icons 2.35.0 → 2.36.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/12/equalizer.js +12 -0
- package/dist/16/music.js +1 -1
- package/dist/24/download_outline.js +1 -1
- package/dist/24/refresh.js +12 -0
- package/dist/28/arrow_pop_down_outline.js +12 -0
- package/dist/28/arrow_pop_up_outline.js +12 -0
- package/dist/28/clock_rectangle_stack_outline.js +12 -0
- package/dist/28/document_arrow_up_outline.js +12 -0
- package/dist/28/film_strip_circle_fill_red.js +12 -0
- package/dist/28/fortune_cookie_outline.js +12 -0
- package/dist/28/gift.js +12 -0
- package/dist/28/globe_circle_fill_blue.js +12 -0
- package/dist/28/list_letter_outline.js +12 -0
- package/dist/28/list_number_outline.js +12 -0
- package/dist/28/lock_open_outline.js +1 -1
- package/dist/28/magic_hat_outline.js +12 -0
- package/dist/28/mail_stack_outline.js +12 -0
- package/dist/28/message_question_circle_fill_violet.js +12 -0
- package/dist/28/minus_outline.js +12 -0
- package/dist/28/pencil_square.js +12 -0
- package/dist/28/phone_circle_fill_blue.js +12 -0
- package/dist/28/picture_stack.js +12 -0
- package/dist/28/place.js +1 -1
- package/dist/28/play.js +1 -1
- package/dist/28/play_circle_fill_azure.js +1 -1
- package/dist/28/screen_grid_horizon_2_line_outline.js +12 -0
- package/dist/28/screen_grid_horizon_line_outline.js +12 -0
- package/dist/28/screen_grid_tile_outline.js +12 -0
- package/dist/28/screen_grid_vertical_line_outline.js +12 -0
- package/dist/28/search.js +1 -1
- package/dist/28/services_circle_fill_yellow.js +12 -0
- package/dist/28/text_bold_outline.js +12 -0
- package/dist/28/text_italic_outline.js +12 -0
- package/dist/28/text_left_outline.js +12 -0
- package/dist/28/text_strikethrough_outline.js +12 -0
- package/dist/28/text_underline_outline.js +12 -0
- package/dist/28/thumbs_up_circle_fill_green.js +12 -0
- package/dist/28/waves_4_right_outline.js +12 -0
- package/dist/40/cross_circle.js +12 -0
- package/dist/40/document_circle.js +12 -0
- package/dist/40/download_circle.js +12 -0
- package/dist/es6/12/equalizer.js +2 -0
- package/dist/es6/16/music.js +1 -1
- package/dist/es6/24/download_outline.js +1 -1
- package/dist/es6/24/refresh.js +2 -0
- package/dist/es6/28/arrow_pop_down_outline.js +2 -0
- package/dist/es6/28/arrow_pop_up_outline.js +2 -0
- package/dist/es6/28/clock_rectangle_stack_outline.js +2 -0
- package/dist/es6/28/document_arrow_up_outline.js +2 -0
- package/dist/es6/28/film_strip_circle_fill_red.js +2 -0
- package/dist/es6/28/fortune_cookie_outline.js +2 -0
- package/dist/es6/28/gift.js +2 -0
- package/dist/es6/28/globe_circle_fill_blue.js +2 -0
- package/dist/es6/28/list_letter_outline.js +2 -0
- package/dist/es6/28/list_number_outline.js +2 -0
- package/dist/es6/28/lock_open_outline.js +1 -1
- package/dist/es6/28/magic_hat_outline.js +2 -0
- package/dist/es6/28/mail_stack_outline.js +2 -0
- package/dist/es6/28/message_question_circle_fill_violet.js +2 -0
- package/dist/es6/28/minus_outline.js +2 -0
- package/dist/es6/28/pencil_square.js +2 -0
- package/dist/es6/28/phone_circle_fill_blue.js +2 -0
- package/dist/es6/28/picture_stack.js +2 -0
- package/dist/es6/28/place.js +1 -1
- package/dist/es6/28/play.js +1 -1
- package/dist/es6/28/play_circle_fill_azure.js +1 -1
- package/dist/es6/28/screen_grid_horizon_2_line_outline.js +2 -0
- package/dist/es6/28/screen_grid_horizon_line_outline.js +2 -0
- package/dist/es6/28/screen_grid_tile_outline.js +2 -0
- package/dist/es6/28/screen_grid_vertical_line_outline.js +2 -0
- package/dist/es6/28/search.js +1 -1
- package/dist/es6/28/services_circle_fill_yellow.js +2 -0
- package/dist/es6/28/text_bold_outline.js +2 -0
- package/dist/es6/28/text_italic_outline.js +2 -0
- package/dist/es6/28/text_left_outline.js +2 -0
- package/dist/es6/28/text_strikethrough_outline.js +2 -0
- package/dist/es6/28/text_underline_outline.js +2 -0
- package/dist/es6/28/thumbs_up_circle_fill_green.js +2 -0
- package/dist/es6/28/waves_4_right_outline.js +2 -0
- package/dist/es6/40/cross_circle.js +2 -0
- package/dist/es6/40/document_circle.js +2 -0
- package/dist/es6/40/download_circle.js +2 -0
- package/dist/es6/index.js +34 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +140 -4
- package/dist/typings/12/equalizer.d.ts +12 -0
- package/dist/typings/24/refresh.d.ts +12 -0
- package/dist/typings/28/arrow_pop_down_outline.d.ts +12 -0
- package/dist/typings/28/arrow_pop_up_outline.d.ts +12 -0
- package/dist/typings/28/clock_rectangle_stack_outline.d.ts +12 -0
- package/dist/typings/28/document_arrow_up_outline.d.ts +12 -0
- package/dist/typings/28/film_strip_circle_fill_red.d.ts +12 -0
- package/dist/typings/28/fortune_cookie_outline.d.ts +12 -0
- package/dist/typings/28/gift.d.ts +12 -0
- package/dist/typings/28/globe_circle_fill_blue.d.ts +12 -0
- package/dist/typings/28/list_letter_outline.d.ts +12 -0
- package/dist/typings/28/list_number_outline.d.ts +12 -0
- package/dist/typings/28/magic_hat_outline.d.ts +12 -0
- package/dist/typings/28/mail_stack_outline.d.ts +12 -0
- package/dist/typings/28/message_question_circle_fill_violet.d.ts +12 -0
- package/dist/typings/28/minus_outline.d.ts +12 -0
- package/dist/typings/28/pencil_square.d.ts +12 -0
- package/dist/typings/28/phone_circle_fill_blue.d.ts +12 -0
- package/dist/typings/28/picture_stack.d.ts +12 -0
- package/dist/typings/28/screen_grid_horizon_2_line_outline.d.ts +12 -0
- package/dist/typings/28/screen_grid_horizon_line_outline.d.ts +12 -0
- package/dist/typings/28/screen_grid_tile_outline.d.ts +12 -0
- package/dist/typings/28/screen_grid_vertical_line_outline.d.ts +12 -0
- package/dist/typings/28/services_circle_fill_yellow.d.ts +12 -0
- package/dist/typings/28/text_bold_outline.d.ts +12 -0
- package/dist/typings/28/text_italic_outline.d.ts +12 -0
- package/dist/typings/28/text_left_outline.d.ts +12 -0
- package/dist/typings/28/text_strikethrough_outline.d.ts +12 -0
- package/dist/typings/28/text_underline_outline.d.ts +12 -0
- package/dist/typings/28/thumbs_up_circle_fill_green.d.ts +12 -0
- package/dist/typings/28/waves_4_right_outline.d.ts +12 -0
- package/dist/typings/40/cross_circle.d.ts +12 -0
- package/dist/typings/40/document_circle.d.ts +12 -0
- package/dist/typings/40/download_circle.d.ts +12 -0
- package/dist/typings/index.d.ts +34 -0
- package/package.json +1 -1
- package/src/svg/12/equalizer_12.svg +1 -0
- package/src/svg/16/music_16.svg +1 -1
- package/src/svg/24/download_outline_24.svg +1 -1
- package/src/svg/24/refresh_24.svg +1 -0
- package/src/svg/28/arrow_pop_down_outline_28.svg +1 -0
- package/src/svg/28/arrow_pop_up_outline_28.svg +1 -0
- package/src/svg/28/clock_rectangle_stack_outline_28.svg +1 -0
- package/src/svg/28/document_arrow_up_outline_28.svg +1 -0
- package/src/svg/28/film_strip_circle_fill_red_28.svg +1 -0
- package/src/svg/28/fortune_cookie_outline_28.svg +1 -0
- package/src/svg/28/gift_28.svg +1 -0
- package/src/svg/28/globe_circle_fill_blue_28.svg +1 -0
- package/src/svg/28/list_letter_outline_28.svg +1 -0
- package/src/svg/28/list_number_outline_28.svg +1 -0
- package/src/svg/28/lock_open_outline_28.svg +1 -1
- package/src/svg/28/magic_hat_outline_28.svg +1 -0
- package/src/svg/28/mail_stack_outline_28.svg +1 -0
- package/src/svg/28/message_question_circle_fill_violet_28.svg +1 -0
- package/src/svg/28/minus_outline_28.svg +1 -0
- package/src/svg/28/pencil_square_28.svg +1 -0
- package/src/svg/28/phone_circle_fill_blue_28.svg +1 -0
- package/src/svg/28/picture_stack_28.svg +1 -0
- package/src/svg/28/place_28.svg +1 -13
- package/src/svg/28/play_28.svg +1 -13
- package/src/svg/28/play_circle_fill_azure_28.svg +1 -1
- package/src/svg/28/screen_grid_horizon_2_line_outline_28.svg +1 -0
- package/src/svg/28/screen_grid_horizon_line_outline_28.svg +1 -0
- package/src/svg/28/screen_grid_tile_outline_28.svg +1 -0
- package/src/svg/28/screen_grid_vertical_line_outline_28.svg +1 -0
- package/src/svg/28/search_28.svg +1 -13
- package/src/svg/28/services_circle_fill_yellow_28.svg +1 -0
- package/src/svg/28/text_bold_outline_28.svg +1 -0
- package/src/svg/28/text_italic_outline_28.svg +1 -0
- package/src/svg/28/text_left_outline_28.svg +1 -0
- package/src/svg/28/text_strikethrough_outline_28.svg +1 -0
- package/src/svg/28/text_underline_outline_28.svg +1 -0
- package/src/svg/28/thumbs_up_circle_fill_green_28.svg +1 -0
- package/src/svg/28/waves_4_right_outline_28.svg +1 -0
- package/src/svg/40/cross_circle_40.svg +1 -0
- package/src/svg/40/document_circle_40.svg +1 -0
- package/src/svg/40/download_circle_40.svg +1 -0
- package/ts/12/equalizer.ts +24 -0
- package/ts/16/music.ts +1 -1
- package/ts/24/download_outline.ts +1 -1
- package/ts/24/refresh.ts +24 -0
- package/ts/28/arrow_pop_down_outline.ts +24 -0
- package/ts/28/arrow_pop_up_outline.ts +24 -0
- package/ts/28/clock_rectangle_stack_outline.ts +24 -0
- package/ts/28/document_arrow_up_outline.ts +24 -0
- package/ts/28/film_strip_circle_fill_red.ts +24 -0
- package/ts/28/fortune_cookie_outline.ts +24 -0
- package/ts/28/gift.ts +24 -0
- package/ts/28/globe_circle_fill_blue.ts +24 -0
- package/ts/28/list_letter_outline.ts +24 -0
- package/ts/28/list_number_outline.ts +24 -0
- package/ts/28/lock_open_outline.ts +1 -1
- package/ts/28/magic_hat_outline.ts +24 -0
- package/ts/28/mail_stack_outline.ts +24 -0
- package/ts/28/message_question_circle_fill_violet.ts +24 -0
- package/ts/28/minus_outline.ts +24 -0
- package/ts/28/pencil_square.ts +24 -0
- package/ts/28/phone_circle_fill_blue.ts +24 -0
- package/ts/28/picture_stack.ts +24 -0
- package/ts/28/place.ts +1 -1
- package/ts/28/play.ts +1 -1
- package/ts/28/play_circle_fill_azure.ts +1 -1
- package/ts/28/screen_grid_horizon_2_line_outline.ts +24 -0
- package/ts/28/screen_grid_horizon_line_outline.ts +24 -0
- package/ts/28/screen_grid_tile_outline.ts +24 -0
- package/ts/28/screen_grid_vertical_line_outline.ts +24 -0
- package/ts/28/search.ts +1 -1
- package/ts/28/services_circle_fill_yellow.ts +24 -0
- package/ts/28/text_bold_outline.ts +24 -0
- package/ts/28/text_italic_outline.ts +24 -0
- package/ts/28/text_left_outline.ts +24 -0
- package/ts/28/text_strikethrough_outline.ts +24 -0
- package/ts/28/text_underline_outline.ts +24 -0
- package/ts/28/thumbs_up_circle_fill_green.ts +24 -0
- package/ts/28/waves_4_right_outline.ts +24 -0
- package/ts/40/cross_circle.ts +24 -0
- package/ts/40/document_circle.ts +24 -0
- package/ts/40/download_circle.ts +24 -0
- package/ts/index.ts +34 -0
package/ts/index.ts
CHANGED
|
@@ -33,6 +33,7 @@ export { default as Icon12Download } from './12/download';
|
|
|
33
33
|
export { default as Icon12Drop } from './12/drop';
|
|
34
34
|
export { default as Icon12Dropdown } from './12/dropdown';
|
|
35
35
|
export { default as Icon12Education } from './12/education';
|
|
36
|
+
export { default as Icon12Equalizer } from './12/equalizer';
|
|
36
37
|
export { default as Icon12ErrorCircle } from './12/error_circle';
|
|
37
38
|
export { default as Icon12ErrorCircleFill } from './12/error_circle_fill';
|
|
38
39
|
export { default as Icon12Explicit } from './12/explicit';
|
|
@@ -1281,6 +1282,7 @@ export { default as Icon24RecentOutline } from './24/recent_outline';
|
|
|
1281
1282
|
export { default as Icon24RectangleOutline } from './24/rectangle_outline';
|
|
1282
1283
|
export { default as Icon24Rectangles2Outline } from './24/rectangles_2_outline';
|
|
1283
1284
|
export { default as Icon24RectangleSplit4UnevenOutline } from './24/rectangle_split_4_uneven_outline';
|
|
1285
|
+
export { default as Icon24Refresh } from './24/refresh';
|
|
1284
1286
|
export { default as Icon24RefreshOutline } from './24/refresh_outline';
|
|
1285
1287
|
export { default as Icon24RemoveCircle } from './24/remove_circle';
|
|
1286
1288
|
export { default as Icon24Reorder } from './24/reorder';
|
|
@@ -1472,6 +1474,8 @@ export { default as Icon28ArmchairOutline } from './28/armchair_outline';
|
|
|
1472
1474
|
export { default as Icon28ArrowDownOutline } from './28/arrow_down_outline';
|
|
1473
1475
|
export { default as Icon28ArrowDownToSquareOutline } from './28/arrow_down_to_square_outline';
|
|
1474
1476
|
export { default as Icon28ArrowLeftOutline } from './28/arrow_left_outline';
|
|
1477
|
+
export { default as Icon28ArrowPopDownOutline } from './28/arrow_pop_down_outline';
|
|
1478
|
+
export { default as Icon28ArrowPopUpOutline } from './28/arrow_pop_up_outline';
|
|
1475
1479
|
export { default as Icon28ArrowRightCircleOutline } from './28/arrow_right_circle_outline';
|
|
1476
1480
|
export { default as Icon28ArrowRightOutline } from './28/arrow_right_outline';
|
|
1477
1481
|
export { default as Icon28ArrowRightSquareOutline } from './28/arrow_right_square_outline';
|
|
@@ -1573,6 +1577,7 @@ export { default as Icon28ClipOutline } from './28/clip_outline';
|
|
|
1573
1577
|
export { default as Icon28Clock } from './28/clock';
|
|
1574
1578
|
export { default as Icon28ClockCircleFillGray } from './28/clock_circle_fill_gray';
|
|
1575
1579
|
export { default as Icon28ClockOutline } from './28/clock_outline';
|
|
1580
|
+
export { default as Icon28ClockRectangleStackOutline } from './28/clock_rectangle_stack_outline';
|
|
1576
1581
|
export { default as Icon28CloudArrowUpOutline } from './28/cloud_arrow_up_outline';
|
|
1577
1582
|
export { default as Icon28CloudOutline } from './28/cloud_outline';
|
|
1578
1583
|
export { default as Icon28CloudPlusOutline } from './28/cloud_plus_outline';
|
|
@@ -1611,6 +1616,7 @@ export { default as Icon28DiscussionsCircleFill } from './28/discussions_circle_
|
|
|
1611
1616
|
export { default as Icon28DiscussionsCircleFillGreen } from './28/discussions_circle_fill_green';
|
|
1612
1617
|
export { default as Icon28DismissSubstract } from './28/dismiss_substract';
|
|
1613
1618
|
export { default as Icon28Document } from './28/document';
|
|
1619
|
+
export { default as Icon28DocumentArrowUpOutline } from './28/document_arrow_up_outline';
|
|
1614
1620
|
export { default as Icon28DocumentListOutline } from './28/document_list_outline';
|
|
1615
1621
|
export { default as Icon28DocumentOutline } from './28/document_outline';
|
|
1616
1622
|
export { default as Icon28DocumentPlusOutline } from './28/document_plus_outline';
|
|
@@ -1650,6 +1656,7 @@ export { default as Icon28FavoriteCircleFillGreen } from './28/favorite_circle_f
|
|
|
1650
1656
|
export { default as Icon28FavoriteCircleFillYellow } from './28/favorite_circle_fill_yellow';
|
|
1651
1657
|
export { default as Icon28FavoriteOutline } from './28/favorite_outline';
|
|
1652
1658
|
export { default as Icon28FilmStripAddOutline } from './28/film_strip_add_outline';
|
|
1659
|
+
export { default as Icon28FilmStripCircleFillRed } from './28/film_strip_circle_fill_red';
|
|
1653
1660
|
export { default as Icon28FilmStripOutline } from './28/film_strip_outline';
|
|
1654
1661
|
export { default as Icon28FilmStripRssOutline } from './28/film_strip_rss_outline';
|
|
1655
1662
|
export { default as Icon28FireAltOutline } from './28/fire_alt_outline';
|
|
@@ -1669,6 +1676,7 @@ export { default as Icon28FolderSimpleOutline } from './28/folder_simple_outline
|
|
|
1669
1676
|
export { default as Icon28FolderSimplePlusOutline } from './28/folder_simple_plus_outline';
|
|
1670
1677
|
export { default as Icon28FolderSimpleUserOutline } from './28/folder_simple_user_outline';
|
|
1671
1678
|
export { default as Icon28FootballBallOutline } from './28/football_ball_outline';
|
|
1679
|
+
export { default as Icon28FortuneCookieOutline } from './28/fortune_cookie_outline';
|
|
1672
1680
|
export { default as Icon28Forward10 } from './28/forward_10';
|
|
1673
1681
|
export { default as Icon28Forward10Outline } from './28/forward_10_outline';
|
|
1674
1682
|
export { default as Icon28Forward15 } from './28/forward_15';
|
|
@@ -1681,9 +1689,11 @@ export { default as Icon28Ghost } from './28/ghost';
|
|
|
1681
1689
|
export { default as Icon28GhostOutline } from './28/ghost_outline';
|
|
1682
1690
|
export { default as Icon28GhostSimpleOutline } from './28/ghost_simple_outline';
|
|
1683
1691
|
export { default as Icon28GifOutline } from './28/gif_outline';
|
|
1692
|
+
export { default as Icon28Gift } from './28/gift';
|
|
1684
1693
|
export { default as Icon28GiftCircleFillRed } from './28/gift_circle_fill_red';
|
|
1685
1694
|
export { default as Icon28GiftCircleFillYellow } from './28/gift_circle_fill_yellow';
|
|
1686
1695
|
export { default as Icon28GiftOutline } from './28/gift_outline';
|
|
1696
|
+
export { default as Icon28GlobeCircleFillBlue } from './28/globe_circle_fill_blue';
|
|
1687
1697
|
export { default as Icon28GlobeCircleFillYellow } from './28/globe_circle_fill_yellow';
|
|
1688
1698
|
export { default as Icon28GlobeOutline } from './28/globe_outline';
|
|
1689
1699
|
export { default as Icon28GraphOutline } from './28/graph_outline';
|
|
@@ -1749,8 +1759,10 @@ export { default as Icon28ListBulletSquareOutline } from './28/list_bullet_squar
|
|
|
1749
1759
|
export { default as Icon28ListCheckOutline } from './28/list_check_outline';
|
|
1750
1760
|
export { default as Icon28ListCircleFillGray } from './28/list_circle_fill_gray';
|
|
1751
1761
|
export { default as Icon28ListHandAlt } from './28/list_hand_alt';
|
|
1762
|
+
export { default as Icon28ListLetterOutline } from './28/list_letter_outline';
|
|
1752
1763
|
export { default as Icon28ListLikeOutline } from './28/list_like_outline';
|
|
1753
1764
|
export { default as Icon28ListLikeSlashOutline } from './28/list_like_slash_outline';
|
|
1765
|
+
export { default as Icon28ListNumberOutline } from './28/list_number_outline';
|
|
1754
1766
|
export { default as Icon28ListOutline } from './28/list_outline';
|
|
1755
1767
|
export { default as Icon28ListPlayOutline } from './28/list_play_outline';
|
|
1756
1768
|
export { default as Icon28LiveAddOutline } from './28/live_add_outline';
|
|
@@ -1773,6 +1785,7 @@ export { default as Icon28LogoVkVideoOutline } from './28/logo_vk_video_outline'
|
|
|
1773
1785
|
export { default as Icon28LogoWink } from './28/logo_wink';
|
|
1774
1786
|
export { default as Icon28LotusOutline } from './28/lotus_outline';
|
|
1775
1787
|
export { default as Icon28LoudspeakerSlashOutline } from './28/loudspeaker_slash_outline';
|
|
1788
|
+
export { default as Icon28MagicHatOutline } from './28/magic_hat_outline';
|
|
1776
1789
|
export { default as Icon28MagicWandOutline } from './28/magic_wand_outline';
|
|
1777
1790
|
export { default as Icon28MagnetOutline } from './28/magnet_outline';
|
|
1778
1791
|
export { default as Icon28MagnifierMinus } from './28/magnifier_minus';
|
|
@@ -1780,6 +1793,7 @@ export { default as Icon28MagnifierPlus } from './28/magnifier_plus';
|
|
|
1780
1793
|
export { default as Icon28MailCircleFillBlue } from './28/mail_circle_fill_blue';
|
|
1781
1794
|
export { default as Icon28MailCircleFillGray } from './28/mail_circle_fill_gray';
|
|
1782
1795
|
export { default as Icon28MailOutline } from './28/mail_outline';
|
|
1796
|
+
export { default as Icon28MailStackOutline } from './28/mail_stack_outline';
|
|
1783
1797
|
export { default as Icon28MarketAddBadgeOutline } from './28/market_add_badge_outline';
|
|
1784
1798
|
export { default as Icon28MarketCircleFillBlue } from './28/market_circle_fill_blue';
|
|
1785
1799
|
export { default as Icon28MarketCircleFillYellow } from './28/market_circle_fill_yellow';
|
|
@@ -1802,6 +1816,7 @@ export { default as Icon28MessageHeart } from './28/message_heart';
|
|
|
1802
1816
|
export { default as Icon28MessageHeartOutline } from './28/message_heart_outline';
|
|
1803
1817
|
export { default as Icon28MessageOutline } from './28/message_outline';
|
|
1804
1818
|
export { default as Icon28MessagePinOutline } from './28/message_pin_outline';
|
|
1819
|
+
export { default as Icon28MessageQuestionCircleFillViolet } from './28/message_question_circle_fill_violet';
|
|
1805
1820
|
export { default as Icon28MessageReplyOutline } from './28/message_reply_outline';
|
|
1806
1821
|
export { default as Icon28MessageRequestCircleFillBlue } from './28/message_request_circle_fill_blue';
|
|
1807
1822
|
export { default as Icon28Messages } from './28/messages';
|
|
@@ -1820,6 +1835,7 @@ export { default as Icon28MicrophoneSlashOutline } from './28/microphone_slash_o
|
|
|
1820
1835
|
export { default as Icon28MicrophoneVideocamOutline } from './28/microphone_videocam_outline';
|
|
1821
1836
|
export { default as Icon28MicrophoneVideocamSlashOutline } from './28/microphone_videocam_slash_outline';
|
|
1822
1837
|
export { default as Icon28MicSlashOutline } from './28/mic_slash_outline';
|
|
1838
|
+
export { default as Icon28MinusOutline } from './28/minus_outline';
|
|
1823
1839
|
export { default as Icon28MinusSquareOutline } from './28/minus_square_outline';
|
|
1824
1840
|
export { default as Icon28MoneyCircleOutline } from './28/money_circle_outline';
|
|
1825
1841
|
export { default as Icon28MoneyHistoryBackwardOutline } from './28/money_history_backward_outline';
|
|
@@ -1873,10 +1889,12 @@ export { default as Icon28PauseCircleFillAzure } from './28/pause_circle_fill_az
|
|
|
1873
1889
|
export { default as Icon28PawOutline } from './28/paw_outline';
|
|
1874
1890
|
export { default as Icon28PaymentCardOutline } from './28/payment_card_outline';
|
|
1875
1891
|
export { default as Icon28PaymentCardVerticalOutline } from './28/payment_card_vertical_outline';
|
|
1892
|
+
export { default as Icon28PencilSquare } from './28/pencil_square';
|
|
1876
1893
|
export { default as Icon28PenKeyholeOutline } from './28/pen_keyhole_outline';
|
|
1877
1894
|
export { default as Icon28PenStackLockOutline } from './28/pen_stack_lock_outline';
|
|
1878
1895
|
export { default as Icon28PenStackOutline } from './28/pen_stack_outline';
|
|
1879
1896
|
export { default as Icon28PhoneAddOutline } from './28/phone_add_outline';
|
|
1897
|
+
export { default as Icon28PhoneCircleFillBlue } from './28/phone_circle_fill_blue';
|
|
1880
1898
|
export { default as Icon28PhoneCircleFillGreen } from './28/phone_circle_fill_green';
|
|
1881
1899
|
export { default as Icon28PhoneDownFilled } from './28/phone_down_filled';
|
|
1882
1900
|
export { default as Icon28PhoneOutline } from './28/phone_outline';
|
|
@@ -1886,6 +1904,7 @@ export { default as Icon28PictureInPicture16x9Outline } from './28/picture_in_pi
|
|
|
1886
1904
|
export { default as Icon28PictureInPictureOut16x9Outline } from './28/picture_in_picture_out_16x9_outline';
|
|
1887
1905
|
export { default as Icon28PictureOutline } from './28/picture_outline';
|
|
1888
1906
|
export { default as Icon28PicturePlusOutline } from './28/picture_plus_outline';
|
|
1907
|
+
export { default as Icon28PictureStack } from './28/picture_stack';
|
|
1889
1908
|
export { default as Icon28PictureStackOutline } from './28/picture_stack_outline';
|
|
1890
1909
|
export { default as Icon28PillOutline } from './28/pill_outline';
|
|
1891
1910
|
export { default as Icon28PinCircleFillBlue } from './28/pin_circle_fill_blue';
|
|
@@ -1952,6 +1971,10 @@ export { default as Icon28SchoolOutline } from './28/school_outline';
|
|
|
1952
1971
|
export { default as Icon28ScissorsOutline } from './28/scissors_outline';
|
|
1953
1972
|
export { default as Icon28Screencast } from './28/screencast';
|
|
1954
1973
|
export { default as Icon28ScreencastOutline } from './28/screencast_outline';
|
|
1974
|
+
export { default as Icon28ScreenGridHorizon2LineOutline } from './28/screen_grid_horizon_2_line_outline';
|
|
1975
|
+
export { default as Icon28ScreenGridHorizonLineOutline } from './28/screen_grid_horizon_line_outline';
|
|
1976
|
+
export { default as Icon28ScreenGridTileOutline } from './28/screen_grid_tile_outline';
|
|
1977
|
+
export { default as Icon28ScreenGridVerticalLineOutline } from './28/screen_grid_vertical_line_outline';
|
|
1955
1978
|
export { default as Icon28Search } from './28/search';
|
|
1956
1979
|
export { default as Icon28SearchLikeFilledOutline } from './28/search_like_filled_outline';
|
|
1957
1980
|
export { default as Icon28SearchLikeOutline } from './28/search_like_outline';
|
|
@@ -1963,6 +1986,7 @@ export { default as Icon28SendOutline } from './28/send_outline';
|
|
|
1963
1986
|
export { default as Icon28Services } from './28/services';
|
|
1964
1987
|
export { default as Icon28ServicesCircleFillBlue } from './28/services_circle_fill_blue';
|
|
1965
1988
|
export { default as Icon28ServicesCircleFillTurquoise } from './28/services_circle_fill_turquoise';
|
|
1989
|
+
export { default as Icon28ServicesCircleFillYellow } from './28/services_circle_fill_yellow';
|
|
1966
1990
|
export { default as Icon28ServicesGibdd } from './28/services_gibdd';
|
|
1967
1991
|
export { default as Icon28ServicesOutline } from './28/services_outline';
|
|
1968
1992
|
export { default as Icon28Settings } from './28/settings';
|
|
@@ -2032,15 +2056,21 @@ export { default as Icon28TagOutline } from './28/tag_outline';
|
|
|
2032
2056
|
export { default as Icon28TargetOutline } from './28/target_outline';
|
|
2033
2057
|
export { default as Icon28TearOffFlyerFillBlue } from './28/tear_off_flyer_fill_blue';
|
|
2034
2058
|
export { default as Icon28TearOffFlyerOutline } from './28/tear_off_flyer_outline';
|
|
2059
|
+
export { default as Icon28TextBoldOutline } from './28/text_bold_outline';
|
|
2035
2060
|
export { default as Icon28TextCenterOutline } from './28/text_center_outline';
|
|
2036
2061
|
export { default as Icon28TextCircleFillGray } from './28/text_circle_fill_gray';
|
|
2037
2062
|
export { default as Icon28TextCircleOutline } from './28/text_circle_outline';
|
|
2063
|
+
export { default as Icon28TextItalicOutline } from './28/text_italic_outline';
|
|
2064
|
+
export { default as Icon28TextLeftOutline } from './28/text_left_outline';
|
|
2038
2065
|
export { default as Icon28TextLiveCircleFillGreen } from './28/text_live_circle_fill_green';
|
|
2039
2066
|
export { default as Icon28TextLiveOutline } from './28/text_live_outline';
|
|
2040
2067
|
export { default as Icon28TextOutline } from './28/text_outline';
|
|
2068
|
+
export { default as Icon28TextStrikethroughOutline } from './28/text_strikethrough_outline';
|
|
2069
|
+
export { default as Icon28TextUnderlineOutline } from './28/text_underline_outline';
|
|
2041
2070
|
export { default as Icon28ThumbsDown } from './28/thumbs_down';
|
|
2042
2071
|
export { default as Icon28ThumbsDownOutline } from './28/thumbs_down_outline';
|
|
2043
2072
|
export { default as Icon28ThumbsUp } from './28/thumbs_up';
|
|
2073
|
+
export { default as Icon28ThumbsUpCircleFillGreen } from './28/thumbs_up_circle_fill_green';
|
|
2044
2074
|
export { default as Icon28ThumbsUpOutline } from './28/thumbs_up_outline';
|
|
2045
2075
|
export { default as Icon28TicketOutline } from './28/ticket_outline';
|
|
2046
2076
|
export { default as Icon28TouchIdOutline } from './28/touch_id_outline';
|
|
@@ -2108,6 +2138,7 @@ export { default as Icon28WalletOutline } from './28/wallet_outline';
|
|
|
2108
2138
|
export { default as Icon28WarningTriangleOutline } from './28/warning_triangle_outline';
|
|
2109
2139
|
export { default as Icon28WasherOutline } from './28/washer_outline';
|
|
2110
2140
|
export { default as Icon28WaterDropOutline } from './28/water_drop_outline';
|
|
2141
|
+
export { default as Icon28Waves4RightOutline } from './28/waves_4_right_outline';
|
|
2111
2142
|
export { default as Icon28WheelOutline } from './28/wheel_outline';
|
|
2112
2143
|
export { default as Icon28WindowCheck } from './28/window_check';
|
|
2113
2144
|
export { default as Icon28WorkOutline } from './28/work_outline';
|
|
@@ -2274,6 +2305,9 @@ export { default as Icon36Video } from './36/video';
|
|
|
2274
2305
|
export { default as Icon36Videocam } from './36/videocam';
|
|
2275
2306
|
export { default as Icon36VideoOutline } from './36/video_outline';
|
|
2276
2307
|
export { default as Icon36VinylOutline } from './36/vinyl_outline';
|
|
2308
|
+
export { default as Icon40CrossCircle } from './40/cross_circle';
|
|
2309
|
+
export { default as Icon40DocumentCircle } from './40/document_circle';
|
|
2310
|
+
export { default as Icon40DownloadCircle } from './40/download_circle';
|
|
2277
2311
|
export { default as Icon44CoinsOutline } from './44/coins_outline';
|
|
2278
2312
|
export { default as Icon44GiftOutline } from './44/gift_outline';
|
|
2279
2313
|
export { default as Icon44LogoVk } from './44/logo_vk';
|