UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.29 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImageShadow32Light = exports.ImageShadow24Filled = exports.ImageShadow24Regular = exports.ImageShadow20Filled = exports.ImageShadow20Regular = exports.ImageShadowRegular = exports.ImageShadowFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ImageShadowFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageShadowFilled", "", 2, undefined)); exports.ImageShadowRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageShadowRegular", "", 2, undefined)); exports.ImageShadow20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageShadow20Regular", "", 1, 20)); exports.ImageShadow20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageShadow20Filled", "", 0, 20)); exports.ImageShadow24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageShadow24Regular", "", 1, 24)); exports.ImageShadow24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageShadow24Filled", "", 0, 24)); exports.ImageShadow32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ImageShadow32Light", "", 3, 32));