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

20 lines
2.9 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentArrowRight48Filled = exports.CommentArrowRight48Regular = exports.CommentArrowRight28Filled = exports.CommentArrowRight28Regular = exports.CommentArrowRight24Filled = exports.CommentArrowRight24Regular = exports.CommentArrowRight20Filled = exports.CommentArrowRight20Regular = exports.CommentArrowRight16Filled = exports.CommentArrowRight16Regular = exports.CommentArrowRight12Filled = exports.CommentArrowRight12Regular = exports.CommentArrowRightRegular = exports.CommentArrowRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRightFilled", "", 2, undefined, { flipInRtl: true }));
exports.CommentArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRightRegular", "", 2, undefined, { flipInRtl: true }));
exports.CommentArrowRight12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight12Regular", "", 1, 12, { flipInRtl: true }));
exports.CommentArrowRight12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight12Filled", "", 0, 12, { flipInRtl: true }));
exports.CommentArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight16Regular", "", 1, 16, { flipInRtl: true }));
exports.CommentArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight16Filled", "", 0, 16, { flipInRtl: true }));
exports.CommentArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight20Regular", "", 1, 20, { flipInRtl: true }));
exports.CommentArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight20Filled", "", 0, 20, { flipInRtl: true }));
exports.CommentArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight24Regular", "", 1, 24, { flipInRtl: true }));
exports.CommentArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight24Filled", "", 0, 24, { flipInRtl: true }));
exports.CommentArrowRight28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight28Regular", "", 1, 28, { flipInRtl: true }));
exports.CommentArrowRight28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight28Filled", "", 0, 28, { flipInRtl: true }));
exports.CommentArrowRight48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight48Regular", "", 1, 48, { flipInRtl: true }));
exports.CommentArrowRight48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowRight48Filled", "", 0, 48, { flipInRtl: true }));