@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 978 B
JavaScript
import React from 'react'
const Archive = (props) => (
<svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:archive" {...props}>
<path d="M3.90542305,19.1041062 L3.10450257,11.0949013 C2.99058832,9.95575886 3.85372289,9 5.00087166,9 L18.9991283,9 C20.1439067,9 21.0096084,9.95379202 20.8954974,11.0949013 L20.0945769,19.1041062 C19.9886627,20.1632484 19.0656122,21 18.0043778,21 L5.99562215,21 C4.93042958,21 4.01166716,20.1665472 3.90542305,19.1041062 Z M18.8942221,11.0079037 L5.10540869,11.0042113 L6,19 L18,19 L18.8942221,11.0079037 Z M7,4 C7,3.44771525 7.44910619,3 7.99539757,3 L16.0046024,3 C16.5543453,3 17,3.44386482 17,4 C17,4.55228475 16.5508938,5 16.0046024,5 L7.99539757,5 C7.44565467,5 7,4.55613518 7,4 Z M5,7 C5,6.44771525 5.44994876,6 5.99562215,6 L18.0043778,6 C18.5542448,6 19,6.44386482 19,7 C19,7.55228475 18.5500512,8 18.0043778,8 L5.99562215,8 C5.44575522,8 5,7.55613518 5,7 Z" />
</svg>
)
export default Archive