import { IconProps } from '../lib';
declare function PathIcon(props: IconProps): JSX.Element;
export default PathIcon;
