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.73 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'BackpackAdd48Filled', 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: 'M15.519 11.43a8.5 8.5 0 0 1 16.962 0c3.966 2.484 6.765 6.658 7.388 11.512A12.964 12.964 0 0 0 35 22c-1.135 0-2.237.146-3.287.419a2.81 2.81 0 0 0 .287-1.24A5.179 5.179 0 0 0 26.821 16H21.18A5.179 5.179 0 0 0 16 21.179A2.821 2.821 0 0 0 18.821 24h9.248a13.07 13.07 0 0 0-4.025 4H8v-3c0-5.721 3.003-10.741 7.519-13.57zm13.529-1.617a5.501 5.501 0 0 0-10.096 0A15.984 15.984 0 0 1 24 9c1.764 0 3.461.285 5.048.813zM22 35c0-1.582.282-3.098.8-4.5h-4.3v3.25a1.25 1.25 0 1 1-2.5 0V30.5H8v8.25c0 2.9 2.35 5.25 5.25 5.25h12.37A12.956 12.956 0 0 1 22 35zm-3.5-13.821c0-1.48 1.2-2.679 2.679-2.679h5.642c1.48 0 2.679 1.2 2.679 2.679a.321.321 0 0 1-.321.321H18.82a.321.321 0 0 1-.321-.321zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11zm-10-7a1 1 0 1 0-2 0v6h-6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6v-6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })