UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

9 lines (7 loc) 181 B
import * as React from 'react'; export interface ISvgIconProps extends React.HTMLAttributes<HTMLElement> { /** * Custom class to style the icon. */ className?: string; }