UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 765 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PersonMoneyFilled = ( /*#__PURE__*/createFluentFontIcon("PersonMoneyFilled", "", 2, undefined)); export const PersonMoneyRegular = ( /*#__PURE__*/createFluentFontIcon("PersonMoneyRegular", "", 2, undefined)); export const PersonMoney20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonMoney20Regular", "", 1, 20)); export const PersonMoney20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonMoney20Filled", "", 0, 20)); export const PersonMoney24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonMoney24Regular", "", 1, 24)); export const PersonMoney24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonMoney24Filled", "", 0, 24));