@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.55 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: 'HatGraduation20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.506 3.401a3 3 0 0 1 2.988 0l7.255 4.166a.5.5 0 0 1 0 .867L16 10.012V14.5a.5.5 0 0 1-.146.354l-.002.001l-.002.003l-.007.006l-.023.022l-.08.074c-.07.061-.17.147-.301.248a8.104 8.104 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.1 8.1 0 0 1-1.14-.733a5.832 5.832 0 0 1-.382-.322A.532.532 0 0 1 4 14.5v-4.488L2 8.864V13.5a.5.5 0 1 1-1 0V8a.5.5 0 0 1 .26-.439l7.246-4.16zm2.988 9.198a3 3 0 0 1-2.988 0L5 10.586v3.691a7.11 7.11 0 0 0 1.173.782c.88.47 2.175.941 3.827.941a8.093 8.093 0 0 0 3.827-.94A7.106 7.106 0 0 0 15 14.276v-3.69l-3.506 2.012zm-.498-8.33a2 2 0 0 0-1.992 0L2.504 8l6.5 3.732a2 2 0 0 0 1.992 0L17.496 8l-6.5-3.732z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})