UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

4 lines (3 loc) 167 B
import { FluentIcon } from "./createFluentIcon"; declare const bundleIcon: (FilledIcon: FluentIcon, RegularIcon: FluentIcon) => FluentIcon; export default bundleIcon;