22 lines
2.5 KiB
JavaScript
22 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Hexagon48Filled = exports.Hexagon48Regular = exports.Hexagon32Filled = exports.Hexagon32Regular = exports.Hexagon28Filled = exports.Hexagon28Regular = exports.Hexagon24Filled = exports.Hexagon24Regular = exports.Hexagon20Filled = exports.Hexagon20Regular = exports.Hexagon16Filled = exports.Hexagon16Regular = exports.Hexagon12Filled = exports.Hexagon12Regular = exports.HexagonRegular = exports.HexagonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.HexagonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HexagonFilled", "", 2, undefined));
|
|
exports.HexagonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HexagonRegular", "", 2, undefined));
|
|
exports.Hexagon12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon12Regular", "", 1, 12));
|
|
exports.Hexagon12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon12Filled", "", 0, 12));
|
|
exports.Hexagon16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon16Regular", "", 1, 16));
|
|
exports.Hexagon16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon16Filled", "", 0, 16));
|
|
exports.Hexagon20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon20Regular", "", 1, 20));
|
|
exports.Hexagon20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon20Filled", "", 0, 20));
|
|
exports.Hexagon24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon24Regular", "", 1, 24));
|
|
exports.Hexagon24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon24Filled", "", 0, 24));
|
|
exports.Hexagon28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon28Regular", "", 1, 28));
|
|
exports.Hexagon28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon28Filled", "", 0, 28));
|
|
exports.Hexagon32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon32Regular", "", 1, 32));
|
|
exports.Hexagon32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon32Filled", "", 0, 32));
|
|
exports.Hexagon48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon48Regular", "", 1, 48));
|
|
exports.Hexagon48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Hexagon48Filled", "", 0, 48));
|