UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 977 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 heart = 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: "M8 14.133 2.034 7.97a3.467 3.467 0 0 1-.66-4.037c.25-.495.615-.924 1.065-1.253a3.547 3.547 0 0 1 3.175-.51 3.53 3.53 0 0 1 1.412.855L8 3.99l.974-.965a3.563 3.563 0 0 1 4.587-.345c.45.329.816.758 1.067 1.254v0a3.469 3.469 0 0 1-.662 4.036L8 14.133Z" })) }); var _default = exports.default = heart; //# sourceMappingURL=heart.js.map