@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.75 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowText28Filled = exports.WindowText28Regular = exports.WindowText24Filled = exports.WindowText24Regular = exports.WindowText20Filled = exports.WindowText20Regular = exports.WindowText16Filled = exports.WindowText16Regular = exports.WindowTextRegular = exports.WindowTextFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowTextFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowTextFilled", "", 2, undefined));
exports.WindowTextRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowTextRegular", "", 2, undefined));
exports.WindowText16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowText16Regular", "", 1, 16));
exports.WindowText16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowText16Filled", "", 0, 16));
exports.WindowText20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowText20Regular", "", 1, 20));
exports.WindowText20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowText20Filled", "", 0, 20));
exports.WindowText24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowText24Regular", "", 1, 24));
exports.WindowText24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowText24Filled", "", 0, 24));
exports.WindowText28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowText28Regular", "", 1, 28));
exports.WindowText28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowText28Filled", "", 0, 28));