@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.12 kB
JavaScript
"use client";
;
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));