UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 440 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgListCheck3 = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M8 6v3H5V6zM3 4v7h7V4zm10 0h8v2h-8zm0 7h8v2h-8zm0 7h8v2h-8zm-2.293-1.793-1.414-1.414L6 18.086l-1.793-1.793-1.414 1.414L6 20.914z" }) })); const Memo = memo(SvgListCheck3); export default Memo;