UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 441 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgBookOpenFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M21 21h-8V6a3 3 0 0 1 3-3h5a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1m-10 0H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a3 3 0 0 1 3 3zm0 0h2v2h-2z" }) })); const Memo = memo(SvgBookOpenFill); export default Memo;