UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 514 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgShoppingCartFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M6.005 9h13.938l.5-2H8.005V5h13.72a1 1 0 0 1 .97 1.243l-2.5 10a1 1 0 0 1-.97.757H5.004a1 1 0 0 1-1-1V4h-2V2h3a1 1 0 0 1 1 1zm0 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4m12 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4" }) })); const Memo = memo(SvgShoppingCartFill); export default Memo;