@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.46 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: 'TextSuperscript16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.25 2.5a.25.25 0 1 1 .5 0c0 .11-.019.172-.034.208a.36.36 0 0 1-.082.114c-.046.046-.11.096-.208.161l-.146.094l-.013.008a7.182 7.182 0 0 0-.188.123c-.925.627-1.329 1.472-1.329 2.292c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5h-.933a1.983 1.983 0 0 1 .457-.367c.171-.108.46-.29.67-.5c.327-.326.556-.77.556-1.383a1.75 1.75 0 1 0-3.5 0a.75.75 0 0 0 1.5 0zm-2.01 1.215a3.508 3.508 0 0 0-.49 1.758L7.503 8l3.558 4.002a.75.75 0 0 1-1.122.996L6.5 9.128l-3.44 3.87a.75.75 0 1 1-1.12-.996L5.496 8L1.939 3.998a.75.75 0 1 1 1.122-.996L6.5 6.872l3.355-3.775c.084.233.216.443.385.618z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})