UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 490 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgContactsBookFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M7 2v20H3V2zm2 0h10.005C20.107 2 21 2.898 21 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H9zm13 4h2v4h-2zm0 6h2v4h-2zm-7 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4m-3 4h6a3 3 0 1 0-6 0" }) })); const Memo = memo(SvgContactsBookFill); export default Memo;