@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.3 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Seat24Filled = exports.Seat24Regular = exports.Seat20Filled = exports.Seat20Regular = exports.Seat16Filled = exports.Seat16Regular = exports.SeatRegular = exports.SeatFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.SeatFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SeatFilled", "", 2, undefined));
exports.SeatRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SeatRegular", "", 2, undefined));
exports.Seat16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Seat16Regular", "", 1, 16));
exports.Seat16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Seat16Filled", "", 0, 16));
exports.Seat20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Seat20Regular", "", 1, 20));
exports.Seat20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Seat20Filled", "", 0, 20));
exports.Seat24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Seat24Regular", "", 1, 24));
exports.Seat24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Seat24Filled", "", 0, 24));