UNPKG

@pathwright/pathicons

Version:

Pathwright icons, synced from Figma to React components

48 lines (45 loc) 3.08 kB
import _defineProperty from '@babel/runtime/helpers/esm/defineProperty'; import _objectWithoutProperties from '@babel/runtime/helpers/esm/objectWithoutProperties'; import React from 'react'; import PropTypes from 'prop-types'; import { jsxs, jsx } from 'react/jsx-runtime'; var _excluded = ["color", "size"]; function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } var Integration2Icon = /*#__PURE__*/React.forwardRef(function Integration2Icon(props, ref) { var color = props.color, size = props.size, otherProps = _objectWithoutProperties(props, _excluded); return /*#__PURE__*/jsxs("svg", _objectSpread(_objectSpread({ ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: color }, otherProps), {}, { children: [/*#__PURE__*/jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5 13C17.1223 13 16 14.1223 16 15.5C16 16.8777 17.1223 18 18.5 18C19.1927 18 19.8213 17.7118 20.2874 17.2384C20.6749 16.8449 21.3081 16.8399 21.7016 17.2274C22.0951 17.6149 22.1001 18.2481 21.7126 18.6416C20.8987 19.4682 19.7673 20 18.5 20C16.0177 20 14 17.9823 14 15.5C14 13.0177 16.0177 11 18.5 11C19.7673 11 20.8987 11.5318 21.7126 12.3584C22.1001 12.7519 22.0951 13.3851 21.7016 13.7726C21.3081 14.1601 20.6749 14.1551 20.2874 13.7616C19.8213 13.2882 19.1927 13 18.5 13Z" }), /*#__PURE__*/jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 7H9.35V9H4V19C4 20.6477 5.35228 22 7 22H20V17.94H22V24H7C4.24772 24 2 21.7523 2 19V7ZM14.65 7H22V13.06H20V9H14.65V7Z" }), /*#__PURE__*/jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 5C7 2.23772 9.23772 0 12 0C14.7623 0 17 2.23772 17 5C17 6.48483 16.3507 7.83595 15.3104 8.75089C14.8957 9.11563 14.2638 9.07513 13.8991 8.66042C13.5344 8.24572 13.5749 7.61385 13.9896 7.24911C14.6093 6.70405 15 5.89517 15 5C15 3.34228 13.6577 2 12 2C10.3423 2 9 3.34228 9 5C9 5.90383 9.38966 6.70314 10.0104 7.24911C10.4251 7.61385 10.4656 8.24572 10.1009 8.66042C9.73615 9.07513 9.10428 9.11563 8.68958 8.75089C7.65034 7.83686 7 6.49617 7 5Z" })] })); }); Integration2Icon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) }; Integration2Icon.defaultProps = { color: 'currentColor', size: '24' }; export { Integration2Icon as default }; //# sourceMappingURL=integration-2.js.map