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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'OpenOff24Filled', 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.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-1.083-1.082a3.483 3.483 0 0 1-1.887.552H6.25a3.5 3.5 0 0 1-3.5-3.5V6.25c0-.695.203-1.343.552-1.887L2.22 3.28a.75.75 0 1 1 1.06-1.06zM18.138 19.2L4.801 5.86c-.033.124-.051.255-.051.389v11.5a1.5 1.5 0 0 0 1.5 1.5h11.5c.134 0 .264-.018.388-.05zm-5.236-9.48l1.378 1.378c.063-.04.122-.086.177-.14l4.793-4.794v4.086a1 1 0 0 0 2 0v-6.5a1 1 0 0 0-1-1h-6.5a1 1 0 0 0 0 2h4.086l-4.793 4.793a1.004 1.004 0 0 0-.141.177zm8.335 8.335l-1.987-1.987V13.75a1 1 0 1 1 2 0v4c0 .103-.005.204-.014.305zM5.944 2.763L7.932 4.75h2.318a1 1 0 1 0 0-2h-4c-.103 0-.204.004-.305.013z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })