11 lines
957 B
JavaScript
11 lines
957 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BackspaceFilled = ( /*#__PURE__*/createFluentFontIcon("BackspaceFilled", "", 2, undefined));
|
|
export const BackspaceRegular = ( /*#__PURE__*/createFluentFontIcon("BackspaceRegular", "", 2, undefined));
|
|
export const Backspace16Regular = ( /*#__PURE__*/createFluentFontIcon("Backspace16Regular", "", 1, 16));
|
|
export const Backspace16Filled = ( /*#__PURE__*/createFluentFontIcon("Backspace16Filled", "", 0, 16));
|
|
export const Backspace20Regular = ( /*#__PURE__*/createFluentFontIcon("Backspace20Regular", "", 1, 20));
|
|
export const Backspace20Filled = ( /*#__PURE__*/createFluentFontIcon("Backspace20Filled", "", 0, 20));
|
|
export const Backspace24Regular = ( /*#__PURE__*/createFluentFontIcon("Backspace24Regular", "", 1, 24));
|
|
export const Backspace24Filled = ( /*#__PURE__*/createFluentFontIcon("Backspace24Filled", "", 0, 24));
|