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