UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

40 lines (39 loc) 2.98 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _propTypes = _interopRequireDefault(require("prop-types")); var _defaultIconPropValues = require("../_defaultIconPropValues.ts"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } const Herz = props => { const { width = _defaultIconPropValues.Icon160PropValues.width, height = _defaultIconPropValues.Icon160PropValues.height, stroke = _defaultIconPropValues.Icon160PropValues.stroke, fill = _defaultIconPropValues.Icon160PropValues.fill, ...restProps } = props; return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 160 160", width: width, height: height, fill: "none" }, restProps), /*#__PURE__*/React.createElement("path", { fill: fill, stroke: stroke, d: "M80 149.192a3.36 3.36 0 0 1-2.28-.863c-2.142-1.9-52.544-46.671-61.974-59.246C5.865 75.921 4 67.285 4 55.92c0-24.77 20.14-44.91 44.91-44.91 12.332-.276 24.388 6.288 31.09 16.651 6.702-10.329 18.69-16.961 31.125-16.65C135.86 11.01 156 31.185 156 55.92c0 10.709-1.9 19.552-11.711 33.129-9.085 12.609-59.867 57.38-62.009 59.28a3.36 3.36 0 0 1-2.28.863ZM49.704 17.92h-.691c-21.038 0-38.104 17.065-38.104 38 0 10.087 1.59 17.341 10.364 29.018 7.91 10.536 48.605 47.12 58.727 56.171 10.19-9.051 51.093-45.6 58.693-56.137 8.774-12.16 10.398-19.345 10.398-29.052 0-20.935-17.031-38-38-38h-.104c-11.952-.173-23.421 7.289-27.774 18.516-.518 1.313-1.797 2.21-3.213 2.21a3.435 3.435 0 0 1-3.213-2.21C72.504 25.45 61.45 17.92 49.704 17.92Z" })); }; Herz.propTypes = { width: _propTypes.default.string, height: _propTypes.default.string, fill: _propTypes.default.string, stroke: _propTypes.default.string }; var _default = exports.default = Herz;