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

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowTurnDownLeft48Filled = exports.ArrowTurnDownLeft48Regular = exports.ArrowTurnDownLeft20Filled = exports.ArrowTurnDownLeft20Regular = exports.ArrowTurnDownLeftRegular = exports.ArrowTurnDownLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ArrowTurnDownLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeftFilled", "", 2, undefined));
exports.ArrowTurnDownLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeftRegular", "", 2, undefined));
exports.ArrowTurnDownLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeft20Regular", "", 1, 20));
exports.ArrowTurnDownLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeft20Filled", "", 0, 20));
exports.ArrowTurnDownLeft48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeft48Regular", "", 1, 48));
exports.ArrowTurnDownLeft48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeft48Filled", "", 0, 48));