@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 947 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextBulletListSquareShieldFilled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareShieldFilled", "", 2, undefined));
export const TextBulletListSquareShieldRegular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareShieldRegular", "", 2, undefined));
export const TextBulletListSquareShield20Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareShield20Regular", "", 1, 20));
export const TextBulletListSquareShield20Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareShield20Filled", "", 0, 20));
export const TextBulletListSquareShield48Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareShield48Regular", "", 1, 48));
export const TextBulletListSquareShield48Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareShield48Filled", "", 0, 48));