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