@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.91 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: 'TextEffects24Filled',
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: 'M20.537 17.934l.023.07c.115.346.169.7.169 1.05c0 .808-.305 1.58-.92 2.166a2.928 2.928 0 0 1-2.07.846a3.01 3.01 0 0 1-1.682-.512l-.081-.054l-.076-.062a3.47 3.47 0 0 1-.942-1.23l-.016-.034l-.863-2.046H9.947l-.811 1.97a2.937 2.937 0 0 1-1.1 1.433a2.91 2.91 0 0 1-1.694.535c-.647 0-1.465-.175-2.118-.828c-.616-.616-.828-1.39-.828-2.074c0-.253.047-.534.072-.681l.037-.224L9.21 4.434l.008-.02a3.179 3.179 0 0 1 1.127-1.38a2.884 2.884 0 0 1 1.883-.498a3.04 3.04 0 0 1 1.582.51c.554.37.925.886 1.132 1.452l5.595 13.436zM13.075 5.216a.997.997 0 0 0-.215-.371a.901.901 0 0 0-.16-.135a1.047 1.047 0 0 0-.593-.176a.89.89 0 0 0-.638.154a1.182 1.182 0 0 0-.418.528L5.44 18.812c-.03.176-.045.293-.045.352c0 .278.081.498.242.66c.162.161.396.242.704.242a.911.911 0 0 0 .55-.176a.91.91 0 0 0 .31-.351c.025-.049.046-.1.064-.155l1.342-3.256h6.798l1.364 3.234c.103.22.235.396.396.528c.177.117.367.176.572.176a.931.931 0 0 0 .683-.286a.948.948 0 0 0 .308-.726c0-.147-.023-.286-.066-.418l-5.588-13.42zm-1.079 2.75l2.574 6.16H9.444l2.552-6.16z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})