@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.23 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Fluent48Filled',
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: 'M25.364 5h-.216l-.126.017l-.21.057l-12.186 6.088l-.176.123l-.158.158l-.007.009c-.058.07-.109.147-.151.231l-.031.067l-.054.147l-.045.237L12 35.246c0 .445.236.856.62 1.08l12 7a1.25 1.25 0 0 0 1.88-1.087l-.07-11.266l11.373-5.605c.927-.457.93-1.778.006-2.24l-9.764-4.882l9.764-4.882c.921-.46.921-1.775 0-2.236L25.8 5.124l-.178-.072L25.364 5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})