@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.91 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonTentative32Filled = exports.PersonTentative32Regular = exports.PersonTentative24Filled = exports.PersonTentative24Regular = exports.PersonTentative20Filled = exports.PersonTentative20Regular = exports.PersonTentative16Filled = exports.PersonTentative16Regular = exports.PersonTentativeRegular = exports.PersonTentativeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonTentativeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentativeFilled", "", 2, undefined));
exports.PersonTentativeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentativeRegular", "", 2, undefined));
exports.PersonTentative16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentative16Regular", "", 1, 16));
exports.PersonTentative16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentative16Filled", "", 0, 16));
exports.PersonTentative20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentative20Regular", "", 1, 20));
exports.PersonTentative20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentative20Filled", "", 0, 20));
exports.PersonTentative24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentative24Regular", "", 1, 24));
exports.PersonTentative24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentative24Filled", "", 0, 24));
exports.PersonTentative32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentative32Regular", "", 1, 32));
exports.PersonTentative32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonTentative32Filled", "", 0, 32));