9 lines
801 B
JavaScript
9 lines
801 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CropInterimOffFilled = ( /*#__PURE__*/createFluentFontIcon("CropInterimOffFilled", "", 2, undefined));
|
|
export const CropInterimOffRegular = ( /*#__PURE__*/createFluentFontIcon("CropInterimOffRegular", "", 2, undefined));
|
|
export const CropInterimOff20Regular = ( /*#__PURE__*/createFluentFontIcon("CropInterimOff20Regular", "", 1, 20));
|
|
export const CropInterimOff20Filled = ( /*#__PURE__*/createFluentFontIcon("CropInterimOff20Filled", "", 0, 20));
|
|
export const CropInterimOff24Regular = ( /*#__PURE__*/createFluentFontIcon("CropInterimOff24Regular", "", 1, 24));
|
|
export const CropInterimOff24Filled = ( /*#__PURE__*/createFluentFontIcon("CropInterimOff24Filled", "", 0, 24));
|