@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.88 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CommentMultipleLinkFilled = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLinkFilled", "", 2, undefined, { flipInRtl: true }));
export const CommentMultipleLinkRegular = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLinkRegular", "", 2, undefined, { flipInRtl: true }));
export const CommentMultipleLink16Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink16Regular", "", 1, 16, { flipInRtl: true }));
export const CommentMultipleLink16Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink16Filled", "", 0, 16, { flipInRtl: true }));
export const CommentMultipleLink20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink20Regular", "", 1, 20, { flipInRtl: true }));
export const CommentMultipleLink20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink20Filled", "", 0, 20, { flipInRtl: true }));
export const CommentMultipleLink24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink24Regular", "", 1, 24, { flipInRtl: true }));
export const CommentMultipleLink24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink24Filled", "", 0, 24, { flipInRtl: true }));
export const CommentMultipleLink28Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink28Regular", "", 1, 28, { flipInRtl: true }));
export const CommentMultipleLink28Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink28Filled", "", 0, 28, { flipInRtl: true }));
export const CommentMultipleLink32Regular = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink32Regular", "", 1, 32, { flipInRtl: true }));
export const CommentMultipleLink32Filled = ( /*#__PURE__*/createFluentFontIcon("CommentMultipleLink32Filled", "", 0, 32, { flipInRtl: true }));