UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.3 kB
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: 'KeyboardShiftUppercase24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16 20a1 1 0 0 1 .117 1.993L16 22H8a1 1 0 0 1-.117-1.994L8 20h8zM11.007 2.37a1.75 1.75 0 0 1 2.23.203l.107.118l7.865 9.438a1.75 1.75 0 0 1-1.2 2.865l-.144.005h-2.866L17 17.25a1.75 1.75 0 0 1-1.458 1.726l-.149.019l-.143.006h-6.5a1.75 1.75 0 0 1-1.744-1.607L7 17.25L6.999 15H4.135a1.75 1.75 0 0 1-.832-.211l-.149-.09l-.14-.105a1.75 1.75 0 0 1-.32-2.338l.097-.127l7.865-9.438l.107-.117l.117-.107l.127-.096z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })