9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DrawTextFilled = ( /*#__PURE__*/createFluentFontIcon("DrawTextFilled", "", 2, undefined));
|
|
export const DrawTextRegular = ( /*#__PURE__*/createFluentFontIcon("DrawTextRegular", "", 2, undefined));
|
|
export const DrawText20Regular = ( /*#__PURE__*/createFluentFontIcon("DrawText20Regular", "", 1, 20));
|
|
export const DrawText20Filled = ( /*#__PURE__*/createFluentFontIcon("DrawText20Filled", "", 0, 20));
|
|
export const DrawText24Regular = ( /*#__PURE__*/createFluentFontIcon("DrawText24Regular", "", 1, 24));
|
|
export const DrawText24Filled = ( /*#__PURE__*/createFluentFontIcon("DrawText24Filled", "", 0, 24));
|