@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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FlagPride24Filled',
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="M4 4.25h16v1.5H4z"></path><path fill="#E62C46" d="M4 5.75h16v1.5H4z"></path><path fill="#F36D38" d="M4 7.25h16V9H4z"></path><path fill="#FFD23E" d="M4 9h16v1.5H4z"></path><path fill="#61BC51" d="M4 10.5h16v1.75H4z"></path><path fill="#1793E8" d="M4 12.25h16v1.5H4z"></path><path fill="#B73FBB" d="M4 13.75h17v1.5H4z"></path><path d="M3.75 3a.75.75 0 0 0-.75.75v17.5a.75.75 0 0 0 1.5 0V16.5h15.75a.75.75 0 0 0 .75-.75v-12a.75.75 0 0 0-.75-.75H3.75zm.75 1.5h15V15h-15V4.5z" fill="#212121"></path></g>', 1)]))
}
})