Skip to content
Mike Jacobs edited this page Mar 17, 2022 · 1 revision
import { Icon } from 'hc-mobile-app-ui';
import { IconCampus } from 'hc-app-icons';

render() {
    return(
        <Icon file={IconCampus} size={24} color={colors.background.default}/>
    )
}

Clone this wiki locally