UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 835 B
"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 history = 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: "M9.034 13.932a5.966 5.966 0 1 0-5.966-5.966V9m0 0 2.068-2.068M3.068 9 1 6.932M8.477 5.02v3.66h2.705" })) }); var _default = exports.default = history; //# sourceMappingURL=history.js.map