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.29 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: 'Backpack32Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M14 12a4 4 0 0 0-4 4a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2a4 4 0 0 0-4-4h-4zm-2 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h-8zm4-14a4 4 0 0 0-4 4v.832A10.002 10.002 0 0 0 6 16v9a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5v-9c0-4.1-2.468-7.625-6-9.168V6a4 4 0 0 0-4-4zm8 18H8v-4a8 8 0 1 1 16 0v4zm-12 5a1 1 0 1 0 2 0v-3h10v3a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3v-3h4v3zm4-19c-.685 0-1.354.069-2 .2V6a2 2 0 1 1 4 0v.2c-.646-.131-1.315-.2-2-.2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })