18 lines
2.4 KiB
JavaScript
18 lines
2.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextGrammarLightning32Filled = exports.TextGrammarLightning32Regular = exports.TextGrammarLightning28Filled = exports.TextGrammarLightning28Regular = exports.TextGrammarLightning24Filled = exports.TextGrammarLightning24Regular = exports.TextGrammarLightning20Filled = exports.TextGrammarLightning20Regular = exports.TextGrammarLightning16Filled = exports.TextGrammarLightning16Regular = exports.TextGrammarLightningRegular = exports.TextGrammarLightningFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextGrammarLightningFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightningFilled", "", 2, undefined));
|
|
exports.TextGrammarLightningRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightningRegular", "", 2, undefined));
|
|
exports.TextGrammarLightning16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning16Regular", "", 1, 16));
|
|
exports.TextGrammarLightning16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning16Filled", "", 0, 16));
|
|
exports.TextGrammarLightning20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning20Regular", "", 1, 20));
|
|
exports.TextGrammarLightning20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning20Filled", "", 0, 20));
|
|
exports.TextGrammarLightning24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning24Regular", "", 1, 24));
|
|
exports.TextGrammarLightning24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning24Filled", "", 0, 24));
|
|
exports.TextGrammarLightning28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning28Regular", "", 1, 28));
|
|
exports.TextGrammarLightning28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning28Filled", "", 0, 28));
|
|
exports.TextGrammarLightning32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning32Regular", "", 1, 32));
|
|
exports.TextGrammarLightning32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarLightning32Filled", "", 0, 32));
|