16 lines
1.7 KiB
JavaScript
16 lines
1.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.BackpackAdd48Filled = exports.BackpackAdd48Regular = exports.BackpackAdd28Filled = exports.BackpackAdd28Regular = exports.BackpackAdd24Filled = exports.BackpackAdd24Regular = exports.BackpackAdd20Filled = exports.BackpackAdd20Regular = exports.BackpackAddRegular = exports.BackpackAddFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.BackpackAddFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAddFilled", "", 2, undefined));
|
|
exports.BackpackAddRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAddRegular", "", 2, undefined));
|
|
exports.BackpackAdd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAdd20Regular", "", 1, 20));
|
|
exports.BackpackAdd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAdd20Filled", "", 0, 20));
|
|
exports.BackpackAdd24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAdd24Regular", "", 1, 24));
|
|
exports.BackpackAdd24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAdd24Filled", "", 0, 24));
|
|
exports.BackpackAdd28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAdd28Regular", "", 1, 28));
|
|
exports.BackpackAdd28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAdd28Filled", "", 0, 28));
|
|
exports.BackpackAdd48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAdd48Regular", "", 1, 48));
|
|
exports.BackpackAdd48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BackpackAdd48Filled", "", 0, 48));
|