@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.69 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: 'CellularWarning24Regular',
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: 'M3.75 18.002a.75.75 0 0 1 .743.649l.007.102v1.5a.75.75 0 0 1-1.493.102L3 20.253v-1.5a.75.75 0 0 1 .75-.75zm8-6a.75.75 0 0 1 .743.647l.007.102v5.16l-1.233 2.47c-.05.1-.093.203-.13.305a.746.746 0 0 1-.13-.331L11 20.253v-7.502a.75.75 0 0 1 .75-.75zm3.513.379c.283-.568.729-.961 1.237-1.18v-1.45l-.007-.102A.75.75 0 0 0 15 9.75v3.156l.263-.526zm4.475 0l.756 1.514l-.011-7.152l-.008-.102a.745.745 0 0 0-.74-.641a.746.746 0 0 0-.735.758l.008 4.738c.293.221.545.516.73.885zM7.75 14.998a.75.75 0 0 1 .743.648l.007.102v4.5a.75.75 0 0 1-1.493.102L7 20.248v-4.5a.75.75 0 0 1 .75-.75zm8.407-2.17l-3.997 8A1.501 1.501 0 0 0 13.503 23h7.994a1.501 1.501 0 0 0 1.343-2.172l-3.997-8c-.553-1.107-2.133-1.107-2.686 0zM18 15.494v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 0 1 1 0zm-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})