react-icon-library
Version:
A library of SVG icons for use in reactJS projects
8 lines • 630 B
JavaScript
import React from 'react';
export default function Screen11(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>screen-1</title>
<path d="M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v15A1.5,1.5,0,0,0,1.5,18H9.75a.25.25,0,0,1,.25.25v2.907a14.642,14.642,0,0,0-3.88.916A1,1,0,0,0,6.5,24H17.5a1,1,0,0,0,.377-1.926A14.62,14.62,0,0,0,14,21.157V18.25a.25.25,0,0,1,.25-.25H22.5A1.5,1.5,0,0,0,24,16.5V1.5A1.5,1.5,0,0,0,22.5,0ZM22,13.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z"/>
</svg>);
}
//# sourceMappingURL=Screen11.js.map