9 lines
837 B
JavaScript
9 lines
837 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DecimalArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRightFilled", "", 2, undefined));
|
|
export const DecimalArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRightRegular", "", 2, undefined));
|
|
export const DecimalArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight20Regular", "", 1, 20));
|
|
export const DecimalArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight20Filled", "", 0, 20));
|
|
export const DecimalArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight24Regular", "", 1, 24));
|
|
export const DecimalArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight24Filled", "", 0, 24));
|