Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/image-shadow.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

13 lines
1.3 KiB
JavaScript

"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));