/* eslint-disable */ import { SVGAttributes, FunctionComponent } from 'react'; interface Props extends Omit, 'color'> { size?: number; color?: string | string[]; } declare const Iconkong: FunctionComponent; export default Iconkong;