UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

32 lines • 2.01 kB
import React, { forwardRef, memo } from "react"; import { AccessibleIcon } from "../accessible-icon"; import { StyledSvg, StyledPath } from "../styles"; import { jsx as _jsx } from "react/jsx-runtime"; const StyledUmbrellaBeachRegular = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/_jsx(AccessibleIcon, { label: label, children: /*#__PURE__*/_jsx(StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/_jsx(StyledPath, { css: { fill: `${color}` }, d: "M16.6313 2.67275C15.3675 2.2103 14.0738 2 12.8025 2C9.37876 2 6.17251 3.554 4.01626 6.20375C3.76306 6.51684 3.91306 6.99388 4.29282 7.12925C11.3663 9.6425 16.7775 11.6863 23.19 13.9663C23.2556 13.9896 23.3259 14.0036 23.3963 14.0036C23.7056 14.0036 23.9918 13.7653 23.9963 13.4381C24.1125 8.77625 21.27 4.355 16.6313 2.67275ZM6.64126 6.065C8.24926 4.69588 10.3073 3.88737 12.435 3.80788C12.2663 3.94805 11.052 4.87325 9.80064 7.20988L6.64126 6.065ZM16.9725 9.80375L11.5275 7.8275C12.0619 6.88363 12.6761 6.05638 13.3324 5.435C14.2841 4.53763 15.2123 4.15925 15.864 4.39775C16.5203 4.63606 16.9796 5.5145 17.1296 6.8135C17.235 7.715 17.1713 8.735 16.9725 9.80375ZM18.6675 10.415C18.9441 9.10663 19.1224 7.5365 18.8222 5.99375C20.5378 7.42363 21.7146 9.419 22.0802 11.6525L18.6675 10.415ZM21.6 20.3038C21.6 20.7988 21.1988 21.2 20.7 21.2L0.899634 21.14C0.402759 21.14 -0.000366211 20.738 -0.000366211 20.2426C-0.000366211 19.7473 0.402759 19.3453 0.899634 19.3453L9.44964 19.3711L12.3878 11.3161L14.0775 11.9348L11.3633 19.3748L20.667 19.403C21.1988 19.4038 21.6 19.8088 21.6 20.3038Z" }) }) }); }; const ForwardRef = /*#__PURE__*/forwardRef(StyledUmbrellaBeachRegular); const UmbrellaBeachRegular = /*#__PURE__*/memo(ForwardRef); export default UmbrellaBeachRegular;