From 0ce3184d5803741c4a64cae7b41a0eb511193fcf Mon Sep 17 00:00:00 2001 From: Nick Leach Date: Tue, 4 Jun 2024 09:08:54 -0700 Subject: [PATCH] copy from source --- src/icon/Icons.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 20ada4b8..270b4cb4 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -1257,12 +1257,13 @@ export const Globe = () => ( //H export const HardDriveFilled = () => ( - - - - - - + + + + + + + )