@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 785 B
JavaScript
"use client";
;
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));