UNPKG

react-material-icon-svg

Version:
10 lines (8 loc) 363 B
import React from 'react'; export default function TruckTrailerIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-truck-trailer ${props.className}`}> <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> ); }