@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.22 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'KeyboardShift16Regular',
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: 'M8.395 2.191a.504.504 0 0 0-.789 0l-4.6 5.802h2.482a.503.503 0 0 1 .502.5V13h4.02V8.494c0-.277.225-.5.503-.5h2.48L8.395 2.19zm-1.578-.62a1.511 1.511 0 0 1 2.367 0l4.598 5.802c.52.657.05 1.621-.789 1.621h-1.978V13c0 .553-.45 1.001-1.005 1.001H5.99a1.003 1.003 0 0 1-1.005-1.001V8.994H3.007c-.84 0-1.31-.965-.789-1.62l4.6-5.803z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})