@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.27 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowMinimize28Filled',
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: 'M4 15h8a1 1 0 0 1 .993.883L13 16v8a1 1 0 0 1-1.993.117L11 24v-5.587l-7.293 7.294a1 1 0 0 1-1.497-1.32l.083-.094L9.585 17H4a1 1 0 0 1-.993-.883L3 16a1 1 0 0 1 .883-.993L4 15h8h-8zM25.707 2.293a1 1 0 0 1 .083 1.32l-.083.094L18.413 11H24a1 1 0 0 1 .993.883L25 12a1 1 0 0 1-.883.993L24 13h-8a1 1 0 0 1-.993-.883L15 12V4a1 1 0 0 1 1.993-.117L17 4v5.585l7.293-7.292a1 1 0 0 1 1.414 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})