10 lines
448 B
TypeScript
10 lines
448 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const PowerFilled: FluentIcon;
|
|
export declare const PowerRegular: FluentIcon;
|
|
export declare const Power20Regular: FluentIcon;
|
|
export declare const Power20Filled: FluentIcon;
|
|
export declare const Power24Regular: FluentIcon;
|
|
export declare const Power24Filled: FluentIcon;
|
|
export declare const Power28Regular: FluentIcon;
|
|
export declare const Power28Filled: FluentIcon;
|