instructure-ui
instructure-ui copied to clipboard
Add lucide icons to avatar
Closes INSTUI-4864
Test: Try all these icon adding options with Avatar and check whether size and color passed to the icon correctly. Also check how changing theme impact the rendered component.
renderIcon={AlarmClockInstUIIcon} // reference to icon
renderIcon={<AlarmClockInstUIIcon />} // icon as React component
renderIcon={()=><AlarmClockInstUIIcon />} // icon as React component returned by an arrow function
PR Preview Action v1.6.3 :---: |
:rocket: View preview athttps://instructure.design/pr-preview/pr-2266/
|
Built to branch gh-pages at 2025-12-11 14:10 UTC.
Preview will be ready when the GitHub Pages deployment is complete.
@matyasf I answered the comments and did changes where they were needed, please check the PR again.