5
common/resources/client/icons/material/InsertChart.tsx
Executable file
5
common/resources/client/icons/material/InsertChart.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const InsertChartIcon = createSvgIcon(
|
||||
<path d="M9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4zm2 2H5V5h14v14zm0-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" />
|
||||
, 'InsertChartOutlinedOutlined');
|
||||
Reference in New Issue
Block a user