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

10 lines
881 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ColumnArrowRight20Filled = exports.ColumnArrowRight20Regular = exports.ColumnArrowRightRegular = exports.ColumnArrowRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ColumnArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColumnArrowRightFilled", "", 2, undefined));
exports.ColumnArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColumnArrowRightRegular", "", 2, undefined));
exports.ColumnArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColumnArrowRight20Regular", "", 1, 20));
exports.ColumnArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColumnArrowRight20Filled", "", 0, 20));