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

14 lines
1.6 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentError24Filled = exports.CommentError24Regular = exports.CommentError20Filled = exports.CommentError20Regular = exports.CommentError16Filled = exports.CommentError16Regular = exports.CommentErrorRegular = exports.CommentErrorFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentErrorFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentErrorFilled", "", 2, undefined, { flipInRtl: true }));
exports.CommentErrorRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentErrorRegular", "", 2, undefined, { flipInRtl: true }));
exports.CommentError16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError16Regular", "", 1, 16, { flipInRtl: true }));
exports.CommentError16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError16Filled", "", 0, 16, { flipInRtl: true }));
exports.CommentError20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError20Regular", "", 1, 20, { flipInRtl: true }));
exports.CommentError20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError20Filled", "", 0, 20, { flipInRtl: true }));
exports.CommentError24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError24Regular", "", 1, 24, { flipInRtl: true }));
exports.CommentError24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError24Filled", "", 0, 24, { flipInRtl: true }));