@wellness-icons/react
Version:
82 lines • 2.52 kB
JavaScript
import * as React from "react";
function CaravanIcon({
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 23.144h-12.223V5.178A5.18 5.18 0 0 1-7.044 0h1.866A5.18 5.18 0 0 1 0 5.178z",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.18px"
},
transform: "matrix(.31488 0 0 .31488 16.913 9.582)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-20.9V8.51h-31.47a6.99 6.99 0 0 0-6.99-6.99c-3.83 0-6.93 3.06-6.989 6.86a11.32 11.32 0 0 1-9.62-11.2V-20.9c0-4.7 3.799-8.51 8.5-8.51H-8.5c4.69 0 8.5 3.81 8.5 8.51",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.18px"
},
transform: "matrix(.31488 0 0 .31488 19.34 14.188)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-7.13c-.011.04-.011.09-.011.13 0 3.87 3.131 7 7 7 3.861 0 6.99-3.13 6.99-7",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.18px"
},
transform: "matrix(.31488 0 0 .31488 5.029 19.072)"
}), /*#__PURE__*/React.createElement("path", {
d: "M385.041 129.238h20.847v9.434h-20.847z",
style: {
fill: "none",
stroke: "#000",
strokeWidth: "3.18px"
},
transform: "matrix(-.31488 0 0 .31488 132.54 -33.086)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-6.513V0h-12.514",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.18px"
},
transform: "matrix(.31488 0 0 .31488 22 16.87)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-4.014-4.014h8.028",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.18px"
},
transform: "matrix(0 .31488 .31488 0 9.282 8.992)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(CaravanIcon);
export default ForwardRef;