@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.42 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'TextSuperscript16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12 2.5a.5.5 0 0 1 1 0c0 .259-.082.391-.19.499a1.895 1.895 0 0 1-.35.259c-.07.044-.149.094-.24.156C11.357 4 11 4.77 11 5.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-1.394c.11-.252.316-.515.675-.758a4.92 4.92 0 0 1 .129-.083c.174-.11.421-.267.607-.452C13.8 3.424 14 3.04 14 2.5a1.5 1.5 0 0 0-3 0a.5.5 0 0 0 1 0zm-2 2c0-.507.118-1.01.357-1.48a.498.498 0 0 0-.23.148L6.5 7.248l-3.626-4.08a.5.5 0 0 0-.748.664L5.831 8l-3.705 4.168a.5.5 0 0 0 .748.664L6.5 8.752l3.626 4.08a.5.5 0 1 0 .748-.664L7.169 8l2.858-3.215A1.509 1.509 0 0 1 10 4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})