@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
13 lines (12 loc) • 1.31 kB
JavaScript
import { openBlock as _openBlock, createElementBlock as _createElementBlock, createStaticVNode as _createStaticVNode, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 32 32'
}
export default defineComponent({
name: 'StarEmphasis32Filled',
render: function render(_ctx, _cache) {
return _openBlock(), _createElementBlock('svg', _hoisted_1, _cache[0] || (_cache[0] = [_createStaticVNode('<g fill="none"><path d="M14.388 4.204c.66-1.338 2.568-1.338 3.228 0l3.042 6.164l6.803.988c1.476.215 2.066 2.029.997 3.07l-4.922 4.798L24.698 26c.252 1.47-1.291 2.591-2.612 1.897l-6.084-3.199l-6.084 3.199c-1.32.694-2.864-.427-2.612-1.897l1.162-6.776l-4.922-4.798c-1.069-1.041-.48-2.855.997-3.07l6.803-.988l3.042-6.164z" fill="currentColor"></path><path d="M25.293 9.578a1 1 0 0 1 0-1.414l3-3a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0z" fill="currentColor"></path><path d="M2.293 23.164a1 1 0 1 0 1.414 1.414l3-3a1 1 0 1 0-1.414-1.414l-3 3z" fill="currentColor"></path><path d="M2.293 5.164a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414z" fill="currentColor"></path><path d="M26.707 20.164a1 1 0 0 0-1.414 1.414l3 3a1 1 0 1 0 1.414-1.414l-3-3z" fill="currentColor"></path></g>', 1)]))
}
})