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