Private
Public Access
1
0
Files

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonMoney24Filled = exports.PersonMoney24Regular = exports.PersonMoney20Filled = exports.PersonMoney20Regular = exports.PersonMoneyRegular = exports.PersonMoneyFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonMoneyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonMoneyFilled", "", 2, undefined));
exports.PersonMoneyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonMoneyRegular", "", 2, undefined));
exports.PersonMoney20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonMoney20Regular", "", 1, 20));
exports.PersonMoney20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonMoney20Filled", "", 0, 20));
exports.PersonMoney24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonMoney24Regular", "", 1, 24));
exports.PersonMoney24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonMoney24Filled", "", 0, 24));