@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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: 'TextChangeCase24Regular',
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.51 3a.75.75 0 0 1 .697.5l5.5 15.5a.75.75 0 0 1-1.414.5l-1.42-4h-7.117l-1.557 4.02a.75.75 0 1 1-1.398-.54l6-15.5a.75.75 0 0 1 .71-.48zm-.04 2.907L13.335 14h6.005L16.47 5.907zM5.5 10.5l.287.01c1.96.098 3.128 1.226 3.208 3.045L9 13.76v5.5a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648L7.5 19.26l-.001-.104c-.988.565-1.901.854-2.749.854c-1.838 0-3.25-1.294-3.25-3.25c0-1.724 1.188-3.005 3.16-3.244a7.529 7.529 0 0 1 2.839.21c-.01-1.108-.556-1.655-1.786-1.717c-.962-.047-1.639.088-2.035.365a.75.75 0 1 1-.861-1.228c.658-.461 1.554-.665 2.683-.645zM7.5 15.324l-.303-.09a6.058 6.058 0 0 0-2.356-.193c-1.232.15-1.84.805-1.84 1.756c0 1.096.712 1.75 1.75 1.75c.68 0 1.518-.315 2.501-.964l.248-.169v-2.09z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})