9 lines
789 B
JavaScript
9 lines
789 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ClipboardNoteFilled = ( /*#__PURE__*/createFluentFontIcon("ClipboardNoteFilled", "", 2, undefined));
|
|
export const ClipboardNoteRegular = ( /*#__PURE__*/createFluentFontIcon("ClipboardNoteRegular", "", 2, undefined));
|
|
export const ClipboardNote16Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardNote16Regular", "", 1, 16));
|
|
export const ClipboardNote16Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardNote16Filled", "", 0, 16));
|
|
export const ClipboardNote20Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardNote20Regular", "", 1, 20));
|
|
export const ClipboardNote20Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardNote20Filled", "", 0, 20));
|