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

11 lines
957 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MoneyHandFilled = ( /*#__PURE__*/createFluentFontIcon("MoneyHandFilled", "", 2, undefined));
export const MoneyHandRegular = ( /*#__PURE__*/createFluentFontIcon("MoneyHandRegular", "", 2, undefined));
export const MoneyHand16Regular = ( /*#__PURE__*/createFluentFontIcon("MoneyHand16Regular", "󰇜", 1, 16));
export const MoneyHand16Filled = ( /*#__PURE__*/createFluentFontIcon("MoneyHand16Filled", "󰇜", 0, 16));
export const MoneyHand20Regular = ( /*#__PURE__*/createFluentFontIcon("MoneyHand20Regular", "", 1, 20));
export const MoneyHand20Filled = ( /*#__PURE__*/createFluentFontIcon("MoneyHand20Filled", "", 0, 20));
export const MoneyHand24Regular = ( /*#__PURE__*/createFluentFontIcon("MoneyHand24Regular", "", 1, 24));
export const MoneyHand24Filled = ( /*#__PURE__*/createFluentFontIcon("MoneyHand24Filled", "", 0, 24));