@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 2.12 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CommentArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRightFilled", "", 2, undefined, { flipInRtl: true }));
export const CommentArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRightRegular", "", 2, undefined, { flipInRtl: true }));
export const CommentArrowRight12Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight12Regular", "", 1, 12, { flipInRtl: true }));
export const CommentArrowRight12Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight12Filled", "", 0, 12, { flipInRtl: true }));
export const CommentArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight16Regular", "", 1, 16, { flipInRtl: true }));
export const CommentArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight16Filled", "", 0, 16, { flipInRtl: true }));
export const CommentArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight20Regular", "", 1, 20, { flipInRtl: true }));
export const CommentArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight20Filled", "", 0, 20, { flipInRtl: true }));
export const CommentArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight24Regular", "", 1, 24, { flipInRtl: true }));
export const CommentArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight24Filled", "", 0, 24, { flipInRtl: true }));
export const CommentArrowRight28Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight28Regular", "", 1, 28, { flipInRtl: true }));
export const CommentArrowRight28Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight28Filled", "", 0, 28, { flipInRtl: true }));
export const CommentArrowRight48Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight48Regular", "", 1, 48, { flipInRtl: true }));
export const CommentArrowRight48Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight48Filled", "", 0, 48, { flipInRtl: true }));