@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.13 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SavingsFilled = ( /*#__PURE__*/createFluentFontIcon("SavingsFilled", "", 2, undefined));
export const SavingsRegular = ( /*#__PURE__*/createFluentFontIcon("SavingsRegular", "", 2, undefined));
export const Savings16Regular = ( /*#__PURE__*/createFluentFontIcon("Savings16Regular", "", 1, 16));
export const Savings16Filled = ( /*#__PURE__*/createFluentFontIcon("Savings16Filled", "", 0, 16));
export const Savings20Regular = ( /*#__PURE__*/createFluentFontIcon("Savings20Regular", "", 1, 20));
export const Savings20Filled = ( /*#__PURE__*/createFluentFontIcon("Savings20Filled", "", 0, 20));
export const Savings24Regular = ( /*#__PURE__*/createFluentFontIcon("Savings24Regular", "", 1, 24));
export const Savings24Filled = ( /*#__PURE__*/createFluentFontIcon("Savings24Filled", "", 0, 24));
export const Savings32Regular = ( /*#__PURE__*/createFluentFontIcon("Savings32Regular", "", 1, 32));
export const Savings32Filled = ( /*#__PURE__*/createFluentFontIcon("Savings32Filled", "", 0, 32));