5
common/resources/client/icons/material/Toc.tsx
Executable file
5
common/resources/client/icons/material/Toc.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const TocIcon = createSvgIcon(
|
||||
<path d="M3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z" />
|
||||
, 'TocOutlined');
|
||||
Reference in New Issue
Block a user