9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CodeTextFilled = ( /*#__PURE__*/createFluentFontIcon("CodeTextFilled", "", 2, undefined));
|
|
export const CodeTextRegular = ( /*#__PURE__*/createFluentFontIcon("CodeTextRegular", "", 2, undefined));
|
|
export const CodeText16Regular = ( /*#__PURE__*/createFluentFontIcon("CodeText16Regular", "", 1, 16));
|
|
export const CodeText16Filled = ( /*#__PURE__*/createFluentFontIcon("CodeText16Filled", "", 0, 16));
|
|
export const CodeText20Regular = ( /*#__PURE__*/createFluentFontIcon("CodeText20Regular", "", 1, 20));
|
|
export const CodeText20Filled = ( /*#__PURE__*/createFluentFontIcon("CodeText20Filled", "", 0, 20));
|