@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Patient = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M20 10a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM10 24a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H10ZM5 5.5A3.5 3.5 0 0 1 8.5 2h15A3.5 3.5 0 0 1 27 5.5v21a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5v-21ZM8.5 4C7.67 4 7 4.67 7 5.5V20h3v-3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v3h3V5.5c0-.83-.67-1.5-1.5-1.5h-15ZM7 26.5c0 .83.67 1.5 1.5 1.5h15c.83 0 1.5-.67 1.5-1.5V22H7v4.5Z"
}));
});
Patient.displayName = 'Patient';
export var PatientDimensions = {
height: 32,
width: 32
};