import { FC, SVGProps } from 'react'; /** * Use `#FFCD11` for a colored version. */ export const CaterpillarIcon: FC> = (props) => ( Caterpillar );