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 { faAngleLeft } from '@fortawesome/free-solid-svg-icons/faAngleLeft';
import { useFontAwesomeIconComponent } from '../utils';
export default useFontAwesomeIconComponent('AngleLeft', faAngleLeft);
//# sourceMappingURL=AngleLeftIcon.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/icons/angleLeft/AngleLeftIcon.ts"],"names":[],"mappings":"AAAA,SAAS,WAAT,QAA4B,+CAA5B;AACA,SAAS,2BAAT,QAA4C,UAA5C;AAEA,eAAe,2BAA2B,CAAC,WAAD,EAAc,WAAd,CAA1C","sourcesContent":["import { faAngleLeft } from '@fortawesome/free-solid-svg-icons/faAngleLeft';\nimport { useFontAwesomeIconComponent } from '../utils';\n\nexport default useFontAwesomeIconComponent('AngleLeft', faAngleLeft);\n"],"sourceRoot":"","file":"AngleLeftIcon.js"}

View File

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

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/icons/angleLeft/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAP,MAA0B,iBAA1B;AAEA,SAAS,aAAT;AAEA,eAAe,aAAf","sourcesContent":["import AngleLeftIcon from './AngleLeftIcon';\n\nexport { AngleLeftIcon };\n\nexport default AngleLeftIcon;\n"],"sourceRoot":"","file":"index.js"}