@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.6 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocationArrowLeft48Filled = exports.LocationArrowLeft48Regular = exports.LocationArrowLeft20Filled = exports.LocationArrowLeft20Regular = exports.LocationArrowLeft16Filled = exports.LocationArrowLeft16Regular = exports.LocationArrowLeftRegular = exports.LocationArrowLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LocationArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeftFilled", "", 2, undefined));
exports.LocationArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeftRegular", "", 2, undefined));
exports.LocationArrowLeft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft16Regular", "", 1, 16));
exports.LocationArrowLeft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft16Filled", "", 0, 16));
exports.LocationArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft20Regular", "", 1, 20));
exports.LocationArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft20Filled", "", 0, 20));
exports.LocationArrowLeft48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft48Regular", "", 1, 48));
exports.LocationArrowLeft48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft48Filled", "", 0, 48));