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.65 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'OpenFolder24Filled', 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: 'M6.747 3l10.506.002a3.752 3.752 0 0 1 3.745 3.551l.005.2v4.492a.75.75 0 0 1-1.493.102l-.007-.102V6.752c0-1.19-.925-2.165-2.096-2.245l-.154-.005L6.747 4.5a2.249 2.249 0 0 0-2.242 2.057l-.008.159l.002 10.536c.001 1.19.926 2.165 2.097 2.245l.154.005h4.496a.75.75 0 0 1 .102 1.493l-.102.007H6.75a3.752 3.752 0 0 1-3.745-3.55l-.006-.2l-.001-10.5l.004-.203a3.749 3.749 0 0 1 3.546-3.544l.2-.005zm3.194 6.002h6.055a1 1 0 0 1 .117 1.992l-.117.007h-3.58l6.544 6.542a1 1 0 0 1 .084 1.32l-.083.094a1 1 0 0 1-1.32.083l-.094-.083l-6.548-6.545v3.59a1 1 0 0 1-.884.994l-.116.006a1 1 0 0 1-.993-.883l-.007-.117v-6l.003-.085l.016-.105l.009-.046l.019-.066l.036-.099l.064-.122a.997.997 0 0 1 .147-.186l.109-.095l.122-.078l.102-.047l.088-.031l.111-.027l.116-.013h6.055h-6.055z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })