Outlook_Addin_LLM/node_modules/@fluentui/react-icons/lib/index.d.ts

33 lines
1.3 KiB
TypeScript
Raw Permalink Normal View History

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 './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 { FluentIconsProps } from './utils/FluentIconsProps.types';
export { default as wrapIcon } from './utils/wrapIcon';
export { default as bundleIcon } from './utils/bundleIcon';
export { createFluentIcon } from './utils/createFluentIcon';
export type { FluentIcon } from './utils/createFluentIcon';
export * from './utils/useIconState';
export * from './utils/constants';
export { IconDirectionContextProvider, useIconContext } from './contexts/index';
export type { IconDirectionContextValue } from './contexts/index';