UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TransferSIcon = 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: "M11.5379 1.49051C11.8192 1.18655 12.2938 1.16824 12.5977 1.44962L14.5095 3.21936C14.6668 3.36494 14.7542 3.57086 14.7498 3.78512C14.7454 3.99939 14.6496 4.20154 14.4865 4.34055L12.5747 5.9699C12.2595 6.23858 11.7861 6.20083 11.5174 5.88558C11.2487 5.57033 11.2865 5.09696 11.6017 4.82828L11.9638 4.51974H11.3235C10.4792 4.51974 9.3996 4.81294 8.60897 5.48042C8.29247 5.74762 7.81928 5.70766 7.55207 5.39116C7.28487 5.07465 7.32483 4.60146 7.64134 4.33426C8.75186 3.39671 10.1953 3.01974 11.3235 3.01974H12.0858L11.5787 2.55038C11.2748 2.269 11.2565 1.79448 11.5379 1.49051ZM1.25 3.99998C1.25 3.58577 1.58579 3.24998 2 3.24998C3.10588 3.24998 4.46218 3.52343 5.56264 4.33458C6.69897 5.17215 7.48529 6.5286 7.48529 8.5065C7.48529 9.6406 8.01866 10.3933 8.76303 10.892C9.5368 11.4103 10.5317 11.6412 11.3235 11.6412H11.8075L11.6289 11.5028C11.3014 11.2491 11.2417 10.778 11.4954 10.4506C11.7491 10.1231 12.2202 10.0634 12.5476 10.3171L14.4594 11.7983C14.6385 11.9371 14.7453 12.1494 14.7498 12.376C14.7544 12.6026 14.6563 12.8191 14.4829 12.965L12.5712 14.5738C12.2542 14.8406 11.7811 14.7998 11.5144 14.4829C11.2477 14.166 11.2884 13.6929 11.6053 13.4262L11.944 13.1412H11.3235C10.2918 13.1412 8.99261 12.8513 7.92815 12.1381C6.83428 11.4053 5.98529 10.2156 5.98529 8.5065C5.98529 6.97788 5.40397 6.08107 4.67265 5.54202C3.90547 4.97653 2.89412 4.74998 2 4.74998C1.58579 4.74998 1.25 4.4142 1.25 3.99998ZM5.9059 11.2696C6.18722 11.5737 6.16882 12.0482 5.8648 12.3295C4.71135 13.3968 3.19321 13.7026 2 13.7026C1.58578 13.7026 1.25 13.3669 1.25 12.9526C1.25 12.5384 1.58579 12.2026 2 12.2026C2.9808 12.2026 4.07106 11.9457 4.84604 11.2285C5.15006 10.9472 5.62457 10.9656 5.9059 11.2696Z", fill: "currentColor" }))); }); TransferSIcon.displayName = 'TransferSIcon';