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.31 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: 'KeyboardShiftUppercase24Filled', 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: '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 */ ) ]) ) ) } })