@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.69 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CommentLinkFilled = ( /*#__PURE__*/createFluentFontIcon("CommentLinkFilled", "", 2, undefined, { flipInRtl: true }));
export const CommentLinkRegular = ( /*#__PURE__*/createFluentFontIcon("CommentLinkRegular", "", 2, undefined, { flipInRtl: true }));
export const CommentLink16Regular = ( /*#__PURE__*/createFluentFontIcon("CommentLink16Regular", "", 1, 16, { flipInRtl: true }));
export const CommentLink16Filled = ( /*#__PURE__*/createFluentFontIcon("CommentLink16Filled", "", 0, 16, { flipInRtl: true }));
export const CommentLink20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentLink20Regular", "", 1, 20, { flipInRtl: true }));
export const CommentLink20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentLink20Filled", "", 0, 20, { flipInRtl: true }));
export const CommentLink24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentLink24Regular", "", 1, 24, { flipInRtl: true }));
export const CommentLink24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentLink24Filled", "", 0, 24, { flipInRtl: true }));
export const CommentLink28Regular = ( /*#__PURE__*/createFluentFontIcon("CommentLink28Regular", "", 1, 28, { flipInRtl: true }));
export const CommentLink28Filled = ( /*#__PURE__*/createFluentFontIcon("CommentLink28Filled", "", 0, 28, { flipInRtl: true }));
export const CommentLink48Regular = ( /*#__PURE__*/createFluentFontIcon("CommentLink48Regular", "", 1, 48, { flipInRtl: true }));
export const CommentLink48Filled = ( /*#__PURE__*/createFluentFontIcon("CommentLink48Filled", "", 0, 48, { flipInRtl: true }));