@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.21 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Pulse32Filled',
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: 'M11.53 5a1.25 1.25 0 0 1 1.173.91l4.354 15.438l3.25-10.468a1.25 1.25 0 0 1 2.331-.147l2.167 4.767h2.945a1.25 1.25 0 1 1 0 2.5H24a1.25 1.25 0 0 1-1.138-.733l-1.141-2.51l-3.527 11.364a1.25 1.25 0 0 1-2.397-.032L11.4 10.502l-2.214 6.643A1.25 1.25 0 0 1 8 18H4.25a1.25 1.25 0 1 1 0-2.5h2.849l3.215-9.645A1.25 1.25 0 0 1 11.53 5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})