Private
Public Access
1
0
Files

9 lines
951 B
JavaScript

"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 }));