@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.48 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GiftCardMultiple24Regular',
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: 'M5 4a3 3 0 0 0-3 3v7.5a3 3 0 0 0 3 3h11.5a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H5zM3.5 7A1.5 1.5 0 0 1 5 5.5h3v1.208A2.5 2.5 0 0 0 4.708 10H3.5V7zm6-.292V5.5h7A1.5 1.5 0 0 1 18 7v3h-5.208A2.5 2.5 0 0 0 9.5 6.708zm1.06 4.792H18v3a1.5 1.5 0 0 1-1.5 1.5h-7v-3.44l1.72 1.72a.75.75 0 1 0 1.06-1.06l-1.72-1.72zM8 12.56V16H5a1.5 1.5 0 0 1-1.5-1.5v-3h3.44l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 12.56zM11.5 9a1 1 0 0 1-1 1h-1V9a1 1 0 0 1 2 0zM7 8a1 1 0 0 1 1 .996V10H7a1 1 0 1 1 0-2zm.5 12c-1.11 0-2.08-.603-2.599-1.5H16.5a4 4 0 0 0 4-4V6.901A2.999 2.999 0 0 1 22 9.5v5a5.5 5.5 0 0 1-5.5 5.5h-9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})