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.61 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: 'DesktopKeyboard24Filled', 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: 'M6.724 22H9.25A3.24 3.24 0 0 1 9 20.75v-5.5A3.25 3.25 0 0 1 12.25 12h8.5c.442 0 .864.088 1.249.249V5.25l-.005-.154A2.25 2.25 0 0 0 19.749 3H4.25l-.154.005A2.25 2.25 0 0 0 2 5.25v10.502l.005.154A2.25 2.25 0 0 0 4.148 18H4v.002h3.499V20.5H5.75l-.102.007A.75.75 0 0 0 5.724 22h1zM10 15.25A2.25 2.25 0 0 1 12.25 13h8.5A2.25 2.25 0 0 1 23 15.25v5.5A2.25 2.25 0 0 1 20.75 23h-8.5A2.25 2.25 0 0 1 10 20.75v-5.5zm4 .25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0zm3.5 0a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0zm2.5.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zM19.25 18a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0zm-4.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm-2 2c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0-.75.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })