@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.84 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextBulletListSquareWarning24Filled = exports.TextBulletListSquareWarning24Regular = exports.TextBulletListSquareWarning20Filled = exports.TextBulletListSquareWarning20Regular = exports.TextBulletListSquareWarning16Filled = exports.TextBulletListSquareWarning16Regular = exports.TextBulletListSquareWarningRegular = exports.TextBulletListSquareWarningFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextBulletListSquareWarningFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareWarningFilled", "", 2, undefined));
exports.TextBulletListSquareWarningRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareWarningRegular", "", 2, undefined));
exports.TextBulletListSquareWarning16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareWarning16Regular", "", 1, 16));
exports.TextBulletListSquareWarning16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareWarning16Filled", "", 0, 16));
exports.TextBulletListSquareWarning20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareWarning20Regular", "", 1, 20));
exports.TextBulletListSquareWarning20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareWarning20Filled", "", 0, 20));
exports.TextBulletListSquareWarning24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareWarning24Regular", "", 1, 24));
exports.TextBulletListSquareWarning24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareWarning24Filled", "", 0, 24));