@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.66 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: 'KeyboardLayoutFloat24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M21.25 19.5a.75.75 0 0 1 .102 1.493L21.25 21H2.75a.75.75 0 0 1-.102-1.493l.102-.007h18.5zM19.745 3a2.25 2.25 0 0 1 2.25 2.25v9.505a2.25 2.25 0 0 1-2.25 2.25h-6.521a1.25 1.25 0 0 1-2.448 0H4.25A2.25 2.25 0 0 1 2 14.755V5.25A2.25 2.25 0 0 1 4.25 3h15.495zm0 1.5H4.25a.75.75 0 0 0-.75.75v9.505c0 .414.336.75.75.75h15.495a.75.75 0 0 0 .75-.75V5.25a.75.75 0 0 0-.75-.75zm-2.495 8a.75.75 0 0 1 .102 1.493L17.25 14H6.75a.75.75 0 0 1-.102-1.493l.102-.007h10.5zM16.5 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm-5.995 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm-3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm6 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zM6 6a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm2.995 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})