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.66 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 28 28' } export default defineComponent({ name: 'BackpackAdd28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.81 6.45a5.251 5.251 0 0 1 10.38 0a10.001 10.001 0 0 1 4.742 7.38A7.467 7.467 0 0 0 20.5 13a7.52 7.52 0 0 0-1.79.215c.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.006a7.536 7.536 0 0 0-2.257 2H4v-1a9.994 9.994 0 0 1 4.81-8.55zm7.828-1.098A3.246 3.246 0 0 0 14 4a3.246 3.246 0 0 0-2.638 1.352C12.202 5.122 13.087 5 14 5c.913 0 1.798.122 2.638.352zM13 20.5c0-1.067.223-2.081.624-3H10.5v1.75a.75.75 0 0 1-1.5 0V17.5H4V22a4 4 0 0 0 4 4h7.4a7.48 7.48 0 0 1-2.4-5.5zm-.75-10a1.75 1.75 0 0 0-1.75 1.75c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25a1.75 1.75 0 0 0-1.75-1.75h-3.5zM27 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 */ ) ]) ) ) } })