{"version":3,"sources":["webpack:///./node_modules/@aws-amplify/ui-components/dist/esm-es5/amplify-icon.entry.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAA4D;AACX;AACjD,yCAAyC,aAAa,cAAc,uCAAuC,oBAAoB,4BAA4B,mBAAmB,qBAAqB;AACnM;AACA;AACA,QAAQ,4DAAgB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe,oDAAK;AACpB;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA,CAAC;AACD;AACuC","file":"js/25.js","sourcesContent":["import { r as registerInstance } from './index-83f2275b.js';\nimport { i as icons } from './icons-c10e1d4d.js';\nvar amplifyIconCss = \".sc-amplify-icon-h{--width:auto;--height:auto;--icon-fill-color:var(--amplify-white)}svg.sc-amplify-icon{fill:var(--icon-fill-color);width:var(--width);height:var(--height)}\";\nvar AmplifyIcon = /** @class */ (function () {\n function AmplifyIcon(hostRef) {\n registerInstance(this, hostRef);\n }\n AmplifyIcon.prototype.validateName = function (newValue) {\n var isBlank = typeof newValue == null;\n if (isBlank) {\n throw new Error('name: required');\n }\n };\n // https://stenciljs.com/docs/templating-jsx#avoid-shared-jsx-nodes\n AmplifyIcon.prototype.render = function () {\n return icons[this.name]();\n };\n Object.defineProperty(AmplifyIcon, \"watchers\", {\n get: function () {\n return {\n \"name\": [\"validateName\"]\n };\n },\n enumerable: false,\n configurable: true\n });\n return AmplifyIcon;\n}());\nAmplifyIcon.style = amplifyIconCss;\nexport { AmplifyIcon as amplify_icon };\n"],"sourceRoot":""}