@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.57 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: 'TextSuperscript24Filled',
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: 'M18.736 3.75c-.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.292-.568.419l-.078.055c-.153.108-.292.206-.426.307a4.4 4.4 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-.238.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-.321zM11.317 12l4.4-5.133c.133-.197.277-.375.425-.537a2 2 0 0 1-1.14-1.703L10 10.463L4.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.24 6.114a1 1 0 0 0 1.52-1.302L11.316 12z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})