UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TransferSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.TransferSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.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" }))); }); exports.TransferSIcon.displayName = 'TransferSIcon';