UNPKG

@fluentui/react-icons

Version:

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

72 lines (71 loc) 2.86 kB
export * from './icons/chunk-0'; export * from './icons/chunk-1'; export * from './icons/chunk-2'; export * from './icons/chunk-3'; export * from './icons/chunk-4'; export * from './icons/chunk-5'; export * from './icons/chunk-6'; export * from './icons/chunk-7'; export * from './icons/chunk-8'; export * from './icons/chunk-9'; export * from './icons/chunk-10'; export * from './icons/chunk-11'; export * from './icons/chunk-12'; export * from './icons/chunk-13'; export * from './icons/chunk-14'; export * from './icons/chunk-15'; export * from './icons/chunk-16'; export * from './icons/chunk-17'; export * from './icons/chunk-18'; export * from './icons/chunk-19'; export * from './icons/chunk-20'; export * from './icons/chunk-21'; export * from './icons/chunk-22'; export * from './icons/chunk-23'; export * from './icons/chunk-24'; export * from './icons/chunk-25'; export * from './icons/chunk-26'; export * from './icons/chunk-27'; export * from './icons/chunk-28'; export * from './icons/chunk-29'; export * from './sizedIcons/chunk-0'; export * from './sizedIcons/chunk-1'; export * from './sizedIcons/chunk-2'; export * from './sizedIcons/chunk-3'; export * from './sizedIcons/chunk-4'; export * from './sizedIcons/chunk-5'; export * from './sizedIcons/chunk-6'; export * from './sizedIcons/chunk-7'; export * from './sizedIcons/chunk-8'; export * from './sizedIcons/chunk-9'; export * from './sizedIcons/chunk-10'; export * from './sizedIcons/chunk-11'; export * from './sizedIcons/chunk-12'; export * from './sizedIcons/chunk-13'; export * from './sizedIcons/chunk-14'; export * from './sizedIcons/chunk-15'; export * from './sizedIcons/chunk-16'; export * from './sizedIcons/chunk-17'; export * from './sizedIcons/chunk-18'; export * from './sizedIcons/chunk-19'; export * from './sizedIcons/chunk-20'; export * from './sizedIcons/chunk-21'; export * from './sizedIcons/chunk-22'; export * from './sizedIcons/chunk-23'; export * from './sizedIcons/chunk-24'; export * from './sizedIcons/chunk-25'; export * from './sizedIcons/chunk-26'; export * from './sizedIcons/chunk-27'; export * from './sizedIcons/chunk-28'; export * from './sizedIcons/chunk-29'; export { default as wrapIcon } from '../utils/wrapIcon'; export { default as bundleIcon } from '../utils/bundleIcon'; export { createFluentIcon } from '../utils/createFluentIcon'; export { createFluentFontIcon } from '../utils/fonts/createFluentFontIcon'; export * from '../utils/useIconState'; export * from '../utils/constants'; export { IconDirectionContextProvider, useIconContext } from '../contexts/index'; export type { FluentIconsProps } from '../utils/FluentIconsProps.types'; export type { FluentIcon } from '../utils/createFluentIcon'; export type { FluentFontIcon } from '../utils/fonts/createFluentFontIcon'; export type { IconDirectionContextValue } from '../contexts/index';