/** * Copyright IBM Corp. 2016, 2021 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js'; import React from 'react'; import '@carbon/icon-helpers'; import 'prop-types'; var _path, _circle, _path2, _circle2, _circle3, _path3; var _excluded = ["children", "size"]; var FishMultiple = /*#__PURE__*/React.forwardRef(function FishMultiple(_ref, ref) { var children = _ref.children, _ref$size = _ref.size, size = _ref$size === void 0 ? 16 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement(Icon, _objectSpread2({ width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor" }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M30,14a12.9845,12.9845,0,0,0-3.8286-9.2427L24.4143,3,23,4.4138l1.7573,1.7574a11.0713,11.0713,0,0,1,0,15.6572L22,24.5857,23.4143,26l2.7571-2.7573A12.9845,12.9845,0,0,0,30,14Z" })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", { cx: "17", cy: "11", r: "1" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M22,14a12.9845,12.9845,0,0,0-3.8286-9.2427L16.4143,3,15,4.4138l1.7573,1.7574a11.0713,11.0713,0,0,1,0,15.6572L14,24.5857,15.4143,26l2.7571-2.7573A12.9845,12.9845,0,0,0,22,14Z" })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", { cx: "25", cy: "11", r: "1" })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", { cx: "9", cy: "11", r: "1" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M9.4141,24l.7573-.7573a13.0708,13.0708,0,0,0,0-18.4854L8,2.5857,5.8286,4.7571a13.0708,13.0708,0,0,0,0,18.4854L6.5859,24,2.293,28.2928A1,1,0,0,0,3,30H13a1,1,0,0,0,.707-1.707ZM4,14A10.9988,10.9988,0,0,1,7.2427,6.1712L8,5.4138l.7573.7574a11.0713,11.0713,0,0,1,0,15.6572L8,22.5857l-.7573-.7573A10.9988,10.9988,0,0,1,4,14ZM5.4141,28,8,25.4138,10.5859,28Z" })), children); }); if (process.env.NODE_ENV !== "production") { FishMultiple.propTypes = iconPropTypes; } export { FishMultiple as default };