import { FC, SVGAttributes } from 'react'; const DeckyIcon: FC> = (props) => ( ); export default DeckyIcon;