From 16450b9c5d622c35eb330053d85ecf704aaae226 Mon Sep 17 00:00:00 2001 From: Platon Yasev Date: Fri, 7 Apr 2023 10:20:47 +0300 Subject: [PATCH] Update icons --- src/icons/AIIcon.jsx | 42 ++++++++++-------------- src/icons/ApproveIcon.jsx | 68 ++++++++++++++------------------------- src/icons/styles.css | 2 +- 3 files changed, 43 insertions(+), 69 deletions(-) diff --git a/src/icons/AIIcon.jsx b/src/icons/AIIcon.jsx index a7d3bb9..c6fd8c6 100644 --- a/src/icons/AIIcon.jsx +++ b/src/icons/AIIcon.jsx @@ -8,42 +8,34 @@ export const AIIcon = ({ width = 24, height = 24 }) => { > - - - - + + + + - - + + - - + + - - + + - - - - - - - - - - + + ); diff --git a/src/icons/ApproveIcon.jsx b/src/icons/ApproveIcon.jsx index c2f8bcb..13fc210 100644 --- a/src/icons/ApproveIcon.jsx +++ b/src/icons/ApproveIcon.jsx @@ -7,59 +7,41 @@ export const ApproveIcon = ({ width = 24, height = 24 }) => { viewBox="-293 385 24 24" width={width} height={height} - className="ml-[2px] mt-[2px]" > - + + - - - - - - ); }; diff --git a/src/icons/styles.css b/src/icons/styles.css index acd67b9..360c383 100644 --- a/src/icons/styles.css +++ b/src/icons/styles.css @@ -26,7 +26,7 @@ } .approve-st2 { - fill: #fa0000; + fill: #ffffff; stroke: currentColor; stroke-width: 0.5; stroke-miterlimit: 10;