9 lines
791 B
JavaScript
9 lines
791 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BranchRequestFilled = ( /*#__PURE__*/createFluentFontIcon("BranchRequestFilled", "", 2, undefined));
|
|
export const BranchRequestRegular = ( /*#__PURE__*/createFluentFontIcon("BranchRequestRegular", "", 2, undefined));
|
|
export const BranchRequest16Regular = ( /*#__PURE__*/createFluentFontIcon("BranchRequest16Regular", "", 1, 16));
|
|
export const BranchRequest16Filled = ( /*#__PURE__*/createFluentFontIcon("BranchRequest16Filled", "", 0, 16));
|
|
export const BranchRequest20Regular = ( /*#__PURE__*/createFluentFontIcon("BranchRequest20Regular", "", 1, 20));
|
|
export const BranchRequest20Filled = ( /*#__PURE__*/createFluentFontIcon("BranchRequest20Filled", "", 0, 20));
|