@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.36 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 12 12'
}
exports.default = (0, vue_1.defineComponent)({
name: 'HatGraduation12Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M5.16 2.189a1.962 1.962 0 0 1 1.68 0l4.874 2.309a.5.5 0 0 1 .008.9l-4.85 2.406a1.962 1.962 0 0 1-1.744 0L1 5.756V8a.5.5 0 0 1-1 0V5v-.025a.502.502 0 0 1 .286-.477l4.874-2.31zM2 7.369V9a.5.5 0 0 0 .147.354l.002.003l.023.021l.06.056a6.738 6.738 0 0 0 1.012.745c.668.401 1.633.821 2.756.821c1.123 0 2.088-.42 2.757-.821a6.738 6.738 0 0 0 1.012-.745l.06-.056l.016-.016l.006-.006l.001-.001l.002-.001A.5.5 0 0 0 10 9V7.368L7.316 8.7a2.962 2.962 0 0 1-2.632 0L2 7.368z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})