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.
		
		
		
		
		
			
		
			
				
					
					
						
							40 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
	
	
							40 lines
						
					
					
						
							1.7 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.
 | |
|  */
 | |
| 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;
 | |
| 
 | |
| var _excluded = ["children", "size"];
 | |
| var DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(_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: "M17.8281 22.0684l1.7937-1.7476A4.2185 4.2185 0 0022.91 21.9534c1.4025 0 2-.5288 2-1.38 0-.69-.4138-1.1267-1.4716-1.2646l-1.1958-.1612c-2.5755-.3217-4.001-1.4484-4.001-3.633 0-2.3225 1.8166-3.7942 4.553-3.7942a5.722 5.722 0 014.6909 1.8855l-1.7246 1.7246a3.9643 3.9643 0 00-2.8743-1.2876c-1.2649 0-1.8166.5059-1.8166 1.2417 0 .8049.4367 1.1726 1.5637 1.3567l1.2187.1609c2.6214.3679 3.886 1.5408 3.886 3.5413 0 2.3225-1.9546 3.9321-4.9438 3.9321A6.0944 6.0944 0 0117.8281 22.0684zM5.2471 24V7.95H15.825v2.69H8.2825v3.8862h6.6687v2.6905H8.2825V21.31H15.825V24z"
 | |
|   })), children);
 | |
| });
 | |
| 
 | |
| if (process.env.NODE_ENV !== "production") {
 | |
|   DatabaseElastic.propTypes = iconPropTypes;
 | |
| }
 | |
| 
 | |
| export { DatabaseElastic as default };
 |