@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.66 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'HatGraduation16Regular',
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: 'M9.368 2.448a2.5 2.5 0 0 0-2.736 0L1.226 5.982a.5.5 0 0 0-.224.47A.507.507 0 0 0 1 6.5v4a.5.5 0 0 0 1 0V7.344l1 .677v3.68c0 .12.043.235.12.325l.002.003l.006.007l.02.022l.068.074c.059.062.144.148.254.25c.22.203.543.471.959.74c.83.535 2.049 1.08 3.571 1.08c1.522 0 2.74-.545 3.571-1.08c.416-.269.739-.537.959-.74a5.456 5.456 0 0 0 .322-.324l.02-.022l.006-.007l.002-.002l.001-.002a.5.5 0 0 0 .119-.323V8.02l1.78-1.205a.45.45 0 0 0 .22-.418a.5.5 0 0 0-.227-.415L9.368 2.448zM12 8.696v2.807a6.09 6.09 0 0 1-.971.778c-.72.463-1.751.92-3.029.92s-2.31-.457-3.029-.92A6.09 6.09 0 0 1 4 11.502V8.697l2.599 1.759a2.5 2.5 0 0 0 2.802 0L12 8.696zm-8.5 3.005l-.38.324l.38-.325zm3.679-8.416a1.5 1.5 0 0 1 1.642 0L13.597 6.4L8.841 9.628a1.5 1.5 0 0 1-1.682 0l-4.757-3.22L7.18 3.285z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})