@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.9 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TagQuestionMark32Filled = exports.TagQuestionMark32Regular = exports.TagQuestionMark24Filled = exports.TagQuestionMark24Regular = exports.TagQuestionMark20Filled = exports.TagQuestionMark20Regular = exports.TagQuestionMark16Filled = exports.TagQuestionMark16Regular = exports.TagQuestionMarkRegular = exports.TagQuestionMarkFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TagQuestionMarkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMarkFilled", "", 2, undefined));
exports.TagQuestionMarkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMarkRegular", "", 2, undefined));
exports.TagQuestionMark16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMark16Regular", "", 1, 16));
exports.TagQuestionMark16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMark16Filled", "", 0, 16));
exports.TagQuestionMark20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMark20Regular", "", 1, 20));
exports.TagQuestionMark20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMark20Filled", "", 0, 20));
exports.TagQuestionMark24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMark24Regular", "", 1, 24));
exports.TagQuestionMark24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMark24Filled", "", 0, 24));
exports.TagQuestionMark32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMark32Regular", "", 1, 32));
exports.TagQuestionMark32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagQuestionMark32Filled", "", 0, 32));