X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e58425d4018d5d2b3050a9ef99275b64af616c26..9c2c8aa06d5693a6e2b00e1d8ec0a8ca79098ce0:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 94374c62..523eefbd 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -67,6 +67,7 @@ import LinkOutlined from '@material-ui/icons/LinkOutlined'; // Import FontAwesome icons import { library } from '@fortawesome/fontawesome-svg-core'; import { faPencilAlt, faSlash } from '@fortawesome/free-solid-svg-icons'; +import { CropFreeSharp } from '@material-ui/icons'; library.add( faPencilAlt, faSlash, @@ -119,6 +120,7 @@ export const InputIcon: IconType = (props) => ; export const KeyIcon: IconType = (props) => ; export const LogIcon: IconType = (props) => ; export const MailIcon: IconType = (props) => ; +export const MaximizeIcon: IconType = (props) => ; export const MoreOptionsIcon: IconType = (props) => ; export const MoveToIcon: IconType = (props) => ; export const NewProjectIcon: IconType = (props) => ;