Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/window-arrow-up.js

14 lines
1.5 KiB
JavaScript

"use client";
"use strict";
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));