@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.78 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CommentMultipleFilled = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleFilled", "", 2, undefined, { flipInRtl: true }));
export const CommentMultipleRegular = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleRegular", "", 2, undefined, { flipInRtl: true }));
export const CommentMultiple16Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple16Regular", "", 1, 16, { flipInRtl: true }));
export const CommentMultiple16Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple16Filled", "", 0, 16, { flipInRtl: true }));
export const CommentMultiple20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple20Regular", "", 1, 20, { flipInRtl: true }));
export const CommentMultiple20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple20Filled", "", 0, 20, { flipInRtl: true }));
export const CommentMultiple24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple24Regular", "", 1, 24, { flipInRtl: true }));
export const CommentMultiple24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple24Filled", "", 0, 24, { flipInRtl: true }));
export const CommentMultiple28Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple28Regular", "", 1, 28, { flipInRtl: true }));
export const CommentMultiple28Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple28Filled", "", 0, 28, { flipInRtl: true }));
export const CommentMultiple32Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple32Regular", "", 1, 32, { flipInRtl: true }));
export const CommentMultiple32Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultiple32Filled", "", 0, 32, { flipInRtl: true }));