@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.51 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowArrowUp24Filled = exports.WindowArrowUp24Regular = exports.WindowArrowUp20Filled = exports.WindowArrowUp20Regular = exports.WindowArrowUp16Filled = exports.WindowArrowUp16Regular = exports.WindowArrowUpRegular = exports.WindowArrowUpFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowArrowUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowArrowUpFilled", "", 2, undefined));
exports.WindowArrowUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowArrowUpRegular", "", 2, undefined));
exports.WindowArrowUp16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowArrowUp16Regular", "", 1, 16));
exports.WindowArrowUp16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowArrowUp16Filled", "", 0, 16));
exports.WindowArrowUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowArrowUp20Regular", "", 1, 20));
exports.WindowArrowUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowArrowUp20Filled", "", 0, 20));
exports.WindowArrowUp24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowArrowUp24Regular", "", 1, 24));
exports.WindowArrowUp24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowArrowUp24Filled", "", 0, 24));