UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

50 lines (47 loc) 2.1 kB
/** * Copyright IBM Corp. 2016, 2023 * * 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 React from 'react'; import Icon from './Icon.js'; import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path, _path2, _path3, _path4, _path5, _path6, _path7; const AccumulationPrecipitation = /*#__PURE__*/React.forwardRef(function AccumulationPrecipitation({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, { 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: "M16 16H18V18H16z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M18 18H20V20H18z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M20 20H22V22H20z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M20 16H22V18H20z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M16 20H18V22H16z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M20,12a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L19.17,2.4141a1.0381,1.0381,0,0,1,1.6592,0L23.3154,6.11A3.9693,3.9693,0,0,1,24,8.223,3.8978,3.8978,0,0,1,20,12Zm0-7.2368L18.3438,7.2257A1.89,1.89,0,0,0,18,8.223,1.9,1.9,0,0,0,20,10a1.9,1.9,0,0,0,2-1.777,1.98,1.98,0,0,0-.375-1.0466Z" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { d: "M28,4a2.0023,2.0023,0,0,0-2,2V26H6V10H8v8l1,2,1-2V10h2v4l1,2,1-2V8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4Z" })), children); }); if (process.env.NODE_ENV !== "production") { AccumulationPrecipitation.propTypes = iconPropTypes; } export { AccumulationPrecipitation as default };