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.82 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: 'BackpackAdd48Regular', 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: 'M24 4a8.001 8.001 0 0 0-7.951 7.113C11.239 13.872 8 19.058 8 25v13.75c0 2.9 2.35 5.25 5.25 5.25h12.37a13.044 13.044 0 0 1-1.88-2.5H13.25a2.75 2.75 0 0 1-2.75-2.75V30.5H16v3.25a1.25 1.25 0 1 0 2.5 0V30.5h4.3c.325-.882.744-1.72 1.244-2.5H10.5v-3c0-7.456 6.044-13.5 13.5-13.5c6.491 0 11.912 4.581 13.206 10.686a12.9 12.9 0 0 1 2.663.756c-.65-5.068-3.673-9.394-7.918-11.83A8.001 8.001 0 0 0 24 4zm0 5c-1.764 0-3.461.285-5.048.813a5.501 5.501 0 0 1 10.096 0A15.984 15.984 0 0 0 24 9zm4.069 15a12.93 12.93 0 0 1 3.644-1.581a2.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.248zm-6.89-5.5h5.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-.321c0-1.48 1.2-2.679 2.679-2.679zM46 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 */ ) ]) ) ) } })