@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 325 B
JavaScript
const SvgPark = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path fill='none' d='M0 0h24v24H0z' />
<path d='M17 12h2L12 2 5.05 12H7l-3.9 6h6.92v4h3.96v-4H21z' />
</svg>
);
}
export default SvgPark;