init component
This commit is contained in:
2
node_modules/buetify/lib/components/icons/angleRight/AngleRightIcon.d.ts
generated
vendored
Executable file
2
node_modules/buetify/lib/components/icons/angleRight/AngleRightIcon.d.ts
generated
vendored
Executable file
@@ -0,0 +1,2 @@
|
||||
declare const _default: any;
|
||||
export default _default;
|
||||
4
node_modules/buetify/lib/components/icons/angleRight/AngleRightIcon.js
generated
vendored
Executable file
4
node_modules/buetify/lib/components/icons/angleRight/AngleRightIcon.js
generated
vendored
Executable 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
|
||||
1
node_modules/buetify/lib/components/icons/angleRight/AngleRightIcon.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/icons/angleRight/AngleRightIcon.js.map
generated
vendored
Executable 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"}
|
||||
3
node_modules/buetify/lib/components/icons/angleRight/index.d.ts
generated
vendored
Executable file
3
node_modules/buetify/lib/components/icons/angleRight/index.d.ts
generated
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
import AngleRightIcon from './AngleRightIcon';
|
||||
export { AngleRightIcon };
|
||||
export default AngleRightIcon;
|
||||
4
node_modules/buetify/lib/components/icons/angleRight/index.js
generated
vendored
Executable file
4
node_modules/buetify/lib/components/icons/angleRight/index.js
generated
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
import AngleRightIcon from './AngleRightIcon';
|
||||
export { AngleRightIcon };
|
||||
export default AngleRightIcon;
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/buetify/lib/components/icons/angleRight/index.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/icons/angleRight/index.js.map
generated
vendored
Executable 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"}
|
||||
Reference in New Issue
Block a user