@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.19 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BranchForkLink24Filled = exports.BranchForkLink24Regular = exports.BranchForkLink20Filled = exports.BranchForkLink20Regular = exports.BranchForkLinkRegular = exports.BranchForkLinkFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BranchForkLinkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchForkLinkFilled", "", 2, undefined));
exports.BranchForkLinkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchForkLinkRegular", "", 2, undefined));
exports.BranchForkLink20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchForkLink20Regular", "", 1, 20));
exports.BranchForkLink20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchForkLink20Filled", "", 0, 20));
exports.BranchForkLink24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchForkLink24Regular", "", 1, 24));
exports.BranchForkLink24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BranchForkLink24Filled", "", 0, 24));