@navinc/base-react-components
Version:
Nav's Pattern Library
13 lines (10 loc) • 1.36 kB
JavaScript
import React from 'react'
const Download = (props) => (
<svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:download" {...props}>
<path
d="M9.88554772,13.4576545 L11.0038522,14.5763879 L11.0038522,3.0007168 C11.0038522,2.44803617 11.447717,2 12.0038522,2 C12.5561369,2 13.0038522,2.44788936 13.0038522,3.0007168 L13.0038522,14.5763879 L14.1221566,13.4576545 C14.5143466,13.0653142 15.1461391,13.0612397 15.5393861,13.4546375 C15.9299104,13.8453116 15.9276053,14.4810254 15.5363702,14.8724104 L12.7139748,17.6958882 C12.5161986,17.8937403 12.260516,17.9908346 12.0045887,17.9906721 C11.748317,17.9924359 11.4928655,17.8951005 11.2967454,17.6989052 C11.2947357,17.6968937 8.47133416,14.8724104 8.47133416,14.8724104 C8.07914424,14.4800701 8.07507132,13.8480353 8.46831828,13.4546375 C8.85884257,13.0639634 9.49431266,13.0662694 9.88554772,13.4576545 Z M18,19.9994256 L18,16.9980825 C18,16.445586 18.4477153,15.9976991 19,15.9976991 C19.5522847,15.9976991 20,16.445586 20,16.9980825 L20,19.9994256 C20,21.102573 19.1040732,22 18.0043778,22 L5.99562215,22 C4.89178781,22 4,21.1065415 4,19.9994256 L4,16.9980825 C4,16.445586 4.44771525,15.9976991 5,15.9976991 C5.55228475,15.9976991 6,16.445586 6,16.9980825 L5.99562215,19.999233 L18,19.9994256 Z"
fillRule="nonzero"
/>
</svg>
)
export default Download