From 7d95c50c7ae38b98f4e6b2453cffe9e1b0956e5d Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 20 Jan 2024 01:45:54 +0800 Subject: [PATCH] Remove width/height in svg --- src/components/icon.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/icon.jsx b/src/components/icon.jsx index 96aab287..6e6cf1ae 100644 --- a/src/components/icon.jsx +++ b/src/components/icon.jsx @@ -109,6 +109,7 @@ export const ICONS = { media: () => import('@iconify-icons/mingcute/photo-album-line'), speak: () => import('@iconify-icons/mingcute/radar-line'), building: () => import('@iconify-icons/mingcute/building-5-line'), + history: () => import('@iconify-icons/mingcute/history-2-line'), }; const ICONDATA = {}; @@ -118,8 +119,8 @@ const SVGICon = moize( function ({ size, width, height, body, rotate, flip }) { return (