UNPKG

@yandex/ui

Version:

Yandex UI components

10 lines (9 loc) 237 B
import { FC } from 'react'; import { IconProps } from './Header-Icons'; import './Weather-Icon.css'; /** * Иконка сервиса «Погода» * @param {IconProps} props * */ export declare const WeatherIcon: FC<IconProps>;