@nant-design/nant-icons
Version:
12 lines (8 loc) • 348 B
JSX
import React from 'react';
export const CartSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<circle cx="176" cy="416" r="32"/>
<circle cx="400" cy="416" r="32"/>
<path d="M167.78 304h261.34l38.4-192H133.89l-8.47-48H32v32h66.58l48 272H432v-32H173.42l-5.64-32z"/>
</svg>;
};