@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.86 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CallTerminatedSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { fill: "currentColor", clipPath: "url(#CallTerminatedSIcon__a)" },
React.createElement("path", { fillRule: "evenodd", d: "m8.974 4.782.087.184a2 2 0 0 1-.087-.184", clipRule: "evenodd" }),
React.createElement("path", { fillRule: "evenodd", d: "m14.53 13.47-2.696-2.697a33 33 0 0 0 3.474-4.31l.012-.018.01-.017a4.316 4.316 0 0 0-.595-5.362l-.499-.499a1.94 1.94 0 0 0-2.74 0L9.393 2.669c-.333.332-.756 1.061-.42 2.114l.087.184q.135.246.333.445a.44.44 0 0 1 0 .62L8.243 7.182 2.53 1.47a.75.75 0 0 0-1.06 1.06l12 12a.75.75 0 1 0 1.06-1.06M12.866 1.5a.44.44 0 0 0-.31.128L10.455 3.73a.44.44 0 0 0 0 .621 1.94 1.94 0 0 1 0 2.741l-.257.257-.894.895 1.469 1.469a31 31 0 0 0 .56-.603 31.4 31.4 0 0 0 2.722-3.47l.004-.008a2.816 2.816 0 0 0-.384-3.504l-.499-.498a.44.44 0 0 0-.31-.129", clipRule: "evenodd" }),
React.createElement("path", { d: "M3.732 10.454a.44.44 0 0 1 .62 0 2 2 0 0 0 .628.42c.387.16.92.187 1.485 0 .235-.097.449-.24.629-.42a.75.75 0 0 0-1.061-1.06.44.44 0 0 1-.62 0 1.94 1.94 0 0 0-2.742 0l-2.103 2.1a1.94 1.94 0 0 0 0 2.743l.5.498a4.315 4.315 0 0 0 5.37.59l.013-.01.017-.01a33 33 0 0 0 3.058-2.34.75.75 0 1 0-.98-1.136q-1.393 1.201-2.923 2.236l-.004.003a2.815 2.815 0 0 1-3.491-.394l-.5-.498a.437.437 0 0 1 0-.621z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "CallTerminatedSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
CallTerminatedSIcon.displayName = 'CallTerminatedSIcon';