UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 673 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgLuggageCartLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5.5 20a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m13 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M2.172 1.757 6 5.585V17L20 17v2H5a1 1 0 0 1-1-1V6.413L.758 3.172zM16 3a1 1 0 0 1 1 1v2h2.994C20.55 6 21 6.456 21 6.995v8.01a1 1 0 0 1-1.006.995H8.007A1.01 1.01 0 0 1 7 15.005v-8.01A1 1 0 0 1 8.007 6H11V4a1 1 0 0 1 1-1zm-6 5H9v6h1zm6 0h-4v6h4zm3 0h-1v6h1zm-4-3h-2v1h2z" }) })); const Memo = memo(SvgLuggageCartLine); export default Memo;