UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

18 lines 1.38 kB
import React from 'react'; export default function NauticSportsSailingPerson(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>nautic-sports-sailing-person</title> <circle className="cls-1" cx="3.999" cy="6.99" r="2.5"/> <path className="cls-1" d="M10.038,1.175l6.022,18a.5.5,0,0,0,.928.035,6.659,6.659,0,0,1,5.91-4.193.5.5,0,0,0,.461-.616C22.677,11.758,19.382,1.07,10.534.512A.5.5,0,0,0,10.038,1.175Z"/> <line className="cls-1" x1="13.154" y1="10.49" x2="22.023" y2="10.49"/> <line className="cls-1" x1="12.15" y1="7.49" x2="20.517" y2="7.49"/> <path className="cls-1" d="M10.11,20.222a2.484,2.484,0,0,0-1.769-.732H6a1.5,1.5,0,0,1-1.393-.943l-2-5A1.5,1.5,0,0,1,4,11.491H6.549a2.51,2.51,0,0,0,1.6-.579l1.888-1.573a1.5,1.5,0,0,1,1.92,2.3L10.07,13.216A5.507,5.507,0,0,1,6.549,14.49H6.213l.8,2H8.34A5.464,5.464,0,0,1,12.23,18.1L13.6,19.662"/> <path className="cls-1" d="M23.5,23.378c-2.5.521-4.06-1.979-4.06-1.979h0a4.4,4.4,0,0,1-3.621,2.056A3.822,3.822,0,0,1,12.5,21.4h0a5.282,5.282,0,0,1-3.922,2.056A4.6,4.6,0,0,1,4.96,21.4h0s-2,2.542-4.455,2.02"/> </svg>); } //# sourceMappingURL=NauticSportsSailingPerson.js.map