9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PrintAddFilled = ( /*#__PURE__*/createFluentFontIcon("PrintAddFilled", "", 2, undefined));
|
|
export const PrintAddRegular = ( /*#__PURE__*/createFluentFontIcon("PrintAddRegular", "", 2, undefined));
|
|
export const PrintAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("PrintAdd20Regular", "", 1, 20));
|
|
export const PrintAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("PrintAdd20Filled", "", 0, 20));
|
|
export const PrintAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("PrintAdd24Regular", "", 1, 24));
|
|
export const PrintAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("PrintAdd24Filled", "", 0, 24));
|