UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.48 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CallTerminatedMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M6.408 14.985a.766.766 0 0 1 1.083 0c.21.21.46.377.735.491.788.251 1.138.183 1.736 0 .275-.114.525-.281.735-.492l.444-.443a.75.75 0 1 0-1.06-1.06l-.445.443a.767.767 0 0 1-1.084 0 2.266 2.266 0 0 0-3.205 0l-2.683 2.68a2.267 2.267 0 0 0 0 3.207l.637.635a5.3 5.3 0 0 0 6.622.706l.005-.003a42 42 0 0 0 4.366-3.393.75.75 0 1 0-.997-1.121 40 40 0 0 1-4.214 3.274l-.007.005a3.8 3.8 0 0 1-4.714-.528l-.637-.636a.766.766 0 0 1 0-1.085z" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M20.753 19.692 16.6 15.54a42 42 0 0 0 4.574-5.653l.001-.002a5.3 5.3 0 0 0-.729-6.586l-.636-.636a2.266 2.266 0 0 0-3.205 0l-2.681 2.68c-.719.764-.87 1.556-.492 2.47.114.276.281.526.492.736a.767.767 0 0 1 0 1.084L12.31 11.25 4.308 3.247a.75.75 0 1 0-1.06 1.061l16.444 16.445a.75.75 0 0 0 1.06-1.061M18.208 3.5a.77.77 0 0 0-.542.224l-2.68 2.68a.767.767 0 0 0 0 1.085 2.27 2.27 0 0 1 0 3.206L13.37 12.31l2.17 2.17a40.3 40.3 0 0 0 4.36-5.383l.004-.008a3.8 3.8 0 0 0-.518-4.729l-.637-.635a.77.77 0 0 0-.542-.225", clipRule: "evenodd" }))); }); CallTerminatedMIcon.displayName = 'CallTerminatedMIcon';