UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 777 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const BatterySaverFilled = ( /*#__PURE__*/createFluentFontIcon("BatterySaverFilled", "", 2, undefined)); export const BatterySaverRegular = ( /*#__PURE__*/createFluentFontIcon("BatterySaverRegular", "", 2, undefined)); export const BatterySaver20Regular = ( /*#__PURE__*/createFluentFontIcon("BatterySaver20Regular", "", 1, 20)); export const BatterySaver20Filled = ( /*#__PURE__*/createFluentFontIcon("BatterySaver20Filled", "", 0, 20)); export const BatterySaver24Regular = ( /*#__PURE__*/createFluentFontIcon("BatterySaver24Regular", "", 1, 24)); export const BatterySaver24Filled = ( /*#__PURE__*/createFluentFontIcon("BatterySaver24Filled", "", 0, 24));