@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.73 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CallSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.5824 1.86526L5.62178 3.90356C5.69451 3.97853 5.73522 4.07891 5.73522 4.18342C5.73522 4.28752 5.69483 4.38751 5.62265 4.46238C5.44689 4.63714 5.30717 4.84476 5.21147 5.07345C5.11472 5.30467 5.06489 5.55282 5.06489 5.80346C5.06489 6.05411 5.11472 6.30226 5.21147 6.53348C5.30784 6.76378 5.44885 6.97271 5.62636 7.14822L8.85893 10.3808C9.21629 10.7301 9.6962 10.9256 10.1959 10.9256C10.6956 10.9256 11.1755 10.73 11.5329 10.3808L11.5343 10.3794C11.6094 10.3055 11.7106 10.2642 11.816 10.2642C11.921 10.2642 12.0218 10.3052 12.0968 10.3786C12.0971 10.3789 12.0974 10.3791 12.0976 10.3794L14.1459 12.4072C14.2193 12.484 14.2603 12.5861 14.2603 12.6924C14.2603 12.798 14.2198 12.8995 14.1473 12.9761L13.6711 13.4407L13.6609 13.4509C13.2278 13.8898 12.6569 14.1663 12.044 14.2339C11.4336 14.3011 10.8186 14.1571 10.3017 13.8258C7.09688 11.6618 4.33438 8.90613 2.16236 5.70672C1.8318 5.1902 1.68802 4.57598 1.75511 3.96625C1.8225 3.35374 2.09858 2.78307 2.53699 2.35006L2.54689 2.34027L3.01249 1.86283C3.08907 1.79036 3.19057 1.74988 3.29617 1.74988C3.40295 1.74988 3.50553 1.79126 3.5824 1.86526ZM4.63312 0.794732C4.27576 0.445442 3.79589 0.249878 3.29617 0.249878C2.79646 0.249878 2.31659 0.445442 1.95922 0.794732L1.9466 0.80736L1.47772 1.28799C0.797331 1.96235 0.36889 2.84984 0.264105 3.8022C0.159055 4.75699 0.385708 5.71885 0.906008 6.52628L0.915804 6.5411C3.19747 9.90425 6.10077 12.8004 9.46951 15.0738L9.48266 15.0825C10.2905 15.6033 11.253 15.8301 12.2084 15.7248C13.1612 15.6198 14.0491 15.1908 14.7234 14.5096L15.2028 14.042L15.2154 14.0294C15.5647 13.672 15.7603 13.1921 15.7603 12.6924C15.7603 12.1927 15.5647 11.7128 15.2154 11.3555L15.2068 11.3467L13.1509 9.31142L13.1489 9.30941C12.7932 8.95996 12.3146 8.76416 11.816 8.76416C11.3173 8.76416 10.8387 8.95996 10.483 9.30941L11.0086 9.8444L10.4844 9.30805C10.4073 9.38341 10.3037 9.42561 10.1959 9.42561C10.0892 9.42561 9.98659 9.38424 9.90972 9.31027L6.6853 6.08585L6.68146 6.08204C6.64454 6.04564 6.61522 6.00228 6.59521 5.95445C6.5752 5.90663 6.56489 5.85531 6.56489 5.80346C6.56489 5.75162 6.5752 5.7003 6.59521 5.65247C6.61522 5.60465 6.64454 5.56128 6.68146 5.52489L6.69003 5.51645C7.03948 5.16078 7.23522 4.68204 7.23522 4.18342C7.23522 3.6848 7.03941 3.20613 6.68996 2.85046L6.68519 2.8456L4.63312 0.794732Z", fill: "currentColor" }))); });
CallSIcon.displayName = 'CallSIcon';