@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextSubscript16Filled',
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: '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 */
)
])
)
)
}
})