5 lines
295 B
JavaScript
5 lines
295 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CodePy16Regular = ( /*#__PURE__*/createFluentFontIcon("CodePy16Regular", "", 1, 16));
|
|
export const CodePy16Filled = ( /*#__PURE__*/createFluentFontIcon("CodePy16Filled", "", 0, 16));
|