react-icon-library
Version:
A library of SVG icons for use in reactJS projects
20 lines • 1.26 kB
JavaScript
import React from 'react';
export default function CoupleManWoman1(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>couple-man-woman</title>
<path className="cls-1" d="M12.36,10.571a.5.5,0,0,1-.72,0L6.886,5.638a3,3,0,0,1-.567-3.474h0a3.035,3.035,0,0,1,4.846-.782L12,2.213l.835-.831a3.035,3.035,0,0,1,4.846.782h0a3,3,0,0,1-.567,3.474Z"/>
<circle className="cls-1" cx="5.5" cy="14.5" r={3}/>
<path className="cls-1" d="M2.915,12.977a4.986,4.986,0,0,0,5.558,1.117"/>
<path className="cls-1" d="M22.142,17.644a3.939,3.939,0,0,1-.573-2.181v-.892a3.069,3.069,0,1,0-6.138,0v.892a3.939,3.939,0,0,1-.573,2.181"/>
<path className="cls-1" d="M15.431,15.078A4.065,4.065,0,0,0,18.5,13.671a4.065,4.065,0,0,0,3.069,1.407"/>
<path className="cls-1" d="M15.806,15.06a2.708,2.708,0,0,0,5.389,0"/>
<path className="cls-1" d="M5.5,18.5a5,5,0,0,0-5,5h10A5,5,0,0,0,5.5,18.5Z"/>
<path className="cls-1" d="M18.5,18.5a5,5,0,0,0-5,5h10A5,5,0,0,0,18.5,18.5Z"/>
</svg>);
}
//# sourceMappingURL=CoupleManWoman1.js.map