diff --git a/src/lib/components/icon/Icon.component.tsx b/src/lib/components/icon/Icon.component.tsx index fbf01b99e8..b1e9c05a9c 100644 --- a/src/lib/components/icon/Icon.component.tsx +++ b/src/lib/components/icon/Icon.component.tsx @@ -114,7 +114,6 @@ export const iconTable = { 'Times-circle': 'fas faTimesCircle', Toolbox: 'fas faToolbox', Cubes: 'fas faCubes', - 'File-alt': 'fas faFilesAlt', Policy: 'fas faFileSignature', Pen: 'fa faPen', Pencil: 'fas faPencilAlt', @@ -203,6 +202,8 @@ type Props = { color?: IconColor | CSSProperties['color']; ariaLabel?: string; withWrapper?: boolean; + style?: CSSProperties; + onClick?: () => void; }; const DelayedFallback = ({