var injectedHTML = // Dark overlay `
` + // Modal `
` + // Error icon `
` + // Warning icon `
` + // Info icon `
` + // Success icon `
` + `
` + // Title, text and input `

Title

Text

` + // Input errors `
!

Not valid!

` + // Cancel and confirm buttons `
` + // Loading animation `
` + // End of modal `
`; export default injectedHTML;