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.82 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: 'KeyboardDock24Regular', 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: 'M17.252 12h-10.5l-.101.007a.75.75 0 0 0 .101 1.493h10.5l.102-.007A.75.75 0 0 0 17.252 12zm.25-2.5a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-5.995 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-3 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm6 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-7.505-3a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm2.995 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm3 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm3 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm3 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm3-1.75a2.25 2.25 0 0 0-2.25-2.25H4.253a2.25 2.25 0 0 0-2.25 2.25v9.505a2.25 2.25 0 0 0 2.25 2.25h6.998V18h.002v1.44l-.84-.842l-.085-.072a.75.75 0 0 0-.976 1.133l2.121 2.121l.084.073a.747.747 0 0 0 .394.145h.105l.103-.014a.747.747 0 0 0 .375-.204l2.121-2.121l.073-.084a.75.75 0 0 0-.073-.977l-.084-.072a.75.75 0 0 0-.977.072l-.84.841v-2.934h6.995a2.25 2.25 0 0 0 2.25-2.25V4.75zM12.75 15.005V15h-1.5v.005H4.252a.75.75 0 0 1-.75-.75V4.75a.75.75 0 0 1 .75-.75h15.496a.75.75 0 0 1 .75.75v9.505a.75.75 0 0 1-.75.75H12.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })