From 0ad8397713c8c1d903e803354f8219125aa73ee2 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Thu, 24 Aug 2023 11:16:08 +0300 Subject: [PATCH] update icon --- web/src/icons/Audio.jsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/web/src/icons/Audio.jsx b/web/src/icons/Audio.jsx index ff0d7fbbf..4ddc2a622 100644 --- a/web/src/icons/Audio.jsx +++ b/web/src/icons/Audio.jsx @@ -32,22 +32,19 @@ export function Snapshot({ className = 'h-6 w-6', stroke = 'currentColor', onCli ); } -export function AudioIcon({ className = 'h-6 w-6', stroke = 'currentColor', fill = 'none', onClick = () => {} }) { + +export function AudioIcon({ + className = 'h-7 w-7', + stroke = 'currentColor', + onClick = () => {}, +}) { return ( - - + className={className}> + ); }