aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/EduIcon.vue
blob: a7d040555ac76f6aa1a8b16c6485fca9340185c7 (plain)
1
2
3
4
5
6
7
8
<template>
<svg viewBox="0 0 512 512">
	<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"
		d="M32 192L256 64l224 128-224 128L32 192z"/>
	<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"
		d="M112 240v128l144 80 144-80V240M480 368V192M256 320v128"/>
</svg>
</template>