11 lines
925 B
JavaScript
11 lines
925 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BookAddFilled = ( /*#__PURE__*/createFluentFontIcon("BookAddFilled", "", 2, undefined));
|
|
export const BookAddRegular = ( /*#__PURE__*/createFluentFontIcon("BookAddRegular", "", 2, undefined));
|
|
export const BookAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("BookAdd20Regular", "", 1, 20));
|
|
export const BookAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("BookAdd20Filled", "", 0, 20));
|
|
export const BookAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("BookAdd24Regular", "", 1, 24));
|
|
export const BookAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("BookAdd24Filled", "", 0, 24));
|
|
export const BookAdd28Regular = ( /*#__PURE__*/createFluentFontIcon("BookAdd28Regular", "", 1, 28));
|
|
export const BookAdd28Filled = ( /*#__PURE__*/createFluentFontIcon("BookAdd28Filled", "", 0, 28));
|