@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.49 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: 'OpenOff48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M39.127 40.895A6.47 6.47 0 0 1 35.5 42h-23A6.5 6.5 0 0 1 6 35.5v-23a6.47 6.47 0 0 1 1.105-3.627l-2.739-2.74a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768l-2.74-2.74zm-2.199-2.199L9.304 11.072c-.195.436-.304.92-.304 1.428v23a3.5 3.5 0 0 0 3.5 3.5h23c.509 0 .992-.109 1.428-.304zm4.979-2.093L39 33.696V27.5a1.5 1.5 0 1 1 3 0v8c0 .376-.032.745-.093 1.103zm-30.51-30.51L14.303 9H20.5a1.5 1.5 0 0 0 0-3h-8c-.376 0-.745.032-1.103.093zm30.053.247c.336.275.55.692.55 1.16v12a1.5 1.5 0 0 1-3 0v-8.379l-9.44 9.44a1.5 1.5 0 1 1-2.12-2.122L36.877 9H28.5a1.5 1.5 0 0 1 0-3h11.981a1.508 1.508 0 0 1 .97.34z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})