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="M21 20H7c-1.886 0-2.828 0-3.414-.586C3 18.828 3 17.886 3 16V9a2 2 0 0 1 2-2" /><path d="M9.915 10.843a3 3 0 1 0 4.585 3.816M3 5l18 15M21 16V9.606c0-.563 0-.845-.056-1.077a2 2 0 0 0-1.473-1.473C19.24 7 18.957 7 18.394 7c-.315 0-.473 0-.62-.022a2 2 0 0 1-1.185-.634c-.1-.11-.188-.242-.362-.504L16 5.5c-.396-.595-.595-.892-.866-1.096a1.999 1.999 0 0 0-.545-.292C14.27 4 13.912 4 13.197 4H9.901c-.563 0-1.089.281-1.401.75l-.25.375" /></svg>;
export default SvgComponent;