Private
Public Access
1
0
Files

14 lines
1.5 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeatherSunnyLow48Filled = exports.WeatherSunnyLow48Regular = exports.WeatherSunnyLow24Filled = exports.WeatherSunnyLow24Regular = exports.WeatherSunnyLow20Filled = exports.WeatherSunnyLow20Regular = exports.WeatherSunnyLowRegular = exports.WeatherSunnyLowFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WeatherSunnyLowFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherSunnyLowFilled", "", 2, undefined));
exports.WeatherSunnyLowRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherSunnyLowRegular", "", 2, undefined));
exports.WeatherSunnyLow20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherSunnyLow20Regular", "", 1, 20));
exports.WeatherSunnyLow20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherSunnyLow20Filled", "", 0, 20));
exports.WeatherSunnyLow24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherSunnyLow24Regular", "", 1, 24));
exports.WeatherSunnyLow24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherSunnyLow24Filled", "", 0, 24));
exports.WeatherSunnyLow48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherSunnyLow48Regular", "", 1, 48));
exports.WeatherSunnyLow48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherSunnyLow48Filled", "", 0, 48));