From 6d866d578c5c3ad1da87874fd2a858a855440ad1 Mon Sep 17 00:00:00 2001 From: kirtesh-xola Date: Thu, 7 Mar 2024 11:39:33 +0530 Subject: [PATCH] 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 ( - - - + + + + + + + + + + + + ); });