5
common/resources/client/icons/material/School.tsx
Executable file
5
common/resources/client/icons/material/School.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const SchoolIcon = createSvgIcon(
|
||||
<path d="M12 3 1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm6.82 6L12 12.72 5.18 9 12 5.28 18.82 9zM17 15.99l-5 2.73-5-2.73v-3.72L12 15l5-2.73v3.72z" />
|
||||
, 'SchoolOutlined');
|
||||
Reference in New Issue
Block a user