@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.58 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeatherDuststorm48Filled = exports.WeatherDuststorm48Regular = exports.WeatherDuststorm24Filled = exports.WeatherDuststorm24Regular = exports.WeatherDuststorm20Filled = exports.WeatherDuststorm20Regular = exports.WeatherDuststormRegular = exports.WeatherDuststormFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WeatherDuststormFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherDuststormFilled", "", 2, undefined));
exports.WeatherDuststormRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherDuststormRegular", "", 2, undefined));
exports.WeatherDuststorm20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherDuststorm20Regular", "", 1, 20));
exports.WeatherDuststorm20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherDuststorm20Filled", "", 0, 20));
exports.WeatherDuststorm24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherDuststorm24Regular", "", 1, 24));
exports.WeatherDuststorm24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherDuststorm24Filled", "", 0, 24));
exports.WeatherDuststorm48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherDuststorm48Regular", "", 1, 48));
exports.WeatherDuststorm48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherDuststorm48Filled", "", 0, 48));