UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

20 lines (19 loc) 745 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; // THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default function SignalWifi3BarTwoToneIcon(props) { const { ref, ...remaining } = props; return /*#__PURE__*/ _jsxs(SVGIcon, { ...remaining, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { fillOpacity: ".3", d: "M23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7L12 21.5z" }), /*#__PURE__*/ _jsx("path", { d: "M3.53 10.95 12 21.5l8.47-10.55C20.04 10.62 16.81 8 12 8s-8.04 2.62-8.47 2.95" }) ] }); }