@icongo/ri
Version:
RemixIcon Icons
25 lines (24 loc) • 1.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RISignalWifi1Line = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var RISignalWifi1Line = function RISignalWifi1Line(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997A17.917 17.917 0 0 1 12 3zm0 12a6.01 6.01 0 0 0-2 .34l2 2.477 2-2.477a6.074 6.074 0 0 0-2-.34zm0-10c-3.028 0-5.923.842-8.42 2.392l5.108 6.324A7.965 7.965 0 0 1 12 13c1.181 0 2.303.256 3.312.716L20.42 7.39A15.928 15.928 0 0 0 12 5z"
})]
}));
};
exports.RISignalWifi1Line = RISignalWifi1Line;