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

9 lines
729 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BookStarFilled = ( /*#__PURE__*/createFluentFontIcon("BookStarFilled", "", 2, undefined));
export const BookStarRegular = ( /*#__PURE__*/createFluentFontIcon("BookStarRegular", "", 2, undefined));
export const BookStar20Regular = ( /*#__PURE__*/createFluentFontIcon("BookStar20Regular", "", 1, 20));
export const BookStar20Filled = ( /*#__PURE__*/createFluentFontIcon("BookStar20Filled", "", 0, 20));
export const BookStar24Regular = ( /*#__PURE__*/createFluentFontIcon("BookStar24Regular", "", 1, 24));
export const BookStar24Filled = ( /*#__PURE__*/createFluentFontIcon("BookStar24Filled", "", 0, 24));