9 lines
777 B
JavaScript
9 lines
777 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LocationLiveFilled = ( /*#__PURE__*/createFluentFontIcon("LocationLiveFilled", "", 2, undefined));
|
|
export const LocationLiveRegular = ( /*#__PURE__*/createFluentFontIcon("LocationLiveRegular", "", 2, undefined));
|
|
export const LocationLive20Regular = ( /*#__PURE__*/createFluentFontIcon("LocationLive20Regular", "", 1, 20));
|
|
export const LocationLive20Filled = ( /*#__PURE__*/createFluentFontIcon("LocationLive20Filled", "", 0, 20));
|
|
export const LocationLive24Regular = ( /*#__PURE__*/createFluentFontIcon("LocationLive24Regular", "", 1, 24));
|
|
export const LocationLive24Filled = ( /*#__PURE__*/createFluentFontIcon("LocationLive24Filled", "", 0, 24));
|