Private
Public Access
1
0
Files

9 lines
753 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ScratchpadFilled = ( /*#__PURE__*/createFluentFontIcon("ScratchpadFilled", "", 2, undefined));
export const ScratchpadRegular = ( /*#__PURE__*/createFluentFontIcon("ScratchpadRegular", "", 2, undefined));
export const Scratchpad20Regular = ( /*#__PURE__*/createFluentFontIcon("Scratchpad20Regular", "", 1, 20));
export const Scratchpad20Filled = ( /*#__PURE__*/createFluentFontIcon("Scratchpad20Filled", "", 0, 20));
export const Scratchpad24Regular = ( /*#__PURE__*/createFluentFontIcon("Scratchpad24Regular", "", 1, 24));
export const Scratchpad24Filled = ( /*#__PURE__*/createFluentFontIcon("Scratchpad24Filled", "", 0, 24));