Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/gas-pump.js

9 lines
717 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const GasPumpFilled = ( /*#__PURE__*/createFluentFontIcon("GasPumpFilled", "", 2, undefined));
export const GasPumpRegular = ( /*#__PURE__*/createFluentFontIcon("GasPumpRegular", "", 2, undefined));
export const GasPump20Regular = ( /*#__PURE__*/createFluentFontIcon("GasPump20Regular", "", 1, 20));
export const GasPump20Filled = ( /*#__PURE__*/createFluentFontIcon("GasPump20Filled", "", 0, 20));
export const GasPump24Regular = ( /*#__PURE__*/createFluentFontIcon("GasPump24Regular", "", 1, 24));
export const GasPump24Filled = ( /*#__PURE__*/createFluentFontIcon("GasPump24Filled", "", 0, 24));