UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 1.27 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 chain_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: "m9.423 17.913-.912.865A4.524 4.524 0 0 1 5.4 20a4.524 4.524 0 0 1-3.111-1.222A4.068 4.068 0 0 1 1 15.826c0-1.107.464-2.168 1.289-2.95l4.667-4.429a4.515 4.515 0 0 1 2.938-1.222 4.551 4.551 0 0 1 3.033.996 4.115 4.115 0 0 1 1.513 2.684 4.014 4.014 0 0 1-.811 2.945m1.126-7.932.734-.696A4.524 4.524 0 0 1 18.6 4c1.167 0 2.286.44 3.111 1.222A4.068 4.068 0 0 1 23 8.174a4.068 4.068 0 0 1-1.289 2.95l-4.667 4.428a4.516 4.516 0 0 1-2.939 1.221 4.551 4.551 0 0 1-3.031-.996 4.115 4.115 0 0 1-1.513-2.684 4.014 4.014 0 0 1 .811-2.945" })) }); var _default = exports.default = chain_medium; //# sourceMappingURL=chain_medium.js.map