react-icon-library
Version:
A library of SVG icons for use in reactJS projects
14 lines • 1.54 kB
JavaScript
import React from 'react';
export default function OfficeWorkWireless2(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>office-work-wireless</title>
<circle cx="5.143" cy="3.067" r="2.449"/>
<path d="M24,13.108a.98.98,0,0,0-.98-.98H14.694a.245.245,0,0,0-.245.245,2.424,2.424,0,0,1-.394,1.328.25.25,0,0,0,.21.386h1.648a.25.25,0,0,1,.25.25V22.9a.98.98,0,1,0,1.959,0V14.337a.25.25,0,0,1,.25-.25H23.02A.979.979,0,0,0,24,13.108Z"/>
<path d="M15.673,9.189a.98.98,0,0,0,0,1.96h4.7a1.965,1.965,0,0,0,1.841-1.29L23.94,5.116a.979.979,0,1,0-1.84-.669L20.375,9.189Z"/>
<circle cx="16.898" cy="6.936" r="1.224"/>
<path d="M13.441,2.821a5.465,5.465,0,0,1,6.914,0,.735.735,0,0,0,.922-1.144,6.93,6.93,0,0,0-8.759,0,.735.735,0,1,0,.923,1.144Z"/>
<path d="M19.755,5.071a.734.734,0,0,0-.111-1.033,4.343,4.343,0,0,0-5.493,0,.735.735,0,0,0,.922,1.144,2.882,2.882,0,0,1,3.649,0A.735.735,0,0,0,19.755,5.071Z"/>
<path d="M9.082,18.5a.978.978,0,0,1,.893.578l1.667,3.7a1.469,1.469,0,1,0,2.675-1.217L12.39,17.322a3.436,3.436,0,0,0-3.121-2.01H7.1a.491.491,0,0,1-.49-.49V12l.836.836a3.405,3.405,0,0,0,2.424,1H12a1.471,1.471,0,0,0,1.469-1.469A1.487,1.487,0,0,0,12,10.9H9.872a.5.5,0,0,1-.346-.144L6.182,7.416A1.469,1.469,0,0,0,3.674,8.455v6.367a3.381,3.381,0,0,0,.477,1.714H3.286L1.947,8.057a.979.979,0,1,0-1.934.306l1.436,9.1L.035,22.646a.979.979,0,1,0,1.89.515L3.147,18.68a.25.25,0,0,1,.241-.185Z"/>
</svg>);
}
//# sourceMappingURL=OfficeWorkWireless2.js.map