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