@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextCaseUppercase20Regular',
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: 'M6.957 3.836a.5.5 0 0 0-.94-.013L3.293 11h-.02v.054l-1.24 3.269a.5.5 0 0 0 .935.354L3.984 12h4.754l.926 2.664a.5.5 0 1 0 .945-.328l-3.652-10.5zM4.363 11l2.1-5.537L8.39 11H4.363zM11.5 3.75a.5.5 0 0 0-.5.5V14.5a.5.5 0 0 0 .5.5h2.75a3.25 3.25 0 0 0 1.293-6.233a2.875 2.875 0 0 0-1.918-5.017H11.5zm4 2.875c0 1.036-.84 1.875-1.875 1.875H12V4.75h1.625c1.036 0 1.875.84 1.875 1.875zM14.25 14H12V9.5h2.25a2.25 2.25 0 0 1 0 4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})