@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.87 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: 'TextEffects20Filled',
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.506 14.377l.018.052c.087.263.128.531.128.797a2.23 2.23 0 0 1-.697 1.641c-.42.41-.967.641-1.568.641c-.465 0-.9-.138-1.274-.388l-.061-.04l-.057-.047a2.635 2.635 0 0 1-.716-.934l-.012-.026l-.678-1.608H8.336l-.64 1.551a2.224 2.224 0 0 1-.833 1.087a2.204 2.204 0 0 1-1.282.405c-.493 0-1.112-.133-1.605-.626c-.466-.466-.626-1.051-.626-1.57c0-.191.035-.405.054-.52l.028-.168L7.838 3.946l.006-.014c.169-.385.44-.768.855-1.048a2.183 2.183 0 0 1 1.427-.376c.422.016.833.142 1.2.386c.42.28.7.672.857 1.101l4.323 10.382zm-5.723-9.844a.74.74 0 0 0-.29-.39a.809.809 0 0 0-.458-.137a.688.688 0 0 0-.493.12a.913.913 0 0 0-.323.407L4.884 15.04a2.084 2.084 0 0 0-.034.272c0 .216.062.386.187.51c.124.125.306.187.544.187c.158 0 .3-.045.425-.136a.703.703 0 0 0 .239-.271a.872.872 0 0 0 .05-.12l1.037-2.516h5.253l1.054 2.5c.079.17.18.305.306.407c.136.09.283.136.442.136a.72.72 0 0 0 .527-.22a.732.732 0 0 0 .238-.562c0-.113-.017-.22-.051-.323l-4.318-10.37zM9.95 6.658l1.989 4.76H7.978l1.972-4.76z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})