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.29 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: 'Luggage28Regular', 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: 'M9 9.75A.75.75 0 0 1 9.75 9h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 9 9.75zm.75-8.25a.75.75 0 0 0 0 1.5H10v1H8.5A3.5 3.5 0 0 0 5 7.5V21a3.5 3.5 0 0 0 3 3.465v.785a.75.75 0 0 0 1.5 0v-.75h9v.75a.75.75 0 0 0 1.5 0v-.785A3.501 3.501 0 0 0 23 21V7.5A3.5 3.5 0 0 0 19.5 4H18V3h.25a.75.75 0 0 0 0-1.5h-8.5zM16.5 3v1h-5V3h5zm-8 2.5h11a2 2 0 0 1 2 2V21a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2V7.5a2 2 0 0 1 2-2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })