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.6 19-.085.142A.566.566 0 0 0 10 20h4c.44 0 .712-.48.486-.858L14.4 19l-1.8-3a.7.7 0 0 0-1.2 0l-1.8 3Z" /><path d="M7 16H6c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C3 14.398 3 13.932 3 13V8c0-1.886 0-2.828.586-3.414C4.172 4 5.114 4 7 4h10c1.886 0 2.828 0 3.414.586C21 5.172 21 6.114 21 8v5c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 16 18.932 16 18 16h-1" /></svg>;
export default SvgComponent;