UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 3.45 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CallTerminatedMIcon = 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", { d: "M6.40775 14.9847C6.55142 14.8411 6.74632 14.7604 6.94955 14.7604C7.15264 14.7604 7.34742 14.841 7.49106 14.9845C7.70139 15.195 7.95119 15.3621 8.22632 15.4761C9.01355 15.7273 9.364 15.6593 9.96209 15.4761C10.2372 15.3621 10.4871 15.1949 10.6973 14.9845L11.141 14.5406C11.4338 14.2477 11.4338 13.7728 11.1408 13.48C10.8479 13.1871 10.373 13.1872 10.0801 13.4802L9.63622 13.9243C9.56503 13.9955 9.48012 14.0522 9.38726 14.0906C9.29453 14.1291 9.19499 14.1489 9.09421 14.1489C8.99343 14.1489 8.89342 14.1289 8.8007 14.0904C8.70784 14.052 8.6231 13.9952 8.5519 13.924C8.12683 13.499 7.5504 13.2604 6.94955 13.2604C6.34879 13.2604 5.77245 13.4989 5.3474 13.9238L2.66443 16.6041C2.45387 16.8146 2.28662 17.0646 2.17264 17.3399C2.05879 17.6148 2 17.9096 2 18.2075C2 18.5055 2.05881 18.8002 2.17258 19.075C2.28656 19.3502 2.45374 19.6002 2.66432 19.8107L3.30082 20.4463C4.15346 21.2997 5.2716 21.8366 6.4708 21.9683C7.66982 22.1 8.87794 21.8186 9.89541 21.1706C9.9046 21.1647 9.91366 21.1587 9.92259 21.1524L9.92766 21.1489C11.4596 20.1134 12.9179 18.9796 14.294 17.756C14.6036 17.4808 14.6314 17.0067 14.3562 16.6972C14.0809 16.3876 13.6069 16.3598 13.2973 16.635C11.9691 17.816 10.5614 18.9103 9.0827 19.9095L9.07643 19.9138C8.3498 20.3724 7.48896 20.5711 6.63453 20.4773C5.7749 20.3829 4.9733 19.998 4.36193 19.3861L3.72468 18.7498C3.65345 18.6786 3.59693 18.594 3.55846 18.5011C3.51982 18.4078 3.5 18.308 3.5 18.2075C3.5 18.107 3.51992 18.007 3.55851 17.9138C3.59695 17.8209 3.65348 17.7364 3.72468 17.6652L6.40775 14.9847Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.7526 19.6919L16.6014 15.5407C18.2743 13.8067 19.7979 11.9275 21.1531 9.92205C21.1607 9.91087 21.1679 9.89949 21.1749 9.88793L21.176 9.88605C21.82 8.87043 22.0995 7.66581 21.9684 6.47013C21.837 5.27098 21.3004 4.15255 20.4474 3.29964L19.8105 2.66368C19.3855 2.23873 18.8091 2 18.2081 2C17.6071 2 17.0308 2.23872 16.6058 2.66366L13.9249 5.34395C13.2064 6.10763 13.0541 6.89982 13.4332 7.81484C13.5472 8.08989 13.7142 8.33968 13.9246 8.55008C14.0683 8.69383 14.1491 8.88884 14.1491 9.09212C14.1491 9.29546 14.0683 9.49039 13.9246 9.63416L12.31 11.2494L4.30811 3.24745C4.01522 2.95455 3.54034 2.95455 3.24745 3.24745C2.95455 3.54034 2.95455 4.01521 3.24745 4.30811L19.6919 20.7526C19.9848 21.0454 20.4597 21.0454 20.7526 20.7526C21.0454 20.4597 21.0454 19.9848 20.7526 19.6919ZM18.2081 3.5C18.0049 3.5 17.8101 3.58071 17.6663 3.72441L14.9854 6.4048C14.9141 6.47599 14.8576 6.56059 14.819 6.65363C14.7805 6.74668 14.7606 6.84642 14.7606 6.94716C14.7606 7.04789 14.7805 7.14763 14.819 7.24068C14.8575 7.33367 14.914 7.41818 14.9853 7.48941C15.4102 7.91449 15.6491 8.49119 15.6491 9.09212C15.6491 9.69318 15.4104 10.2695 14.9855 10.6946L13.3707 12.31L15.5405 14.4799C17.1421 12.8176 18.6015 11.0172 19.9006 9.09655L19.9052 9.08911C20.3698 8.35964 20.5716 7.4934 20.4774 6.63359C20.3831 5.77378 19.9984 4.97188 19.3868 4.36038L18.7502 3.72475C18.6065 3.58105 18.4113 3.5 18.2081 3.5Z", fill: "currentColor" }))); }); CallTerminatedMIcon.displayName = 'CallTerminatedMIcon';