UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.19 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const BranchForkFilled = ( /*#__PURE__*/createFluentFontIcon("BranchForkFilled", "", 2, undefined)); export const BranchForkRegular = ( /*#__PURE__*/createFluentFontIcon("BranchForkRegular", "", 2, undefined)); export const BranchFork16Regular = ( /*#__PURE__*/createFluentFontIcon("BranchFork16Regular", "", 1, 16)); export const BranchFork16Filled = ( /*#__PURE__*/createFluentFontIcon("BranchFork16Filled", "", 0, 16)); export const BranchFork20Regular = ( /*#__PURE__*/createFluentFontIcon("BranchFork20Regular", "", 1, 20)); export const BranchFork20Filled = ( /*#__PURE__*/createFluentFontIcon("BranchFork20Filled", "", 0, 20)); export const BranchFork24Regular = ( /*#__PURE__*/createFluentFontIcon("BranchFork24Regular", "", 1, 24)); export const BranchFork24Filled = ( /*#__PURE__*/createFluentFontIcon("BranchFork24Filled", "", 0, 24)); export const BranchFork32Regular = ( /*#__PURE__*/createFluentFontIcon("BranchFork32Regular", "", 1, 32)); export const BranchFork32Filled = ( /*#__PURE__*/createFluentFontIcon("BranchFork32Filled", "", 0, 32));