9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const MoneyOffFilled = ( /*#__PURE__*/createFluentFontIcon("MoneyOffFilled", "", 2, undefined));
|
|
export const MoneyOffRegular = ( /*#__PURE__*/createFluentFontIcon("MoneyOffRegular", "", 2, undefined));
|
|
export const MoneyOff20Regular = ( /*#__PURE__*/createFluentFontIcon("MoneyOff20Regular", "", 1, 20));
|
|
export const MoneyOff20Filled = ( /*#__PURE__*/createFluentFontIcon("MoneyOff20Filled", "", 0, 20));
|
|
export const MoneyOff24Regular = ( /*#__PURE__*/createFluentFontIcon("MoneyOff24Regular", "", 1, 24));
|
|
export const MoneyOff24Filled = ( /*#__PURE__*/createFluentFontIcon("MoneyOff24Filled", "", 0, 24));
|