9 lines
721 B
JavaScript
9 lines
721 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CounterFilled = ( /*#__PURE__*/createFluentFontIcon("CounterFilled", "", 2, undefined));
|
|
export const CounterRegular = ( /*#__PURE__*/createFluentFontIcon("CounterRegular", "", 2, undefined));
|
|
export const Counter20Regular = ( /*#__PURE__*/createFluentFontIcon("Counter20Regular", "", 1, 20));
|
|
export const Counter20Filled = ( /*#__PURE__*/createFluentFontIcon("Counter20Filled", "", 0, 20));
|
|
export const Counter24Regular = ( /*#__PURE__*/createFluentFontIcon("Counter24Regular", "", 1, 24));
|
|
export const Counter24Filled = ( /*#__PURE__*/createFluentFontIcon("Counter24Filled", "", 0, 24));
|