chore: Upgrade outline-icons (typescript)

This commit is contained in:
Tom Moor
2021-12-03 17:32:19 -06:00
parent 7c37724f88
commit e4f0ef6ddf
9 changed files with 11 additions and 18 deletions

View File

@@ -24,12 +24,7 @@ function SearchInput({ defaultValue, ...rest }: Props) {
return (
<Wrapper align="center">
<StyledIcon
type="Search"
size={46}
color={theme.textTertiary}
onClick={focusInput}
/>
<StyledIcon size={46} color={theme.textTertiary} onClick={focusInput} />
<StyledInput
{...rest}
defaultValue={defaultValue}