@navinc/base-react-components
Version:
Nav's Pattern Library
13 lines (10 loc) • 706 B
JavaScript
import React from 'react'
const CarrotLeft = (props) => (
<svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:carrot-left" {...props}>
<path
d="M16.7071068,5.70710678 C17.0976311,5.31658249 17.0976311,4.68341751 16.7071068,4.29289322 C16.3165825,3.90236893 15.6834175,3.90236893 15.2928932,4.29289322 L8.29289322,11.2928932 C7.90236893,11.6834175 7.90236893,12.3165825 8.29289322,12.7071068 L15.2928932,19.7071068 C15.6834175,20.0976311 16.3165825,20.0976311 16.7071068,19.7071068 C17.0976311,19.3165825 17.0976311,18.6834175 16.7071068,18.2928932 L10.4142136,12 L16.7071068,5.70710678 Z"
fillRule="nonzero"
/>
</svg>
)
export default CarrotLeft