X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/362fec1a8b8c33498a4daf5b0fd204285f537c29..3456de80d25dfb480133bd8afd9f51cdb1d942ee:/services/workbench2/src/components/icon/icon.tsx diff --git a/services/workbench2/src/components/icon/icon.tsx b/services/workbench2/src/components/icon/icon.tsx index 8ec4c59b87..a54bc999e9 100644 --- a/services/workbench2/src/components/icon/icon.tsx +++ b/services/workbench2/src/components/icon/icon.tsx @@ -171,6 +171,13 @@ export const TerminalIcon: IconType = (props: any) => ( ) +//https://pictogrammers.com/library/mdi/icon/chevron-double-right/ +export const DoubleRightArrows: IconType = (props: any) => ( + + + +) + export type IconType = React.SFC<{ className?: string; style?: object }>; export const AddIcon: IconType = props => ;