From a9d43c8ddc55d0bb3fd339e605bf549c3bc64441 Mon Sep 17 00:00:00 2001 From: kodera123 Date: Fri, 12 Jul 2024 14:16:58 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Icon=20=E3=81=AB=20FaTableColumns=20?= =?UTF-8?q?=E3=82=92=20=E8=BF=BD=E5=8A=A0=20(#4776)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/smarthr-ui/src/components/Icon/Icon.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/smarthr-ui/src/components/Icon/Icon.tsx b/packages/smarthr-ui/src/components/Icon/Icon.tsx index 7988f6d3bc..0df182ee54 100644 --- a/packages/smarthr-ui/src/components/Icon/Icon.tsx +++ b/packages/smarthr-ui/src/components/Icon/Icon.tsx @@ -157,6 +157,7 @@ import { FaStar, FaSuitcaseMedical, FaTable, + FaTableColumns, FaTableList, FaTag, FaTags, @@ -347,6 +348,7 @@ export const FaStarIcon = /*#__PURE__*/ createIcon(FaStar) export const FaSuitcaseMedicalIcon = /*#__PURE__*/ createIcon(FaSuitcaseMedical) export const FaTableIcon = /*#__PURE__*/ createIcon(FaTable) export const FaTableListIcon = /*#__PURE__*/ createIcon(FaTableList) +export const FaTableColumnsIcon = /*#__PURE__*/ createIcon(FaTableColumns) export const FaTagIcon = /*#__PURE__*/ createIcon(FaTag) export const FaTagsIcon = /*#__PURE__*/ createIcon(FaTags) export const FaThumbtackIcon = /*#__PURE__*/ createIcon(FaThumbtack)