9 lines
757 B
JavaScript
9 lines
757 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const StreetSignFilled = ( /*#__PURE__*/createFluentFontIcon("StreetSignFilled", "", 2, undefined));
|
|
export const StreetSignRegular = ( /*#__PURE__*/createFluentFontIcon("StreetSignRegular", "", 2, undefined));
|
|
export const StreetSign20Regular = ( /*#__PURE__*/createFluentFontIcon("StreetSign20Regular", "", 1, 20));
|
|
export const StreetSign20Filled = ( /*#__PURE__*/createFluentFontIcon("StreetSign20Filled", "", 0, 20));
|
|
export const StreetSign24Regular = ( /*#__PURE__*/createFluentFontIcon("StreetSign24Regular", "", 1, 24));
|
|
export const StreetSign24Filled = ( /*#__PURE__*/createFluentFontIcon("StreetSign24Filled", "", 0, 24));
|