UNPKG

@wellness-icons/react

Version:
157 lines 5.08 kB
import * as React from "react"; function BeachIcon({ 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 7.145C3.539 4.32 10.18 0 18.816.159c8.136.15 14.408 4.206 17.889 6.986", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(.31758 0 0 .31758 2.743 15.931)" }), /*#__PURE__*/React.createElement("path", { d: "M0 32.273c-.898-3.116-2.373-9.84-.362-17.936C1.4 7.234 5.019 2.408 7.108 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(.31758 0 0 .31758 5.623 6.364)" }), /*#__PURE__*/React.createElement("path", { d: "M-10.884-15.404c5.36 2.024 8.548 7.327 7.796 12.482-.601 4.12-3.639 7.627-7.796 9.087a37.7 37.7 0 0 0 1.568-9.936c.11-4.876-.75-8.89-1.568-11.633", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "scale(-.31758 .31758)rotate(-52.774 18.941 15.96)" }), /*#__PURE__*/React.createElement("path", { d: "M11.978-8.686C6.141-5.313 3.802.93 5.685 5.37c1.524 3.594 5.363 4.953 6.293 5.254A31.8 31.8 0 0 1 10.5-.468c.151-3.34.812-6.136 1.478-8.218", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(-.08078 .30713 .30713 .08078 5.725 1.694)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.212-7.368C-5.924-5.264-3.313.038-4.616 4.257c-1.334 4.32-6.226 5.738-6.596 5.839a20.2 20.2 0 0 0 1.991-8.941 20.2 20.2 0 0 0-1.991-8.523", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(-.08143 -.30696 -.30696 .08143 10.24 2.121)" }), /*#__PURE__*/React.createElement("path", { d: "M-6.153-.816C-.694.596 2.625 5.758 1.775 10.558c-.665 3.763-3.818 6.882-7.928 7.793a22 22 0 0 0 2.198-9.273A22.1 22.1 0 0 0-6.153-.816", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "scale(.31758 -.31758)rotate(38.382 64.723 42)" }), /*#__PURE__*/React.createElement("path", { d: "M0-4.536C4.926-4.536 4.926 0 9.852 0s4.927-4.536 9.855-4.536C24.633-4.536 24.633 0 29.56 0c4.929 0 4.929-4.536 9.858-4.536S44.348 0 49.277 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(.31758 0 0 .31758 3.88 20.688)" }), /*#__PURE__*/React.createElement("ellipse", { cx: -5.345, cy: -1.296, rx: 5.5, ry: 5.501, style: { fill: "none", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(-.07486 -.30863 -.30863 .07486 17.4 8.414)" }), /*#__PURE__*/React.createElement("path", { d: "M-1.775-1.775h3.55", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(0 .31758 .31758 0 18.764 6.143)" }), /*#__PURE__*/React.createElement("path", { d: "M-3.313-.887H.238", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(-.27504 .15876 .15876 .27504 21.23 8.543)" }), /*#__PURE__*/React.createElement("path", { d: "M-3.313.887H.238", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(-.27504 -.15876 -.15876 .27504 21.23 11.39)" }), /*#__PURE__*/React.createElement("path", { d: "M-1.775 1.775h3.55", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(0 -.31758 -.31758 0 18.764 13.79)" }), /*#__PURE__*/React.createElement("path", { d: "M-.238.887h3.55", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "scale(.31758 -.31758)rotate(30.003 95.654 66.35)" }), /*#__PURE__*/React.createElement("path", { d: "M-.238-.887h3.55", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.15px" }, transform: "matrix(.27502 .1588 .1588 -.27502 14.607 7.567)" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(BeachIcon); export default ForwardRef;