@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.12 kB
JavaScript
"use client";
;
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));