9 lines
741 B
JavaScript
9 lines
741 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ScaleFillFilled = ( /*#__PURE__*/createFluentFontIcon("ScaleFillFilled", "", 2, undefined));
|
|
export const ScaleFillRegular = ( /*#__PURE__*/createFluentFontIcon("ScaleFillRegular", "", 2, undefined));
|
|
export const ScaleFill20Regular = ( /*#__PURE__*/createFluentFontIcon("ScaleFill20Regular", "", 1, 20));
|
|
export const ScaleFill20Filled = ( /*#__PURE__*/createFluentFontIcon("ScaleFill20Filled", "", 0, 20));
|
|
export const ScaleFill24Regular = ( /*#__PURE__*/createFluentFontIcon("ScaleFill24Regular", "", 1, 24));
|
|
export const ScaleFill24Filled = ( /*#__PURE__*/createFluentFontIcon("ScaleFill24Filled", "", 0, 24));
|