@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 1.05 kB
JavaScript
'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: 'FlagPride48Filled',
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 fill="#745125" d="M12 10h24v2H12z"></path><path fill="#E62C46" d="M12 12h24v2H12z"></path><path fill="#F36D38" d="M12 14h24v3H12z"></path><path fill="#FFD23E" d="M12 17h24v3H12z"></path><path fill="#61BC51" d="M12 20h24v3H12z"></path><path fill="#1793E8" d="M12 23h24v2H12z"></path><path fill="#B73FBB" d="M12 25h24v3H12z"></path><path d="M11.25 8C10.56 8 10 8.56 10 9.25v29.5a1.25 1.25 0 1 0 2.5 0V29h24.25c.69 0 1.25-.56 1.25-1.25V9.25C38 8.56 37.44 8 36.75 8h-25.5zM35.5 26.5h-23v-16h23v16z" fill="#212121"></path></g>', 1)]))
}
})