UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.86 kB
'use strict' 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: 'TextEffects20Regular', 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.05 14.587l-.012-.035l-4.32-10.376a1.724 1.724 0 0 0-.67-.866a1.804 1.804 0 0 0-.952-.303a1.684 1.684 0 0 0-1.116.291a1.911 1.911 0 0 0-.678.834l-.004.01l-4.382 10.62l-.019.113c-.02.121-.047.294-.047.436c0 .418.127.865.48 1.217c.37.37.843.48 1.25.48c.357 0 .7-.104.997-.315c.318-.217.532-.52.653-.857l.771-1.87h3.92l.804 1.904l.007.017c.133.284.32.548.58.76l.037.03l.04.027c.296.197.635.304.998.304c.469 0 .892-.179 1.22-.5c.365-.345.545-.798.545-1.282c0-.215-.033-.43-.103-.64zm-.898.64c0 .226-.08.413-.238.56a.72.72 0 0 1-.527.221a.782.782 0 0 1-.442-.136a1.137 1.137 0 0 1-.306-.408l-1.054-2.499H7.332l-1.037 2.516a.73.73 0 0 1-.29.391a.705.705 0 0 1-.424.136c-.238 0-.42-.062-.544-.187c-.125-.124-.187-.294-.187-.51c0-.045.01-.136.034-.272L9.219 4.533a.913.913 0 0 1 .323-.408a.688.688 0 0 1 .493-.119c.17 0 .323.045.459.136a.73.73 0 0 1 .289.391l4.318 10.37c.034.102.05.21.05.323zm-7.174-3.809h3.96L9.95 6.658l-1.972 4.76zm1.975-2.157l.484 1.157h-.963l.48-1.157z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })