Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										24
									
								
								install/config-ui/node_modules/@heroicons/react/20/solid/BarsArrowUpIcon.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								install/config-ui/node_modules/@heroicons/react/20/solid/BarsArrowUpIcon.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
| const React = require("react"); | ||||
| function BarsArrowUpIcon({ | ||||
|   title, | ||||
|   titleId, | ||||
|   ...props | ||||
| }, svgRef) { | ||||
|   return /*#__PURE__*/React.createElement("svg", Object.assign({ | ||||
|     xmlns: "http://www.w3.org/2000/svg", | ||||
|     viewBox: "0 0 20 20", | ||||
|     fill: "currentColor", | ||||
|     "aria-hidden": "true", | ||||
|     "data-slot": "icon", | ||||
|     ref: svgRef, | ||||
|     "aria-labelledby": titleId | ||||
|   }, props), title ? /*#__PURE__*/React.createElement("title", { | ||||
|     id: titleId | ||||
|   }, title) : null, /*#__PURE__*/React.createElement("path", { | ||||
|     fillRule: "evenodd", | ||||
|     d: "M2 3.75A.75.75 0 0 1 2.75 3h11.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 7.5a.75.75 0 0 1 .75-.75h6.365a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 7.5ZM14 7a.75.75 0 0 1 .55.24l3.25 3.5a.75.75 0 1 1-1.1 1.02l-1.95-2.1v6.59a.75.75 0 0 1-1.5 0V9.66l-1.95 2.1a.75.75 0 1 1-1.1-1.02l3.25-3.5A.75.75 0 0 1 14 7ZM2 11.25a.75.75 0 0 1 .75-.75H7A.75.75 0 0 1 7 12H2.75a.75.75 0 0 1-.75-.75Z", | ||||
|     clipRule: "evenodd" | ||||
|   })); | ||||
| } | ||||
| const ForwardRef = /*#__PURE__*/ React.forwardRef(BarsArrowUpIcon); | ||||
| module.exports = ForwardRef; | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins