@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallEndMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CallEndMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.101 16.504c.713-.731 1.602-1.41 2.48-1.864l.129-.073.004-.002c.477-.302.78-.848.78-1.439l.041-1.104.008-.002c2.324-.626 4.934-.578 7.258.088l.02 1.081c-.002.575.347 1.145.89 1.435l.002.001c.888.458 1.67.942 2.386 1.676.644.66 1.695.66 2.34-.001l2.077-2.13a1.73 1.73 0 0 0 .001-2.399C17.318 5.416 6.694 5.404.484 11.77a1.73 1.73 0 0 0-.001 2.4l2.278 2.335c.644.66 1.695.66 2.34-.002", clipRule: "evenodd" }))); });
exports.CallEndMIcon.displayName = 'CallEndMIcon';