UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.7 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CallMIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.47041 3.95956L9.09482 6.58259C9.2279 6.71909 9.30242 6.90221 9.30242 7.09292C9.30242 7.28311 9.22831 7.46575 9.09591 7.60213C8.88918 7.80731 8.72488 8.05123 8.61243 8.31996C8.49899 8.59105 8.44058 8.88198 8.44058 9.17584C8.44058 9.4697 8.49899 9.76062 8.61243 10.0317C8.72549 10.3019 8.89095 10.547 9.09925 10.7528L13.2541 14.9077C13.6736 15.3177 14.2368 15.5472 14.8233 15.5472C15.4098 15.5472 15.9731 15.3176 16.3925 14.9077L16.3939 14.9063C16.5306 14.772 16.7146 14.6967 16.9062 14.6967C17.0975 14.6967 17.2811 14.7717 17.4177 14.9055C17.418 14.9057 17.4183 14.906 17.4186 14.9063L20.0546 17.5161C20.1884 17.6548 20.2632 17.8402 20.2632 18.0331C20.2632 18.2252 20.189 18.4098 20.0562 18.5485L19.441 19.1485L19.4308 19.1587C18.8395 19.7581 18.0599 20.1357 17.2229 20.2279C16.3885 20.3199 15.5479 20.1227 14.8416 19.6693C10.6968 16.871 7.12419 13.3073 4.31556 9.16944C3.86303 8.4636 3.66613 7.62385 3.75784 6.79027C3.84987 5.95386 4.22687 5.17458 4.82554 4.58328L4.83545 4.57349L5.43683 3.95685C5.57543 3.82404 5.76006 3.74979 5.95221 3.74979C6.14567 3.74979 6.3315 3.82505 6.47041 3.95956ZM7.52137 2.88927C7.10194 2.47932 6.53872 2.24979 5.95221 2.24979C5.36571 2.24979 4.80249 2.47932 4.38305 2.88927L4.37044 2.9019L3.76632 3.52116C2.92564 4.35382 2.39626 5.44993 2.26684 6.62622C2.13715 7.80491 2.41696 8.99233 3.05927 9.9891L3.06907 10.0039C5.98731 14.3054 9.70063 18.0096 14.0093 20.9173L14.0224 20.9259C15.0197 21.5689 16.2079 21.8489 17.3873 21.7189C18.5642 21.5892 19.6608 21.0591 20.4934 20.2174L21.1111 19.6149L21.1238 19.6022C21.5337 19.1828 21.7632 18.6196 21.7632 18.0331C21.7632 17.4466 21.5337 16.8834 21.1238 16.4639L21.1151 16.4551L18.4719 13.8384L18.4699 13.8364C18.0526 13.4264 17.4911 13.1967 16.9062 13.1967C16.3218 13.1967 15.7607 13.4261 15.3436 13.8354C15.2044 13.9712 15.0177 14.0472 14.8233 14.0472C14.6299 14.0472 14.4441 13.9719 14.3052 13.8375L10.1582 9.69043L10.1543 9.68662C10.0866 9.61989 10.0329 9.54037 9.99617 9.45268C9.95947 9.365 9.94058 9.27089 9.94058 9.17584C9.94058 9.08078 9.95947 8.98668 9.99617 8.89899C10.0329 8.8113 10.0866 8.73178 10.1543 8.66506L10.1629 8.65661C10.5728 8.23939 10.8024 7.67782 10.8024 7.09292C10.8024 6.50802 10.5727 5.94651 10.1628 5.5293L10.158 5.52444L7.52137 2.88927Z", fill: "currentColor" }))); }); CallMIcon.displayName = 'CallMIcon';