UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 507 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgBookMarkedLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 18.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5A3.5 3.5 0 0 1 3 18.5M19 20v-3H6.5a1.5 1.5 0 0 0 0 3zM10 4H6a1 1 0 0 0-1 1v10.337A3.5 3.5 0 0 1 6.5 15H19V4h-2v8l-3.5-2-3.5 2z" }) })); const Memo = memo(SvgBookMarkedLine); export default Memo;