init component
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
declare const _default: any;
|
||||
export default _default;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
import { faEye } from '@fortawesome/free-solid-svg-icons/faEye';
|
||||
import { useFontAwesomeIconComponent } from '../utils';
|
||||
export default useFontAwesomeIconComponent('Eye', faEye);
|
||||
//# sourceMappingURL=EyeIcon.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/icons/eye/EyeIcon.ts"],"names":[],"mappings":"AAAA,SAAS,KAAT,QAAsB,yCAAtB;AACA,SAAS,2BAAT,QAA4C,UAA5C;AAEA,eAAe,2BAA2B,CAAC,KAAD,EAAQ,KAAR,CAA1C","sourcesContent":["import { faEye } from '@fortawesome/free-solid-svg-icons/faEye';\nimport { useFontAwesomeIconComponent } from '../utils';\n\nexport default useFontAwesomeIconComponent('Eye', faEye);\n"],"sourceRoot":"","file":"EyeIcon.js"}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import EyeIcon from './EyeIcon';
|
||||
export { EyeIcon };
|
||||
export default EyeIcon;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import EyeIcon from './EyeIcon';
|
||||
export { EyeIcon };
|
||||
export default EyeIcon;
|
||||
1;
|
||||
//# sourceMappingURL=index.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/icons/eye/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAP,MAAoB,WAApB;AAEA,SAAS,OAAT;AACA,eAAe,OAAf;AACA","sourcesContent":["import EyeIcon from './EyeIcon';\n\nexport { EyeIcon };\nexport default EyeIcon;\n1;\n"],"sourceRoot":"","file":"index.js"}
|
||||
Reference in New Issue
Block a user