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 3v8M3 6l2.913-2.913a.123.123 0 0 1 .174 0L9 6M18 7l2.913 2.913a.123.123 0 0 1 0 .174L18 13" /><path d="M20 10h-3.5C10.701 10 6 14.701 6 20.5v.5" /></svg>;
export default SvgComponent;