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.29 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Backpack32Regular', 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: '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 */ ) ]) ) ) } })