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/FlagIcon.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								install/config-ui/node_modules/@heroicons/react/20/solid/FlagIcon.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| const React = require("react"); | ||||
| function FlagIcon({ | ||||
|   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.5 2.75a.75.75 0 0 0-1.5 0v14.5a.75.75 0 0 0 1.5 0v-4.392l1.657-.348a6.449 6.449 0 0 1 4.271.572 7.948 7.948 0 0 0 5.965.524l2.078-.64A.75.75 0 0 0 18 12.25v-8.5a.75.75 0 0 0-.904-.734l-2.38.501a7.25 7.25 0 0 1-4.186-.363l-.502-.2a8.75 8.75 0 0 0-5.053-.439l-1.475.31V2.75Z" | ||||
|   })); | ||||
| } | ||||
| const ForwardRef = /*#__PURE__*/ React.forwardRef(FlagIcon); | ||||
| module.exports = ForwardRef; | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins