UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 416 B
import React from 'react'; export default function VideoInputScartIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-video-input-scart ${props.className}`} viewBox="0 0 24 24" > <path d="M20.6 2.2l-3.3.2-3.5 2-.5-.9L2 10v7h1v2c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-2h1v-7h-1l-.2-.4 3.5-2 1.8-2.8-1.5-2.6M15 17v2H5v-2h10z" /> </svg> ); }