@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 801 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BranchForkLinkFilled = ( /*#__PURE__*/createFluentFontIcon("BranchForkLinkFilled", "", 2, undefined));
export const BranchForkLinkRegular = ( /*#__PURE__*/createFluentFontIcon("BranchForkLinkRegular", "", 2, undefined));
export const BranchForkLink20Regular = ( /*#__PURE__*/createFluentFontIcon("BranchForkLink20Regular", "", 1, 20));
export const BranchForkLink20Filled = ( /*#__PURE__*/createFluentFontIcon("BranchForkLink20Filled", "", 0, 20));
export const BranchForkLink24Regular = ( /*#__PURE__*/createFluentFontIcon("BranchForkLink24Regular", "", 1, 24));
export const BranchForkLink24Filled = ( /*#__PURE__*/createFluentFontIcon("BranchForkLink24Filled", "", 0, 24));