UNPKG

beehively-icons

Version:
29 lines 3.21 kB
var _excluded = ["color", "size"]; function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; var UmbrellaBeach = /*#__PURE__*/forwardRef(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: color }, rest), /*#__PURE__*/React.createElement("path", { d: "M23,22c-.415,0-.92-.207-1.455-.426-.658-.269-1.404-.574-2.212-.574s-1.554,.305-2.212,.574c-.535,.219-1.041,.426-1.455,.426s-.92-.207-1.455-.426c-.658-.269-1.404-.574-2.212-.574s-1.554,.305-2.212,.574c-.388,.159-.76,.311-1.093,.383l3.752-8.471,7.186,3.276c.391,.179,.807,.268,1.223,.268,.464,0,.927-.111,1.355-.331,.815-.419,1.384-1.179,1.56-2.083,1.108-5.695-1.6-11.261-6.587-13.535C12.049-1.26,5.913,.356,2.592,4.926c-.549,.756-.728,1.71-.489,2.618,.233,.886,.837,1.608,1.658,1.982l6.865,3.13-3.919,8.849c-.615-.249-1.302-.505-2.041-.505-.808,0-1.554,.305-2.212,.574-.535,.219-1.04,.426-1.455,.426-.552,0-1,.448-1,1s.448,1,1,1c.808,0,1.554-.305,2.212-.574,.535-.219,1.04-.426,1.455-.426s.92,.207,1.455,.426c.658,.269,1.404,.574,2.212,.574s1.554-.305,2.212-.574c.535-.219,1.04-.426,1.455-.426s.92,.207,1.455,.426c.658,.269,1.404,.574,2.212,.574s1.554-.305,2.212-.574c.535-.219,1.041-.426,1.455-.426s.92,.207,1.455,.426c.658,.269,1.404,.574,2.212,.574,.552,0,1-.448,1-1s-.448-1-1-1ZM4.037,7.034c-.085-.324-.022-.664,.173-.933C6.929,2.36,12.15,.983,16.354,2.9c4.142,1.889,6.385,6.549,5.454,11.333-.08,.409-.355,.605-.512,.686-.264,.136-.566,.145-.833,.022L4.591,7.707c-.373-.17-.507-.494-.554-.672Z" })); }); UmbrellaBeach.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) }; UmbrellaBeach.displayName = 'UmbrellaBeach'; export default UmbrellaBeach;