@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.09 kB
JavaScript
;
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_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: "m12 21.5-9.59-9.907A5.6 5.6 0 0 1 .823 8.52a5.571 5.571 0 0 1 .527-3.413 5.632 5.632 0 0 1 1.713-2.014 5.723 5.723 0 0 1 5.103-.82 5.681 5.681 0 0 1 2.268 1.374L12 5.196l1.565-1.55a5.683 5.683 0 0 1 2.269-1.374 5.726 5.726 0 0 1 5.104.82 5.634 5.634 0 0 1 1.713 2.014v0a5.575 5.575 0 0 1 .526 3.414 5.604 5.604 0 0 1-1.589 3.073L12 21.5Z"
}))
});
var _default = exports.default = heart_medium;
//# sourceMappingURL=heart_medium.js.map