@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 1.31 kB
JavaScript
import React from 'react'
const CartAdd = (props) => (
<svg fill="currentcolor" width="24" height="24" data-testid="icon:cart-add" {...props}>
<path d="M18.9970707,13.5 C19.5509732,13.5 20,13.9438648 20,14.5 C20,15.0522847 19.5514699,15.5 18.9970707,15.5 L17.5,15.5 L17.5,16.9970707 C17.5,17.5509732 17.0561352,18 16.5,18 C15.9477153,18 15.5,17.5514699 15.5,16.9970707 L15.5,15.5 L14.0029293,15.5 C13.4490268,15.5 13,15.0561352 13,14.5 C13,13.9477153 13.4485301,13.5 14.0029293,13.5 L15.5,13.5 L15.5,12.0029293 C15.5,11.4490268 15.9438648,11 16.5,11 C17.0522847,11 17.5,11.4485301 17.5,12.0029293 L17.5,13.5 L18.9970707,13.5 Z M9,14.5 C9,12.3269458 9.92417799,10.369745 11.4009315,9 L2,9 L2,16 L9.15002717,16 C9.05164539,15.5153351 9,15.0136988 9,14.5 Z M24,14.5 C24,18.6421356 20.6421356,22 16.5,22 C13.6219565,22 11.1225407,20.3789021 9.86504713,18.000001 L2.000905,18 C0.895835681,18 0,17.1054862 0,15.9978711 L0,4.00212885 C0,2.89638362 0.896545617,2 2.000905,2 L19.999095,2 C21.1041643,2 22,2.89451376 22,4.00212885 L22,9.40093151 C23.2411745,10.7390703 24,12.5309185 24,14.5 Z M20,4 L2,4 L2,6 L20,6 L20,4 Z M16.5,20 C19.5375661,20 22,17.5375661 22,14.5 C22,11.4624339 19.5375661,9 16.5,9 C13.4624339,9 11,11.4624339 11,14.5 C11,17.5375661 13.4624339,20 16.5,20 Z" />
</svg>
)
export default CartAdd