@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.95 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallActiveSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CallActiveSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#CallActiveSIcon__a)", clipRule: "evenodd" },
react_1.default.createElement("path", { d: "M5.025.82A7.8 7.8 0 0 1 8 .23a.75.75 0 0 1 0 1.5A6.27 6.27 0 0 0 1.728 8a.75.75 0 0 1-1.5 0A7.77 7.77 0 0 1 5.025.82" }),
react_1.default.createElement("path", { d: "M4.414 4.414A5.07 5.07 0 0 1 7.999 2.93a.75.75 0 0 1 0 1.5A3.57 3.57 0 0 0 4.43 8a.75.75 0 0 1-1.5 0 5.07 5.07 0 0 1 1.485-3.586M12.821 3.816l-1.683 1.746a.23.23 0 0 0 0 .325l.002.002a1.74 1.74 0 0 1 0 2.452l-.003.003-2.789 2.784a1.745 1.745 0 0 1-2.452 0l-.002-.002a.234.234 0 0 0-.33 0L3.82 12.858a.24.24 0 0 0 0 .337l.001.001.412.412a2.2 2.2 0 0 0 2.74.296c2.742-1.844 5.102-4.2 6.95-6.936a2.19 2.19 0 0 0-.34-2.728l-.009-.008-.412-.411V3.82a.245.245 0 0 0-.34-.004m-1.058-1.063a1.745 1.745 0 0 1 2.452 0l.003.003.411.41a3.69 3.69 0 0 1 .544 4.63 27.2 27.2 0 0 1-7.37 7.357l-.013.009a3.7 3.7 0 0 1-4.617-.492l-.415-.415-.003-.003a1.74 1.74 0 0 1 0-2.452l.004-.004 1.748-1.734a1.734 1.734 0 0 1 2.445 0l-.529.532.527-.534a.245.245 0 0 0 .343.001l2.783-2.777a.24.24 0 0 0 0-.338 1.73 1.73 0 0 1-.005-2.439l1.679-1.74z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "CallActiveSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.CallActiveSIcon.displayName = 'CallActiveSIcon';