12 lines
1.3 KiB
JavaScript
12 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.BorderTopBottomThick24Filled = exports.BorderTopBottomThick24Regular = exports.BorderTopBottomThick20Filled = exports.BorderTopBottomThick20Regular = exports.BorderTopBottomThickRegular = exports.BorderTopBottomThickFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.BorderTopBottomThickFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomThickFilled", "", 2, undefined));
|
|
exports.BorderTopBottomThickRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomThickRegular", "", 2, undefined));
|
|
exports.BorderTopBottomThick20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomThick20Regular", "", 1, 20));
|
|
exports.BorderTopBottomThick20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomThick20Filled", "", 0, 20));
|
|
exports.BorderTopBottomThick24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomThick24Regular", "", 1, 24));
|
|
exports.BorderTopBottomThick24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomThick24Filled", "", 0, 24));
|