Private
Public Access
1
0
Files

10 lines
821 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PanelBottom20Filled = exports.PanelBottom20Regular = exports.PanelBottomRegular = exports.PanelBottomFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PanelBottomFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelBottomFilled", "", 2, undefined));
exports.PanelBottomRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelBottomRegular", "", 2, undefined));
exports.PanelBottom20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelBottom20Regular", "", 1, 20));
exports.PanelBottom20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelBottom20Filled", "", 0, 20));