import * as React from 'react'; import Icon from '../../src'; const HeartSvg = () => ( ); const PandaSvg = () => ( ); const HeartIcon = (props: any) => ; const PandaIcon = (props: any) => ; const CustomIcon = () => (
); export default CustomIcon;