@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 1.87 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: 'Cellular4G24Filled',
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="M20 6a1 1 0 0 1 1 1v13a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1z" fill="currentColor"></path><path d="M16 9c.552 0 1 .446 1 .995v10.01c0 .55-.448.995-1 .995c-.553 0-1-.446-1-.995V9.995c0-.55.447-.995 1-.995z" fill="currentColor"></path><path d="M12 12a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0v-7a1 1 0 0 1 1-1z" fill="currentColor"></path><path d="M8 15c.552 0 1 .445 1 .994v4.012c0 .549-.448.994-1 .994c-.553 0-1-.445-1-.994v-4.012c0-.549.447-.994 1-.994z" fill="currentColor"></path><path d="M4 18c.552 0 1 .44 1 .984v1.032A.992.992 0 0 1 4 21c-.553 0-1-.44-1-.984v-1.032A.992.992 0 0 1 4 18z" fill="currentColor"></path></g>', 1)]))
}
})