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