@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialInpatient = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Inpatient",
short_name: "Inpatient",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M160-80q-33 0-56.5-23.5T80-160v-640q0-33 23.5-56.5T160-880h360q33 0 56.5 23.5T600-800v640q0 33-23.5 56.5T520-80H160Zm0-459q18-11 38-16t42-5h200q22 0 42 5t38 16v-261H160v261Zm180-61q-33 0-56.5-23.5T260-680q0-33 23.5-56.5T340-760q33 0 56.5 23.5T420-680q0 33-23.5 56.5T340-600ZM160-160h360v-240q0-33-23.5-56.5T440-480H240q-33 0-56.5 23.5T160-400v240Zm140-120v40q0 17 11.5 28.5T340-200q17 0 28.5-11.5T380-240v-40h40q17 0 28.5-11.5T460-320q0-17-11.5-28.5T420-360h-40v-40q0-17-11.5-28.5T340-440q-17 0-28.5 11.5T300-400v40h-40q-17 0-28.5 11.5T220-320q0 17 11.5 28.5T260-280h40ZM160-160h360-360Zm636-208q-12 12-28.5 12T739-368l-83-84q-12-12-12-28t12-28l83-84q12-12 28.5-12t28.5 12q12 12 12 28.5T796-535l-16 15h87q17 0 28.5 11.5T907-480q0 17-11.5 28.5T867-440h-87l16 15q12 12 12 28.5T796-368Z"
}));
});
IconMaterialInpatient.displayName = 'OnesyIconMaterialInpatient';
export default IconMaterialInpatient;