@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.63 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'KeyboardShiftUppercase24Regular',
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.25 20.5a.75.75 0 0 1 .102 1.493L16.25 22h-8.5a.75.75 0 0 1-.102-1.494l.102-.006h8.5zM11.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-.096zm1.185 1.282a.25.25 0 0 0-.295-.068l-.057.036l-.032.032l-7.865 9.438a.25.25 0 0 0 .135.403l.057.006H7.75a.75.75 0 0 1 .743.649l.007.101v3a.25.25 0 0 0 .193.244l.057.007h6.5a.25.25 0 0 0 .243-.193l.007-.057v-3a.75.75 0 0 1 .648-.744l.102-.007h3.615a.25.25 0 0 0 .224-.361l-.032-.049l-7.865-9.437z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})