Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/book-search.js

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BookSearch24Filled = exports.BookSearch24Regular = exports.BookSearch20Filled = exports.BookSearch20Regular = exports.BookSearchRegular = exports.BookSearchFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BookSearchFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BookSearchFilled", "", 2, undefined));
exports.BookSearchRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BookSearchRegular", "", 2, undefined));
exports.BookSearch20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BookSearch20Regular", "", 1, 20));
exports.BookSearch20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BookSearch20Filled", "", 0, 20));
exports.BookSearch24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BookSearch24Regular", "", 1, 24));
exports.BookSearch24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BookSearch24Filled", "", 0, 24));