8 lines
381 B
TypeScript
8 lines
381 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const SmartwatchFilled: FluentIcon;
|
|
export declare const SmartwatchRegular: FluentIcon;
|
|
export declare const Smartwatch20Regular: FluentIcon;
|
|
export declare const Smartwatch20Filled: FluentIcon;
|
|
export declare const Smartwatch24Regular: FluentIcon;
|
|
export declare const Smartwatch24Filled: FluentIcon;
|