@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Fluent24Regular',
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: 'M12.41 2.508l.047-.006h.087l.106.021l.074.03l6 3a.5.5 0 0 1 0 .894L13.618 9l5.106 2.553a.5.5 0 0 1-.003.896l-5.757 2.837l.036 5.711a.5.5 0 0 1-.752.435l-6-3.5A.5.5 0 0 1 6 17.5l.002-11.544l.018-.097l.022-.059l.012-.025a.502.502 0 0 1 .06-.093l.066-.066l.072-.05l6.074-3.035l.085-.023zM7 12.811v4.402l4.995 2.913l-.031-4.813L7 12.811zm.617-.808l4.382 2.207l-.006-4.38l-4.376 2.173zm5.375-2.198l.007 4.348l4.377-2.156l-4.384-2.192zM7 11.192l4.374-2.172L7 6.812v4.38zm4.999-7.382L7.615 6.002l4.378 2.21l.006-4.402zm.993 4.384L17.382 6l-4.383-2.192l-.007 4.386z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})