9 lines
741 B
JavaScript
9 lines
741 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BookPulseFilled = ( /*#__PURE__*/createFluentFontIcon("BookPulseFilled", "", 2, undefined));
|
|
export const BookPulseRegular = ( /*#__PURE__*/createFluentFontIcon("BookPulseRegular", "", 2, undefined));
|
|
export const BookPulse20Regular = ( /*#__PURE__*/createFluentFontIcon("BookPulse20Regular", "", 1, 20));
|
|
export const BookPulse20Filled = ( /*#__PURE__*/createFluentFontIcon("BookPulse20Filled", "", 0, 20));
|
|
export const BookPulse24Regular = ( /*#__PURE__*/createFluentFontIcon("BookPulse24Regular", "", 1, 24));
|
|
export const BookPulse24Filled = ( /*#__PURE__*/createFluentFontIcon("BookPulse24Filled", "", 0, 24));
|