UNPKG

697 BJavaScriptView Raw
1import * as React from "react";
2
3function PhoneIncomingIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 fill: "none",
7 viewBox: "0 0 24 24",
8 stroke: "currentColor",
9 "aria-hidden": "true"
10 }, props), /*#__PURE__*/React.createElement("path", {
11 strokeLinecap: "round",
12 strokeLinejoin: "round",
13 strokeWidth: 2,
14 d: "M21 3l-6 6m0 0V4m0 5h5M5 3a2 2 0 00-2 2v1c0 8.284 6.716 15 15 15h1a2 2 0 002-2v-3.28a1 1 0 00-.684-.948l-4.493-1.498a1 1 0 00-1.21.502l-1.13 2.257a11.042 11.042 0 01-5.516-5.517l2.257-1.128a1 1 0 00.502-1.21L9.228 3.683A1 1 0 008.279 3H5z"
15 }));
16}
17
18export default PhoneIncomingIcon;
\No newline at end of file