@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.39 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CallActiveMIcon = 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", fillRule: "evenodd", d: "M8.254 2.964a9.8 9.8 0 0 1 3.743-.744.75.75 0 0 1 0 1.5A8.28 8.28 0 0 0 3.717 12a.75.75 0 0 1-1.5 0 9.78 9.78 0 0 1 6.037-9.036m9.833 3.674-2.14 2.224a.5.5 0 0 0-.001.706l.002.001a2.014 2.014 0 0 1 0 2.833l-.003.003-3.543 3.543-.002.003a2.014 2.014 0 0 1-2.834 0l-.001-.002a.5.5 0 0 0-.706 0l-2.22 2.207a.514.514 0 0 0 0 .72v.001l.526.525a3 3 0 0 0 3.74.404 32.9 32.9 0 0 0 8.895-8.895 3 3 0 0 0-.462-3.735l-.008-.008-.525-.525-.002-.001a.514.514 0 0 0-.716-.004m-1.06-1.062a2.014 2.014 0 0 1 2.833 0l.003.003.523.524a4.5 4.5 0 0 1 .666 5.635 34.4 34.4 0 0 1-9.317 9.317l-.013.008a4.5 4.5 0 0 1-5.617-.6l-.529-.528-.002-.003a2.014 2.014 0 0 1 0-2.833l.004-.005L7.8 14.886a2 2 0 0 1 2.822-.001.514.514 0 0 0 .722 0l3.537-3.537.001-.002a.514.514 0 0 0 0-.721 2 2 0 0 1-.004-2.817l2.136-2.218zM7.536 7.54a6.3 6.3 0 0 1 4.46-1.847.75.75 0 1 1 0 1.5A4.807 4.807 0 0 0 7.19 12a.75.75 0 0 1-1.5 0c0-1.673.665-3.277 1.847-4.46", clipRule: "evenodd" }))); });
CallActiveMIcon.displayName = 'CallActiveMIcon';