@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.63 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'DocumentMultiplePercent24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.25 3.5a.75.75 0 0 0-.75.75v7.377a3.482 3.482 0 0 0-1.5-.592V4.25A2.25 2.25 0 0 1 6.25 2h4.381a2.25 2.25 0 0 1 1.591.659l4.619 4.619c.422.422.659.994.659 1.59v8.382a2.25 2.25 0 0 1-2.25 2.25h-2.395a3.5 3.5 0 0 0-.905-1.5h3.3a.75.75 0 0 0 .75-.75V8.998h-3.246a2.25 2.25 0 0 1-2.25-2.25V3.5H6.25zm5.754 1.062v2.186c0 .414.336.75.75.75h2.185l-2.935-2.936zM15.25 22h-2.588c.216-.455.337-.963.337-1.5h2.25a3.25 3.25 0 0 0 3.25-3.25V8.937l.842.84c.422.423.659.995.659 1.592v5.881A4.75 4.75 0 0 1 15.25 22zM3.5 17a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zm0-3.5a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm6 9.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zm0-3.5a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm1.28-5.22a.75.75 0 1 0-1.06-1.06l-7.5 7.5a.75.75 0 1 0 1.06 1.06l7.5-7.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})