Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/text-grammar-arrow-right.js

12 lines
1.3 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextGrammarArrowRight24Filled = exports.TextGrammarArrowRight24Regular = exports.TextGrammarArrowRight20Filled = exports.TextGrammarArrowRight20Regular = exports.TextGrammarArrowRightRegular = exports.TextGrammarArrowRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextGrammarArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarArrowRightFilled", "", 2, undefined));
exports.TextGrammarArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarArrowRightRegular", "", 2, undefined));
exports.TextGrammarArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarArrowRight20Regular", "", 1, 20));
exports.TextGrammarArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarArrowRight20Filled", "", 0, 20));
exports.TextGrammarArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarArrowRight24Regular", "", 1, 24));
exports.TextGrammarArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextGrammarArrowRight24Filled", "", 0, 24));