UNPKG

221 BTypeScriptView Raw
1/**
2 * Gets an icon classname. You should be able to add this classname to an I tag with no
3 * additional classnames, and render the icon.
4 *
5 * @public
6 */
7export declare function getIconClassName(name: string): string;