Private
Public Access
1
0
Files

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShiftsOpen24Filled = exports.ShiftsOpen24Regular = exports.ShiftsOpen20Filled = exports.ShiftsOpen20Regular = exports.ShiftsOpenRegular = exports.ShiftsOpenFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ShiftsOpenFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShiftsOpenFilled", "", 2, undefined));
exports.ShiftsOpenRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShiftsOpenRegular", "", 2, undefined));
exports.ShiftsOpen20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShiftsOpen20Regular", "", 1, 20));
exports.ShiftsOpen20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShiftsOpen20Filled", "", 0, 20));
exports.ShiftsOpen24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShiftsOpen24Regular", "", 1, 24));
exports.ShiftsOpen24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShiftsOpen24Filled", "", 0, 24));