Outlook_Addin_LLM/node_modules/@fluentui/style-utilities/lib/utilities/getIconClassName.d.ts

8 lines
221 B
TypeScript

/**
* Gets an icon classname. You should be able to add this classname to an I tag with no
* additional classnames, and render the icon.
*
* @public
*/
export declare function getIconClassName(name: string): string;