From 045f329e40c930b4858c6bf49a8835b5806fa907 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: Fri, 11 Jun 2021 16:16:21 +0900 Subject: [PATCH] Fix: Add unloaded components (#32124) --- 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 29e656324f076c..f6862c18cbe37c 100644 --- a/packages/icons/src/index.js +++ b/packages/icons/src/index.js @@ -205,6 +205,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';