@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.15 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 32 32'
}
export default defineComponent({
name: 'BriefcaseOff32Filled',
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-26zM29 23c0 .724-.154 1.412-.43 2.033L12.535 9H20V5h-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 */
)
])
)
)
}
})