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

10 lines
785 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CubeLink20Filled = exports.CubeLink20Regular = exports.CubeLinkRegular = exports.CubeLinkFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CubeLinkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CubeLinkFilled", "", 2, undefined));
exports.CubeLinkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CubeLinkRegular", "", 2, undefined));
exports.CubeLink20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CubeLink20Regular", "", 1, 20));
exports.CubeLink20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CubeLink20Filled", "", 0, 20));