All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.b6fe2bb5-8477.1ec1cf47856200e380be.js.map Maven / Gradle / Ivy

{"version":3,"file":"b6fe2bb5-8477.1ec1cf47856200e380be.js","mappings":"+QAuBAA,EAAAA,GAAAA,IAAYC,EAAAA,IAAKC,EAAAA,GAAKC,EAAAA,IAASC,EAAAA,IAAUC,EAAAA,IAAaC,EAAAA,IAASC,EAAAA,KAI/D,QAF8B,SAACC,GAAD,OAAyD,gBAAC,IAAoBA","sources":["webpack://graylog-web-interface/./src/components/common/CustomFontAwesomeIcon.tsx"],"sourcesContent":["/*\n * Copyright (C) 2020 Graylog, Inc.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the Server Side Public License, version 1,\n * as published by MongoDB, Inc.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * Server Side Public License for more details.\n *\n * You should have received a copy of the Server Side Public License\n * along with this program. If not, see\n * .\n */\nimport React from 'react';\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport { library } from '@fortawesome/fontawesome-svg-core';\nimport { fas } from '@fortawesome/free-solid-svg-icons';\nimport { far } from '@fortawesome/free-regular-svg-icons';\nimport { faApple, faGithub, faGithubAlt, faLinux, faWindows } from '@fortawesome/free-brands-svg-icons';\n\nlibrary.add(fas, far, faApple, faGithub, faGithubAlt, faLinux, faWindows);\n\nconst CustomFontAwesomeIcon = (props: React.ComponentProps) => ;\n\nexport default CustomFontAwesomeIcon;\n"],"names":["library","fas","far","faApple","faGithub","faGithubAlt","faLinux","faWindows","props"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy