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