16 lines
2.3 KiB
JavaScript
16 lines
2.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ArrowMinimizeTopLeftBottomRight28Filled = exports.ArrowMinimizeTopLeftBottomRight28Regular = exports.ArrowMinimizeTopLeftBottomRight24Filled = exports.ArrowMinimizeTopLeftBottomRight24Regular = exports.ArrowMinimizeTopLeftBottomRight20Filled = exports.ArrowMinimizeTopLeftBottomRight20Regular = exports.ArrowMinimizeTopLeftBottomRight16Filled = exports.ArrowMinimizeTopLeftBottomRight16Regular = exports.ArrowMinimizeTopLeftBottomRightRegular = exports.ArrowMinimizeTopLeftBottomRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ArrowMinimizeTopLeftBottomRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRightFilled", "", 2, undefined));
|
|
exports.ArrowMinimizeTopLeftBottomRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRightRegular", "", 2, undefined));
|
|
exports.ArrowMinimizeTopLeftBottomRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRight16Regular", "", 1, 16));
|
|
exports.ArrowMinimizeTopLeftBottomRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRight16Filled", "", 0, 16));
|
|
exports.ArrowMinimizeTopLeftBottomRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRight20Regular", "", 1, 20));
|
|
exports.ArrowMinimizeTopLeftBottomRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRight20Filled", "", 0, 20));
|
|
exports.ArrowMinimizeTopLeftBottomRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRight24Regular", "", 1, 24));
|
|
exports.ArrowMinimizeTopLeftBottomRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRight24Filled", "", 0, 24));
|
|
exports.ArrowMinimizeTopLeftBottomRight28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRight28Regular", "", 1, 28));
|
|
exports.ArrowMinimizeTopLeftBottomRight28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowMinimizeTopLeftBottomRight28Filled", "", 0, 28));
|