UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 485 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgBookOpenLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M13 21v2h-2v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6a4 4 0 0 1 3 1.354A4 4 0 0 1 15 3h6a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm7-2V5h-5a2 2 0 0 0-2 2v12zm-9 0V7a2 2 0 0 0-2-2H4v14z" }) })); const Memo = memo(SvgBookOpenLine); export default Memo;