@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.8 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextIndentDecrease24Filled = exports.TextIndentDecrease24Regular = exports.TextIndentDecrease20Filled = exports.TextIndentDecrease20Regular = exports.TextIndentDecrease16Filled = exports.TextIndentDecrease16Regular = exports.TextIndentDecreaseRegular = exports.TextIndentDecreaseFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextIndentDecreaseFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentDecreaseFilled", "", 2, undefined, { flipInRtl: true }));
exports.TextIndentDecreaseRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentDecreaseRegular", "", 2, undefined, { flipInRtl: true }));
exports.TextIndentDecrease16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentDecrease16Regular", "", 1, 16, { flipInRtl: true }));
exports.TextIndentDecrease16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentDecrease16Filled", "", 0, 16, { flipInRtl: true }));
exports.TextIndentDecrease20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentDecrease20Regular", "", 1, 20, { flipInRtl: true }));
exports.TextIndentDecrease20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentDecrease20Filled", "", 0, 20, { flipInRtl: true }));
exports.TextIndentDecrease24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentDecrease24Regular", "", 1, 24, { flipInRtl: true }));
exports.TextIndentDecrease24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentDecrease24Filled", "", 0, 24, { flipInRtl: true }));