11 lines
859 B
JavaScript
11 lines
859 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BugFilled = ( /*#__PURE__*/createFluentFontIcon("BugFilled", "", 2, undefined));
|
|
export const BugRegular = ( /*#__PURE__*/createFluentFontIcon("BugRegular", "", 2, undefined));
|
|
export const Bug16Regular = ( /*#__PURE__*/createFluentFontIcon("Bug16Regular", "", 1, 16));
|
|
export const Bug16Filled = ( /*#__PURE__*/createFluentFontIcon("Bug16Filled", "", 0, 16));
|
|
export const Bug20Regular = ( /*#__PURE__*/createFluentFontIcon("Bug20Regular", "", 1, 20));
|
|
export const Bug20Filled = ( /*#__PURE__*/createFluentFontIcon("Bug20Filled", "", 0, 20));
|
|
export const Bug24Regular = ( /*#__PURE__*/createFluentFontIcon("Bug24Regular", "", 1, 24));
|
|
export const Bug24Filled = ( /*#__PURE__*/createFluentFontIcon("Bug24Filled", "", 0, 24));
|