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.
47 lines
2.6 KiB
47 lines
2.6 KiB
3 years ago
|
/**
|
||
|
* 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, _path2, _path3, _path4;
|
||
|
|
||
|
var _excluded = ["children", "size"];
|
||
|
var FloodWarning = /*#__PURE__*/React.forwardRef(function FloodWarning(_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: "M29,28a2.8828,2.8828,0,0,1-1-.1816v-.0059a3.7662,3.7662,0,0,1-2.0532-2.1338A.971.971,0,0,0,25,25a1.007,1.007,0,0,0-.9487.6836A3.4376,3.4376,0,0,1,21,28a3.44,3.44,0,0,1-3.0532-2.3213A.9894.9894,0,0,0,17,25a1.007,1.007,0,0,0-.9487.6836A3.4376,3.4376,0,0,1,13,28a3.44,3.44,0,0,1-3.0532-2.3213,1,1,0,0,0-1.8955.0049A3.4376,3.4376,0,0,1,5,28H2v2H5a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0,5.0192,5.0192,0,0,0,8,0,5.1433,5.1433,0,0,0,2.1379,1.62A4.8374,4.8374,0,0,0,29,30h1V28Z"
|
||
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
||
|
fill: "none",
|
||
|
d: "M23.75,11h-1.5V7h1.5ZM23,12a1,1,0,1,0,1,1A1,1,0,0,0,23,12Z"
|
||
|
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
||
|
d: "M29.9115,14.9355,23.6284,3.3706a.7181.7181,0,0,0-1.2568,0L16.0885,14.9355A.72.72,0,0,0,16.72,16H29.28A.72.72,0,0,0,29.9115,14.9355ZM22.25,7h1.5v4h-1.5ZM23,14a1,1,0,1,1,1-1A1,1,0,0,1,23,14Z"
|
||
|
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
||
|
d: "M28,21V18H26v3H25a3.4376,3.4376,0,0,1-3.0513-2.3164,1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,17,21a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,13,18a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,9,21a3.3663,3.3663,0,0,1-3-2.1855v-6.753l10-7.79,2.5327,1.9756.9682-1.7818L16.6123,2.2139a1.0094,1.0094,0,0,0-1.2427,0L1,13.4194l1.2427,1.5718L4,13.6211v5.1875a3.6892,3.6892,0,0,1-2,2.0039V22.896a4.9958,4.9958,0,0,0,3-1.8833,5.0192,5.0192,0,0,0,8,0,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,25,23h5V21Z"
|
||
|
})), children);
|
||
|
});
|
||
|
|
||
|
if (process.env.NODE_ENV !== "production") {
|
||
|
FloodWarning.propTypes = iconPropTypes;
|
||
|
}
|
||
|
|
||
|
export { FloodWarning as default };
|