@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.04 kB
JavaScript
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: 'KeyboardLayoutResize24Regular',
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: 'M13.25 10.5a2.25 2.25 0 0 1 2.245 2.096l.005.154v7a2.25 2.25 0 0 1-2.096 2.245L13.25 22h-9a2.25 2.25 0 0 1-2.245-2.096L2 19.75v-7a2.25 2.25 0 0 1 2.096-2.245l.154-.005h9zm8 0a.75.75 0 0 1 .743.648l.007.102v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 22h-2a.75.75 0 0 1-.102-1.493l.102-.007h2a.75.75 0 0 0 .743-.648l.007-.102v-8.5a.75.75 0 0 1 .75-.75zm-8 1.5h-9a.75.75 0 0 0-.743.648l-.007.102v7c0 .38.282.694.648.743l.102.007h9a.75.75 0 0 0 .743-.648L14 19.75v-7a.75.75 0 0 0-.75-.75zm-2.5 5.5a.75.75 0 0 1 .75.75c0 .38-.34.75-.75.75h-4a.75.75 0 0 1-.75-.75c0-.38.34-.75.75-.75h4zM6 13.5a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm5.5 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm-2.75 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zM21.25 2a.755.755 0 0 1 .326.074l.043.023a.75.75 0 0 1 .082.054l.08.069l.051.057l.01.014l.035.048a.745.745 0 0 1 .116.31L22 2.75v5a.75.75 0 0 1-1.493.102L20.5 7.75V4.56l-4.47 4.47a.75.75 0 0 1-1.133-.976l.073-.084l4.468-4.47H16.25a.75.75 0 0 1-.743-.648L15.5 2.75a.75.75 0 0 1 .648-.743L16.25 2h5zm-8.5 0a.75.75 0 0 1 .102 1.493l-.102.007h-8.5a.75.75 0 0 0-.743.648L3.5 4.25v4a.75.75 0 0 1-1.493.102L2 8.25v-4a2.25 2.25 0 0 1 2.096-2.245L4.25 2h8.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})