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