Private
Public Access
1
0
Files

8 lines
568 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextAbcUnderlineDouble32Filled = exports.TextAbcUnderlineDouble32Regular = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextAbcUnderlineDouble32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAbcUnderlineDouble32Regular", "󰂰", 1, 32));
exports.TextAbcUnderlineDouble32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAbcUnderlineDouble32Filled", "󰂯", 0, 32));