UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.3 kB
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 32 32' } export default defineComponent({ name: 'BriefcaseOff32Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3.707 2.293a1 1 0 0 0-1.414 1.414L7.6 9.016A5 5 0 0 0 3 14v9a5 5 0 0 0 5 5h16c.757 0 1.474-.168 2.117-.469l2.176 2.176a1 1 0 0 0 1.414-1.414l-26-26zm20.83 23.659A3.014 3.014 0 0 1 24 26H8a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h1.586l14.952 14.952zM29 23c0 .724-.154 1.412-.43 2.033l-1.601-1.6c.02-.141.031-.286.031-.433v-9a3 3 0 0 0-3-3h-9.464l-2-2H20V5h-8v3.464l-2-2V4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5h2a5 5 0 0 1 5 5v9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })