@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.4 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: 'DocumentPercent24Filled',
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: 'M12 8V2H6a2 2 0 0 0-2 2v7.035A3.5 3.5 0 0 1 7 14.5v.025l2.013-2.012a1.75 1.75 0 1 1 2.474 2.474L9.475 17H9.5a3.5 3.5 0 0 1 3.163 5H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2zm-6.873 8.398A2.492 2.492 0 0 1 3.5 17a2.5 2.5 0 1 1 1.627-.602zM4 13.634a1 1 0 1 0-1 1.732a1 1 0 0 0 1-1.732zm6.78.646a.75.75 0 1 0-1.06-1.06l-7.5 7.5a.75.75 0 1 0 1.06 1.06l7.5-7.5zM7 20.5A2.496 2.496 0 0 0 9.5 23a2.496 2.496 0 0 0 2.5-2.5a2.5 2.5 0 0 0-5 0zm3.5 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm3-12.5V2.5l6 6H14a.5.5 0 0 1-.5-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})