@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 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 20 20'
}
export default defineComponent({
name: 'HatGraduation20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M4 14.5v-3.335l4.008 2.301a4 4 0 0 0 3.984 0l4.008-2.3V14.5a.5.5 0 0 1-.146.354l-.002.001l-.002.003l-.007.006l-.023.022l-.08.074c-.07.061-.17.147-.301.248a8.103 8.103 0 0 1-1.141.733A9.092 9.092 0 0 1 10 17.001a9.092 9.092 0 0 1-4.298-1.06a8.099 8.099 0 0 1-1.14-.733a5.728 5.728 0 0 1-.382-.322l-.023-.022A.513.513 0 0 1 4 14.5zm14.749-6.066l-7.255 4.165a3 3 0 0 1-2.988 0L2 8.864V13.5a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .262-.44l7.244-4.159a2.997 2.997 0 0 1 2.988 0l7.255 4.166a.5.5 0 0 1 0 .867z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})