UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 397 B
import React from 'react'; export default function TelevisionStopIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-television-stop ${props.className}`} viewBox="0 0 24 24" > <path d="M3 3h18a2 2 0 0 1 2 2v12c0 1.1-.9 2-2 2h-5v2H8v-2H3c-1.1 0-2-.9-2-2V5c0-1.11.89-2 2-2m0 2v12h18V5H3m6 3h6v6H9V8z" /> </svg> ); }