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.62 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: 'TextSubscript20Filled', 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: 'M13.783 4.988a.75.75 0 0 0-1.139-.976L8.5 8.848L4.355 4.012a.75.75 0 1 0-1.14.976L7.513 10l-4.296 5.012a.75.75 0 0 0 1.139.976l4.144-4.835l3.85 4.49c.132-.542.382-.98.665-1.333c-.351-.24-.61-.604-.714-1.029l-2.813-3.28l4.296-5.013zm1.552 7.262c-.31 0-.586.29-.586.614a.75.75 0 0 1-1.5 0c0-1.04.841-2.114 2.086-2.114c.71 0 1.405.332 1.8.938c.416.64.416 1.46-.04 2.237c-.235.4-.553.694-.847.926c-.147.117-.298.225-.436.322l-.06.042c-.118.084-.225.159-.328.237a3.17 3.17 0 0 0-.351.298h1.62a.75.75 0 0 1 0 1.5H14.05a.734.734 0 0 1-.052 0a.75.75 0 0 1-.75-.75c0-1.158.688-1.807 1.273-2.247c.123-.093.251-.183.368-.265l.057-.04a8.7 8.7 0 0 0 .371-.274c.228-.18.383-.34.483-.508c.21-.36.14-.562.076-.66c-.087-.133-.28-.256-.542-.256z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })