15 lines
1.3 KiB
JavaScript
15 lines
1.3 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const OpenOffFilled = ( /*#__PURE__*/createFluentFontIcon("OpenOffFilled", "", 2, undefined));
|
|
export const OpenOffRegular = ( /*#__PURE__*/createFluentFontIcon("OpenOffRegular", "", 2, undefined));
|
|
export const OpenOff16Regular = ( /*#__PURE__*/createFluentFontIcon("OpenOff16Regular", "", 1, 16));
|
|
export const OpenOff16Filled = ( /*#__PURE__*/createFluentFontIcon("OpenOff16Filled", "", 0, 16));
|
|
export const OpenOff20Regular = ( /*#__PURE__*/createFluentFontIcon("OpenOff20Regular", "", 1, 20));
|
|
export const OpenOff20Filled = ( /*#__PURE__*/createFluentFontIcon("OpenOff20Filled", "", 0, 20));
|
|
export const OpenOff24Regular = ( /*#__PURE__*/createFluentFontIcon("OpenOff24Regular", "", 1, 24));
|
|
export const OpenOff24Filled = ( /*#__PURE__*/createFluentFontIcon("OpenOff24Filled", "", 0, 24));
|
|
export const OpenOff28Regular = ( /*#__PURE__*/createFluentFontIcon("OpenOff28Regular", "", 1, 28));
|
|
export const OpenOff28Filled = ( /*#__PURE__*/createFluentFontIcon("OpenOff28Filled", "", 0, 28));
|
|
export const OpenOff48Regular = ( /*#__PURE__*/createFluentFontIcon("OpenOff48Regular", "", 1, 48));
|
|
export const OpenOff48Filled = ( /*#__PURE__*/createFluentFontIcon("OpenOff48Filled", "", 0, 48));
|