14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextGrammarWand24Filled = exports.TextGrammarWand24Regular = exports.TextGrammarWand20Filled = exports.TextGrammarWand20Regular = exports.TextGrammarWand16Filled = exports.TextGrammarWand16Regular = exports.TextGrammarWandRegular = exports.TextGrammarWandFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextGrammarWandFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarWandFilled", "", 2, undefined));
|
|
exports.TextGrammarWandRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarWandRegular", "", 2, undefined));
|
|
exports.TextGrammarWand16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarWand16Regular", "", 1, 16));
|
|
exports.TextGrammarWand16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarWand16Filled", "", 0, 16));
|
|
exports.TextGrammarWand20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarWand20Regular", "", 1, 20));
|
|
exports.TextGrammarWand20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarWand20Filled", "", 0, 20));
|
|
exports.TextGrammarWand24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarWand24Regular", "", 1, 24));
|
|
exports.TextGrammarWand24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarWand24Filled", "", 0, 24));
|