@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.26 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TransferSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.538 1.49a.75.75 0 0 1 1.06-.04l1.911 1.77a.75.75 0 0 1-.023 1.12l-1.911 1.63a.75.75 0 0 1-.973-1.142l.362-.308h-.64c-.845 0-1.924.293-2.715.96a.75.75 0 0 1-.968-1.146c1.11-.937 2.554-1.314 3.682-1.314h.763l-.507-.47a.75.75 0 0 1-.041-1.06M1.25 4A.75.75 0 0 1 2 3.25c1.106 0 2.462.273 3.563 1.085 1.136.837 1.922 2.194 1.922 4.172 0 1.134.534 1.886 1.278 2.385.774.518 1.769.75 2.56.75h.484l-.178-.14a.75.75 0 1 1 .919-1.185l1.911 1.481a.75.75 0 0 1 .024 1.167l-1.912 1.609a.75.75 0 1 1-.966-1.148l.339-.285h-.62c-1.032 0-2.331-.29-3.396-1.003-1.094-.733-1.943-1.922-1.943-3.631 0-1.53-.581-2.426-1.312-2.965C3.905 4.977 2.894 4.75 2 4.75A.75.75 0 0 1 1.25 4m4.656 7.27a.75.75 0 0 1-.041 1.06C4.71 13.397 3.193 13.702 2 13.702a.75.75 0 1 1 0-1.5c.98 0 2.071-.257 2.846-.974a.75.75 0 0 1 1.06.04", clipRule: "evenodd" }))); });
TransferSIcon.displayName = 'TransferSIcon';