12 lines
1.3 KiB
JavaScript
12 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextGrammarCheckmark24Filled = exports.TextGrammarCheckmark24Regular = exports.TextGrammarCheckmark20Filled = exports.TextGrammarCheckmark20Regular = exports.TextGrammarCheckmarkRegular = exports.TextGrammarCheckmarkFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextGrammarCheckmarkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarCheckmarkFilled", "", 2, undefined));
|
|
exports.TextGrammarCheckmarkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarCheckmarkRegular", "", 2, undefined));
|
|
exports.TextGrammarCheckmark20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarCheckmark20Regular", "", 1, 20));
|
|
exports.TextGrammarCheckmark20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarCheckmark20Filled", "", 0, 20));
|
|
exports.TextGrammarCheckmark24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarCheckmark24Regular", "", 1, 24));
|
|
exports.TextGrammarCheckmark24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarCheckmark24Filled", "", 0, 24));
|