@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.32 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BorderTopBottomDouble24Filled = exports.BorderTopBottomDouble24Regular = exports.BorderTopBottomDouble20Filled = exports.BorderTopBottomDouble20Regular = exports.BorderTopBottomDoubleRegular = exports.BorderTopBottomDoubleFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BorderTopBottomDoubleFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomDoubleFilled", "", 2, undefined));
exports.BorderTopBottomDoubleRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomDoubleRegular", "", 2, undefined));
exports.BorderTopBottomDouble20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomDouble20Regular", "", 1, 20));
exports.BorderTopBottomDouble20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomDouble20Filled", "", 0, 20));
exports.BorderTopBottomDouble24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomDouble24Regular", "", 1, 24));
exports.BorderTopBottomDouble24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderTopBottomDouble24Filled", "", 0, 24));