/* Compiled from: rsx/theme/components/_archived/unfinished/icon_with_label.jqhtml */ (function() { 'use strict'; const template_Icon_With_Label = { _jqhtml_version: '2.2.185', name: 'Icon_With_Label', tag: 'div', defaultAttributes: {"class": "d-inline-flex align-items-center gap-2"}, render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this; _output.push(" "); _output.push({comp: ["Icon", {"data-name": this.args.icon}]}); _output.push(" ");_output.push({tag: ["span", {}, false]}); (() => { if (this.args._inner_html) { _output.push(this.args._inner_html); } else if (typeof content === 'function') { const [contentInstructions] = content.call(this); _output.push(['_content', contentInstructions]); } })(); _output.push(""); _output.push(" "); return [_output, this]; }, dependencies: [] }; // Self-register with jqhtml runtime // Must use window.jqhtml since we're in bundle scope if (!window.jqhtml) { throw new Error('FATAL: window.jqhtml is not defined. The jqhtml runtime must be loaded before registering templates.'); } // Auto-register following standard jqhtml pattern window.jqhtml.register_template(template_Icon_With_Label); })(); //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImljb25fd2l0aF9sYWJlbC5qcWh0bWwiXSwic291cmNlc0NvbnRlbnQiOlsiPERlZmluZTpJY29uX1dpdGhfTGFiZWwgY2xhc3M9XCJkLWlubGluZS1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBnYXAtMlwiPlxuICA8SWNvbiAkbmFtZT0odGhpcy5hcmdzLmljb24pIC8+XG4gIDxzcGFuPjwlPSBjb250ZW50KCkgJT48L3NwYW4+XG48L0RlZmluZTpJY29uX1dpdGhfTGFiZWw+XG4iXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBIiwibmFtZXMiOltdfQ==