@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.7 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: 'DesktopKeyboard24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.724 22H9.25A3.24 3.24 0 0 1 9 20.75v-4.248H4.25l-.102-.007a.75.75 0 0 1-.648-.743V5.25l.007-.102A.75.75 0 0 1 4.25 4.5h15.499l.102.007a.75.75 0 0 1 .648.743V12h.251c.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 */
)
])
)
)
}
})