@icongo/fc
Version:
Flat Color Icons
30 lines (29 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCEndCall = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCEndCall = function FCEndCall(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#F44336",
d: "m43.5 16.8-2.3-2.3c-8.1-7.9-27.5-6.8-34.5 0l-2.3 2.3c-.6.6-.6 1.6 0 2.3L9 23.6c.6.6 1.7.6 2.3 0l5.1-4.9-.4-5.3c1.6-1.6 14.4-1.6 16 0l-.3 5.5 4.9 4.7c.6.6 1.7.6 2.3 0l4.6-4.5c.7-.7.7-1.7 0-2.3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#B71C1C",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M24 40.5 16 31h16z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M21 24h6v7.5h-6z"
})]
})]
}));
};
exports.FCEndCall = FCEndCall;