5
common/resources/client/icons/material/Feed.tsx
Executable file
5
common/resources/client/icons/material/Feed.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const FeedIcon = createSvgIcon(
|
||||
<path d="M16 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8l-5-5zm3 16H5V5h10v4h4v10zM7 17h10v-2H7v2zm5-10H7v2h5V7zm-5 6h10v-2H7v2z" />
|
||||
, 'FeedOutlined');
|
||||
Reference in New Issue
Block a user