react-icon-library
Version:
A library of SVG icons for use in reactJS projects
12 lines • 1.07 kB
JavaScript
import React from 'react';
export default function LaptopSmiley1(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>laptop-smiley-1</title>
<path d="M3.468,14.734a1,1,0,0,0,1-1V5.417a.667.667,0,0,1,.667-.667H18.8a.667.667,0,0,1,.667.667v8.317a1,1,0,0,0,2,0V5.417A2.671,2.671,0,0,0,18.8,2.75H5.135A2.67,2.67,0,0,0,2.468,5.417v8.317A1,1,0,0,0,3.468,14.734Z"/>
<path d="M23.894,16.443a.5.5,0,0,0-.394-.193h-8a.5.5,0,0,0-.5.5c0,.71-1.233,1.5-3,1.5s-3-.79-3-1.5a.5.5,0,0,0-.5-.5H.5a.5.5,0,0,0-.486.621A5.775,5.775,0,0,0,5.623,21.25H18.377a5.773,5.773,0,0,0,5.608-4.379A.5.5,0,0,0,23.894,16.443Z"/>
<path d="M9.469,9.4a.75.75,0,0,0,.75-.75V7.5a.75.75,0,0,0-1.5,0V8.645A.75.75,0,0,0,9.469,9.4Z"/>
<path d="M15.219,8.645V7.5a.75.75,0,0,0-1.5,0V8.645a.75.75,0,0,0,1.5,0Z"/>
<path d="M7.66,11.359a.749.749,0,0,0,0,1.06,6.249,6.249,0,0,0,8.839,0,.75.75,0,0,0-1.061-1.06,4.751,4.751,0,0,1-6.718,0A.749.749,0,0,0,7.66,11.359Z"/>
</svg>);
}
//# sourceMappingURL=LaptopSmiley1.js.map