@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.29 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Location48Filled = exports.Location48Regular = exports.Location28Filled = exports.Location28Regular = exports.Location24Filled = exports.Location24Regular = exports.Location20Filled = exports.Location20Regular = exports.Location16Filled = exports.Location16Regular = exports.Location12Filled = exports.Location12Regular = exports.LocationRegular = exports.LocationFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LocationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationFilled", "", 2, undefined));
exports.LocationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationRegular", "", 2, undefined));
exports.Location12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location12Regular", "", 1, 12));
exports.Location12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location12Filled", "", 0, 12));
exports.Location16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location16Regular", "", 1, 16));
exports.Location16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location16Filled", "", 0, 16));
exports.Location20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location20Regular", "", 1, 20));
exports.Location20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location20Filled", "", 0, 20));
exports.Location24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location24Regular", "", 1, 24));
exports.Location24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location24Filled", "", 0, 24));
exports.Location28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location28Regular", "", 1, 28));
exports.Location28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location28Filled", "", 0, 28));
exports.Location48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location48Regular", "", 1, 48));
exports.Location48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Location48Filled", "", 0, 48));