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="M19.456 17.201c.758-.59 1.137-.885 1.34-1.3.204-.416.204-.897.204-1.857V7c0-1.886 0-2.828-.586-3.414C19.828 3 18.886 3 17 3H7c-1.886 0-2.828 0-3.414.586C3 4.172 3 5.114 3 7v10c0 1.886 0 2.828.586 3.414C4.172 21 5.114 21 7 21h6.199c.68 0 1.02 0 1.335-.108.316-.108.584-.317 1.12-.735l3.802-2.956Z" /><path d="M12 17v-4.672c0-.181.147-.328.328-.328H17" /></svg>;
export default SvgComponent;