// Generated by script, don't edit it please.
import * as React from 'react';

function AddressBook(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M21.446 22.107c0-3.161-.768-6.679-3.946-6.679-.982.571-2.321 1.554-3.786 1.554S10.91 16 9.928 15.428c-3.179 0-3.946 3.518-3.946 6.679 0 1.768 1.161 3.036 2.589 3.036h10.286c1.429 0 2.589-1.268 2.589-3.036zM18.357 11.5c0-2.571-2.089-4.643-4.643-4.643S9.071 8.928 9.071 11.5c0 2.554 2.089 4.625 4.643 4.625s4.643-2.071 4.643-4.625zm11.357 9.643v3.429c0 .321-.25.571-.571.571h-1.714v4A2.866 2.866 0 0124.572 32H2.858a2.866 2.866 0 01-2.857-2.857V2.857A2.866 2.866 0 012.858 0h21.714a2.866 2.866 0 012.857 2.857v4h1.714c.321 0 .571.25.571.571v3.429c0 .321-.25.571-.571.571h-1.714v2.286h1.714c.321 0 .571.25.571.571v3.429c0 .321-.25.571-.571.571h-1.714v2.286h1.714c.321 0 .571.25.571.571z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(AddressBook);
export default ForwardRef;
