@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'OpenOff16Filled',
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: 'M12.809 13.516c-.443.305-.98.484-1.559.484h-6.5A2.75 2.75 0 0 1 2 11.25v-6.5c0-.579.179-1.116.484-1.559L1.146 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708l-1.337-1.338zm-1.102-1.102l-8.12-8.12a1.247 1.247 0 0 0-.087.456v6.5c0 .69.56 1.25 1.25 1.25h6.5c.161 0 .315-.03.457-.086zM8.53 6.409l1.061 1.06L12.5 4.562V7.25a.75.75 0 1 0 1.5 0v-4.5a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 1 0 0 1.5h2.69L8.53 6.409zm5.41 5.41l-1.44-1.44V9.75a.75.75 0 0 1 1.5 0v1.5c0 .195-.02.386-.06.57zM4.18 2.06L5.621 3.5h.629a.75.75 0 0 0 0-1.5h-1.5c-.195 0-.386.02-.57.06z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})