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.55 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'TextSubscript24Filled', 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.76 5.65a1 1 0 0 0-1.52-1.3L10 10.462L4.76 4.35a1 1 0 1 0-1.52 1.302L8.684 12l-5.442 6.35a1 1 0 0 0 1.518 1.3L10 13.538l5.07 5.914c.148-.829.52-1.472.942-1.973L11.317 12l5.442-6.35zm1.976 9.1c-.387 0-.736.365-.736.773a1 1 0 1 1-2 0c0-1.365 1.102-2.773 2.736-2.773c.93 0 1.843.435 2.36 1.23c.548.842.546 1.918-.052 2.936c-.306.522-.722.908-1.105 1.21c-.193.152-.39.293-.568.419l-.078.055a16.88 16.88 0 0 0-.426.307a4.388 4.388 0 0 0-.41.343h1.994a1 1 0 0 1 0 2H17a1 1 0 0 1-1-1c0-1.517.902-2.367 1.664-2.941c.161-.121.328-.239.48-.346l.073-.051c.177-.126.335-.24.482-.355c.295-.233.494-.438.621-.654c.27-.46.177-.714.1-.832c-.108-.165-.352-.321-.684-.321z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })