@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.57 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIWiFiOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIWiFiOutline = function TIWiFiOutline(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M21.157 10.764c0-.785-.269-1.464-.706-2.048-.045-.094-.131-.149-.21-.226a3.485 3.485 0 0 0-.536-.48c-4.45-3.739-10.965-3.735-15.414.006-.193.142-.742.738-.742.738a3.48 3.48 0 0 0-.706 2.09c0 .816.362 1.758.759 2.155l5.775 5.796a3.477 3.477 0 0 0 2.622 1.204c.996 0 1.709-.167 2.526-1 .004 0 5.565-5.646 5.565-5.646.706-.703 1.067-1.699 1.067-2.589zm-9.156 7.234a1.5 1.5 0 1 1-.002-3 1.5 1.5 0 0 1 .002 3zm3.888-3.268a1.494 1.494 0 0 1-1.061.438c-.385 0-.768-.146-1.061-.438a2.501 2.501 0 0 0-3.536 0 1.502 1.502 0 0 1-2.122-2.123 5.508 5.508 0 0 1 7.779 0 1.5 1.5 0 0 1 .001 2.123zm2.829-2.828c-.293.293-.677.438-1.061.438s-.769-.146-1.062-.438a6.508 6.508 0 0 0-9.192 0 1.504 1.504 0 0 1-2.122 0 1.503 1.503 0 0 1 0-2.123c3.704-3.701 9.729-3.701 13.435 0 .587.588.587 1.537.002 2.123z"
})
}));
};
exports.TIWiFiOutline = TIWiFiOutline;