@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.4 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: 'DocumentLandscapeSplit24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.5 6a.5.5 0 0 1 .5-.5h6.5v13H4a.5.5 0 0 1-.5-.5V6zM12 18.5v-13h2V10a2 2 0 0 0 2 2h4.5v6a.5.5 0 0 1-.5.5h-8zm3.5-11.878l3.879 3.878H16a.5.5 0 0 1-.5-.5V6.622zm5.914 3.793l-5.828-5.829A2 2 0 0 0 14.172 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6.172a.605.605 0 0 0-.007-.082a.832.832 0 0 1-.007-.059a1.977 1.977 0 0 0-.138-.624c-.024-.057-.056-.112-.087-.166a4.258 4.258 0 0 1-.053-.098a.645.645 0 0 0-.044-.08a2.072 2.072 0 0 0-.18-.219a.617.617 0 0 1-.03-.036c-.012-.017-.025-.034-.04-.049z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})