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.
		
		
		
		
		
			
		
			
				
					
					
						
							48 lines
						
					
					
						
							2.1 KiB
						
					
					
				
			
		
		
	
	
							48 lines
						
					
					
						
							2.1 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;
 | 
						|
 | 
						|
var _excluded = ["children", "size"];
 | 
						|
var EarthSoutheastAsia = /*#__PURE__*/React__default["default"].forwardRef(function EarthSoutheastAsia(_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: "M14 24H17V26H14zM17 22H19V24H17zM17 18H19V20H17z"
 | 
						|
  })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm-.603,2.03,2.5073,5.0156L16.3228,13H10.271l-1.41,4.3872,2.8521,2.8521L10.7056,21.751,6.2856,19H4.395A11.9363,11.9363,0,0,1,15.397,4.03ZM5.1055,21h.6089l3.9345,2.4487A1.9912,1.9912,0,0,0,12.37,22.86l1.0078-1.5118a2.005,2.005,0,0,0-.25-2.5234l-1.9887-1.9888L11.729,15h4.5938A1.9906,1.9906,0,0,0,18.18,13.7427L19.7612,9.79a2.0019,2.0019,0,0,0-.0674-1.6382L17.6843,4.1323A11.9592,11.9592,0,0,1,26.8945,21H23a2.0023,2.0023,0,0,0-2,2v3.8945A11.9477,11.9477,0,0,1,5.1055,21ZM23,25.7266V23h2.7268A12.0762,12.0762,0,0,1,23,25.7266Z"
 | 
						|
  })), children);
 | 
						|
});
 | 
						|
 | 
						|
if (process.env.NODE_ENV !== "production") {
 | 
						|
  EarthSoutheastAsia.propTypes = iconPropTypes.iconPropTypes;
 | 
						|
}
 | 
						|
 | 
						|
module.exports = EarthSoutheastAsia;
 |