File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/smarthr-ui/src/components/Icon Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import {
19
19
FaArrowUpWideShort ,
20
20
FaArrowsRotate ,
21
21
FaAsterisk ,
22
+ FaAt ,
22
23
FaBabyCarriage ,
23
24
FaBan ,
24
25
FaBars ,
@@ -221,6 +222,7 @@ export const FaArrowUpIcon = /*#__PURE__*/ generateIcon(FaArrowUp)
221
222
export const FaArrowUpWideShortIcon = /*#__PURE__*/ generateIcon ( FaArrowUpWideShort )
222
223
export const FaArrowsRotateIcon = /*#__PURE__*/ generateIcon ( FaArrowsRotate )
223
224
export const FaAsteriskIcon = /*#__PURE__*/ generateIcon ( FaAsterisk )
225
+ export const FaAtIcon = /*#__PURE__*/ generateIcon ( FaAt )
224
226
export const FaBabyCarriageIcon = /*#__PURE__*/ generateIcon ( FaBabyCarriage )
225
227
export const FaBanIcon = /*#__PURE__*/ generateIcon ( FaBan )
226
228
export const FaBarsIcon = /*#__PURE__*/ generateIcon ( FaBars )
You can’t perform that action at this time.
0 commit comments