9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ThinkingFilled = ( /*#__PURE__*/createFluentFontIcon("ThinkingFilled", "", 2, undefined));
|
|
export const ThinkingRegular = ( /*#__PURE__*/createFluentFontIcon("ThinkingRegular", "", 2, undefined));
|
|
export const Thinking20Regular = ( /*#__PURE__*/createFluentFontIcon("Thinking20Regular", "", 1, 20));
|
|
export const Thinking20Filled = ( /*#__PURE__*/createFluentFontIcon("Thinking20Filled", "", 0, 20));
|
|
export const Thinking24Regular = ( /*#__PURE__*/createFluentFontIcon("Thinking24Regular", "", 1, 24));
|
|
export const Thinking24Filled = ( /*#__PURE__*/createFluentFontIcon("Thinking24Filled", "", 0, 24));
|