@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.13 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Book48Filled = exports.Book48Regular = exports.Book32Filled = exports.Book32Regular = exports.Book28Filled = exports.Book28Regular = exports.Book24Filled = exports.Book24Regular = exports.Book20Filled = exports.Book20Regular = exports.Book16Filled = exports.Book16Regular = exports.BookRegular = exports.BookFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BookFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BookFilled", "", 2, undefined));
exports.BookRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BookRegular", "", 2, undefined));
exports.Book16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book16Regular", "", 1, 16));
exports.Book16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book16Filled", "", 0, 16));
exports.Book20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book20Regular", "", 1, 20));
exports.Book20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book20Filled", "", 0, 20));
exports.Book24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book24Regular", "", 1, 24));
exports.Book24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book24Filled", "", 0, 24));
exports.Book28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book28Regular", "", 1, 28));
exports.Book28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book28Filled", "", 0, 28));
exports.Book32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book32Regular", "", 1, 32));
exports.Book32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book32Filled", "", 0, 32));
exports.Book48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book48Regular", "", 1, 48));
exports.Book48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Book48Filled", "", 0, 48));