4 lines
189 B
JavaScript
4 lines
189 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const Stamp32Light = ( /*#__PURE__*/createFluentFontIcon("Stamp32Light", "", 3, 32));
|