@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 861 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BookExclamationMarkFilled = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMarkFilled", "", 2, undefined));
export const BookExclamationMarkRegular = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMarkRegular", "", 2, undefined));
export const BookExclamationMark20Regular = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMark20Regular", "", 1, 20));
export const BookExclamationMark20Filled = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMark20Filled", "", 0, 20));
export const BookExclamationMark24Regular = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMark24Regular", "", 1, 24));
export const BookExclamationMark24Filled = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMark24Filled", "", 0, 24));