@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.45 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: 'TextWordCount24Regular',
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: 'M2 5.75A.75.75 0 0 1 2.75 5h18.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 5.75zm0 6.5a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75zm17 6.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75zm-16.584-.012c.21-.14.415-.3.607-.475v3.987a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-1.483-.16c-.126.578-.692 1.39-1.456 1.9a.75.75 0 0 0 .832 1.248zM8 17.523c0-.528.444-1.023.986-1.023c.407 0 .735.19.893.434c.136.21.218.566-.093 1.095c-.15.255-.376.482-.682.724c-.152.12-.316.237-.493.363l-.074.052c-.152.107-.315.222-.472.34c-.744.56-1.565 1.346-1.565 2.742c0 .414.336.75.75.75h3.451a.75.75 0 0 0 0-1.5H8.188c.16-.282.423-.525.779-.793c.137-.103.279-.203.432-.312l.078-.054c.178-.127.37-.264.557-.41c.372-.295.76-.658 1.045-1.142c.557-.948.546-1.921.057-2.672C10.67 15.4 9.841 15 8.986 15C7.508 15 6.5 16.278 6.5 17.523a.75.75 0 0 0 1.5 0zm6.471-.385a.86.86 0 0 1 .251-.397c.128-.113.356-.241.778-.241c.761 0 1 .5 1 .727c0 .245-.052.49-.19.664c-.111.14-.378.359-1.102.359a.75.75 0 0 0 0 1.5c.274 0 .652.036.935.17a.654.654 0 0 1 .264.2c.045.064.093.167.093.357c0 .488-.152.704-.28.812c-.152.128-.396.211-.72.211c-.362 0-.567-.063-.693-.142c-.11-.07-.24-.204-.345-.524a.75.75 0 0 0-1.425.469c.187.566.496 1.023.968 1.322c.458.29.982.375 1.495.375c.551 0 1.182-.138 1.687-.565c.528-.445.813-1.116.813-1.958c0-.474-.13-.888-.371-1.227a1.966 1.966 0 0 0-.258-.294a2.19 2.19 0 0 0 .113-.132c.438-.55.516-1.192.516-1.597C18 16.154 17.072 15 15.5 15c-.765 0-1.351.247-1.77.616c-.405.357-.61.789-.701 1.11a.75.75 0 1 0 1.442.412z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})