20 lines
2.4 KiB
JavaScript
20 lines
2.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DiamondLink48Filled = exports.DiamondLink48Regular = exports.DiamondLink32Filled = exports.DiamondLink32Regular = exports.DiamondLink28Filled = exports.DiamondLink28Regular = exports.DiamondLink24Filled = exports.DiamondLink24Regular = exports.DiamondLink20Filled = exports.DiamondLink20Regular = exports.DiamondLink16Filled = exports.DiamondLink16Regular = exports.DiamondLinkRegular = exports.DiamondLinkFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DiamondLinkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLinkFilled", "", 2, undefined));
|
|
exports.DiamondLinkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLinkRegular", "", 2, undefined));
|
|
exports.DiamondLink16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink16Regular", "", 1, 16));
|
|
exports.DiamondLink16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink16Filled", "", 0, 16));
|
|
exports.DiamondLink20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink20Regular", "", 1, 20));
|
|
exports.DiamondLink20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink20Filled", "", 0, 20));
|
|
exports.DiamondLink24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink24Regular", "", 1, 24));
|
|
exports.DiamondLink24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink24Filled", "", 0, 24));
|
|
exports.DiamondLink28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink28Regular", "", 1, 28));
|
|
exports.DiamondLink28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink28Filled", "", 0, 28));
|
|
exports.DiamondLink32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink32Regular", "", 1, 32));
|
|
exports.DiamondLink32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink32Filled", "", 0, 32));
|
|
exports.DiamondLink48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink48Regular", "", 1, 48));
|
|
exports.DiamondLink48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DiamondLink48Filled", "", 0, 48));
|