dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 580 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgSignalWifi1Line = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M12 3c4.285 0 8.22 1.497 11.31 3.996L12 21 .69 6.997A17.93 17.93 0 0 1 12 3m0 12c-.693 0-1.367.117-2 .34l2 2.477 2-2.477a6 6 0 0 0-2-.34m0-10c-3.027 0-5.922.842-8.42 2.392l5.109 6.324A8 8 0 0 1 12 13c1.18 0 2.302.256 3.311.716L20.42 7.39A15.9 15.9 0 0 0 12 5" }) }));
const Memo = memo(SvgSignalWifi1Line);
export default Memo;