@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.59 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SlideText48Filled = exports.SlideText48Regular = exports.SlideText32Filled = exports.SlideText32Regular = exports.SlideText28Filled = exports.SlideText28Regular = exports.SlideText24Filled = exports.SlideText24Regular = exports.SlideText20Filled = exports.SlideText20Regular = exports.SlideText16Filled = exports.SlideText16Regular = exports.SlideTextRegular = exports.SlideTextFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.SlideTextFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideTextFilled", "", 2, undefined, { flipInRtl: true }));
exports.SlideTextRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideTextRegular", "", 2, undefined, { flipInRtl: true }));
exports.SlideText16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText16Regular", "", 1, 16, { flipInRtl: true }));
exports.SlideText16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText16Filled", "", 0, 16, { flipInRtl: true }));
exports.SlideText20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText20Regular", "", 1, 20, { flipInRtl: true }));
exports.SlideText20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText20Filled", "", 0, 20, { flipInRtl: true }));
exports.SlideText24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText24Regular", "", 1, 24, { flipInRtl: true }));
exports.SlideText24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText24Filled", "", 0, 24, { flipInRtl: true }));
exports.SlideText28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText28Regular", "", 1, 28, { flipInRtl: true }));
exports.SlideText28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText28Filled", "", 0, 28, { flipInRtl: true }));
exports.SlideText32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText32Regular", "", 1, 32));
exports.SlideText32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText32Filled", "", 0, 32));
exports.SlideText48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText48Regular", "", 1, 48, { flipInRtl: true }));
exports.SlideText48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SlideText48Filled", "", 0, 48, { flipInRtl: true }));