UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TransferMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.TransferMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "m18.436 5.003-1.2-1.196a.75.75 0 0 1 0-1.06.753.753 0 0 1 1.064 0l2.476 2.47.004.004a.747.747 0 0 1 0 1.06l-.004.004L18.3 8.757a.753.753 0 0 1-1.063 0 .75.75 0 0 1 0-1.061l1.195-1.193h-1.935c-1.533 0-2.898.812-3.77 2.007a7.7 7.7 0 0 0-.746-1.466c1.092-1.192 2.605-1.976 4.286-2.036l.23-.005zM11.727 11.252q0-.127-.006-.253v-.014a6.2 6.2 0 0 0-.695-2.6 6.28 6.28 0 0 0-5.343-3.377l-.23-.005H3.752a.75.75 0 0 0-.102 1.494l.102.006h1.701a4.766 4.766 0 0 1 4.765 4.534l.005.964q0 .128.006.254v.007a6.6 6.6 0 0 0 .797 2.856c1.04 1.919 2.99 3.297 5.241 3.378l.23.004h1.912l-1.172 1.17a.75.75 0 0 0 0 1.06.753.753 0 0 0 1.063 0l2.476-2.471.004-.004a.747.747 0 0 0 0-1.06l-.004-.004L18.3 14.72a.753.753 0 0 0-1.063 0 .75.75 0 0 0 0 1.06L18.459 17h-1.962c-2.558 0-4.646-2.26-4.765-4.784zM10.085 16.463a8.3 8.3 0 0 1-.762-1.439A4.77 4.77 0 0 1 5.453 17H3.752l-.102.007a.75.75 0 0 0 .102 1.493h1.701l.23-.004a6.26 6.26 0 0 0 4.402-2.033" }))); }); exports.TransferMIcon.displayName = 'TransferMIcon';