UNPKG

@fluentui/react-icons

Version:

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

15 lines (14 loc) 1.64 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImageAltText32Light = exports.ImageAltText24Filled = exports.ImageAltText24Regular = exports.ImageAltText20Filled = exports.ImageAltText20Regular = exports.ImageAltText16Filled = exports.ImageAltText16Regular = exports.ImageAltTextRegular = exports.ImageAltTextFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ImageAltTextFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltTextFilled", "", 2, undefined)); exports.ImageAltTextRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltTextRegular", "", 2, undefined)); exports.ImageAltText16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltText16Regular", "", 1, 16)); exports.ImageAltText16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltText16Filled", "", 0, 16)); exports.ImageAltText20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltText20Regular", "", 1, 20)); exports.ImageAltText20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltText20Filled", "", 0, 20)); exports.ImageAltText24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltText24Regular", "", 1, 24)); exports.ImageAltText24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltText24Filled", "", 0, 24)); exports.ImageAltText32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageAltText32Light", "", 3, 32));