Co-authored-by: Joren Broekema <Joren.Broekema@ing.com> Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com> Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
export default tag =>
|
|
tag`
|
|
<svg focusable="false" viewBox="0 0 100 100">
|
|
<path d="M0,50 L100,0 V100 z"/>
|
|
</svg>
|
|
`;
|