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="m9 8 2.806 2.806c.107.107.28.107.388 0L15 8M9 13l2.85 2.85a.213.213 0 0 0 .3 0L15 13" /></svg>;
export default SvgComponent;