@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
31 lines (30 loc) • 1.53 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'CastForEducationRound',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M19.2 8.56l-4.22-2.3c-.3-.16-.66-.16-.96 0L9.8 8.56a.5.5 0 0 0 0 .88l4.22 2.3c.3.16.66.16.96 0l4.22-2.3c.34-.19.34-.69 0-.88zM21 3H3c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1s1-.45 1-1V6c0-.55.45-1 1-1h16c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6.98 9.74L11 11.09v1.41c0 .37.2.7.52.88l2.5 1.36c.3.16.66.16.96 0l2.5-1.36c.32-.18.52-.52.52-.88v-1.41l-3.02 1.65c-.3.16-.66.16-.96 0zM1 18v3h3c0-1.66-1.34-3-3-3zm1.14-3.91c-.6-.1-1.14.39-1.14 1c0 .49.36.9.85.98c2.08.36 3.72 2 4.08 4.08c.08.49.49.85.98.85c.61 0 1.09-.54 1-1.14a6.997 6.997 0 0 0-5.77-5.77zm-.04-4.04c-.59-.05-1.1.41-1.1 1c0 .51.38.94.88.99c4.27.41 7.67 3.81 8.08 8.08c.05.5.48.87.99.87c.6 0 1.06-.52 1-1.11c-.53-5.19-4.66-9.31-9.85-9.83z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})