@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.53 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 48 48'
}
export default defineComponent({
name: 'OpenOff48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M39.197 40.965A6.22 6.22 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75v-23.5a6.22 6.22 0 0 1 1.035-3.447l-2.669-2.67a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768l-2.67-2.67zm-1.83-1.83L8.865 10.633A3.736 3.736 0 0 0 8.5 12.25v23.5a3.75 3.75 0 0 0 3.75 3.75h23.5c.579 0 1.127-.131 1.617-.365zm4.57-2.5L39.5 34.197V27.25a1.25 1.25 0 0 1 2.5 0v8.5c0 .3-.021.596-.062.885zM11.366 6.062L13.803 8.5h6.947a1.25 1.25 0 0 0 0-2.5h-8.5c-.3 0-.596.021-.885.062zM27 7.25c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v12.5a1.25 1.25 0 1 1-2.5 0v-9.482L29.134 20.634a1.25 1.25 0 0 1-1.768-1.768L37.732 8.5H28.25c-.69 0-1.25-.56-1.25-1.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})