@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.46 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocationAdd24Filled = exports.LocationAdd24Regular = exports.LocationAdd20Filled = exports.LocationAdd20Regular = exports.LocationAdd16Filled = exports.LocationAdd16Regular = exports.LocationAddRegular = exports.LocationAddFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LocationAddFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddFilled", "", 2, undefined));
exports.LocationAddRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddRegular", "", 2, undefined));
exports.LocationAdd16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAdd16Regular", "", 1, 16));
exports.LocationAdd16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAdd16Filled", "", 0, 16));
exports.LocationAdd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAdd20Regular", "", 1, 20));
exports.LocationAdd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAdd20Filled", "", 0, 20));
exports.LocationAdd24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAdd24Regular", "", 1, 24));
exports.LocationAdd24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAdd24Filled", "", 0, 24));