10 lines
881 B
JavaScript
10 lines
881 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextGrammarError20Filled = exports.TextGrammarError20Regular = exports.TextGrammarErrorRegular = exports.TextGrammarErrorFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextGrammarErrorFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarErrorFilled", "", 2, undefined));
|
|
exports.TextGrammarErrorRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarErrorRegular", "", 2, undefined));
|
|
exports.TextGrammarError20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarError20Regular", "", 1, 20));
|
|
exports.TextGrammarError20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarError20Filled", "", 0, 20));
|