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="m11 16 2-8M17 15l2.696-2.696a.43.43 0 0 0 0-.608L17 9M7 9l-2.678 2.678a.455.455 0 0 0 0 .643L7 15" /></svg>;
export default SvgComponent;