react-icon-library
Version:
A library of SVG icons for use in reactJS projects
18 lines • 1.29 kB
JavaScript
import React from 'react';
export default function NauticSportsSailingPerson1(props) {
return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<defs>
<style dangerouslySetInnerHTML={{
__html: '.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}',
}}/>
</defs>
<title>nautic-sports-sailing-person</title>
<circle className="a" cx="3.749" cy="8.282" r="2.625"/>
<path className="a" d="M9,19.157H7.6A3.014,3.014,0,0,1,5.027,17.7L3.213,14.679a1.5,1.5,0,0,1,.992-2.242L6,12.078a3.009,3.009,0,0,0,1.985-1.4L9.213,8.635a1.5,1.5,0,1,1,2.572,1.544l-1.226,2.044a6.014,6.014,0,0,1-3.682,2.732l.722,1.2H9a6.027,6.027,0,0,1,3.724,1.3"/>
<path className="a" d="M8.8,1.125a.75.75,0,0,0-.659,1.127l8.874,15.213a.75.75,0,0,0,1.356-.131,8.187,8.187,0,0,1,4.276-4.646A.748.748,0,0,0,23,11.74C22.047,9.336,18.137,1.255,8.8,1.125Z"/>
<line className="a" x1="10.562" y1="6.407" x2="19.795" y2="6.407"/>
<line className="a" x1="13.187" y1="10.907" x2="22.647" y2="10.907"/>
<path className="a" d="M.749,22.875a4.664,4.664,0,0,0,3.75-1.9,4.649,4.649,0,0,0,7.5,0,4.649,4.649,0,0,0,7.5,0,4.667,4.667,0,0,0,3.75,1.9"/>
</svg>);
}
//# sourceMappingURL=NauticSportsSailingPerson1.js.map