Private
Public Access
1
0
Files

14 lines
1.8 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextIndentIncrease24Filled = exports.TextIndentIncrease24Regular = exports.TextIndentIncrease20Filled = exports.TextIndentIncrease20Regular = exports.TextIndentIncrease16Filled = exports.TextIndentIncrease16Regular = exports.TextIndentIncreaseRegular = exports.TextIndentIncreaseFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextIndentIncreaseFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentIncreaseFilled", "", 2, undefined, { flipInRtl: true }));
exports.TextIndentIncreaseRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentIncreaseRegular", "", 2, undefined, { flipInRtl: true }));
exports.TextIndentIncrease16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentIncrease16Regular", "󰊚", 1, 16, { flipInRtl: true }));
exports.TextIndentIncrease16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentIncrease16Filled", "󰊭", 0, 16, { flipInRtl: true }));
exports.TextIndentIncrease20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentIncrease20Regular", "󰊛", 1, 20, { flipInRtl: true }));
exports.TextIndentIncrease20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentIncrease20Filled", "󰊮", 0, 20, { flipInRtl: true }));
exports.TextIndentIncrease24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentIncrease24Regular", "󰊜", 1, 24, { flipInRtl: true }));
exports.TextIndentIncrease24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextIndentIncrease24Filled", "󰊯", 0, 24, { flipInRtl: true }));