From fbbd0e9ebf92eca34225d18920c1ee2d4a37f561 Mon Sep 17 00:00:00 2001 From: kirtesh-xola <136308620+kirtesh-xola@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:19:36 +0530 Subject: [PATCH] feat(icons): updates BoxIcon (#313) * XS-25 feat(purchase-guests): adds `CircleCheckFilledIcon` and `WarningFilledIcon` * feat(icons): updates `BoxIcon` --- src/icons/src/BoxIcon.jsx | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/icons/src/BoxIcon.jsx b/src/icons/src/BoxIcon.jsx index fb5e144c5..0beb1c4f6 100644 --- a/src/icons/src/BoxIcon.jsx +++ b/src/icons/src/BoxIcon.jsx @@ -3,19 +3,25 @@ import { createIcon } from "./helpers/icon"; export const BoxIcon = createIcon((props) => { return ( - - - + + + + + + + + + + + + ); });