UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

9 lines 836 B
import React from 'react'; export default function DesktopMonitorUpload2(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-upload</title> <path d="M20.5,4.5H18.377a.5.5,0,0,0-.493.422,2.354,2.354,0,0,1-.294.825.5.5,0,0,0,.431.753H20a.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.5H5.813a.5.5,0,0,0,.431-.753,2.34,2.34,0,0,1-.295-.826A.5.5,0,0,0,5.456,4.5H3.5a2,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.493,4.883a1,1,0,0,0,.924.617h2V11a1.5,1.5,0,0,0,3,0V5.5h2a1,1,0,0,0,.707-1.707l-3.5-3.5a1,1,0,0,0-1.414,0l-3.5,3.5A1,1,0,0,0,7.493,4.883Z"/> </svg>); } //# sourceMappingURL=DesktopMonitorUpload2.js.map