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.
		
		
		
		
		
			
		
			
				
					
					
						
							44 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							44 lines
						
					
					
						
							1.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.
 | |
|  */
 | |
| 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;
 | |
| 
 | |
| var _excluded = ["children", "size"];
 | |
| var Police = /*#__PURE__*/React.forwardRef(function Police(_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: "M10 24H12V30H10z"
 | |
|   })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
 | |
|     d: "M21,20H7a3.0033,3.0033,0,0,1-3-3V6H2V17a5.0059,5.0059,0,0,0,5,5H21a4.9419,4.9419,0,0,1,2.105.481L17,28.5859,18.4141,30l6.3071-6.3071A4.96,4.96,0,0,1,26,27v3h2V27A7.0078,7.0078,0,0,0,21,20Z"
 | |
|   })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
 | |
|     d: "M25.2746,4.0386l-7-2a1.0013,1.0013,0,0,0-.55,0l-7,2A.9993.9993,0,0,0,10.03,5.2422L11,9.123V11A7,7,0,1,0,25,11V9.123l.97-3.8808A.9993.9993,0,0,0,25.2746,4.0386ZM18,4.04l5.7952,1.6558L23.219,8H19V6H17V8H12.781l-.5762-2.3042ZM18,16a5.0058,5.0058,0,0,1-5-5V10H23v1A5.0058,5.0058,0,0,1,18,16Z"
 | |
|   })), children);
 | |
| });
 | |
| 
 | |
| if (process.env.NODE_ENV !== "production") {
 | |
|   Police.propTypes = iconPropTypes;
 | |
| }
 | |
| 
 | |
| export { Police as default };
 |