@icongo/fc
Version:
Flat Color Icons
22 lines • 858 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 FCMissedCall = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#F44336",
children: [/*#__PURE__*/_jsx("path", {
d: "M30.3 12.9 24 19.2l-8.3-8.3-2.8 2.8L24 24.8l9.1-9.1z"
}), /*#__PURE__*/_jsx("path", {
d: "m36 19-9-9h9z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#009688",
d: "m44.5 30.8-2.4-2.4c-8.5-8.3-28.9-7.1-36.2 0l-2.4 2.4c-.7.7-.7 1.7 0 2.4l4.8 4.7c.7.7 1.7.7 2.4 0l5.3-5.1-.4-5.6c1.7-1.7 15.1-1.7 16.8 0l-.3 5.8 5.1 4.9c.7.7 1.7.7 2.4 0l4.8-4.7c.8-.7.8-1.8.1-2.4z"
})]
}));
export { FCMissedCall };