UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.09 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DrawText24Filled = exports.DrawText24Regular = exports.DrawText20Filled = exports.DrawText20Regular = exports.DrawTextRegular = exports.DrawTextFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.DrawTextFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawTextFilled", "", 2, undefined)); exports.DrawTextRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawTextRegular", "", 2, undefined)); exports.DrawText20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawText20Regular", "", 1, 20)); exports.DrawText20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawText20Filled", "", 0, 20)); exports.DrawText24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawText24Regular", "", 1, 24)); exports.DrawText24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawText24Filled", "", 0, 24));