react-icon-library
Version:
A library of SVG icons for use in reactJS projects
16 lines • 1.11 kB
JavaScript
import React from 'react';
export default function HumanResourcesSearchEmployeesx2(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>human-resources-search-employees</title>
<path className="cls-1" d="M.5,23.5a8.719,8.719,0,0,1,.7-3.322c.49-.981,2.539-1.661,5.111-2.613.695-.258.581-2.074.273-2.413a5.127,5.127,0,0,1-1.336-3.978A3.354,3.354,0,0,1,8.5,7.5a3.354,3.354,0,0,1,3.256,3.674,5.127,5.127,0,0,1-1.336,3.978c-.308.339-.422,2.155.273,2.413,2.572.952,4.621,1.632,5.111,2.613a8.719,8.719,0,0,1,.7,3.322Z"/>
<circle className="cls-1" cx="17.029" cy="5.029" r="4.529"/>
<line className="cls-1" x1="23.5" y1="11.5" x2="20.252" y2="8.252"/>
<path className="cls-1" d="M19,23.5h3.5v-.853c0-3.023-2.217-3.511-4.308-4.285-.7-.257-.581-2.072-.273-2.41a5.129,5.129,0,0,0,1.335-3.976"/>
</svg>);
}
//# sourceMappingURL=HumanResourcesSearchEmployees2.js.map