12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.BorderOutsideThick24Filled = exports.BorderOutsideThick24Regular = exports.BorderOutsideThick20Filled = exports.BorderOutsideThick20Regular = exports.BorderOutsideThickRegular = exports.BorderOutsideThickFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.BorderOutsideThickFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThickFilled", "", 2, undefined));
|
|
exports.BorderOutsideThickRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThickRegular", "", 2, undefined));
|
|
exports.BorderOutsideThick20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThick20Regular", "", 1, 20));
|
|
exports.BorderOutsideThick20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThick20Filled", "", 0, 20));
|
|
exports.BorderOutsideThick24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThick24Regular", "", 1, 24));
|
|
exports.BorderOutsideThick24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThick24Filled", "", 0, 24));
|