@icongo/li
Version:
LibreICONS Icons
31 lines (30 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIDevicePhoneEndCall = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIDevicePhoneEndCall = function LIDevicePhoneEndCall(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f44336",
d: "m12.843 4.622-.689-.688c-2.425-2.366-8.234-2.036-10.33 0l-.69.688c-.179.18-.179.48 0 .69l1.378 1.347c.18.18.51.18.689 0L4.728 5.19l-.12-1.587c.48-.479 4.312-.479 4.791 0l-.09 1.647 1.468 1.408c.18.18.509.18.688 0l1.378-1.348c.21-.21.21-.509 0-.689z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#b71c1c",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.004 11.72 4.608 8.874H9.4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.105 6.778h1.797v2.246H6.105z"
})]
})]
}));
};
exports.LIDevicePhoneEndCall = LIDevicePhoneEndCall;