import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="m6 8 8 5.333 1.771 1.181a2 2 0 0 1 .171 3.2l-3.915 3.263a.017.017 0 0 1-.027-.012V3.024c0-.01.012-.015.02-.009l3.922 3.27a2 2 0 0 1-.17 3.2L14 10.666 6 16" /></svg>;
export default SvgComponent;