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="M18 3v8M21 6l-2.913-2.913a.123.123 0 0 0-.174 0L15 6M6 7 3.087 9.913a.123.123 0 0 0 0 .174L6 13" /><path d="M4 10h3.5C13.299 10 18 14.701 18 20.5v.5" /></svg>;
export default SvgComponent;