UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

11 lines (10 loc) 1.03 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const CheckboxPersonFilled = ( /*#__PURE__*/createFluentFontIcon("CheckboxPersonFilled", "", 2, undefined)); export const CheckboxPersonRegular = ( /*#__PURE__*/createFluentFontIcon("CheckboxPersonRegular", "", 2, undefined)); export const CheckboxPerson16Regular = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson16Regular", "", 1, 16)); export const CheckboxPerson16Filled = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson16Filled", "", 0, 16)); export const CheckboxPerson20Regular = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson20Regular", "", 1, 20)); export const CheckboxPerson20Filled = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson20Filled", "", 0, 20)); export const CheckboxPerson24Regular = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson24Regular", "", 1, 24)); export const CheckboxPerson24Filled = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson24Filled", "", 0, 24));