UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 1.07 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 heart_rate = 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: "M2.244 9.117h2.811a.234.234 0 0 0 .21-.13l1.071-2.144a.234.234 0 0 1 .436.037l1.046 3.485a.234.234 0 0 0 .436.025l.977-2.28a.234.234 0 0 1 .409-.038l.694 1.042h3.423M14.969 6a3.534 3.534 0 0 0-1.407-3.314 3.53 3.53 0 0 0-4.588.348L8 4.008l-.975-.971A3.53 3.53 0 0 0 1.031 6m8.609 6.54L8.336 13.9a.465.465 0 0 1-.673 0L6.36 12.54" })) }); var _default = exports.default = heart_rate; //# sourceMappingURL=heart_rate.js.map