Skip to content
Snippets Groups Projects

Hhmi accessibility

Merged Christos requested to merge hhmi-accessibility into master
Files
15
@@ -484,4 +484,10 @@ export default {
<path d="M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2M18 11H13L14.81 9.19A3.94 3.94 0 0 0 12 8A4 4 0 1 0 15.86 13H17.91A6 6 0 1 1 12 6A5.91 5.91 0 0 1 16.22 7.78L18 6Z" />{' '}
</Svg>
),
expand: ({ className }) => (
<Svg className={className} fill="none" viewBox="0 0 24 24">
<title> Expand</title>
<path d="M7 10l5 5 5-5z" />{' '}
</Svg>
),
};