4 lines
249 B
JavaScript
Executable File
4 lines
249 B
JavaScript
Executable File
import { faAngleRight } from '@fortawesome/free-solid-svg-icons/faAngleRight';
|
|
import { useFontAwesomeIconComponent } from '../utils';
|
|
export default useFontAwesomeIconComponent('AngleRight', faAngleRight);
|
|
//# sourceMappingURL=AngleRightIcon.js.map
|