@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.46 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'OpenOff24Regular',
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: 'M3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-1.264-1.263A3.234 3.234 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25c0-.626.177-1.21.483-1.706L2.22 3.28a.75.75 0 1 1 1.06-1.06zm15.058 17.179L4.6 5.662a1.747 1.747 0 0 0-.101.588v11.5c0 .966.783 1.75 1.75 1.75h11.5c.206 0 .404-.036.588-.101zm-5.253-9.496l1.012 1.012a.752.752 0 0 0 .183-.135l5.22-5.22v4.69a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-.75-.75h-6.5a.75.75 0 0 0 0 1.5h4.69l-5.22 5.22a.75.75 0 0 0-.135.183zm7.914 7.914l-1.5-1.5V13.75a.75.75 0 0 1 1.5 0v4.067zM6.183 3.001L7.682 4.5h2.568a.75.75 0 0 0 0-1.5H6.183z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})