import './icon.scss'; import SbIcon from './SbIcon.vue'; import type { IconColor, IconSize } from './types'; import type { IconProps } from './SbIcon.vue'; export { type IconName, isIconName } from './IconName'; export { SbIcon, type IconColor, type IconSize, type IconProps }; export default SbIcon;