react-icon-library
Version:
A library of SVG icons for use in reactJS projects
9 lines • 802 B
JavaScript
import React from 'react';
export default function DesktopMonitorDownload2(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>desktop-monitor-download</title>
<path d="M20.5,4.5h-4A.5.5,0,0,0,16,5V6a.5.5,0,0,0,.5.5H20a.5.5,0,0,1,.5.5v9.5a.5.5,0,0,1-.5.5H4a.5.5,0,0,1-.5-.5V7A.5.5,0,0,1,4,6.5H7.5A.5.5,0,0,0,8,6V5a.5.5,0,0,0-.5-.5h-4a2,2,0,0,0-2,2v12a2,2,0,0,0,2,2H11V22H5.75a1,1,0,0,0,0,2h12.5a1,1,0,0,0,0-2H13V20.5h7.5a2,2,0,0,0,2-2V6.5A2,2,0,0,0,20.5,4.5Z"/>
<path d="M7.576,9.117a1,1,0,0,0,.217,1.09l3.5,3.5a1,1,0,0,0,1.414,0l3.5-3.5a1,1,0,0,0,.217-1.09A1.042,1.042,0,0,0,15.5,8.5h-2v-7a1.5,1.5,0,0,0-3,0v7h-2A1.041,1.041,0,0,0,7.576,9.117Z"/>
</svg>);
}
//# sourceMappingURL=DesktopMonitorDownload2.js.map