@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 926 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CallEndSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M0 9.42691L0.00710285 8.85861C-0.000487597 7.21147 1.23399 5.80354 2.82563 5.47129C6.235 4.84076 9.75265 4.84199 13.1604 5.4806C14.7581 5.81374 16.0015 7.21652 15.9929 8.87264L16 9.42475C15.9896 10.2986 15.2468 10.9889 14.385 10.9984L11.9035 10.9865C11.0524 10.9793 10.2985 10.2903 10.2906 9.4223C10.2885 9.24538 10.1283 9.10087 9.9452 9.09749H6.05021C5.87309 9.09625 5.7078 9.25133 5.70908 9.4223C5.70113 10.2926 4.95577 10.9792 4.09891 10.9865L1.5 10.9985C0.693825 10.9896 0.0093034 10.2127 0 9.42691Z", fill: "currentColor" }))); });
CallEndSIcon.displayName = 'CallEndSIcon';