Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/chevron-double-up.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.ChevronDoubleUp20Filled = exports.ChevronDoubleUp20Regular = exports.ChevronDoubleUp16Filled = exports.ChevronDoubleUp16Regular = exports.ChevronDoubleUpRegular = exports.ChevronDoubleUpFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChevronDoubleUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUpFilled", "", 2, undefined));
exports.ChevronDoubleUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUpRegular", "", 2, undefined));
exports.ChevronDoubleUp16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUp16Regular", "", 1, 16));
exports.ChevronDoubleUp16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUp16Filled", "", 0, 16));
exports.ChevronDoubleUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUp20Regular", "", 1, 20));
exports.ChevronDoubleUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUp20Filled", "", 0, 20));