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.74 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: 'DualScreenDesktop24Regular', 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: 'M12.25 10a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.5a1.75 1.75 0 0 1-1.607 1.744L12.25 22h-8.5a1.75 1.75 0 0 1-1.744-1.607L2 20.25v-8.5a1.75 1.75 0 0 1 1.606-1.744L3.75 10h8.5zM7.5 11.499H3.75a.25.25 0 0 0-.243.194l-.007.057v8.5a.25.25 0 0 0 .193.243l.057.007l3.75-.001v-9zm4.75 0H8.5v9l3.75.001a.25.25 0 0 0 .243-.193l.007-.057v-8.5a.25.25 0 0 0-.193-.244l-.057-.006zM10.625 18a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493l.102-.007h.5zm-4.75 0a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493L5.375 18h.5zM19.75 2a2.25 2.25 0 0 1 2.245 2.096L22 4.25v9a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-2.746v2h1.246a.75.75 0 0 1 .102 1.493L18.25 19H15v-1.5h.504v-2H15V14h4.75a.75.75 0 0 0 .743-.648l.007-.102v-9a.75.75 0 0 0-.75-.75H6.25a.75.75 0 0 0-.743.648L5.5 4.25V9H4V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2h13.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })