9 lines
717 B
JavaScript
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));
|