9 lines
837 B
JavaScript
9 lines
837 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const StackArrowForwardFilled = ( /*#__PURE__*/createFluentFontIcon("StackArrowForwardFilled", "", 2, undefined));
|
|
export const StackArrowForwardRegular = ( /*#__PURE__*/createFluentFontIcon("StackArrowForwardRegular", "", 2, undefined));
|
|
export const StackArrowForward20Regular = ( /*#__PURE__*/createFluentFontIcon("StackArrowForward20Regular", "", 1, 20));
|
|
export const StackArrowForward20Filled = ( /*#__PURE__*/createFluentFontIcon("StackArrowForward20Filled", "", 0, 20));
|
|
export const StackArrowForward24Regular = ( /*#__PURE__*/createFluentFontIcon("StackArrowForward24Regular", "", 1, 24));
|
|
export const StackArrowForward24Filled = ( /*#__PURE__*/createFluentFontIcon("StackArrowForward24Filled", "", 0, 24));
|