5 lines
220 B
TypeScript
5 lines
220 B
TypeScript
import * as React from 'react';
|
|
import { IconProps } from './types';
|
|
export declare const LinkNone1Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
export default LinkNone1Icon;
|