@navinc/base-react-components
Version:
Nav's Pattern Library
37 lines (34 loc) • 1.09 kB
JavaScript
import React from 'react'
const SVG = (props) => (
<svg fill="none" {...props}>
<path
d="M4.10525 10.7815L1.0625 14.5L3.875 15.0625L5 18.4375L7.958 13.744"
stroke="black"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M14.8947 10.7815L17.9375 14.5L15.125 15.0625L14 18.4375L11.042 13.744"
stroke="black"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M15.6874 7.74997C15.6861 10.519 13.8444 12.9496 11.179 13.7C8.51366 14.4505 5.67432 13.3378 4.22848 10.9763C2.78264 8.61471 3.08272 5.57993 4.96306 3.54729C6.84339 1.51464 9.84566 0.979576 12.3124 2.23747"
stroke="black"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M14 4.9375L9.8975 9.04C9.79213 9.14552 9.64912 9.20482 9.5 9.20482C9.35088 9.20482 9.20787 9.14552 9.1025 9.04L7.8125 7.75"
stroke="black"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
)
export default SVG