UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.42 kB
'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: 'DualScreenSpan24Filled', 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: 'M22.003 5.754a1.75 1.75 0 0 0-1.75-1.75h-7.248c-.086 0-.172.007-.255.019v7.228h4.83l-.89-1.002a.75.75 0 1 1 1.121-.997l2 2.25a.75.75 0 0 1 0 .997l-2 2.25a.75.75 0 1 1-1.12-.997l.89-1.001H12.75v7.23c.083.012.169.018.255.018h7.248a1.75 1.75 0 0 0 1.75-1.75V5.755zm-10.752 5.497H6.42l.89-1.002a.75.75 0 1 0-1.12-.997l-2 2.25a.75.75 0 0 0 0 .997l2 2.25a.75.75 0 1 0 1.12-.997l-.89-1.001h4.83v7.229c-.08.011-.162.017-.246.017H3.758a1.75 1.75 0 0 1-1.75-1.75V5.752c0-.967.783-1.75 1.75-1.75h7.247c.084 0 .166.006.246.017v7.232z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })