Commit 1cd9eed1 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Use `Icon` in `TagEditor`

parent 0c57610a
import { import {
SvgIcon, Icon,
normalizeKeyName, normalizeKeyName,
useElementShouldClose, useElementShouldClose,
} from '@hypothesis/frontend-shared'; } from '@hypothesis/frontend-shared';
...@@ -292,7 +292,7 @@ function TagEditor({ ...@@ -292,7 +292,7 @@ function TagEditor({
title={`Remove Tag: ${tag}`} title={`Remove Tag: ${tag}`}
className="TagEditor__delete" className="TagEditor__delete"
> >
<SvgIcon name="cancel" /> <Icon name="cancel" />
</button> </button>
</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