X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3eda00155a3d816c7e65632c7da9896ffb04faae..f5fd828741edeebb7c4d3449f474c3606b3912d4:/src/components/icon/icon.tsx diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 5f3f4e65..998cd805 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -164,6 +164,13 @@ export const CheckboxMultipleBlankOutline: IconType = (props: any) => ( ); +//https://pictogrammers.com/library/mdi/icon/console/ +export const TerminalIcon: IconType = (props: any) => ( + + + +) + export type IconType = React.SFC<{ className?: string; style?: object }>; export const AddIcon: IconType = props => ;