@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'OpenOff20Regular',
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: 'M2.854 2.146l15 15a.5.5 0 0 1-.708.708l-1.408-1.409c-.49.35-1.09.555-1.738.555H6a3 3 0 0 1-3-3V6c0-.648.205-1.248.555-1.738L2.146 2.854a.5.5 0 1 1 .708-.708zm12.162 13.577L4.276 4.984A1.99 1.99 0 0 0 4 6v8a2 2 0 0 0 2 2h8c.37 0 .718-.101 1.016-.277zm1.882-.946L16 13.88V11.5a.5.5 0 0 1 1 0V14c0 .269-.035.53-.102.777zM5.223 3.102L6.121 4H8.5a.5.5 0 0 0 0-1H6c-.269 0-.53.035-.777.102zM11 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V4.707l-4.146 4.147a.5.5 0 0 1-.708-.708L15.293 4H11.5a.5.5 0 0 1-.5-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})