7 lines
583 B
JavaScript
7 lines
583 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ColumnArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("ColumnArrowRightFilled", "", 2, undefined));
|
|
export const ColumnArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("ColumnArrowRightRegular", "", 2, undefined));
|
|
export const ColumnArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ColumnArrowRight20Regular", "", 1, 20));
|
|
export const ColumnArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ColumnArrowRight20Filled", "", 0, 20));
|