react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 561 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.heart = void 0;
var heart = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.heart = heart;
;