@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.4 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: 'OpenOff28Filled',
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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-1.472-1.471A3.98 3.98 0 0 1 21 25H7a4 4 0 0 1-4-4V7c0-.834.255-1.607.691-2.248L2.22 3.28a.75.75 0 1 1 1.06-1.06zm18.5 20.622L5.159 6.219C5.056 6.459 5 6.723 5 7v14a2 2 0 0 0 2 2h14c.277 0 .54-.056.78-.158zM6.253 3.07L8.182 5H11.5a1 1 0 1 0 0-2H7c-.256 0-.506.024-.748.07zM24.93 21.748L23 19.818V16.5a1 1 0 1 1 2 0V21c0 .256-.024.506-.07.748zM15.5 4a1 1 0 0 1 1-1H24a1 1 0 0 1 1 1v7.5a1 1 0 1 1-2 0V6.414l-5.793 5.793a1 1 0 1 1-1.414-1.414L21.586 5H16.5a1 1 0 0 1-1-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})