antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 1.62 kB
JavaScript
import * as React from "react";
function HeartFill(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
width: "1em",
height: "1em",
viewBox: "0 0 48 48",
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink"
}, props, {
style: Object.assign({
verticalAlign: '-0.125em'
}, props.style),
className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ')
}), /*#__PURE__*/React.createElement("g", {
id: "HeartFill-HeartFill",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "HeartFill-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "HeartFill-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M6.60303038,8.73081219 C11.1967926,3.97413179 18.5198212,3.76592648 23.3525096,8.10619626 L23.665784,8.39850141 L23.665784,8.39850141 L23.7159853,8.44807668 C23.874066,8.60458777 24.1229529,8.60507888 24.2816085,8.44919278 L24.4080172,8.32694173 L24.4080172,8.32694173 C29.2353836,3.76025092 36.7266646,3.89487441 41.3969696,8.73081219 C46.2010101,13.7052284 46.2010101,21.7703507 41.3969696,26.744767 L26.8994949,41.7563959 C25.2981481,43.4145347 22.7018519,43.4145347 21.1005051,41.7563959 L6.60303038,26.744767 C1.79898987,21.7703507 1.79898987,13.7052284 6.60303038,8.73081219 Z",
id: "HeartFill-\u8DEF\u5F84",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default HeartFill;