@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.25 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Payment48Filled = exports.Payment48Regular = exports.Payment32Filled = exports.Payment32Regular = exports.Payment28Filled = exports.Payment28Regular = exports.Payment24Filled = exports.Payment24Regular = exports.Payment20Filled = exports.Payment20Regular = exports.Payment16Filled = exports.Payment16Regular = exports.PaymentRegular = exports.PaymentFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PaymentFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PaymentFilled", "", 2, undefined));
exports.PaymentRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PaymentRegular", "", 2, undefined));
exports.Payment16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment16Regular", "", 1, 16));
exports.Payment16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment16Filled", "", 0, 16));
exports.Payment20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment20Regular", "", 1, 20));
exports.Payment20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment20Filled", "", 0, 20));
exports.Payment24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment24Regular", "", 1, 24));
exports.Payment24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment24Filled", "", 0, 24));
exports.Payment28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment28Regular", "", 1, 28));
exports.Payment28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment28Filled", "", 0, 28));
exports.Payment32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment32Regular", "", 1, 32));
exports.Payment32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment32Filled", "", 0, 32));
exports.Payment48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment48Regular", "", 1, 48));
exports.Payment48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Payment48Filled", "", 0, 48));