@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 945 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextBulletListSquarePersonFilled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquarePersonFilled", "", 2, undefined));
export const TextBulletListSquarePersonRegular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquarePersonRegular", "", 2, undefined));
export const TextBulletListSquarePerson20Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquarePerson20Regular", "", 1, 20));
export const TextBulletListSquarePerson20Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquarePerson20Filled", "", 0, 20));
export const TextBulletListSquarePerson32Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquarePerson32Regular", "", 1, 32));
export const TextBulletListSquarePerson32Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquarePerson32Filled", "", 0, 32));