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.61 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: 'Backpack48Regular', 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: 'M16 21.179A2.821 2.821 0 0 0 18.821 24H29.18A2.821 2.821 0 0 0 32 21.179A5.179 5.179 0 0 0 26.821 16H21.18A5.179 5.179 0 0 0 16 21.179zm5.179-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-.321c0-1.48 1.2-2.679 2.679-2.679zM24 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.25h21.5c2.9 0 5.25-2.35 5.25-5.25V25c0-5.942-3.24-11.128-8.049-13.887A8.001 8.001 0 0 0 24 4zm13.5 24h-27v-3c0-7.456 6.044-13.5 13.5-13.5S37.5 17.544 37.5 25v3zM16 30.5v3.25a1.25 1.25 0 1 0 2.5 0V30.5h19v8.25a2.75 2.75 0 0 1-2.75 2.75h-21.5a2.75 2.75 0 0 1-2.75-2.75V30.5H16zM24 9c-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 9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })