UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 374 B
import React from 'react'; export default function TestTubeEmptyIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-test-tube-empty ${props.className}`} viewBox="0 0 24 24" > <path d="M7 2h10v2h-1v14a4 4 0 0 1-4 4 4 4 0 0 1-4-4V4H7V2m7 2h-4v14a2 2 0 0 0 2 2 2 2 0 0 0 2-2V4z" /> </svg> ); }