You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.8 KiB

/**
* 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.
*/
'use strict';
var iconPropTypes = require('./iconPropTypes-bd86aa8e.js');
var React = require('react');
require('@carbon/icon-helpers');
require('prop-types');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var _path, _path2, _path3, _path4, _path5, _path6, _path7;
var _excluded = ["children", "size"];
var ThunderstormScattered = /*#__PURE__*/React__default["default"].forwardRef(function ThunderstormScattered(_ref, ref) {
var children = _ref.children,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 16 : _ref$size,
rest = iconPropTypes._objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, iconPropTypes._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__default["default"].createElement("path", {
d: "M13.338 30L11.602 29 13.889 25 10 25 13.993 18 15.73 19 13.446 23 17.337 23 13.338 30z"
})), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25V23a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23v2a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11Zm-4.0732,3.4893a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z"
})), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M26.732 16.233H29.732V18.233H26.732z",
transform: "rotate(-135 28.232 17.233)"
})), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M29 10H32V12H29z"
})), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M26.732 3.768H29.732V5.768H26.732z",
transform: "rotate(-45 28.232 4.768)"
})), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M20 0H22V3H20z"
})), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M12.268 3.768H15.268V5.768H12.268z",
transform: "rotate(-135 13.768 4.768)"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ThunderstormScattered.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = ThunderstormScattered;