17 lines
1.5 KiB
JavaScript
17 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const RoadConeFilled = ( /*#__PURE__*/createFluentFontIcon("RoadConeFilled", "", 2, undefined));
|
|
export const RoadConeRegular = ( /*#__PURE__*/createFluentFontIcon("RoadConeRegular", "", 2, undefined));
|
|
export const RoadCone16Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone16Regular", "", 1, 16));
|
|
export const RoadCone16Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone16Filled", "", 0, 16));
|
|
export const RoadCone20Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone20Regular", "", 1, 20));
|
|
export const RoadCone20Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone20Filled", "", 0, 20));
|
|
export const RoadCone24Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone24Regular", "", 1, 24));
|
|
export const RoadCone24Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone24Filled", "", 0, 24));
|
|
export const RoadCone28Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone28Regular", "", 1, 28));
|
|
export const RoadCone28Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone28Filled", "", 0, 28));
|
|
export const RoadCone32Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone32Regular", "", 1, 32));
|
|
export const RoadCone32Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone32Filled", "", 0, 32));
|
|
export const RoadCone48Regular = ( /*#__PURE__*/createFluentFontIcon("RoadCone48Regular", "", 1, 48));
|
|
export const RoadCone48Filled = ( /*#__PURE__*/createFluentFontIcon("RoadCone48Filled", "", 0, 48));
|