There are scripts that parse file from Google's material-design-icons repository and create TypeScript constants for convinient usage icon names in your projects.
npm:
npm i google-icon-names
import { msAccountCircle } from 'google-icon-names';
console.log(msAccountCircle); // account_circle