UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 676 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var PersonHeart = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "person-heart" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M9 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h10s1 0 1-1-1-4-6-4-6 3-6 4m13.5-8.09c1.387-1.425 4.855 1.07 0 4.277-4.854-3.207-1.387-5.702 0-4.276Z" }))); } }))); }; export default PersonHeart;