UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 3.2 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CallInSIcon = 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: "M0.470097 0.461979C0.76299 0.169086 1.23786 0.169086 1.53076 0.461979L5.63467 4.56589V2.60755C5.63467 2.19333 5.97046 1.85755 6.38467 1.85755C6.79888 1.85755 7.13467 2.19333 7.13467 2.60755V6.37655C7.13467 6.79076 6.79888 7.12655 6.38467 7.12655H2.61567C2.20145 7.12655 1.86567 6.79076 1.86567 6.37655C1.86567 5.96234 2.20145 5.62655 2.61567 5.62655H4.57401L0.470097 1.52264C0.177204 1.22975 0.177204 0.754873 0.470097 0.461979ZM12.8608 3.68901L11.2022 5.41222C11.1613 5.45329 11.1383 5.50882 11.1383 5.56678C11.1383 5.62474 11.1612 5.68034 11.2021 5.72142L11.2038 5.72311C11.5242 6.04699 11.7039 6.48418 11.7039 6.93977C11.7039 7.39536 11.5242 7.83256 11.2038 8.15643L11.201 8.1593L8.45211 10.9081C8.12823 11.2285 7.69103 11.4083 7.23544 11.4083C6.77985 11.4083 6.34266 11.2285 6.01878 10.9081L6.01709 10.9064C5.97601 10.8655 5.92041 10.8426 5.86245 10.8426C5.80449 10.8426 5.74889 10.8655 5.70781 10.9064L3.98738 12.6161C3.94571 12.659 3.92237 12.7165 3.92237 12.7763C3.92237 12.8365 3.94591 12.8942 3.98793 12.9371C3.98824 12.9374 3.98854 12.9378 3.98884 12.9381L4.39495 13.3442C4.39487 13.3441 4.39504 13.3442 4.39495 13.3442C4.74347 13.6922 5.20086 13.9108 5.69065 13.9631C6.17815 14.0152 6.66878 13.8997 7.08177 13.6357C9.78267 11.8152 12.1073 9.49108 13.9284 6.79059C14.1854 6.37405 14.2934 5.88239 14.2342 5.39626C14.1746 4.90616 13.9488 4.4513 13.5944 4.10755L13.5862 4.0996L13.1799 3.69317C13.1796 3.69287 13.1793 3.69257 13.179 3.69226C13.136 3.65024 13.0783 3.6267 13.0182 3.6267C12.9596 3.6267 12.9033 3.64903 12.8608 3.68901ZM11.8015 2.62683C12.1254 2.30642 12.5626 2.1267 13.0182 2.1267C13.4738 2.1267 13.911 2.30641 14.2348 2.62683L14.2377 2.62966L14.6431 3.03508C15.2412 3.61721 15.6224 4.38643 15.7232 5.2151C15.8243 6.04578 15.6375 6.88599 15.1941 7.59564C15.1896 7.60291 15.1849 7.6101 15.1801 7.61721C13.2484 10.4851 10.7808 12.9527 7.91288 14.8845L7.89992 14.893C7.19768 15.3452 6.36182 15.5434 5.53131 15.4547C4.70081 15.3659 3.92568 14.9956 3.3348 14.4053L2.92534 13.9959L2.9225 13.993C2.60208 13.6691 2.42237 13.2319 2.42237 12.7763C2.42237 12.3208 2.60209 11.8836 2.9225 11.5597L2.92699 11.5551L4.64948 9.84346C4.64942 9.84351 4.64953 9.84341 4.64948 9.84346C4.97165 9.52278 5.40787 9.34259 5.86245 9.34259C6.3171 9.34259 6.75323 9.52268 7.07542 9.84346L6.54625 10.375L7.07373 9.84178C7.11678 9.88437 7.17489 9.90825 7.23544 9.90825C7.29557 9.90825 7.35329 9.8847 7.39625 9.84268C7.39655 9.84238 7.39686 9.84208 7.39716 9.84178L10.1374 7.10149C10.1377 7.10119 10.138 7.10088 10.1383 7.10058C10.1804 7.05762 10.2039 6.9999 10.2039 6.93977C10.2039 6.87961 10.1804 6.82187 10.1383 6.7789C9.81804 6.4568 9.63826 6.02103 9.63826 5.56678C9.63826 5.11454 9.81644 4.68062 10.134 4.35894L11.7886 2.6399L11.8015 2.62683Z", fill: "currentColor" }))); }); CallInSIcon.displayName = 'CallInSIcon';