10 lines
440 B
TypeScript
10 lines
440 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const SeatFilled: FluentIcon;
|
|
export declare const SeatRegular: FluentIcon;
|
|
export declare const Seat16Regular: FluentIcon;
|
|
export declare const Seat16Filled: FluentIcon;
|
|
export declare const Seat20Regular: FluentIcon;
|
|
export declare const Seat20Filled: FluentIcon;
|
|
export declare const Seat24Regular: FluentIcon;
|
|
export declare const Seat24Filled: FluentIcon;
|