11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WeatherSunnyLowFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyLowFilled", "", 2, undefined));
|
|
export const WeatherSunnyLowRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyLowRegular", "", 2, undefined));
|
|
export const WeatherSunnyLow20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyLow20Regular", "", 1, 20));
|
|
export const WeatherSunnyLow20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyLow20Filled", "", 0, 20));
|
|
export const WeatherSunnyLow24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyLow24Regular", "", 1, 24));
|
|
export const WeatherSunnyLow24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyLow24Filled", "", 0, 24));
|
|
export const WeatherSunnyLow48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyLow48Regular", "", 1, 48));
|
|
export const WeatherSunnyLow48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSunnyLow48Filled", "", 0, 48));
|