@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 662 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const arrow_left_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M22.25 11.5H2M9.5 4 2 11.5m0 0L9.5 19"
}))
});
var _default = exports.default = arrow_left_medium;
//# sourceMappingURL=arrow_left_medium.js.map