UNPKG

@acrool/react-iconsvg

Version:
9 lines (8 loc) 380 B
import { IIconSetting, IIconSvgProps } from './types'; export interface ISvgProps extends IIconSvgProps, IIconSetting { } /** * IconSvg */ declare const IconSvg: ({ idPrefix, symbolsPath, style, className, onClick, color, hoverColor, activeColor, isActive, code, isRotateAnimation, rotate, size, }: ISvgProps) => import("react/jsx-runtime").JSX.Element; export default IconSvg;