@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.24 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextBulletListSquareWarningFilled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareWarningFilled", "", 2, undefined));
export const TextBulletListSquareWarningRegular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareWarningRegular", "", 2, undefined));
export const TextBulletListSquareWarning16Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareWarning16Regular", "", 1, 16));
export const TextBulletListSquareWarning16Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareWarning16Filled", "", 0, 16));
export const TextBulletListSquareWarning20Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareWarning20Regular", "", 1, 20));
export const TextBulletListSquareWarning20Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareWarning20Filled", "", 0, 20));
export const TextBulletListSquareWarning24Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareWarning24Regular", "", 1, 24));
export const TextBulletListSquareWarning24Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareWarning24Filled", "", 0, 24));