@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 2.09 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CommentCheckmarkFilled = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmarkFilled", "", 2, undefined, { flipInRtl: true }));
export const CommentCheckmarkRegular = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmarkRegular", "", 2, undefined, { flipInRtl: true }));
export const CommentCheckmark12Regular = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark12Regular", "", 1, 12, { flipInRtl: true }));
export const CommentCheckmark12Filled = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark12Filled", "", 0, 12, { flipInRtl: true }));
export const CommentCheckmark16Regular = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark16Regular", "", 1, 16, { flipInRtl: true }));
export const CommentCheckmark16Filled = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark16Filled", "", 0, 16, { flipInRtl: true }));
export const CommentCheckmark20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark20Regular", "", 1, 20, { flipInRtl: true }));
export const CommentCheckmark20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark20Filled", "", 0, 20, { flipInRtl: true }));
export const CommentCheckmark24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark24Regular", "", 1, 24, { flipInRtl: true }));
export const CommentCheckmark24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark24Filled", "", 0, 24, { flipInRtl: true }));
export const CommentCheckmark28Regular = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark28Regular", "", 1, 28, { flipInRtl: true }));
export const CommentCheckmark28Filled = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark28Filled", "", 0, 28, { flipInRtl: true }));
export const CommentCheckmark48Regular = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark48Regular", "", 1, 48, { flipInRtl: true }));
export const CommentCheckmark48Filled = ( /*#__PURE__*/createFluentFontIcon("CommentCheckmark48Filled", "", 0, 48, { flipInRtl: true }));