@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'StarEdit24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13.209 3.102c-.495-1.003-1.926-1.003-2.421 0L8.43 7.88l-5.273.766c-1.107.16-1.55 1.522-.748 2.303l3.815 3.719l-.9 5.25c-.19 1.104.968 1.945 1.959 1.424l2.942-1.547l.304-1.218c.162-.648.496-1.24.968-1.712l5.896-5.903a3.282 3.282 0 0 1 4.381-.237c.53-.792.073-1.933-.934-2.079l-5.273-.766l-2.358-4.778zM18.1 11.67l-5.896 5.902a2.686 2.686 0 0 0-.706 1.248l-.457 1.83a1.086 1.086 0 0 0 1.317 1.319l1.829-.458a2.682 2.682 0 0 0 1.246-.706l5.896-5.903a2.287 2.287 0 0 0 0-3.232a2.281 2.281 0 0 0-3.229 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})