@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 2.1 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocationOff48Filled = exports.LocationOff48Regular = exports.LocationOff28Filled = exports.LocationOff28Regular = exports.LocationOff24Filled = exports.LocationOff24Regular = exports.LocationOff20Filled = exports.LocationOff20Regular = exports.LocationOff16Filled = exports.LocationOff16Regular = exports.LocationOffRegular = exports.LocationOffFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LocationOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOffFilled", "", 2, undefined));
exports.LocationOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOffRegular", "", 2, undefined));
exports.LocationOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff16Regular", "", 1, 16));
exports.LocationOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff16Filled", "", 0, 16));
exports.LocationOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff20Regular", "", 1, 20));
exports.LocationOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff20Filled", "", 0, 20));
exports.LocationOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff24Regular", "", 1, 24));
exports.LocationOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff24Filled", "", 0, 24));
exports.LocationOff28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff28Regular", "", 1, 28));
exports.LocationOff28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff28Filled", "", 0, 28));
exports.LocationOff48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff48Regular", "", 1, 48));
exports.LocationOff48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationOff48Filled", "", 0, 48));