UNPKG

react-svg-convert

Version:
4 lines (3 loc) 206 B
import * as React from 'react'; declare const SvgConvert: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & { size?: string, title?: string, titleId?: string }>; export default SvgConvert;