UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

10 lines 961 B
import React from 'react'; export default function VideoPlayerMonitor1(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>video-player-monitor</title> <path d="M18.72,18.729A1.509,1.509,0,0,0,17.433,18H6.566a1.509,1.509,0,0,0-1.286.729l-1.8,3A1.5,1.5,0,0,0,4.766,24H19.233a1.5,1.5,0,0,0,1.286-2.272ZM17.25,21a.75.75,0,0,1-.75.75h-1a.75.75,0,0,1,0-1.5h1A.75.75,0,0,1,17.25,21Zm-4,0a.75.75,0,0,1-.75.75h-1a.75.75,0,0,1,0-1.5h1A.75.75,0,0,1,13.25,21ZM7.5,20.25h1a.75.75,0,0,1,0,1.5h-1a.75.75,0,0,1,0-1.5Z"/> <path d="M10.538,9.442l3.316-1.415h0a1.149,1.149,0,0,0,0-2.065L10.539,4.545A.761.761,0,0,0,9.5,5.286V8.7A.76.76,0,0,0,10.538,9.442Z"/> <path d="M23,2a2,2,0,0,0-2-2H3A2,2,0,0,0,1,2V14a2,2,0,0,0,2,2H21a2,2,0,0,0,2-2ZM20.5,2a.5.5,0,0,1,.5.5V11a.5.5,0,0,1-.5.5H3.5A.5.5,0,0,1,3,11V2.5A.5.5,0,0,1,3.5,2Z"/> </svg>); } //# sourceMappingURL=VideoPlayerMonitor1.js.map