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 (