Private
Public Access
1
0
Files

14 lines
1.5 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LaptopBriefcase32Filled = exports.LaptopBriefcase32Regular = exports.LaptopBriefcase24Filled = exports.LaptopBriefcase24Regular = exports.LaptopBriefcase20Filled = exports.LaptopBriefcase20Regular = exports.LaptopBriefcaseRegular = exports.LaptopBriefcaseFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LaptopBriefcaseFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopBriefcaseFilled", "", 2, undefined));
exports.LaptopBriefcaseRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopBriefcaseRegular", "", 2, undefined));
exports.LaptopBriefcase20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopBriefcase20Regular", "󰔑", 1, 20));
exports.LaptopBriefcase20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopBriefcase20Filled", "󰖊", 0, 20));
exports.LaptopBriefcase24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopBriefcase24Regular", "󰔒", 1, 24));
exports.LaptopBriefcase24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopBriefcase24Filled", "󰖋", 0, 24));
exports.LaptopBriefcase32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopBriefcase32Regular", "󰔓", 1, 32));
exports.LaptopBriefcase32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopBriefcase32Filled", "󰖌", 0, 32));