UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

19 lines 1.08 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import SvgIcon from '@mui/material/SvgIcon'; import React from 'react'; const HeartIcon = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(SvgIcon, _extends({ width: "16", height: "16", viewBox: "0 0 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M14.1673 6.625C14.1673 10.5781 8.51454 13.5 8.00065 13.5C7.48676 13.5 1.83398 10.5781 1.83398 6.625C1.83398 3.875 3.54695 2.5 5.25991 2.5C6.97287 2.5 8.00065 3.53125 8.00065 3.53125C8.00065 3.53125 9.02843 2.5 10.7414 2.5C12.4544 2.5 14.1673 3.875 14.1673 6.625Z", stroke: "currentColor", fill: "none", strokeWidth: "1.5", strokeLinejoin: "round" })); }); export default HeartIcon;