UNPKG

@sanity/icons

Version:
29 lines (28 loc) 706 B
import { jsx, jsxs } from "react/jsx-runtime"; /** * @public */ function TransferIcon(props) { return /* @__PURE__ */ jsxs("svg", { "data-sanity-icon": "transfer", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [/* @__PURE__ */ jsx("path", { d: "M19.5 16.5H6M5.5 8.5L19 8.5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }), /* @__PURE__ */ jsx("path", { d: "M16 13L19.5 16.5L16 20M9 12L5.5 8.5L9 5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" })] }); } export { TransferIcon, TransferIcon as default }; //# sourceMappingURL=Transfer.js.map