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