@wellness-icons/react
Version:
73 lines • 2.61 kB
JavaScript
import * as React from "react";
function FireplaceIcon({
title,
titleId,
...props
}, svgRef) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
style: {
fillRule: "evenodd",
clipRule: "evenodd",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeMiterlimit: 10
},
viewBox: "0 0 24 24",
strokeWidth: 1.5,
stroke: "currentColor",
"aria-hidden": "true",
"data-slot": "icon",
ref: svgRef,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
d: "M0-20.327c.41.154 2.39.956 3.522 3.442 1.204 2.642.54 5.184.418 5.622.222-.068 1.244-.414 1.852-1.616.796-1.575.178-3.224.119-3.373.803 1.44 2.14 4.336 2.03 8.081-.045 1.527-.105 3.578-1.373 5.411C4.658 0 1.651-.075 1.486-.083c-2.919-.131-5.673-2.768-6.024-5.768-.308-2.625 1.28-5.038 1.85-5.904C-1.512-13.54-.604-13.702 0-15.268c.687-1.783.377-3.702 0-5.059",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.9px"
},
transform: "matrix(.34541 0 0 .34541 8.874 22.028)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-20.844c-2.484-1.09-6.481-2.45-11.512-2.502-5.335-.055-9.558 1.386-12.101 2.502V2.557H0z",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.9px"
},
transform: "matrix(.34541 0 0 .34541 13.534 21.117)"
}), /*#__PURE__*/React.createElement("path", {
d: "M620.239 95.774h39.599v32.187h-39.599z",
style: {
fill: "none",
stroke: "#000",
strokeWidth: "2.9px"
},
transform: "matrix(-.34541 0 0 .34541 230.533 -22.2)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-16.08-18.974H0L2.028 0h-20.136z",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.9px"
},
transform: "matrix(-.34541 0 0 .34541 6.679 10.883)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 3.323c-.912 4.683-5.437 7.785-10.158 6.917-4.751-.873-7.887-5.436-7.016-10.177A8.737 8.737 0 0 1-7.086-6.968a6.2 6.2 0 0 0-2.944 4.237 6.256 6.256 0 0 0 5.024 7.289A6.26 6.26 0 0 0 0 3.323",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.9px"
},
transform: "matrix(.34541 0 0 .34541 21.383 4.452)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(FireplaceIcon);
export default ForwardRef;