UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

14 lines (13 loc) 1.51 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextAlignLeft24Filled = exports.TextAlignLeft24Regular = exports.TextAlignLeft20Filled = exports.TextAlignLeft20Regular = exports.TextAlignLeft16Filled = exports.TextAlignLeft16Regular = exports.TextAlignLeftRegular = exports.TextAlignLeftFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.TextAlignLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAlignLeftFilled", "", 2, undefined)); exports.TextAlignLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAlignLeftRegular", "", 2, undefined)); exports.TextAlignLeft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAlignLeft16Regular", "", 1, 16)); exports.TextAlignLeft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAlignLeft16Filled", "", 0, 16)); exports.TextAlignLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAlignLeft20Regular", "", 1, 20)); exports.TextAlignLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAlignLeft20Filled", "", 0, 20)); exports.TextAlignLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAlignLeft24Regular", "", 1, 24)); exports.TextAlignLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAlignLeft24Filled", "", 0, 24));