7 lines
559 B
JavaScript
7 lines
559 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LocationAddUpFilled = ( /*#__PURE__*/createFluentFontIcon("LocationAddUpFilled", "", 2, undefined));
|
|
export const LocationAddUpRegular = ( /*#__PURE__*/createFluentFontIcon("LocationAddUpRegular", "", 2, undefined));
|
|
export const LocationAddUp20Regular = ( /*#__PURE__*/createFluentFontIcon("LocationAddUp20Regular", "", 1, 20));
|
|
export const LocationAddUp20Filled = ( /*#__PURE__*/createFluentFontIcon("LocationAddUp20Filled", "", 0, 20));
|