UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 355 B
import React from 'react'; export default function TrainCarContainerIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-train-car-container ${props.className}`} > <path d="M1 6v11h1a2 2 0 1 0 4 0h12a2 2 0 1 0 4 0h1V6H1m20 9h-2V9h-2v6h-2V9h-2v6h-2V9H9v6H7V9H5v6H3V8h18v7z" /> </svg> ); }