6 lines
300 B
TypeScript
6 lines
300 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const LaserToolFilled: FluentFontIcon;
|
|
export declare const LaserToolRegular: FluentFontIcon;
|
|
export declare const LaserTool20Regular: FluentFontIcon;
|
|
export declare const LaserTool20Filled: FluentFontIcon;
|