UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 426 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgBook3Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M21 4H7a2 2 0 1 0 0 4h14v13a1 1 0 0 1-1 1H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h13a1 1 0 0 1 1 1zm-1 3H7a1 1 0 0 1 0-2h13z" }) })); const Memo = memo(SvgBook3Fill); export default Memo;