@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 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 24 24'
}
export default defineComponent({
name: 'BriefcaseOff24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.28 2.22a.75.75 0 0 0-1.06 1.06l3.733 3.733A3.25 3.25 0 0 0 3 10.25v6.5A3.25 3.25 0 0 0 6.25 20h11.5c.358 0 .703-.058 1.024-.165l1.946 1.945a.75.75 0 0 0 1.06-1.06L3.28 2.22zM17.44 18.5H6.25a1.75 1.75 0 0 1-1.75-1.75v-6.5c0-.967.784-1.75 1.75-1.75h1.19l10 10zm2.06-8.25v6.068l1.364 1.364A3.25 3.25 0 0 0 21 16.75v-6.5A3.25 3.25 0 0 0 17.75 7H16V3.75l-.007-.102A.75.75 0 0 0 15.25 3h-6.5l-.102.007A.75.75 0 0 0 8 3.75v1.068l1.5 1.5V4.5h5V7h-4.318l1.5 1.5h6.068c.967 0 1.75.783 1.75 1.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})