@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.27 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallInMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CallInMIcon = (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: "M2.47 2.43a.75.75 0 0 1 1.061 0l5.642 5.642V5.037a.75.75 0 1 1 1.5 0v4.845a.75.75 0 0 1-.75.75H5.078a.75.75 0 0 1 0-1.5h3.035L2.47 3.49a.75.75 0 0 1 0-1.06m15.628 3.845-2.133 2.216a.496.496 0 0 0 0 .7l.002.002a2.01 2.01 0 0 1 0 2.827l-.003.003-3.53 3.53-.003.003a2.01 2.01 0 0 1-2.828 0l-.001-.001a.496.496 0 0 0-.7 0l-2.213 2.199a.51.51 0 0 0 0 .714l.002.001.523.523a2.99 2.99 0 0 0 3.723.403 32.8 32.8 0 0 0 8.865-8.864 2.99 2.99 0 0 0-.46-3.72l-.008-.008-.523-.523-.002-.001a.51.51 0 0 0-.71-.004m-1.06-1.061a2.01 2.01 0 0 1 2.828 0l.002.003.523.522a4.49 4.49 0 0 1 .663 5.619 34.3 34.3 0 0 1-9.286 9.285l-.013.009a4.49 4.49 0 0 1-5.602-.599l-.526-.526-.003-.003a2.01 2.01 0 0 1 0-2.827l.005-.005 2.214-2.2a1.996 1.996 0 0 1 2.816-.001.51.51 0 0 0 .716 0v-.001l3.525-3.525h.002a.51.51 0 0 0-.001-.716m-.004-2.811 2.128-2.211.013-.013", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.452 4.633a2 2 0 0 0-1.414.58l-2.14 2.225c-.534.755-.71 2.087.003 2.81a.51.51 0 0 1 0 .716v.001l-3.525 3.525-.001.001a.51.51 0 0 1-.716 0 1.996 1.996 0 0 0-2.816 0L5.63 16.693l-.005.005a2.01 2.01 0 0 0 0 2.827l.003.003.526.526a4.49 4.49 0 0 0 5.602.599l.013-.009a34.3 34.3 0 0 0 9.3-9.307 4.49 4.49 0 0 0-.677-5.597l-.523-.522-.002-.003a2 2 0 0 0-1.414-.581M15.965 8.49a.496.496 0 0 0 0 .7l.002.002a2.01 2.01 0 0 1 0 2.827l-.003.003-3.53 3.53-.003.003a2.01 2.01 0 0 1-2.828 0l-.001-.001a.496.496 0 0 0-.7 0l-2.213 2.199a.51.51 0 0 0 0 .714l.002.001.523.523a2.99 2.99 0 0 0 3.723.403 32.8 32.8 0 0 0 8.865-8.864 2.99 2.99 0 0 0-.46-3.72l-.008-.008-.523-.523-.002-.001a.51.51 0 0 0-.71-.004z", clipRule: "evenodd" }))); });
exports.CallInMIcon.displayName = 'CallInMIcon';