UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.48 kB
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 16 16' } export default defineComponent({ name: 'HatGraduation16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.632 2.447a2.5 2.5 0 0 1 2.736 0l5.406 3.534a.5.5 0 0 1 .006.833l-5.378 3.64a2.5 2.5 0 0 1-2.803 0L2 7.343v3.157a.5.5 0 1 1-1 0v-4c0-.016 0-.033.002-.05a.502.502 0 0 1 .224-.468l5.406-3.534zM3 11.499V9.226l3.038 2.057a3.5 3.5 0 0 0 3.924 0L13 9.226V11.5a.5.5 0 0 1-.119.324L12.5 11.5l.381.324l-.001.002l-.002.002l-.006.007l-.02.022a5.456 5.456 0 0 1-.323.324c-.22.203-.542.471-.958.74c-.83.536-2.049 1.08-3.57 1.08c-1.523 0-2.741-.544-3.572-1.08a7.09 7.09 0 0 1-.959-.74a5.419 5.419 0 0 1-.322-.324l-.02-.022l-.006-.007l-.002-.002l.38-.325c-.381.323-.38.324-.38.324A.503.503 0 0 1 3 11.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })