UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.78 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialPatientListW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PatientListW100', short_name: 'PatientList', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M633.24-420q-33.24 0-56.74-23.26-23.5-23.27-23.5-56.5 0-33.24 23.26-56.74 23.27-23.5 56.5-23.5 33.24 0 56.74 23.26 23.5 23.27 23.5 56.5 0 33.24-23.26 56.74-23.27 23.5-56.5 23.5ZM463-220q-12.75 0-21.37-8.63Q433-237.25 433-250v-6q0-10.68 5.5-20.34T453-292q41-23 85.71-35.5Q583.42-340 633-340q49.58 0 94.29 12.5Q772-315 813-292q9 6 14.5 15.66T833-256v6q0 12.75-8.62 21.37Q815.75-220 803-220H463Zm-2-44v16h344v-16q-41-23-84.5-35.5T633-312q-44 0-87.5 12.5T461-264Zm172-184q21 0 36.5-15.5T685-500q0-21-15.5-36.5T633-552q-21 0-36.5 15.5T581-500q0 21 15.5 36.5T633-448Zm0-52Zm0 252ZM420-426H180q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h240q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4Zm160-320H180q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h400q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4ZM475-586H180q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h314q-5 7-10 13.5t-9 14.5Z" }) }))); }); IconMaterialPatientListW100.displayName = 'OnesyIconMaterialPatientListW100'; exports.default = IconMaterialPatientListW100;