@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 1.08 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GiftCard16Filled',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<g fill="none"><path d="M3 3h2v2.085A1.5 1.5 0 0 0 3.085 7H1V5a2 2 0 0 1 2-2z" fill="currentColor"></path><path d="M6 8.707l1.146 1.147a.5.5 0 0 0 .708-.708L6.707 8H15v3a2 2 0 0 1-2 2H6V8.707z" fill="currentColor"></path><path d="M4.293 8L3.146 9.146a.5.5 0 1 0 .708.708L5 8.707V13H3a2 2 0 0 1-2-2V8h3.293z" fill="currentColor"></path><path d="M7.915 7A1.5 1.5 0 0 0 6 5.085V3h7a2 2 0 0 1 2 2v2H7.915z" fill="currentColor"></path><path d="M6 6.5V7h.5a.5.5 0 1 0-.5-.5z" fill="currentColor"></path><path d="M5 6.5V7h-.5a.5.5 0 1 1 .5-.5z" fill="currentColor"></path></g>', 1)]))
}
})