UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 421 B
import React from 'react'; export default function TruckTrailerIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-truck-trailer ${props.className}`} viewBox="0 0 24 24" > <path d="M22 15v2H10a3 3 0 0 1-3 3 3 3 0 0 1-3-3H2V6a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v9h3M7 16a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1z" /> </svg> ); }