22 lines
3.1 KiB
JavaScript
22 lines
3.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.SquareDovetailJoint48Filled = exports.SquareDovetailJoint48Regular = exports.SquareDovetailJoint32Filled = exports.SquareDovetailJoint32Regular = exports.SquareDovetailJoint28Filled = exports.SquareDovetailJoint28Regular = exports.SquareDovetailJoint24Filled = exports.SquareDovetailJoint24Regular = exports.SquareDovetailJoint20Filled = exports.SquareDovetailJoint20Regular = exports.SquareDovetailJoint16Filled = exports.SquareDovetailJoint16Regular = exports.SquareDovetailJoint12Filled = exports.SquareDovetailJoint12Regular = exports.SquareDovetailJointRegular = exports.SquareDovetailJointFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.SquareDovetailJointFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJointFilled", "", 2, undefined));
|
|
exports.SquareDovetailJointRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJointRegular", "", 2, undefined));
|
|
exports.SquareDovetailJoint12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint12Regular", "", 1, 12));
|
|
exports.SquareDovetailJoint12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint12Filled", "", 0, 12));
|
|
exports.SquareDovetailJoint16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint16Regular", "", 1, 16));
|
|
exports.SquareDovetailJoint16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint16Filled", "", 0, 16));
|
|
exports.SquareDovetailJoint20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint20Regular", "", 1, 20));
|
|
exports.SquareDovetailJoint20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint20Filled", "", 0, 20));
|
|
exports.SquareDovetailJoint24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint24Regular", "", 1, 24));
|
|
exports.SquareDovetailJoint24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint24Filled", "", 0, 24));
|
|
exports.SquareDovetailJoint28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint28Regular", "", 1, 28));
|
|
exports.SquareDovetailJoint28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint28Filled", "", 0, 28));
|
|
exports.SquareDovetailJoint32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint32Regular", "", 1, 32));
|
|
exports.SquareDovetailJoint32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint32Filled", "", 0, 32));
|
|
exports.SquareDovetailJoint48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint48Regular", "", 1, 48));
|
|
exports.SquareDovetailJoint48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SquareDovetailJoint48Filled", "", 0, 48));
|