Joel Mathew Koshy

Results 3 issues of Joel Mathew Koshy

resolves #4874

CLA Signed
beta

Creating an `index.ts` file in `components/Icon` that would just import all the icon components and export them. ```js // components/Icon/index.ts import {IconCopy} from './IconCopy'; export {IconCopy}; ``` ### Why do...