@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: 'DataUsageEdit24Filled',
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: 'M20 4.746a2.75 2.75 0 0 0-2.75-2.75H4.75A2.75 2.75 0 0 0 2 4.746v12.5a2.75 2.75 0 0 0 2.75 2.75h6.666l.105-.42c.162-.648.497-1.24.97-1.712l2.158-2.158a.713.713 0 0 1-.149-.436V6.729a.74.74 0 0 1 .75-.73a.74.74 0 0 1 .75.73v7.625l2.393-2.392A3.27 3.27 0 0 1 20 11.078V4.746zm-14 4C6 8.334 6.336 8 6.75 8s.75.335.75.747v6.507a.748.748 0 0 1-.75.746a.748.748 0 0 1-.75-.746V8.746zm4.25 2.984a.73.73 0 0 1 .725-.734a.73.73 0 0 1 .74.72l.035 3.547a.73.73 0 0 1-.725.733a.73.73 0 0 1-.74-.719l-.035-3.547zm8.85.939l-5.903 5.902a2.686 2.686 0 0 0-.706 1.248l-.458 1.83a1.087 1.087 0 0 0 1.319 1.319l1.83-.458a2.686 2.686 0 0 0 1.248-.706l5.902-5.903A2.286 2.286 0 0 0 19.1 12.67z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})