UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

18 lines 1.27 kB
import React from 'react'; export default function OutdoorsTreeValley2(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>outdoors-tree-valley</title> <path className="cls-1" d="M8.908,6.058a.942.942,0,1,0,1.249-1.409l-2.929-3.1a1,1,0,0,0-1.456,0L2.847,4.66a.942.942,0,1,0,1.262,1.4L1.449,9.265A.942.942,0,1,0,2.8,10.58L.778,13.161a.942.942,0,0,0,.664,1.609l10.116,0a.944.944,0,0,0,.663-1.612L10.165,10.6a.942.942,0,0,0,1.325-1.34Z"/> <path className="cls-1" d="M22.328,12.764a.928.928,0,0,0,.418-1.523l-2.2-3.03c.793.862,1.932-.557,1.064-1.333L19.3,3.834a1,1,0,0,0-1.6.007L15.437,6.888c-.862.775.284,2.2,1.077,1.323l-2.268,3.038a.924.924,0,0,0,.468,1.523Z"/> <line className="cls-1" x1="6.5" y1="14.772" x2="6.5" y2="18.772"/> <line className="cls-1" x1="18.5" y1="12.772" x2="18.5" y2="15.772"/> <path className="cls-1" d="M.5,19.246a17.026,17.026,0,0,1,14.95,3.523"/> <path className="cls-1" d="M11.571,18.037A15.035,15.035,0,0,1,23.5,16.312"/> </svg>); } //# sourceMappingURL=OutdoorsTreeValley2.js.map