@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.19 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextFootnote20Filled',
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: 'M17.31 3a.75.75 0 0 1 .69.748v5.503a.75.75 0 0 1-1.5 0V6.114a4.405 4.405 0 0 1-.311.228a.75.75 0 0 1-.832-1.248c.616-.411 1.063-1.062 1.16-1.506A.747.747 0 0 1 17.31 3zM10.2 15.07a.785.785 0 0 1-.2-.545V6.608c0-.219.066-.418.212-.577l.004-.004a.76.76 0 0 1 .563-.235a.74.74 0 0 1 .56.237c.15.158.22.358.22.579v2.348c.143-.14.304-.263.481-.367h.002c.397-.231.84-.345 1.324-.345c.87 0 1.588.33 2.128.986c.537.652.793 1.507.793 2.538c0 1.035-.256 1.892-.793 2.544c-.541.654-1.265.98-2.147.98c-.493 0-.943-.113-1.342-.344h-.001a2.491 2.491 0 0 1-.495-.38a.745.745 0 0 1-.766.724a.723.723 0 0 1-.54-.217l-.003-.004zm1.81-1.76c.298.372.669.55 1.13.55c.488 0 .855-.176 1.13-.529c.28-.365.434-.877.434-1.563c0-.682-.154-1.192-.435-1.557c-.275-.357-.642-.536-1.129-.536c-.46 0-.831.18-1.13.557c-.297.375-.457.88-.457 1.536c0 .661.16 1.167.456 1.542zM1.75 14.517c0 .212.085.396.243.536L2 15.06a.88.88 0 0 0 .57.19a.8.8 0 0 0 .493-.156a.917.917 0 0 0 .3-.43l.746-2.026h3.274l.751 2.025v.001a.914.914 0 0 0 .3.43a.8.8 0 0 0 .494.156c.212 0 .41-.059.568-.194a.69.69 0 0 0 .253-.539c0-.125-.035-.26-.086-.395L6.713 6.437a1.102 1.102 0 0 0-.366-.507a.966.966 0 0 0-.584-.18c-.224 0-.43.056-.605.18a1.088 1.088 0 0 0-.378.514l-2.944 7.678a1.14 1.14 0 0 0-.086.395zm5.128-3.315H4.622L5.75 8.104l1.128 3.098z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})