@icongo/li
Version:
LibreICONS Icons
23 lines • 973 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIDevicePhoneMissedCall = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#f44336",
children: [/*#__PURE__*/_jsx("path", {
d: "M7.002 7.168 9.599 4.57l-.799-.8-1.798 1.8-2.37-2.37-.799.8z"
}), /*#__PURE__*/_jsx("path", {
d: "M7.858 2.943h2.57v2.57z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#009688",
d: "m12.854 8.88-.686-.685c-2.426-2.369-8.25-2.026-10.333 0l-.685.685c-.2.2-.2.486 0 .686l1.37 1.341c.2.2.485.2.685 0l1.513-1.456-.114-1.598c.485-.485 4.31-.485 4.796 0l-.086 1.655 1.456 1.4c.2.199.485.199.685 0l1.37-1.342c.228-.2.228-.514.029-.686z"
})]
}));
export { LIDevicePhoneMissedCall };