UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.64 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'FolderGlobe16Filled', 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: 'M7.175 3h.032l-1.65 1.5H2V4a2 2 0 0 1 2-2h1.75a.5.5 0 0 1 .312.11L7.175 3zM6.086 5.37L8.693 3H12a2 2 0 0 1 2 2v1.257A5.5 5.5 0 0 0 5.207 12H4a2 2 0 0 1-2-2V5.5h3.75a.5.5 0 0 0 .336-.13zm5.271 8.605c.335-.737.578-1.776.632-2.975H9.01c.054 1.2.296 2.238.631 2.975c.422.928.8 1.025.858 1.025c.057 0 .435-.097.857-1.025zm-2.47.727A4.504 4.504 0 0 1 6.027 11H8.01c.06 1.482.389 2.794.877 3.702zM6.027 10H8.01c.06-1.482.389-2.794.877-3.702A4.504 4.504 0 0 0 6.027 10zM10.5 6c-.057 0-.436.097-.858 1.025c-.335.737-.577 1.776-.631 2.975h2.978c-.054-1.2-.297-2.238-.632-2.975C10.935 6.097 10.557 6 10.5 6zm1.613.298A4.504 4.504 0 0 1 14.973 10H12.99c-.061-1.482-.389-2.794-.877-3.702zM14.973 11a4.504 4.504 0 0 1-2.86 3.702c.488-.908.816-2.22.877-3.702h1.982z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })