react-icon-library
Version:
A library of SVG icons for use in reactJS projects
11 lines • 811 B
JavaScript
import React from 'react';
export default function ShoppingCartDownload(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>shopping-cart-download</title>
<circle cx="14.531" cy="21.792" r={2}/>
<circle cx="4.531" cy="21.792" r={2}/>
<path d="M22.469,1.042H19.407A1.756,1.756,0,0,0,17.672,2.56l-1.8,13.482H1.531a1.25,1.25,0,1,0,0,2.5h15a1.757,1.757,0,0,0,1.735-1.519L20.034,3.759a.251.251,0,0,1,.248-.217h2.187a1.25,1.25,0,0,0,0-2.5Z"/>
<path d="M6.643,12.422a1.251,1.251,0,0,0,1.776,0l5-5.042a1.25,1.25,0,1,0-1.776-1.76L9.209,8.075A.25.25,0,0,1,8.781,7.9V1.459a1.25,1.25,0,1,0-2.5,0V7.9a.249.249,0,0,1-.427.176L3.419,5.62A1.25,1.25,0,0,0,1.643,7.38Z"/>
</svg>);
}
//# sourceMappingURL=ShoppingCartDownload.js.map