@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CallMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m6.47 3.96 2.625 2.623a.73.73 0 0 1 0 1.02 2.217 2.217 0 0 0 .004 3.15l4.155 4.155a2.245 2.245 0 0 0 3.138 0l.002-.002a.73.73 0 0 1 1.024 0l2.637 2.61a.745.745 0 0 1 .001 1.033l-.615.6-.01.01a3.665 3.665 0 0 1-4.59.51A39.3 39.3 0 0 1 4.317 9.17a3.665 3.665 0 0 1 .51-4.586l.01-.01.6-.616a.745.745 0 0 1 1.034.003m1.051-1.07a2.245 2.245 0 0 0-3.138 0l-.013.012-.604.62a5.165 5.165 0 0 0-.707 6.467l.01.015a40.8 40.8 0 0 0 10.94 10.913l.013.009a5.165 5.165 0 0 0 6.471-.709l.618-.602.013-.013a2.245 2.245 0 0 0 0-3.138l-.009-.009-2.643-2.617-.002-.002a2.23 2.23 0 0 0-3.126 0 .745.745 0 0 1-1.039.002L10.158 9.69l-.004-.003a.72.72 0 0 1 0-1.022l.009-.008a2.23 2.23 0 0 0 0-3.128l-.005-.005z", clipRule: "evenodd" }))); });
exports.CallMIcon.displayName = 'CallMIcon';