diff --git a/web/src/icons/CenterFocusString.jsx b/web/src/icons/SelectOnly.jsx similarity index 75% rename from web/src/icons/CenterFocusString.jsx rename to web/src/icons/SelectOnly.jsx index f1384a556..118009057 100644 --- a/web/src/icons/CenterFocusString.jsx +++ b/web/src/icons/SelectOnly.jsx @@ -1,7 +1,7 @@ import { h } from 'preact'; import { memo } from 'preact/compat'; -export function CenterFocusString({ className = 'h-6 w-6', stroke = 'currentColor', fill = 'none', onClick = () => {} }) { +export function SelectOnly({ className = 'h-5 w-5', stroke = 'currentColor', fill = 'none', onClick = () => {} }) { return (