@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
18 lines (16 loc) • 697 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const H5Heart = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 16 16",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M11.15 2C13.2766 2 15 3.62162 15 5.89189C15 10.4324 9.75 13.027 8 14C6.25 13.027 1 10.4324 1 5.89189C1 3.62162 2.75 2 4.85 2C6.152 2 7.3 2.64865 8 3.2973C8.7 2.64865 9.848 2 11.15 2Z",
fill: "currentColor"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(H5Heart);
export default ForwardRef;