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