@acrool/react-iconsvg
Version:
icon component by react
9 lines (8 loc) • 380 B
TypeScript
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;