@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.81 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: 'KeyboardDock24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})