@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 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));