@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.57 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: 'CellularWarning24Filled',
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: 'M16 9c.552 0 1 .446 1 .995v1.054a2.46 2.46 0 0 0-1.737 1.334L15 12.91V9.995c0-.55.448-.995 1-.995zm3-2v4.493c.297.222.552.519.738.89L21 14.91V7a1 1 0 0 0-2 0zm-7.733 13.38L13 16.913V13a1 1 0 1 0-2 0v7c0 .213.067.41.18.573c.026-.064.055-.128.087-.192zM8 15c.552 0 1 .445 1 .994v4.012c0 .549-.448.994-1 .994s-1-.445-1-.994v-4.012c0-.549.448-.994 1-.994zm-4 3c.552 0 1 .44 1 .984v1.032A.992.992 0 0 1 4 21c-.552 0-1-.44-1-.984v-1.032A.992.992 0 0 1 4 18zm12.157-5.17l-3.997 7.998A1.5 1.5 0 0 0 13.503 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-7.998c-.553-1.107-2.133-1.107-2.686 0zM18 15.496v3.001a.5.5 0 0 1-1 0v-3.001a.5.5 0 0 1 1 0zm-.5 5.503a.5.5 0 1 1 0-1.001a.5.5 0 0 1 0 1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})