9 lines
693 B
JavaScript
9 lines
693 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const GroupFilled = ( /*#__PURE__*/createFluentFontIcon("GroupFilled", "", 2, undefined));
|
|
export const GroupRegular = ( /*#__PURE__*/createFluentFontIcon("GroupRegular", "", 2, undefined));
|
|
export const Group20Regular = ( /*#__PURE__*/createFluentFontIcon("Group20Regular", "", 1, 20));
|
|
export const Group20Filled = ( /*#__PURE__*/createFluentFontIcon("Group20Filled", "", 0, 20));
|
|
export const Group24Regular = ( /*#__PURE__*/createFluentFontIcon("Group24Regular", "", 1, 24));
|
|
export const Group24Filled = ( /*#__PURE__*/createFluentFontIcon("Group24Filled", "", 0, 24));
|