Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/location-arrow-left.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

14 lines
1.6 KiB
JavaScript

"use client";
"use strict";
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));