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:
		
							
								
								
									
										22
									
								
								install/config-ui/node_modules/@heroicons/react/20/solid/ArrowsPointingInIcon.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								install/config-ui/node_modules/@heroicons/react/20/solid/ArrowsPointingInIcon.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| const React = require("react"); | ||||
| function ArrowsPointingInIcon({ | ||||
|   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", { | ||||
|     d: "M3.28 2.22a.75.75 0 0 0-1.06 1.06L5.44 6.5H2.75a.75.75 0 0 0 0 1.5h4.5A.75.75 0 0 0 8 7.25v-4.5a.75.75 0 0 0-1.5 0v2.69L3.28 2.22ZM13.5 2.75a.75.75 0 0 0-1.5 0v4.5c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-2.69l3.22-3.22a.75.75 0 0 0-1.06-1.06L13.5 5.44V2.75ZM3.28 17.78l3.22-3.22v2.69a.75.75 0 0 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0 0 1.5h2.69l-3.22 3.22a.75.75 0 1 0 1.06 1.06ZM13.5 14.56l3.22 3.22a.75.75 0 1 0 1.06-1.06l-3.22-3.22h2.69a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-2.69Z" | ||||
|   })); | ||||
| } | ||||
| const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowsPointingInIcon); | ||||
| module.exports = ForwardRef; | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins