@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: 'OpenOff16Regular',
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.879 13.586l1.267 1.268a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.414 3.12C2.152 3.517 2 3.991 2 4.5v7A2.5 2.5 0 0 0 4.5 14h7c.51 0 .983-.152 1.379-.414zm-.732-.732A1.494 1.494 0 0 1 11.5 13h-7A1.5 1.5 0 0 1 3 11.5v-7c0-.232.052-.45.146-.647l9 9zm-3.372-6.2l.571.57a.498.498 0 0 0 .277-.14L13 3.707v3.024a.5.5 0 0 0 1 0V2.5a.5.5 0 0 0-.5-.5H9.27a.5.5 0 0 0 0 1h3.023L8.916 6.377a.498.498 0 0 0-.14.277zm5.2 5.2L13 10.879v-1.61a.5.5 0 0 1 1 0V11.5c0 .12-.008.238-.025.354zm-9.829-9.83L5.121 3h1.61a.5.5 0 0 0 0-1H4.5c-.12 0-.238.008-.354.025z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})