@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.09 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CallEndMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.10113 16.5035C5.81373 15.7728 6.70344 15.0932 7.58028 14.6403L7.70972 14.5673L7.71379 14.5648C8.19102 14.2634 8.49327 13.7172 8.49357 13.1262L8.53524 12.0218L8.5428 12.0196C10.8665 11.3937 13.4769 11.4417 15.8013 12.1085L15.8206 13.1891C15.8186 13.764 16.1683 14.3341 16.7116 14.6245L16.7129 14.6252C17.6011 15.0832 18.3831 15.5674 19.0988 16.3012C19.7432 16.9619 20.7939 16.9614 21.4392 16.2999L23.5157 14.1709C24.161 13.5093 24.1614 12.432 23.517 11.7713C17.3183 5.41593 6.69366 5.40366 0.484302 11.7699C-0.160978 12.4315 -0.161449 13.5088 0.482981 14.1695L2.7607 16.5048C3.40513 17.1655 4.45585 17.165 5.10113 16.5035Z", fill: "currentColor" }))); });
CallEndMIcon.displayName = 'CallEndMIcon';