@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 737 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const heart = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("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"
})));
export default heart;
//# sourceMappingURL=heart.js.map