@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.24 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextFootnote24Filled',
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: 'M20.023 7.542a5.21 5.21 0 0 1-.218.154a1 1 0 1 1-1.11-1.664c.724-.483 1.241-1.244 1.35-1.745a1 1 0 0 1 1.978.213V11a1 1 0 1 1-2 0V7.542zM2.111 17.974l-.008-.007a1.021 1.021 0 0 1-.353-.78c0-.182.05-.366.114-.535v-.002L5.3 7.693c.106-.277.271-.522.514-.695a1.4 1.4 0 0 1 .827-.248c.289 0 .566.076.805.25c.234.173.394.414.498.684l3.443 8.968c.064.17.114.353.114.534c0 .316-.134.588-.368.788h-.001c-.23.196-.51.276-.797.276c-.249 0-.493-.066-.702-.224a1.274 1.274 0 0 1-.42-.596l-.825-2.228h-3.53l-.819 2.225v.002c-.084.23-.216.442-.42.597a1.142 1.142 0 0 1-.702.224c-.288 0-.565-.08-.797-.27l-.008-.006zm5.532-4.864l-1.018-2.796l-1.018 2.796h2.036zm4.107 4.037c0 .283.085.557.288.778l.007.008c.214.223.493.317.78.317a1.086 1.086 0 0 0 1.02-.665c.11.085.224.163.346.235h.002c.5.29 1.062.43 1.67.43c1.087 0 1.991-.405 2.665-1.217v-.002c.666-.808.974-1.859.974-3.1c0-1.238-.308-2.286-.973-3.094c-.672-.816-1.568-1.226-2.644-1.226c-.598 0-1.151.141-1.65.43l-.002.001c-.085.05-.168.104-.248.161V7.91c0-.302-.095-.59-.313-.818a1.071 1.071 0 0 0-.804-.342c-.308 0-.59.111-.808.338l-.007.008c-.212.23-.303.516-.303.814v9.237zm5.488-3.216c0 .77-.173 1.318-.464 1.696c-.277.357-.643.537-1.152.537c-.473 0-.847-.179-1.156-.564c-.31-.391-.488-.932-.488-1.67c0-.732.178-1.27.488-1.662c.31-.39.684-.57 1.156-.57c.508 0 .873.18 1.152.543c.29.378.464.924.464 1.69z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})