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="M4.5 4.64C3.328 5.34 3 6.726 3 9.313v5.376C3 19.062 3.938 20 8.312 20h7.376c1.788 0 3.002-.157 3.812-.64M8.984 4h.946a2 2 0 0 1 1.664.89l.812 1.22A2 2 0 0 0 14.07 7h5.056c1.055 0 1.887.82 1.877 1.876L21 9.312v5.376c0 .477-.011.913-.037 1.312M3 3l18 18" /></svg>;
export default SvgComponent;