@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 917 B
JavaScript
import React from 'react'
const Map = (props) => (
<svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:map" {...props}>
<path d="M15,4.29336425 L9,5.78218741 L9,19.7192236 L15,18.2192236 L15,4.29336425 Z M17,18.2792408 L21.0097336,19.6158187 L21,5.72546387 L17,4.38127441 L17,18.2792408 Z M7,5.72075922 L3.00008998,4.38745588 L3,18.284729 L7,19.6139329 L7,5.72075922 Z M1,3 C1,2.31744227 1.66869665,1.835473 2.31622777,2.0513167 L8.00723267,3.96081543 L15.7574644,2.0298575 C15.94197,1.9837311 16.1358034,1.99117523 16.3162278,2.0513167 L22.3162278,4.0513167 C22.7245699,4.18743075 23,4.56956959 23,5 L23,21 C23,21.6825577 22.3313033,22.164527 21.6837722,21.9486833 L16,20.045929 L8.24253563,21.9701425 C8.05803002,22.0162689 7.86419664,22.0088248 7.68377223,21.9486833 L1.68377223,19.9486833 C1.27543009,19.8125693 1,19.4304304 1,19 L1,3 Z" />
</svg>
)
export default Map