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.76 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'BackpackAdd28Regular', 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 2a5.001 5.001 0 0 0-4.936 4.198A9.748 9.748 0 0 0 4 14.75v7.5A3.75 3.75 0 0 0 7.75 26h7.65a7.535 7.535 0 0 1-1.245-1.5H7.75a2.25 2.25 0 0 1-2.25-2.25V17.5H9v1.75a.75.75 0 0 0 1.5 0V17.5h3.124A7.486 7.486 0 0 1 14.5 16H5.5v-1.25a8.25 8.25 0 0 1 8.25-8.25h.5a8.253 8.253 0 0 1 8.11 6.733c.561.143 1.096.349 1.598.61a9.753 9.753 0 0 0-5.022-7.645A5.001 5.001 0 0 0 14 2zm-.25 3c-1.003 0-1.97.151-2.88.432a3.5 3.5 0 0 1 6.26 0A9.748 9.748 0 0 0 14.25 5h-.5zm3.006 9a7.455 7.455 0 0 1 1.954-.785c.183-.277.29-.608.29-.965A3.25 3.25 0 0 0 15.75 9h-3.5A3.25 3.25 0 0 0 9 12.25c0 .966.784 1.75 1.75 1.75h6.006zm-4.506-3.5h3.5c.966 0 1.75.784 1.75 1.75a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25c0-.966.784-1.75 1.75-1.75zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0zm-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })