7 lines
537 B
JavaScript
7 lines
537 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TriangleUpFilled = ( /*#__PURE__*/createFluentFontIcon("TriangleUpFilled", "", 2, undefined));
|
|
export const TriangleUpRegular = ( /*#__PURE__*/createFluentFontIcon("TriangleUpRegular", "", 2, undefined));
|
|
export const TriangleUp20Regular = ( /*#__PURE__*/createFluentFontIcon("TriangleUp20Regular", "", 1, 20));
|
|
export const TriangleUp20Filled = ( /*#__PURE__*/createFluentFontIcon("TriangleUp20Filled", "", 0, 20));
|