9 lines
801 B
JavaScript
9 lines
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));
|