5 lines
361 B
JavaScript
5 lines
361 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TextAbcUnderlineDouble32Regular = ( /*#__PURE__*/createFluentFontIcon("TextAbcUnderlineDouble32Regular", "", 1, 32));
|
|
export const TextAbcUnderlineDouble32Filled = ( /*#__PURE__*/createFluentFontIcon("TextAbcUnderlineDouble32Filled", "", 0, 32));
|