13 lines
1.3 KiB
JavaScript
13 lines
1.3 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LocationSettingsFilled = ( /*#__PURE__*/createFluentFontIcon("LocationSettingsFilled", "", 2, undefined));
|
|
export const LocationSettingsRegular = ( /*#__PURE__*/createFluentFontIcon("LocationSettingsRegular", "", 2, undefined));
|
|
export const LocationSettings20Regular = ( /*#__PURE__*/createFluentFontIcon("LocationSettings20Regular", "", 1, 20));
|
|
export const LocationSettings20Filled = ( /*#__PURE__*/createFluentFontIcon("LocationSettings20Filled", "", 0, 20));
|
|
export const LocationSettings24Regular = ( /*#__PURE__*/createFluentFontIcon("LocationSettings24Regular", "", 1, 24));
|
|
export const LocationSettings24Filled = ( /*#__PURE__*/createFluentFontIcon("LocationSettings24Filled", "", 0, 24));
|
|
export const LocationSettings28Regular = ( /*#__PURE__*/createFluentFontIcon("LocationSettings28Regular", "", 1, 28));
|
|
export const LocationSettings28Filled = ( /*#__PURE__*/createFluentFontIcon("LocationSettings28Filled", "", 0, 28));
|
|
export const LocationSettings48Regular = ( /*#__PURE__*/createFluentFontIcon("LocationSettings48Regular", "", 1, 48));
|
|
export const LocationSettings48Filled = ( /*#__PURE__*/createFluentFontIcon("LocationSettings48Filled", "", 0, 48));
|