import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5Zm6 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM8.346 19.682C8.733 19.267 9.424 19 11 19c1.615 0 2.3.261 2.68.675a1 1 0 0 0 1.474-1.35C14.161 17.24 12.692 17 11 17c-1.681 0-3.128.257-4.117 1.318a1 1 0 1 0 1.463 1.364Z" clipRule="evenodd" /><path d="M9 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0ZM19.646 22H20a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3h-.354A3.99 3.99 0 0 1 21 5v14a3.99 3.99 0 0 1-1.354 3Z" /></svg>;
export default SvgComponent;