5
common/resources/client/icons/material/ArrowBack.tsx
Executable file
5
common/resources/client/icons/material/ArrowBack.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const ArrowBackIcon = createSvgIcon(
|
||||
<path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" />
|
||||
, 'ArrowBackOutlined');
|
||||
Reference in New Issue
Block a user