UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 951 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const CommentLightningFilled = ( /*#__PURE__*/createFluentFontIcon("CommentLightningFilled", "", 2, undefined, { flipInRtl: true })); export const CommentLightningRegular = ( /*#__PURE__*/createFluentFontIcon("CommentLightningRegular", "", 2, undefined, { flipInRtl: true })); export const CommentLightning20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentLightning20Regular", "", 1, 20, { flipInRtl: true })); export const CommentLightning20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentLightning20Filled", "", 0, 20, { flipInRtl: true })); export const CommentLightning24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentLightning24Regular", "", 1, 24, { flipInRtl: true })); export const CommentLightning24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentLightning24Filled", "", 0, 24, { flipInRtl: true }));