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

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentNote24Filled = exports.CommentNote24Regular = exports.CommentNote20Filled = exports.CommentNote20Regular = exports.CommentNoteRegular = exports.CommentNoteFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentNoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentNoteFilled", "", 2, undefined, { flipInRtl: true }));
exports.CommentNoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentNoteRegular", "", 2, undefined, { flipInRtl: true }));
exports.CommentNote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentNote20Regular", "", 1, 20, { flipInRtl: true }));
exports.CommentNote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentNote20Filled", "", 0, 20, { flipInRtl: true }));
exports.CommentNote24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentNote24Regular", "", 1, 24, { flipInRtl: true }));
exports.CommentNote24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentNote24Filled", "", 0, 24, { flipInRtl: true }));