@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.36 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Patient32Filled = exports.Patient32Regular = exports.Patient24Filled = exports.Patient24Regular = exports.Patient20Filled = exports.Patient20Regular = exports.PatientRegular = exports.PatientFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PatientFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PatientFilled", "", 2, undefined));
exports.PatientRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PatientRegular", "", 2, undefined));
exports.Patient20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Patient20Regular", "", 1, 20));
exports.Patient20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Patient20Filled", "", 0, 20));
exports.Patient24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Patient24Regular", "", 1, 24));
exports.Patient24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Patient24Filled", "", 0, 24));
exports.Patient32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Patient32Regular", "", 1, 32));
exports.Patient32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Patient32Filled", "", 0, 32));