12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
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));
|