From 0f1d705bbfc7f82ca7ce39f097a631e65c4207f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tetsuaki=20Hamano=20/=20=E6=B5=9C=E9=87=8E=20=E5=93=B2?= =?UTF-8?q?=E6=98=8E?= <54422211+t-hamano@users.noreply.github.com> Date: Sat, 22 May 2021 21:58:51 +0900 Subject: [PATCH] Fix: Add unloaded components --- packages/icons/src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/icons/src/index.js b/packages/icons/src/index.js index 7e65e59008b533..71a8e7d589c9eb 100644 --- a/packages/icons/src/index.js +++ b/packages/icons/src/index.js @@ -199,6 +199,8 @@ export { default as tablet } from './library/tablet'; export { default as title } from './library/title'; export { default as tool } from './library/tool'; export { default as trash } from './library/trash'; +export { default as trendingDown } from './library/trending-down'; +export { default as trendingUp } from './library/trending-up'; export { default as typography } from './library/typography'; export { default as undo } from './library/undo'; export { default as ungroup } from './library/ungroup';