@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.36 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: 'TextWordCount24Filled',
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 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1zm0 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1zm16 6a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1zm-3.965-.872a.501.501 0 0 0-.132.224a1 1 0 1 1-1.93-.522a2.5 2.5 0 0 1 .7-1.167c.43-.4 1.032-.663 1.796-.663C16.08 15 17 16.25 17 17.364c0 .383-.066 1.016-.466 1.584c.032.04.062.082.092.125c.248.368.374.806.374 1.29c0 .833-.268 1.54-.813 2.026c-.524.466-1.172.611-1.718.611c-.491 0-1.032-.086-1.513-.407c-.494-.33-.797-.823-.973-1.386a1 1 0 0 1 1.91-.596c.079.255.158.308.174.319c.03.02.127.07.402.07c.22 0 .337-.06.388-.105c.028-.025.143-.136.143-.531c0-.126-.028-.166-.031-.171c-.007-.01-.03-.04-.103-.075c-.172-.085-.433-.118-.652-.118a1 1 0 1 1 0-2c.28 0 .443-.047.532-.086a.347.347 0 0 0 .147-.109c.064-.085.107-.239.107-.441a.355.355 0 0 0-.104-.215c-.064-.066-.185-.149-.427-.149c-.276 0-.386.083-.434.128zm-6.222.508c0-.159.065-.335.18-.465A.446.446 0 0 1 8.33 17c.23 0 .402.113.481.24c.057.093.14.316-.089.728c-.105.189-.27.37-.522.58a9.875 9.875 0 0 1-.416.323l-.064.047c-.133.099-.28.209-.423.322c-.685.544-1.485 1.346-1.485 2.76a1 1 0 0 0 1 1H9.832a1 1 0 1 0 0-2H8.31a4.69 4.69 0 0 1 .23-.194c.117-.092.236-.18.37-.28l.07-.052c.156-.117.33-.248.5-.39c.342-.285.715-.65.99-1.143c.53-.952.533-1.956.043-2.75C10.047 15.433 9.206 15 8.331 15c-1.554 0-2.518 1.393-2.518 2.636a1 1 0 0 0 2 0zm-5.261 1.38a1 1 0 0 1-1.127-1.652c.61-.43 1.053-1.114 1.147-1.567a1 1 0 0 1 1.98.203v6a1 1 0 1 1-2 0v-2.984z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})