5
common/resources/client/icons/material/UnfoldMore.tsx
Executable file
5
common/resources/client/icons/material/UnfoldMore.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const UnfoldMoreIcon = createSvgIcon(
|
||||
<path d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z" />
|
||||
, 'UnfoldMoreOutlined');
|
||||
Reference in New Issue
Block a user