@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.15 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Alert28Filled',
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: 'M17.466 22.002a3.502 3.502 0 0 1-6.932 0h6.932zM14 3a8.501 8.501 0 0 1 8.497 8.246v.255h.004v4.112l1.414 3.644c.038.099.064.201.077.306l.01.157a1.28 1.28 0 0 1-1.15 1.274l-.13.006H5.275a1.28 1.28 0 0 1-1.235-1.62l.042-.124l1.416-3.644v-4.11A8.501 8.501 0 0 1 14 3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})