UNPKG

@fluentui/react-icons

Version:

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

11 lines (10 loc) 1.1 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PersonQuestionMarkFilled = ( /*#__PURE__*/createFluentFontIcon("PersonQuestionMarkFilled", "", 2, undefined)); export const PersonQuestionMarkRegular = ( /*#__PURE__*/createFluentFontIcon("PersonQuestionMarkRegular", "", 2, undefined)); export const PersonQuestionMark16Regular = ( /*#__PURE__*/createFluentFontIcon("PersonQuestionMark16Regular", "", 1, 16)); export const PersonQuestionMark16Filled = ( /*#__PURE__*/createFluentFontIcon("PersonQuestionMark16Filled", "", 0, 16)); export const PersonQuestionMark20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonQuestionMark20Regular", "", 1, 20)); export const PersonQuestionMark20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonQuestionMark20Filled", "", 0, 20)); export const PersonQuestionMark24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonQuestionMark24Regular", "", 1, 24)); export const PersonQuestionMark24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonQuestionMark24Filled", "", 0, 24));