13 lines
1.1 KiB
JavaScript
13 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const RenameFilled = ( /*#__PURE__*/createFluentFontIcon("RenameFilled", "", 2, undefined));
|
|
export const RenameRegular = ( /*#__PURE__*/createFluentFontIcon("RenameRegular", "", 2, undefined));
|
|
export const Rename16Regular = ( /*#__PURE__*/createFluentFontIcon("Rename16Regular", "", 1, 16));
|
|
export const Rename16Filled = ( /*#__PURE__*/createFluentFontIcon("Rename16Filled", "", 0, 16));
|
|
export const Rename20Regular = ( /*#__PURE__*/createFluentFontIcon("Rename20Regular", "", 1, 20));
|
|
export const Rename20Filled = ( /*#__PURE__*/createFluentFontIcon("Rename20Filled", "", 0, 20));
|
|
export const Rename24Regular = ( /*#__PURE__*/createFluentFontIcon("Rename24Regular", "", 1, 24));
|
|
export const Rename24Filled = ( /*#__PURE__*/createFluentFontIcon("Rename24Filled", "", 0, 24));
|
|
export const Rename28Regular = ( /*#__PURE__*/createFluentFontIcon("Rename28Regular", "", 1, 28));
|
|
export const Rename28Filled = ( /*#__PURE__*/createFluentFontIcon("Rename28Filled", "", 0, 28));
|