init component

This commit is contained in:
Robin COuret
2026-02-16 17:28:37 +01:00
parent 460c7a25e0
commit e0e50af706
4557 changed files with 666911 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
declare const _default: any;
export default _default;

View File

@@ -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

View File

@@ -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"}

View File

@@ -0,0 +1,3 @@
import AngleRightIcon from './AngleRightIcon';
export { AngleRightIcon };
export default AngleRightIcon;

View File

@@ -0,0 +1,4 @@
import AngleRightIcon from './AngleRightIcon';
export { AngleRightIcon };
export default AngleRightIcon;
//# sourceMappingURL=index.js.map

View File

@@ -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"}