10 lines
869 B
JavaScript
10 lines
869 B
JavaScript
"use client";
|
|
"use strict";
|
|
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));
|