UNPKG

react-vr-icons

Version:
5 lines (4 loc) 225 B
import * as React from 'react'; import { SVGProps } from 'react'; declare const Memo: React.MemoExoticComponent<({ width, height, color, strokeWidth, ...props }: SVGProps<SVGSVGElement>) => JSX.Element>; export default Memo;