UNPKG

beehively-icons

Version:
29 lines 2.52 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 Send2 = /*#__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: "m22.858,1.142c-1.089-1.09-2.663-1.429-4.136-.874L2.328,7.062C.392,7.791-.206,9.598.061,11.064c.268,1.468,1.464,2.948,3.534,2.948h6.379v6.394c0,2.069,1.48,3.266,2.947,3.532.219.04.445.061.674.061,1.309,0,2.708-.674,3.319-2.295l6.83-16.457c.544-1.442.205-3.016-.886-4.105Zm-.974,3.369l-6.83,16.457c-.346.915-1.145,1.118-1.774,1.004-.632-.115-1.307-.587-1.307-1.565v-7.394c0-.553-.447-1-1-1H3.595c-.979,0-1.451-.675-1.566-1.307-.114-.631.089-1.429,1.035-1.785L19.458,2.127c.226-.085.455-.127.68-.127.481,0,.942.191,1.307.556.535.535.695,1.278.44,1.955Z" })); }); Send2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) }; Send2.displayName = 'Send2'; export default Send2;