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 { faCheck } from '@fortawesome/free-solid-svg-icons/faCheck';
|
||||
import { useFontAwesomeIconComponent } from '../utils';
|
||||
export default useFontAwesomeIconComponent('Check', faCheck);
|
||||
//# sourceMappingURL=CheckIcon.js.map
|
||||
+1
@@ -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
@@ -0,0 +1,3 @@
|
||||
import CheckIcon from './CheckIcon';
|
||||
export { CheckIcon };
|
||||
export default CheckIcon;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
import CheckIcon from './CheckIcon';
|
||||
export { CheckIcon };
|
||||
export default CheckIcon;
|
||||
//# sourceMappingURL=index.js.map
|
||||
+1
@@ -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"}
|
||||
Reference in New Issue
Block a user