init component
This commit is contained in:
Generated
Vendored
Executable
+2
@@ -0,0 +1,2 @@
|
||||
declare const _default: any;
|
||||
export default _default;
|
||||
Generated
Vendored
Executable
+4
@@ -0,0 +1,4 @@
|
||||
import { faAngleRight } from '@fortawesome/free-solid-svg-icons/faAngleRight';
|
||||
import { useFontAwesomeIconComponent } from '../utils';
|
||||
export default useFontAwesomeIconComponent('AngleRight', faAngleRight);
|
||||
//# sourceMappingURL=AngleRightIcon.js.map
|
||||
Generated
Vendored
Executable
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/icons/angleRight/AngleRightIcon.ts"],"names":[],"mappings":"AAAA,SAAS,YAAT,QAA6B,gDAA7B;AACA,SAAS,2BAAT,QAA4C,UAA5C;AAEA,eAAe,2BAA2B,CAAC,YAAD,EAAe,YAAf,CAA1C","sourcesContent":["import { faAngleRight } from '@fortawesome/free-solid-svg-icons/faAngleRight';\nimport { useFontAwesomeIconComponent } from '../utils';\n\nexport default useFontAwesomeIconComponent('AngleRight', faAngleRight);\n"],"sourceRoot":"","file":"AngleRightIcon.js"}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import AngleRightIcon from './AngleRightIcon';
|
||||
export { AngleRightIcon };
|
||||
export default AngleRightIcon;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
import AngleRightIcon from './AngleRightIcon';
|
||||
export { AngleRightIcon };
|
||||
export default AngleRightIcon;
|
||||
//# sourceMappingURL=index.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/icons/angleRight/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAP,MAA2B,kBAA3B;AAEA,SAAS,cAAT;AAEA,eAAe,cAAf","sourcesContent":["import AngleRightIcon from './AngleRightIcon';\n\nexport { AngleRightIcon };\n\nexport default AngleRightIcon;\n"],"sourceRoot":"","file":"index.js"}
|
||||
Reference in New Issue
Block a user