UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 432 B
import React from 'react'; export default function Printer_3dNozzleOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-printer-3d-nozzle-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M7 2h10v5h2v6h-2.5L13 17h-2l-3.5-4H5V7h2V2m3 20H2v-2h8a1 1 0 0 0 1-1v-1h2v1a3 3 0 0 1-3 3M7 9v2h1.5l3.5 4 3.5-4H17V9h-2V4H9v5H7z" /> </svg> ); }