@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 3.17 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CallBackSIcon = 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: "M15 0.24231H11.231C10.8168 0.24231 10.481 0.578096 10.481 0.99231C10.481 1.40652 10.8168 1.74231 11.231 1.74231H13.1893L9.08535 5.84627C8.79246 6.13916 8.79246 6.61404 9.08535 6.90693C9.37824 7.19982 9.85312 7.19982 10.146 6.90693L14.25 2.80297V4.76131C14.25 5.17553 14.5858 5.51131 15 5.51131C15.4142 5.51131 15.75 5.17553 15.75 4.76131V0.99231C15.75 0.578096 15.4142 0.24231 15 0.24231ZM3.13962 3.68901L4.79821 5.41222C4.83911 5.45329 4.86214 5.50882 4.86214 5.56678C4.86214 5.62474 4.83918 5.68034 4.79829 5.72142L4.7966 5.72311C4.47619 6.04699 4.29647 6.48418 4.29647 6.93977C4.29647 7.39536 4.47619 7.83256 4.7966 8.15643L4.79944 8.1593L7.54828 10.9081C7.87216 11.2285 8.30937 11.4083 8.76495 11.4083C9.22054 11.4083 9.65774 11.2285 9.98162 10.9081L9.98331 10.9064C10.0244 10.8655 10.08 10.8426 10.1379 10.8426C10.1959 10.8426 10.2515 10.8655 10.2926 10.9064L12.013 12.6161C12.0547 12.659 12.078 12.7165 12.078 12.7763C12.078 12.8365 12.0545 12.8942 12.0125 12.9371C12.0122 12.9374 12.0119 12.9378 12.0116 12.9381L11.6054 13.3442C11.6055 13.3441 11.6054 13.3442 11.6054 13.3442C11.2569 13.6922 10.7995 13.9108 10.3098 13.9631C9.82225 14.0152 9.33161 13.8997 8.91863 13.6357C6.21773 11.8152 3.89312 9.49108 2.07203 6.79059C1.81497 6.37405 1.70704 5.88239 1.76619 5.39626C1.82581 4.90616 2.05165 4.4513 2.40603 4.10755L2.41422 4.0996L2.82051 3.69317C2.82082 3.69287 2.82112 3.69257 2.82143 3.69226C2.86439 3.65024 2.9221 3.6267 2.98223 3.6267C3.04078 3.6267 3.09705 3.64903 3.13962 3.68901ZM4.19889 2.62683C3.87501 2.30642 3.43781 2.1267 2.98223 2.1267C2.52664 2.1267 2.08944 2.30641 1.76556 2.62683L1.7627 2.62966L1.3573 3.03508C0.759151 3.61721 0.377983 4.38643 0.277164 5.2151C0.176104 6.04578 0.362855 6.88599 0.806274 7.59564C0.810816 7.60291 0.815482 7.6101 0.820271 7.61721C2.752 10.4851 5.21963 12.9527 8.08751 14.8845L8.10047 14.893C8.80272 15.3452 9.63857 15.5434 10.4691 15.4547C11.2996 15.3659 12.0747 14.9956 12.6656 14.4053L13.0751 13.9959L13.0779 13.993C13.3983 13.6691 13.578 13.2319 13.578 12.7763C13.578 12.3208 13.3983 11.8836 13.0779 11.5597L13.0734 11.5551L11.3509 9.84346C11.351 9.84351 11.3509 9.84341 11.3509 9.84346C11.0287 9.52278 10.5925 9.34259 10.1379 9.34259C9.6833 9.34259 9.24716 9.52268 8.92498 9.84346L9.45414 10.375L8.92667 9.84178C8.88362 9.88437 8.82551 9.90825 8.76495 9.90825C8.70483 9.90825 8.64711 9.8847 8.60415 9.84268C8.60385 9.84238 8.60354 9.84208 8.60324 9.84178L5.86295 7.10149C5.86265 7.10119 5.86235 7.10088 5.86205 7.10058C5.82002 7.05762 5.79647 6.9999 5.79647 6.93977C5.79647 6.87961 5.82004 6.82187 5.86211 6.7789C6.18236 6.4568 6.36214 6.02103 6.36214 5.56678C6.36214 5.11454 6.18395 4.68062 5.86636 4.35894L4.21178 2.6399L4.19889 2.62683Z", fill: "currentColor" }))); });
CallBackSIcon.displayName = 'CallBackSIcon';