@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.BorderOutsideThick24Filled = exports.BorderOutsideThick24Regular = exports.BorderOutsideThick20Filled = exports.BorderOutsideThick20Regular = exports.BorderOutsideThickRegular = exports.BorderOutsideThickFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BorderOutsideThickFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThickFilled", "", 2, undefined));
exports.BorderOutsideThickRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThickRegular", "", 2, undefined));
exports.BorderOutsideThick20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThick20Regular", "", 1, 20));
exports.BorderOutsideThick20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThick20Filled", "", 0, 20));
exports.BorderOutsideThick24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThick24Regular", "", 1, 24));
exports.BorderOutsideThick24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BorderOutsideThick24Filled", "", 0, 24));