@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 1.97 kB
JavaScript
'use strict'
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: 'Cellular4G24Regular',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<g fill="none"><path d="M12.896 3.619a.75.75 0 0 1-1.277.787a.637.637 0 0 0-.169-.133c-.147-.083-.468-.202-1.065-.092c-.408.075-.62.334-.75.667A2.101 2.101 0 0 0 9.5 5.5V6.75a1 1 0 0 0 1 1h.25a1 1 0 0 0 .968-.75h-.468a.75.75 0 1 1 0-1.5h1.25a.75.75 0 0 1 .75.75v.5a2.5 2.5 0 0 1-2.5 2.5h-.25A2.5 2.5 0 0 1 8 6.75V5.459l.004-.08a3.599 3.599 0 0 1 .235-1.077c.245-.627.783-1.396 1.875-1.597c.913-.167 1.592-.008 2.068.258c.23.129.399.275.513.397a1.714 1.714 0 0 1 .19.242l.006.01l.003.004l.001.002v.001z" fill="currentColor"></path><path d="M4.728 3.061c.596-.724 1.772-.302 1.772.636V6.5h.25a.75.75 0 0 1 0 1.5H6.5v.5a.75.75 0 1 1-1.5 0V8H3.203c-1.014 0-1.57-1.18-.926-1.963l2.45-2.976zM5 6.5V5.09L3.839 6.5h1.16z" fill="currentColor"></path><path d="M11.75 12a.75.75 0 0 1 .743.648l.007.102v7.5a.75.75 0 0 1-1.493.102L11 20.25v-7.5a.75.75 0 0 1 .75-.75z" fill="currentColor"></path><path d="M15.75 9a.75.75 0 0 1 .743.648l.007.102v10.5a.75.75 0 0 1-1.493.102L15 20.25V9.75a.75.75 0 0 1 .75-.75z" fill="currentColor"></path><path d="M3.75 18a.75.75 0 0 1 .743.648l.007.102v1.5a.75.75 0 0 1-1.493.102L3 20.25v-1.5a.75.75 0 0 1 .75-.75z" fill="currentColor"></path><path d="M19.742 6a.75.75 0 0 1 .75.64l.008.102v13.501a.75.75 0 0 1-1.492.116L19 20.258V6.757A.75.75 0 0 1 19.742 6z" fill="currentColor"></path><path d="M7.75 15a.75.75 0 0 1 .743.648l.007.102v4.499a.75.75 0 0 1-1.493.102L7 20.248V15.75a.75.75 0 0 1 .75-.75z" fill="currentColor"></path></g>', 1)]))
}
})