@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.41 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextBulletListSquareShield48Filled = exports.TextBulletListSquareShield48Regular = exports.TextBulletListSquareShield20Filled = exports.TextBulletListSquareShield20Regular = exports.TextBulletListSquareShieldRegular = exports.TextBulletListSquareShieldFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextBulletListSquareShieldFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareShieldFilled", "", 2, undefined));
exports.TextBulletListSquareShieldRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareShieldRegular", "", 2, undefined));
exports.TextBulletListSquareShield20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareShield20Regular", "", 1, 20));
exports.TextBulletListSquareShield20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareShield20Filled", "", 0, 20));
exports.TextBulletListSquareShield48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareShield48Regular", "", 1, 48));
exports.TextBulletListSquareShield48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareShield48Filled", "", 0, 48));