X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2168b78443afc8bd1649ccd96e02fb1bce9b5243..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 => ;