17 lines
1.8 KiB
JavaScript
17 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const VehicleMotorcycleFilled = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycleFilled", "", 2, undefined));
|
|
export const VehicleMotorcycleRegular = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycleRegular", "", 2, undefined));
|
|
export const VehicleMotorcycle16Regular = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle16Regular", "", 1, 16));
|
|
export const VehicleMotorcycle16Filled = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle16Filled", "", 0, 16));
|
|
export const VehicleMotorcycle20Regular = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle20Regular", "", 1, 20));
|
|
export const VehicleMotorcycle20Filled = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle20Filled", "", 0, 20));
|
|
export const VehicleMotorcycle24Regular = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle24Regular", "", 1, 24));
|
|
export const VehicleMotorcycle24Filled = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle24Filled", "", 0, 24));
|
|
export const VehicleMotorcycle28Regular = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle28Regular", "", 1, 28));
|
|
export const VehicleMotorcycle28Filled = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle28Filled", "", 0, 28));
|
|
export const VehicleMotorcycle32Regular = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle32Regular", "", 1, 32));
|
|
export const VehicleMotorcycle32Filled = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle32Filled", "", 0, 32));
|
|
export const VehicleMotorcycle48Regular = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle48Regular", "", 1, 48));
|
|
export const VehicleMotorcycle48Filled = ( /*#__PURE__*/createFluentFontIcon("VehicleMotorcycle48Filled", "", 0, 48));
|