File tree Expand file tree Collapse file tree
packages/smarthr-ui/src/components/Icon Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ import {
5858 FaCircleExclamation ,
5959 FaCircleInfo ,
6060 FaCircleMinus ,
61+ FaCirclePlay ,
6162 FaCirclePlus ,
6263 FaCircleQuestion ,
6364 FaCircleUser ,
@@ -264,6 +265,7 @@ export const FaCircleExclamationIcon = /*#__PURE__*/ generateIcon(FaCircleExclam
264265export const FaCircleIcon = /*#__PURE__*/ generateIcon ( FaCircle )
265266export const FaCircleInfoIcon = /*#__PURE__*/ generateIcon ( FaCircleInfo )
266267export const FaCircleMinusIcon = /*#__PURE__*/ generateIcon ( FaCircleMinus )
268+ export const FaCirclePlayIcon = /*#__PURE__*/ generateIcon ( FaCirclePlay )
267269export const FaCirclePlusIcon = /*#__PURE__*/ generateIcon ( FaCirclePlus )
268270export const FaCircleQuestionIcon = /*#__PURE__*/ generateIcon ( FaCircleQuestion )
269271export const FaCircleUserIcon = /*#__PURE__*/ generateIcon ( FaCircleUser )
You can’t perform that action at this time.
0 commit comments