UNPKG

@fluentui/react-icons

Version:

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

8 lines (7 loc) 265 B
import type { FluentIcon } from './createFluentIcon'; /** * * Combine the Regular and Filled versions of icons * Could be used to toggle between them on hover. */ export declare const bundleIcon: (FilledIcon: FluentIcon, RegularIcon: FluentIcon) => FluentIcon;