@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CallSIcon = (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("path", { fill: "currentColor", fillRule: "evenodd", d: "m3.582 1.865 2.04 2.039a.4.4 0 0 1 0 .558 1.89 1.89 0 0 0 .004 2.686l3.233 3.233a1.913 1.913 0 0 0 2.674 0l.001-.002a.4.4 0 0 1 .563 0l2.049 2.028a.413.413 0 0 1 .001.57l-.476.464-.01.01a2.685 2.685 0 0 1-3.36.375 30.4 30.4 0 0 1-8.139-8.12 2.684 2.684 0 0 1 .375-3.356l.01-.01.465-.477a.413.413 0 0 1 .57.002M4.633.795a1.913 1.913 0 0 0-2.674 0l-.012.012-.47.481a4.184 4.184 0 0 0-.571 5.238l.01.015a31.9 31.9 0 0 0 8.554 8.533l.013.008a4.184 4.184 0 0 0 5.24-.572l.48-.468.012-.013a1.913 1.913 0 0 0 0-2.674l-.008-.008L13.15 9.31l-.002-.002a1.9 1.9 0 0 0-2.666 0l.526.535-.525-.536a.413.413 0 0 1-.574.002L6.685 6.086l-.004-.004a.39.39 0 0 1 0-.557l.009-.009a1.9 1.9 0 0 0 0-2.666l-.005-.004z", clipRule: "evenodd" }))); });
exports.CallSIcon.displayName = 'CallSIcon';