@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.96 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CommentTextFilled = ( /*#__PURE__*/createFluentFontIcon("CommentTextFilled", "", 2, undefined, { flipInRtl: true }));
export const CommentTextRegular = ( /*#__PURE__*/createFluentFontIcon("CommentTextRegular", "", 2, undefined, { flipInRtl: true }));
export const CommentText16Regular = ( /*#__PURE__*/createFluentFontIcon("CommentText16Regular", "", 1, 16, { flipInRtl: true }));
export const CommentText16Filled = ( /*#__PURE__*/createFluentFontIcon("CommentText16Filled", "", 0, 16, { flipInRtl: true }));
export const CommentText20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentText20Regular", "", 1, 20, { flipInRtl: true }));
export const CommentText20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentText20Filled", "", 0, 20, { flipInRtl: true }));
export const CommentText24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentText24Regular", "", 1, 24, { flipInRtl: true }));
export const CommentText24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentText24Filled", "", 0, 24, { flipInRtl: true }));
export const CommentText28Regular = ( /*#__PURE__*/createFluentFontIcon("CommentText28Regular", "", 1, 28, { flipInRtl: true }));
export const CommentText28Filled = ( /*#__PURE__*/createFluentFontIcon("CommentText28Filled", "", 0, 28, { flipInRtl: true }));
export const CommentText32Regular = ( /*#__PURE__*/createFluentFontIcon("CommentText32Regular", "", 1, 32, { flipInRtl: true }));
export const CommentText32Filled = ( /*#__PURE__*/createFluentFontIcon("CommentText32Filled", "", 0, 32, { flipInRtl: true }));
export const CommentText48Regular = ( /*#__PURE__*/createFluentFontIcon("CommentText48Regular", "", 1, 48, { flipInRtl: true }));
export const CommentText48Filled = ( /*#__PURE__*/createFluentFontIcon("CommentText48Filled", "", 0, 48, { flipInRtl: true }));