Skip to content

Commit a752cad

Browse files
authored
feat: add new icons: FaAt (#5835)
1 parent 9ee31b1 commit a752cad

File tree

1 file changed

+2
-0
lines changed
  • packages/smarthr-ui/src/components/Icon

1 file changed

+2
-0
lines changed

packages/smarthr-ui/src/components/Icon/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import {
1919
FaArrowUpWideShort,
2020
FaArrowsRotate,
2121
FaAsterisk,
22+
FaAt,
2223
FaBabyCarriage,
2324
FaBan,
2425
FaBars,
@@ -221,6 +222,7 @@ export const FaArrowUpIcon = /*#__PURE__*/ generateIcon(FaArrowUp)
221222
export const FaArrowUpWideShortIcon = /*#__PURE__*/ generateIcon(FaArrowUpWideShort)
222223
export const FaArrowsRotateIcon = /*#__PURE__*/ generateIcon(FaArrowsRotate)
223224
export const FaAsteriskIcon = /*#__PURE__*/ generateIcon(FaAsterisk)
225+
export const FaAtIcon = /*#__PURE__*/ generateIcon(FaAt)
224226
export const FaBabyCarriageIcon = /*#__PURE__*/ generateIcon(FaBabyCarriage)
225227
export const FaBanIcon = /*#__PURE__*/ generateIcon(FaBan)
226228
export const FaBarsIcon = /*#__PURE__*/ generateIcon(FaBars)

0 commit comments

Comments
 (0)