@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.92 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentArrowLeft48Filled = exports.CommentArrowLeft48Regular = exports.CommentArrowLeft28Filled = exports.CommentArrowLeft28Regular = exports.CommentArrowLeft24Filled = exports.CommentArrowLeft24Regular = exports.CommentArrowLeft20Filled = exports.CommentArrowLeft20Regular = exports.CommentArrowLeft16Filled = exports.CommentArrowLeft16Regular = exports.CommentArrowLeft12Filled = exports.CommentArrowLeft12Regular = exports.CommentArrowLeftRegular = exports.CommentArrowLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeftFilled", "", 2, undefined, { flipInRtl: true }));
exports.CommentArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeftRegular", "", 2, undefined, { flipInRtl: true }));
exports.CommentArrowLeft12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft12Regular", "", 1, 12, { flipInRtl: true }));
exports.CommentArrowLeft12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft12Filled", "", 0, 12, { flipInRtl: true }));
exports.CommentArrowLeft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft16Regular", "", 1, 16, { flipInRtl: true }));
exports.CommentArrowLeft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft16Filled", "", 0, 16, { flipInRtl: true }));
exports.CommentArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft20Regular", "", 1, 20, { flipInRtl: true }));
exports.CommentArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft20Filled", "", 0, 20, { flipInRtl: true }));
exports.CommentArrowLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft24Regular", "", 1, 24, { flipInRtl: true }));
exports.CommentArrowLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft24Filled", "", 0, 24, { flipInRtl: true }));
exports.CommentArrowLeft28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft28Regular", "", 1, 28, { flipInRtl: true }));
exports.CommentArrowLeft28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft28Filled", "", 0, 28, { flipInRtl: true }));
exports.CommentArrowLeft48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft48Regular", "", 1, 48, { flipInRtl: true }));
exports.CommentArrowLeft48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentArrowLeft48Filled", "", 0, 48, { flipInRtl: true }));