@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.48 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: 'TextSubscript16Regular',
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.168 3.126a.5.5 0 0 1 .706.042L6.5 7.248l3.626-4.08a.5.5 0 0 1 .748.664L7.169 8l2.848 3.204A2.53 2.53 0 0 0 10 11.5c0 .474.22.896.562 1.17a3.47 3.47 0 0 0-.186.314a.498.498 0 0 1-.25-.152L6.5 8.752l-3.626 4.08a.5.5 0 1 1-.748-.664L5.831 8L2.126 3.832a.5.5 0 0 1 .042-.706zM12 11.5a.5.5 0 0 1 1 0c0 .259-.082.391-.19.499c-.1.101-.206.168-.35.259c-.07.044-.149.094-.24.156C11.357 13 11 13.77 11 14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-1.394c.11-.252.316-.515.675-.758c.034-.024.079-.052.129-.083c.174-.11.421-.267.607-.452c.283-.283.483-.666.483-1.207a1.5 1.5 0 0 0-3 0a.5.5 0 0 0 1 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})