12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.BorderLeft24Filled = exports.BorderLeft24Regular = exports.BorderLeft20Filled = exports.BorderLeft20Regular = exports.BorderLeftRegular = exports.BorderLeftFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.BorderLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderLeftFilled", "", 2, undefined));
|
|
exports.BorderLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderLeftRegular", "", 2, undefined));
|
|
exports.BorderLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderLeft20Regular", "", 1, 20));
|
|
exports.BorderLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderLeft20Filled", "", 0, 20));
|
|
exports.BorderLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderLeft24Regular", "", 1, 24));
|
|
exports.BorderLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderLeft24Filled", "", 0, 24));
|