@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: 'TextEffects24Regular',
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.068 18.11l.017.052c.098.293.143.593.143.892c0 .68-.253 1.32-.767 1.806a2.429 2.429 0 0 1-1.723.706c-.51 0-.989-.152-1.404-.428l-.06-.04l-.057-.047a2.97 2.97 0 0 1-.806-1.055l-.012-.025l-.988-2.343H9.613l-.944 2.289c-.17.472-.471.897-.92 1.204c-.419.297-.904.445-1.407.445c-.562 0-1.234-.152-1.764-.681c-.503-.503-.682-1.138-.682-1.721c0-.204.04-.445.065-.599l.028-.168L9.669 4.63l.007-.014a2.68 2.68 0 0 1 .95-1.168a2.385 2.385 0 0 1 1.572-.412a2.54 2.54 0 0 1 1.335.427c.46.307.77.738.943 1.218l5.592 13.43zM13.074 5.216a.945.945 0 0 0-.373-.506a1.036 1.036 0 0 0-.595-.176a.896.896 0 0 0-.638.154a1.182 1.182 0 0 0-.418.528L5.44 18.812c-.029.176-.044.293-.044.352c0 .278.081.498.242.66c.162.161.396.242.704.242a.911.911 0 0 0 .55-.176a.945.945 0 0 0 .374-.506l1.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.42zm1.496 8.91l-2.574-6.16l-2.552 6.16h5.126zm-2.88-1.5h.628l-.316-.755l-.313.755z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})