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.
		
		
		
		
		
			
		
			
				
					
					
						
							100 lines
						
					
					
						
							4.2 KiB
						
					
					
				
			
		
		
	
	
							100 lines
						
					
					
						
							4.2 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, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19;
 | 
						|
 | 
						|
var _excluded = ["children", "size"];
 | 
						|
var BorderBottom = /*#__PURE__*/React__default["default"].forwardRef(function BorderBottom(_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: "M3 27H29V29H3z",
 | 
						|
    transform: "rotate(180 16 28)"
 | 
						|
  })), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M27 23H29V25H27z",
 | 
						|
    transform: "rotate(180 28 24)"
 | 
						|
  })), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M27 19H29V21H27z",
 | 
						|
    transform: "rotate(180 28 20)"
 | 
						|
  })), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M27 15H29V17H27z",
 | 
						|
    transform: "rotate(180 28 16)"
 | 
						|
  })), _path5 || (_path5 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M27 11H29V13H27z",
 | 
						|
    transform: "rotate(180 28 12)"
 | 
						|
  })), _path6 || (_path6 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M27 7H29V9H27z",
 | 
						|
    transform: "rotate(180 28 8)"
 | 
						|
  })), _path7 || (_path7 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M27 3H29V5H27z",
 | 
						|
    transform: "rotate(180 28 4)"
 | 
						|
  })), _path8 || (_path8 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M23 3H25V5H23z",
 | 
						|
    transform: "rotate(180 24 4)"
 | 
						|
  })), _path9 || (_path9 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M19 3H21V5H19z",
 | 
						|
    transform: "rotate(180 20 4)"
 | 
						|
  })), _path10 || (_path10 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M15 3H17V5H15z",
 | 
						|
    transform: "rotate(180 16 4)"
 | 
						|
  })), _path11 || (_path11 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M7 3H9V5H7z",
 | 
						|
    transform: "rotate(180 8 4)"
 | 
						|
  })), _path12 || (_path12 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M11 3H13V5H11z",
 | 
						|
    transform: "rotate(180 12 4)"
 | 
						|
  })), _path13 || (_path13 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M3 23H5V25H3z",
 | 
						|
    transform: "rotate(180 4 24)"
 | 
						|
  })), _path14 || (_path14 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M3 19H5V21H3z",
 | 
						|
    transform: "rotate(180 4 20)"
 | 
						|
  })), _path15 || (_path15 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M3 15H5V17H3z",
 | 
						|
    transform: "rotate(180 4 16)"
 | 
						|
  })), _path16 || (_path16 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M3 11H5V13H3z",
 | 
						|
    transform: "rotate(180 4 12)"
 | 
						|
  })), _path17 || (_path17 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M3 7H5V9H3z",
 | 
						|
    transform: "rotate(180 4 8)"
 | 
						|
  })), _path18 || (_path18 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M3 3H5V5H3z",
 | 
						|
    transform: "rotate(180 4 4)"
 | 
						|
  })), _path19 || (_path19 = /*#__PURE__*/React__default["default"].createElement("path", {
 | 
						|
    d: "M8 10H18V12H8zM8 15H14V17H8z"
 | 
						|
  })), children);
 | 
						|
});
 | 
						|
 | 
						|
if (process.env.NODE_ENV !== "production") {
 | 
						|
  BorderBottom.propTypes = iconPropTypes.iconPropTypes;
 | 
						|
}
 | 
						|
 | 
						|
module.exports = BorderBottom;
 |