7 lines
583 B
JavaScript
7 lines
583 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LocationAddRightFilled = ( /*#__PURE__*/createFluentFontIcon("LocationAddRightFilled", "", 2, undefined));
|
|
export const LocationAddRightRegular = ( /*#__PURE__*/createFluentFontIcon("LocationAddRightRegular", "", 2, undefined));
|
|
export const LocationAddRight20Regular = ( /*#__PURE__*/createFluentFontIcon("LocationAddRight20Regular", "", 1, 20));
|
|
export const LocationAddRight20Filled = ( /*#__PURE__*/createFluentFontIcon("LocationAddRight20Filled", "", 0, 20));
|