UNPKG

@navinc/base-react-components

Version:
10 lines (7 loc) 1.34 kB
import React from 'react' const Cart = (props) => ( <svg fill="currentcolor" width="24" height="24" data-testid="icon:cart" {...props}> <path d="M5.76595845,4.53805201 L21.6714485,5.5133758 C22.222014,5.54407945 22.5856025,6.01186085 22.485022,6.5502938 L21.1833134,13.5186759 C21.0820722,14.0606462 20.5528312,14.5 20.0008931,14.5 L8.06586452,14.5 L8.29673363,15.5 L19.5,15.5 C20.0522847,15.5 20.5,15.9477153 20.5,16.5 C20.5,17.0522847 20.0522847,17.5 19.5,17.5 L7.5,17.5 C7.03434402,17.5 6.63031598,17.1785906 6.5256088,16.7248595 L3.63309377,4.1906277 L2.06944252,3.4051046 C1.57523013,3.15858369 1.37443651,2.55810071 1.62095741,2.06388832 C1.86747832,1.56967593 2.4679613,1.36888231 2.96217369,1.61540321 L4.94636559,2.60514931 C5.21358006,2.73844009 5.40724512,2.98417415 5.4743912,3.27514049 L5.76595845,4.53805201 Z M19.339089,12.499569 L20.2861091,7.42992579 L6.23517418,6.57044052 L7.60412542,12.4999962 L19.339089,12.499569 Z M17.5,22.5 C16.3954305,22.5 15.5,21.6045695 15.5,20.5 C15.5,19.3954305 16.3954305,18.5 17.5,18.5 C18.6045695,18.5 19.5,19.3954305 19.5,20.5 C19.5,21.6045695 18.6045695,22.5 17.5,22.5 Z M8.5,22.5 C7.3954305,22.5 6.5,21.6045695 6.5,20.5 C6.5,19.3954305 7.3954305,18.5 8.5,18.5 C9.6045695,18.5 10.5,19.3954305 10.5,20.5 C10.5,21.6045695 9.6045695,22.5 8.5,22.5 Z" /> </svg> ) export default Cart