@metamask-previews/design-system-react 0.17.1-preview.1679aa9 → 0.22.0-preview.178e60f
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/CHANGELOG.md +66 -3
- package/dist/components/AvatarGroup/AvatarGroup.cjs +18 -13
- package/dist/components/AvatarGroup/AvatarGroup.cjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.cjs +16 -17
- package/dist/components/AvatarGroup/AvatarGroup.constants.cjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts +1 -2
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.cts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts +1 -2
- package/dist/components/AvatarGroup/AvatarGroup.constants.d.mts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.constants.mjs +1 -2
- package/dist/components/AvatarGroup/AvatarGroup.constants.mjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.d.cts +8 -21
- package/dist/components/AvatarGroup/AvatarGroup.d.cts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.d.mts +8 -21
- package/dist/components/AvatarGroup/AvatarGroup.d.mts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.mjs +9 -4
- package/dist/components/AvatarGroup/AvatarGroup.mjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.cjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts +7 -24
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts +7 -24
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.mjs.map +1 -1
- package/dist/components/AvatarGroup/index.cjs +3 -3
- package/dist/components/AvatarGroup/index.cjs.map +1 -1
- package/dist/components/AvatarGroup/index.d.cts +1 -1
- package/dist/components/AvatarGroup/index.d.cts.map +1 -1
- package/dist/components/AvatarGroup/index.d.mts +1 -1
- package/dist/components/AvatarGroup/index.d.mts.map +1 -1
- package/dist/components/AvatarGroup/index.mjs +1 -1
- package/dist/components/AvatarGroup/index.mjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.cjs +2 -2
- package/dist/components/AvatarIcon/AvatarIcon.cjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs +16 -16
- package/dist/components/AvatarIcon/AvatarIcon.constants.cjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.cts +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.cts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.mts +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.d.mts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.constants.mjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.d.cts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.d.mts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.mjs +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.mjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.cjs.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.d.cts +3 -19
- package/dist/components/AvatarIcon/AvatarIcon.types.d.cts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.d.mts +3 -19
- package/dist/components/AvatarIcon/AvatarIcon.types.d.mts.map +1 -1
- package/dist/components/AvatarIcon/AvatarIcon.types.mjs.map +1 -1
- package/dist/components/AvatarIcon/index.cjs +4 -4
- package/dist/components/AvatarIcon/index.cjs.map +1 -1
- package/dist/components/AvatarIcon/index.d.cts +1 -1
- package/dist/components/AvatarIcon/index.d.cts.map +1 -1
- package/dist/components/AvatarIcon/index.d.mts +1 -1
- package/dist/components/AvatarIcon/index.d.mts.map +1 -1
- package/dist/components/AvatarIcon/index.mjs +1 -1
- package/dist/components/AvatarIcon/index.mjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.cjs +2 -1
- package/dist/components/BadgeIcon/BadgeIcon.cjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.d.cts.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.d.mts.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.mjs +2 -1
- package/dist/components/BadgeIcon/BadgeIcon.mjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.cjs.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.d.cts +5 -7
- package/dist/components/BadgeIcon/BadgeIcon.types.d.cts.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.d.mts +5 -7
- package/dist/components/BadgeIcon/BadgeIcon.types.d.mts.map +1 -1
- package/dist/components/BadgeIcon/BadgeIcon.types.mjs.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.cjs +8 -8
- package/dist/components/BannerAlert/BannerAlert.constants.cjs.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.d.cts +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.d.cts.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.d.mts +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.d.mts.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.constants.mjs +2 -2
- package/dist/components/BannerAlert/BannerAlert.constants.mjs.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.d.cts +10 -12
- package/dist/components/BannerAlert/BannerAlert.d.cts.map +1 -1
- package/dist/components/BannerAlert/BannerAlert.d.mts +10 -12
- package/dist/components/BannerAlert/BannerAlert.d.mts.map +1 -1
- package/dist/components/BannerBase/BannerBase.cjs +5 -6
- package/dist/components/BannerBase/BannerBase.cjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.d.cts +7 -9
- package/dist/components/BannerBase/BannerBase.d.cts.map +1 -1
- package/dist/components/BannerBase/BannerBase.d.mts +7 -9
- package/dist/components/BannerBase/BannerBase.d.mts.map +1 -1
- package/dist/components/BannerBase/BannerBase.mjs +4 -5
- package/dist/components/BannerBase/BannerBase.mjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.types.cjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.types.d.cts +1 -5
- package/dist/components/BannerBase/BannerBase.types.d.cts.map +1 -1
- package/dist/components/BannerBase/BannerBase.types.d.mts +1 -5
- package/dist/components/BannerBase/BannerBase.types.d.mts.map +1 -1
- package/dist/components/BannerBase/BannerBase.types.mjs.map +1 -1
- package/dist/components/Box/Box.constants.cjs.map +1 -1
- package/dist/components/Box/Box.constants.d.cts +1 -1
- package/dist/components/Box/Box.constants.d.cts.map +1 -1
- package/dist/components/Box/Box.constants.d.mts +1 -1
- package/dist/components/Box/Box.constants.d.mts.map +1 -1
- package/dist/components/Box/Box.constants.mjs.map +1 -1
- package/dist/components/Box/Box.types.cjs.map +1 -1
- package/dist/components/Box/Box.types.d.cts +2 -106
- package/dist/components/Box/Box.types.d.cts.map +1 -1
- package/dist/components/Box/Box.types.d.mts +2 -106
- package/dist/components/Box/Box.types.d.mts.map +1 -1
- package/dist/components/Box/Box.types.mjs.map +1 -1
- package/dist/components/Box/index.cjs +7 -7
- package/dist/components/Box/index.cjs.map +1 -1
- package/dist/components/Box/index.d.cts +1 -2
- package/dist/components/Box/index.d.cts.map +1 -1
- package/dist/components/Box/index.d.mts +1 -2
- package/dist/components/Box/index.d.mts.map +1 -1
- package/dist/components/Box/index.mjs +1 -1
- package/dist/components/Box/index.mjs.map +1 -1
- package/dist/components/Button/Button.cjs +5 -5
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.cts.map +1 -1
- package/dist/components/Button/Button.d.mts.map +1 -1
- package/dist/components/Button/Button.mjs +1 -1
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/Button/Button.types.cjs.map +1 -1
- package/dist/components/Button/Button.types.d.cts +5 -12
- package/dist/components/Button/Button.types.d.cts.map +1 -1
- package/dist/components/Button/Button.types.d.mts +5 -12
- package/dist/components/Button/Button.types.d.mts.map +1 -1
- package/dist/components/Button/Button.types.mjs.map +1 -1
- package/dist/components/Button/index.cjs +3 -3
- package/dist/components/Button/index.cjs.map +1 -1
- package/dist/components/Button/index.d.cts +1 -1
- package/dist/components/Button/index.d.cts.map +1 -1
- package/dist/components/Button/index.d.mts +1 -1
- package/dist/components/Button/index.d.mts.map +1 -1
- package/dist/components/Button/index.mjs +1 -1
- package/dist/components/Button/index.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs +2 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs +2 -0
- package/dist/components/Button/variants/ButtonPrimary/ButtonPrimary.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/index.cjs +1 -3
- package/dist/components/Button/variants/ButtonPrimary/index.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.cts +0 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.mts +0 -1
- package/dist/components/Button/variants/ButtonPrimary/index.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonPrimary/index.mjs +0 -1
- package/dist/components/Button/variants/ButtonPrimary/index.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs +2 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs +2 -0
- package/dist/components/Button/variants/ButtonSecondary/ButtonSecondary.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/index.cjs +1 -3
- package/dist/components/Button/variants/ButtonSecondary/index.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.cts +0 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.mts +0 -1
- package/dist/components/Button/variants/ButtonSecondary/index.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonSecondary/index.mjs +0 -1
- package/dist/components/Button/variants/ButtonSecondary/index.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs +3 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs +3 -1
- package/dist/components/Button/variants/ButtonTertiary/ButtonTertiary.mjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/index.cjs +1 -3
- package/dist/components/Button/variants/ButtonTertiary/index.cjs.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.cts +0 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.cts.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.mts +0 -1
- package/dist/components/Button/variants/ButtonTertiary/index.d.mts.map +1 -1
- package/dist/components/Button/variants/ButtonTertiary/index.mjs +0 -1
- package/dist/components/Button/variants/ButtonTertiary/index.mjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.cjs +28 -20
- package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.constants.cjs +35 -5
- package/dist/components/ButtonBase/ButtonBase.constants.cjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.constants.d.cts +6 -1
- package/dist/components/ButtonBase/ButtonBase.constants.d.cts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.constants.d.mts +6 -1
- package/dist/components/ButtonBase/ButtonBase.constants.d.mts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.constants.mjs +29 -1
- package/dist/components/ButtonBase/ButtonBase.constants.mjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.mjs +29 -21
- package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.types.cjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.types.d.cts +3 -35
- package/dist/components/ButtonBase/ButtonBase.types.d.cts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.types.d.mts +3 -35
- package/dist/components/ButtonBase/ButtonBase.types.d.mts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.types.mjs.map +1 -1
- package/dist/components/ButtonBase/index.cjs +2 -2
- package/dist/components/ButtonBase/index.cjs.map +1 -1
- package/dist/components/ButtonBase/index.d.cts +1 -1
- package/dist/components/ButtonBase/index.d.cts.map +1 -1
- package/dist/components/ButtonBase/index.d.mts +1 -1
- package/dist/components/ButtonBase/index.d.mts.map +1 -1
- package/dist/components/ButtonBase/index.mjs +1 -1
- package/dist/components/ButtonBase/index.mjs.map +1 -1
- package/dist/components/ButtonHero/index.cjs +2 -2
- package/dist/components/ButtonHero/index.cjs.map +1 -1
- package/dist/components/ButtonHero/index.d.cts +1 -1
- package/dist/components/ButtonHero/index.d.cts.map +1 -1
- package/dist/components/ButtonHero/index.d.mts +1 -1
- package/dist/components/ButtonHero/index.d.mts.map +1 -1
- package/dist/components/ButtonHero/index.mjs +1 -1
- package/dist/components/ButtonHero/index.mjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.cjs +5 -5
- package/dist/components/ButtonIcon/ButtonIcon.cjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.cjs +7 -8
- package/dist/components/ButtonIcon/ButtonIcon.constants.cjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts +3 -4
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts +3 -4
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.mjs +1 -2
- package/dist/components/ButtonIcon/ButtonIcon.constants.mjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.d.cts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.d.mts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.mjs +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.mjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.cjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.d.cts +5 -27
- package/dist/components/ButtonIcon/ButtonIcon.types.d.cts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.d.mts +5 -27
- package/dist/components/ButtonIcon/ButtonIcon.types.d.mts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.types.mjs.map +1 -1
- package/dist/components/ButtonIcon/index.cjs +3 -3
- package/dist/components/ButtonIcon/index.cjs.map +1 -1
- package/dist/components/ButtonIcon/index.d.cts +1 -1
- package/dist/components/ButtonIcon/index.d.cts.map +1 -1
- package/dist/components/ButtonIcon/index.d.mts +1 -1
- package/dist/components/ButtonIcon/index.d.mts.map +1 -1
- package/dist/components/ButtonIcon/index.mjs +1 -1
- package/dist/components/ButtonIcon/index.mjs.map +1 -1
- package/dist/components/HeaderBase/HeaderBase.cjs +43 -0
- package/dist/components/HeaderBase/HeaderBase.cjs.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.d.cts +4 -0
- package/dist/components/HeaderBase/HeaderBase.d.cts.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.d.mts +4 -0
- package/dist/components/HeaderBase/HeaderBase.d.mts.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.mjs +24 -0
- package/dist/components/HeaderBase/HeaderBase.mjs.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.types.cjs +3 -0
- package/dist/components/HeaderBase/HeaderBase.types.cjs.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.types.d.cts +51 -0
- package/dist/components/HeaderBase/HeaderBase.types.d.cts.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.types.d.mts +51 -0
- package/dist/components/HeaderBase/HeaderBase.types.d.mts.map +1 -0
- package/dist/components/HeaderBase/HeaderBase.types.mjs +2 -0
- package/dist/components/HeaderBase/HeaderBase.types.mjs.map +1 -0
- package/dist/components/HeaderBase/index.cjs +6 -0
- package/dist/components/HeaderBase/index.cjs.map +1 -0
- package/dist/components/HeaderBase/index.d.cts +3 -0
- package/dist/components/HeaderBase/index.d.cts.map +1 -0
- package/dist/components/HeaderBase/index.d.mts +3 -0
- package/dist/components/HeaderBase/index.d.mts.map +1 -0
- package/dist/components/HeaderBase/index.mjs +2 -0
- package/dist/components/HeaderBase/index.mjs.map +1 -0
- package/dist/components/Icon/Icon.types.cjs.map +1 -1
- package/dist/components/Icon/Icon.types.d.cts +2 -19
- package/dist/components/Icon/Icon.types.d.cts.map +1 -1
- package/dist/components/Icon/Icon.types.d.mts +2 -19
- package/dist/components/Icon/Icon.types.d.mts.map +1 -1
- package/dist/components/Icon/Icon.types.mjs.map +1 -1
- package/dist/components/Icon/icons/Candlestick.cjs +1 -1
- package/dist/components/Icon/icons/Candlestick.cjs.map +1 -1
- package/dist/components/Icon/icons/Candlestick.mjs +1 -1
- package/dist/components/Icon/icons/Candlestick.mjs.map +1 -1
- package/dist/components/Icon/icons/Group.cjs +32 -0
- package/dist/components/Icon/icons/Group.cjs.map +1 -0
- package/dist/components/Icon/icons/Group.d.cts +4 -0
- package/dist/components/Icon/icons/Group.d.cts.map +1 -0
- package/dist/components/Icon/icons/Group.d.mts +4 -0
- package/dist/components/Icon/icons/Group.d.mts.map +1 -0
- package/dist/components/Icon/icons/Group.mjs +7 -0
- package/dist/components/Icon/icons/Group.mjs.map +1 -0
- package/dist/components/Icon/icons/ListArrow.cjs +32 -0
- package/dist/components/Icon/icons/ListArrow.cjs.map +1 -0
- package/dist/components/Icon/icons/ListArrow.d.cts +4 -0
- package/dist/components/Icon/icons/ListArrow.d.cts.map +1 -0
- package/dist/components/Icon/icons/ListArrow.d.mts +4 -0
- package/dist/components/Icon/icons/ListArrow.d.mts.map +1 -0
- package/dist/components/Icon/icons/ListArrow.mjs +7 -0
- package/dist/components/Icon/icons/ListArrow.mjs.map +1 -0
- package/dist/components/Icon/icons/Merge.cjs +32 -0
- package/dist/components/Icon/icons/Merge.cjs.map +1 -0
- package/dist/components/Icon/icons/Merge.d.cts +4 -0
- package/dist/components/Icon/icons/Merge.d.cts.map +1 -0
- package/dist/components/Icon/icons/Merge.d.mts +4 -0
- package/dist/components/Icon/icons/Merge.d.mts.map +1 -0
- package/dist/components/Icon/icons/Merge.mjs +7 -0
- package/dist/components/Icon/icons/Merge.mjs.map +1 -0
- package/dist/components/Icon/icons/Musd.cjs +32 -0
- package/dist/components/Icon/icons/Musd.cjs.map +1 -0
- package/dist/components/Icon/icons/Musd.d.cts +4 -0
- package/dist/components/Icon/icons/Musd.d.cts.map +1 -0
- package/dist/components/Icon/icons/Musd.d.mts +4 -0
- package/dist/components/Icon/icons/Musd.d.mts.map +1 -0
- package/dist/components/Icon/icons/Musd.mjs +7 -0
- package/dist/components/Icon/icons/Musd.mjs.map +1 -0
- package/dist/components/Icon/icons/MusdFilled.cjs +32 -0
- package/dist/components/Icon/icons/MusdFilled.cjs.map +1 -0
- package/dist/components/Icon/icons/MusdFilled.d.cts +4 -0
- package/dist/components/Icon/icons/MusdFilled.d.cts.map +1 -0
- package/dist/components/Icon/icons/MusdFilled.d.mts +4 -0
- package/dist/components/Icon/icons/MusdFilled.d.mts.map +1 -0
- package/dist/components/Icon/icons/MusdFilled.mjs +7 -0
- package/dist/components/Icon/icons/MusdFilled.mjs.map +1 -0
- package/dist/components/Icon/icons/PieChart.cjs +32 -0
- package/dist/components/Icon/icons/PieChart.cjs.map +1 -0
- package/dist/components/Icon/icons/PieChart.d.cts +4 -0
- package/dist/components/Icon/icons/PieChart.d.cts.map +1 -0
- package/dist/components/Icon/icons/PieChart.d.mts +4 -0
- package/dist/components/Icon/icons/PieChart.d.mts.map +1 -0
- package/dist/components/Icon/icons/PieChart.mjs +7 -0
- package/dist/components/Icon/icons/PieChart.mjs.map +1 -0
- package/dist/components/Icon/icons/Predictions.cjs +32 -0
- package/dist/components/Icon/icons/Predictions.cjs.map +1 -0
- package/dist/components/Icon/icons/Predictions.d.cts +4 -0
- package/dist/components/Icon/icons/Predictions.d.cts.map +1 -0
- package/dist/components/Icon/icons/Predictions.d.mts +4 -0
- package/dist/components/Icon/icons/Predictions.d.mts.map +1 -0
- package/dist/components/Icon/icons/Predictions.mjs +7 -0
- package/dist/components/Icon/icons/Predictions.mjs.map +1 -0
- package/dist/components/Icon/icons/Telegram.cjs +32 -0
- package/dist/components/Icon/icons/Telegram.cjs.map +1 -0
- package/dist/components/Icon/icons/Telegram.d.cts +4 -0
- package/dist/components/Icon/icons/Telegram.d.cts.map +1 -0
- package/dist/components/Icon/icons/Telegram.d.mts +4 -0
- package/dist/components/Icon/icons/Telegram.d.mts.map +1 -0
- package/dist/components/Icon/icons/Telegram.mjs +7 -0
- package/dist/components/Icon/icons/Telegram.mjs.map +1 -0
- package/dist/components/Icon/icons/index.cjs +92 -76
- package/dist/components/Icon/icons/index.cjs.map +1 -1
- package/dist/components/Icon/icons/index.d.cts +46 -38
- package/dist/components/Icon/icons/index.d.cts.map +1 -1
- package/dist/components/Icon/icons/index.d.mts +46 -38
- package/dist/components/Icon/icons/index.d.mts.map +1 -1
- package/dist/components/Icon/icons/index.mjs +92 -76
- package/dist/components/Icon/icons/index.mjs.map +1 -1
- package/dist/components/Input/Input.cjs +4 -3
- package/dist/components/Input/Input.cjs.map +1 -1
- package/dist/components/Input/Input.d.cts +1 -5
- package/dist/components/Input/Input.d.cts.map +1 -1
- package/dist/components/Input/Input.d.mts +1 -5
- package/dist/components/Input/Input.d.mts.map +1 -1
- package/dist/components/Input/Input.mjs +4 -3
- package/dist/components/Input/Input.mjs.map +1 -1
- package/dist/components/Input/Input.types.cjs.map +1 -1
- package/dist/components/Input/Input.types.d.cts +2 -20
- package/dist/components/Input/Input.types.d.cts.map +1 -1
- package/dist/components/Input/Input.types.d.mts +2 -20
- package/dist/components/Input/Input.types.d.mts.map +1 -1
- package/dist/components/Input/Input.types.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +49 -0
- package/dist/components/Modal/Modal.cjs.map +1 -0
- package/dist/components/Modal/Modal.context.cjs +14 -0
- package/dist/components/Modal/Modal.context.cjs.map +1 -0
- package/dist/components/Modal/Modal.context.d.cts +6 -0
- package/dist/components/Modal/Modal.context.d.cts.map +1 -0
- package/dist/components/Modal/Modal.context.d.mts +6 -0
- package/dist/components/Modal/Modal.context.d.mts.map +1 -0
- package/dist/components/Modal/Modal.context.mjs +10 -0
- package/dist/components/Modal/Modal.context.mjs.map +1 -0
- package/dist/components/Modal/Modal.d.cts +4 -0
- package/dist/components/Modal/Modal.d.cts.map +1 -0
- package/dist/components/Modal/Modal.d.mts +4 -0
- package/dist/components/Modal/Modal.d.mts.map +1 -0
- package/dist/components/Modal/Modal.mjs +30 -0
- package/dist/components/Modal/Modal.mjs.map +1 -0
- package/dist/components/Modal/Modal.types.cjs +3 -0
- package/dist/components/Modal/Modal.types.cjs.map +1 -0
- package/dist/components/Modal/Modal.types.d.cts +64 -0
- package/dist/components/Modal/Modal.types.d.cts.map +1 -0
- package/dist/components/Modal/Modal.types.d.mts +64 -0
- package/dist/components/Modal/Modal.types.d.mts.map +1 -0
- package/dist/components/Modal/Modal.types.mjs +2 -0
- package/dist/components/Modal/Modal.types.mjs.map +1 -0
- package/dist/components/Modal/index.cjs +8 -0
- package/dist/components/Modal/index.cjs.map +1 -0
- package/dist/components/Modal/index.d.cts +5 -0
- package/dist/components/Modal/index.d.cts.map +1 -0
- package/dist/components/Modal/index.d.mts +5 -0
- package/dist/components/Modal/index.d.mts.map +1 -0
- package/dist/components/Modal/index.mjs +3 -0
- package/dist/components/Modal/index.mjs.map +1 -0
- package/dist/components/ModalBody/ModalBody.cjs +32 -0
- package/dist/components/ModalBody/ModalBody.cjs.map +1 -0
- package/dist/components/ModalBody/ModalBody.d.cts +4 -0
- package/dist/components/ModalBody/ModalBody.d.cts.map +1 -0
- package/dist/components/ModalBody/ModalBody.d.mts +4 -0
- package/dist/components/ModalBody/ModalBody.d.mts.map +1 -0
- package/dist/components/ModalBody/ModalBody.mjs +13 -0
- package/dist/components/ModalBody/ModalBody.mjs.map +1 -0
- package/dist/components/ModalBody/ModalBody.types.cjs +3 -0
- package/dist/components/ModalBody/ModalBody.types.cjs.map +1 -0
- package/dist/components/ModalBody/ModalBody.types.d.cts +13 -0
- package/dist/components/ModalBody/ModalBody.types.d.cts.map +1 -0
- package/dist/components/ModalBody/ModalBody.types.d.mts +13 -0
- package/dist/components/ModalBody/ModalBody.types.d.mts.map +1 -0
- package/dist/components/ModalBody/ModalBody.types.mjs +2 -0
- package/dist/components/ModalBody/ModalBody.types.mjs.map +1 -0
- package/dist/components/ModalBody/index.cjs +6 -0
- package/dist/components/ModalBody/index.cjs.map +1 -0
- package/dist/components/ModalBody/index.d.cts +3 -0
- package/dist/components/ModalBody/index.d.cts.map +1 -0
- package/dist/components/ModalBody/index.d.mts +3 -0
- package/dist/components/ModalBody/index.d.mts.map +1 -0
- package/dist/components/ModalBody/index.mjs +2 -0
- package/dist/components/ModalBody/index.mjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.cjs +73 -0
- package/dist/components/ModalContent/ModalContent.cjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.constants.cjs +34 -0
- package/dist/components/ModalContent/ModalContent.constants.cjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.constants.d.cts +31 -0
- package/dist/components/ModalContent/ModalContent.constants.d.cts.map +1 -0
- package/dist/components/ModalContent/ModalContent.constants.d.mts +31 -0
- package/dist/components/ModalContent/ModalContent.constants.d.mts.map +1 -0
- package/dist/components/ModalContent/ModalContent.constants.mjs +31 -0
- package/dist/components/ModalContent/ModalContent.constants.mjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.d.cts +4 -0
- package/dist/components/ModalContent/ModalContent.d.cts.map +1 -0
- package/dist/components/ModalContent/ModalContent.d.mts +4 -0
- package/dist/components/ModalContent/ModalContent.d.mts.map +1 -0
- package/dist/components/ModalContent/ModalContent.mjs +54 -0
- package/dist/components/ModalContent/ModalContent.mjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.types.cjs +15 -0
- package/dist/components/ModalContent/ModalContent.types.cjs.map +1 -0
- package/dist/components/ModalContent/ModalContent.types.d.cts +51 -0
- package/dist/components/ModalContent/ModalContent.types.d.cts.map +1 -0
- package/dist/components/ModalContent/ModalContent.types.d.mts +51 -0
- package/dist/components/ModalContent/ModalContent.types.d.mts.map +1 -0
- package/dist/components/ModalContent/ModalContent.types.mjs +12 -0
- package/dist/components/ModalContent/ModalContent.types.mjs.map +1 -0
- package/dist/components/ModalContent/index.cjs +10 -0
- package/dist/components/ModalContent/index.cjs.map +1 -0
- package/dist/components/ModalContent/index.d.cts +5 -0
- package/dist/components/ModalContent/index.d.cts.map +1 -0
- package/dist/components/ModalContent/index.d.mts +5 -0
- package/dist/components/ModalContent/index.d.mts.map +1 -0
- package/dist/components/ModalContent/index.mjs +4 -0
- package/dist/components/ModalContent/index.mjs.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.cjs +56 -0
- package/dist/components/ModalFocus/ModalFocus.cjs.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.d.cts +4 -0
- package/dist/components/ModalFocus/ModalFocus.d.cts.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.d.mts +4 -0
- package/dist/components/ModalFocus/ModalFocus.d.mts.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.mjs +34 -0
- package/dist/components/ModalFocus/ModalFocus.mjs.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.types.cjs +3 -0
- package/dist/components/ModalFocus/ModalFocus.types.cjs.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.types.d.cts +36 -0
- package/dist/components/ModalFocus/ModalFocus.types.d.cts.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.types.d.mts +36 -0
- package/dist/components/ModalFocus/ModalFocus.types.d.mts.map +1 -0
- package/dist/components/ModalFocus/ModalFocus.types.mjs +2 -0
- package/dist/components/ModalFocus/ModalFocus.types.mjs.map +1 -0
- package/dist/components/ModalFocus/index.cjs +6 -0
- package/dist/components/ModalFocus/index.cjs.map +1 -0
- package/dist/components/ModalFocus/index.d.cts +3 -0
- package/dist/components/ModalFocus/index.d.cts.map +1 -0
- package/dist/components/ModalFocus/index.d.mts +3 -0
- package/dist/components/ModalFocus/index.d.mts.map +1 -0
- package/dist/components/ModalFocus/index.mjs +2 -0
- package/dist/components/ModalFocus/index.mjs.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.cjs +44 -0
- package/dist/components/ModalFooter/ModalFooter.cjs.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.d.cts +4 -0
- package/dist/components/ModalFooter/ModalFooter.d.cts.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.d.mts +4 -0
- package/dist/components/ModalFooter/ModalFooter.d.mts.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.mjs +25 -0
- package/dist/components/ModalFooter/ModalFooter.mjs.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.types.cjs +14 -0
- package/dist/components/ModalFooter/ModalFooter.types.cjs.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.types.d.cts +63 -0
- package/dist/components/ModalFooter/ModalFooter.types.d.cts.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.types.d.mts +63 -0
- package/dist/components/ModalFooter/ModalFooter.types.d.mts.map +1 -0
- package/dist/components/ModalFooter/ModalFooter.types.mjs +11 -0
- package/dist/components/ModalFooter/ModalFooter.types.mjs.map +1 -0
- package/dist/components/ModalFooter/index.cjs +8 -0
- package/dist/components/ModalFooter/index.cjs.map +1 -0
- package/dist/components/ModalFooter/index.d.cts +4 -0
- package/dist/components/ModalFooter/index.d.cts.map +1 -0
- package/dist/components/ModalFooter/index.d.mts +4 -0
- package/dist/components/ModalFooter/index.d.mts.map +1 -0
- package/dist/components/ModalFooter/index.mjs +3 -0
- package/dist/components/ModalFooter/index.mjs.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.cjs +32 -0
- package/dist/components/ModalOverlay/ModalOverlay.cjs.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.d.cts +4 -0
- package/dist/components/ModalOverlay/ModalOverlay.d.cts.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.d.mts +4 -0
- package/dist/components/ModalOverlay/ModalOverlay.d.mts.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.mjs +13 -0
- package/dist/components/ModalOverlay/ModalOverlay.mjs.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.cjs +3 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.cjs.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.d.cts +9 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.d.cts.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.d.mts +9 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.d.mts.map +1 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.mjs +2 -0
- package/dist/components/ModalOverlay/ModalOverlay.types.mjs.map +1 -0
- package/dist/components/ModalOverlay/index.cjs +6 -0
- package/dist/components/ModalOverlay/index.cjs.map +1 -0
- package/dist/components/ModalOverlay/index.d.cts +3 -0
- package/dist/components/ModalOverlay/index.d.cts.map +1 -0
- package/dist/components/ModalOverlay/index.d.mts +3 -0
- package/dist/components/ModalOverlay/index.d.mts.map +1 -0
- package/dist/components/ModalOverlay/index.mjs +2 -0
- package/dist/components/ModalOverlay/index.mjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.cjs +46 -0
- package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.cts +4 -0
- package/dist/components/Skeleton/Skeleton.d.cts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.mts +4 -0
- package/dist/components/Skeleton/Skeleton.d.mts.map +1 -0
- package/dist/components/Skeleton/Skeleton.mjs +27 -0
- package/dist/components/Skeleton/Skeleton.mjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.cjs +3 -0
- package/dist/components/Skeleton/Skeleton.types.cjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.d.cts +38 -0
- package/dist/components/Skeleton/Skeleton.types.d.cts.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.d.mts +38 -0
- package/dist/components/Skeleton/Skeleton.types.d.mts.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.mjs +2 -0
- package/dist/components/Skeleton/Skeleton.types.mjs.map +1 -0
- package/dist/components/Skeleton/index.cjs +6 -0
- package/dist/components/Skeleton/index.cjs.map +1 -0
- package/dist/components/Skeleton/index.d.cts +3 -0
- package/dist/components/Skeleton/index.d.cts.map +1 -0
- package/dist/components/Skeleton/index.d.mts +3 -0
- package/dist/components/Skeleton/index.d.mts.map +1 -0
- package/dist/components/Skeleton/index.mjs +2 -0
- package/dist/components/Skeleton/index.mjs.map +1 -0
- package/dist/components/index.cjs +22 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +17 -1
- package/dist/components/index.d.cts.map +1 -1
- package/dist/components/index.d.mts +17 -1
- package/dist/components/index.d.mts.map +1 -1
- package/dist/components/index.mjs +8 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/types/index.cjs +9 -606
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.cts +4 -597
- package/dist/types/index.d.cts.map +1 -1
- package/dist/types/index.d.mts +4 -597
- package/dist/types/index.d.mts.map +1 -1
- package/dist/types/index.mjs +4 -607
- package/dist/types/index.mjs.map +1 -1
- package/package.json +6 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"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","sourcesContent":["// This file is auto-generated. Do not edit manually\nimport type { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react';\n\nimport Accessibility from './Accessibility';\nimport Activity from './Activity';\nimport Add from './Add';\nimport AddCard from './AddCard';\nimport AddCircle from './AddCircle';\nimport AddSquare from './AddSquare';\nimport AfterHours from './AfterHours';\nimport Ai from './Ai';\nimport AlternateEmail from './AlternateEmail';\nimport AppleLogo from './AppleLogo';\nimport Apps from './Apps';\nimport Arrow2Down from './Arrow2Down';\nimport Arrow2Left from './Arrow2Left';\nimport Arrow2Right from './Arrow2Right';\nimport Arrow2Up from './Arrow2Up';\nimport Arrow2UpRight from './Arrow2UpRight';\nimport ArrowCircleDown from './ArrowCircleDown';\nimport ArrowCircleUp from './ArrowCircleUp';\nimport ArrowDoubleLeft from './ArrowDoubleLeft';\nimport ArrowDoubleRight from './ArrowDoubleRight';\nimport ArrowDown from './ArrowDown';\nimport ArrowDropDownCircle from './ArrowDropDownCircle';\nimport ArrowLeft from './ArrowLeft';\nimport ArrowRight from './ArrowRight';\nimport ArrowUp from './ArrowUp';\nimport AttachMoney from './AttachMoney';\nimport Attachment from './Attachment';\nimport Backspace from './Backspace';\nimport Ban from './Ban';\nimport Bank from './Bank';\nimport BankAssured from './BankAssured';\nimport Bold from './Bold';\nimport Book from './Book';\nimport Bookmark from './Bookmark';\nimport Bridge from './Bridge';\nimport Briefcase from './Briefcase';\nimport Bulb from './Bulb';\nimport BuySell from './BuySell';\nimport Cake from './Cake';\nimport Calculator from './Calculator';\nimport Calendar from './Calendar';\nimport Call from './Call';\nimport Camera from './Camera';\nimport Campaign from './Campaign';\nimport Candlestick from './Candlestick';\nimport Card from './Card';\nimport CardPos from './CardPos';\nimport Cash from './Cash';\nimport Category from './Category';\nimport Chart from './Chart';\nimport Check from './Check';\nimport CheckBold from './CheckBold';\nimport CircleX from './CircleX';\nimport Clear from './Clear';\nimport Clock from './Clock';\nimport ClockFilled from './ClockFilled';\nimport Close from './Close';\nimport Cloud from './Cloud';\nimport CloudDownload from './CloudDownload';\nimport CloudUpload from './CloudUpload';\nimport Code from './Code';\nimport CodeCircle from './CodeCircle';\nimport Coin from './Coin';\nimport Collapse from './Collapse';\nimport Confirmation from './Confirmation';\nimport Connect from './Connect';\nimport Copy from './Copy';\nimport CopySuccess from './CopySuccess';\nimport CorporateFare from './CorporateFare';\nimport CreditCheck from './CreditCheck';\nimport CurrencyFranc from './CurrencyFranc';\nimport CurrencyLira from './CurrencyLira';\nimport CurrencyPound from './CurrencyPound';\nimport CurrencyYuan from './CurrencyYuan';\nimport Customize from './Customize';\nimport Danger from './Danger';\nimport Dark from './Dark';\nimport DarkFilled from './DarkFilled';\nimport Data from './Data';\nimport Description from './Description';\nimport Details from './Details';\nimport Diagram from './Diagram';\nimport DocumentCode from './DocumentCode';\nimport Download from './Download';\nimport Draft from './Draft';\nimport EcoLeaf from './EcoLeaf';\nimport Edit from './Edit';\nimport EditSquare from './EditSquare';\nimport EncryptedAdd from './EncryptedAdd';\nimport Eraser from './Eraser';\nimport Error from './Error';\nimport Ethereum from './Ethereum';\nimport Exchange from './Exchange';\nimport Expand from './Expand';\nimport ExpandVertical from './ExpandVertical';\nimport Explore from './Explore';\nimport ExploreFilled from './ExploreFilled';\nimport Export from './Export';\nimport Extension from './Extension';\nimport Eye from './Eye';\nimport EyeSlash from './EyeSlash';\nimport FaceId from './FaceId';\nimport Feedback from './Feedback';\nimport File from './File';\nimport Filter from './Filter';\nimport Fingerprint from './Fingerprint';\nimport Fire from './Fire';\nimport FirstPage from './FirstPage';\nimport Flag from './Flag';\nimport Flash from './Flash';\nimport FlashSlash from './FlashSlash';\nimport Flask from './Flask';\nimport Flower from './Flower';\nimport Folder from './Folder';\nimport Forest from './Forest';\nimport FullCircle from './FullCircle';\nimport Gas from './Gas';\nimport Gift from './Gift';\nimport Global from './Global';\nimport GlobalSearch from './GlobalSearch';\nimport Graph from './Graph';\nimport Hardware from './Hardware';\nimport HashTag from './HashTag';\nimport Heart from './Heart';\nimport HeartFilled from './HeartFilled';\nimport Hierarchy from './Hierarchy';\nimport Home from './Home';\nimport HomeFilled from './HomeFilled';\nimport Image from './Image';\nimport Info from './Info';\nimport Inventory from './Inventory';\nimport Joystick from './Joystick';\nimport Keep from './Keep';\nimport KeepFilled from './KeepFilled';\nimport Key from './Key';\nimport LastPage from './LastPage';\nimport Light from './Light';\nimport LightFilled from './LightFilled';\nimport Link from './Link';\nimport Loading from './Loading';\nimport Location from './Location';\nimport Lock from './Lock';\nimport LockSlash from './LockSlash';\nimport LockedFilled from './LockedFilled';\nimport Login from './Login';\nimport Logout from './Logout';\nimport Mail from './Mail';\nimport Map from './Map';\nimport Menu from './Menu';\nimport MessageQuestion from './MessageQuestion';\nimport Messages from './Messages';\nimport MetamaskFoxOutline from './MetamaskFoxOutline';\nimport Mic from './Mic';\nimport Minus from './Minus';\nimport MinusBold from './MinusBold';\nimport MinusSquare from './MinusSquare';\nimport Mobile from './Mobile';\nimport Money from './Money';\nimport MoneyBag from './MoneyBag';\nimport Monitor from './Monitor';\nimport MoreHorizontal from './MoreHorizontal';\nimport MoreVertical from './MoreVertical';\nimport MountainFlag from './MountainFlag';\nimport MusicNote from './MusicNote';\nimport NoPhotography from './NoPhotography';\nimport Notification from './Notification';\nimport PageInfo from './PageInfo';\nimport Palette from './Palette';\nimport PasswordCheck from './PasswordCheck';\nimport Pending from './Pending';\nimport People from './People';\nimport PersonCancel from './PersonCancel';\nimport Pin from './Pin';\nimport Plant from './Plant';\nimport Plug from './Plug';\nimport PlusAndMinus from './PlusAndMinus';\nimport PolicyAlert from './PolicyAlert';\nimport PopUp from './PopUp';\nimport Print from './Print';\nimport PriorityHigh from './PriorityHigh';\nimport PrivacyTip from './PrivacyTip';\nimport ProgrammingArrows from './ProgrammingArrows';\nimport Publish from './Publish';\nimport QrCode from './QrCode';\nimport Question from './Question';\nimport Receive from './Receive';\nimport Received from './Received';\nimport Refresh from './Refresh';\nimport RemoveMinus from './RemoveMinus';\nimport Report from './Report';\nimport Rocket from './Rocket';\nimport Save from './Save';\nimport SaveFilled from './SaveFilled';\nimport Saving from './Saving';\nimport Scan from './Scan';\nimport ScanBarcode from './ScanBarcode';\nimport ScanFocus from './ScanFocus';\nimport Search from './Search';\nimport Security from './Security';\nimport SecurityAlert from './SecurityAlert';\nimport SecurityCross from './SecurityCross';\nimport SecurityKey from './SecurityKey';\nimport SecuritySearch from './SecuritySearch';\nimport SecuritySlash from './SecuritySlash';\nimport SecurityTick from './SecurityTick';\nimport SecurityTime from './SecurityTime';\nimport SecurityUser from './SecurityUser';\nimport Send from './Send';\nimport SentimentDissatisfied from './SentimentDissatisfied';\nimport SentimentNeutral from './SentimentNeutral';\nimport SentimentSatisfied from './SentimentSatisfied';\nimport SentimentVerySatisfied from './SentimentVerySatisfied';\nimport Setting from './Setting';\nimport SettingFilled from './SettingFilled';\nimport Share from './Share';\nimport ShieldLock from './ShieldLock';\nimport ShoppingBag from './ShoppingBag';\nimport ShoppingCart from './ShoppingCart';\nimport SidePanel from './SidePanel';\nimport SignalCellular from './SignalCellular';\nimport Slash from './Slash';\nimport Sms from './Sms';\nimport Snaps from './Snaps';\nimport SnapsMobile from './SnapsMobile';\nimport SnapsPlus from './SnapsPlus';\nimport SnapsRound from './SnapsRound';\nimport Sort from './Sort';\nimport SortByAlpha from './SortByAlpha';\nimport Sparkle from './Sparkle';\nimport Speed from './Speed';\nimport Speedometer from './Speedometer';\nimport Square from './Square';\nimport Stake from './Stake';\nimport Star from './Star';\nimport StarFilled from './StarFilled';\nimport Start from './Start';\nimport Storefront from './Storefront';\nimport Student from './Student';\nimport SwapHorizontal from './SwapHorizontal';\nimport SwapVertical from './SwapVertical';\nimport TabClose from './TabClose';\nimport TableRow from './TableRow';\nimport Tablet from './Tablet';\nimport Tag from './Tag';\nimport ThumbDown from './ThumbDown';\nimport ThumbDownFilled from './ThumbDownFilled';\nimport ThumbUp from './ThumbUp';\nimport ThumbUpFilled from './ThumbUpFilled';\nimport Tint from './Tint';\nimport Tooltip from './Tooltip';\nimport Translate from './Translate';\nimport Trash from './Trash';\nimport TrendDown from './TrendDown';\nimport TrendUp from './TrendUp';\nimport Undo from './Undo';\nimport Unfold from './Unfold';\nimport UnlockedFilled from './UnlockedFilled';\nimport Unpin from './Unpin';\nimport Upload from './Upload';\nimport UploadFile from './UploadFile';\nimport Usb from './Usb';\nimport User from './User';\nimport UserCheck from './UserCheck';\nimport UserCircle from './UserCircle';\nimport UserCircleAdd from './UserCircleAdd';\nimport UserCircleRemove from './UserCircleRemove';\nimport Verified from './Verified';\nimport VerifiedFilled from './VerifiedFilled';\nimport Videocam from './Videocam';\nimport ViewColumn from './ViewColumn';\nimport ViewInAr from './ViewInAr';\nimport VolumeOff from './VolumeOff';\nimport VolumeUp from './VolumeUp';\nimport Wallet from './Wallet';\nimport WalletFilled from './WalletFilled';\nimport Warning from './Warning';\nimport WebTraffic from './WebTraffic';\nimport Widgets from './Widgets';\nimport Wifi from './Wifi';\nimport WifiOff from './WifiOff';\nimport X from './X';\n\nexport const Icons = {\n Accessibility,\n Activity,\n Add,\n AddCard,\n AddCircle,\n AddSquare,\n AfterHours,\n Ai,\n AlternateEmail,\n AppleLogo,\n Apps,\n Arrow2Down,\n Arrow2Left,\n Arrow2Right,\n Arrow2Up,\n Arrow2UpRight,\n ArrowCircleDown,\n ArrowCircleUp,\n ArrowDoubleLeft,\n ArrowDoubleRight,\n ArrowDown,\n ArrowDropDownCircle,\n ArrowLeft,\n ArrowRight,\n ArrowUp,\n AttachMoney,\n Attachment,\n Backspace,\n Ban,\n Bank,\n BankAssured,\n Bold,\n Book,\n Bookmark,\n Bridge,\n Briefcase,\n Bulb,\n BuySell,\n Cake,\n Calculator,\n Calendar,\n Call,\n Camera,\n Campaign,\n Candlestick,\n Card,\n CardPos,\n Cash,\n Category,\n Chart,\n Check,\n CheckBold,\n CircleX,\n Clear,\n Clock,\n ClockFilled,\n Close,\n Cloud,\n CloudDownload,\n CloudUpload,\n Code,\n CodeCircle,\n Coin,\n Collapse,\n Confirmation,\n Connect,\n Copy,\n CopySuccess,\n CorporateFare,\n CreditCheck,\n CurrencyFranc,\n CurrencyLira,\n CurrencyPound,\n CurrencyYuan,\n Customize,\n Danger,\n Dark,\n DarkFilled,\n Data,\n Description,\n Details,\n Diagram,\n DocumentCode,\n Download,\n Draft,\n EcoLeaf,\n Edit,\n EditSquare,\n EncryptedAdd,\n Eraser,\n Error,\n Ethereum,\n Exchange,\n Expand,\n ExpandVertical,\n Explore,\n ExploreFilled,\n Export,\n Extension,\n Eye,\n EyeSlash,\n FaceId,\n Feedback,\n File,\n Filter,\n Fingerprint,\n Fire,\n FirstPage,\n Flag,\n Flash,\n FlashSlash,\n Flask,\n Flower,\n Folder,\n Forest,\n FullCircle,\n Gas,\n Gift,\n Global,\n GlobalSearch,\n Graph,\n Hardware,\n HashTag,\n Heart,\n HeartFilled,\n Hierarchy,\n Home,\n HomeFilled,\n Image,\n Info,\n Inventory,\n Joystick,\n Keep,\n KeepFilled,\n Key,\n LastPage,\n Light,\n LightFilled,\n Link,\n Loading,\n Location,\n Lock,\n LockSlash,\n LockedFilled,\n Login,\n Logout,\n Mail,\n Map,\n Menu,\n MessageQuestion,\n Messages,\n MetamaskFoxOutline,\n Mic,\n Minus,\n MinusBold,\n MinusSquare,\n Mobile,\n Money,\n MoneyBag,\n Monitor,\n MoreHorizontal,\n MoreVertical,\n MountainFlag,\n MusicNote,\n NoPhotography,\n Notification,\n PageInfo,\n Palette,\n PasswordCheck,\n Pending,\n People,\n PersonCancel,\n Pin,\n Plant,\n Plug,\n PlusAndMinus,\n PolicyAlert,\n PopUp,\n Print,\n PriorityHigh,\n PrivacyTip,\n ProgrammingArrows,\n Publish,\n QrCode,\n Question,\n Receive,\n Received,\n Refresh,\n RemoveMinus,\n Report,\n Rocket,\n Save,\n SaveFilled,\n Saving,\n Scan,\n ScanBarcode,\n ScanFocus,\n Search,\n Security,\n SecurityAlert,\n SecurityCross,\n SecurityKey,\n SecuritySearch,\n SecuritySlash,\n SecurityTick,\n SecurityTime,\n SecurityUser,\n Send,\n SentimentDissatisfied,\n SentimentNeutral,\n SentimentSatisfied,\n SentimentVerySatisfied,\n Setting,\n SettingFilled,\n Share,\n ShieldLock,\n ShoppingBag,\n ShoppingCart,\n SidePanel,\n SignalCellular,\n Slash,\n Sms,\n Snaps,\n SnapsMobile,\n SnapsPlus,\n SnapsRound,\n Sort,\n SortByAlpha,\n Sparkle,\n Speed,\n Speedometer,\n Square,\n Stake,\n Star,\n StarFilled,\n Start,\n Storefront,\n Student,\n SwapHorizontal,\n SwapVertical,\n TabClose,\n TableRow,\n Tablet,\n Tag,\n ThumbDown,\n ThumbDownFilled,\n ThumbUp,\n ThumbUpFilled,\n Tint,\n Tooltip,\n Translate,\n Trash,\n TrendDown,\n TrendUp,\n Undo,\n Unfold,\n UnlockedFilled,\n Unpin,\n Upload,\n UploadFile,\n Usb,\n User,\n UserCheck,\n UserCircle,\n UserCircleAdd,\n UserCircleRemove,\n Verified,\n VerifiedFilled,\n Videocam,\n ViewColumn,\n ViewInAr,\n VolumeOff,\n VolumeUp,\n Wallet,\n WalletFilled,\n Warning,\n WebTraffic,\n Widgets,\n Wifi,\n WifiOff,\n X,\n} as const;\n\nexport type IconComponentType = ForwardRefExoticComponent<\n SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement>\n>;\n\nexport type IconsType = typeof Icons;\n"]}
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"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","sourcesContent":["// This file is auto-generated — do not edit manually\n// Run `yarn generate:icons` from the repo root to regenerate\nimport type { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react';\n\nimport Accessibility from './Accessibility';\nimport Activity from './Activity';\nimport AddCard from './AddCard';\nimport AddCircle from './AddCircle';\nimport AddSquare from './AddSquare';\nimport Add from './Add';\nimport AfterHours from './AfterHours';\nimport Ai from './Ai';\nimport AlternateEmail from './AlternateEmail';\nimport AppleLogo from './AppleLogo';\nimport Apps from './Apps';\nimport Arrow2Down from './Arrow2Down';\nimport Arrow2Left from './Arrow2Left';\nimport Arrow2Right from './Arrow2Right';\nimport Arrow2UpRight from './Arrow2UpRight';\nimport Arrow2Up from './Arrow2Up';\nimport ArrowCircleDown from './ArrowCircleDown';\nimport ArrowCircleUp from './ArrowCircleUp';\nimport ArrowDoubleLeft from './ArrowDoubleLeft';\nimport ArrowDoubleRight from './ArrowDoubleRight';\nimport ArrowDown from './ArrowDown';\nimport ArrowDropDownCircle from './ArrowDropDownCircle';\nimport ArrowLeft from './ArrowLeft';\nimport ArrowRight from './ArrowRight';\nimport ArrowUp from './ArrowUp';\nimport AttachMoney from './AttachMoney';\nimport Attachment from './Attachment';\nimport Backspace from './Backspace';\nimport Ban from './Ban';\nimport BankAssured from './BankAssured';\nimport Bank from './Bank';\nimport Bold from './Bold';\nimport Book from './Book';\nimport Bookmark from './Bookmark';\nimport Bridge from './Bridge';\nimport Briefcase from './Briefcase';\nimport Bulb from './Bulb';\nimport BuySell from './BuySell';\nimport Cake from './Cake';\nimport Calculator from './Calculator';\nimport Calendar from './Calendar';\nimport Call from './Call';\nimport Camera from './Camera';\nimport Campaign from './Campaign';\nimport Candlestick from './Candlestick';\nimport CardPos from './CardPos';\nimport Card from './Card';\nimport Cash from './Cash';\nimport Category from './Category';\nimport Chart from './Chart';\nimport CheckBold from './CheckBold';\nimport Check from './Check';\nimport CircleX from './CircleX';\nimport Clear from './Clear';\nimport ClockFilled from './ClockFilled';\nimport Clock from './Clock';\nimport Close from './Close';\nimport CloudDownload from './CloudDownload';\nimport CloudUpload from './CloudUpload';\nimport Cloud from './Cloud';\nimport CodeCircle from './CodeCircle';\nimport Code from './Code';\nimport Coin from './Coin';\nimport Collapse from './Collapse';\nimport Confirmation from './Confirmation';\nimport Connect from './Connect';\nimport CopySuccess from './CopySuccess';\nimport Copy from './Copy';\nimport CorporateFare from './CorporateFare';\nimport CreditCheck from './CreditCheck';\nimport CurrencyFranc from './CurrencyFranc';\nimport CurrencyLira from './CurrencyLira';\nimport CurrencyPound from './CurrencyPound';\nimport CurrencyYuan from './CurrencyYuan';\nimport Customize from './Customize';\nimport Danger from './Danger';\nimport DarkFilled from './DarkFilled';\nimport Dark from './Dark';\nimport Data from './Data';\nimport Description from './Description';\nimport Details from './Details';\nimport Diagram from './Diagram';\nimport DocumentCode from './DocumentCode';\nimport Download from './Download';\nimport Draft from './Draft';\nimport EcoLeaf from './EcoLeaf';\nimport EditSquare from './EditSquare';\nimport Edit from './Edit';\nimport EncryptedAdd from './EncryptedAdd';\nimport Eraser from './Eraser';\nimport Error from './Error';\nimport Ethereum from './Ethereum';\nimport Exchange from './Exchange';\nimport ExpandVertical from './ExpandVertical';\nimport Expand from './Expand';\nimport ExploreFilled from './ExploreFilled';\nimport Explore from './Explore';\nimport Export from './Export';\nimport Extension from './Extension';\nimport EyeSlash from './EyeSlash';\nimport Eye from './Eye';\nimport FaceId from './FaceId';\nimport Feedback from './Feedback';\nimport File from './File';\nimport Filter from './Filter';\nimport Fingerprint from './Fingerprint';\nimport Fire from './Fire';\nimport FirstPage from './FirstPage';\nimport Flag from './Flag';\nimport FlashSlash from './FlashSlash';\nimport Flash from './Flash';\nimport Flask from './Flask';\nimport Flower from './Flower';\nimport Folder from './Folder';\nimport Forest from './Forest';\nimport FullCircle from './FullCircle';\nimport Gas from './Gas';\nimport Gift from './Gift';\nimport GlobalSearch from './GlobalSearch';\nimport Global from './Global';\nimport Graph from './Graph';\nimport Group from './Group';\nimport Hardware from './Hardware';\nimport HashTag from './HashTag';\nimport HeartFilled from './HeartFilled';\nimport Heart from './Heart';\nimport Hierarchy from './Hierarchy';\nimport HomeFilled from './HomeFilled';\nimport Home from './Home';\nimport Image from './Image';\nimport Info from './Info';\nimport Inventory from './Inventory';\nimport Joystick from './Joystick';\nimport KeepFilled from './KeepFilled';\nimport Keep from './Keep';\nimport Key from './Key';\nimport LastPage from './LastPage';\nimport LightFilled from './LightFilled';\nimport Light from './Light';\nimport Link from './Link';\nimport ListArrow from './ListArrow';\nimport Loading from './Loading';\nimport Location from './Location';\nimport LockSlash from './LockSlash';\nimport Lock from './Lock';\nimport LockedFilled from './LockedFilled';\nimport Login from './Login';\nimport Logout from './Logout';\nimport Mail from './Mail';\nimport Map from './Map';\nimport Menu from './Menu';\nimport Merge from './Merge';\nimport MessageQuestion from './MessageQuestion';\nimport Messages from './Messages';\nimport MetamaskFoxOutline from './MetamaskFoxOutline';\nimport Mic from './Mic';\nimport MinusBold from './MinusBold';\nimport MinusSquare from './MinusSquare';\nimport Minus from './Minus';\nimport Mobile from './Mobile';\nimport MoneyBag from './MoneyBag';\nimport Money from './Money';\nimport Monitor from './Monitor';\nimport MoreHorizontal from './MoreHorizontal';\nimport MoreVertical from './MoreVertical';\nimport MountainFlag from './MountainFlag';\nimport MusdFilled from './MusdFilled';\nimport Musd from './Musd';\nimport MusicNote from './MusicNote';\nimport NoPhotography from './NoPhotography';\nimport Notification from './Notification';\nimport PageInfo from './PageInfo';\nimport Palette from './Palette';\nimport PasswordCheck from './PasswordCheck';\nimport Pending from './Pending';\nimport People from './People';\nimport PersonCancel from './PersonCancel';\nimport PieChart from './PieChart';\nimport Pin from './Pin';\nimport Plant from './Plant';\nimport Plug from './Plug';\nimport PlusAndMinus from './PlusAndMinus';\nimport PolicyAlert from './PolicyAlert';\nimport PopUp from './PopUp';\nimport Predictions from './Predictions';\nimport Print from './Print';\nimport PriorityHigh from './PriorityHigh';\nimport PrivacyTip from './PrivacyTip';\nimport ProgrammingArrows from './ProgrammingArrows';\nimport Publish from './Publish';\nimport QrCode from './QrCode';\nimport Question from './Question';\nimport Receive from './Receive';\nimport Received from './Received';\nimport Refresh from './Refresh';\nimport RemoveMinus from './RemoveMinus';\nimport Report from './Report';\nimport Rocket from './Rocket';\nimport SaveFilled from './SaveFilled';\nimport Save from './Save';\nimport Saving from './Saving';\nimport ScanBarcode from './ScanBarcode';\nimport ScanFocus from './ScanFocus';\nimport Scan from './Scan';\nimport Search from './Search';\nimport SecurityAlert from './SecurityAlert';\nimport SecurityCross from './SecurityCross';\nimport SecurityKey from './SecurityKey';\nimport SecuritySearch from './SecuritySearch';\nimport SecuritySlash from './SecuritySlash';\nimport SecurityTick from './SecurityTick';\nimport SecurityTime from './SecurityTime';\nimport SecurityUser from './SecurityUser';\nimport Security from './Security';\nimport Send from './Send';\nimport SentimentDissatisfied from './SentimentDissatisfied';\nimport SentimentNeutral from './SentimentNeutral';\nimport SentimentSatisfied from './SentimentSatisfied';\nimport SentimentVerySatisfied from './SentimentVerySatisfied';\nimport SettingFilled from './SettingFilled';\nimport Setting from './Setting';\nimport Share from './Share';\nimport ShieldLock from './ShieldLock';\nimport ShoppingBag from './ShoppingBag';\nimport ShoppingCart from './ShoppingCart';\nimport SidePanel from './SidePanel';\nimport SignalCellular from './SignalCellular';\nimport Slash from './Slash';\nimport Sms from './Sms';\nimport SnapsMobile from './SnapsMobile';\nimport SnapsPlus from './SnapsPlus';\nimport SnapsRound from './SnapsRound';\nimport Snaps from './Snaps';\nimport SortByAlpha from './SortByAlpha';\nimport Sort from './Sort';\nimport Sparkle from './Sparkle';\nimport Speed from './Speed';\nimport Speedometer from './Speedometer';\nimport Square from './Square';\nimport Stake from './Stake';\nimport StarFilled from './StarFilled';\nimport Star from './Star';\nimport Start from './Start';\nimport Storefront from './Storefront';\nimport Student from './Student';\nimport SwapHorizontal from './SwapHorizontal';\nimport SwapVertical from './SwapVertical';\nimport TabClose from './TabClose';\nimport TableRow from './TableRow';\nimport Tablet from './Tablet';\nimport Tag from './Tag';\nimport Telegram from './Telegram';\nimport ThumbDownFilled from './ThumbDownFilled';\nimport ThumbDown from './ThumbDown';\nimport ThumbUpFilled from './ThumbUpFilled';\nimport ThumbUp from './ThumbUp';\nimport Tint from './Tint';\nimport Tooltip from './Tooltip';\nimport Translate from './Translate';\nimport Trash from './Trash';\nimport TrendDown from './TrendDown';\nimport TrendUp from './TrendUp';\nimport Undo from './Undo';\nimport Unfold from './Unfold';\nimport UnlockedFilled from './UnlockedFilled';\nimport Unpin from './Unpin';\nimport UploadFile from './UploadFile';\nimport Upload from './Upload';\nimport Usb from './Usb';\nimport UserCheck from './UserCheck';\nimport UserCircleAdd from './UserCircleAdd';\nimport UserCircleRemove from './UserCircleRemove';\nimport UserCircle from './UserCircle';\nimport User from './User';\nimport VerifiedFilled from './VerifiedFilled';\nimport Verified from './Verified';\nimport Videocam from './Videocam';\nimport ViewColumn from './ViewColumn';\nimport ViewInAr from './ViewInAr';\nimport VolumeOff from './VolumeOff';\nimport VolumeUp from './VolumeUp';\nimport WalletFilled from './WalletFilled';\nimport Wallet from './Wallet';\nimport Warning from './Warning';\nimport WebTraffic from './WebTraffic';\nimport Widgets from './Widgets';\nimport WifiOff from './WifiOff';\nimport Wifi from './Wifi';\nimport X from './X';\n\nexport const Icons = {\n Accessibility,\n Activity,\n AddCard,\n AddCircle,\n AddSquare,\n Add,\n AfterHours,\n Ai,\n AlternateEmail,\n AppleLogo,\n Apps,\n Arrow2Down,\n Arrow2Left,\n Arrow2Right,\n Arrow2UpRight,\n Arrow2Up,\n ArrowCircleDown,\n ArrowCircleUp,\n ArrowDoubleLeft,\n ArrowDoubleRight,\n ArrowDown,\n ArrowDropDownCircle,\n ArrowLeft,\n ArrowRight,\n ArrowUp,\n AttachMoney,\n Attachment,\n Backspace,\n Ban,\n BankAssured,\n Bank,\n Bold,\n Book,\n Bookmark,\n Bridge,\n Briefcase,\n Bulb,\n BuySell,\n Cake,\n Calculator,\n Calendar,\n Call,\n Camera,\n Campaign,\n Candlestick,\n CardPos,\n Card,\n Cash,\n Category,\n Chart,\n CheckBold,\n Check,\n CircleX,\n Clear,\n ClockFilled,\n Clock,\n Close,\n CloudDownload,\n CloudUpload,\n Cloud,\n CodeCircle,\n Code,\n Coin,\n Collapse,\n Confirmation,\n Connect,\n CopySuccess,\n Copy,\n CorporateFare,\n CreditCheck,\n CurrencyFranc,\n CurrencyLira,\n CurrencyPound,\n CurrencyYuan,\n Customize,\n Danger,\n DarkFilled,\n Dark,\n Data,\n Description,\n Details,\n Diagram,\n DocumentCode,\n Download,\n Draft,\n EcoLeaf,\n EditSquare,\n Edit,\n EncryptedAdd,\n Eraser,\n Error,\n Ethereum,\n Exchange,\n ExpandVertical,\n Expand,\n ExploreFilled,\n Explore,\n Export,\n Extension,\n EyeSlash,\n Eye,\n FaceId,\n Feedback,\n File,\n Filter,\n Fingerprint,\n Fire,\n FirstPage,\n Flag,\n FlashSlash,\n Flash,\n Flask,\n Flower,\n Folder,\n Forest,\n FullCircle,\n Gas,\n Gift,\n GlobalSearch,\n Global,\n Graph,\n Group,\n Hardware,\n HashTag,\n HeartFilled,\n Heart,\n Hierarchy,\n HomeFilled,\n Home,\n Image,\n Info,\n Inventory,\n Joystick,\n KeepFilled,\n Keep,\n Key,\n LastPage,\n LightFilled,\n Light,\n Link,\n ListArrow,\n Loading,\n Location,\n LockSlash,\n Lock,\n LockedFilled,\n Login,\n Logout,\n Mail,\n Map,\n Menu,\n Merge,\n MessageQuestion,\n Messages,\n MetamaskFoxOutline,\n Mic,\n MinusBold,\n MinusSquare,\n Minus,\n Mobile,\n MoneyBag,\n Money,\n Monitor,\n MoreHorizontal,\n MoreVertical,\n MountainFlag,\n MusdFilled,\n Musd,\n MusicNote,\n NoPhotography,\n Notification,\n PageInfo,\n Palette,\n PasswordCheck,\n Pending,\n People,\n PersonCancel,\n PieChart,\n Pin,\n Plant,\n Plug,\n PlusAndMinus,\n PolicyAlert,\n PopUp,\n Predictions,\n Print,\n PriorityHigh,\n PrivacyTip,\n ProgrammingArrows,\n Publish,\n QrCode,\n Question,\n Receive,\n Received,\n Refresh,\n RemoveMinus,\n Report,\n Rocket,\n SaveFilled,\n Save,\n Saving,\n ScanBarcode,\n ScanFocus,\n Scan,\n Search,\n SecurityAlert,\n SecurityCross,\n SecurityKey,\n SecuritySearch,\n SecuritySlash,\n SecurityTick,\n SecurityTime,\n SecurityUser,\n Security,\n Send,\n SentimentDissatisfied,\n SentimentNeutral,\n SentimentSatisfied,\n SentimentVerySatisfied,\n SettingFilled,\n Setting,\n Share,\n ShieldLock,\n ShoppingBag,\n ShoppingCart,\n SidePanel,\n SignalCellular,\n Slash,\n Sms,\n SnapsMobile,\n SnapsPlus,\n SnapsRound,\n Snaps,\n SortByAlpha,\n Sort,\n Sparkle,\n Speed,\n Speedometer,\n Square,\n Stake,\n StarFilled,\n Star,\n Start,\n Storefront,\n Student,\n SwapHorizontal,\n SwapVertical,\n TabClose,\n TableRow,\n Tablet,\n Tag,\n Telegram,\n ThumbDownFilled,\n ThumbDown,\n ThumbUpFilled,\n ThumbUp,\n Tint,\n Tooltip,\n Translate,\n Trash,\n TrendDown,\n TrendUp,\n Undo,\n Unfold,\n UnlockedFilled,\n Unpin,\n UploadFile,\n Upload,\n Usb,\n UserCheck,\n UserCircleAdd,\n UserCircleRemove,\n UserCircle,\n User,\n VerifiedFilled,\n Verified,\n Videocam,\n ViewColumn,\n ViewInAr,\n VolumeOff,\n VolumeUp,\n WalletFilled,\n Wallet,\n Warning,\n WebTraffic,\n Widgets,\n WifiOff,\n Wifi,\n X,\n} as const;\n\nexport type IconComponentType = ForwardRefExoticComponent<\n SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement>\n>;\n\nexport type IconsType = typeof Icons;\n"]}
|
|
@@ -2,10 +2,10 @@ import type { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
|
|
|
2
2
|
export declare const Icons: {
|
|
3
3
|
readonly Accessibility: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
4
4
|
readonly Activity: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
5
|
-
readonly Add: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
6
5
|
readonly AddCard: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
7
6
|
readonly AddCircle: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
8
7
|
readonly AddSquare: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
8
|
+
readonly Add: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
9
9
|
readonly AfterHours: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
10
10
|
readonly Ai: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
11
11
|
readonly AlternateEmail: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -14,8 +14,8 @@ export declare const Icons: {
|
|
|
14
14
|
readonly Arrow2Down: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
15
15
|
readonly Arrow2Left: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
16
16
|
readonly Arrow2Right: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
17
|
-
readonly Arrow2Up: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
18
17
|
readonly Arrow2UpRight: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
18
|
+
readonly Arrow2Up: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
19
19
|
readonly ArrowCircleDown: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
20
20
|
readonly ArrowCircleUp: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
21
21
|
readonly ArrowDoubleLeft: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -29,8 +29,8 @@ export declare const Icons: {
|
|
|
29
29
|
readonly Attachment: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
30
30
|
readonly Backspace: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
31
31
|
readonly Ban: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
32
|
-
readonly Bank: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
33
32
|
readonly BankAssured: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
33
|
+
readonly Bank: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
34
34
|
readonly Bold: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
35
35
|
readonly Book: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
36
36
|
readonly Bookmark: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -45,29 +45,29 @@ export declare const Icons: {
|
|
|
45
45
|
readonly Camera: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
46
46
|
readonly Campaign: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
47
47
|
readonly Candlestick: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
48
|
-
readonly Card: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
49
48
|
readonly CardPos: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
49
|
+
readonly Card: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
50
50
|
readonly Cash: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
51
51
|
readonly Category: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
52
52
|
readonly Chart: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
53
|
-
readonly Check: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
54
53
|
readonly CheckBold: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
54
|
+
readonly Check: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
55
55
|
readonly CircleX: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
56
56
|
readonly Clear: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
57
|
-
readonly Clock: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
58
57
|
readonly ClockFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
58
|
+
readonly Clock: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
59
59
|
readonly Close: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
60
|
-
readonly Cloud: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
61
60
|
readonly CloudDownload: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
62
61
|
readonly CloudUpload: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
63
|
-
readonly
|
|
62
|
+
readonly Cloud: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
64
63
|
readonly CodeCircle: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
64
|
+
readonly Code: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
65
65
|
readonly Coin: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
66
66
|
readonly Collapse: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
67
67
|
readonly Confirmation: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
68
68
|
readonly Connect: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
69
|
-
readonly Copy: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
70
69
|
readonly CopySuccess: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
70
|
+
readonly Copy: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
71
71
|
readonly CorporateFare: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
72
72
|
readonly CreditCheck: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
73
73
|
readonly CurrencyFranc: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -76,8 +76,8 @@ export declare const Icons: {
|
|
|
76
76
|
readonly CurrencyYuan: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
77
77
|
readonly Customize: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
78
78
|
readonly Danger: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
79
|
-
readonly Dark: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
80
79
|
readonly DarkFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
80
|
+
readonly Dark: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
81
81
|
readonly Data: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
82
82
|
readonly Description: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
83
83
|
readonly Details: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -86,21 +86,21 @@ export declare const Icons: {
|
|
|
86
86
|
readonly Download: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
87
87
|
readonly Draft: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
88
88
|
readonly EcoLeaf: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
89
|
-
readonly Edit: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
90
89
|
readonly EditSquare: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
90
|
+
readonly Edit: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
91
91
|
readonly EncryptedAdd: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
92
92
|
readonly Eraser: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
93
93
|
readonly Error: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
94
94
|
readonly Ethereum: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
95
95
|
readonly Exchange: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
96
|
-
readonly Expand: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
97
96
|
readonly ExpandVertical: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
98
|
-
readonly
|
|
97
|
+
readonly Expand: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
99
98
|
readonly ExploreFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
99
|
+
readonly Explore: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
100
100
|
readonly Export: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
101
101
|
readonly Extension: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
102
|
-
readonly Eye: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
103
102
|
readonly EyeSlash: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
103
|
+
readonly Eye: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
104
104
|
readonly FaceId: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
105
105
|
readonly Feedback: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
106
106
|
readonly File: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -109,8 +109,8 @@ export declare const Icons: {
|
|
|
109
109
|
readonly Fire: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
110
110
|
readonly FirstPage: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
111
111
|
readonly Flag: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
112
|
-
readonly Flash: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
113
112
|
readonly FlashSlash: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
113
|
+
readonly Flash: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
114
114
|
readonly Flask: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
115
115
|
readonly Flower: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
116
116
|
readonly Folder: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -118,51 +118,56 @@ export declare const Icons: {
|
|
|
118
118
|
readonly FullCircle: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
119
119
|
readonly Gas: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
120
120
|
readonly Gift: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
121
|
-
readonly Global: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
122
121
|
readonly GlobalSearch: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
122
|
+
readonly Global: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
123
123
|
readonly Graph: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
124
|
+
readonly Group: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
124
125
|
readonly Hardware: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
125
126
|
readonly HashTag: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
126
|
-
readonly Heart: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
127
127
|
readonly HeartFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
128
|
+
readonly Heart: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
128
129
|
readonly Hierarchy: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
129
|
-
readonly Home: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
130
130
|
readonly HomeFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
131
|
+
readonly Home: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
131
132
|
readonly Image: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
132
133
|
readonly Info: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
133
134
|
readonly Inventory: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
134
135
|
readonly Joystick: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
135
|
-
readonly Keep: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
136
136
|
readonly KeepFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
137
|
+
readonly Keep: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
137
138
|
readonly Key: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
138
139
|
readonly LastPage: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
139
|
-
readonly Light: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
140
140
|
readonly LightFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
141
|
+
readonly Light: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
141
142
|
readonly Link: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
143
|
+
readonly ListArrow: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
142
144
|
readonly Loading: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
143
145
|
readonly Location: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
144
|
-
readonly Lock: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
145
146
|
readonly LockSlash: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
147
|
+
readonly Lock: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
146
148
|
readonly LockedFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
147
149
|
readonly Login: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
148
150
|
readonly Logout: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
149
151
|
readonly Mail: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
150
152
|
readonly Map: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
151
153
|
readonly Menu: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
154
|
+
readonly Merge: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
152
155
|
readonly MessageQuestion: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
153
156
|
readonly Messages: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
154
157
|
readonly MetamaskFoxOutline: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
155
158
|
readonly Mic: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
156
|
-
readonly Minus: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
157
159
|
readonly MinusBold: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
158
160
|
readonly MinusSquare: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
161
|
+
readonly Minus: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
159
162
|
readonly Mobile: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
160
|
-
readonly Money: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
161
163
|
readonly MoneyBag: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
164
|
+
readonly Money: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
162
165
|
readonly Monitor: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
163
166
|
readonly MoreHorizontal: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
164
167
|
readonly MoreVertical: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
165
168
|
readonly MountainFlag: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
169
|
+
readonly MusdFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
170
|
+
readonly Musd: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
166
171
|
readonly MusicNote: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
167
172
|
readonly NoPhotography: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
168
173
|
readonly Notification: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -172,12 +177,14 @@ export declare const Icons: {
|
|
|
172
177
|
readonly Pending: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
173
178
|
readonly People: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
174
179
|
readonly PersonCancel: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
180
|
+
readonly PieChart: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
175
181
|
readonly Pin: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
176
182
|
readonly Plant: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
177
183
|
readonly Plug: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
178
184
|
readonly PlusAndMinus: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
179
185
|
readonly PolicyAlert: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
180
186
|
readonly PopUp: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
187
|
+
readonly Predictions: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
181
188
|
readonly Print: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
182
189
|
readonly PriorityHigh: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
183
190
|
readonly PrivacyTip: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -191,14 +198,13 @@ export declare const Icons: {
|
|
|
191
198
|
readonly RemoveMinus: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
192
199
|
readonly Report: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
193
200
|
readonly Rocket: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
194
|
-
readonly Save: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
195
201
|
readonly SaveFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
202
|
+
readonly Save: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
196
203
|
readonly Saving: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
197
|
-
readonly Scan: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
198
204
|
readonly ScanBarcode: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
199
205
|
readonly ScanFocus: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
206
|
+
readonly Scan: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
200
207
|
readonly Search: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
201
|
-
readonly Security: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
202
208
|
readonly SecurityAlert: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
203
209
|
readonly SecurityCross: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
204
210
|
readonly SecurityKey: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -207,13 +213,14 @@ export declare const Icons: {
|
|
|
207
213
|
readonly SecurityTick: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
208
214
|
readonly SecurityTime: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
209
215
|
readonly SecurityUser: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
216
|
+
readonly Security: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
210
217
|
readonly Send: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
211
218
|
readonly SentimentDissatisfied: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
212
219
|
readonly SentimentNeutral: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
213
220
|
readonly SentimentSatisfied: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
214
221
|
readonly SentimentVerySatisfied: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
215
|
-
readonly Setting: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
216
222
|
readonly SettingFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
223
|
+
readonly Setting: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
217
224
|
readonly Share: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
218
225
|
readonly ShieldLock: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
219
226
|
readonly ShoppingBag: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -222,19 +229,19 @@ export declare const Icons: {
|
|
|
222
229
|
readonly SignalCellular: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
223
230
|
readonly Slash: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
224
231
|
readonly Sms: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
225
|
-
readonly Snaps: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
226
232
|
readonly SnapsMobile: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
227
233
|
readonly SnapsPlus: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
228
234
|
readonly SnapsRound: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
229
|
-
readonly
|
|
235
|
+
readonly Snaps: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
230
236
|
readonly SortByAlpha: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
237
|
+
readonly Sort: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
231
238
|
readonly Sparkle: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
232
239
|
readonly Speed: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
233
240
|
readonly Speedometer: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
234
241
|
readonly Square: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
235
242
|
readonly Stake: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
236
|
-
readonly Star: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
237
243
|
readonly StarFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
244
|
+
readonly Star: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
238
245
|
readonly Start: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
239
246
|
readonly Storefront: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
240
247
|
readonly Student: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -244,10 +251,11 @@ export declare const Icons: {
|
|
|
244
251
|
readonly TableRow: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
245
252
|
readonly Tablet: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
246
253
|
readonly Tag: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
247
|
-
readonly
|
|
254
|
+
readonly Telegram: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
248
255
|
readonly ThumbDownFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
249
|
-
readonly
|
|
256
|
+
readonly ThumbDown: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
250
257
|
readonly ThumbUpFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
258
|
+
readonly ThumbUp: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
251
259
|
readonly Tint: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
252
260
|
readonly Tooltip: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
253
261
|
readonly Translate: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -258,28 +266,28 @@ export declare const Icons: {
|
|
|
258
266
|
readonly Unfold: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
259
267
|
readonly UnlockedFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
260
268
|
readonly Unpin: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
261
|
-
readonly Upload: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
262
269
|
readonly UploadFile: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
270
|
+
readonly Upload: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
263
271
|
readonly Usb: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
264
|
-
readonly User: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
265
272
|
readonly UserCheck: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
266
|
-
readonly UserCircle: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
267
273
|
readonly UserCircleAdd: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
268
274
|
readonly UserCircleRemove: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
269
|
-
readonly
|
|
275
|
+
readonly UserCircle: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
276
|
+
readonly User: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
270
277
|
readonly VerifiedFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
278
|
+
readonly Verified: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
271
279
|
readonly Videocam: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
272
280
|
readonly ViewColumn: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
273
281
|
readonly ViewInAr: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
274
282
|
readonly VolumeOff: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
275
283
|
readonly VolumeUp: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
276
|
-
readonly Wallet: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
277
284
|
readonly WalletFilled: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
285
|
+
readonly Wallet: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
278
286
|
readonly Warning: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
279
287
|
readonly WebTraffic: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
280
288
|
readonly Widgets: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
281
|
-
readonly Wifi: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
282
289
|
readonly WifiOff: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
290
|
+
readonly Wifi: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
283
291
|
readonly X: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
284
292
|
};
|
|
285
293
|
export type IconComponentType = ForwardRefExoticComponent<SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc;AAoShF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkSR,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,yBAAyB,CACvD,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,CAAC,aAAa,CAAC,CACvD,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,KAAK,CAAC"}
|