UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.29 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const TagQuestionMarkFilled = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMarkFilled", "", 2, undefined)); export const TagQuestionMarkRegular = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMarkRegular", "", 2, undefined)); export const TagQuestionMark16Regular = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMark16Regular", "", 1, 16)); export const TagQuestionMark16Filled = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMark16Filled", "", 0, 16)); export const TagQuestionMark20Regular = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMark20Regular", "", 1, 20)); export const TagQuestionMark20Filled = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMark20Filled", "", 0, 20)); export const TagQuestionMark24Regular = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMark24Regular", "", 1, 24)); export const TagQuestionMark24Filled = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMark24Filled", "", 0, 24)); export const TagQuestionMark32Regular = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMark32Regular", "", 1, 32)); export const TagQuestionMark32Filled = ( /*#__PURE__*/createFluentFontIcon("TagQuestionMark32Filled", "", 0, 32));