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="M21 7c0-1.687-1.342-2.946-2.896-3.723C16.49 2.47 14.331 2 12 2c-2.33 0-4.49.47-6.104 1.277C4.342 4.054 3 5.313 3 7v10c0 1.687 1.342 2.946 2.896 3.723C7.51 21.53 9.669 22 12 22c2.33 0 4.49-.47 6.104-1.277C19.658 19.946 21 18.687 21 17V7ZM5.13 14.153a1 1 0 0 1 1.363-.377C7.773 14.5 9.738 15 12 15c2.262 0 4.227-.499 5.507-1.224a1 1 0 0 1 .986 1.74C16.842 16.45 14.517 17 12 17c-2.517 0-4.842-.549-6.493-1.484a1 1 0 0 1-.377-1.363Zm1.363-5.377a1 1 0 1 0-.986 1.74C7.158 11.45 9.483 12 12 12c2.517 0 4.842-.549 6.493-1.484a1 1 0 1 0-.986-1.74C16.227 9.5 14.262 10 12 10c-2.262 0-4.227-.499-5.507-1.224Z" clipRule="evenodd" /></svg>;
export default SvgComponent;