react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 458 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.heart = void 0;
var heart = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M11.8 1c-1.682 0-3.129 1.368-3.799 2.797-0.671-1.429-2.118-2.797-3.8-2.797-2.318 0-4.2 1.882-4.2 4.2 0 4.716 4.758 5.953 8 10.616 3.065-4.634 8-6.050 8-10.616 0-2.319-1.882-4.2-4.2-4.2z"
}
}]
};
exports.heart = heart;
;