UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.54 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'TextSuperscript20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15.585 3c-.466 0-.836.42-.836.864a.5.5 0 0 1-1 0c0-.921.747-1.864 1.835-1.864c.635 0 1.248.297 1.59.824c.358.55.37 1.267-.046 1.975c-.212.36-.502.633-.785.856a9.844 9.844 0 0 1-.425.313l-.06.043c-.117.083-.228.16-.335.24c-.322.244-.555.467-.677.749h2.096a.5.5 0 1 1 0 1H14.25a.5.5 0 0 1-.5-.5c0-1.037.607-1.621 1.173-2.047c.12-.09.244-.178.362-.26l.057-.041c.136-.097.263-.188.382-.282c.239-.188.421-.37.543-.578c.252-.428.193-.734.07-.923C16.2 3.158 15.921 3 15.585 3zm-2.792 1.223c.086.351.296.654.58.859L9.159 10l4.436 5.174a.5.5 0 1 1-.76.651L8.5 10.768l-4.335 5.057a.5.5 0 0 1-.76-.65L7.842 10L3.406 4.825a.5.5 0 1 1 .759-.65L8.5 9.23l4.293-5.008z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })