@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.55 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'DataUsage24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M18.25 2.996A2.75 2.75 0 0 1 21 5.746v12.5a2.75 2.75 0 0 1-2.75 2.75H5.75A2.75 2.75 0 0 1 3 18.246v-12.5a2.75 2.75 0 0 1 2.75-2.75h12.5zm0 1.5H5.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25v-12.5c0-.69-.56-1.25-1.25-1.25zM7.75 9c.38 0 .693.281.743.646l.007.101v6.507a.748.748 0 0 1-.75.746a.749.749 0 0 1-.743-.645L7 16.253V9.746C7 9.334 7.336 9 7.75 9zm8.5-2c.38 0 .694.275.743.63l.007.1v8.541a.74.74 0 0 1-.75.73a.744.744 0 0 1-.743-.631l-.007-.099V7.729a.74.74 0 0 1 .75-.73zm-4.275 4.997a.73.73 0 0 1 .732.62l.008.1l.035 3.547a.73.73 0 0 1-.725.733a.731.731 0 0 1-.732-.62l-.008-.099l-.035-3.547a.73.73 0 0 1 .725-.734z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})