UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

7 lines (6 loc) 537 B
"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));