UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.29 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BranchRequestClosed20Filled = exports.BranchRequestClosed20Regular = exports.BranchRequestClosed16Filled = exports.BranchRequestClosed16Regular = exports.BranchRequestClosedRegular = exports.BranchRequestClosedFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.BranchRequestClosedFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchRequestClosedFilled", "", 2, undefined)); exports.BranchRequestClosedRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchRequestClosedRegular", "", 2, undefined)); exports.BranchRequestClosed16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchRequestClosed16Regular", "󰠈", 1, 16)); exports.BranchRequestClosed16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchRequestClosed16Filled", "󰢅", 0, 16)); exports.BranchRequestClosed20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchRequestClosed20Regular", "󰠉", 1, 20)); exports.BranchRequestClosed20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchRequestClosed20Filled", "󰢆", 0, 20));