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

14 lines
1.3 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Gift24Filled = exports.Gift24Regular = exports.Gift20Filled = exports.Gift20Regular = exports.Gift16Filled = exports.Gift16Regular = exports.GiftRegular = exports.GiftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.GiftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GiftFilled", "", 2, undefined));
exports.GiftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GiftRegular", "", 2, undefined));
exports.Gift16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gift16Regular", "", 1, 16));
exports.Gift16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gift16Filled", "", 0, 16));
exports.Gift20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gift20Regular", "", 1, 20));
exports.Gift20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gift20Filled", "", 0, 20));
exports.Gift24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gift24Regular", "", 1, 24));
exports.Gift24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gift24Filled", "", 0, 24));