From 4e6aacfb4c9ea22847dca255a06070c3022bcb99 Mon Sep 17 00:00:00 2001 From: Daniel <47092714+Daniel-dev22@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:12:56 -0400 Subject: [PATCH] Rename icon and make it smaller --- web/src/icons/{CenterFocusString.jsx => SelectOnly.jsx} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename web/src/icons/{CenterFocusString.jsx => SelectOnly.jsx} (75%) 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 (