@react-md/material-icons
Version:
Material Design Icon components for react-md
20 lines (19 loc) • 814 B
JavaScript
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 PhonelinkRingTwoToneIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsxs(SVGIcon, {
...remaining,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M4 4h10v16H4z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m0 19H4V4h10zm6.1-12.3-1 1c1.8 1.8 1.8 4.6 0 6.5l1 1c2.5-2.3 2.5-6.1 0-8.5M17 10.8c.5.7.5 1.6 0 2.3l1 1c1.2-1.2 1.2-3 0-4.3z"
})
]
});
}