@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.09 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Box48Filled = exports.Box48Regular = exports.Box32Filled = exports.Box32Regular = exports.Box28Filled = exports.Box28Regular = exports.Box24Filled = exports.Box24Regular = exports.Box20Filled = exports.Box20Regular = exports.Box16Filled = exports.Box16Regular = exports.BoxRegular = exports.BoxFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BoxFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoxFilled", "", 2, undefined));
exports.BoxRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoxRegular", "", 2, undefined));
exports.Box16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box16Regular", "", 1, 16));
exports.Box16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box16Filled", "", 0, 16));
exports.Box20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box20Regular", "", 1, 20));
exports.Box20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box20Filled", "", 0, 20));
exports.Box24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box24Regular", "", 1, 24));
exports.Box24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box24Filled", "", 0, 24));
exports.Box28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box28Regular", "", 1, 28));
exports.Box28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box28Filled", "", 0, 28));
exports.Box32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box32Regular", "", 1, 32));
exports.Box32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box32Filled", "", 0, 32));
exports.Box48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box48Regular", "", 1, 48));
exports.Box48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Box48Filled", "", 0, 48));