@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.52 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: 'TextSubscript16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.002 2.94a.75.75 0 0 1 1.059.062L6.5 6.872l3.44-3.87a.75.75 0 0 1 1.12.996L7.504 8l2.374 2.67c-.082.262-.127.54-.127.83c0 .472.187.9.49 1.214a3.634 3.634 0 0 0-.195.382a.751.751 0 0 1-.106-.098L6.5 9.128l-3.44 3.87a.75.75 0 1 1-1.12-.996L5.496 8L1.939 3.998a.75.75 0 0 1 .063-1.059zM12.25 11.5a.25.25 0 1 1 .5 0c0 .11-.019.172-.034.207a.361.361 0 0 1-.082.115c-.046.046-.11.096-.208.161l-.146.094l-.013.008a7.028 7.028 0 0 0-.188.122c-.925.628-1.329 1.473-1.329 2.293c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5h-.933a1.987 1.987 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 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})