@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.47 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'OpenOff20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.854 2.146l15 15a.5.5 0 0 1-.708.708l-1.479-1.48c-.537.394-1.2.626-1.917.626h-7.5A3.25 3.25 0 0 1 3 13.75v-7.5c0-.717.232-1.38.626-1.917l-1.48-1.48a.5.5 0 1 1 .708-.707zM14.582 15.29L4.71 5.417c-.134.248-.21.532-.21.833v7.5c0 .966.784 1.75 1.75 1.75h7.5c.301 0 .585-.076.832-.21zm-4.017-6.846l.991.99a.748.748 0 0 0 .224-.154l3.72-3.72v3.19a.75.75 0 0 0 1.5 0v-5a.75.75 0 0 0-.75-.75h-5a.75.75 0 0 0 0 1.5h3.19l-3.72 3.72a.75.75 0 0 0-.155.224zm6.285 6.285l-1.35-1.35V11.75a.75.75 0 0 1 1.5 0v2c0 .341-.052.67-.15.979zM5.271 3.15l1.35 1.35H8.25a.75.75 0 0 0 0-1.5h-2c-.341 0-.67.053-.979.15z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})