11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WeatherSunnyHighFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyHighFilled", "", 2, undefined));
|
|
export const WeatherSunnyHighRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyHighRegular", "", 2, undefined));
|
|
export const WeatherSunnyHigh20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyHigh20Regular", "", 1, 20));
|
|
export const WeatherSunnyHigh20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyHigh20Filled", "", 0, 20));
|
|
export const WeatherSunnyHigh24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyHigh24Regular", "", 1, 24));
|
|
export const WeatherSunnyHigh24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyHigh24Filled", "", 0, 24));
|
|
export const WeatherSunnyHigh48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyHigh48Regular", "", 1, 48));
|
|
export const WeatherSunnyHigh48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyHigh48Filled", "", 0, 48));
|