@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.29 kB
JavaScript
"use client";
;
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));