in lib/octicons_react/script/build.js [12:14]
function pascalCase(str) { return str.replace(/(^|-)([a-z])/g, (_, __, c) => c.toUpperCase()) }