UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 396 B
import React from 'react'; export default function TentIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-tent ${props.className}`} viewBox="0 0 24 24" > <path d="M4 6c0 1.19.39 2.27 1 3a3 3 0 0 1-3-3 3 3 0 0 1 3-3c-.61.73-1 1.81-1 3M2 21v-2h2.76L12 4.78 19.24 19H22v2H2M12 9.19L7 19h10l-5-9.81z" /> </svg> ); }