@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.5 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpandUpRight48Filled = exports.ExpandUpRight48Regular = exports.ExpandUpRight32Filled = exports.ExpandUpRight32Regular = exports.ExpandUpRight28Filled = exports.ExpandUpRight28Regular = exports.ExpandUpRight24Filled = exports.ExpandUpRight24Regular = exports.ExpandUpRight20Filled = exports.ExpandUpRight20Regular = exports.ExpandUpRight16Filled = exports.ExpandUpRight16Regular = exports.ExpandUpRightRegular = exports.ExpandUpRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ExpandUpRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRightFilled", "", 2, undefined));
exports.ExpandUpRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRightRegular", "", 2, undefined));
exports.ExpandUpRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight16Regular", "", 1, 16));
exports.ExpandUpRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight16Filled", "", 0, 16));
exports.ExpandUpRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight20Regular", "", 1, 20));
exports.ExpandUpRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight20Filled", "", 0, 20));
exports.ExpandUpRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight24Regular", "", 1, 24));
exports.ExpandUpRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight24Filled", "", 0, 24));
exports.ExpandUpRight28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight28Regular", "", 1, 28));
exports.ExpandUpRight28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight28Filled", "", 0, 28));
exports.ExpandUpRight32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight32Regular", "", 1, 32));
exports.ExpandUpRight32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight32Filled", "", 0, 32));
exports.ExpandUpRight48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight48Regular", "", 1, 48));
exports.ExpandUpRight48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ExpandUpRight48Filled", "", 0, 48));