UNPKG

@tabler/icons-react

Version:

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

7 lines (4 loc) 209 B
import * as react from 'react'; import { IconProps, Icon } from '../types.js'; declare const _default: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<Icon>>; export { _default as default };