Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/base/createFluentIcon.svg-sprite.d.ts

10 lines
412 B
TypeScript

import type { FluentIcon, CreateFluentIconOptions } from './createFluentIcon';
export type { FluentIcon, CreateFluentIconOptions } from './createFluentIcon';
/**
* Base createFluentIcon for sprite-based icons.
*
* @access private
* @alpha
*/
export declare const createFluentIcon: (iconId: string, size: string, spritePath?: string | undefined, options?: CreateFluentIconOptions | undefined) => FluentIcon;