9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BoxEditFilled = ( /*#__PURE__*/createFluentFontIcon("BoxEditFilled", "", 2, undefined));
|
|
export const BoxEditRegular = ( /*#__PURE__*/createFluentFontIcon("BoxEditRegular", "", 2, undefined));
|
|
export const BoxEdit20Regular = ( /*#__PURE__*/createFluentFontIcon("BoxEdit20Regular", "", 1, 20));
|
|
export const BoxEdit20Filled = ( /*#__PURE__*/createFluentFontIcon("BoxEdit20Filled", "", 0, 20));
|
|
export const BoxEdit24Regular = ( /*#__PURE__*/createFluentFontIcon("BoxEdit24Regular", "", 1, 24));
|
|
export const BoxEdit24Filled = ( /*#__PURE__*/createFluentFontIcon("BoxEdit24Filled", "", 0, 24));
|