UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

20 lines 708 B
var _path; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; const heart = props => _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: _path || (_path = _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" })) }); export default heart; //# sourceMappingURL=heart.js.map