X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e9856c5b1fc9162ce1f105fee49e2a80d69dd397..79d2927c497c924e9b15545d44b860627e8f8a7c:/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 1ba88d25b2..08c2e8f454 100644 --- a/services/workbench2/src/components/icon/icon.tsx +++ b/services/workbench2/src/components/icon/icon.tsx @@ -179,6 +179,13 @@ export const DoubleRightArrows: IconType = (props: any) => ( ) +//https://pictogrammers.com/library/memory/icon/box-light-vertical/ +export const VerticalLineDivider: IconType = (props: any) => ( + + + +) + export type IconType = React.SFC<{ className?: string; style?: object }>; export const AddIcon: IconType = props => ;