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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/icons/check/CheckIcon.ts"],"names":[],"mappings":"AAAA,SAAS,OAAT,QAAwB,2CAAxB;AACA,SAAS,2BAAT,QAA4C,UAA5C;AAEA,eAAe,2BAA2B,CAAC,OAAD,EAAU,OAAV,CAA1C","sourcesContent":["import { faCheck } from '@fortawesome/free-solid-svg-icons/faCheck';\nimport { useFontAwesomeIconComponent } from '../utils';\n\nexport default useFontAwesomeIconComponent('Check', faCheck);\n"],"sourceRoot":"","file":"CheckIcon.js"}

3
node_modules/buetify/lib/components/icons/check/index.d.ts generated vendored Executable file
View File

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

4
node_modules/buetify/lib/components/icons/check/index.js generated vendored Executable file
View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/icons/check/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAP,MAAsB,aAAtB;AAEA,SAAS,SAAT;AAEA,eAAe,SAAf","sourcesContent":["import CheckIcon from './CheckIcon';\n\nexport { CheckIcon };\n\nexport default CheckIcon;\n"],"sourceRoot":"","file":"index.js"}