antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 1.77 kB
JavaScript
import * as React from "react";
function FireFill(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: "FireFill-FireFill",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "FireFill-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "FireFill-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M28.8108503,7.56598922 C30.6177257,11.2247948 29.7435561,14.4566853 29.3686834,16.547422 C28.9938108,18.6381586 27.8320537,21.667736 26.811586,22.9814259 C25.4534588,24.7297988 25.096928,26.8463629 27.1867256,27.9151175 C30.7994494,29.0194852 35.136931,20.7401744 32.9972358,12.4787872 L32.9972358,12.375382 C38.2946065,17.7800278 40.9640387,23.7306532 41,30.2286368 C41,30.53058 40.9308437,30.8256296 40.9059475,31.1289515 C40.0608578,41.5122137 31.1757433,46 24.9695754,46 C18.7634076,46 5.11895825,43.6837232 7.21715963,26.29786 C8.10965742,20.0019947 13.6519693,16.3384878 16.5060011,13.0395238 C18.1058217,11.1902976 20.2628465,8.94509773 23.0862649,2 C26.0599847,3.53866958 27.8638693,5.6256273 28.8108503,7.56598922 Z",
id: "FireFill-\u8499\u7248\u5907\u4EFD-2",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default FireFill;