Skip to content

Commit

Permalink
feat: Icon に FaTableColumns を 追加 (#4776)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodera123 authored Jul 12, 2024
1 parent 49c2f4a commit a9d43c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/smarthr-ui/src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ import {
FaStar,
FaSuitcaseMedical,
FaTable,
FaTableColumns,
FaTableList,
FaTag,
FaTags,
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a9d43c8

Please sign in to comment.