UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.49 kB
'use strict' 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: 'OpenOff28Regular', 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.542-1.541A4.23 4.23 0 0 1 20.75 25H7.25A4.25 4.25 0 0 1 3 20.75V7.25c0-.903.281-1.74.761-2.428L2.22 3.28a.75.75 0 1 1 1.06-1.06zm18.81 20.932L4.849 5.909A2.738 2.738 0 0 0 4.5 7.25v13.5a2.75 2.75 0 0 0 2.75 2.75h13.5c.487 0 .944-.127 1.34-.348zM6.29 3.109L7.683 4.5h4.068a.75.75 0 0 0 0-1.5h-4.5c-.33 0-.651.038-.96.109zm18.601 18.6L23.5 20.32V16.25a.75.75 0 0 1 1.5 0v4.5c0 .33-.038.651-.109.96zM15.501 3.75a.75.75 0 0 1 .75-.75h7.999a.75.75 0 0 1 .75.75v8a.75.75 0 0 1-1.5 0V5.56l-6.22 6.22a.75.75 0 1 1-1.06-1.06l6.22-6.22h-6.19a.75.75 0 0 1-.75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })