Commit d8f4060c authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Use `Icon` in `ShareLinks`

parent 3f3f24c9
import { SvgIcon } from '@hypothesis/frontend-shared'; import { Icon } from '@hypothesis/frontend-shared';
/** /**
* @typedef ShareLinkProps * @typedef ShareLinkProps
...@@ -22,7 +22,7 @@ function ShareLink({ label, iconName, uri }) { ...@@ -22,7 +22,7 @@ function ShareLink({ label, iconName, uri }) {
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >
<SvgIcon name={iconName} className="ShareLinks__icon" /> <Icon name={iconName} classes="ShareLinks__icon" />
</a> </a>
</li> </li>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment