/// import { BaseIconProps } from '../../types'; declare function SvgKcp({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgKcp;