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="M3 9c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 6 5.068 6 6 6h8c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C17 7.602 17 8.068 17 9v6.667C17 20 16.15 21 10 21s-7-1-7-5.333V9ZM17 9h2a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2" /></svg>;
export default SvgComponent;