9 lines
801 B
JavaScript
9 lines
801 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TimeAndWeatherFilled = ( /*#__PURE__*/createFluentFontIcon("TimeAndWeatherFilled", "", 2, undefined));
|
|
export const TimeAndWeatherRegular = ( /*#__PURE__*/createFluentFontIcon("TimeAndWeatherRegular", "", 2, undefined));
|
|
export const TimeAndWeather20Regular = ( /*#__PURE__*/createFluentFontIcon("TimeAndWeather20Regular", "", 1, 20));
|
|
export const TimeAndWeather20Filled = ( /*#__PURE__*/createFluentFontIcon("TimeAndWeather20Filled", "", 0, 20));
|
|
export const TimeAndWeather24Regular = ( /*#__PURE__*/createFluentFontIcon("TimeAndWeather24Regular", "", 1, 24));
|
|
export const TimeAndWeather24Filled = ( /*#__PURE__*/createFluentFontIcon("TimeAndWeather24Filled", "", 0, 24));
|