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 6.799c.758.59 1.137.885 1.34 1.3.204.416.204.897.204 1.857V17c0 1.886 0 2.828-.586 3.414C19.828 21 18.886 21 17 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17V6c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 3 5.068 3 6 3h7.199c.68 0 1.02 0 1.335.108.316.109.584.317 1.12.735l3.802 2.956Z" /><path d="M15 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM6 3v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V3" /></svg>;
export default SvgComponent;