UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

20 lines 573 B
var _path; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; const transfer = props => _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: _path || (_path = _jsx("path", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7.045 10.182H15m-2.227 2.227L15 10.182m0 0-2.227-2.227M8.955 5.727H1m2.227 2.228L1 5.727m0 0L3.227 3.5" })) }); export default transfer; //# sourceMappingURL=transfer.js.map