@icongo/ti
Version:
Typicons Icons
14 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIWiFiOutline = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { TIWiFiOutline };