@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 2.36 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentLink48Filled = exports.CommentLink48Regular = exports.CommentLink28Filled = exports.CommentLink28Regular = exports.CommentLink24Filled = exports.CommentLink24Regular = exports.CommentLink20Filled = exports.CommentLink20Regular = exports.CommentLink16Filled = exports.CommentLink16Regular = exports.CommentLinkRegular = exports.CommentLinkFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentLinkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLinkFilled", "", 2, undefined, { flipInRtl: true }));
exports.CommentLinkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLinkRegular", "", 2, undefined, { flipInRtl: true }));
exports.CommentLink16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink16Regular", "", 1, 16, { flipInRtl: true }));
exports.CommentLink16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink16Filled", "", 0, 16, { flipInRtl: true }));
exports.CommentLink20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink20Regular", "", 1, 20, { flipInRtl: true }));
exports.CommentLink20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink20Filled", "", 0, 20, { flipInRtl: true }));
exports.CommentLink24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink24Regular", "", 1, 24, { flipInRtl: true }));
exports.CommentLink24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink24Filled", "", 0, 24, { flipInRtl: true }));
exports.CommentLink28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink28Regular", "", 1, 28, { flipInRtl: true }));
exports.CommentLink28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink28Filled", "", 0, 28, { flipInRtl: true }));
exports.CommentLink48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink48Regular", "", 1, 48, { flipInRtl: true }));
exports.CommentLink48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentLink48Filled", "", 0, 48, { flipInRtl: true }));