@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 881 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocationAddRight20Filled = exports.LocationAddRight20Regular = exports.LocationAddRightRegular = exports.LocationAddRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LocationAddRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddRightFilled", "", 2, undefined));
exports.LocationAddRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddRightRegular", "", 2, undefined));
exports.LocationAddRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddRight20Regular", "", 1, 20));
exports.LocationAddRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddRight20Filled", "", 0, 20));