@ozen-ui/icons 0.84.4 → 0.85.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/__inner__/cjs/ui/actions/AustralianDollarIcon/AustralianDollarMIcon.js +1 -1
- package/__inner__/cjs/ui/actions/AustralianDollarIcon/AustralianDollarSIcon.js +1 -1
- package/__inner__/cjs/ui/actions/BackwardArrowIcon/BackwardArrowIcon.js +19 -0
- package/__inner__/cjs/ui/actions/{BackwardIcon/BackwardMIcon.js → BackwardArrowIcon/BackwardArrowMIcon.js} +3 -3
- package/__inner__/cjs/ui/actions/{BackwardIcon/BackwardSIcon.js → BackwardArrowIcon/BackwardArrowSIcon.js} +3 -3
- package/__inner__/cjs/ui/actions/BackwardArrowIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/BackwardArrowIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/CalendarCheckIcon/CalendarCheckIcon.js +19 -0
- package/__inner__/cjs/ui/actions/CalendarCheckIcon/CalendarCheckMIcon.js +10 -0
- package/__inner__/cjs/ui/actions/CalendarCheckIcon/CalendarCheckSIcon.js +10 -0
- package/__inner__/cjs/ui/actions/CalendarCheckIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/CalendarCheckIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/CalendarTengeIcon/CalendarTengeIcon.js +19 -0
- package/__inner__/cjs/ui/actions/CalendarTengeIcon/CalendarTengeMIcon.js +11 -0
- package/__inner__/cjs/ui/actions/CalendarTengeIcon/CalendarTengeSIcon.js +10 -0
- package/__inner__/cjs/ui/actions/CalendarTengeIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/CalendarTengeIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/DeliveryIcon/DeliveryIcon.js +19 -0
- package/__inner__/cjs/ui/actions/DeliveryIcon/DeliveryMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/DeliveryIcon/DeliverySIcon.js +8 -0
- package/__inner__/cjs/ui/actions/{BackwardIcon → DeliveryIcon}/index.js +1 -1
- package/__inner__/cjs/ui/actions/{BackwardIcon → DeliveryIcon}/meta.js +4 -4
- package/__inner__/cjs/ui/actions/ErrorCircleColoredIcon/ErrorCircleColoredMIcon.js +1 -1
- package/__inner__/cjs/ui/actions/ErrorCircleColoredIcon/ErrorCircleColoredSIcon.js +1 -1
- package/__inner__/cjs/ui/actions/ForwardArrowIcon/ForwardArrowIcon.js +19 -0
- package/__inner__/cjs/ui/actions/ForwardArrowIcon/ForwardArrowMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/ForwardArrowIcon/ForwardArrowSIcon.js +8 -0
- package/__inner__/cjs/ui/actions/ForwardArrowIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/ForwardArrowIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/ForwardIcon/ForwardSIcon.js +1 -1
- package/__inner__/cjs/ui/actions/MagicWandIcon/MagicWandIcon.js +19 -0
- package/__inner__/cjs/ui/actions/MagicWandIcon/MagicWandMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/MagicWandIcon/MagicWandSIcon.js +12 -0
- package/__inner__/cjs/ui/actions/MagicWandIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/MagicWandIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/ReloadCircleColoredIcon/ReloadCircleColoredMIcon.js +1 -1
- package/__inner__/cjs/ui/actions/ReloadCircleColoredIcon/ReloadCircleColoredSIcon.js +1 -1
- package/__inner__/cjs/ui/actions/WarningTriangleColoredIcon/WarningTriangleColoredMIcon.js +1 -1
- package/__inner__/cjs/ui/actions/WarningTriangleColoredIcon/WarningTriangleColoredSIcon.js +1 -1
- package/__inner__/cjs/ui/actions/index.js +257 -253
- package/__inner__/cjs/ui/brands/BrAIIcon/BrAIIcon.js +19 -0
- package/__inner__/cjs/ui/brands/BrAIIcon/BrAIMIcon.js +12 -0
- package/__inner__/cjs/ui/brands/BrAIIcon/BrAISIcon.js +12 -0
- package/__inner__/cjs/ui/brands/BrAIIcon/index.js +5 -0
- package/__inner__/cjs/ui/brands/BrAIIcon/meta.js +10 -0
- package/__inner__/cjs/ui/brands/BrEResidenceIcon/BrEResidenceIcon.js +19 -0
- package/__inner__/cjs/ui/brands/BrEResidenceIcon/BrEResidenceMIcon.js +9 -0
- package/__inner__/cjs/ui/brands/BrEResidenceIcon/BrEResidenceSIcon.js +9 -0
- package/__inner__/cjs/ui/brands/BrEResidenceIcon/index.js +5 -0
- package/__inner__/cjs/ui/brands/BrEResidenceIcon/meta.js +10 -0
- package/__inner__/cjs/ui/brands/BrInstagramFilledColoredIcon/BrInstagramFilledColoredMIcon.js +1 -1
- package/__inner__/cjs/ui/brands/index.js +39 -37
- package/__inner__/cjs/ui/files/index.js +2 -2
- package/__inner__/cjs/ui/flags/index.js +202 -202
- package/__inner__/cjs/ui/logos/LogoBusinessVerticalDarkColoredIcon/LogoBusinessVerticalDarkColoredIcon.js +4 -4
- package/__inner__/cjs/ui/logos/LogoBusinessVerticalIcon/LogoBusinessVerticalIcon.js +4 -4
- package/__inner__/cjs/ui/logos/LogoBusinessVerticalLightColoredIcon/LogoBusinessVerticalLightColoredIcon.js +4 -4
- package/__inner__/cjs/ui/logos/LogoVerticalLightColoredIcon/LogoVerticalLightColoredIcon.js +7 -7
- package/__inner__/cjs/ui/logos/index.js +14 -14
- package/__inner__/cjs/ui/media/MediaAIColoredIcon/MediaAIColoredIcon.js +13 -0
- package/__inner__/cjs/ui/media/MediaAIColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/media/MediaAIColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/media/MediaEgovColoredIcon/MediaEgovColoredIcon.js +11 -0
- package/__inner__/cjs/ui/media/MediaEgovColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/media/MediaEgovColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/media/VisaPlusColoredIcon/VisaPlusColoredIcon.js +5 -5
- package/__inner__/cjs/ui/media/index.js +23 -21
- package/__inner__/cjs/ui/meta.js +10 -1
- package/__inner__/esm/ui/actions/AustralianDollarIcon/AustralianDollarMIcon.js +1 -1
- package/__inner__/esm/ui/actions/AustralianDollarIcon/AustralianDollarSIcon.js +1 -1
- package/__inner__/esm/ui/actions/BackwardArrowIcon/BackwardArrowIcon.js +16 -0
- package/__inner__/esm/ui/actions/{BackwardIcon/BackwardMIcon.js → BackwardArrowIcon/BackwardArrowMIcon.js} +2 -2
- package/__inner__/esm/ui/actions/{BackwardIcon/BackwardSIcon.js → BackwardArrowIcon/BackwardArrowSIcon.js} +2 -2
- package/__inner__/esm/ui/actions/BackwardArrowIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/BackwardArrowIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/CalendarCheckIcon/CalendarCheckIcon.js +16 -0
- package/__inner__/esm/ui/actions/CalendarCheckIcon/CalendarCheckMIcon.js +7 -0
- package/__inner__/esm/ui/actions/CalendarCheckIcon/CalendarCheckSIcon.js +7 -0
- package/__inner__/esm/ui/actions/CalendarCheckIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/CalendarCheckIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/CalendarTengeIcon/CalendarTengeIcon.js +16 -0
- package/__inner__/esm/ui/actions/CalendarTengeIcon/CalendarTengeMIcon.js +8 -0
- package/__inner__/esm/ui/actions/CalendarTengeIcon/CalendarTengeSIcon.js +7 -0
- package/__inner__/esm/ui/actions/CalendarTengeIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/CalendarTengeIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/DeliveryIcon/DeliveryIcon.js +16 -0
- package/__inner__/esm/ui/actions/DeliveryIcon/DeliveryMIcon.js +5 -0
- package/__inner__/esm/ui/actions/DeliveryIcon/DeliverySIcon.js +5 -0
- package/__inner__/esm/ui/actions/DeliveryIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/DeliveryIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/ErrorCircleColoredIcon/ErrorCircleColoredMIcon.js +1 -1
- package/__inner__/esm/ui/actions/ErrorCircleColoredIcon/ErrorCircleColoredSIcon.js +1 -1
- package/__inner__/esm/ui/actions/ForwardArrowIcon/ForwardArrowIcon.js +16 -0
- package/__inner__/esm/ui/actions/ForwardArrowIcon/ForwardArrowMIcon.js +5 -0
- package/__inner__/esm/ui/actions/ForwardArrowIcon/ForwardArrowSIcon.js +5 -0
- package/__inner__/esm/ui/actions/ForwardArrowIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/ForwardArrowIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/ForwardIcon/ForwardSIcon.js +1 -1
- package/__inner__/esm/ui/actions/MagicWandIcon/MagicWandIcon.js +16 -0
- package/__inner__/esm/ui/actions/MagicWandIcon/MagicWandMIcon.js +5 -0
- package/__inner__/esm/ui/actions/MagicWandIcon/MagicWandSIcon.js +9 -0
- package/__inner__/esm/ui/actions/MagicWandIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/MagicWandIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/ReloadCircleColoredIcon/ReloadCircleColoredMIcon.js +1 -1
- package/__inner__/esm/ui/actions/ReloadCircleColoredIcon/ReloadCircleColoredSIcon.js +1 -1
- package/__inner__/esm/ui/actions/WarningTriangleColoredIcon/WarningTriangleColoredMIcon.js +1 -1
- package/__inner__/esm/ui/actions/WarningTriangleColoredIcon/WarningTriangleColoredSIcon.js +1 -1
- package/__inner__/esm/ui/actions/index.js +257 -253
- package/__inner__/esm/ui/brands/BrAIIcon/BrAIIcon.js +16 -0
- package/__inner__/esm/ui/brands/BrAIIcon/BrAIMIcon.js +9 -0
- package/__inner__/esm/ui/brands/BrAIIcon/BrAISIcon.js +9 -0
- package/__inner__/esm/ui/brands/BrAIIcon/index.js +2 -0
- package/__inner__/esm/ui/brands/BrAIIcon/meta.js +7 -0
- package/__inner__/esm/ui/brands/BrEResidenceIcon/BrEResidenceIcon.js +16 -0
- package/__inner__/esm/ui/brands/BrEResidenceIcon/BrEResidenceMIcon.js +6 -0
- package/__inner__/esm/ui/brands/BrEResidenceIcon/BrEResidenceSIcon.js +6 -0
- package/__inner__/esm/ui/brands/BrEResidenceIcon/index.js +2 -0
- package/__inner__/esm/ui/brands/BrEResidenceIcon/meta.js +7 -0
- package/__inner__/esm/ui/brands/BrInstagramFilledColoredIcon/BrInstagramFilledColoredMIcon.js +1 -1
- package/__inner__/esm/ui/brands/index.js +39 -37
- package/__inner__/esm/ui/files/index.js +2 -2
- package/__inner__/esm/ui/flags/index.js +202 -202
- package/__inner__/esm/ui/logos/LogoBusinessVerticalDarkColoredIcon/LogoBusinessVerticalDarkColoredIcon.js +4 -4
- package/__inner__/esm/ui/logos/LogoBusinessVerticalIcon/LogoBusinessVerticalIcon.js +4 -4
- package/__inner__/esm/ui/logos/LogoBusinessVerticalLightColoredIcon/LogoBusinessVerticalLightColoredIcon.js +4 -4
- package/__inner__/esm/ui/logos/LogoVerticalLightColoredIcon/LogoVerticalLightColoredIcon.js +7 -7
- package/__inner__/esm/ui/logos/index.js +14 -14
- package/__inner__/esm/ui/media/MediaAIColoredIcon/MediaAIColoredIcon.js +10 -0
- package/__inner__/esm/ui/media/MediaAIColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/media/MediaAIColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/media/MediaEgovColoredIcon/MediaEgovColoredIcon.js +8 -0
- package/__inner__/esm/ui/media/MediaEgovColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/media/MediaEgovColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/media/VisaPlusColoredIcon/VisaPlusColoredIcon.js +5 -5
- package/__inner__/esm/ui/media/index.js +23 -21
- package/__inner__/esm/ui/meta.js +13 -4
- package/__inner__/types/ui/actions/BackwardArrowIcon/BackwardArrowIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/BackwardArrowIcon/BackwardArrowMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/BackwardArrowIcon/BackwardArrowSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/BackwardArrowIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/BackwardArrowIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/CalendarCheckIcon/CalendarCheckIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/CalendarCheckIcon/CalendarCheckMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/CalendarCheckIcon/CalendarCheckSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/CalendarCheckIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/CalendarCheckIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/CalendarTengeIcon/CalendarTengeIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/CalendarTengeIcon/CalendarTengeMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/CalendarTengeIcon/CalendarTengeSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/CalendarTengeIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/CalendarTengeIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/{BackwardIcon/BackwardIcon.d.ts → DeliveryIcon/DeliveryIcon.d.ts} +1 -1
- package/__inner__/types/ui/actions/{BackwardIcon/BackwardMIcon.d.ts → DeliveryIcon/DeliveryMIcon.d.ts} +1 -1
- package/__inner__/types/ui/actions/{BackwardIcon/BackwardSIcon.d.ts → DeliveryIcon/DeliverySIcon.d.ts} +1 -1
- package/__inner__/types/ui/actions/DeliveryIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/DeliveryIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/ForwardArrowIcon/ForwardArrowIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/ForwardArrowIcon/ForwardArrowMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/ForwardArrowIcon/ForwardArrowSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/ForwardArrowIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/ForwardArrowIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/MagicWandIcon/MagicWandIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/MagicWandIcon/MagicWandMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/MagicWandIcon/MagicWandSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/MagicWandIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/MagicWandIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/index.d.ts +257 -253
- package/__inner__/types/ui/brands/BrAIIcon/BrAIIcon.d.ts +3 -0
- package/__inner__/types/ui/brands/BrAIIcon/BrAIMIcon.d.ts +3 -0
- package/__inner__/types/ui/brands/BrAIIcon/BrAISIcon.d.ts +3 -0
- package/__inner__/types/ui/brands/BrAIIcon/index.d.ts +2 -0
- package/__inner__/types/ui/brands/BrAIIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/brands/BrEResidenceIcon/BrEResidenceIcon.d.ts +3 -0
- package/__inner__/types/ui/brands/BrEResidenceIcon/BrEResidenceMIcon.d.ts +3 -0
- package/__inner__/types/ui/brands/BrEResidenceIcon/BrEResidenceSIcon.d.ts +3 -0
- package/__inner__/types/ui/brands/BrEResidenceIcon/index.d.ts +2 -0
- package/__inner__/types/ui/brands/BrEResidenceIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/brands/index.d.ts +39 -37
- package/__inner__/types/ui/files/index.d.ts +2 -2
- package/__inner__/types/ui/flags/index.d.ts +202 -202
- package/__inner__/types/ui/logos/index.d.ts +14 -14
- package/__inner__/types/ui/media/MediaAIColoredIcon/MediaAIColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/media/MediaAIColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/media/MediaAIColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/media/MediaEgovColoredIcon/MediaEgovColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/media/MediaEgovColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/media/MediaEgovColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/media/index.d.ts +23 -21
- package/account_m_icon.svg +2 -13
- package/account_s_icon.svg +2 -13
- package/ai_m_icon.svg +2 -11
- package/ai_s_icon.svg +2 -11
- package/alert_off_m_icon.svg +3 -17
- package/alert_off_s_icon.svg +10 -24
- package/alert_on_m_icon.svg +2 -13
- package/alert_on_s_icon.svg +2 -13
- package/arrow_down_filled_m_icon.svg +2 -11
- package/arrow_down_filled_s_icon.svg +2 -11
- package/arrow_down_m_icon.svg +2 -13
- package/arrow_down_s_icon.svg +2 -13
- package/arrow_down_small_m_icon.svg +2 -13
- package/arrow_down_small_s_icon.svg +2 -13
- package/arrow_left_filled_m_icon.svg +2 -11
- package/arrow_left_filled_s_icon.svg +2 -11
- package/arrow_left_m_icon.svg +2 -13
- package/arrow_left_s_icon.svg +2 -13
- package/arrow_left_small_m_icon.svg +2 -13
- package/arrow_left_small_s_icon.svg +2 -13
- package/arrow_long_right_m_icon.svg +2 -13
- package/arrow_long_right_s_icon.svg +2 -13
- package/arrow_right_circle_m_icon.svg +2 -11
- package/arrow_right_circle_s_icon.svg +9 -18
- package/arrow_right_down_m_icon.svg +2 -11
- package/arrow_right_down_s_icon.svg +2 -11
- package/arrow_right_filled_m_icon.svg +2 -11
- package/arrow_right_filled_s_icon.svg +2 -11
- package/arrow_right_m_icon.svg +2 -13
- package/arrow_right_rectangle_m_icon.svg +2 -13
- package/arrow_right_rectangle_s_icon.svg +2 -13
- package/arrow_right_s_icon.svg +2 -13
- package/arrow_right_small_m_icon.svg +2 -13
- package/arrow_right_small_s_icon.svg +2 -13
- package/arrow_right_top_m_icon.svg +2 -11
- package/arrow_right_top_s_icon.svg +2 -11
- package/arrow_transfer_diagonal_m_icon.svg +2 -13
- package/arrow_transfer_diagonal_s_icon.svg +2 -13
- package/arrow_up_filled_m_icon.svg +2 -11
- package/arrow_up_filled_s_icon.svg +2 -11
- package/arrow_up_m_icon.svg +2 -13
- package/arrow_up_s_icon.svg +2 -13
- package/arrow_up_small_m_icon.svg +2 -13
- package/arrow_up_small_s_icon.svg +2 -13
- package/atm_m_icon.svg +2 -13
- package/atm_s_icon.svg +9 -20
- package/attachment_m_icon.svg +2 -13
- package/attachment_s_icon.svg +2 -13
- package/australian_dollar_m_icon.svg +1 -1
- package/australian_dollar_s_icon.svg +1 -1
- package/bag_m_icon.svg +4 -23
- package/bag_s_icon.svg +11 -26
- package/ban_m_icon.svg +2 -13
- package/ban_s_icon.svg +2 -13
- package/barcode_m_icon.svg +2 -13
- package/barcode_s_icon.svg +9 -20
- package/barcode_scan_m_icon.svg +3 -19
- package/barcode_scan_s_icon.svg +6 -37
- package/between_m_icon.svg +2 -13
- package/between_s_icon.svg +2 -13
- package/bill_m_icon.svg +2 -13
- package/bill_s_icon.svg +9 -20
- package/boat_m_icon.svg +3 -19
- package/boat_s_icon.svg +10 -26
- package/bolt_m_icon.svg +2 -13
- package/bolt_s_icon.svg +2 -13
- package/book_m_icon.svg +2 -13
- package/book_pen_m_icon.svg +2 -13
- package/book_pen_s_icon.svg +10 -26
- package/book_s_icon.svg +2 -13
- package/box_m_icon.svg +2 -13
- package/box_s_icon.svg +9 -20
- package/br_ai_m_icon.svg +25 -0
- package/br_ai_s_icon.svg +25 -0
- package/br_bereke_filled_m_icon.svg +3 -15
- package/br_bereke_filled_s_icon.svg +3 -15
- package/br_card_maestro_m_icon.svg +4 -19
- package/br_card_maestro_s_icon.svg +4 -19
- package/br_card_mastercard_m_icon.svg +7 -31
- package/br_card_mastercard_s_icon.svg +4 -19
- package/br_card_visa_m_icon.svg +2 -13
- package/br_card_visa_s_icon.svg +2 -13
- package/br_egov_m_icon.svg +2 -13
- package/br_egov_s_icon.svg +2 -13
- package/br_eresidence_m_icon.svg +16 -0
- package/br_eresidence_s_icon.svg +16 -0
- package/br_face_id_m_icon.svg +2 -13
- package/br_face_id_s_icon.svg +2 -13
- package/br_facebook_colored_m_icon.svg +14 -35
- package/br_facebook_filled_colored_m_icon.svg +3 -15
- package/br_facebook_filled_colored_s_icon.svg +3 -15
- package/br_facebook_filled_m_icon.svg +2 -11
- package/br_facebook_filled_s_icon.svg +3 -15
- package/br_facebook_m_icon.svg +14 -35
- package/br_facebook_s_icon.svg +2 -11
- package/br_garmin_m_icon.svg +4 -19
- package/br_garmin_s_icon.svg +4 -19
- package/br_google_m_icon.svg +5 -23
- package/br_google_pay_m_icon.svg +8 -35
- package/br_google_pay_s_icon.svg +8 -35
- package/br_google_s_icon.svg +5 -23
- package/br_instagram_filled_colored_m_icon.svg +46 -17
- package/br_instagram_filled_m_icon.svg +2 -13
- package/br_instagram_filled_s_icon.svg +2 -13
- package/br_instagram_m_icon.svg +5 -35
- package/br_instagram_s_icon.svg +9 -20
- package/br_korona_m_icon.svg +5 -24
- package/br_korona_s_icon.svg +5 -24
- package/br_n1_broker_m_icon.svg +2 -11
- package/br_n1_broker_s_icon.svg +2 -11
- package/br_ozen_m_icon.svg +2 -11
- package/br_ozen_s_icon.svg +2 -11
- package/br_samsung_pay2_m_icon.svg +3 -17
- package/br_samsung_pay2_s_icon.svg +3 -17
- package/br_samsung_pay_m_icon.svg +11 -51
- package/br_samsung_pay_s_icon.svg +11 -51
- package/br_swift_m_icon.svg +3 -15
- package/br_swift_s_icon.svg +10 -22
- package/br_telegram_m_icon.svg +2 -13
- package/br_telegram_s_icon.svg +2 -13
- package/br_twitter_m_icon.svg +2 -13
- package/br_twitter_s_icon.svg +2 -13
- package/br_visa_alias_m_icon.svg +12 -35
- package/br_visa_alias_s_icon.svg +12 -35
- package/br_vk_m_icon.svg +2 -13
- package/br_vk_s_icon.svg +2 -13
- package/br_whats_app_m_icon.svg +3 -17
- package/br_whats_app_s_icon.svg +3 -17
- package/building_m_icon.svg +2 -13
- package/building_s_icon.svg +9 -20
- package/burger_m_icon.svg +2 -13
- package/burger_s_icon.svg +2 -13
- package/calculator_m_icon.svg +10 -47
- package/calculator_s_icon.svg +10 -47
- package/calendar_check_m_icon.svg +22 -0
- package/calendar_check_s_icon.svg +22 -0
- package/calendar_m_icon.svg +2 -13
- package/calendar_mortgage_m_icon.svg +4 -23
- package/calendar_mortgage_s_icon.svg +6 -29
- package/calendar_s_icon.svg +2 -13
- package/calendar_tenge_m_icon.svg +30 -0
- package/calendar_tenge_s_icon.svg +24 -0
- package/call_active_m_icon.svg +2 -13
- package/call_active_s_icon.svg +11 -32
- package/call_back_m_icon.svg +2 -13
- package/call_back_s_icon.svg +2 -13
- package/call_end_m_icon.svg +2 -13
- package/call_end_s_icon.svg +2 -11
- package/call_in_m_icon.svg +3 -19
- package/call_in_s_icon.svg +2 -13
- package/call_m_icon.svg +2 -13
- package/call_s_icon.svg +2 -13
- package/call_terminated_m_icon.svg +3 -17
- package/call_terminated_s_icon.svg +11 -30
- package/camera_m_icon.svg +2 -13
- package/camera_s_icon.svg +2 -13
- package/camera_scan_m_icon.svg +5 -29
- package/camera_scan_s_icon.svg +8 -47
- package/canadian_dollar_m_icon.svg +3 -19
- package/canadian_dollar_s_icon.svg +10 -26
- package/car_m_icon.svg +2 -13
- package/car_s_icon.svg +2 -13
- package/card_grid_m_icon.svg +3 -19
- package/card_grid_s_icon.svg +10 -26
- package/card_scan_m_icon.svg +6 -29
- package/card_scan_s_icon.svg +6 -37
- package/cart_hand_m_icon.svg +2 -13
- package/cart_hand_s_icon.svg +12 -32
- package/cart_wheel_filled_m_icon.svg +11 -32
- package/cart_wheel_filled_s_icon.svg +11 -32
- package/cart_wheel_m_icon.svg +9 -20
- package/cart_wheel_s_icon.svg +9 -21
- package/case_diagram_m_icon.svg +3 -19
- package/case_diagram_s_icon.svg +10 -26
- package/case_m_icon.svg +2 -13
- package/case_s_icon.svg +9 -20
- package/catalog_m_icon.svg +2 -13
- package/catalog_s_icon.svg +9 -20
- package/chart_m_icon.svg +2 -13
- package/chart_s_icon.svg +2 -13
- package/chat_close_m_icon.svg +2 -13
- package/chat_close_s_icon.svg +2 -13
- package/chat_info_m_icon.svg +4 -21
- package/chat_info_s_icon.svg +11 -28
- package/chat_m_icon.svg +2 -13
- package/chat_menu_m_icon.svg +2 -13
- package/chat_menu_s_icon.svg +2 -13
- package/chat_message_filled_m_icon.svg +2 -13
- package/chat_message_filled_s_icon.svg +9 -20
- package/chat_message_m_icon.svg +3 -19
- package/chat_message_s_icon.svg +9 -20
- package/chat_s_icon.svg +2 -13
- package/chat_warning_m_icon.svg +2 -13
- package/chat_warning_s_icon.svg +4 -21
- package/chat_with_line_m_icon.svg +2 -13
- package/chat_with_line_s_icon.svg +2 -13
- package/chats_m_icon.svg +2 -13
- package/chats_s_icon.svg +2 -13
- package/check_circle_filled_m_icon.svg +2 -13
- package/check_circle_filled_s_icon.svg +2 -13
- package/check_circle_m_icon.svg +2 -13
- package/check_circle_s_icon.svg +2 -13
- package/check_double_m_icon.svg +2 -13
- package/check_double_s_icon.svg +2 -13
- package/check_m_icon.svg +2 -13
- package/check_s_icon.svg +2 -13
- package/check_star_filled_m_icon.svg +2 -13
- package/check_star_filled_s_icon.svg +2 -13
- package/chevron_circle_top_m_icon.svg +2 -13
- package/chevron_circle_top_s_icon.svg +3 -19
- package/chevron_double_down_m_icon.svg +2 -13
- package/chevron_double_down_s_icon.svg +3 -19
- package/chevron_double_left_m_icon.svg +2 -13
- package/chevron_double_left_s_icon.svg +3 -19
- package/chevron_double_right_m_icon.svg +2 -13
- package/chevron_double_right_s_icon.svg +3 -19
- package/chevron_double_up_m_icon.svg +2 -13
- package/chevron_double_up_s_icon.svg +3 -19
- package/chevron_down_m_icon.svg +2 -13
- package/chevron_down_s_icon.svg +2 -13
- package/chevron_down_small_m_icon.svg +2 -13
- package/chevron_down_small_s_icon.svg +2 -11
- package/chevron_left_m_icon.svg +2 -13
- package/chevron_left_s_icon.svg +2 -13
- package/chevron_left_small_m_icon.svg +2 -13
- package/chevron_left_small_s_icon.svg +2 -11
- package/chevron_right_m_icon.svg +2 -13
- package/chevron_right_s_icon.svg +2 -13
- package/chevron_right_small_m_icon.svg +2 -13
- package/chevron_right_small_s_icon.svg +2 -11
- package/chevron_up_m_icon.svg +2 -13
- package/chevron_up_s_icon.svg +2 -13
- package/chevron_up_small_m_icon.svg +2 -13
- package/chevron_up_small_s_icon.svg +2 -11
- package/circle_fill_m_icon.svg +3 -17
- package/circle_fill_s_icon.svg +10 -24
- package/circle_m_icon.svg +2 -13
- package/circle_s_icon.svg +2 -13
- package/clock_filled_m_icon.svg +2 -13
- package/clock_filled_s_icon.svg +2 -13
- package/clock_m_icon.svg +2 -13
- package/clock_s_icon.svg +2 -13
- package/coin_down_m_icon.svg +3 -19
- package/coin_down_s_icon.svg +10 -26
- package/coin_share_m_icon.svg +2 -13
- package/coin_share_s_icon.svg +9 -20
- package/comment_m_icon.svg +2 -13
- package/comment_s_icon.svg +9 -20
- package/copy_m_icon.svg +2 -13
- package/copy_s_icon.svg +2 -13
- package/cross_circle_filled_m_icon.svg +2 -13
- package/cross_circle_filled_s_icon.svg +2 -13
- package/cross_circle_m_icon.svg +2 -13
- package/cross_circle_s_icon.svg +2 -13
- package/cross_m_icon.svg +3 -19
- package/cross_s_icon.svg +2 -13
- package/cross_small_m_icon.svg +2 -14
- package/cross_small_s_icon.svg +2 -13
- package/crown_filled_m_icon.svg +2 -13
- package/crown_filled_s_icon.svg +2 -13
- package/crown_m_icon.svg +2 -13
- package/crown_s_icon.svg +2 -13
- package/custodial_wallet_m_icon.svg +4 -23
- package/custodial_wallet_s_icon.svg +4 -23
- package/dark_m_icon.svg +2 -13
- package/dark_s_icon.svg +2 -13
- package/dashboard_m_icon.svg +2 -13
- package/dashboard_s_icon.svg +9 -20
- package/debt_m_icon.svg +4 -21
- package/debt_s_icon.svg +4 -21
- package/delete_m_icon.svg +2 -13
- package/delete_s_icon.svg +2 -13
- package/delivery_m_icon.svg +12 -0
- package/delivery_s_icon.svg +12 -0
- package/device_authentication_m_icon.svg +4 -19
- package/device_authentication_s_icon.svg +3 -15
- package/device_error_m_icon.svg +3 -17
- package/device_error_s_icon.svg +3 -17
- package/device_m_icon.svg +2 -13
- package/device_s_icon.svg +3 -17
- package/device_success_m_icon.svg +3 -19
- package/device_success_s_icon.svg +3 -17
- package/devices_m_icon.svg +3 -17
- package/devices_s_icon.svg +2 -13
- package/digital_card_m_icon.svg +2 -13
- package/digital_card_s_icon.svg +2 -13
- package/dirham_m_icon.svg +2 -13
- package/dirham_s_icon.svg +2 -13
- package/dislike_m_icon.svg +2 -13
- package/dislike_s_icon.svg +2 -13
- package/document_m_icon.svg +2 -13
- package/document_s_icon.svg +2 -13
- package/document_success_m_icon.svg +2 -13
- package/document_success_s_icon.svg +2 -13
- package/dollar_m_icon.svg +2 -13
- package/dollar_s_icon.svg +2 -13
- package/dot_big_m_icon.svg +2 -11
- package/dot_big_s_icon.svg +2 -11
- package/dot_m_icon.svg +2 -8
- package/dot_s_icon.svg +2 -8
- package/download_file_m_icon.svg +3 -17
- package/download_file_s_icon.svg +3 -17
- package/download_m_icon.svg +2 -13
- package/download_s_icon.svg +2 -13
- package/drag_m_icon.svg +7 -31
- package/drag_s_icon.svg +7 -31
- package/dram_m_icon.svg +2 -13
- package/dram_s_icon.svg +2 -13
- package/edit_m_icon.svg +2 -13
- package/edit_s_icon.svg +2 -13
- package/enter_m_icon.svg +2 -13
- package/enter_s_icon.svg +2 -13
- package/error_circle_colored_m_icon.svg +1 -1
- package/error_circle_colored_s_icon.svg +1 -1
- package/euro_m_icon.svg +2 -11
- package/euro_s_icon.svg +2 -13
- package/event_m_icon.svg +2 -13
- package/event_s_icon.svg +9 -20
- package/exit_m_icon.svg +2 -13
- package/exit_s_icon.svg +2 -13
- package/external_link_m_icon.svg +2 -13
- package/external_link_s_icon.svg +2 -13
- package/eye_off_m_icon.svg +2 -13
- package/eye_off_s_icon.svg +2 -13
- package/eye_on_m_icon.svg +2 -13
- package/eye_on_s_icon.svg +2 -13
- package/face2_m_icon.svg +2 -13
- package/face2_s_icon.svg +9 -51
- package/file_doccolored_icon.svg +9 -39
- package/file_jpgcolored_icon.svg +9 -39
- package/file_pdfcolored_icon.svg +9 -39
- package/file_pngcolored_icon.svg +9 -39
- package/file_txtcolored_icon.svg +9 -39
- package/file_xlscolored_icon.svg +9 -39
- package/filled_nfc_m_icon.svg +4 -19
- package/filled_nfc_s_icon.svg +2 -13
- package/filter_clear_m_icon.svg +3 -19
- package/filter_clear_s_icon.svg +9 -20
- package/filter_filled_m_icon.svg +2 -13
- package/filter_filled_s_icon.svg +9 -20
- package/filter_m_icon.svg +2 -13
- package/filter_s_icon.svg +9 -20
- package/fine_m_icon.svg +4 -21
- package/fine_s_icon.svg +11 -30
- package/fingerprint_m_icon.svg +2 -13
- package/fingerprint_s_icon.svg +2 -13
- package/flag_ad_icon.svg +14 -37
- package/flag_ae_icon.svg +12 -30
- package/flag_af_icon.svg +12 -32
- package/flag_ag_icon.svg +14 -38
- package/flag_ai_icon.svg +18 -54
- package/flag_al_icon.svg +10 -26
- package/flag_am_icon.svg +26 -71
- package/flag_ao_icon.svg +12 -32
- package/flag_aq_icon.svg +10 -22
- package/flag_ar_icon.svg +11 -28
- package/flag_as_icon.svg +14 -38
- package/flag_at_icon.svg +10 -24
- package/flag_au_icon.svg +10 -45
- package/flag_aw_icon.svg +14 -38
- package/flag_ax_icon.svg +19 -55
- package/flag_az_icon.svg +12 -32
- package/flag_ba_icon.svg +11 -28
- package/flag_bb_icon.svg +11 -28
- package/flag_bd_icon.svg +10 -26
- package/flag_be_icon.svg +11 -26
- package/flag_bf_icon.svg +11 -26
- package/flag_bg_icon.svg +17 -53
- package/flag_bh_icon.svg +10 -22
- package/flag_bi_icon.svg +15 -46
- package/flag_bj_icon.svg +11 -26
- package/flag_bl_icon.svg +15 -42
- package/flag_bm_icon.svg +19 -55
- package/flag_bn_icon.svg +15 -48
- package/flag_bo_icon.svg +11 -26
- package/flag_bq_icon.svg +11 -26
- package/flag_br_icon.svg +12 -32
- package/flag_bs_icon.svg +11 -28
- package/flag_bt_icon.svg +11 -26
- package/flag_bw_icon.svg +11 -28
- package/flag_by_icon.svg +14 -42
- package/flag_bz_icon.svg +15 -41
- package/flag_ca_icon.svg +10 -24
- package/flag_cc_icon.svg +18 -54
- package/flag_cd_icon.svg +11 -26
- package/flag_cf_icon.svg +15 -50
- package/flag_cg_icon.svg +12 -32
- package/flag_ch_icon.svg +10 -22
- package/flag_ci_icon.svg +26 -71
- package/flag_ck_icon.svg +14 -40
- package/flag_cl_icon.svg +12 -27
- package/flag_cm_icon.svg +12 -30
- package/flag_cn_icon.svg +10 -24
- package/flag_co_icon.svg +11 -26
- package/flag_cr_icon.svg +11 -28
- package/flag_cu_icon.svg +12 -32
- package/flag_cv_icon.svg +13 -36
- package/flag_cw_icon.svg +13 -34
- package/flag_cx_icon.svg +18 -54
- package/flag_cy_icon.svg +11 -26
- package/flag_cz_icon.svg +11 -26
- package/flag_de_icon.svg +11 -26
- package/flag_dj_icon.svg +32 -96
- package/flag_dk_icon.svg +10 -24
- package/flag_dm_icon.svg +16 -58
- package/flag_do_icon.svg +16 -46
- package/flag_dz_icon.svg +11 -28
- package/flag_ec_icon.svg +14 -38
- package/flag_ee_icon.svg +11 -26
- package/flag_eg_icon.svg +12 -30
- package/flag_er_icon.svg +12 -32
- package/flag_es_icon.svg +10 -24
- package/flag_et_icon.svg +14 -38
- package/flag_eu_icon.svg +23 -75
- package/flag_fi_icon.svg +10 -22
- package/flag_fj_icon.svg +20 -62
- package/flag_fk_icon.svg +22 -55
- package/flag_fm_icon.svg +10 -24
- package/flag_fo_icon.svg +19 -43
- package/flag_fr_icon.svg +11 -26
- package/flag_ga_icon.svg +11 -26
- package/flag_gb_icon.svg +4 -23
- package/flag_gd_icon.svg +22 -72
- package/flag_ge_icon.svg +10 -24
- package/flag_gf_icon.svg +11 -26
- package/flag_gg_icon.svg +11 -26
- package/flag_gh_icon.svg +12 -30
- package/flag_gi_icon.svg +12 -32
- package/flag_gl_icon.svg +12 -30
- package/flag_gm_icon.svg +12 -30
- package/flag_gn_icon.svg +11 -26
- package/flag_gp_icon.svg +14 -45
- package/flag_gq_icon.svg +15 -42
- package/flag_gr_icon.svg +11 -30
- package/flag_gs_icon.svg +21 -70
- package/flag_gt_icon.svg +12 -32
- package/flag_gu_icon.svg +17 -50
- package/flag_gw_icon.svg +13 -34
- package/flag_gy_icon.svg +14 -38
- package/flag_hk_icon.svg +14 -38
- package/flag_hn_icon.svg +13 -36
- package/flag_hr_icon.svg +23 -88
- package/flag_ht_icon.svg +16 -43
- package/flag_hu_icon.svg +11 -26
- package/flag_id_icon.svg +10 -22
- package/flag_ie_icon.svg +11 -26
- package/flag_il_icon.svg +10 -24
- package/flag_im_icon.svg +10 -22
- package/flag_in_icon.svg +14 -38
- package/flag_io_icon.svg +28 -88
- package/flag_iq_icon.svg +12 -32
- package/flag_ir_icon.svg +12 -30
- package/flag_is_icon.svg +15 -42
- package/flag_it_icon.svg +11 -26
- package/flag_je_icon.svg +12 -30
- package/flag_jm_icon.svg +13 -34
- package/flag_jo_icon.svg +13 -34
- package/flag_jp_icon.svg +10 -22
- package/flag_ke_icon.svg +16 -50
- package/flag_kg_icon.svg +12 -32
- package/flag_kh_icon.svg +11 -28
- package/flag_ki_icon.svg +13 -38
- package/flag_km_icon.svg +18 -54
- package/flag_kn_icon.svg +13 -36
- package/flag_kp_icon.svg +13 -36
- package/flag_kr_icon.svg +12 -32
- package/flag_kw_icon.svg +12 -30
- package/flag_ky_icon.svg +24 -63
- package/flag_kz_icon.svg +40 -163
- package/flag_la_icon.svg +11 -28
- package/flag_lb_icon.svg +11 -28
- package/flag_lc_icon.svg +32 -99
- package/flag_li_icon.svg +12 -32
- package/flag_lk_icon.svg +14 -38
- package/flag_lr_icon.svg +13 -38
- package/flag_ls_icon.svg +12 -30
- package/flag_lt_icon.svg +11 -26
- package/flag_lu_icon.svg +11 -26
- package/flag_lv_icon.svg +10 -24
- package/flag_ly_icon.svg +12 -32
- package/flag_m_icon.svg +2 -13
- package/flag_ma_icon.svg +10 -24
- package/flag_mc_icon.svg +10 -22
- package/flag_md_icon.svg +14 -35
- package/flag_me_icon.svg +13 -33
- package/flag_mg_icon.svg +11 -26
- package/flag_mh_icon.svg +12 -30
- package/flag_mk_icon.svg +19 -58
- package/flag_ml_icon.svg +11 -26
- package/flag_mm_icon.svg +32 -93
- package/flag_mn_icon.svg +14 -44
- package/flag_mo_icon.svg +17 -50
- package/flag_mp_icon.svg +18 -39
- package/flag_mq_icon.svg +22 -55
- package/flag_mr_icon.svg +10 -24
- package/flag_ms_icon.svg +16 -46
- package/flag_mt_icon.svg +11 -26
- package/flag_mu_icon.svg +12 -30
- package/flag_mv_icon.svg +11 -26
- package/flag_mw_icon.svg +12 -30
- package/flag_mx_icon.svg +12 -32
- package/flag_my_icon.svg +12 -31
- package/flag_mz_icon.svg +16 -43
- package/flag_na_icon.svg +13 -34
- package/flag_ne_icon.svg +12 -30
- package/flag_nf_icon.svg +12 -30
- package/flag_ng_icon.svg +10 -24
- package/flag_ni_icon.svg +14 -42
- package/flag_nl_icon.svg +11 -26
- package/flag_no_icon.svg +11 -28
- package/flag_np_icon.svg +12 -32
- package/flag_nr_icon.svg +26 -77
- package/flag_nu_icon.svg +14 -44
- package/flag_nz_icon.svg +11 -28
- package/flag_om_icon.svg +14 -38
- package/flag_pa_icon.svg +13 -28
- package/flag_pe_icon.svg +10 -24
- package/flag_pf_icon.svg +16 -55
- package/flag_pg_icon.svg +12 -32
- package/flag_ph_icon.svg +12 -32
- package/flag_pk_icon.svg +12 -32
- package/flag_pl_icon.svg +10 -22
- package/flag_pr_icon.svg +14 -38
- package/flag_ps_icon.svg +12 -30
- package/flag_pt_icon.svg +13 -34
- package/flag_pw_icon.svg +10 -22
- package/flag_py_icon.svg +13 -34
- package/flag_qa_icon.svg +10 -22
- package/flag_re_icon.svg +20 -43
- package/flag_ro_icon.svg +11 -26
- package/flag_rs_icon.svg +14 -40
- package/flag_ru_icon.svg +11 -26
- package/flag_rw_icon.svg +12 -30
- package/flag_s_icon.svg +2 -11
- package/flag_sa_icon.svg +10 -24
- package/flag_sb_icon.svg +16 -46
- package/flag_sc_icon.svg +13 -34
- package/flag_sd_icon.svg +12 -30
- package/flag_se_icon.svg +10 -24
- package/flag_sg_icon.svg +11 -28
- package/flag_sh_icon.svg +16 -43
- package/flag_si_icon.svg +12 -30
- package/flag_sk_icon.svg +15 -42
- package/flag_sl_icon.svg +11 -26
- package/flag_sm_icon.svg +15 -42
- package/flag_sn_icon.svg +11 -28
- package/flag_so_icon.svg +10 -22
- package/flag_sr_icon.svg +12 -32
- package/flag_ss_icon.svg +14 -38
- package/flag_st_icon.svg +12 -34
- package/flag_sv_icon.svg +13 -36
- package/flag_sx_icon.svg +16 -46
- package/flag_sy_icon.svg +12 -32
- package/flag_sz_icon.svg +19 -60
- package/flag_tc_icon.svg +18 -54
- package/flag_td_icon.svg +11 -26
- package/flag_tf_icon.svg +13 -33
- package/flag_tg_icon.svg +12 -32
- package/flag_th_icon.svg +11 -28
- package/flag_tj_icon.svg +12 -32
- package/flag_tk_icon.svg +14 -38
- package/flag_tl_icon.svg +12 -30
- package/flag_tm_icon.svg +27 -94
- package/flag_tn_icon.svg +11 -28
- package/flag_to_icon.svg +10 -24
- package/flag_tr_icon.svg +10 -24
- package/flag_tt_icon.svg +11 -28
- package/flag_tv_icon.svg +21 -70
- package/flag_tw_icon.svg +13 -31
- package/flag_tz_icon.svg +12 -30
- package/flag_ua_icon.svg +10 -22
- package/flag_ug_icon.svg +15 -42
- package/flag_us_icon.svg +11 -30
- package/flag_uy_icon.svg +11 -28
- package/flag_uz_icon.svg +25 -84
- package/flag_va_icon.svg +12 -34
- package/flag_vc_icon.svg +26 -76
- package/flag_ve_icon.svg +12 -32
- package/flag_vg_icon.svg +23 -74
- package/flag_vi_icon.svg +28 -94
- package/flag_vn_icon.svg +10 -26
- package/flag_vu_icon.svg +30 -95
- package/flag_wf_icon.svg +16 -45
- package/flag_ws_icon.svg +11 -25
- package/flag_xk_icon.svg +10 -24
- package/flag_ye_icon.svg +11 -26
- package/flag_yt_icon.svg +17 -50
- package/flag_za_icon.svg +14 -38
- package/flag_zm_icon.svg +13 -34
- package/flag_zw_icon.svg +17 -54
- package/flame_m_icon.svg +2 -13
- package/flame_s_icon.svg +2 -13
- package/flash_driver_m_icon.svg +2 -13
- package/flash_driver_s_icon.svg +9 -20
- package/folder_m_icon.svg +2 -13
- package/folder_open_m_icon.svg +2 -13
- package/folder_open_s_icon.svg +3 -17
- package/folder_s_icon.svg +2 -13
- package/food_m_icon.svg +2 -13
- package/food_s_icon.svg +2 -13
- package/forward_arrow_m_icon.svg +12 -0
- package/forward_arrow_s_icon.svg +12 -0
- package/forward_m_icon.svg +2 -13
- package/forward_s_icon.svg +3 -1
- package/frame_m_icon.svg +2 -13
- package/frame_s_icon.svg +2 -13
- package/frank_m_icon.svg +2 -11
- package/frank_s_icon.svg +2 -13
- package/frozen_m_icon.svg +2 -13
- package/frozen_s_icon.svg +9 -20
- package/full_screen_m_icon.svg +2 -13
- package/full_screen_s_icon.svg +2 -13
- package/fund_filled_m_icon.svg +2 -13
- package/fund_filled_s_icon.svg +9 -20
- package/fund_m_icon.svg +2 -13
- package/fund_s_icon.svg +9 -20
- package/gbp_m_icon.svg +2 -11
- package/gbp_s_icon.svg +2 -13
- package/gift_m_icon.svg +2 -13
- package/gift_s_icon.svg +9 -20
- package/glasses_m_icon.svg +2 -13
- package/glasses_s_icon.svg +2 -13
- package/globe_income_m_icon.svg +3 -19
- package/globe_income_s_icon.svg +10 -26
- package/globe_m_icon.svg +2 -13
- package/globe_s_icon.svg +9 -20
- package/go_forward_m_icon.svg +2 -13
- package/go_forward_s_icon.svg +2 -13
- package/grid_m_icon.svg +2 -13
- package/grid_s_icon.svg +9 -20
- package/group_user_m_icon.svg +2 -13
- package/group_user_s_icon.svg +9 -20
- package/hammer_m_icon.svg +2 -13
- package/hammer_s_icon.svg +9 -20
- package/heart_filled_m_icon.svg +2 -13
- package/heart_filled_s_icon.svg +2 -13
- package/heart_m_icon.svg +2 -13
- package/heart_s_icon.svg +2 -13
- package/history_m_icon.svg +2 -13
- package/history_s_icon.svg +2 -13
- package/house_m_icon.svg +2 -13
- package/house_s_icon.svg +2 -13
- package/image_m_icon.svg +2 -14
- package/image_s_icon.svg +2 -13
- package/info_circle_filled_m_icon.svg +2 -13
- package/info_circle_filled_s_icon.svg +2 -13
- package/info_circle_m_icon.svg +2 -13
- package/info_circle_s_icon.svg +3 -17
- package/intents_m_icon.svg +2 -13
- package/intents_s_icon.svg +2 -13
- package/key_m_icon.svg +2 -13
- package/key_s_icon.svg +2 -13
- package/keyboard_clear_m_icon.svg +3 -15
- package/keyboard_clear_s_icon.svg +3 -15
- package/keyboard_desktop_m_icon.svg +2 -14
- package/keyboard_desktop_s_icon.svg +2 -14
- package/keyboard_mobile_m_icon.svg +2 -13
- package/keyboard_mobile_s_icon.svg +2 -13
- package/krona_m_icon.svg +2 -13
- package/krona_s_icon.svg +2 -13
- package/label_m_icon.svg +2 -13
- package/label_s_icon.svg +2 -13
- package/lamp_m_icon.svg +2 -13
- package/lamp_s_icon.svg +9 -20
- package/language_m_icon.svg +2 -13
- package/language_s_icon.svg +9 -20
- package/lead_m_icon.svg +2 -13
- package/lead_s_icon.svg +2 -13
- package/leaf_m_icon.svg +2 -13
- package/leaf_s_icon.svg +2 -13
- package/light_m_icon.svg +2 -13
- package/light_s_icon.svg +9 -20
- package/like_m_icon.svg +2 -13
- package/like_s_icon.svg +2 -13
- package/limits_m_icon.svg +3 -19
- package/limits_s_icon.svg +3 -19
- package/link_off_m_icon.svg +2 -13
- package/link_off_s_icon.svg +9 -20
- package/link_on_m_icon.svg +2 -13
- package/link_on_s_icon.svg +9 -20
- package/lira_m_icon.svg +2 -13
- package/lira_s_icon.svg +2 -13
- package/list_m_icon.svg +2 -13
- package/list_s_icon.svg +5 -25
- package/loading_failed_m_icon.svg +3 -19
- package/loading_failed_s_icon.svg +3 -19
- package/location_m_icon.svg +2 -13
- package/location_s_icon.svg +2 -13
- package/lock_off_m_icon.svg +3 -17
- package/lock_off_s_icon.svg +3 -17
- package/lock_on_m_icon.svg +3 -17
- package/lock_on_s_icon.svg +3 -17
- package/logo_business_horizontal_icon.svg +18 -75
- package/logo_business_icon_icon.svg +3 -15
- package/logo_business_vertical_dark_colored_icon.svg +4 -4
- package/logo_business_vertical_icon.svg +25 -82
- package/logo_business_vertical_light_colored_icon.svg +4 -4
- package/logo_horizontal_icon.svg +13 -55
- package/logo_icon_icon.svg +3 -15
- package/logo_vertical_icon.svg +20 -62
- package/logo_vertical_light_colored_icon.svg +7 -7
- package/logs_m_icon.svg +5 -27
- package/logs_s_icon.svg +12 -34
- package/magic_wand_m_icon.svg +12 -0
- package/magic_wand_s_icon.svg +19 -0
- package/map_m_icon.svg +2 -13
- package/map_pin_filled_m_icon.svg +2 -13
- package/map_pin_filled_s_icon.svg +2 -13
- package/map_pin_m_icon.svg +2 -13
- package/map_pin_s_icon.svg +2 -13
- package/map_s_icon.svg +9 -20
- package/media_aicolored_icon.svg +26 -0
- package/media_alatau_colored_icon.svg +6 -24
- package/media_egov_colored_icon.svg +6 -0
- package/media_facebook_colored_icon.svg +4 -16
- package/media_instagram_colored_icon.svg +18 -47
- package/media_kmfcolored_icon.svg +9 -36
- package/media_vkcolored_icon.svg +4 -16
- package/menu_horizontal_m_icon.svg +4 -19
- package/menu_horizontal_s_icon.svg +4 -19
- package/menu_vertical_m_icon.svg +4 -19
- package/menu_vertical_s_icon.svg +4 -19
- package/message_m_icon.svg +2 -13
- package/message_s_icon.svg +2 -13
- package/mic_off_m_icon.svg +4 -21
- package/mic_off_s_icon.svg +4 -21
- package/mic_on_m_icon.svg +3 -17
- package/mic_on_s_icon.svg +3 -19
- package/minus_circle_filled_m_icon.svg +2 -13
- package/minus_circle_filled_s_icon.svg +2 -13
- package/minus_circle_m_icon.svg +2 -13
- package/minus_circle_s_icon.svg +2 -13
- package/minus_m_icon.svg +2 -13
- package/minus_s_icon.svg +2 -13
- package/mode_m_icon.svg +5 -31
- package/mode_s_icon.svg +5 -31
- package/monitor_m_icon.svg +2 -13
- package/monitor_s_icon.svg +2 -13
- package/multi_account_m_icon.svg +13 -36
- package/multi_account_s_icon.svg +13 -36
- package/news_m_icon.svg +2 -13
- package/news_s_icon.svg +2 -13
- package/number00_m_icon.svg +2 -14
- package/number00_s_icon.svg +2 -14
- package/number01_m_icon.svg +2 -14
- package/number01_s_icon.svg +2 -14
- package/number02_m_icon.svg +2 -14
- package/number02_s_icon.svg +2 -14
- package/number03_m_icon.svg +2 -14
- package/number03_s_icon.svg +2 -14
- package/number04_m_icon.svg +3 -21
- package/number04_s_icon.svg +3 -21
- package/number05_m_icon.svg +2 -14
- package/number05_s_icon.svg +2 -14
- package/number06_m_icon.svg +2 -14
- package/number06_s_icon.svg +2 -14
- package/number07_m_icon.svg +2 -14
- package/number07_s_icon.svg +2 -14
- package/number08_m_icon.svg +2 -14
- package/number08_s_icon.svg +2 -14
- package/number09_m_icon.svg +2 -14
- package/number09_s_icon.svg +2 -14
- package/number_m_icon.svg +2 -13
- package/number_s_icon.svg +9 -20
- package/options_m_icon.svg +4 -25
- package/options_s_icon.svg +2 -13
- package/overdue_m_icon.svg +2 -13
- package/overdue_s_icon.svg +9 -20
- package/package.json +1 -1
- package/paragraph_m_icon.svg +2 -13
- package/paragraph_s_icon.svg +2 -13
- package/pause_m_icon.svg +2 -13
- package/pause_s_icon.svg +9 -20
- package/payment_visa_icon.svg +5 -25
- package/percent_filled_m_icon.svg +2 -13
- package/percent_filled_s_icon.svg +9 -20
- package/percent_m_icon.svg +4 -23
- package/percent_s_icon.svg +4 -23
- package/pin_off_m_icon.svg +2 -13
- package/pin_off_s_icon.svg +2 -13
- package/pin_on_m_icon.svg +2 -13
- package/pin_on_s_icon.svg +2 -13
- package/plane_m_icon.svg +2 -13
- package/plane_s_icon.svg +9 -20
- package/plastic_card_active_m_icon.svg +2 -13
- package/plastic_card_active_s_icon.svg +2 -13
- package/plastic_card_add_m_icon.svg +2 -13
- package/plastic_card_add_s_icon.svg +2 -13
- package/plastic_card_filled_m_icon.svg +2 -13
- package/plastic_card_filled_s_icon.svg +3 -15
- package/plastic_card_m_icon.svg +2 -13
- package/plastic_card_s_icon.svg +2 -13
- package/plastic_card_saved_m_icon.svg +2 -13
- package/plastic_card_saved_s_icon.svg +2 -13
- package/play_filled_m_icon.svg +2 -13
- package/play_filled_s_icon.svg +2 -13
- package/play_m_icon.svg +2 -13
- package/play_s_icon.svg +2 -13
- package/pledge_m_icon.svg +3 -19
- package/pledge_s_icon.svg +2 -13
- package/plus_circle_filled_m_icon.svg +2 -13
- package/plus_circle_filled_s_icon.svg +2 -13
- package/plus_circle_m_icon.svg +2 -13
- package/plus_circle_s_icon.svg +2 -13
- package/plus_m_icon.svg +2 -13
- package/plus_s_icon.svg +2 -13
- package/plus_small_m_icon.svg +2 -13
- package/plus_small_s_icon.svg +2 -13
- package/power_m_icon.svg +2 -13
- package/power_s_icon.svg +9 -21
- package/print_m_icon.svg +2 -13
- package/print_s_icon.svg +2 -13
- package/profile_m_icon.svg +4 -25
- package/profile_s_icon.svg +10 -26
- package/promo_m_icon.svg +2 -13
- package/promo_s_icon.svg +2 -13
- package/qr_code_m_icon.svg +12 -57
- package/qr_code_s_icon.svg +9 -45
- package/question_circle_filled_m_icon.svg +2 -13
- package/question_circle_filled_s_icon.svg +2 -13
- package/question_circle_m_icon.svg +2 -13
- package/question_circle_s_icon.svg +4 -23
- package/question_m_icon.svg +2 -13
- package/question_s_icon.svg +3 -17
- package/rate_m_icon.svg +3 -19
- package/rate_s_icon.svg +9 -20
- package/refresh_m_icon.svg +2 -13
- package/refresh_s_icon.svg +2 -13
- package/reload_circle_colored_m_icon.svg +1 -1
- package/reload_circle_colored_s_icon.svg +1 -1
- package/reload_circle_filled_m_icon.svg +2 -13
- package/reload_circle_filled_s_icon.svg +2 -13
- package/reload_m_icon.svg +2 -13
- package/reload_s_icon.svg +2 -13
- package/reply_m_icon.svg +2 -13
- package/reply_s_icon.svg +2 -13
- package/request_m_icon.svg +3 -19
- package/request_s_icon.svg +4 -25
- package/resize_m_icon.svg +2 -11
- package/resize_s_icon.svg +2 -11
- package/robot_m_icon.svg +3 -17
- package/robot_s_icon.svg +3 -17
- package/rotate_left_m_icon.svg +3 -17
- package/rotate_left_s_icon.svg +3 -19
- package/rotate_right_m_icon.svg +3 -17
- package/rotate_right_s_icon.svg +3 -19
- package/rouble_circle_filled_m_icon.svg +2 -13
- package/rouble_circle_filled_s_icon.svg +2 -13
- package/rouble_circle_m_icon.svg +3 -19
- package/rouble_circle_s_icon.svg +3 -19
- package/rouble_m_icon.svg +2 -13
- package/rouble_s_icon.svg +2 -13
- package/safe_m_icon.svg +2 -13
- package/safe_s_icon.svg +9 -20
- package/save_m_icon.svg +2 -13
- package/save_s_icon.svg +2 -13
- package/search_m_icon.svg +2 -13
- package/search_s_icon.svg +2 -13
- package/security_m_icon.svg +3 -17
- package/security_s_icon.svg +3 -17
- package/send_m_icon.svg +2 -13
- package/send_s_icon.svg +2 -13
- package/settings_filled_m_icon.svg +2 -13
- package/settings_filled_s_icon.svg +2 -13
- package/settings_m_icon.svg +3 -19
- package/settings_s_icon.svg +2 -13
- package/share_m_icon.svg +2 -13
- package/share_s_icon.svg +2 -13
- package/shopping_bag_m_icon.svg +2 -13
- package/shopping_bag_s_icon.svg +9 -20
- package/slider_m_icon.svg +4 -25
- package/slider_s_icon.svg +2 -13
- package/small_screen_m_icon.svg +2 -13
- package/small_screen_s_icon.svg +2 -13
- package/smile_m_icon.svg +2 -13
- package/smile_s_icon.svg +2 -13
- package/sms_m_icon.svg +5 -29
- package/sms_s_icon.svg +3 -17
- package/som_m_icon.svg +2 -13
- package/som_s_icon.svg +2 -13
- package/sort_default_m_icon.svg +3 -19
- package/sort_default_s_icon.svg +3 -19
- package/sort_down_m_icon.svg +2 -13
- package/sort_down_s_icon.svg +2 -13
- package/sort_m_icon.svg +2 -13
- package/sort_s_icon.svg +2 -14
- package/sort_up_m_icon.svg +2 -13
- package/sort_up_s_icon.svg +2 -13
- package/sound_off_m_icon.svg +3 -17
- package/sound_off_s_icon.svg +9 -20
- package/sound_on_m_icon.svg +3 -17
- package/sound_on_s_icon.svg +2 -13
- package/square_meters_m_icon.svg +2 -13
- package/square_meters_s_icon.svg +3 -17
- package/star_filled_m_icon.svg +2 -13
- package/star_filled_s_icon.svg +2 -11
- package/star_m_icon.svg +2 -13
- package/star_s_icon.svg +2 -13
- package/statistic_m_icon.svg +2 -13
- package/statistic_s_icon.svg +9 -20
- package/stop_m_icon.svg +3 -15
- package/stop_s_icon.svg +10 -22
- package/study_m_icon.svg +2 -13
- package/study_s_icon.svg +3 -19
- package/subdirectory_arrow_m_icon.svg +2 -13
- package/subdirectory_arrow_s_icon.svg +2 -13
- package/support_m_icon.svg +2 -13
- package/support_s_icon.svg +9 -20
- package/tariff_m_icon.svg +2 -13
- package/tariff_s_icon.svg +9 -21
- package/tasks_m_icon.svg +5 -25
- package/tasks_s_icon.svg +12 -38
- package/taxes_m_icon.svg +2 -13
- package/taxes_s_icon.svg +2 -13
- package/tech_chat_m_icon.svg +3 -17
- package/tech_chat_s_icon.svg +10 -26
- package/telemedicine_m_icon.svg +3 -19
- package/telemedicine_s_icon.svg +3 -19
- package/templates_m_icon.svg +2 -13
- package/templates_s_icon.svg +9 -20
- package/tenge_m_icon.svg +2 -13
- package/tenge_s_icon.svg +2 -13
- package/text_m_icon.svg +2 -13
- package/text_s_icon.svg +2 -13
- package/text_sharp_m_icon.svg +2 -11
- package/text_sharp_s_icon.svg +2 -11
- package/text_star_m_icon.svg +2 -11
- package/text_star_s_icon.svg +2 -11
- package/three_lines_m_icon.svg +2 -14
- package/three_lines_s_icon.svg +2 -14
- package/transfer_m_icon.svg +4 -19
- package/transfer_s_icon.svg +2 -13
- package/turn_right_m_icon.svg +2 -13
- package/turn_right_s_icon.svg +2 -13
- package/upload_cloud_m_icon.svg +2 -13
- package/upload_cloud_s_icon.svg +9 -20
- package/upload_file_m_icon.svg +3 -17
- package/upload_file_s_icon.svg +3 -17
- package/upload_m_icon.svg +2 -13
- package/upload_s_icon.svg +2 -13
- package/user_check_m_icon.svg +3 -19
- package/user_check_s_icon.svg +4 -25
- package/user_circle_filled_m_icon.svg +2 -13
- package/user_circle_filled_s_icon.svg +2 -13
- package/user_circle_m_icon.svg +2 -13
- package/user_circle_s_icon.svg +2 -13
- package/user_group_m_icon.svg +2 -13
- package/user_group_s_icon.svg +2 -13
- package/user_m_icon.svg +2 -13
- package/user_plus_m_icon.svg +2 -13
- package/user_plus_s_icon.svg +4 -25
- package/user_s_icon.svg +2 -13
- package/video_off_m_icon.svg +4 -23
- package/video_off_s_icon.svg +11 -30
- package/video_on_m_icon.svg +2 -13
- package/video_on_s_icon.svg +2 -13
- package/video_play_m_icon.svg +3 -15
- package/video_play_s_icon.svg +3 -15
- package/visa_plus_colored_icon.svg +5 -5
- package/wallet_m_icon.svg +2 -13
- package/wallet_s_icon.svg +2 -13
- package/warning_circle_filled_m_icon.svg +2 -13
- package/warning_circle_filled_s_icon.svg +2 -13
- package/warning_circle_m_icon.svg +4 -21
- package/warning_circle_s_icon.svg +4 -21
- package/warning_triangle_colored_m_icon.svg +1 -1
- package/warning_triangle_colored_s_icon.svg +1 -1
- package/warning_triangle_filled_m_icon.svg +2 -13
- package/warning_triangle_filled_s_icon.svg +2 -13
- package/warning_triangle_m_icon.svg +4 -21
- package/warning_triangle_s_icon.svg +2 -13
- package/washing_m_icon.svg +2 -13
- package/washing_s_icon.svg +2 -13
- package/web_share_m_icon.svg +2 -13
- package/web_share_s_icon.svg +2 -13
- package/widget_m_icon.svg +2 -13
- package/widget_s_icon.svg +9 -20
- package/window_m_icon.svg +2 -13
- package/window_s_icon.svg +2 -13
- package/yuan_m_icon.svg +2 -13
- package/yuan_s_icon.svg +2 -13
- package/__inner__/cjs/ui/actions/BackwardIcon/BackwardIcon.js +0 -19
- package/__inner__/esm/ui/actions/BackwardIcon/BackwardIcon.js +0 -16
- package/__inner__/esm/ui/actions/BackwardIcon/index.js +0 -2
- package/__inner__/esm/ui/actions/BackwardIcon/meta.js +0 -7
- package/__inner__/types/ui/actions/BackwardIcon/index.d.ts +0 -2
- package/__inner__/types/ui/actions/BackwardIcon/meta.d.ts +0 -2
- /package/{backward_m_icon.svg → backward_arrow_m_icon.svg} +0 -0
- /package/{backward_s_icon.svg → backward_arrow_s_icon.svg} +0 -0
|
@@ -1,336 +1,340 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./
|
|
4
|
+
tslib_1.__exportStar(require("./ErrorCircleGhostColoredIcon"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./WarningTriangleGhostColoredIcon"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./WarningTriangleColoredIcon"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./InfoCircleGhostColoredIcon"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./ErrorCircleColoredIcon"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CheckCircleColoredIcon"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./CheckCircleGhostColoredIcon"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./InfoCircleColoredIcon"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ErrorCircleGhostColoredIcon"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./InfoCircleGhostColoredIcon"), exports);
|
|
12
11
|
tslib_1.__exportStar(require("./ReloadCircleColoredIcon"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./InfoCircleColoredIcon"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ReloadCircleGhostColoredIcon"), exports);
|
|
13
14
|
tslib_1.__exportStar(require("./HeartIcon"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DownloadIcon"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./MessageIcon"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DownloadIcon"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./UploadIcon"), exports);
|
|
16
18
|
tslib_1.__exportStar(require("./HeartFilledIcon"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ReloadCircleGhostColoredIcon"), exports);
|
|
18
19
|
tslib_1.__exportStar(require("./WebShareIcon"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./
|
|
20
|
+
tslib_1.__exportStar(require("./ArrowLeftSmallIcon"), exports);
|
|
20
21
|
tslib_1.__exportStar(require("./ChevronLeftSmallIcon"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./ChevronRightSmallIcon"), exports);
|
|
22
22
|
tslib_1.__exportStar(require("./ArrowRightSmallIcon"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./
|
|
24
|
-
tslib_1.__exportStar(require("./
|
|
23
|
+
tslib_1.__exportStar(require("./ChevronRightSmallIcon"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./SubdirectoryArrowIcon"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./ArrowUpSmallIcon"), exports);
|
|
25
26
|
tslib_1.__exportStar(require("./ArrowDownSmallIcon"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./ArrowLongRightIcon"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ChevronUpSmallIcon"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./SmallScreenIcon"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./HistoryIcon"), exports);
|
|
26
31
|
tslib_1.__exportStar(require("./ChevronDownSmallIcon"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./
|
|
28
|
-
tslib_1.__exportStar(require("./
|
|
29
|
-
tslib_1.__exportStar(require("./
|
|
30
|
-
tslib_1.__exportStar(require("./
|
|
32
|
+
tslib_1.__exportStar(require("./FullScreenIcon"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./CheckStarFilledIcon"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./BookIcon"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./LinkOffIcon"), exports);
|
|
31
36
|
tslib_1.__exportStar(require("./LinkOnIcon"), exports);
|
|
32
37
|
tslib_1.__exportStar(require("./InfoCircleIcon"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./
|
|
34
|
-
tslib_1.__exportStar(require("./SmallScreenIcon"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./QuestionCircleIcon"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ArrowLongRightIcon"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./SettingsIcon"), exports);
|
|
37
39
|
tslib_1.__exportStar(require("./CameraIcon"), exports);
|
|
38
40
|
tslib_1.__exportStar(require("./SettingsFilledIcon"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./QuestionIcon"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ArrowUpSmallIcon"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./HistoryIcon"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./LinkOffIcon"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./WalletIcon"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ReloadCircleFilledIcon"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ChatCloseIcon"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./BookIcon"), exports);
|
|
47
41
|
tslib_1.__exportStar(require("./DragIcon"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./
|
|
49
|
-
tslib_1.__exportStar(require("./
|
|
42
|
+
tslib_1.__exportStar(require("./InfoCircleFilledIcon"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./FoodIcon"), exports);
|
|
50
44
|
tslib_1.__exportStar(require("./UserCircleFilledIcon"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./
|
|
45
|
+
tslib_1.__exportStar(require("./UserCircleIcon"), exports);
|
|
52
46
|
tslib_1.__exportStar(require("./IntentsIcon"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./
|
|
54
|
-
tslib_1.__exportStar(require("./
|
|
55
|
-
tslib_1.__exportStar(require("./
|
|
56
|
-
tslib_1.__exportStar(require("./
|
|
57
|
-
tslib_1.__exportStar(require("./
|
|
47
|
+
tslib_1.__exportStar(require("./QuestionIcon"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ReloadCircleFilledIcon"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./ChatIcon"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./ChatCloseIcon"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./WalletIcon"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./QuestionCircleFilledIcon"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./QuestionCircleIcon"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./FilterFilledIcon"), exports);
|
|
58
55
|
tslib_1.__exportStar(require("./CrownFilledIcon"), exports);
|
|
59
56
|
tslib_1.__exportStar(require("./ArrowRightFilledIcon"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./EyeOffIcon"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./SaveIcon"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./OptionsIcon"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./GoForwardIcon"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./ReloadIcon"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./PlayFilledIcon"), exports);
|
|
66
57
|
tslib_1.__exportStar(require("./ChatsIcon"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./FilterIcon"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./CrownIcon"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./OptionsIcon"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./ArrowUpFilledIcon"), exports);
|
|
67
62
|
tslib_1.__exportStar(require("./SliderIcon"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./
|
|
69
|
-
tslib_1.__exportStar(require("./
|
|
70
|
-
tslib_1.__exportStar(require("./
|
|
63
|
+
tslib_1.__exportStar(require("./ArrowLeftFilledIcon"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./RoubleIcon"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./SaveIcon"), exports);
|
|
71
66
|
tslib_1.__exportStar(require("./PrintIcon"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./
|
|
67
|
+
tslib_1.__exportStar(require("./EyeOnIcon"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./EyeOffIcon"), exports);
|
|
73
69
|
tslib_1.__exportStar(require("./LockOffIcon"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./
|
|
75
|
-
tslib_1.__exportStar(require("./
|
|
76
|
-
tslib_1.__exportStar(require("./
|
|
77
|
-
tslib_1.__exportStar(require("./
|
|
78
|
-
tslib_1.__exportStar(require("./
|
|
70
|
+
tslib_1.__exportStar(require("./ArrowDownFilledIcon"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./ReloadIcon"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./PlayFilledIcon"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./LockOnIcon"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./DocumentIcon"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./MinusCircleIcon"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./GoForwardIcon"), exports);
|
|
79
77
|
tslib_1.__exportStar(require("./PlusCircleFilledIcon"), exports);
|
|
80
78
|
tslib_1.__exportStar(require("./CheckCircleIcon"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./
|
|
79
|
+
tslib_1.__exportStar(require("./FolderIcon"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./CrossCircleFilledIcon"), exports);
|
|
82
81
|
tslib_1.__exportStar(require("./CircleIcon"), exports);
|
|
83
82
|
tslib_1.__exportStar(require("./PlusCircleIcon"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./MinusCircleFilledIcon"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./BanIcon"), exports);
|
|
84
85
|
tslib_1.__exportStar(require("./DotIcon"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./
|
|
86
|
-
tslib_1.__exportStar(require("./
|
|
86
|
+
tslib_1.__exportStar(require("./WarningTriangleFilledIcon"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./ChartIcon"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./WarningTriangleIcon"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./ParagraphIcon"), exports);
|
|
90
|
+
tslib_1.__exportStar(require("./MenuVerticalIcon"), exports);
|
|
91
|
+
tslib_1.__exportStar(require("./CheckCircleFilledIcon"), exports);
|
|
92
|
+
tslib_1.__exportStar(require("./WarningCircleFilledIcon"), exports);
|
|
93
|
+
tslib_1.__exportStar(require("./MenuHorizontalIcon"), exports);
|
|
94
|
+
tslib_1.__exportStar(require("./ChevronDoubleRightIcon"), exports);
|
|
95
|
+
tslib_1.__exportStar(require("./ChevronCircleTopIcon"), exports);
|
|
96
|
+
tslib_1.__exportStar(require("./CheckDoubleIcon"), exports);
|
|
97
|
+
tslib_1.__exportStar(require("./StarFilledIcon"), exports);
|
|
98
|
+
tslib_1.__exportStar(require("./StarIcon"), exports);
|
|
87
99
|
tslib_1.__exportStar(require("./ClockIcon"), exports);
|
|
100
|
+
tslib_1.__exportStar(require("./FrameIcon"), exports);
|
|
101
|
+
tslib_1.__exportStar(require("./WarningCircleIcon"), exports);
|
|
102
|
+
tslib_1.__exportStar(require("./ClockFilledIcon"), exports);
|
|
103
|
+
tslib_1.__exportStar(require("./CheckIcon"), exports);
|
|
104
|
+
tslib_1.__exportStar(require("./ChevronDoubleUpIcon"), exports);
|
|
105
|
+
tslib_1.__exportStar(require("./CrossIcon"), exports);
|
|
106
|
+
tslib_1.__exportStar(require("./ChevronDoubleDownIcon"), exports);
|
|
107
|
+
tslib_1.__exportStar(require("./ChevronLeftIcon"), exports);
|
|
108
|
+
tslib_1.__exportStar(require("./ChevronRightIcon"), exports);
|
|
109
|
+
tslib_1.__exportStar(require("./ChevronDoubleLeftIcon"), exports);
|
|
110
|
+
tslib_1.__exportStar(require("./ArrowLeftIcon"), exports);
|
|
88
111
|
tslib_1.__exportStar(require("./SearchIcon"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./
|
|
90
|
-
tslib_1.__exportStar(require("./
|
|
91
|
-
tslib_1.__exportStar(require("./
|
|
112
|
+
tslib_1.__exportStar(require("./ArrowRightIcon"), exports);
|
|
113
|
+
tslib_1.__exportStar(require("./ChevronUpIcon"), exports);
|
|
114
|
+
tslib_1.__exportStar(require("./ChatWarningIcon"), exports);
|
|
115
|
+
tslib_1.__exportStar(require("./MinusIcon"), exports);
|
|
92
116
|
tslib_1.__exportStar(require("./SortIcon"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./PlayIcon"), exports);
|
|
94
|
-
tslib_1.__exportStar(require("./WarningCircleIcon"), exports);
|
|
95
|
-
tslib_1.__exportStar(require("./CallBackIcon"), exports);
|
|
96
|
-
tslib_1.__exportStar(require("./PauseIcon"), exports);
|
|
97
117
|
tslib_1.__exportStar(require("./SendIcon"), exports);
|
|
98
|
-
tslib_1.__exportStar(require("./
|
|
99
|
-
tslib_1.__exportStar(require("./
|
|
118
|
+
tslib_1.__exportStar(require("./PlusIcon"), exports);
|
|
119
|
+
tslib_1.__exportStar(require("./AttachmentIcon"), exports);
|
|
120
|
+
tslib_1.__exportStar(require("./RefreshIcon"), exports);
|
|
121
|
+
tslib_1.__exportStar(require("./SmileIcon"), exports);
|
|
100
122
|
tslib_1.__exportStar(require("./ChatWithLineIcon"), exports);
|
|
101
|
-
tslib_1.__exportStar(require("./ArrowRightIcon"), exports);
|
|
102
|
-
tslib_1.__exportStar(require("./ParagraphIcon"), exports);
|
|
103
|
-
tslib_1.__exportStar(require("./MapPinFilledIcon"), exports);
|
|
104
|
-
tslib_1.__exportStar(require("./SortDownIcon"), exports);
|
|
105
|
-
tslib_1.__exportStar(require("./StarIcon"), exports);
|
|
106
|
-
tslib_1.__exportStar(require("./ArrowLeftIcon"), exports);
|
|
107
|
-
tslib_1.__exportStar(require("./ChevronLeftIcon"), exports);
|
|
108
|
-
tslib_1.__exportStar(require("./DeleteIcon"), exports);
|
|
109
|
-
tslib_1.__exportStar(require("./WarningTriangleIcon"), exports);
|
|
110
|
-
tslib_1.__exportStar(require("./ExternalLinkIcon"), exports);
|
|
111
|
-
tslib_1.__exportStar(require("./EditIcon"), exports);
|
|
112
|
-
tslib_1.__exportStar(require("./CalendarIcon"), exports);
|
|
113
|
-
tslib_1.__exportStar(require("./ChevronDoubleUpIcon"), exports);
|
|
114
|
-
tslib_1.__exportStar(require("./ChartIcon"), exports);
|
|
115
|
-
tslib_1.__exportStar(require("./ChevronDoubleRightIcon"), exports);
|
|
116
|
-
tslib_1.__exportStar(require("./QrCodeIcon"), exports);
|
|
117
|
-
tslib_1.__exportStar(require("./CheckDoubleIcon"), exports);
|
|
118
123
|
tslib_1.__exportStar(require("./ChatMenuIcon"), exports);
|
|
119
|
-
tslib_1.__exportStar(require("./
|
|
120
|
-
tslib_1.__exportStar(require("./
|
|
121
|
-
tslib_1.__exportStar(require("./
|
|
122
|
-
tslib_1.__exportStar(require("./
|
|
123
|
-
tslib_1.__exportStar(require("./
|
|
124
|
-
tslib_1.__exportStar(require("./WarningCircleFilledIcon"), exports);
|
|
125
|
-
tslib_1.__exportStar(require("./MapPinIcon"), exports);
|
|
124
|
+
tslib_1.__exportStar(require("./EditIcon"), exports);
|
|
125
|
+
tslib_1.__exportStar(require("./DarkIcon"), exports);
|
|
126
|
+
tslib_1.__exportStar(require("./DeleteIcon"), exports);
|
|
127
|
+
tslib_1.__exportStar(require("./CallIcon"), exports);
|
|
128
|
+
tslib_1.__exportStar(require("./CrossCircleIcon"), exports);
|
|
126
129
|
tslib_1.__exportStar(require("./CopyIcon"), exports);
|
|
130
|
+
tslib_1.__exportStar(require("./EnterIcon"), exports);
|
|
127
131
|
tslib_1.__exportStar(require("./ExitIcon"), exports);
|
|
128
|
-
tslib_1.__exportStar(require("./
|
|
129
|
-
tslib_1.__exportStar(require("./
|
|
130
|
-
tslib_1.__exportStar(require("./
|
|
131
|
-
tslib_1.__exportStar(require("./DeviceErrorIcon"), exports);
|
|
132
|
-
tslib_1.__exportStar(require("./FrameIcon"), exports);
|
|
133
|
-
tslib_1.__exportStar(require("./AttachmentIcon"), exports);
|
|
134
|
-
tslib_1.__exportStar(require("./DeviceIcon"), exports);
|
|
135
|
-
tslib_1.__exportStar(require("./ReplyIcon"), exports);
|
|
132
|
+
tslib_1.__exportStar(require("./RobotIcon"), exports);
|
|
133
|
+
tslib_1.__exportStar(require("./ExternalLinkIcon"), exports);
|
|
134
|
+
tslib_1.__exportStar(require("./CallInIcon"), exports);
|
|
136
135
|
tslib_1.__exportStar(require("./MonitorIcon"), exports);
|
|
136
|
+
tslib_1.__exportStar(require("./SortUpIcon"), exports);
|
|
137
|
+
tslib_1.__exportStar(require("./SortDefaultIcon"), exports);
|
|
138
|
+
tslib_1.__exportStar(require("./HouseIcon"), exports);
|
|
139
|
+
tslib_1.__exportStar(require("./CallBackIcon"), exports);
|
|
140
|
+
tslib_1.__exportStar(require("./ChevronDownIcon"), exports);
|
|
141
|
+
tslib_1.__exportStar(require("./CalendarIcon"), exports);
|
|
137
142
|
tslib_1.__exportStar(require("./ResizeIcon"), exports);
|
|
138
|
-
tslib_1.__exportStar(require("./
|
|
139
|
-
tslib_1.__exportStar(require("./PlusIcon"), exports);
|
|
143
|
+
tslib_1.__exportStar(require("./SortDownIcon"), exports);
|
|
140
144
|
tslib_1.__exportStar(require("./PercentIcon"), exports);
|
|
141
|
-
tslib_1.__exportStar(require("./
|
|
142
|
-
tslib_1.__exportStar(require("./
|
|
143
|
-
tslib_1.__exportStar(require("./ChevronDoubleLeftIcon"), exports);
|
|
144
|
-
tslib_1.__exportStar(require("./MenuHorizontalIcon"), exports);
|
|
145
|
-
tslib_1.__exportStar(require("./MinusIcon"), exports);
|
|
146
|
-
tslib_1.__exportStar(require("./ChatWarningIcon"), exports);
|
|
147
|
-
tslib_1.__exportStar(require("./CheckIcon"), exports);
|
|
148
|
-
tslib_1.__exportStar(require("./HouseIcon"), exports);
|
|
149
|
-
tslib_1.__exportStar(require("./SortDefaultIcon"), exports);
|
|
150
|
-
tslib_1.__exportStar(require("./BanIcon"), exports);
|
|
145
|
+
tslib_1.__exportStar(require("./DeviceSuccessIcon"), exports);
|
|
146
|
+
tslib_1.__exportStar(require("./DeviceErrorIcon"), exports);
|
|
151
147
|
tslib_1.__exportStar(require("./PowerIcon"), exports);
|
|
152
|
-
tslib_1.__exportStar(require("./
|
|
153
|
-
tslib_1.__exportStar(require("./
|
|
154
|
-
tslib_1.__exportStar(require("./
|
|
155
|
-
tslib_1.__exportStar(require("./
|
|
156
|
-
tslib_1.__exportStar(require("./
|
|
157
|
-
tslib_1.__exportStar(require("./
|
|
158
|
-
tslib_1.__exportStar(require("./ChevronDoubleDownIcon"), exports);
|
|
159
|
-
tslib_1.__exportStar(require("./ClockFilledIcon"), exports);
|
|
160
|
-
tslib_1.__exportStar(require("./PledgeIcon"), exports);
|
|
148
|
+
tslib_1.__exportStar(require("./PlayIcon"), exports);
|
|
149
|
+
tslib_1.__exportStar(require("./BetweenIcon"), exports);
|
|
150
|
+
tslib_1.__exportStar(require("./DeviceIcon"), exports);
|
|
151
|
+
tslib_1.__exportStar(require("./PauseIcon"), exports);
|
|
152
|
+
tslib_1.__exportStar(require("./SquareMetersIcon"), exports);
|
|
153
|
+
tslib_1.__exportStar(require("./NewsIcon"), exports);
|
|
161
154
|
tslib_1.__exportStar(require("./OverdueIcon"), exports);
|
|
162
|
-
tslib_1.__exportStar(require("./
|
|
155
|
+
tslib_1.__exportStar(require("./QrCodeIcon"), exports);
|
|
156
|
+
tslib_1.__exportStar(require("./MapPinFilledIcon"), exports);
|
|
157
|
+
tslib_1.__exportStar(require("./MapPinIcon"), exports);
|
|
163
158
|
tslib_1.__exportStar(require("./DocumentSuccessIcon"), exports);
|
|
164
|
-
tslib_1.__exportStar(require("./
|
|
165
|
-
tslib_1.__exportStar(require("./
|
|
159
|
+
tslib_1.__exportStar(require("./LogsIcon"), exports);
|
|
160
|
+
tslib_1.__exportStar(require("./ForwardIcon"), exports);
|
|
161
|
+
tslib_1.__exportStar(require("./DirhamIcon"), exports);
|
|
162
|
+
tslib_1.__exportStar(require("./ReplyIcon"), exports);
|
|
163
|
+
tslib_1.__exportStar(require("./PledgeIcon"), exports);
|
|
166
164
|
tslib_1.__exportStar(require("./AustralianDollarIcon"), exports);
|
|
165
|
+
tslib_1.__exportStar(require("./DollarIcon"), exports);
|
|
166
|
+
tslib_1.__exportStar(require("./TengeIcon"), exports);
|
|
167
|
+
tslib_1.__exportStar(require("./CanadianDollarIcon"), exports);
|
|
168
|
+
tslib_1.__exportStar(require("./DramIcon"), exports);
|
|
169
|
+
tslib_1.__exportStar(require("./FrozenIcon"), exports);
|
|
170
|
+
tslib_1.__exportStar(require("./SomIcon"), exports);
|
|
171
|
+
tslib_1.__exportStar(require("./EuroIcon"), exports);
|
|
172
|
+
tslib_1.__exportStar(require("./FrankIcon"), exports);
|
|
173
|
+
tslib_1.__exportStar(require("./YuanIcon"), exports);
|
|
167
174
|
tslib_1.__exportStar(require("./PlasticCardIcon"), exports);
|
|
175
|
+
tslib_1.__exportStar(require("./PlasticCardActiveIcon"), exports);
|
|
176
|
+
tslib_1.__exportStar(require("./PlasticCardAddIcon"), exports);
|
|
177
|
+
tslib_1.__exportStar(require("./LeadIcon"), exports);
|
|
178
|
+
tslib_1.__exportStar(require("./PlasticCardFilledIcon"), exports);
|
|
179
|
+
tslib_1.__exportStar(require("./LiraIcon"), exports);
|
|
180
|
+
tslib_1.__exportStar(require("./DigitalCardIcon"), exports);
|
|
181
|
+
tslib_1.__exportStar(require("./FolderOpenIcon"), exports);
|
|
182
|
+
tslib_1.__exportStar(require("./GbpIcon"), exports);
|
|
168
183
|
tslib_1.__exportStar(require("./PlasticCardSavedIcon"), exports);
|
|
169
|
-
tslib_1.__exportStar(require("./
|
|
170
|
-
tslib_1.__exportStar(require("./
|
|
184
|
+
tslib_1.__exportStar(require("./VideoOnIcon"), exports);
|
|
185
|
+
tslib_1.__exportStar(require("./MicOnIcon"), exports);
|
|
186
|
+
tslib_1.__exportStar(require("./SoundOnIcon"), exports);
|
|
171
187
|
tslib_1.__exportStar(require("./MicOffIcon"), exports);
|
|
172
|
-
tslib_1.__exportStar(require("./
|
|
173
|
-
tslib_1.__exportStar(require("./
|
|
174
|
-
tslib_1.__exportStar(require("./
|
|
175
|
-
tslib_1.__exportStar(require("./
|
|
188
|
+
tslib_1.__exportStar(require("./VideoOffIcon"), exports);
|
|
189
|
+
tslib_1.__exportStar(require("./TasksIcon"), exports);
|
|
190
|
+
tslib_1.__exportStar(require("./RotateRightIcon"), exports);
|
|
191
|
+
tslib_1.__exportStar(require("./LocationIcon"), exports);
|
|
176
192
|
tslib_1.__exportStar(require("./RotateLeftIcon"), exports);
|
|
177
|
-
tslib_1.__exportStar(require("./
|
|
193
|
+
tslib_1.__exportStar(require("./FilterClearIcon"), exports);
|
|
194
|
+
tslib_1.__exportStar(require("./RoubleCircleIcon"), exports);
|
|
195
|
+
tslib_1.__exportStar(require("./RoubleCircleFilledIcon"), exports);
|
|
196
|
+
tslib_1.__exportStar(require("./BurgerIcon"), exports);
|
|
197
|
+
tslib_1.__exportStar(require("./SecurityIcon"), exports);
|
|
198
|
+
tslib_1.__exportStar(require("./UploadCloudIcon"), exports);
|
|
178
199
|
tslib_1.__exportStar(require("./ArrowUpIcon"), exports);
|
|
200
|
+
tslib_1.__exportStar(require("./ImageIcon"), exports);
|
|
201
|
+
tslib_1.__exportStar(require("./FlameIcon"), exports);
|
|
179
202
|
tslib_1.__exportStar(require("./SoundOffIcon"), exports);
|
|
180
|
-
tslib_1.__exportStar(require("./
|
|
181
|
-
tslib_1.__exportStar(require("./SecurityIcon"), exports);
|
|
182
|
-
tslib_1.__exportStar(require("./BarcodeIcon"), exports);
|
|
183
|
-
tslib_1.__exportStar(require("./ArrowDownIcon"), exports);
|
|
184
|
-
tslib_1.__exportStar(require("./LocationIcon"), exports);
|
|
185
|
-
tslib_1.__exportStar(require("./CartHandIcon"), exports);
|
|
186
|
-
tslib_1.__exportStar(require("./GlobeIcon"), exports);
|
|
203
|
+
tslib_1.__exportStar(require("./ShareIcon"), exports);
|
|
187
204
|
tslib_1.__exportStar(require("./TransferIcon"), exports);
|
|
188
|
-
tslib_1.__exportStar(require("./
|
|
189
|
-
tslib_1.__exportStar(require("./
|
|
190
|
-
tslib_1.__exportStar(require("./
|
|
191
|
-
tslib_1.__exportStar(require("./RequestIcon"), exports);
|
|
192
|
-
tslib_1.__exportStar(require("./LeadIcon"), exports);
|
|
193
|
-
tslib_1.__exportStar(require("./VideoOffIcon"), exports);
|
|
194
|
-
tslib_1.__exportStar(require("./CatalogIcon"), exports);
|
|
195
|
-
tslib_1.__exportStar(require("./LimitsIcon"), exports);
|
|
196
|
-
tslib_1.__exportStar(require("./Face2Icon"), exports);
|
|
197
|
-
tslib_1.__exportStar(require("./UploadCloudIcon"), exports);
|
|
198
|
-
tslib_1.__exportStar(require("./YuanIcon"), exports);
|
|
199
|
-
tslib_1.__exportStar(require("./AlertOffIcon"), exports);
|
|
205
|
+
tslib_1.__exportStar(require("./ChatMessageFilledIcon"), exports);
|
|
206
|
+
tslib_1.__exportStar(require("./KeyboardMobileIcon"), exports);
|
|
207
|
+
tslib_1.__exportStar(require("./CallActiveIcon"), exports);
|
|
200
208
|
tslib_1.__exportStar(require("./BoxIcon"), exports);
|
|
201
|
-
tslib_1.__exportStar(require("./PlasticCardActiveIcon"), exports);
|
|
202
209
|
tslib_1.__exportStar(require("./TurnRightIcon"), exports);
|
|
203
|
-
tslib_1.__exportStar(require("./
|
|
204
|
-
tslib_1.__exportStar(require("./
|
|
205
|
-
tslib_1.__exportStar(require("./
|
|
206
|
-
tslib_1.__exportStar(require("./
|
|
207
|
-
tslib_1.__exportStar(require("./
|
|
208
|
-
tslib_1.__exportStar(require("./
|
|
209
|
-
tslib_1.__exportStar(require("./
|
|
210
|
-
tslib_1.__exportStar(require("./
|
|
211
|
-
tslib_1.__exportStar(require("./RotateRightIcon"), exports);
|
|
212
|
-
tslib_1.__exportStar(require("./GroupUserIcon"), exports);
|
|
210
|
+
tslib_1.__exportStar(require("./LightIcon"), exports);
|
|
211
|
+
tslib_1.__exportStar(require("./CardGridIcon"), exports);
|
|
212
|
+
tslib_1.__exportStar(require("./CatalogIcon"), exports);
|
|
213
|
+
tslib_1.__exportStar(require("./ArrowDownIcon"), exports);
|
|
214
|
+
tslib_1.__exportStar(require("./ChatMessageIcon"), exports);
|
|
215
|
+
tslib_1.__exportStar(require("./ProfileIcon"), exports);
|
|
216
|
+
tslib_1.__exportStar(require("./FundIcon"), exports);
|
|
217
|
+
tslib_1.__exportStar(require("./CommentIcon"), exports);
|
|
213
218
|
tslib_1.__exportStar(require("./ChatInfoIcon"), exports);
|
|
214
|
-
tslib_1.__exportStar(require("./
|
|
215
|
-
tslib_1.__exportStar(require("./
|
|
216
|
-
tslib_1.__exportStar(require("./
|
|
217
|
-
tslib_1.__exportStar(require("./CallActiveIcon"), exports);
|
|
218
|
-
tslib_1.__exportStar(require("./ChatMessageFilledIcon"), exports);
|
|
219
|
+
tslib_1.__exportStar(require("./TechChatIcon"), exports);
|
|
220
|
+
tslib_1.__exportStar(require("./FundFilledIcon"), exports);
|
|
221
|
+
tslib_1.__exportStar(require("./LimitsIcon"), exports);
|
|
219
222
|
tslib_1.__exportStar(require("./DashboardIcon"), exports);
|
|
220
|
-
tslib_1.__exportStar(require("./
|
|
221
|
-
tslib_1.__exportStar(require("./
|
|
222
|
-
tslib_1.__exportStar(require("./
|
|
223
|
-
tslib_1.__exportStar(require("./
|
|
224
|
-
tslib_1.__exportStar(require("./KeyboardMobileIcon"), exports);
|
|
225
|
-
tslib_1.__exportStar(require("./DigitalCardIcon"), exports);
|
|
226
|
-
tslib_1.__exportStar(require("./PlasticCardFilledIcon"), exports);
|
|
227
|
-
tslib_1.__exportStar(require("./ChatMessageIcon"), exports);
|
|
228
|
-
tslib_1.__exportStar(require("./DramIcon"), exports);
|
|
229
|
-
tslib_1.__exportStar(require("./TasksIcon"), exports);
|
|
230
|
-
tslib_1.__exportStar(require("./TengeIcon"), exports);
|
|
223
|
+
tslib_1.__exportStar(require("./RequestIcon"), exports);
|
|
224
|
+
tslib_1.__exportStar(require("./StatisticIcon"), exports);
|
|
225
|
+
tslib_1.__exportStar(require("./TemplatesIcon"), exports);
|
|
226
|
+
tslib_1.__exportStar(require("./AlertOffIcon"), exports);
|
|
231
227
|
tslib_1.__exportStar(require("./WidgetIcon"), exports);
|
|
228
|
+
tslib_1.__exportStar(require("./GlobeIcon"), exports);
|
|
229
|
+
tslib_1.__exportStar(require("./FilledNFCIcon"), exports);
|
|
230
|
+
tslib_1.__exportStar(require("./BillIcon"), exports);
|
|
231
|
+
tslib_1.__exportStar(require("./RateIcon"), exports);
|
|
232
232
|
tslib_1.__exportStar(require("./AlertOnIcon"), exports);
|
|
233
|
-
tslib_1.__exportStar(require("./
|
|
234
|
-
tslib_1.__exportStar(require("./
|
|
235
|
-
tslib_1.__exportStar(require("./
|
|
236
|
-
tslib_1.__exportStar(require("./
|
|
237
|
-
tslib_1.__exportStar(require("./FilterClearIcon"), exports);
|
|
238
|
-
tslib_1.__exportStar(require("./FlameIcon"), exports);
|
|
239
|
-
tslib_1.__exportStar(require("./GbpIcon"), exports);
|
|
240
|
-
tslib_1.__exportStar(require("./RoubleCircleIcon"), exports);
|
|
233
|
+
tslib_1.__exportStar(require("./BarcodeIcon"), exports);
|
|
234
|
+
tslib_1.__exportStar(require("./BarcodeScanIcon"), exports);
|
|
235
|
+
tslib_1.__exportStar(require("./CartHandIcon"), exports);
|
|
236
|
+
tslib_1.__exportStar(require("./EventIcon"), exports);
|
|
241
237
|
tslib_1.__exportStar(require("./DevicesIcon"), exports);
|
|
242
|
-
tslib_1.__exportStar(require("./
|
|
243
|
-
tslib_1.__exportStar(require("./
|
|
244
|
-
tslib_1.__exportStar(require("./
|
|
245
|
-
tslib_1.__exportStar(require("./
|
|
246
|
-
tslib_1.__exportStar(require("./
|
|
238
|
+
tslib_1.__exportStar(require("./AccountIcon"), exports);
|
|
239
|
+
tslib_1.__exportStar(require("./SupportIcon"), exports);
|
|
240
|
+
tslib_1.__exportStar(require("./WindowIcon"), exports);
|
|
241
|
+
tslib_1.__exportStar(require("./Face2Icon"), exports);
|
|
242
|
+
tslib_1.__exportStar(require("./GroupUserIcon"), exports);
|
|
243
|
+
tslib_1.__exportStar(require("./CardScanIcon"), exports);
|
|
247
244
|
tslib_1.__exportStar(require("./PromoIcon"), exports);
|
|
248
|
-
tslib_1.__exportStar(require("./Number06Icon"), exports);
|
|
249
|
-
tslib_1.__exportStar(require("./PlusSmallIcon"), exports);
|
|
250
|
-
tslib_1.__exportStar(require("./ModeIcon"), exports);
|
|
251
|
-
tslib_1.__exportStar(require("./ShoppingBagIcon"), exports);
|
|
252
|
-
tslib_1.__exportStar(require("./CameraScanIcon"), exports);
|
|
253
|
-
tslib_1.__exportStar(require("./TextSharpIcon"), exports);
|
|
254
|
-
tslib_1.__exportStar(require("./Number02Icon"), exports);
|
|
255
|
-
tslib_1.__exportStar(require("./GridIcon"), exports);
|
|
256
|
-
tslib_1.__exportStar(require("./CoinShareIcon"), exports);
|
|
257
|
-
tslib_1.__exportStar(require("./ArrowTransferDiagonalIcon"), exports);
|
|
258
|
-
tslib_1.__exportStar(require("./BoltIcon"), exports);
|
|
259
|
-
tslib_1.__exportStar(require("./UserIcon"), exports);
|
|
260
|
-
tslib_1.__exportStar(require("./TaxesIcon"), exports);
|
|
261
|
-
tslib_1.__exportStar(require("./CoinDownIcon"), exports);
|
|
262
|
-
tslib_1.__exportStar(require("./PinOffIcon"), exports);
|
|
263
|
-
tslib_1.__exportStar(require("./StudyIcon"), exports);
|
|
264
|
-
tslib_1.__exportStar(require("./PlaneIcon"), exports);
|
|
265
|
-
tslib_1.__exportStar(require("./FingerprintIcon"), exports);
|
|
266
|
-
tslib_1.__exportStar(require("./PercentFilledIcon"), exports);
|
|
267
|
-
tslib_1.__exportStar(require("./LeafIcon"), exports);
|
|
268
|
-
tslib_1.__exportStar(require("./ArrowRightDownIcon"), exports);
|
|
269
|
-
tslib_1.__exportStar(require("./DotBigIcon"), exports);
|
|
270
|
-
tslib_1.__exportStar(require("./KeyboardDesktopIcon"), exports);
|
|
271
|
-
tslib_1.__exportStar(require("./UploadFileIcon"), exports);
|
|
272
|
-
tslib_1.__exportStar(require("./NumberIcon"), exports);
|
|
273
|
-
tslib_1.__exportStar(require("./LampIcon"), exports);
|
|
274
|
-
tslib_1.__exportStar(require("./Number07Icon"), exports);
|
|
275
|
-
tslib_1.__exportStar(require("./HammerIcon"), exports);
|
|
276
|
-
tslib_1.__exportStar(require("./CircleFillIcon"), exports);
|
|
277
|
-
tslib_1.__exportStar(require("./Number05Icon"), exports);
|
|
278
|
-
tslib_1.__exportStar(require("./DownloadFileIcon"), exports);
|
|
279
|
-
tslib_1.__exportStar(require("./UserPlusIcon"), exports);
|
|
280
245
|
tslib_1.__exportStar(require("./LabelIcon"), exports);
|
|
281
246
|
tslib_1.__exportStar(require("./Number01Icon"), exports);
|
|
247
|
+
tslib_1.__exportStar(require("./TextStarIcon"), exports);
|
|
248
|
+
tslib_1.__exportStar(require("./CallEndIcon"), exports);
|
|
249
|
+
tslib_1.__exportStar(require("./Number02Icon"), exports);
|
|
250
|
+
tslib_1.__exportStar(require("./Number07Icon"), exports);
|
|
282
251
|
tslib_1.__exportStar(require("./Number04Icon"), exports);
|
|
283
|
-
tslib_1.__exportStar(require("./
|
|
284
|
-
tslib_1.__exportStar(require("./LanguageIcon"), exports);
|
|
252
|
+
tslib_1.__exportStar(require("./FingerprintIcon"), exports);
|
|
285
253
|
tslib_1.__exportStar(require("./GiftIcon"), exports);
|
|
254
|
+
tslib_1.__exportStar(require("./CartWheelIcon"), exports);
|
|
255
|
+
tslib_1.__exportStar(require("./Number08Icon"), exports);
|
|
256
|
+
tslib_1.__exportStar(require("./TextSharpIcon"), exports);
|
|
286
257
|
tslib_1.__exportStar(require("./Number09Icon"), exports);
|
|
287
|
-
tslib_1.__exportStar(require("./ArrowRightCircleIcon"), exports);
|
|
288
|
-
tslib_1.__exportStar(require("./PinOnIcon"), exports);
|
|
289
|
-
tslib_1.__exportStar(require("./UserCheckIcon"), exports);
|
|
290
|
-
tslib_1.__exportStar(require("./BookPenIcon"), exports);
|
|
291
|
-
tslib_1.__exportStar(require("./FlagIcon"), exports);
|
|
292
|
-
tslib_1.__exportStar(require("./Number00Icon"), exports);
|
|
293
|
-
tslib_1.__exportStar(require("./ListIcon"), exports);
|
|
294
|
-
tslib_1.__exportStar(require("./CrossSmallIcon"), exports);
|
|
295
258
|
tslib_1.__exportStar(require("./CartWheelFilledIcon"), exports);
|
|
259
|
+
tslib_1.__exportStar(require("./BoltIcon"), exports);
|
|
260
|
+
tslib_1.__exportStar(require("./Number05Icon"), exports);
|
|
261
|
+
tslib_1.__exportStar(require("./Number00Icon"), exports);
|
|
262
|
+
tslib_1.__exportStar(require("./Number06Icon"), exports);
|
|
263
|
+
tslib_1.__exportStar(require("./Number03Icon"), exports);
|
|
264
|
+
tslib_1.__exportStar(require("./DotBigIcon"), exports);
|
|
265
|
+
tslib_1.__exportStar(require("./CaseDiagramIcon"), exports);
|
|
266
|
+
tslib_1.__exportStar(require("./CarIcon"), exports);
|
|
296
267
|
tslib_1.__exportStar(require("./BagIcon"), exports);
|
|
297
|
-
tslib_1.__exportStar(require("./
|
|
298
|
-
tslib_1.__exportStar(require("./CalculatorIcon"), exports);
|
|
268
|
+
tslib_1.__exportStar(require("./ArrowRightCircleIcon"), exports);
|
|
299
269
|
tslib_1.__exportStar(require("./ArrowRightRectangleIcon"), exports);
|
|
270
|
+
tslib_1.__exportStar(require("./BuildingIcon"), exports);
|
|
271
|
+
tslib_1.__exportStar(require("./TariffIcon"), exports);
|
|
272
|
+
tslib_1.__exportStar(require("./CircleFillIcon"), exports);
|
|
273
|
+
tslib_1.__exportStar(require("./CaseIcon"), exports);
|
|
274
|
+
tslib_1.__exportStar(require("./CrossSmallIcon"), exports);
|
|
300
275
|
tslib_1.__exportStar(require("./MapIcon"), exports);
|
|
301
|
-
tslib_1.__exportStar(require("./
|
|
302
|
-
tslib_1.__exportStar(require("./
|
|
303
|
-
tslib_1.__exportStar(require("./
|
|
304
|
-
tslib_1.__exportStar(require("./
|
|
305
|
-
tslib_1.__exportStar(require("./
|
|
306
|
-
tslib_1.__exportStar(require("./
|
|
307
|
-
tslib_1.__exportStar(require("./
|
|
308
|
-
tslib_1.__exportStar(require("./
|
|
276
|
+
tslib_1.__exportStar(require("./NumberIcon"), exports);
|
|
277
|
+
tslib_1.__exportStar(require("./PercentFilledIcon"), exports);
|
|
278
|
+
tslib_1.__exportStar(require("./FlagIcon"), exports);
|
|
279
|
+
tslib_1.__exportStar(require("./PinOffIcon"), exports);
|
|
280
|
+
tslib_1.__exportStar(require("./GridIcon"), exports);
|
|
281
|
+
tslib_1.__exportStar(require("./CoinDownIcon"), exports);
|
|
282
|
+
tslib_1.__exportStar(require("./KeyboardDesktopIcon"), exports);
|
|
283
|
+
tslib_1.__exportStar(require("./ListIcon"), exports);
|
|
284
|
+
tslib_1.__exportStar(require("./SafeIcon"), exports);
|
|
285
|
+
tslib_1.__exportStar(require("./PlusSmallIcon"), exports);
|
|
286
|
+
tslib_1.__exportStar(require("./PinOnIcon"), exports);
|
|
287
|
+
tslib_1.__exportStar(require("./UserGroupIcon"), exports);
|
|
288
|
+
tslib_1.__exportStar(require("./TextIcon"), exports);
|
|
309
289
|
tslib_1.__exportStar(require("./BoatIcon"), exports);
|
|
310
|
-
tslib_1.__exportStar(require("./
|
|
311
|
-
tslib_1.__exportStar(require("./
|
|
290
|
+
tslib_1.__exportStar(require("./UserIcon"), exports);
|
|
291
|
+
tslib_1.__exportStar(require("./UserPlusIcon"), exports);
|
|
292
|
+
tslib_1.__exportStar(require("./LampIcon"), exports);
|
|
312
293
|
tslib_1.__exportStar(require("./ThreeLinesIcon"), exports);
|
|
294
|
+
tslib_1.__exportStar(require("./WashingIcon"), exports);
|
|
295
|
+
tslib_1.__exportStar(require("./KeyIcon"), exports);
|
|
296
|
+
tslib_1.__exportStar(require("./ShoppingBagIcon"), exports);
|
|
297
|
+
tslib_1.__exportStar(require("./BookPenIcon"), exports);
|
|
298
|
+
tslib_1.__exportStar(require("./HammerIcon"), exports);
|
|
299
|
+
tslib_1.__exportStar(require("./DownloadFileIcon"), exports);
|
|
300
|
+
tslib_1.__exportStar(require("./CoinShareIcon"), exports);
|
|
301
|
+
tslib_1.__exportStar(require("./ArrowTransferDiagonalIcon"), exports);
|
|
302
|
+
tslib_1.__exportStar(require("./StudyIcon"), exports);
|
|
303
|
+
tslib_1.__exportStar(require("./UploadFileIcon"), exports);
|
|
313
304
|
tslib_1.__exportStar(require("./GlassesIcon"), exports);
|
|
314
|
-
tslib_1.__exportStar(require("./SafeIcon"), exports);
|
|
315
|
-
tslib_1.__exportStar(require("./FineIcon"), exports);
|
|
316
|
-
tslib_1.__exportStar(require("./UserGroupIcon"), exports);
|
|
317
305
|
tslib_1.__exportStar(require("./MultiAccountIcon"), exports);
|
|
306
|
+
tslib_1.__exportStar(require("./CalendarCheckIcon"), exports);
|
|
307
|
+
tslib_1.__exportStar(require("./PlaneIcon"), exports);
|
|
308
|
+
tslib_1.__exportStar(require("./KronaIcon"), exports);
|
|
309
|
+
tslib_1.__exportStar(require("./CalendarTengeIcon"), exports);
|
|
310
|
+
tslib_1.__exportStar(require("./LeafIcon"), exports);
|
|
311
|
+
tslib_1.__exportStar(require("./ATMIcon"), exports);
|
|
312
|
+
tslib_1.__exportStar(require("./CalendarMortgageIcon"), exports);
|
|
313
|
+
tslib_1.__exportStar(require("./ModeIcon"), exports);
|
|
314
|
+
tslib_1.__exportStar(require("./GlobeIncomeIcon"), exports);
|
|
315
|
+
tslib_1.__exportStar(require("./CalculatorIcon"), exports);
|
|
316
|
+
tslib_1.__exportStar(require("./LanguageIcon"), exports);
|
|
317
|
+
tslib_1.__exportStar(require("./UserCheckIcon"), exports);
|
|
318
318
|
tslib_1.__exportStar(require("./CallTerminatedIcon"), exports);
|
|
319
|
-
tslib_1.__exportStar(require("./
|
|
320
|
-
tslib_1.__exportStar(require("./
|
|
321
|
-
tslib_1.__exportStar(require("./
|
|
319
|
+
tslib_1.__exportStar(require("./TelemedicineIcon"), exports);
|
|
320
|
+
tslib_1.__exportStar(require("./ArrowRightDownIcon"), exports);
|
|
321
|
+
tslib_1.__exportStar(require("./CameraScanIcon"), exports);
|
|
322
|
+
tslib_1.__exportStar(require("./ArrowRightTopIcon"), exports);
|
|
323
|
+
tslib_1.__exportStar(require("./FineIcon"), exports);
|
|
322
324
|
tslib_1.__exportStar(require("./SMSIcon"), exports);
|
|
323
|
-
tslib_1.__exportStar(require("./BuildingIcon"), exports);
|
|
324
325
|
tslib_1.__exportStar(require("./DebtIcon"), exports);
|
|
325
|
-
tslib_1.__exportStar(require("./FlashDriverIcon"), exports);
|
|
326
|
-
tslib_1.__exportStar(require("./KeyboardClearIcon"), exports);
|
|
327
|
-
tslib_1.__exportStar(require("./StopIcon"), exports);
|
|
328
|
-
tslib_1.__exportStar(require("./BackwardIcon"), exports);
|
|
329
326
|
tslib_1.__exportStar(require("./CustodialWalletIcon"), exports);
|
|
330
|
-
tslib_1.__exportStar(require("./ForwardIcon"), exports);
|
|
331
|
-
tslib_1.__exportStar(require("./AIIcon"), exports);
|
|
332
327
|
tslib_1.__exportStar(require("./LikeIcon"), exports);
|
|
328
|
+
tslib_1.__exportStar(require("./DislikeIcon"), exports);
|
|
329
|
+
tslib_1.__exportStar(require("./FlashDriverIcon"), exports);
|
|
330
|
+
tslib_1.__exportStar(require("./TaxesIcon"), exports);
|
|
333
331
|
tslib_1.__exportStar(require("./DeviceAuthenticationIcon"), exports);
|
|
334
|
-
tslib_1.__exportStar(require("./VideoPlayIcon"), exports);
|
|
335
332
|
tslib_1.__exportStar(require("./LoadingFailedIcon"), exports);
|
|
336
|
-
tslib_1.__exportStar(require("./
|
|
333
|
+
tslib_1.__exportStar(require("./VideoPlayIcon"), exports);
|
|
334
|
+
tslib_1.__exportStar(require("./BackwardArrowIcon"), exports);
|
|
335
|
+
tslib_1.__exportStar(require("./KeyboardClearIcon"), exports);
|
|
336
|
+
tslib_1.__exportStar(require("./ForwardArrowIcon"), exports);
|
|
337
|
+
tslib_1.__exportStar(require("./StopIcon"), exports);
|
|
338
|
+
tslib_1.__exportStar(require("./DeliveryIcon"), exports);
|
|
339
|
+
tslib_1.__exportStar(require("./AIIcon"), exports);
|
|
340
|
+
tslib_1.__exportStar(require("./MagicWandIcon"), exports);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BrAIIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
var BrAIMIcon_1 = require("./BrAIMIcon");
|
|
7
|
+
var BrAISIcon_1 = require("./BrAISIcon");
|
|
8
|
+
exports.BrAIIcon = (0, react_1.forwardRef)(function (_a, ref) {
|
|
9
|
+
var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
|
|
10
|
+
switch (size) {
|
|
11
|
+
case 's':
|
|
12
|
+
return react_1.default.createElement(BrAISIcon_1.BrAISIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
13
|
+
case 'm':
|
|
14
|
+
return react_1.default.createElement(BrAIMIcon_1.BrAIMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
15
|
+
default:
|
|
16
|
+
return react_1.default.createElement(BrAIMIcon_1.BrAIMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
exports.BrAIIcon.displayName = 'BrAIIcon';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BrAIMIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.BrAIMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
|
|
7
|
+
react_1.default.createElement("path", { d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM5.12954 12C5.12954 15.7945 8.20555 18.8705 12 18.8705C15.7945 18.8705 18.8705 15.7945 18.8705 12C18.8705 8.20555 15.7945 5.12954 12 5.12954C8.20555 5.12954 5.12954 8.20555 5.12954 12Z", fill: "currentColor" }),
|
|
8
|
+
react_1.default.createElement("defs", null,
|
|
9
|
+
react_1.default.createElement("linearGradient", { id: "paint0_linear_12256_45", x1: "5.02484", y1: "5.32825", x2: "21.7038", y2: "18.3682", gradientUnits: "userSpaceOnUse" },
|
|
10
|
+
react_1.default.createElement("stop", { stopColor: "#00EB00" }),
|
|
11
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#000DFF" }))))); });
|
|
12
|
+
exports.BrAIMIcon.displayName = 'BrAIMIcon';
|