UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _path; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const travel = props => (0, _jsxRuntime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: _path || (_path = (0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m10.23 4.04 2.163-1.077c.88-.431 1.99-.057 2.425.802.437.868.057 1.962-.815 2.389l-2.268 1.108-1.233 5.088a.724.724 0 0 1-.382.473l-1.24.606c-.471.231-1.041-.133-1.034-.64V9.162L5.46 10.33a1.489 1.489 0 0 1-1.582-.194L1.245 7.928c-.387-.326-.3-.96.148-1.18l1.384-.6 1.291.959L7 5.647m3.23-1.608L7.294 2.574a.744.744 0 0 0-.647 0l-1.219.593a.719.719 0 0 0-.114 1.207L7 5.648m3.23-1.609L7 5.648" })) }); var _default = exports.default = travel; //# sourceMappingURL=travel.js.map