UNPKG

@fluentui/react-icons

Version:

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

10 lines (9 loc) 811 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TriangleUp20Filled = exports.TriangleUp20Regular = exports.TriangleUpRegular = exports.TriangleUpFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.TriangleUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TriangleUpFilled", "", 2, undefined)); exports.TriangleUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TriangleUpRegular", "", 2, undefined)); exports.TriangleUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TriangleUp20Regular", "󰇡", 1, 20)); exports.TriangleUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TriangleUp20Filled", "󰇡", 0, 20));