@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.43 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LocationOffFilled = ( /*#__PURE__*/createFluentFontIcon("LocationOffFilled", "", 2, undefined));
export const LocationOffRegular = ( /*#__PURE__*/createFluentFontIcon("LocationOffRegular", "", 2, undefined));
export const LocationOff16Regular = ( /*#__PURE__*/createFluentFontIcon("LocationOff16Regular", "", 1, 16));
export const LocationOff16Filled = ( /*#__PURE__*/createFluentFontIcon("LocationOff16Filled", "", 0, 16));
export const LocationOff20Regular = ( /*#__PURE__*/createFluentFontIcon("LocationOff20Regular", "", 1, 20));
export const LocationOff20Filled = ( /*#__PURE__*/createFluentFontIcon("LocationOff20Filled", "", 0, 20));
export const LocationOff24Regular = ( /*#__PURE__*/createFluentFontIcon("LocationOff24Regular", "", 1, 24));
export const LocationOff24Filled = ( /*#__PURE__*/createFluentFontIcon("LocationOff24Filled", "", 0, 24));
export const LocationOff28Regular = ( /*#__PURE__*/createFluentFontIcon("LocationOff28Regular", "", 1, 28));
export const LocationOff28Filled = ( /*#__PURE__*/createFluentFontIcon("LocationOff28Filled", "", 0, 28));
export const LocationOff48Regular = ( /*#__PURE__*/createFluentFontIcon("LocationOff48Regular", "", 1, 48));
export const LocationOff48Filled = ( /*#__PURE__*/createFluentFontIcon("LocationOff48Filled", "", 0, 48));