10 lines
560 B
TypeScript
10 lines
560 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const WeatherThunderstormFilled: FluentIcon;
|
|
export declare const WeatherThunderstormRegular: FluentIcon;
|
|
export declare const WeatherThunderstorm20Regular: FluentIcon;
|
|
export declare const WeatherThunderstorm20Filled: FluentIcon;
|
|
export declare const WeatherThunderstorm24Regular: FluentIcon;
|
|
export declare const WeatherThunderstorm24Filled: FluentIcon;
|
|
export declare const WeatherThunderstorm48Regular: FluentIcon;
|
|
export declare const WeatherThunderstorm48Filled: FluentIcon;
|