UNPKG

ov25-ui

Version:

A UI configurator for OV25 product visualization

7 lines (6 loc) 247 B
import React from 'react'; interface ArIconProps extends React.SVGProps<SVGSVGElement> { color?: string; } export declare const ArIcon: React.ForwardRefExoticComponent<Omit<ArIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>; export {};