@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.26 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowMaximizeVertical20Filled',
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: 'M9.576 1.334a.6.6 0 0 1 .849 0l2.121 2.121a.6.6 0 0 1-.848.849L10.6 3.207V7.5a.6.6 0 1 1-1.2 0V3.207L8.303 4.304a.6.6 0 0 1-.848-.849l2.121-2.121zM3.9 10a.6.6 0 0 1 .6-.6h11a.6.6 0 1 1 0 1.2h-11a.6.6 0 0 1-.6-.6zm6.7 6.794v-4.294a.6.6 0 0 0-1.2 0v4.294l-1.097-1.097a.6.6 0 0 0-.848.848l2.121 2.122a.6.6 0 0 0 .849 0l2.121-2.122a.6.6 0 1 0-.848-.848L10.6 16.795z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})