UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.38 kB
'use strict' 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: 'KeyboardShift24Regular', 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: 'M10.88 2.467a1.754 1.754 0 0 0-.224.224L2.79 12.13a1.75 1.75 0 0 0 .224 2.465l.14.105c.288.195.63.3.98.3h2.864L7 20.25c0 .967.784 1.75 1.75 1.75h6.5l.143-.005A1.75 1.75 0 0 0 17 20.25L16.999 15h2.866a1.75 1.75 0 0 0 1.344-2.87L13.344 2.69a1.75 1.75 0 0 0-2.337-.32l-.127.096zm1.312 1.185l7.865 9.438a.25.25 0 0 1-.192.41H16.25a.75.75 0 0 0-.75.75v6a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-6a.75.75 0 0 0-.75-.75H4.135a.25.25 0 0 1-.192-.41l7.865-9.438a.25.25 0 0 1 .384 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })