react-icon-library
Version:
A library of SVG icons for use in reactJS projects
23 lines • 1.47 kB
JavaScript
import React from 'react';
export default function MedicalPersonnelDoctor1(props) {
return (<svg id="Light" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<defs>
<style dangerouslySetInnerHTML={{
__html: '.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}',
}}/>
</defs>
<title>medical-personnel-doctor</title>
<path className="cls-1" d="M3.85,2.605A7.054,7.054,0,0,0,8.917,4.75a7.056,7.056,0,0,0,2.776-.567"/>
<circle className="cls-1" cx="7.5" cy="4.75" r="4.25"/>
<path className="cls-1" d="M11,11.437A7,7,0,0,0,.5,17.5v1h9"/>
<rect className="cls-1" x="11.5" y="14.5" width={12} height={9} rx={1} ry={1}/>
<path className="cls-1" d="M20,18.25a.25.25,0,0,0-.25-.25H18.5V16.75a.25.25,0,0,0-.25-.25h-1.5a.25.25,0,0,0-.25.25V18H15.25a.25.25,0,0,0-.25.25v1.5a.25.25,0,0,0,.25.25H16.5v1.25a.25.25,0,0,0,.25.25h1.5a.25.25,0,0,0,.25-.25V20h1.25a.25.25,0,0,0,.25-.25Z"/>
<path className="cls-1" d="M15.5,14.5v-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1"/>
<line className="cls-1" x1="4.5" y1="11.174" x2="4.5" y2="14.5"/>
<circle className="cls-1" cx="4.5" cy="15.5" r={1}/>
<line className="cls-1" x1="7.5" y1="10.5" x2="7.5" y2="18.5"/>
<line className="cls-1" x1={11} y1="11.436" x2={11} y2={13}/>
<path className="cls-1" d="M11.5,13.087A1.5,1.5,0,0,0,11,13h0a1.5,1.5,0,0,0-1.5,1.5v2"/>
</svg>);
}
//# sourceMappingURL=MedicalPersonnelDoctor1.js.map